OSDN Git Service

* g++.dg/eh/forced1.C: Fix comment.
authorsje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Mar 2005 22:46:08 +0000 (22:46 +0000)
committersje <sje@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Mar 2005 22:46:08 +0000 (22:46 +0000)
* 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

gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/eh/forced1.C
gcc/testsuite/g++.dg/eh/forced2.C
gcc/testsuite/g++.dg/eh/forced3.C
gcc/testsuite/g++.dg/eh/forced4.C

index bb8b8fe..feb29a9 100644 (file)
@@ -1,3 +1,10 @@
+2005-03-10  Steve Ellcey  <sje@cup.hp.com>
+
+       * 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  <pinskia@physics.uc.edu>
 
        PR rtl-opt/20412
index 7244a35..0068dae 100644 (file)
@@ -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
index b8ace62..3c6719d 100644 (file)
@@ -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
index 29d65d9..34d2764 100644 (file)
@@ -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 
index 88b48c8..df691ca 100644 (file)
@@ -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