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