This is the mail archive of the gcc-bugs@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++/7641: friend declaration of nested types doesn't compile


http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=7641

This code has never been handled correctly by gcc or egcs.
Although egcs-1.1.2 accepts it, it behaves the same regardless
of whether the template friend is declared or not, i.e.
that template friend is silently ignored by egcs.  So this
is actually not a regression.  I mark this report down to
medium priority.

--Kriang


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