From: sje Date: Thu, 10 Mar 2005 22:46:08 +0000 (+0000) Subject: * g++.dg/eh/forced1.C: Fix comment. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6672baa3c1b577abe13b4cba6123d57f476dea47;p=thirdparty%2Fgcc.git * g++.dg/eh/forced1.C: Fix comment. * g++.dg/eh/forced2.C: Ditto. * g++.dg/eh/forced3.C: Ditto. * g++.dg/eh/forced4.C: Ditto. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96267 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bb8b8fe58642..feb29a9c7ae4 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,10 @@ +2005-03-10 Steve Ellcey + + * g++.dg/eh/forced1.C: Fix comment. + * g++.dg/eh/forced2.C: Ditto. + * g++.dg/eh/forced3.C: Ditto. + * g++.dg/eh/forced4.C: Ditto. + 2005-03-10 Andrew Pinski PR rtl-opt/20412 diff --git a/gcc/testsuite/g++.dg/eh/forced1.C b/gcc/testsuite/g++.dg/eh/forced1.C index 7244a35f36cc..0068dae5b99f 100644 --- a/gcc/testsuite/g++.dg/eh/forced1.C +++ b/gcc/testsuite/g++.dg/eh/forced1.C @@ -1,4 +1,4 @@ -// HP-UX libunwind.so doesn't provide _Unwind_ForcedUnwind. +// HP-UX libunwind.so doesn't provide _UA_END_OF_STACK. // { dg-do run { xfail "ia64-hp-hpux11.*" } } // Test that forced unwinding runs all cleanups. Also tests that diff --git a/gcc/testsuite/g++.dg/eh/forced2.C b/gcc/testsuite/g++.dg/eh/forced2.C index b8ace620dbed..3c6719da0f93 100644 --- a/gcc/testsuite/g++.dg/eh/forced2.C +++ b/gcc/testsuite/g++.dg/eh/forced2.C @@ -1,4 +1,4 @@ -// HP-UX libunwind.so doesn't provide _Unwind_ForcedUnwind. +// HP-UX libunwind.so doesn't provide _UA_END_OF_STACK. // { dg-do run { xfail "ia64-hp-hpux11.*" } } // Test that leaving the catch block without rethrowing diff --git a/gcc/testsuite/g++.dg/eh/forced3.C b/gcc/testsuite/g++.dg/eh/forced3.C index 29d65d915519..34d27641eeb7 100644 --- a/gcc/testsuite/g++.dg/eh/forced3.C +++ b/gcc/testsuite/g++.dg/eh/forced3.C @@ -1,4 +1,4 @@ -// HP-UX libunwind.so doesn't provide _Unwind_ForcedUnwind. +// HP-UX libunwind.so doesn't provide _UA_END_OF_STACK. // { dg-do run { xfail "ia64-hp-hpux11.*" } } // Test that forced unwinding calls std::unexpected going diff --git a/gcc/testsuite/g++.dg/eh/forced4.C b/gcc/testsuite/g++.dg/eh/forced4.C index 88b48c82b0a4..df691caa1611 100644 --- a/gcc/testsuite/g++.dg/eh/forced4.C +++ b/gcc/testsuite/g++.dg/eh/forced4.C @@ -1,4 +1,4 @@ -// HP-UX libunwind.so doesn't provide _Unwind_ForcedUnwind. +// HP-UX libunwind.so doesn't provide _UA_END_OF_STACK. // { dg-do run { xfail "ia64-hp-hpux11.*" } } // Test that forced unwinding does not call std::unexpected going