[Bug target/43590] ICE in spill_failure, at reload1.c:2158

2013-08-05 Thread ramana at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43590 Ramana Radhakrishnan changed: What|Removed |Added Status|ASSIGNED|RESOLVED Known to work|

[Bug target/43590] ICE in spill_failure, at reload1.c:2158

2011-03-30 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43590 rsand...@gcc.gnu.org changed: What|Removed |Added CC||rsandifo at gcc dot gnu.org K

[Bug target/43590] ICE in spill_failure, at reload1.c:2158

2011-03-30 Thread rsandifo at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43590 --- Comment #5 from rsandifo at gcc dot gnu.org 2011-03-30 14:52:42 UTC --- Author: rsandifo Date: Wed Mar 30 14:52:38 2011 New Revision: 171729 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=171729 Log: gcc/ 2011-03-30 Richard Sandiford

[Bug target/43590] ICE in spill_failure, at reload1.c:2158

2010-04-08 Thread ramana at gcc dot gnu dot org
--- Comment #4 from ramana at gcc dot gnu dot org 2010-04-08 22:57 --- I think this is one more case of the ARM backend lying to the general infrastructure. We expand into ld4qav8hi which happens to be in this following form. Note if you look at init_regs, there is no use of reg:XI 13

[Bug target/43590] ICE in spill_failure, at reload1.c:2158

2010-04-08 Thread ramana at gcc dot gnu dot org
--- Comment #3 from ramana at gcc dot gnu dot org 2010-04-08 22:32 --- Bah I know the problem . The base pattern is flawed. Testing a patch. Ramana -- ramana at gcc dot gnu dot org changed: What|Removed |Added -

[Bug target/43590] ICE in spill_failure, at reload1.c:2158

2010-04-08 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2010-04-08 22:17 --- (In reply to comment #1) > Hmm - so why is it that we add an initialization for reg:XI 136 with a > const_int 0 in .175r.init_regs Because init_reg thinks the psedu register 136 is used unitialized. In fact that i

[Bug target/43590] ICE in spill_failure, at reload1.c:2158

2010-04-08 Thread ramana at gcc dot gnu dot org
--- Comment #1 from ramana at gcc dot gnu dot org 2010-04-08 22:13 --- Hmm - so why is it that we add an initialization for reg:XI 136 with a const_int 0 in .175r.init_regs adding initialization in test of reg 136 at in block 3 for insn 12. (insn 91 11 12 3 /tmp/n.c:13 (set (reg:XI 136

[Bug target/43590] ICE in spill_failure, at reload1.c:2158

2010-03-31 Thread ramana at gcc dot gnu dot org
-- ramana at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 GCC target trip