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