Terry Guo writes:
> I configured my gcc with "--disable-tls" for arm-none-eabi. But it can
> still successfully compile the below case:
>
> __thread int i;
> int f (void) { return i; }
> void main (int j) { i = j; }
>
> The "dg-require-effective-target tls" use this case to chec
Hello,
I configured my gcc with "--disable-tls" for arm-none-eabi. But it can
still successfully compile the below case:
__thread int i;
int f (void) { return i; }
void main (int j) { i = j; }
The "dg-require-effective-target tls" use this case to check whether
target supports