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: [C++ PATCH for 3.3] Fix implicit typename warning regression


Jason Merrill wrote:

+ template <typename U> friend struct Y::Z f(U); // { dg-warning "implicit" }


This should not give a warning, either, because of the use of 'struct'.



You're right. I will relook at this problem.

--Kriang



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