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]

[Bug c++/7818] protected members still non-reachable from an unbound friend template member function


PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=7818



------- Additional Comments From lerdsuwa at gcc dot gnu dot org  2003-08-11 14:53 -------
Patch submitted:
  http://gcc.gnu.org/ml/gcc-patches/2003-08/msg00644.html

The invalid case still compiles because GCC still treats
many friend declarations as dependent name.  This will be
fixed later separately.  There is no time frame for that yet.


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