PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr68986-2.c
blobc3a366c1958063a9f9c646ae37adc7fd0e7a746e
1 /* { dg-do compile { target ia32 } } */
2 /* { dg-require-effective-target tls_native } */
3 /* { dg-require-effective-target fpic } */
4 /* { dg-options "-fPIC -mno-accumulate-outgoing-args -mpreferred-stack-boundary=2" } */
6 extern __thread int msgdata;
7 int
8 foo ()
10 return msgdata;
13 /* { dg-final { scan-assembler "andl\[\\t \]*\\$-16,\[\\t \]*%esp" } } */