[Bug c++/44623] [4.6 Regression] ICE on invalid code
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44623 Jason Merrill changed: What|Removed |Added Status|NEW |RESOLVED CC||jason at gcc dot gnu.org Resolution||WORKSFORME --- Comment #4 from Jason Merrill 2011-03-11 19:51:41 UTC --- This seems to have gotten fixed.
[Bug c++/44623] [4.6 Regression] ICE on invalid code
-- rguenth at gcc dot gnu dot org changed: What|Removed |Added Keywords||error-recovery Priority|P3 |P5 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44623
[Bug c++/44623] [4.6 Regression] ICE on invalid code
--- Comment #3 from manu at gcc dot gnu dot org 2010-06-22 09:27 --- It would be more correct to say that it doesn't ICE on g++ 4.4.3, but still error-recovery is awful: pr44623.ii:3:137: warning: missing terminating " character pr44623.ii:3: error: missing terminating " character pr44623.ii:3: error: two or more data types in declaration of 'parameter' pr44623.ii:3: error: expected primary-expression at end of input pr44623.ii:3: error: type 'basic_stringbuf' is not derived from type 'basic_stringbuf< , , >' pr44623.ii:3: error: expected '}' at end of input pr44623.ii:3: error: expected unqualified-id at end of input -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44623
[Bug c++/44623] [4.6 Regression] ICE on invalid code
--- Comment #2 from manu at gcc dot gnu dot org 2010-06-22 09:25 --- Confirmed in trunk. -- manu at gcc dot gnu dot org changed: What|Removed |Added CC||manu at gcc dot gnu dot org Status|UNCONFIRMED |NEW Ever Confirmed|0 |1 Known to work||4.4.3 Last reconfirmed|-00-00 00:00:00 |2010-06-22 09:25:03 date|| Summary|ICE on invalid code |[4.6 Regression] ICE on ||invalid code Target Milestone|--- |4.6.0 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44623