From: Gabriel Dos Reis Date: Thu, 24 Nov 2005 10:32:48 +0000 (+0000) Subject: Get the logs in. X-Git-Tag: releases/gcc-4.2.0~5776 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=349d23dd85821238f764ac9868dcd32fc50db5a9;p=thirdparty%2Fgcc.git Get the logs in. From-SVN: r107458 --- 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.