]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Correct ChangeLog entries from r212041.
authorTeresa Johnson <tejohnson@gcc.gnu.org>
Tue, 1 Jul 2014 13:37:44 +0000 (13:37 +0000)
committerTeresa Johnson <tejohnson@gcc.gnu.org>
Tue, 1 Jul 2014 13:37:44 +0000 (13:37 +0000)
From-SVN: r212198

gcc/ChangeLog
gcc/c-family/ChangeLog
gcc/cp/ChangeLog

index 263e93fd40d7c5692709c0a4eb6fd4ffc6c46164..634ce25392fc5c110dfe10d9fad74e15cc3184b2 100644 (file)
        * 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.
index 049a5713b25e5989ac8a8373191a2f056b18ac73..f6b83c88e476d318204e745b3ca9f01549782b4b 100644 (file)
        * 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>
 
index ce67fcd7aa8e1654d9c43b79f6a309ba839238ab..67c7af5491e9672ac07a6fbd6e7014d9d6e604ca 100644 (file)
        * 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