]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
ia64-2.C: Add "dg-require-weak" statement.
authorJohn David Anglin <dave.anglin@nrc-cnrc.gc.ca>
Sat, 19 Jan 2008 22:15:22 +0000 (22:15 +0000)
committerJohn David Anglin <danglin@gcc.gnu.org>
Sat, 19 Jan 2008 22:15:22 +0000 (22:15 +0000)
* g++.dg/eh/ia64-2.C: Add "dg-require-weak" statement.  Place
"dg-do run" statement before "dg-require-weak" statement.
* g++.dg/eh/weak1.C: Likewise.

From-SVN: r131659

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

index 3663042fc22ad8d49068d226464cb6f136680aa2..aad5d9673e934b504e58a7caca5e7a9588cd4625 100644 (file)
@@ -1,3 +1,9 @@
+2008-01-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * g++.dg/eh/ia64-2.C: Add "dg-require-weak" statement.  Place
+       "dg-do run" statement before "dg-require-weak" statement.
+       * g++.dg/eh/weak1.C: Likewise.
+
 2008-01-19  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
 
        Backport:
index 0390bc88305fbb746237b5a5fb7772c6a18a5fd9..aa005d8ed3600e3f1161f7634b46f34899054bcc 100644 (file)
@@ -5,8 +5,9 @@
 // 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-options "-O2" }
 // { dg-do run }
+// { dg-require-weak "" }
+// { dg-options "-O2" }
 
 struct A {};
 struct B { virtual ~B(); };
index 09f2fcba4dfc1d853a771fbee9cfdfc73030549f..3034e809ea7f7e371797f8821240731743186a4f 100644 (file)
@@ -1,6 +1,6 @@
 // PR target/29487
-// { dg-require-weak "" }
 // { dg-do run { xfail "hppa*-hp-hpux11.*" } }
+// { dg-require-weak "" }
 // { dg-additional-sources "weak1-a.cc" }
 // { dg-options "-O2" }