aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family
diff options
context:
space:
mode:
authorTeresa Johnson <tejohnson@gcc.gnu.org>2014-07-01 13:37:44 +0000
committerTeresa Johnson <tejohnson@gcc.gnu.org>2014-07-01 13:37:44 +0000
commit08eedf75a2ddc851a0c46864b8f4ab71b5a456a6 (patch)
tree3bd17ee7ca747f7abd559aba4ef418ad4aeadc32 /gcc/c-family
parent5c9130b3ab0056e59959da2c5c07478705370e70 (diff)
downloadgcc-08eedf75a2ddc851a0c46864b8f4ab71b5a456a6.zip
gcc-08eedf75a2ddc851a0c46864b8f4ab71b5a456a6.tar.gz
gcc-08eedf75a2ddc851a0c46864b8f4ab71b5a456a6.tar.bz2
Correct ChangeLog entries from r212041.
From-SVN: r212198
Diffstat (limited to 'gcc/c-family')
-rw-r--r--gcc/c-family/ChangeLog8
1 files changed, 8 insertions, 0 deletions
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 <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>