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 c/72794] [7 regression] CF on spec2000/176.gcc after r238862.


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=72794

--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> ---
No, it's not a bug in the LTO phase - C99 inline simply does _not_ emit a
out-of-line copy.  You have to add a extern declaration to force that.

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