[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
Mon May 18 00:37:00 GMT 2009



------- Comment #3 from pinskia at gcc dot gnu dot org  2009-05-18 00:36 -------
Hmm, The warning is a bit weird because the return type of strlen is size_t
which is unsigned int on i686-linux-gnu and unsigned long on x86_64-linux-gnu
but we ignore the signness for some reason.


-- 


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



More information about the Gcc-bugs mailing list