re PR c++/15701 (ICE with friends and template template parameter)
authorMark Mitchell <mark@codesourcery.com>
Mon, 31 May 2004 22:48:30 +0000 (22:48 +0000)
committerMark Mitchell <mmitchel@gcc.gnu.org>
Mon, 31 May 2004 22:48:30 +0000 (22:48 +0000)
commite17b3578a3b043e0ee9a8493224287e79f9bb2c9
tree8bf69c904b4e1c090f4fed19487a0ae1d79b5db4
parent5847e53ee7e2bb6665c0652f46a071aa78de90bd
re PR c++/15701 (ICE with friends and template template parameter)

PR c++/15701
* friend.c (add_friend): Do not try to perform access checks for
functions from dependent classes.

PR c++/15701
* g++.dg/template/friend29.C: New test.

From-SVN: r82516
gcc/cp/ChangeLog
gcc/cp/friend.c
gcc/testsuite/ChangeLog
gcc/testsuite/g++.dg/template/friend29.C [new file with mode: 0644]