Daily bump.
[gcc.git] / gcc / testsuite / g++.dg / other / i386-10.C
blob96def72f8f09012962737a8b366e3d265b3d67d0
1 // { dg-do compile { target i?86-*-* x86_64-*-* } }
2 // { dg-options -maes }
4 typedef long long __m128i __attribute__ ((__vector_size__ (16), __may_alias__));
6 int main()
8     const char index = 1;
9     __m128i r = { };
11     r = __builtin_ia32_aeskeygenassist128 (r, (int)(index));