2018-05-17 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr77403.c
blob9f6775a0c934d42503e75cb36cc8e81aa1a12241
1 /* { dg-do assemble } */
2 /* { dg-require-effective-target int128 } */
3 /* { dg-require-effective-target avx512f } */
4 /* { dg-require-effective-target masm_intel } */
5 /* { dg-options "-O -mavx512f -masm=intel" } */
7 typedef __int128 V __attribute__((vector_size(64)));
9 V v;
11 void
12 foo()
14 v ^= (V){1};