summaryrefslogtreecommitdiff
path: root/gcc/cp
diff options
context:
space:
mode:
authortejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-01 13:37:44 +0000
committertejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4>2014-07-01 13:37:44 +0000
commita8a8d4ea9ecbbe5ee2333dc64b370b851297ff01 (patch)
tree3bd17ee7ca747f7abd559aba4ef418ad4aeadc32 /gcc/cp
parent832fd29faf1b852d68c5660ece834dccbccb5418 (diff)
downloadgcc-a8a8d4ea9ecbbe5ee2333dc64b370b851297ff01.tar.gz
Correct ChangeLog entries from r212041.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@212198 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/cp')
-rw-r--r--gcc/cp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog
index ce67fcd7aa8..67c7af5491e 100644
--- a/gcc/cp/ChangeLog
+++ b/gcc/cp/ChangeLog
@@ -92,6 +92,12 @@
* parser.c (cp_lexer_nth_token_is): New.
(cp_parser_for_init_statement): Allow "for (id : init)".
+2014-06-26 Teresa Johnson <tejohnson@google.com>
+
+ * class.c (dump_class_hierarchy): Use saved dump files.
+ (dump_vtable): Ditto.
+ (dump_vtt): Ditto.
+
2014-06-26 Adam Butcher <adam@jessamine.co.uk>
PR c++/61537