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
This commit is contained in:
Steve Ellcey 2005-03-10 22:46:08 +00:00 committed by Steve Ellcey
parent dddcca1d19
commit cebfb966e6
5 changed files with 11 additions and 4 deletions

View 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

View 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

View 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

View 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

View 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