[i386/debug] Fix insn prefix in tls_global_dynamic_64_<mode>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr86257.c
blob3287c190d3682096065d9d266c8a45e7c2571153
1 /* { dg-require-effective-target fpic } */
2 /* { dg-require-effective-target tls } */
3 /* { dg-options "-g -fPIC" } */
5 __thread int i;
7 void
8 foo(void)
10 i = 0;
13 /* { dg-final { scan-assembler "data16\[ \t\]*leaq" } } */
14 /* { dg-final { scan-assembler-not "\.byte\[ \t\]*0x66\n\[ \t\]*leaq" } } */