Commit 13818114 by Richard Guenther Committed by Richard Biener

re PR tree-optimization/49772 (ICE: in ipa_pta_execute, at…

re PR tree-optimization/49772 (ICE: in ipa_pta_execute, at tree-ssa-structalias.c:6790 with -fipa-pta)

2011-12-08  Richard Guenther  <rguenther@suse.de>

	PR tree-optimization/49772
	* tree-inline.c (optimize_inline_calls): Remove bail out
	on errors.

From-SVN: r182110
parent cffef825
2011-12-08 Richard Guenther <rguenther@suse.de> 2011-12-08 Richard Guenther <rguenther@suse.de>
PR tree-optimization/49772
* tree-inline.c (optimize_inline_calls): Remove bail out
on errors.
2011-12-08 Richard Guenther <rguenther@suse.de>
PR lto/50747 PR lto/50747
* lto-streamer-out.c (produce_symtab): Remove asserts. * lto-streamer-out.c (produce_symtab): Remove asserts.
...@@ -4216,12 +4216,6 @@ optimize_inline_calls (tree fn) ...@@ -4216,12 +4216,6 @@ optimize_inline_calls (tree fn)
struct gimplify_ctx gctx; struct gimplify_ctx gctx;
bool inlined_p = false; bool inlined_p = false;
/* There is no point in performing inlining if errors have already
occurred -- and we might crash if we try to inline invalid
code. */
if (seen_error ())
return 0;
/* Clear out ID. */ /* Clear out ID. */
memset (&id, 0, sizeof (id)); memset (&id, 0, sizeof (id));
......
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