This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/72794] [7 regression] CF on spec2000/176.gcc after r238862.
- 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, 04 Aug 2016 11:08:23 +0000
- Subject: [Bug c/72794] [7 regression] CF on spec2000/176.gcc after r238862.
- Auto-submitted: auto-generated
- References: <bug-72794-4@http.gcc.gnu.org/bugzilla/>
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.