This is the mail archive of the
gcc-prs@gcc.gnu.org
mailing list for the GCC project.
Re: c++/7440: parse error on valid C++ code (parse error before `&&' token)
- From: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- To: gdr at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 30 Jul 2002 18:06:01 -0000
- Subject: Re: c++/7440: parse error on valid C++ code (parse error before `&&' token)
- Reply-to: Gabriel Dos Reis <gdr at integrable-solutions dot net>
The following reply was made to PR c++/7440; it has been noted by GNATS.
From: Gabriel Dos Reis <gdr@integrable-solutions.net>
To: Neil Booth <neil@daikokuya.co.uk>
Cc: gsd@dolphin.fr, gcc-gnats@gcc.gnu.org
Subject: Re: c++/7440: parse error on valid C++ code (parse error before `&&' token)
Date: 30 Jul 2002 19:59:01 +0200
Neil Booth <neil@daikokuya.co.uk> writes:
| We really need to use CPP to print tokens, the diagnostic in this
| case is awful, and quite misleading.
Indeed.
That is what I told the submitter this morning (in private mail).
Queued for after I'm finished with the pretty-printer thingy.
-- Gaby