2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / chkp-stropt-11.c
blob13b6e02e1fb42b8133d75b13a18265b672c5cf7e
1 /* { dg-do compile } */
2 /* { dg-require-effective-target mpx } */
3 /* { dg-options "-fcheck-pointer-bounds -mmpx -O2 -fdump-tree-chkpopt -fchkp-use-fast-string-functions" } */
4 /* { dg-final { scan-tree-dump-not "memmove_nobnd" "chkpopt" } } */
6 #include "string.h"
8 void test (void *buf1, void *buf2, size_t len)
10 memmove (buf1, buf2, len);