David Edelsohn <dje....@gmail.com> writes: > The testcase should have included dg-add-options tls. committed as obvious.
Thanks. I also removed the main point of the test in a final "tweak". Also committed as obvious after testing on mips64-linux-gnu. Richard gcc/testsuite/ * gcc.dg/torture/tls/tls-reload-1.c (main): Make testing more thorough. Index: gcc/testsuite/gcc.dg/torture/tls/tls-reload-1.c =================================================================== --- gcc/testsuite/gcc.dg/torture/tls/tls-reload-1.c 2013-01-03 18:49:20.000000000 +0000 +++ gcc/testsuite/gcc.dg/torture/tls/tls-reload-1.c 2013-01-03 18:49:49.574422889 +0000 @@ -42,7 +42,7 @@ main (void) int i; setup (array); - B(CHECK, tls); + C(CHECK, tls); if (!y) abort (); return 0;