2015-12-10 Vladimir Makarov <vmakarov@redhat.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / chkp-stropt-10.c
blobb8454df956b99f4ce4569361df7b52f510437692
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 "memset_nobnd" "chkpopt" } } */
6 #include "string.h"
8 void test (void *buf1, int c, size_t len)
10 memset (buf1, c, len);