re PR testsuite/30459 (FAIL: g++.dg/eh/ia64-2.C (test for excess errors))

PR testsuite/30459
	g++.dg/eh/ia64-2.C: Require weak support.

From-SVN: r131411
This commit is contained in:
John David Anglin
2008-01-09 03:26:10 +00:00
committed by John David Anglin
parent 40d3b553a5
commit 91f9aeb333
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2008-01-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR testsuite/30459
g++.dg/eh/ia64-2.C: Require weak support.
2008-01-02 Volker Reichelt <reichelt@netcologne.de>
Backport:

View File

@@ -5,6 +5,7 @@
// 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-require-weak "" }
// { dg-options "-O2" }
// { dg-do run }