From: Steve Ellcey Date: Thu, 10 Mar 2005 22:46:08 +0000 (+0000) Subject: forced1.C: Fix comment. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cebfb966e6b7eb32bc2b25f53d43847f20270577;p=gcc.git forced1.C: Fix comment. * 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. From-SVN: r96267 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index bb8b8fe5864..feb29a9c7ae 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 7244a35f36c..0068dae5b99 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 b8ace620dbe..3c6719da0f9 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 29d65d91551..34d27641eeb 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 88b48c82b0a..df691caa161 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