From: John David Anglin Date: Wed, 9 Jan 2008 03:14:15 +0000 (+0000) Subject: re PR testsuite/30459 (FAIL: g++.dg/eh/ia64-2.C (test for excess errors)) X-Git-Tag: releases/gcc-4.3.0~686 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=876e92ef8c0b6e5a5ff7a9ba3df3f479d895b190;p=thirdparty%2Fgcc.git 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: r131410 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 171090603d5c..8e2b6281f40f 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2008-01-08 John David Anglin + + PR testsuite/30459 + g++.dg/eh/ia64-2.C: Require weak support. + 2008-01-08 Richard Guenther PR middle-end/31863 diff --git a/gcc/testsuite/g++.dg/eh/ia64-2.C b/gcc/testsuite/g++.dg/eh/ia64-2.C index 0390bc88305f..27359b19811f 100644 --- a/gcc/testsuite/g++.dg/eh/ia64-2.C +++ b/gcc/testsuite/g++.dg/eh/ia64-2.C @@ -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 }