[Bug target/32889] [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926

2008-02-23 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #18 from dave at hiauly1 dot hia dot nrc dot ca 2008-02-24 01:41 --- Subject: Re: [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926 > --- Comment #16 from eager at eagercon dot com 2008-02-23 21:18 --- > Attached is a patch to reload.c which addresse

[Bug target/32889] [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926

2008-02-23 Thread eager at eagercon dot com
--- Comment #17 from eager at eagercon dot com 2008-02-23 21:21 --- Created an attachment (id=15215) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=15215&action=view) Fix to reload.c -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32889

[Bug target/32889] [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926

2008-02-23 Thread eager at eagercon dot com
--- Comment #16 from eager at eagercon dot com 2008-02-23 21:18 --- Attached is a patch to reload.c which addresses the root cause. -- eager at eagercon dot com changed: What|Removed |Added --

[Bug target/32889] [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926

2007-12-09 Thread danglin at gcc dot gnu dot org
--- Comment #15 from danglin at gcc dot gnu dot org 2007-12-10 03:27 --- Fixed by change. -- danglin at gcc dot gnu dot org changed: What|Removed |Added Stat

[Bug target/32889] [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926

2007-10-22 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added CC||pinskia at gcc dot gnu dot |

[Bug target/32889] [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926

2007-10-19 Thread tbm at cyrius dot com
--- Comment #9 from tbm at cyrius dot com 2007-10-20 06:10 --- (In reply to comment #8) > Would you do the following for the failing assert? > p debug_rtx (insn) > p debug_rtx (i1) > p debug_rtx (substed) Breakpoint 3, delete_output_reload (insn=0x2ab2d757c140, j=1, last_reload_reg=21)

[Bug target/32889] [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926

2007-10-19 Thread dave at hiauly1 dot hia dot nrc dot ca
--- Comment #8 from dave at hiauly1 dot hia dot nrc dot ca 2007-10-19 22:16 --- Subject: Re: [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926 > #1 0x00601eac in delete_output_reload (insn=0x2b78f71e4140, j=1, > last_reload_reg=21) > at gcc-4.2/gcc/reload1.c

[Bug target/32889] [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926

2007-10-19 Thread tbm at cyrius dot com
--- Comment #7 from tbm at cyrius dot com 2007-10-19 21:36 --- Breakpoint 1, fancy_abort (file=0x7c02a8 "gcc-4.2/gcc/reload1.c", line=7932, function=0x7c01f0 "delete_output_reload") at gcc-4.2/gcc/diagnostic.c:640 640 { (gdb) where #0 fancy_abort (file=0x7c02a8 "gcc-4.2/gcc/relo

[Bug target/32889] [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926

2007-10-19 Thread tbm at cyrius dot com
--- Comment #6 from tbm at cyrius dot com 2007-10-19 21:33 --- Here's the reduced testcase from delta. I can try to reduce it further manually tomorrow. typedef unsigned long int ulong; typedef unsigned int uint; typedef unsigned char uchar; typedef unsigned long long int ulonglong; t

[Bug target/32889] [4.2 Regression] ICE in delete_output_reload, at reload1.c:7926

2007-10-19 Thread tbm at gcc dot gnu dot org
--- Comment #5 from tbm at gcc dot gnu dot org 2007-10-19 21:31 --- Confirmed. -- tbm at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED