PR target/80969 - Fix ICE with -mabi=ms -mavx512f, reduce wasted space when realignin...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr46254.c
blob512287a5b390f4ed0ed83f2c0b0b96c75b269366
1 /* { dg-do compile } */
2 /* { dg-require-effective-target lp64 } */
3 /* { dg-require-effective-target fpic } */
4 /* { dg-options "-O2 -mcx16 -fpic -mcmodel=large" } */
6 __int128 i;
8 void test ()
10 __sync_val_compare_and_swap (&i, i, i);