PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / chkp-stropt-3.c
blob310dec77456c7166838e5a099d895ba4cae72d2b
1 /* { dg-do compile { target { ! x32 } } } */
2 /* { dg-options "-fcheck-pointer-bounds -mmpx -O2 -fdump-tree-chkpopt -fchkp-use-nochk-string-functions" } */
3 /* { dg-final { scan-tree-dump "memmove_nochk" "chkpopt" } } */
5 #include "../../gcc.dg/strlenopt.h"
7 void test (int *buf1, int *buf2, size_t len)
9 memmove (buf1, buf2, len);