diff options
author | Paolo Carlini <paolo@gcc.gnu.org> | 2011-10-18 09:50:47 +0000 |
---|---|---|
committer | Paolo Carlini <paolo@gcc.gnu.org> | 2011-10-18 09:50:47 +0000 |
commit | fc8396e9611daa58c0cb9a9e55844e797e0347ea (patch) | |
tree | 1de5ed13176fcf620216996781dfa7e83bd6a558 /gcc | |
parent | 36ba4aaedc8507aa7f66add20d92b65df3b8faff (diff) | |
download | gcc-fc8396e9611daa58c0cb9a9e55844e797e0347ea.tar.gz |
2011-10-18 Paolo Carlini <paolo.carlini@oracle.com>
* Fix ChangeLogs.
From-SVN: r180129
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 18 | ||||
-rw-r--r-- | gcc/c-family/ChangeLog | 22 |
2 files changed, 24 insertions, 16 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8247454031a..1cc34b217e2 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -101,12 +101,6 @@ * config/sparc/sparc.md (in_call_delay): Fix formatting issues. -2011-10-17 Michael Spertus <mike_spertus@symantec.com> - - * gcc/c-family/c-common.c (c_common_reswords): Add __bases, - __direct_bases. - * gcc/c-family/c-common.h: Add RID_BASES and RID_DIRECT_BASES. - 2011-10-17 Simon Baldwin <simonb@google.com> Ian Lance Taylor <iant@google.com> @@ -285,8 +279,7 @@ 2011-10-17 Paolo Carlini <paolo.carlini@oracle.com> PR c++/50757 - * c-family/c.opt ([Wnonnull]): Add C++ and Objective-C++. - * doc/invoke.texi: Update. + * doc/invoke.texi ([Wnonnull]): Update. 2011-10-17 Richard Henderson <rth@redhat.com> @@ -671,8 +664,7 @@ 2011-10-14 Paolo Carlini <paolo.carlini@oracle.com> PR c++/17212 - * c-family/c.opt ([Wformat-zero-length]): Add C++ and Objective-C++. - * doc/invoke.texi: Update. + * doc/invoke.texi ([Wformat-zero-length]): Update. 2011-10-14 Iain Sandoe <iains@gcc.gnu.org> @@ -1141,12 +1133,6 @@ (get_continuation_for_phi): ... here. Handle arbitrary number of PHI args. -2011-10-11 Paolo Carlini <paolo.carlini@oracle.com> - - PR c++/33067 - * c-family/c-pretty-print.c (pp_c_floating_constant): Output - max_digits10 (in the ISO C++ WG N1822 sense) decimal digits. - 2011-10-11 Richard Sandiford <richard.sandiford@linaro.org> * modulo-sched.c: Fix comment typo. Mention the possibility diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 917f9572251..d0bcf0f87f8 100644 --- a/gcc/c-family/ChangeLog +++ b/gcc/c-family/ChangeLog @@ -4,6 +4,17 @@ * c-lex.c (fe_file_change): Use LINEMAP_SYSP when !NO_IMPLICIT_EXTERN_C. +2011-10-17 Michael Spertus <mike_spertus@symantec.com> + + * c-common.c (c_common_reswords): Add __bases, + __direct_bases. + * c-common.h: Add RID_BASES and RID_DIRECT_BASES. + +2011-10-17 Paolo Carlini <paolo.carlini@oracle.com> + + PR c++/50757 + * c.opt ([Wnonnull]): Add C++ and Objective-C++. + 2011-10-15 Tom Tromey <tromey@redhat.com> Dodji Seketeli <dodji@redhat.com> @@ -38,6 +49,17 @@ * c-pch.c (c_common_read_pch): Likewise. * c-lex.c (fe_file_change): Likewise. +2011-10-14 Paolo Carlini <paolo.carlini@oracle.com> + + PR c++/17212 + * c.opt ([Wformat-zero-length]): Add C++ and Objective-C++. + +2011-10-11 Paolo Carlini <paolo.carlini@oracle.com> + + PR c++/33067 + * c-pretty-print.c (pp_c_floating_constant): Output + max_digits10 (in the ISO C++ WG N1822 sense) decimal digits. + 2011-10-11 Michael Meissner <meissner@linux.vnet.ibm.com> * c-common.c (def_builtin_1): Delete old interface with two |