aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/ChangeLog
diff options
context:
space:
mode:
authornathan <>2005-10-14 07:38:59 +0000
committernathan <>2005-10-14 07:38:59 +0000
commit84faf66f1c01f3202ee01d0d434bd98760534d09 (patch)
treec983855f345976b96424a89472edf36390feb567 /gcc/cp/ChangeLog
parentda79c2d9dae2375c75d4e3374985b898dc2a1adb (diff)
cp:
PR c++/23984 * class.c (build_base_path): The vtable is always the first thing in the vtt. testsuite: PR c++/23984 * g++.dg/init/ctor7.C: New.
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 ec812924c74..75ca0198b23 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -1,3 +1,9 @@
+2005-10-13 Nathan Sidwell <nathan@codesourcery.com>
+
+ PR c++/23984
+ * class.c (build_base_path): The vtable is always the first thing
+ in the vtt.
+
2005-10-13 Mark Mitchell <mark@codesourcery.com>
PR c++/20721