This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/14283] [3.5 regression] ICE in cp_parser_parse_and_diagnose_invalid_type_name
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 19 Mar 2004 12:25:44 -0000
- Subject: [Bug c++/14283] [3.5 regression] ICE in cp_parser_parse_and_diagnose_invalid_type_name
- References: <20040225013703.14283.reichelt@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From reichelt at gcc dot gnu dot org 2004-03-19 12:25 -------
With Mark's patch
http://gcc.gnu.org/ml/gcc-cvs/2004-03/msg00865.html
the ice-on-valid is gone now.
In fact the code is accepted now in 3.4.0 and 3.5.0!
The ice-on-invalid in 3.5.0 is also gone with this patch,
we get an error message now.
Giovanni, what are you going to do with your patch?
It's not needed to fix this bug. Is it obsoleted altogether or
is it still useful for different cases?
I'll keep the report open until a decision is reached.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14283