This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
Indeed.tls.exp just checks whether you can compile programs that use __thread. For that you need assembler, linker and compiler support. But as Kean wants to xfail just those 3 testcases (the runtime ones), I guess the problem isn't compile time tests, but runtime tests that additionally need libc/ld.so TLS support.
I think Uros' patch really solves this well, but nobody reviewed it yet.It sure looks like a better way to me.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |