aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2005-07-28 18:19:20 +0000
committerMike Stump <mrs@apple.com>2005-07-28 18:19:20 +0000
commit40d35e4dcce224390ab9e34c17c43bc82bb35b74 (patch)
treea489a0e03a73497b2dbba5e734ffcb4a751fa3f4 /gcc/cp/ChangeLog
parent88815052016fc0c244a78a4d7e85144f0da6c028 (diff)
* pt.c (check_explicit_specialization): Add visibility logic.
(lookup_template_class): Likewise. (instantiate_class_template): Likewise. Radar 4182971 git-svn-id: https://gcc.gnu.org/svn/gcc/branches/apple-local-200502-branch@102503 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 6654b326f65..932a55f6683 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-07-28 Mike Stump <mrs@apple.com>
+
+ * pt.c (check_explicit_specialization): Add visibility logic.
+ (lookup_template_class): Likewise.
+ (instantiate_class_template): Likewise.
+
2005-05-18 Geoffrey Keating <geoffk@apple.com>
* Make-lang.in (cc1plus-dummy): New.