PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / memset-strategy-1.c
blobd1b97c5df10a851071d28be2e9080e776764d418
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -march=atom -mmemset-strategy=libcall:-1:align" } */
3 /* { dg-final { scan-assembler-times "memset" 2 } } */
5 char a[2048];
6 void t (void)
8 __builtin_memset (a, 1, 2048);