* class.c (finish_struct): Set TREE_PRIVATE and TREE_PROTECTED for
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Apr 1998 13:23:32 +0000 (13:23 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Apr 1998 13:23:32 +0000 (13:23 +0000)
commit1d889f29dc584c7a88b0304c88515f61ea596c15
treea707e26881caf1023846c1db55586d07793a5745
parenta0d52dee6fb09feb896b7dc4cff35a4fdbb66eaf
* class.c (finish_struct): Set TREE_PRIVATE and TREE_PROTECTED for
the DECL_RESULTs of a member TEMPLATE_DECL, not just the
TEMPLATE_DECL.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19376 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/cp/ChangeLog
gcc/cp/class.c
gcc/testsuite/g++.old-deja/g++.pt/memtemp74.C [new file with mode: 0644]