PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr70738-3.c
blob1ac3adbaedaca427639a97fb27b64a7f3ea0f9e8
1 /* { dg-do compile } */
2 /* { dg-options "-msse2 -mgeneral-regs-only" } */
4 typedef int int32x4_t __attribute__ ((__vector_size__ ((16))));
5 extern int32x4_t c;
7 void
8 test (int32x4_t a, int32x4_t b) /* { dg-warning "SSE vector argument without SSE enabled" } */
10 c = a + b;