2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / chkp-pr69044.c
blob16751f517662c273a77d98b266c8bb9f622cf9fd
1 /* { dg-do compile { target { ! x32 } } } */
2 /* { dg-options "-fcheck-pointer-bounds -mmpx -O2" } */
4 int i;
5 int strncasecmp (char *p1, char *p2, long p3) { return 0; }
6 int special_command ()
8 if (strncasecmp (0, 0, 0))
9 i++;