This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]