PR tree-optimization/49772
* tree-inline.c (optimize_inline_calls): Remove bail out
on errors.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182110
138bc75d-0d04-0410-961f-
82ee72b054a4
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
* lto-streamer-out.c (produce_symtab): Remove asserts.
struct gimplify_ctx gctx;
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. */
memset (&id, 0, sizeof (id));