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

From-SVN: r131657

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

index 11e4ed41082690bfc4f74074ca2877d5f522b3bd..96b2a6ceeb9cd34ace0295037037fae179e8434f 100644 (file)
@@ -1,3 +1,9 @@
+2008-01-19  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
+
+       * g++.dg/eh/ia64-2.C: Place "dg-do run" statement before
+       "dg-require-weak" statement.
+       * g++.dg/eh/weak1.C: Likewise.
+
 2008-01-19  Jakub Jelinek  <jakub@redhat.com>
 
        PR gcov-profile/34610
index 27359b19811f2bb5447e3aa5ded8e57baf2baebd..aa005d8ed3600e3f1161f7634b46f34899054bcc 100644 (file)
@@ -5,9 +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-do run }
 // { dg-require-weak "" }
 // { dg-options "-O2" }
-// { dg-do run }
 
 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" }