[Bug c++/13495] Friendship to class nested within a template is broken

2021-04-22 Thread ppalka at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=13495 Bug 13495 depends on bug 16617, which changed state. Bug 16617 Summary: Fail to do access checking correctly for non-dependent qualified-id https://gcc.gnu.org/bugzilla/show_bug.cgi?id=16617 What|Removed |Added

[Bug c++/13495] Friendship to class nested within a template is broken

2004-10-20 Thread lerdsuwa at gcc dot gnu dot org
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2004-10-20 16:25 --- I am closing this as fixed by patch: http://gcc.gnu.org/ml/gcc-patches/2004-10/msg01709.html For access checking problem mentioned in the comments, it's already covered in PR16617. That part requires s

[Bug c++/13495] Friendship to class nested within a template is broken

2004-10-20 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2004-10-20 16:20 --- Subject: Bug 13495 CVSROOT:/cvs/gcc Module name:gcc Changes by: [EMAIL PROTECTED] 2004-10-20 16:20:51 Modified files: gcc/cp : ChangeLog cp-tree.h decl.c friend.c p