------- Additional Comments From pinskia at gcc dot gnu dot org 2005-02-22 20:14 ------- Confirmed, reduced to: struct KrSelectionMode { virtual void init() = 0; }; struct KrKDESelectionMode : public KrSelectionMode { void init() { } }; struct KrSelectionMode { virtual void init() = 0; }; struct KrKDESelectionMode : public KrSelectionMode { void init() { } }; KrKDESelectionMode krKDESelectionMode;
-- What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever Confirmed| |1 Keywords| |error-recovery, ice-on- | |invalid-code Last reconfirmed|0000-00-00 00:00:00 |2005-02-22 20:14:01 date| | Summary|ICE compiling krusader-1.5.1|[3.4/4.0 Regression] ICE |with latest CVS gcc |compiling krusader-1.5.1 | |with latest CVS gcc Target Milestone|--- |3.4.4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20152