[Bug target/48868] There are no -mtls-dialect=gnu2 run-time tests

2025-07-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48868 --- Comment #4 from Sam James --- (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 sev

[Bug target/48868] There are no -mtls-dialect=gnu2 run-time tests

2025-07-02 Thread sjames at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=48868 --- Comment #3 from Sam James --- dg-torture as suggested in https://inbox.sourceware.org/gcc-patches/CAFiYyc2s-nBPwON-zLqprGUy_nNOZwHCq9LtK99M53=xk+j...@mail.gmail.com/ would help. Should we copy gcc.target/i386/math-torture for a new gcc.targe

[Bug target/48868] There are no -mtls-dialect=gnu2 run-time tests

2011-05-04 Thread hjl.tools at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48868 --- Comment #2 from H.J. Lu 2011-05-04 15:42:11 UTC --- (In reply to comment #1) > Can't you run the testsuite with -mtls-dialect=gnu2 to see if there are any > failures? 90% of gcc testsuites don't use TLS. Run the whole testsuite with -mtls-di

[Bug target/48868] There are no -mtls-dialect=gnu2 run-time tests

2011-05-04 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48868 --- Comment #1 from Andrew Pinski 2011-05-04 15:31:21 UTC --- Can't you run the testsuite with -mtls-dialect=gnu2 to see if there are any failures?