re PR c++/47041 (Internal compiler error in build_data_member_initialization, add...
[gcc.git] / gcc / cp / ChangeLog
1 2011-01-21 Jason Merrill <jason@redhat.com>
2
3 PR c++/47041
4 * semantics.c (build_constexpr_constructor_member_initializers):
5 Handle trivial copy.
6
7 2011-01-21 Jakub Jelinek <jakub@redhat.com>
8
9 PR c++/47388
10 * semantics.c (begin_for_stmt): If -fno-for-scope, don't
11 assume init must be NULL if scope is NULL.
12 (begin_range_for_stmt): Likewise.
13
14 2011-01-21 Jason Merrill <jason@redhat.com>
15
16 PR c++/46552
17 * semantics.c (cxx_eval_constant_expression): Handle OFFSET_REF.
18
19 PR c++/46977
20 * semantics.c (potential_constant_expression_1): Split out from
21 potential_constant_expression. Add want_rval parm. Handle
22 template expression forms. Don't enforce restriction on address
23 of automatic variable here. Add a couple of diagnostics that
24 had been missing.
25 (require_potential_constant_expression): New entry point.
26 (build_data_member_initialization, register_constexpr_fundef): Adjust.
27 (maybe_constant_value): Check potential_constant_expression.
28 * pt.c (fold_non_dependent_expr_sfinae): Likewise.
29 * tree.c (build_vec_init_expr): Adjust.
30
31 2011-01-19 Jakub Jelinek <jakub@redhat.com>
32
33 PR c++/47303
34 * decl2.c (finish_anon_union): Only call mangle_decl if TREE_STATIC
35 or DECL_EXTERNAL.
36
37 2011-01-17 Jason Merrill <jason@redhat.com>
38
39 PR c++/47067
40 * semantics.c (base_field_constructor_elt): New fn.
41 (cxx_eval_bare_aggregate): Use it.
42 (build_data_member_initialization): Leave COMPONENT_REF for
43 vfield inits.
44
45 2011-01-14 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
46
47 * parser.c (cp_parser_range_for): Remove the "unused variable" warning
48 workaround.
49
50 2011-01-15 Giovanni Funchal <gafunchal@gmail.com>
51 Jonathan Wakely <jwakely.gcc@gmail.com>
52
53 PR c++/33558
54 * decl.c (grokdeclarator): Reject mutable reference members.
55
56 2011-01-14 Jason Merrill <jason@redhat.com>
57
58 PR c++/47289
59 * pt.c (coerce_template_parms): Fix error recovery.
60
61 PR c++/46903
62 * typeck2.c (check_narrowing): Only check arithmetic types.
63
64 PR c++/46688
65 * tree.c (build_vec_init_expr): Handle flexible array
66 properly.
67
68 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
69
70 PR c++/47213
71 * cp-tree.h (CLASSTYPE_VISIBILITY): Use
72 TYPE_MAIN_DECL instead of TYPE_NAME.
73 (CLASSTYPE_VISIBILITY_SPECIFIED): Likewise.
74 * decl2.c (determine_visibility): Add check
75 of CLASS_TYPE_P for underlying_type.
76
77 2011-01-12 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
78
79 * cp-tree.h (begin_for_scope): New prototype.
80 (begin_for_stmt): Update prototype.
81 (begin_range_for_stmt): Update prototype.
82 * init.c (build_vec_init): Update call to begin_for_stmt.
83 * parser.c (cp_parser_for): New.
84 (cp_parser_c_for): Add three new parameters.
85 (cp_parser_range_for): Likewise. Most parsing code removed.
86 (cp_parser_iteration_statement): Call cp_parser_for instead of
87 cp_parser_c_for and cp_parser_range_for.
88 (cp_parser_for_init_statement): Add new parameter and return type.
89 (cp_parser_block_declaration): Update call to
90 cp_parser_simple_declaration.
91 (cp_parser_simple_declaration): Add new parameter.
92 Update call to cp_parser_init_declarator.
93 (cp_parser_init_declarator): Add new parameter.
94 * pt.c (tsubst_expr): Update call to begin_for_stmt.
95 * semantics.c (begin_for_scope): New.
96 (begin_for_stmt): Add two new parameters.
97 (begin_range_for_stmt): Likewise.
98
99 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
100
101 * parser.c (cp_parser_objc_at_property_declaration): Improved
102 error message.
103
104 2011-01-11 Dodji Seketeli <dodji@redhat.com>
105
106 PR debug/46955
107 * cp-lang.c (get_template_innermost_arguments_folded)
108 (get_template_argument_pack_elems_folded)
109 (template_arg_needs_folding, fold_cplus_constants): New static
110 functions.
111 (LANG_HOOKS_GET_INNERMOST_GENERIC_ARGS): Set this hook to
112 get_template_innermost_arguments_folded.
113 (LANG_HOOKS_GET_ARGUMENT_PACK_ELEMS): Set this hook to
114 get_template_argument_pack_elems_folded.
115
116 2011-01-11 Jason Merrill <jason@redhat.com>
117
118 PR c++/46658
119 * init.c (build_new_1): Handle value-init in templates differently.
120
121 PR c++/45520
122 * tree.c (maybe_dummy_object): Check current_class_ref against
123 context, not current_class_type.
124
125 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
126
127 PR objc/47078
128 * parser.c (cp_parser_objc_typename): If the type is unknown, for
129 error recovery purposes behave as if it was not specified so that
130 the default type is used.
131
132 2011-01-07 Jakub Jelinek <jakub@redhat.com>
133
134 PR c++/47022
135 * pt.c (tsubst_copy_and_build): Use tsubst instead of tsubst_copy
136 for the second build_x_va_arg argument.
137
138 2011-01-05 Tom Tromey <tromey@redhat.com>
139
140 * typeck.c (cp_build_addr_expr_1): Update call to lvalue_error.
141 (lvalue_or_else): Likewise.
142
143 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
144
145 PR target/38662
146 * tree.c (cxx_type_hash_eq):
147 Allow METHOD_TYPE, too.
148
149 \f
150 Copyright (C) 2011 Free Software Foundation, Inc.
151
152 Copying and distribution of this file, with or without modification,
153 are permitted in any medium without royalty provided the copyright
154 notice and this notice are preserved.