[Bug c/46141] -fno-builtin-strstr changes __builtin_strstr

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Fri Oct 22 21:48:00 GMT 2010


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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> 2010-10-22 21:48:42 UTC ---
This is the correct behavior.  -fno-builtin-strstr means strstr is not a
builtin so it is not associated with __builtin_strstr and not merged.



More information about the Gcc-bugs mailing list