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