[Bug middle-end/60235] Inlining fails with template specialization and -fPIC on Linux AMD64
rguenth at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Mon Feb 17 12:37:00 GMT 2014
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60235
--- Comment #3 from Richard Biener <rguenth at gcc dot gnu.org> ---
(In reply to Jakub Jelinek from comment #2)
> The specialization is a regular function, not comdat, thus it is not
> appropriate to inline it at -O2 -fpic, only -O3 is inlining functions
> regardless to whether they could be interposed or not,
Wouldn't that be a wrong-code bug though?
> or for -O2 without
> -fpic because the symbol can't be interposed. Or use the inline keyword for
> the specialization.
More information about the Gcc-bugs
mailing list