This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/5763] Unhelpful message with missing typename
- From: "gdr at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 29 Aug 2003 08:27:19 -0000
- Subject: [Bug c++/5763] Unhelpful message with missing typename
- References: <20020223174601.5763.jcab@jcabs-rumblings.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=5763
gdr at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
AssignedTo|gdr at gcc dot gnu dot org |mmitchel at gcc dot gnu dot
| |org
Keywords|diagnostic |
------- Additional Comments From gdr at gcc dot gnu dot org 2003-08-29 08:27 -------
At the time we get to issueing a diagnostic, the parser has gone a looong
way of comiting itself to parsing nonsensical constructs.
I'm leaving this to Mark, as it is an issue with the new parser.