[Bug libmudflap/27348] mudflap produces a bogus error with memcmp that goes over the size

2013-11-09 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27348 Andrew Pinski pinskia at gcc dot gnu.org changed: What|Removed |Added Status|NEW |RESOLVED

[Bug libmudflap/27348] mudflap produces a bogus error with memcmp that goes over the size

2006-04-28 Thread pinskia at gcc dot gnu dot org
--- Comment #6 from pinskia at gcc dot gnu dot org 2006-04-28 19:06 --- Small testcase: char a[] = tree.h; char b[] = treelang; int main(void) { return memcmp (a, b, strlen(b)) != 0; } -- pinskia at gcc dot gnu dot org changed: What|Removed