Rebase.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr27266.c
blob8735780c7764ef10b16b94d81b72c18bab92318d
1 /* PR target/27266.
2 The testcase below used to trigger an ICE. */
4 /* { dg-do compile } */
5 /* { dg-require-effective-target ia32 } */
6 /* { dg-options "-march=pentium" } */
8 signed long long sll;
10 void
11 foo (void)
13 __sync_fetch_and_add (&sll, 1);