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]

Re: revised PATCH: fix TLS testsuite problems


Janis Johnson wrote:
On Thu, 2007-09-13 at 16:01 -0400, Sandra Loosemore wrote:
I've done that now. The revised patch is attached. With this patch, there are now three effective targets:

tls means "can generate code for some flavor of TLS"
tls_native means "can generate code for native TLS"
tls_runtime means "can execute TLS code"

I used a script to find all the existing test files that use "tls" to mean what my patch now calls "tls_native", and change them, so I'm pretty sure this is the full set.

I verified that this turns the -mips16 FAILs into UNSUPPORTEDs. I also tested on i686, configuring with both --enable-tls and --disable-tls, and verified that the patch did not change the test results in either case.

Is this version of the patch OK to commit?

It looks good to me from a testsuite standpoint and there have been no comments from other TLS experts, so OK.

OK, committed now.


-Sandra


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]