re PR c++/46688 (g++ requires a function declaration when it should not)
[gcc.git] / gcc / cp / ChangeLog
1 2011-01-14 Jason Merrill <jason@redhat.com>
2
3 PR c++/46688
4 * tree.c (build_vec_init_expr): Handle flexible array
5 properly.
6
7 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
8
9 PR c++/47213
10 * cp-tree.h (CLASSTYPE_VISIBILITY): Use
11 TYPE_MAIN_DECL instead of TYPE_NAME.
12 (CLASSTYPE_VISIBILITY_SPECIFIED): Likewise.
13 * decl2.c (determine_visibility): Add check
14 of CLASS_TYPE_P for underlying_type.
15
16 2011-01-12 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
17
18 * cp-tree.h (begin_for_scope): New prototype.
19 (begin_for_stmt): Update prototype.
20 (begin_range_for_stmt): Update prototype.
21 * init.c (build_vec_init): Update call to begin_for_stmt.
22 * parser.c (cp_parser_for): New.
23 (cp_parser_c_for): Add three new parameters.
24 (cp_parser_range_for): Likewise. Most parsing code removed.
25 (cp_parser_iteration_statement): Call cp_parser_for instead of
26 cp_parser_c_for and cp_parser_range_for.
27 (cp_parser_for_init_statement): Add new parameter and return type.
28 (cp_parser_block_declaration): Update call to
29 cp_parser_simple_declaration.
30 (cp_parser_simple_declaration): Add new parameter.
31 Update call to cp_parser_init_declarator.
32 (cp_parser_init_declarator): Add new parameter.
33 * pt.c (tsubst_expr): Update call to begin_for_stmt.
34 * semantics.c (begin_for_scope): New.
35 (begin_for_stmt): Add two new parameters.
36 (begin_range_for_stmt): Likewise.
37
38 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
39
40 * parser.c (cp_parser_objc_at_property_declaration): Improved
41 error message.
42
43 2011-01-11 Dodji Seketeli <dodji@redhat.com>
44
45 PR debug/46955
46 * cp-lang.c (get_template_innermost_arguments_folded)
47 (get_template_argument_pack_elems_folded)
48 (template_arg_needs_folding, fold_cplus_constants): New static
49 functions.
50 (LANG_HOOKS_GET_INNERMOST_GENERIC_ARGS): Set this hook to
51 get_template_innermost_arguments_folded.
52 (LANG_HOOKS_GET_ARGUMENT_PACK_ELEMS): Set this hook to
53 get_template_argument_pack_elems_folded.
54
55 2011-01-11 Jason Merrill <jason@redhat.com>
56
57 PR c++/46658
58 * init.c (build_new_1): Handle value-init in templates differently.
59
60 PR c++/45520
61 * tree.c (maybe_dummy_object): Check current_class_ref against
62 context, not current_class_type.
63
64 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
65
66 PR objc/47078
67 * parser.c (cp_parser_objc_typename): If the type is unknown, for
68 error recovery purposes behave as if it was not specified so that
69 the default type is used.
70
71 2011-01-07 Jakub Jelinek <jakub@redhat.com>
72
73 PR c++/47022
74 * pt.c (tsubst_copy_and_build): Use tsubst instead of tsubst_copy
75 for the second build_x_va_arg argument.
76
77 2011-01-05 Tom Tromey <tromey@redhat.com>
78
79 * typeck.c (cp_build_addr_expr_1): Update call to lvalue_error.
80 (lvalue_or_else): Likewise.
81
82 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
83
84 PR target/38662
85 * tree.c (cxx_type_hash_eq):
86 Allow METHOD_TYPE, too.
87
88 \f
89 Copyright (C) 2011 Free Software Foundation, Inc.
90
91 Copying and distribution of this file, with or without modification,
92 are permitted in any medium without royalty provided the copyright
93 notice and this notice are preserved.