[Bug target/33635] Bootstrap broken on mips-sgi-irix6.5

2007-10-05 Thread rsandifo at gcc dot gnu dot org
--- 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 ---

[Bug target/33635] Bootstrap broken on mips-sgi-irix6.5

2007-10-05 Thread rsandifo at gcc dot gnu dot org
--- 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

[Bug target/33635] Bootstrap broken on mips-sgi-irix6.5

2007-10-05 Thread fxcoudert at gcc dot gnu dot org
--- 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

[Bug target/33635] Bootstrap broken on mips-sgi-irix6.5

2007-10-04 Thread rsandifo at gcc dot gnu dot org
--- 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

[Bug target/33635] Bootstrap broken on mips-sgi-irix6.5

2007-10-04 Thread fxcoudert at gcc dot gnu dot org
--- 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;

[Bug target/33635] Bootstrap broken on mips-sgi-irix6.5

2007-10-03 Thread rsandifo at gcc dot gnu dot org
--- 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

[Bug target/33635] Bootstrap broken on mips-sgi-irix6.5

2007-10-03 Thread rsandifo at gcc dot gnu dot org
--- 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

[Bug target/33635] Bootstrap broken on mips-sgi-irix6.5

2007-10-03 Thread rsandifo at gcc dot gnu dot org
--- 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