aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMark Mitchell <mmitchel@gcc.gnu.org>1998-06-07 14:52:11 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>1998-06-07 14:52:11 +0000
commit4146c3afe39d23bedf0019f07edad3236758aa1b (patch)
tree024680d533937b0e5040245557a2bcf6779dbbb8 /gcc
parentcb9e12a74626eba48b76207fde9c19e67b229cac (diff)
downloadgcc-4146c3afe39d23bedf0019f07edad3236758aa1b.zip
gcc-4146c3afe39d23bedf0019f07edad3236758aa1b.tar.gz
gcc-4146c3afe39d23bedf0019f07edad3236758aa1b.tar.bz2
class.c (instantiate_type): Handle pointer-to-members where the member is a template.
* 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. From-SVN: r20283
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 8d9031a..57ec88a 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,10 @@
+1998-06-07 Mark Mitchell <mark@markmitchell.com>
+
+ * 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.
+
1998-06-07 Richard Henderson <rth@cygnus.com>
* lex.c (lang_init_options): New function.