This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug lto/43891] -fwropr misses mismatch of function return types causing an ICE


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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED

--- Comment #2 from Richard Guenther <rguenth at gcc dot gnu.org> 2011-01-10 12:54:34 UTC ---
I indeed fixed this (I think) with

2010-11-24  Richard Guenther  <rguenther@suse.de>

        PR lto/43218
        * lto-symtab.c (lto_cgraph_replace_node): Mark edges with
        conflicting function signatures as non-inlineable.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]