[Bug tree-optimization/18904] [4.0 Regression] 4.0-20041205 regression ICE with -O3

2004-12-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-09 15:19 --- Confirmed, reduced to: struct Data; struct Wrapper { Data* D; }; struct Data { int X; void init(Wrapper); }; void Data::init( Wrapper w ) { int Data::* res = Data::X; w.D = this; for(

[Bug tree-optimization/18904] [4.0 Regression] 4.0-20041205 regression ICE with -O3

2004-12-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-09 15:39 --- here is the patch (for some reason I cannot send it out, stupid mail servers): Index: tree-chrec.c === RCS file:

[Bug tree-optimization/18904] [4.0 Regression] 4.0-20041205 regression ICE with -O3

2004-12-09 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-12-09 16:17 --- Subject: Bug 18904 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-12-09 16:17:07 Modified files: gcc: ChangeLog tree-chrec.c

[Bug tree-optimization/18904] [4.0 Regression] 4.0-20041205 regression ICE with -O3

2004-12-09 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2004-12-09 16:17 --- Fixed. -- What|Removed |Added Status|ASSIGNED|RESOLVED