2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / chkp-stropt-6.c
blob06dcbfb9a25329a544c6a4c5e312caeac3ed4059
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 "memset_nobnd" "chkpopt" } } */
5 #include "../../gcc.dg/strlenopt.h"
7 void test (int *buf1, int c, size_t len)
9 memset (buf1, c, len);