From patchwork Thu Jan 3 18:52:16 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [committed] Fix ICE in gen_reg_rtx, at emit-rtl.c:864/865 compiling GNU MPFR Date: Thu, 03 Jan 2013 08:52:16 -0000 From: Richard Sandiford X-Patchwork-Id: 209299 Message-Id: <87zk0q5cbj.fsf@talisman.default> To: David Edelsohn Cc: Richard Henderson , John David Anglin , GCC Patches David Edelsohn 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;