This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] PR c++/65750
- From: Paolo Carlini <paolo dot carlini at oracle dot com>
- To: Jason Merrill <jason at redhat dot com>, Adam Butcher <adam at jessamine dot co dot uk>
- Cc: gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Wed, 24 Jun 2015 12:55:28 +0200
- Subject: Re: [PATCH] PR c++/65750
- Authentication-results: sourceware.org; auth=none
- References: <1428677840-9034-1-git-send-email-adam at jessamine dot co dot uk> <a48cfc23a1bc59c08c1822e6d9319523 at imap dot force9 dot net> <552D87F8 dot 90005 at redhat dot com>
Hi,
On 04/14/2015 11:34 PM, Jason Merrill wrote:
On 04/14/2015 05:27 PM, Adam Butcher wrote:
On 2015-04-10 15:57, Adam Butcher wrote:
+ cp_lexer_consume_token (parser->lexer);
Actually there should be two of these as the 'auto' isn't consumed yet.
OK.
I'm finishing retesting the amended patch and, if everything goes well,
I will apply it to trunk, as approved by Jason (only additional minor
tweak: testcase in cpp0x instead of cpp1y).
What about gcc-5-branch? It's a regression.
Thanks,
Paolo.