Re: [PATCH] Increment value instead of a pointer in ADA macro processing.

2017-03-09 Thread Martin Liška
On 03/08/2017 09:03 AM, Eric Botcazou wrote: >> I prepared quite obvious fix for that and tested make check -k >> RUNTESTFLAGS="dg.exp=dump-ada-spec-*" on x86_64-linux-gnu. > > Thanks for spotting and fixing it. Please put the fix on the 6 branch too. > Yes, I'll add the patch when I'll test pe

Re: [PATCH] Increment value instead of a pointer in ADA macro processing.

2017-03-08 Thread Eric Botcazou
> I prepared quite obvious fix for that and tested make check -k > RUNTESTFLAGS="dg.exp=dump-ada-spec-*" on x86_64-linux-gnu. Thanks for spotting and fixing it. Please put the fix on the 6 branch too. -- Eric Botcazou

Re: [PATCH] Increment value instead of a pointer in ADA macro processing.

2017-03-07 Thread Jeff Law
2017 11:10:30 +0100 Subject: [PATCH] Increment value instead of a pointer in ADA macro processing. gcc/c-family/ChangeLog: 2017-03-07 Martin Liska * c-ada-spec.c (macro_length): Increment value instead of a pointer. OK. Jeff

[PATCH] Increment value instead of a pointer in ADA macro processing.

2017-03-07 Thread Martin Liška
uot;dg.exp=dump-ada-spec-*" on x86_64-linux-gnu. Ready to be installed? Martin >From 9137ddcf413585f557c4ef263d731bf457cb79f4 Mon Sep 17 00:00:00 2001 From: marxin Date: Tue, 7 Mar 2017 11:10:30 +0100 Subject: [PATCH] Increment value instead of a pointer in ADA macro processing. gcc/c-famil