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.

Reply via email to