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.

Reply via email to