From 08eedf75a2ddc851a0c46864b8f4ab71b5a456a6 Mon Sep 17 00:00:00 2001 From: Teresa Johnson Date: Tue, 1 Jul 2014 13:37:44 +0000 Subject: Correct ChangeLog entries from r212041. From-SVN: r212198 --- gcc/ChangeLog | 11 ----------- gcc/c-family/ChangeLog | 8 ++++++++ gcc/cp/ChangeLog | 6 ++++++ 3 files changed, 14 insertions(+), 11 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 263e93f..634ce25 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -313,17 +313,6 @@ 2014-06-26 Teresa Johnson - * c-family/c-common.h (get_dump_info): Declare. - * c-family/c-gimplify.c (c_genericize): Use saved dump files. - * c-family/c-opts.c (c_common_parse_file): Begin and end dumps - once around parsing invocation. - (get_dump_info): New function. - * cp/class.c (dump_class_hierarchy): Use saved dump files. - (dump_vtable): Ditto. - (dump_vtt): Ditto. - -2014-06-26 Teresa Johnson - * doc/invoke.texi: Fix typo. * dumpfile.c: Add support for documented -fdump-* options optimized/missed/note/optall. diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 049a571..f6b83c8 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -34,6 +34,14 @@ * c.opt (std=c++1z, std=c++17, std=gnu++1z, std=gnu++17): New. * c-opts.c (c_common_handle_option, set_std_cxx1z): Handle it. +2014-06-26 Teresa Johnson + + * c-common.h (get_dump_info): Declare. + * c-gimplify.c (c_genericize): Use saved dump files. + * c-opts.c (c_common_parse_file): Begin and end dumps + once around parsing invocation. + (get_dump_info): New function. + 2014-06-23 Marek Polacek Andrew MacLeod diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ce67fcd..67c7af5 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 + + * class.c (dump_class_hierarchy): Use saved dump files. + (dump_vtable): Ditto. + (dump_vtt): Ditto. + 2014-06-26 Adam Butcher PR c++/61537 -- cgit v1.1