PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr84335.c
blobc8d2a712f1f5ee33c6738312cb4f20e4fa0ac8a7
1 /* PR target/84335 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -maes -mno-sse2" } */
4 typedef long long V __attribute__ ((__vector_size__ (16)));
7 foo (V *a, V *b)
9 return __builtin_ia32_aesenc128 (*a, *b); /* { dg-error "needs isa option" } */