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: fixes c++ friend class declaration lookup bugs


Ollie Wild wrote:
>> > :ADDPATCH c++:
>> >
>> > 2007-05-18  Ollie Wild  <aaw@google.com>
>> >
>> >       * name-lookup.c (ambiguous_decl): Adds check for hidden types.
>> >       (unqualified_namespace_lookup): Adds check for hidden types.
>> >
>> > 2007-05-18  Ollie Wild  <aaw@google.com>
>> >
>> >       * g++.dg/lookup/hidden-class10.C: New test.
>> >       * g++.dg/lookup/hidden-class11.C: New test.
>>
>> :REVIEWMAIL: OK
> 
> I've noticed this hasn't been checked in, yet.  Do I need to anything
> else to make that happen?

Yes, you need to either explicitly ask someone to check it in for you,
or request write access, and check it in yourself.  For now, you might
just ask Ian to check it in for you, but if you're going to be
contributing a lot of patches, you should submit a request for
write-after-approval access.  You can name me as the approver of that
request, if you like.  Look on the GCC web page for information about
how to file the request.

-- 
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]