[Bug lto/48437] LTO crashes with block-local function declarations

rguenth at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Apr 5 11:36:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48437

Richard Guenther <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
   Last reconfirmed|                            |2011.04.05 11:34:38
         AssignedTo|unassigned at gcc dot       |rguenth at gcc dot gnu.org
                   |gnu.org                     |
     Ever Confirmed|0                           |1

--- Comment #1 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-04-05 11:34:38 UTC ---
The problem is we merge those function decls.  We shouldn't even enter
them into the merging process though.

Mine.



More information about the Gcc-bugs mailing list