Commit 9c39fca1 by Richard Biener Committed by Richard Biener

re PR ipa/58492 (ICE: verify_flow_info failed)

2013-11-05  Richard Biener  <rguenther@suse.de>

	PR ipa/58492
	* passes.def (all_passes): Start with pass_fixup_cfg again.

	* gcc.dg/ipa/pr58492.c: New testcase.

From-SVN: r204399
parent d8f4f4db
2013-11-05 Richard Biener <rguenther@suse.de>
PR ipa/58492
* passes.def (all_passes): Start with pass_fixup_cfg again.
2013-11-05 Richard Biener <rguenther@suse.de>
PR tree-optimization/58955
* tree-loop-distribution.c (pg_add_dependence_edges): Fix
edge direction.
......@@ -126,6 +126,7 @@ along with GCC; see the file COPYING3. If not see
/* These passes are run after IPA passes on every function that is being
output to the assembler file. */
INSERT_PASSES_AFTER (all_passes)
NEXT_PASS (pass_fixup_cfg);
NEXT_PASS (pass_lower_eh_dispatch);
NEXT_PASS (pass_all_optimizations);
PUSH_INSERT_PASSES_WITHIN (pass_all_optimizations)
......
2013-11-05 Richard Biener <rguenther@suse.de>
PR ipa/58492
* gcc.dg/ipa/pr58492.c: New testcase.
2013-11-05 Richard Biener <rguenther@suse.de>
PR tree-optimization/58955
* gcc.dg/torture/pr58955-1.c: New testcase.
* gcc.dg/torture/pr58955-2.c: Likewise.
......
/* { dg-do compile } */
/* { dg-options "-O3 -fipa-pta" } */
void f(int p, short q)
{
f(0, 0);
}
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