PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pieces-strcpy-1.c
blob64b732930400d8bc104614f17b11b94165613fc6
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-options "-O2 -mno-avx -msse2 -mtune=generic" } */
4 extern char *strcpy (char *, const char *);
6 void
7 foo (char *s)
9 strcpy (s,
10 "1234567890abcdef123456abcdef5678123456abcdef567abcdef678"
11 "1234567");
14 /* { dg-final { scan-assembler-times "movdqa\[ \\t\]+\[^\n\]*%xmm" 4 } } */
15 /* { dg-final { scan-assembler-times "movups\[ \\t\]+\[^\n\]*%xmm" 4 } } */