[Bug c/40179] Incorrectly use Built-in function to replace the normal function with flag -O1
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Sun May 17 19:10:00 GMT 2009
------- Comment #1 from pinskia at gcc dot gnu dot org 2009-05-17 19:10 -------
This is expected because strlen is a reserved name in the standard (even
without including string.h) except when the compiler moon is set to
freestanding mode (-ffreestanding) or you turn off the builtin.
--
pinskia at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |INVALID
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40179
More information about the Gcc-bugs
mailing list