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: 3.2 PATCH: Implicit typenames


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


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