[Bug middle-end/37060] [4.3/4.4/4.5 regression] Bogus __builtin___memcpy_chk overflow warning

pinskia at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Thu Apr 16 22:42:00 GMT 2009



------- Comment #8 from pinskia at gcc dot gnu dot org  2009-04-16 22:42 -------
Changing int len; into size_t len; and changing unsigned length to  size_t
length; causes this to fail even on 32bits.


-- 


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



More information about the Gcc-bugs mailing list