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