Skip to content
Snippets Groups Projects
Commit 08eedf75 authored by Teresa Johnson's avatar Teresa Johnson
Browse files

Correct ChangeLog entries from r212041.

From-SVN: r212198
parent 5c9130b3
No related branches found
No related tags found
No related merge requests found
...@@ -311,17 +311,6 @@ ...@@ -311,17 +311,6 @@
* config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element * config/rs6000/vsx.md (vsx_extract_v4sf): Fix bug with element
extraction other than index 3. 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> 2014-06-26 Teresa Johnson <tejohnson@google.com>
   
* doc/invoke.texi: Fix typo. * doc/invoke.texi: Fix typo.
......
...@@ -34,6 +34,14 @@ ...@@ -34,6 +34,14 @@
* c.opt (std=c++1z, std=c++17, std=gnu++1z, std=gnu++17): New. * 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. * 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> 2014-06-23 Marek Polacek <polacek@redhat.com>
Andrew MacLeod <amacleod@redhat.com> Andrew MacLeod <amacleod@redhat.com>
......
...@@ -92,6 +92,12 @@ ...@@ -92,6 +92,12 @@
* parser.c (cp_lexer_nth_token_is): New. * parser.c (cp_lexer_nth_token_is): New.
(cp_parser_for_init_statement): Allow "for (id : init)". (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> 2014-06-26 Adam Butcher <adam@jessamine.co.uk>
PR c++/61537 PR c++/61537
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment