OSDN Git Service

* class.c (instantiate_type): Handle pointer-to-members where the
authormmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jun 1998 12:13:54 +0000 (12:13 +0000)
committermmitchel <mmitchel@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 7 Jun 1998 12:13:54 +0000 (12:13 +0000)
commit40eb09158e51dd1a1a78e87268b72446fa9cbeae
tree6c03d69c022263d9aa94cd9a9e6ae9a38cde6cfb
parent13c06a53f0f4886848b3457dfcd95ac5fc8dace2
* class.c (instantiate_type): Handle pointer-to-members where the
member is a template.
* init.c (build_offset_ref): Likewise.
* typeck.c (build_unary_op): Likewise.

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