This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Fix PR c++/29022


Hi Mark,

Thanks for the review. I've lost write access to the repository as
I've switched systems and lost my SSH key in the process. Is there
anyone who I can contact about installing a new key?

I emailed overseers@gcc.gnu.org not long after it happened about this
but the only response I received was I could copy the key from my old
system to the new one if I still had access to it which I dont.

Cheers,
Lee.

On 11/19/06, Mark Mitchell <mark@codesourcery.com> wrote:
Lee Millward wrote:

> 2006-11-18  Lee Millward  <lee.millward@codesourcery.com>
>
>     PR c++/29022
>     * parser.c (cp_parser_class_head): Move processing
>     of any base classes to...
>     (cp_parser_class_specifier) ...here. Take an extra
>     tree* parameter for the base classes. Only process
>     them if the opening brace was found.
>
> testsuite/
>
> 2006-11-18  Lee Millward  <lee.millward@codesourcery.com>
>
>     PR c++/29022
>     * g++.dg/inherit/virtual2.C: New test.
>     * g++.dg/inherit/virtual3.C: Likewise.
>     * g++.old-deja/g++.bugs/900121_05.C: Adjust error markers.
>     * g++.dg/inherit/error2.C: Likewise.
>     * g++.dg/template/instantiate1.C: Likewise.

:REVIEWMAIL: OK

Thanks!

--
Mark Mitchell
CodeSourcery
mark@codesourcery.com
(650) 331-3385 x713



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]