OSDN Git Service

PR testsuite/30459
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jan 2008 03:14:15 +0000 (03:14 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Jan 2008 03:14:15 +0000 (03:14 +0000)
g++.dg/eh/ia64-2.C: Require weak support.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@131410 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 1710906..8e2b628 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 0390bc8..27359b1 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 }