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