This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug lto/50747] [4.7 Regression] ICE in produce_symtab, at lto-streamer-out.c:1435
- 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: Thu, 27 Oct 2011 11:05:41 +0000
- Subject: [Bug lto/50747] [4.7 Regression] ICE in produce_symtab, at lto-streamer-out.c:1435
- Auto-submitted: auto-generated
- References: <bug-50747-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50747
Richard Guenther <rguenth at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Priority|P3 |P1
Status|UNCONFIRMED |NEW
Last reconfirmed| |2011-10-27
Known to work| |4.6.2
Ever Confirmed|0 |1
--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-10-27 11:05:41 UTC ---
Confirmed.
1432 if (!node->address_taken && !node->callers)
1433 {
1434 gcc_assert (node->analyzed);
1435 gcc_assert (DECL_DECLARED_INLINE_P (node->decl));
hits.