On 29 August 2012 19:47, Marc Glisse wrote:
>
> On Wed, 29 Aug 2012, Aaron Gray wrote:
>
>> Just got my copyright assignment through, so here's my first GCC patch,
>
>
> Welcome!
Thanks Marc !
>
>
>
>> This is a one liner removing the unneeded dependency of cp-lang.c on
>> cp/parser.h. This has
On Wed, 29 Aug 2012, Aaron Gray wrote:
Just got my copyright assignment through, so here's my first GCC patch,
Welcome!
This is a one liner removing the unneeded dependency of cp-lang.c on
cp/parser.h. This has been tested on Linux.
I think you need to attach a ChangeLog entry with every p
Just got my copyright assignment through, so here's my first GCC patch,
This is a one liner removing the unneeded dependency of cp-lang.c on
cp/parser.h. This has been tested on Linux.
Aaron
diff --git a/gcc/cp/cp-lang.c b/gcc/cp/cp-lang.c
index da7f1e1..5ca0b0a 100644
--- a/gcc/cp/cp-lang.c
+++