]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR testsuite/30459 (FAIL: g++.dg/eh/ia64-2.C (test for excess errors))
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Wed, 9 Jan 2008 03:14:15 +0000 (03:14 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Wed, 9 Jan 2008 03:14:15 +0000 (03:14 +0000)
PR testsuite/30459
g++.dg/eh/ia64-2.C: Require weak support.

From-SVN: r131410

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/eh/ia64-2.C

index 171090603d5c1ae93129e4fba05172ba17ef0050..8e2b6281f40ff25fa89ab475d8b531414e4500c5 100644 (file)
@@ -1,3 +1,8 @@
+2008-01-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       PR testsuite/30459
+       g++.dg/eh/ia64-2.C: Require weak support.
+
 2008-01-08  Richard Guenther  <rguenther@suse.de>
 
        PR middle-end/31863
index 0390bc88305fbb746237b5a5fb7772c6a18a5fd9..27359b19811f2bb5447e3aa5ded8e57baf2baebd 100644 (file)
@@ -5,6 +5,7 @@
 // But br.call returns to the start of the next bundlem so during
 // unwinding the call was considered to be outside of the EH region
 // while it should have been inside.
+// { dg-require-weak "" }
 // { dg-options "-O2" }
 // { dg-do run }