forced1.C: Fix comment.
authorSteve Ellcey <sje@cup.hp.com>
Thu, 10 Mar 2005 22:46:08 +0000 (22:46 +0000)
committerSteve Ellcey <sje@gcc.gnu.org>
Thu, 10 Mar 2005 22:46:08 +0000 (22:46 +0000)
* 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

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 bb8b8fe58642979bbc9e03eb58866ad55c58479a..feb29a9c7ae410ae06bbe772b5cc03e3a95a62fb 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 7244a35f36cc89173665574772598e121b70fda6..0068dae5b99fcb29ec3319d81b345228e91798ec 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 b8ace620dbedcac196a88061e28772efaa4af8fd..3c6719da0f9306f6e32e2a53e35d0009e543e451 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 29d65d915519690cd5d64818451fc27c728cfd38..34d27641eeb7c8748856582559861baed7e57fd4 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 88b48c82b0a44a2c6bbaf4dc359bccbc3e360202..df691caa16119d8f9e62241bd3b1e06d13163410 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