[Bug debug/30189] [4.1 Regression] ICE on modified_type_die

2007-02-14 Thread mmitchel at gcc dot gnu dot org
-- mmitchel at gcc dot gnu dot org changed: What|Removed |Added Target Milestone|4.1.2 |4.1.3 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30189

[Bug debug/30189] [4.1 Regression] ICE on modified_type_die

2007-02-14 Thread aoliva at gcc dot gnu dot org
--- Comment #6 from aoliva at gcc dot gnu dot org 2007-02-15 07:27 --- Subject: Bug 30189 Author: aoliva Date: Thu Feb 15 07:27:00 2007 New Revision: 121986 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=121986 Log: gcc/ChangeLog: PR debug/30189 * dwarf2out.c (modified_type_die):

[Bug debug/30189] [4.1 Regression] ICE on modified_type_die

2007-02-14 Thread aoliva at gcc dot gnu dot org
--- Comment #7 from aoliva at gcc dot gnu dot org 2007-02-15 07:27 --- Fixed -- aoliva at gcc dot gnu dot org changed: What|Removed |Added Status|ASSIGNED

[Bug debug/30189] [4.1 Regression] ICE on modified_type_die

2007-02-05 Thread aoliva at gcc dot gnu dot org
--- Comment #4 from aoliva at gcc dot gnu dot org 2007-02-06 01:34 --- Subject: Bug 30189 Author: aoliva Date: Tue Feb 6 01:34:37 2007 New Revision: 121637 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=121637 Log: gcc/ChangeLog: PR debug/30189 * dwarf2out.c (modified_type_die):

[Bug debug/30189] [4.1 Regression] ICE on modified_type_die

2007-02-05 Thread aoliva at gcc dot gnu dot org
--- Comment #5 from aoliva at gcc dot gnu dot org 2007-02-06 01:35 --- Subject: Bug 30189 Author: aoliva Date: Tue Feb 6 01:35:10 2007 New Revision: 121638 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=121638 Log: gcc/ChangeLog: PR debug/30189 * dwarf2out.c (modified_type_die):

[Bug debug/30189] [4.1 Regression] ICE on modified_type_die

2007-02-04 Thread mmitchel at gcc dot gnu dot org
--- Comment #3 from mmitchel at gcc dot gnu dot org 2007-02-05 05:46 --- This patch is OK for mainline and 4.2, and for 4.1 after it reopens. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30189

[Bug debug/30189] [4.1 Regression] ICE on modified_type_die

2007-01-03 Thread aoliva at gcc dot gnu dot org
-- aoliva at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |aoliva at gcc dot gnu dot |dot org

[Bug debug/30189] [4.1 Regression] ICE on modified_type_die

2007-01-03 Thread patchapp at dberlin dot org
--- Comment #2 from patchapp at dberlin dot org 2007-01-03 17:05 --- Subject: Bug number PR debug/30189 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00140.html --

[Bug debug/30189] [4.1 Regression] ICE on modified_type_die

2006-12-13 Thread jakub at gcc dot gnu dot org
--- Comment #1 from jakub at gcc dot gnu dot org 2006-12-13 11:09 --- Fixed by http://gcc.gnu.org/ml/gcc-patches/2006-02/msg01014.html modified_type_die rearrangment, which dropped the assert (not sure if intentionally or not). -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30189

[Bug debug/30189] [4.1 Regression] ICE on modified_type_die

2006-12-13 Thread pinskia at gcc dot gnu dot org
-- pinskia at gcc dot gnu dot org changed: What|Removed |Added Keywords||ice-on-valid-code Target Milestone|---