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