PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr70738-1.c
blob19381c269322052bd71ba35923c4b5fa05b6e70e
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-options "-msse2 -mgeneral-regs-only" } */
4 typedef int int32x2_t __attribute__ ((__vector_size__ ((8))));
6 int32x2_t test (int32x2_t a, int32x2_t b)
7 { /* { dg-error "SSE register return with SSE disabled" } */
8 return a + b;