OSDN Git Service

ba3eca36026822e9ab8ec7e64609c96e1db407e2
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2011-01-11  Jason Merrill  <jason@redhat.com>
2
3         PR c++/46658
4         * init.c (build_new_1): Handle value-init in templates differently.
5
6         PR c++/45520
7         * tree.c (maybe_dummy_object): Check current_class_ref against
8         context, not current_class_type.
9
10 2011-01-08  Nicola Pero  <nicola.pero@meta-innovation.com>
11
12         PR objc/47078
13         * parser.c (cp_parser_objc_typename): If the type is unknown, for
14         error recovery purposes behave as if it was not specified so that
15         the default type is used.
16
17 2011-01-07  Jakub Jelinek  <jakub@redhat.com>
18
19         PR c++/47022
20         * pt.c (tsubst_copy_and_build): Use tsubst instead of tsubst_copy
21         for the second build_x_va_arg argument.
22
23 2011-01-05  Tom Tromey  <tromey@redhat.com>
24
25         * typeck.c (cp_build_addr_expr_1): Update call to lvalue_error.
26         (lvalue_or_else): Likewise.
27
28 2011-01-01  Kai Tietz  <kai.tietz@onevision.com>
29
30         PR target/38662
31         * tree.c (cxx_type_hash_eq):
32         Allow METHOD_TYPE, too.
33
34 \f
35 Copyright (C) 2011 Free Software Foundation, Inc.
36
37 Copying and distribution of this file, with or without modification,
38 are permitted in any medium without royalty provided the copyright
39 notice and this notice are preserved.