Commit e2bd3e81 by John David Anglin Committed by John David Anglin

ia64-2.C: Place "dg-do run" statement before "dg-require-weak" statement.

	* 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
parent d0b9dbd5
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> 2008-01-19 Jakub Jelinek <jakub@redhat.com>
PR gcov-profile/34610 PR gcov-profile/34610
...@@ -5,9 +5,9 @@ ...@@ -5,9 +5,9 @@
// But br.call returns to the start of the next bundlem so during // 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 // unwinding the call was considered to be outside of the EH region
// while it should have been inside. // while it should have been inside.
// { dg-do run }
// { dg-require-weak "" } // { dg-require-weak "" }
// { dg-options "-O2" } // { dg-options "-O2" }
// { dg-do run }
struct A {}; struct A {};
struct B { virtual ~B(); }; struct B { virtual ~B(); };
......
// PR target/29487 // PR target/29487
// { dg-require-weak "" }
// { dg-do run { xfail "hppa*-hp-hpux11.*" } } // { dg-do run { xfail "hppa*-hp-hpux11.*" } }
// { dg-require-weak "" }
// { dg-additional-sources "weak1-a.cc" } // { dg-additional-sources "weak1-a.cc" }
// { dg-options "-O2" } // { dg-options "-O2" }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment