PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr80819-1.c
blobf06c3628e02361457515867bd3f13cc73dd6fcbf
1 /* PR target/80819 */
2 /* { dg-do compile { target { ! ia32 } } } */
3 /* { dg-options "-O2 -msse4 -mno-avx -mtune=haswell -masm=att" } */
5 typedef unsigned long long V __attribute__((vector_size (16)));
8 foo (unsigned long long x, unsigned long long y)
10 return (V) { x, y };
13 /* { dg-final { scan-assembler-not "movq\[ \t]*%rsi, \[-0-9]*\\(" } } */