https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48868
--- Comment #4 from Sam James <sjames at gcc dot gnu.org> --- (In reply to Sam James from comment #3) > Should we copy gcc.target/i386/math-torture for a new > gcc.target/i386/tls-torture, and move testcases referencing __thread from > gcc.target/i386 inside? There are several cases to handle: * Should we copy gcc.target/i386/math-torture for a new gcc.target/i386/tls-torture, and move testcases referencing __thread from gcc.target/i386 inside? * For gcc.dg/tls, we can extend tls.exp to be a torture suite (maybe rename tls -> tls-torture there) too, and use all known variants if supported? * For gcc.dg/torture/tls, should we add -mtls-dialect=* variants to tls.exp? g++.dg has some similar cases to above.