From: Janis Johnson Date: Tue, 24 Jul 2012 16:55:54 +0000 (+0000) Subject: * lib/gcc-dg.exp (process-message): Don't ignore errors. X-Git-Tag: releases/gcc-4.8.0~4298 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0c471ab87bdb5fc3ff87560f64f78375ae6d386e;p=thirdparty%2Fgcc.git * lib/gcc-dg.exp (process-message): Don't ignore errors. From-SVN: r189815 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index abc08c996ad5..a27889d619e9 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2012-07-24 Janis Johnson + + * lib/gcc-dg.exp (process-message): Don't ignore errors. + 2012-07-24 Ramana Radhakrishnan PR target/54051 diff --git a/gcc/testsuite/lib/gcc-dg.exp b/gcc/testsuite/lib/gcc-dg.exp index 3b9f9c0a514c..07a81a5dcfbf 100644 --- a/gcc/testsuite/lib/gcc-dg.exp +++ b/gcc/testsuite/lib/gcc-dg.exp @@ -739,7 +739,7 @@ proc process-message { msgproc msgprefix dgargs } { # Process the dg- directive, including adding the regular expression # to the new message entry in dg-messages. set msgcnt [llength ${dg-messages}] - catch { eval $msgproc $dgargs } + eval $msgproc $dgargs # If the target expression wasn't satisfied there is no new message. if { [llength ${dg-messages}] == $msgcnt } {