From 326e339126fb6755a3ebaf6b932e0c2eca8745d8 Mon Sep 17 00:00:00 2001 From: paolo Date: Tue, 18 Oct 2011 09:50:47 +0000 Subject: [PATCH] 2011-10-18 Paolo Carlini * Fix ChangeLogs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180129 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 18 ++---------------- gcc/c-family/ChangeLog | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 16 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 8247454..1cc34b2 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 - - * 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 Ian Lance Taylor @@ -285,8 +279,7 @@ 2011-10-17 Paolo Carlini 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 @@ -671,8 +664,7 @@ 2011-10-14 Paolo Carlini 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 @@ -1141,12 +1133,6 @@ (get_continuation_for_phi): ... here. Handle arbitrary number of PHI args. -2011-10-11 Paolo Carlini - - 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 * modulo-sched.c: Fix comment typo. Mention the possibility diff --git a/gcc/c-family/ChangeLog b/gcc/c-family/ChangeLog index 917f957..d0bcf0f 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 + + * 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 + + PR c++/50757 + * c.opt ([Wnonnull]): Add C++ and Objective-C++. + 2011-10-15 Tom Tromey Dodji Seketeli @@ -38,6 +49,17 @@ * c-pch.c (c_common_read_pch): Likewise. * c-lex.c (fe_file_change): Likewise. +2011-10-14 Paolo Carlini + + PR c++/17212 + * c.opt ([Wformat-zero-length]): Add C++ and Objective-C++. + +2011-10-11 Paolo Carlini + + 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 * c-common.c (def_builtin_1): Delete old interface with two -- 2.7.4