This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [C++ patch]: virtual overriders and using
- To: Nathan Sidwell <nathan at codesourcery dot com>
- Subject: Re: [C++ patch]: virtual overriders and using
- From: Graham Stott <grahams at redhat dot com>
- Date: Wed, 03 Jan 2001 15:17:33 +0000
- Cc: gcc-patches at gcc dot gnu dot org
- References: <3A534066.57ACDB0B@codesourcery.com>
Nathan
Nathan Sidwell wrote:
>
> Hi,
> under the obvious rule I've installed the attached patch and testcase which
> makes us now ignore using declarations when checking virtual overriders as per
> [10.3]/2. As Jason's recent patch to lookup_field_r also stopped using
> lookup_fnfields_here, that function's deleted.
>
> built & tested on i686-pc-linux-gnu
>
> nathan
> --
> Dr Nathan Sidwell :: http://www.codesourcery.com :: CodeSourcery LLC
> 'But that's a lie.' - 'Yes it is. What's your point?'
> nathan@codesourcery.com : http://www.cs.bris.ac.uk/~nathan/ : nathan@acm.org
>
>
You forgot to update the copyright date.
Graham