Commit 08eedf75 by Teresa Johnson

Correct ChangeLog entries from r212041.

From-SVN: r212198
parent 5c9130b3
......@@ -313,17 +313,6 @@
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.
* dumpfile.c: Add support for documented -fdump-* options
optimized/missed/note/optall.
......
......@@ -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>
......
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment