[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-22 Thread jakub at gcc dot gnu dot org
--- Comment #11 from jakub at gcc dot gnu dot org 2005-12-22 23:22 --- Fixed in SVN, thanks a lot, Alan. -- jakub at gcc dot gnu dot org changed: What|Removed |Added

[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-22 Thread jakub at gcc dot gnu dot org
--- Comment #10 from jakub at gcc dot gnu dot org 2005-12-22 23:21 --- Subject: Bug 25432 Author: jakub Date: Thu Dec 22 23:21:00 2005 New Revision: 108986 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108986 Log: PR rtl-optimization/25432 * reload1.c (eliminate

[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-22 Thread jakub at gcc dot gnu dot org
--- Comment #9 from jakub at gcc dot gnu dot org 2005-12-22 23:19 --- Subject: Bug 25432 Author: jakub Date: Thu Dec 22 23:19:49 2005 New Revision: 108985 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=108985 Log: PR rtl-optimization/25432 * reload1.c (eliminate_

[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-22 Thread roger at eyesopen dot com
--- Comment #8 from roger at eyesopen dot com 2005-12-22 16:05 --- Alan's patch has already been approved by Ian here: http://gcc.gnu.org/ml/gcc-patches/2005-12/msg01397.html I think it would also be good idea to add the original bugzilla test case, from comment #1, to the testsuite, to

[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-21 Thread jakub at gcc dot gnu dot org
--- Comment #7 from jakub at gcc dot gnu dot org 2005-12-21 09:59 --- Created an attachment (id=10542) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=10542&action=view) gcc41-pr25432.patch As Alan is AFAIK on vacation, I'm attaching the almost-patch converted into a patch form and

[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-19 Thread mmitchel at gcc dot gnu dot org
--- Comment #6 from mmitchel at gcc dot gnu dot org 2005-12-19 19:37 --- Should be fixed before release, and it looks like we have an almost-patch. P1. -- mmitchel at gcc dot gnu dot org changed: What|Removed |Added --

[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-16 Thread jakub at gcc dot gnu dot org
--- Comment #5 from jakub at gcc dot gnu dot org 2005-12-16 13:59 --- Yeah, verified on the original testcase https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=175766#c1 Thanks. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25432

[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-15 Thread amodra at bigpond dot net dot au
-- amodra at bigpond dot net dot au changed: What|Removed |Added Severity|normal |major Target Milestone|--- |4.1.0 http:

[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-15 Thread amodra at bigpond dot net dot au
--- Comment #4 from amodra at bigpond dot net dot au 2005-12-16 02:40 --- And indeed, making that change cures the testcase ICE. -- amodra at bigpond dot net dot au changed: What|Removed |Added -

[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-15 Thread amodra at bigpond dot net dot au
--- Comment #3 from amodra at bigpond dot net dot au 2005-12-16 02:36 --- Looks to be a bug in eliminate_regs_in_insn. This function changes the type of the insn from (set (reg) (reg)) to (set (plus (reg) (const_int))) but doesn't update INSN_CODE (insn). find_reloads calls extract_in

[Bug rtl-optimization/25432] [4.1/4.2 Regression] Reload ICE in gen_add2_insn

2005-12-15 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Severity|normal |major Known to work|3.4.5 |3.4.5 4.0.3