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