PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr58690.c
blob18b00108bd25d8adf9c8bf1ce3e50aad27015eeb
1 /* { dg-do compile { target { ! ia32 } } } */
2 /* { dg-require-effective-target maybe_x32 } */
3 /* { dg-options "-O2 -mx32 -maddress-mode=short" } */
5 struct gomp_thread
7 char foo[41];
8 };
9 extern __thread struct gomp_thread gomp_tls_data;
10 void
11 foo (void)
13 __builtin_memset (&gomp_tls_data, '\0', sizeof (gomp_tls_data));