diff mbox

[committed] Fix ICE in gen_reg_rtx, at emit-rtl.c:864/865 compiling GNU MPFR

Message ID 87zk0q5cbj.fsf@talisman.default
State New
Headers show

Commit Message

Richard Sandiford Jan. 3, 2013, 6:52 p.m. UTC
David Edelsohn <dje.gcc@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.
diff mbox

Patch

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;