--- Comment #8 from pinskia at gcc dot gnu dot org 2007-09-10 21:56 ---
Fixed so closing. Though there should be a testcase for this one committed.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from marcus at jet dot franken dot de 2007-09-10 05:50
---
with current SVN (r128305) it is build again.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33351
--
lauras at gcc dot gnu dot org changed:
What|Removed |Added
Status|ASSIGNED|WAITING
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33351
--- Comment #6 from hp at gcc dot gnu dot org 2007-09-09 05:01 ---
Please try after r128284.
--
hp at gcc dot gnu dot org changed:
What|Removed |Added
CC|
--- Comment #5 from pinskia at gcc dot gnu dot org 2007-09-08 19:19 ---
I think PR 33346 is the same issue.
--
pinskia at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #4 from lauras at gcc dot gnu dot org 2007-09-08 18:36 ---
It sure looks like it is caused by my patch. I will be able to take care of
that on Monday.
I think this change should fix it (completely untested): rewrite
for (p = NEXT_INSN (prev); p != next; p
--- Comment #3 from rguenth at gcc dot gnu dot org 2007-09-08 12:45 ---
Confirmed.
Program received signal SIGSEGV, Segmentation fault.
0x0842837c in reload_as_needed (live_known=1)
at /home/richard/src/trunk/gcc/reload1.c:4161
4161 if (p != insn && INSN_P (p)
(