This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/48065] LTO: assertion failed in optimize_inline_calls, at tree-inline.c:4246
- From: "rguenth at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 11 Mar 2011 10:03:38 +0000
- Subject: [Bug lto/48065] LTO: assertion failed in optimize_inline_calls, at tree-inline.c:4246
- Auto-submitted: auto-generated
- References: <bug-48065-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48065
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords| |ice-checking, lto
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011.03.11 10:03:26
CC| |hubicka at gcc dot gnu.org,
| |rguenth at gcc dot gnu.org
Ever Confirmed|0 |1
--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-03-11 10:03:26 UTC ---
Hum, this checking that triggers is somewhat bogus as at least with LTO
we end up rejecting some inlines late in expand_call_inline.
With the inliner reorg we should try to avoid this more consistently.