]> 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:26:10 +0000 (03:26 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Wed, 9 Jan 2008 03:26:10 +0000 (03:26 +0000)
PR testsuite/30459
g++.dg/eh/ia64-2.C: Require weak support.

From-SVN: r131411

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

index 83535b9103f1cf032dce9dbc4d14ff8b4efb2d7c..bbde3359f14f272d8781e651216bd6eb2b2e5966 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-02  Volker Reichelt  <reichelt@netcologne.de>
 
        Backport:
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 }