This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: 3.2 PATCH: Implicit typenames
- From: Gabriel Dos Reis <gdr at codesourcery dot com>
- To: nathan at cs dot bris dot ac dot uk
- Cc: Gabriel Dos Reis <gdr at codesourcery dot com>, gcc-patches at gcc dot gnu dot org
- Date: 23 Mar 2002 19:55:51 +0100
- Subject: Re: 3.2 PATCH: Implicit typenames
- Organization: CodeSourcery, LLC
- References: <m3zo10rmxb.fsf@merlin.codesourcery.com> <3C9CB706.E03437BD@acm.org>
Nathan Sidwell <nathan@acm.org> writes:
| Gabriel Dos Reis wrote:
| >
| > I was tired of messages like
| >
| > typename.C:5: warning: `typename Y<T>::A' is implicitly a typename
| >
| > Now we emit
| >
| > typename.C:5: warning: `Y<T>::A' is implicitly a typename
| >
| > Bootstrapped and tested on an i686-pc-linux-gnu.
| This should go on 3.1 too. (Actually we should kill IMPLICIT_TYPENAME_P
| on the mainline now.)
OK. I didn't know I could qualify it as a regression so I didn't
take the initiative of applying it to branch.
-- Gaby