aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authorMichael Meissner <michael.meissner@amd.com>2007-12-10 23:39:31 +0000
committerMichael Meissner <michael.meissner@amd.com>2007-12-10 23:39:31 +0000
commitf21b5e210f61f94fac714f78a2aeb21cce282f7c (patch)
treed6f8bb83944901f02e4ea6bea604efcb5ea0a838 /gcc/cp/ChangeLog
parent3b4f67c0aef762937b12ddff85c9e3c0b5a5f446 (diff)
Merge up to revision 130757ix86/gcc-4_2-branch
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ix86/gcc-4_2-branch@130759 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 d42dfe0c3d7..08525af7046 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2007-12-10 Simon Martin <simartin@users.sourceforge.net>
+
+ PR c++/34059
+ * typeck.c (build_class_member_access_expr): Compute MEMBER_SCOPE from
+ MEMBER's BASELINK_ACCESS_BINFO instead of its BASELINK_BINFO.
+
2007-10-26 Jakub Jelinek <jakub@redhat.com>
PR c++/33744