OSDN Git Service

PR c++/25811
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
index 64a440d..b942078 100644 (file)
@@ -1,44 +1,3 @@
-2010-04-19  Dodji Seketeli  <dodji@redhat.com>
-
-       PR c++/43704
-       * typeck.c (structural_comptypes): Test dependent typedefs
-       incompatibility before testing for their main variant based
-       equivalence.
-
-2010-04-19  Jakub Jelinek  <jakub@redhat.com>
-
-       * cp-tree.h (SCOPED_ENUM_P, UNSCOPED_ENUM_P, SET_SCOPED_ENUM_P): Use
-       ENUM_IS_SCOPED bit instead of TYPE_LANG_FLAG_5.
-
-2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
-
-       * decl.c (cxx_init_decl_processing): Remove second argument in call to
-       build_common_tree_nodes.
-
-2010-04-14  Jason Merrill  <jason@redhat.com>
-
-       PR c++/36625
-       * parser.c (cp_parser_parenthesized_expression_list): Change
-       is_attribute_list parm to int to indicate whether or not to
-       handle initial identifier specially.
-       (cp_parser_attribute_list): Use attribute_takes_identifier_p.
-
-2010-04-13  Jason Merrill  <jason@redhat.com>
-
-       * call.c (type_decays_to): Check MAYBE_CLASS_TYPE_P instead of
-       CLASS_TYPE_P.
-       * parser.c (cp_parser_lambda_expression): Complain about lambda in
-       unevaluated context.
-       * pt.c (iterative_hash_template_arg): Don't crash on lambda.
-
-2010-04-12  Jason Merrill  <jason@redhat.com>
-
-       PR c++/43641
-       * semantics.c (maybe_add_lambda_conv_op): Use build_call_a and tweak
-       return value directly.
-
-       * call.c (type_decays_to): Call cv_unqualified for non-class type.
-
 2010-04-12  Fabien Chene  <fabien.chene@gmail.com>
 
        PR c++/25811
 2010-03-03  Jason Merrill  <jason@redhat.com>
 
        PR c++/12909
+       * mangle.c (mangle_decl): Handle VAR_DECL, too.
+
+2010-03-03  Jason Merrill  <jason@redhat.com>
+
+       PR c++/12909
        * mangle.c: Include cgraph.h.
        (mangle_decl): If the mangled name will change in a later
        ABI version, make the later mangled name an alias.