X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fcp%2FChangeLog;h=48aab06d2453602102e1fd8e5d9c95328f751c76;hb=18c9e39713d3e0ab60a235e1a8106e0def1d0693;hp=8fd884285670a2f7f08986cd130bf16220ddad54;hpb=a52d5726b14e904406c69435e6b2955dfdb68735;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/cp/ChangeLog b/gcc/cp/ChangeLog index 8fd88428567..48aab06d245 100644 --- a/gcc/cp/ChangeLog +++ b/gcc/cp/ChangeLog @@ -1,3 +1,27 @@ +2008-08-14 Paolo Carlini + + PR c++/34600 + * decl.c (grokdeclarator): In case of extern and initializer, return + error_mark_node after the error. + +2008-08-13 Manuel Lopez-Ibanez + + PR 30551 + * decl.c (grokfndecl): Call check_main_parameters_type only if + -Wmain. + +2008-08-12 Paolo Carlini + + PR c++/37087 + * parser.c (cp_parser_class_head): Early return error_mark_node in + case of global qualification of class name or qualified name that + does not name a class. + +2008-08-09 Manuel Lopez-Ibanez + + PR c++/12242 + * cvt.c (ocp_convert): Warn for out-of-range conversions to enum. + 2008-08-09 Manuel Lopez-Ibanez PR 36901 @@ -5158,7 +5182,7 @@ * call.c (build_new_op): Call warn_logical_operator. -2007-03-08 Volker Reichelt +2007-03-08 Volker Reichelt PR c++/30852 * semantics.c (finish_offsetof): Handle COMPOUND_EXPR. @@ -5172,7 +5196,7 @@ * decl.c (grokdeclarator): Disable warnings for anonymous bitfields. -2007-03-05 Volker Reichelt +2007-03-05 Volker Reichelt * typeck2.c (readonly_error): Always emit a hard error. Remove last argument.