OSDN Git Service

PR c++/20646
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
index 31e3d97..0aa5d7b 100644 (file)
@@ -1,3 +1,60 @@
+2005-08-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/20646
+       * decl.c (grokdeclarator): Reset storage_class after error.
+
+2005-08-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/22508
+       * init.c (build_new_1): Check for empty candidate list.
+
+2005-08-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/23191
+       * pt.c (tsubst) <case METHOD_TYPE>: Check for error_mark_node
+       before calling build_exception_variant.
+
+2005-08-06  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
+
+       PR c++/19498
+       * pt.c (tsubst_decl) <case TEMPLATE_DECL>: Return ERROR_MARK_NODE
+       if substitution of template args did not succeed.
+
+2005-08-06  Michael Matz  <matz@suse.de>
+
+       * method.c (use_thunk): Call init_insn_lengths.
+
+2005-08-05  James A. Morrison  <phython@gcc.gnu.org>
+
+       PR c++/22514
+       * name-lookup.c (cp_emit_debug_info_for_using): Do nothing if
+       sorrycount or errorcount are nonzero.
+
+2005-08-05  Mark Mitchell  <mark@codesourcery.com>
+
+       * name-lookup.c (pushtag): Remove accidental commit from:
+       2004-12-21  Mark Mitchell  <mark@codesourcery.com>
+       PR c++/19063
+       * decl.c (grokdeclarator): Return error_mark_node, not
+       void_type_node, to indicate errors.
+       * parser.c (cp_parser_template_parameter_list): Robustify.
+       (cp_parser_template_parameter): Likewise.
+
+2005-08-01  Kazu Hirata  <kazu@codesourcery.com>
+
+       * class.c, decl.c, name-lookup.c, pt.c, typeck.c, typeck2.c:
+       Fix comment typos.
+
+2005-07-29  Kazu Hirata  <kazu@codesourcery.com>
+
+       * method.c: Fix a comment typo.
+
+2005-07-28  Mark Mitchell  <mark@codesourcery.com>
+
+       PR c++/22545
+       * call.c (add_builtin_candidate): Adjust for changes in
+       representation of pointer-to-member types.
+
 2005-07-28  Mike Stump  <mrs@apple.com>
 
        * pt.c (check_explicit_specialization): Add visibility logic.