From 08eedf75a2ddc851a0c46864b8f4ab71b5a456a6 Mon Sep 17 00:00:00 2001 From: Teresa Johnson <tejohnson@gcc.gnu.org> Date: Tue, 1 Jul 2014 13:37:44 +0000 Subject: [PATCH] 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(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 263e93fd40d7..634ce25392fc 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -311,17 +311,6 @@ * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element extraction other than index 3. -2014-06-26 Teresa Johnson <tejohnson@google.com> - - * 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 <tejohnson@google.com> * doc/invoke.texi: Fix typo. diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 049a5713b25e..f6b83c88e476 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 <tejohnson@google.com> + + * 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 <polacek@redhat.com> Andrew MacLeod <amacleod@redhat.com> diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index ce67fcd7aa8e..67c7af5491e9 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 -- GitLab