diff options
Diffstat (limited to 'gcc/c-family/ChangeLog')
-rw-r--r-- | gcc/c-family/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
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 |