1 /* { dg-do compile } */
2 /* { dg-options "-O2 -fPIC" } */
3 /* { dg-options "-O2 -fPIC -mtune=i686" { target { { i?86-*-* x86_64-*-* } && ilp32 } } } */
4 /* { dg-require-effective-target tls } */
5 /* { dg-require-effective-target fpic } */
7 extern __thread
int thr
;
19 __attribute__ ((regparm (3)))
21 foo (const char *x
, void *y
, int *z
)
27 test (const char *x
, void *y
)