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: "Gilles Depeyrot" <gsd at dolphin dot fr>
- To: gdr at gcc dot gnu dot org
- Cc: gcc-prs at gcc dot gnu dot org,
- Date: 31 Jul 2002 07:36:13 -0000
- Subject: Re: c++/7440: parse error on valid C++ code (parse error before `&&' token)
- Reply-to: "Gilles Depeyrot" <gsd at dolphin dot fr>
The following reply was made to PR c++/7440; it has been noted by GNATS.
From: "Gilles Depeyrot" <gsd@dolphin.fr>
To: "Neil Booth" <neil@daikokuya.co.uk>,
"Gabriel Dos Reis" <gdr@integrable-solutions.net>
Cc: <gcc-gnats@gcc.gnu.org>
Subject: Re: c++/7440: parse error on valid C++ code (parse error before `&&' token)
Date: Wed, 31 Jul 2002 09:28:07 +0200
Hi,
In any case, thanks for your time and for a great product!
Best regards,
Gilles
> 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