]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* lib/gcc-dg.exp (process-message): Don't ignore errors.
authorJanis Johnson <janisjo@codesourcery.com>
Tue, 24 Jul 2012 16:55:54 +0000 (16:55 +0000)
committerJanis Johnson <janis@gcc.gnu.org>
Tue, 24 Jul 2012 16:55:54 +0000 (16:55 +0000)
From-SVN: r189815

gcc/testsuite/ChangeLog
gcc/testsuite/lib/gcc-dg.exp

index abc08c996ad5e84434d874a3ce03c22b4947ded1..a27889d619e96847f80d077ee3c40a349bdcded6 100644 (file)
@@ -1,3 +1,7 @@
+2012-07-24  Janis Johnson  <janisjo@codesourcery.com>
+
+       * lib/gcc-dg.exp (process-message): Don't ignore errors.
+
 2012-07-24  Ramana Radhakrishnan  <ramana.radhakrishnan@linaro.org>
 
        PR target/54051
index 3b9f9c0a514c176f139b2a4f682775e1622b1353..07a81a5dcfbfd9ca2c5e6b35f370de2e5d2aefd8 100644 (file)
@@ -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 } {