From 349d23dd85821238f764ac9868dcd32fc50db5a9 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Thu, 24 Nov 2005 10:32:48 +0000 Subject: [PATCH] Get the logs in. From-SVN: r107458 --- gcc/ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a5db382da12e..c983bce514cd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -26,6 +26,20 @@ * optabs.c (prepare_cmp_insn): Use SCALAR_FLOAT_MODE_P. Remove unused `class' variable. +2005-11-23 Gabriel Dos Reis + + PR c++/21667 + * c-typeck.c (build_array_ref): Avoid code duplicate. Use common + C/C++ diagnostic function warn_array_subscript_with_type_char. + * c-common.h (warn_array_subscript_with_type_char): Declare. + * c-common.c (warn_array_subscript_with_type_char): Define. + +2005-11-23 Gabriel Dos Reis + + PR c/21668 + * c-decl.c (grokdeclarator): Don't warn for 'extern const' when + compiling at the intersection of C and C++. + 2005-11-23 Mark Mitchell * doc/invoke.texi: For man pages, include gcc-vers.texi. -- 2.47.2