--- Comment #8 from rsandifo at gcc dot gnu dot org 2007-10-05 08:42
---
Thanks for testing. I included some more general cleanups in the
patch and committed to mainline.
--
rsandifo at gcc dot gnu dot org changed:
What|Removed |Added
---
--- Comment #7 from rsandifo at gcc dot gnu dot org 2007-10-05 08:34
---
Subject: Bug 33635
Author: rsandifo
Date: Fri Oct 5 08:34:01 2007
New Revision: 129031
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129031
Log:
gcc/
PR target/33635
* config/mips/mips.c
--- Comment #6 from fxcoudert at gcc dot gnu dot org 2007-10-05 07:52
---
(In reply to comment #5)
> Ah yes, this is the old "moves of cost 2 don't need reloads" thing.
> Could you try the attached patch?
Bootstrap completed (C + Fortran) with this patch applied. Thanks.
--
fxcoude
--- Comment #5 from rsandifo at gcc dot gnu dot org 2007-10-04 20:21
---
Created an attachment (id=14297)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=14297&action=view)
patch for comment #4
Ah yes, this is the old "moves of cost 2 don't need reloads" thing.
Could you try the at
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2007-10-04 13:25
---
We still have an ICE on __powitf2, at -O2 (but not -O1):
$ cat foo.i
typedef float TFtype __attribute__ ((mode (TF)));
TFtype __powitf2 (TFtype x, int m)
{
TFtype y = x;
while (m >>= 1)
{
x = x * x;
--- Comment #3 from rsandifo at gcc dot gnu dot org 2007-10-03 18:42
---
Thanks for the report. As per my gcc-patches@ message,
I think the committed patch is at least a step on the
road to recovery. Please let me know if it fixes things,
or if it still isn't enough.
--
rsandifo a
--- Comment #2 from rsandifo at gcc dot gnu dot org 2007-10-03 18:39
---
Subject: Bug 33635
Author: rsandifo
Date: Wed Oct 3 18:39:30 2007
New Revision: 128991
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=128991
Log:
gcc/
PR target/33635
* config/mips/mips-pr
--- Comment #1 from rsandifo at gcc dot gnu dot org 2007-10-03 18:39
---
Sorry, this is my fault.
--
rsandifo at gcc dot gnu dot org changed:
What|Removed |Added