aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>2005-02-11 20:22:23 +0000
committerRichard Henderson <rth@redhat.com>2005-02-11 20:22:23 +0000
commita4755c9898ef6eadf8c3f25e7ee1cd0e062e6fb6 (patch)
tree3785d239e2bd4feff71a9cc172bd2eb01c9f3a6c /gcc/cp/ChangeLog
parent36d007f90b55af1128253abbdcea0d04877db652 (diff)
PR c++/19632
* pt.c (get_mostly_instantiated_function_type): Save and restore flag_access_control instead of push/pop_access_scope. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@94889 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 971bacafc7e..9e67a94fc0d 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-02-11 Richard Henderson <rth@redhat.com>
+
+ PR c++/19632
+ * pt.c (get_mostly_instantiated_function_type): Save and restore
+ flag_access_control instead of push/pop_access_scope.
+
2005-02-10 Mark Mitchell <mark@codesourcery.com>
PR c++/19755