OSDN Git Service

remove vestiges of inadvertently committed changes
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
index 0aad33c..c394e2f 100644 (file)
@@ -1,48 +1,3 @@
-2010-03-24  Jason Merrill  <jason@redhat.com>
-
-       PR c++/43502
-       * parser.c (make_declarator): Initialize id_loc.
-       (cp_parser_lambda_declarator_opt): And set it.
-
-2010-03-23  Jason Merrill  <jason@redhat.com>
-
-       Make lambda conversion op and op() non-static.
-       * semantics.c (maybe_add_lambda_conv_op): Make non-static.
-       Also add the thunk function returned by the conversion op.
-       Mark the conversion deleted if the op() is variadic.
-       * decl2.c (mark_used): Give helpful message about deleted conversion.
-       * parser.c (cp_parser_lambda_declarator_opt): Don't make op() static.
-       * semantics.c (finish_this_expr): Adjust.
-       * mangle.c (write_closure_type_name): Adjust.
-       * decl.c (grok_op_properties): Don't allow it.
-       * call.c (build_user_type_conversion_1): No static conversion ops.
-       (build_op_call): Or op().
-
-       * decl2.c (change_return_type): Fix 'this' quals.
-
-2010-03-22  Jason Merrill  <jason@redhat.com>
-
-       PR c++/43333
-       * tree.c (pod_type_p): Use old meaning in C++98 mode.
-
-       PR c++/43281
-       * pt.c (contains_auto_r): New fn.
-       (do_auto_deduction): Use it.
-       (tsubst): Don't look at TREE_TYPE of a TEMPLATE_TYPE_PARM.
-
-2010-03-20  Simon Martin  <simartin@users.sourceforge.net>
-
-       PR c++/43081:
-       * decl2.c (grokfield): Handle invalid initializers for member
-       functions.
-
-2010-03-20  Dodji Seketeli  <dodji@redhat.com>
-
-       PR c++/43375
-       * method.c (make_alias_for): Avoid crashing when DECL_LANG_SPECIFIC
-       is NULL.
-       * decl2.c (vague_linkage_p): Likewise.
-
 2010-03-18  Paolo Carlini  <paolo.carlini@oracle.com>
 
        PR c++/43418
 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.