PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr66470.c
blob5c068f3d71b5abbfa111c66475bcbec7b529329c
1 /* PR target/66470 */
2 /* { dg-do compile { target { ! ia32 } } } */
3 /* { dg-options "-O2 -mx32 -maddress-mode=long" } */
4 /* { dg-require-effective-target tls } */
6 extern __thread unsigned __int128 c[10];
7 int d;
9 unsigned __int128
10 foo (void)
12 return c[d];