Commit 46e1f4bf by Jason Merrill Committed by Jason Merrill

re PR c++/34949 (Dead code in empty destructors.)

	PR c++/34949
	* g++.dg/tree-ssa/ehcleanup-1.C: Adjust unreachable count.

From-SVN: r197408
parent 23b56a01
2013-04-03 Jason Merrill <jason@redhat.com>
PR c++/34949
* g++.dg/tree-ssa/ehcleanup-1.C: Adjust unreachable count.
2013-04-03 Richard Biener <rguenther@suse.de> 2013-04-03 Richard Biener <rguenther@suse.de>
* g++.dg/vect/slp-pr56812.cc: Use dg-additional-options. * g++.dg/vect/slp-pr56812.cc: Use dg-additional-options.
......
...@@ -26,6 +26,6 @@ t (void) ...@@ -26,6 +26,6 @@ t (void)
// { dg-final { scan-tree-dump-times "Empty EH handler" 2 "ehcleanup1" } } // { dg-final { scan-tree-dump-times "Empty EH handler" 2 "ehcleanup1" } }
// //
// And as a result also contained control flow. // And as a result also contained control flow.
// { dg-final { scan-tree-dump-times "Removing unreachable" 4 "ehcleanup1" } } // { dg-final { scan-tree-dump-times "Removing unreachable" 6 "ehcleanup1" } }
// //
// { dg-final { cleanup-tree-dump "ehcleanup1" } } // { dg-final { cleanup-tree-dump "ehcleanup1" } }
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