aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2003-07-23 21:35:40 +0000
committerMark Mitchell <mmitchel@gcc.gnu.org>2003-07-23 21:35:40 +0000
commit32c0a35c2d74ebfd034e538e0570db5563f95287 (patch)
tree5e9034ddffc60735f8e7bfbc7b83425d3050a74b /gcc/cp/ChangeLog
parent32da3b899af25ada764390d9590c3fb93798d288 (diff)
re PR c++/11645 (Failure to deal with using and private inheritance)
PR c++/11645 * cp-tree.h (accessible_base_p): Declare. * call.c (build_over_call): Use it. * search.c (accessible_base_p): New function, split out from ... (lookup_base): ... here. PR c++/11645 * g++.dg/inherit/access4.C: New test. From-SVN: r69726
Diffstat (limited to 'gcc/cp/ChangeLog')
-rw-r--r--gcc/cp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index 9dc24592606..bdb2d456961 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,11 @@
+2003-07-23 Mark Mitchell <mark@codesourcery.com>
+
+ PR c++/11645
+ * cp-tree.h (accessible_base_p): Declare.
+ * call.c (build_over_call): Use it.
+ * search.c (accessible_base_p): New function, split out from ...
+ (lookup_base): ... here.
+
2003-07-23 Nathan Sidwell <nathan@codesourcery.com>
PR c++/11282