Commit cebfb966 by Steve Ellcey Committed by Steve Ellcey

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
parent dddcca1d
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> 2005-03-10 Andrew Pinski <pinskia@physics.uc.edu>
PR rtl-opt/20412 PR rtl-opt/20412
......
// 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.*" } } // { dg-do run { xfail "ia64-hp-hpux11.*" } }
// Test that forced unwinding runs all cleanups. Also tests that // Test that forced unwinding runs all cleanups. Also tests that
......
// 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.*" } } // { dg-do run { xfail "ia64-hp-hpux11.*" } }
// Test that leaving the catch block without rethrowing // Test that leaving the catch block without rethrowing
......
// 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.*" } } // { dg-do run { xfail "ia64-hp-hpux11.*" } }
// Test that forced unwinding calls std::unexpected going // Test that forced unwinding calls std::unexpected going
......
// 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.*" } } // { dg-do run { xfail "ia64-hp-hpux11.*" } }
// Test that forced unwinding does not call std::unexpected going // Test that forced unwinding does not call std::unexpected going
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment