* 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
+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
// 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(); };
// 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" }