Commit 326e3391 authored by paolo's avatar paolo
Browse files

2011-10-18 Paolo Carlini <paolo.carlini@oracle.com>

	* Fix ChangeLogs.


git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@180129 138bc75d-0d04-0410-961f-82ee72b054a4
parent 6083c152
...@@ -101,12 +101,6 @@ ...@@ -101,12 +101,6 @@
   
* config/sparc/sparc.md (in_call_delay): Fix formatting issues. * 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> 2011-10-17 Simon Baldwin <simonb@google.com>
Ian Lance Taylor <iant@google.com> Ian Lance Taylor <iant@google.com>
   
...@@ -285,8 +279,7 @@ ...@@ -285,8 +279,7 @@
2011-10-17 Paolo Carlini <paolo.carlini@oracle.com> 2011-10-17 Paolo Carlini <paolo.carlini@oracle.com>
   
PR c++/50757 PR c++/50757
* c-family/c.opt ([Wnonnull]): Add C++ and Objective-C++. * doc/invoke.texi ([Wnonnull]): Update.
* doc/invoke.texi: Update.
   
2011-10-17 Richard Henderson <rth@redhat.com> 2011-10-17 Richard Henderson <rth@redhat.com>
   
...@@ -671,8 +664,7 @@ ...@@ -671,8 +664,7 @@
2011-10-14 Paolo Carlini <paolo.carlini@oracle.com> 2011-10-14 Paolo Carlini <paolo.carlini@oracle.com>
   
PR c++/17212 PR c++/17212
* c-family/c.opt ([Wformat-zero-length]): Add C++ and Objective-C++. * doc/invoke.texi ([Wformat-zero-length]): Update.
* doc/invoke.texi: Update.
   
2011-10-14 Iain Sandoe <iains@gcc.gnu.org> 2011-10-14 Iain Sandoe <iains@gcc.gnu.org>
   
...@@ -1141,12 +1133,6 @@ ...@@ -1141,12 +1133,6 @@
(get_continuation_for_phi): ... here. Handle arbitrary number (get_continuation_for_phi): ... here. Handle arbitrary number
of PHI args. 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> 2011-10-11 Richard Sandiford <richard.sandiford@linaro.org>
   
* modulo-sched.c: Fix comment typo. Mention the possibility * modulo-sched.c: Fix comment typo. Mention the possibility
...@@ -4,6 +4,17 @@ ...@@ -4,6 +4,17 @@
* c-lex.c (fe_file_change): Use LINEMAP_SYSP when * c-lex.c (fe_file_change): Use LINEMAP_SYSP when
!NO_IMPLICIT_EXTERN_C. !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> 2011-10-15 Tom Tromey <tromey@redhat.com>
Dodji Seketeli <dodji@redhat.com> Dodji Seketeli <dodji@redhat.com>
...@@ -38,6 +49,17 @@ ...@@ -38,6 +49,17 @@
* c-pch.c (c_common_read_pch): Likewise. * c-pch.c (c_common_read_pch): Likewise.
* c-lex.c (fe_file_change): 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> 2011-10-11 Michael Meissner <meissner@linux.vnet.ibm.com>
* c-common.c (def_builtin_1): Delete old interface with two * c-common.c (def_builtin_1): Delete old interface with two
......
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