re PR c++/47503 ([C++0x] ICE: in adjust_temp_type, at cp/semantics.c:5876 with -fno...
[gcc.git] / gcc / cp / ChangeLog
1 2011-02-19 Jason Merrill <jason@redhat.com>
2
3 PR c++/47503
4 * semantics.c (cxx_eval_call_expression): Shortcut trivial copy.
5
6 2011-02-18 Paolo Carlini <paolo.carlini@oracle.com>
7
8 PR c++/47795
9 * semantics.c (finish_non_static_data_member): Early return if
10 object is error_mark_node.
11
12 2011-02-18 Dodji Seketeli <dodji@redhat.com>
13
14 PR c++/47208
15 * pt.c (do_auto_deduction): Do not mention error_mark_node in
16 diagnostics.
17 * semantics.c (finish_id_expression): Do not pass erroneous decl
18 to decl_constant_var_p.
19
20 2011-02-17 Jakub Jelinek <jakub@redhat.com>
21
22 PR c++/47783
23 * cvt.c (convert_from_reference): Call mark_exp_read.
24
25 2011-02-11 Dodji Seketeli <dodji@redhat.com>
26
27 PR c++/47172
28 * pt.c (finish_call_expr): Consider a call expression that has a
29 dependent "this" pointer as being dependent. Add comments.
30 (dependent_type_p, type_dependent_expression_p): Update comments.
31
32 2011-02-16 Dodji Seketeli <dodji@redhat.com>
33
34 PR c++/47326
35 * pt.c (tsubst_copy)<case SIZEOF_EXPR>: Ensure that even pack
36 expansion arguments are not evaluated.
37
38 2011-02-16 Jakub Jelinek <jakub@redhat.com>
39
40 PR c++/47704
41 * cp-tree.h (ENUM_FIXED_UNDERLYING_TYPE_P): Use TYPE_LANG_FLAG_5
42 instead of TYPE_LANG_FLAG_3.
43 * pt.c (lookup_template_class): Copy over
44 ENUM_FIXED_UNDERLYING_TYPE_P.
45
46 2011-02-15 Jason Merrill <jason@redhat.com>
47
48 PR c++/46807
49 * method.c (synthesized_method_walk): Always exit early for
50 trivial fn in C++98 mode.
51
52 2011-02-14 Jason Merrill <jason@redhat.com>
53
54 PR c++/47482
55 * parser.c (cp_parser_enumerator_definition): Call
56 fold_non_dependent_expr.
57
58 2011-02-09 Jason Merrill <jason@redhat.com>
59
60 * decl.c (cp_make_fname_decl): Set DECL_THIS_STATIC at toplevel.
61 * semantics.c (finish_fname): Only return the name if we're in
62 a function.
63
64 * decl.c (build_enumerator): Don't perform integral promotions on
65 non-integral constants.
66
67 * cvt.c (convert_to_void): Handle null op1.
68
69 * class.c (type_has_constexpr_default_constructor): Make sure the
70 caller stripped an enclosing array.
71 * init.c (perform_member_init): Strip arrays before calling it.
72
73 PR c++/47511
74 * semantics.c (potential_constant_expression_1): Handle TEMPLATE_DECL.
75
76 2011-02-03 Dodji Seketeli <dodji@redhat.com>
77
78 PR c++/47398
79 * tree.c (cp_tree_equal)<TEMPLATE_PARM_INDEX>: Take the number of
80 template parameters in account.
81
82 2011-02-03 Nathan Froyd <froydnj@codesourcery.com>
83
84 PR c++/46890
85 * parser.c (cp_parser_class_specifier): Fix setting of
86 want_semicolon.
87
88 2011-01-31 Jakub Jelinek <jakub@redhat.com>
89
90 PR c++/47416
91 * semantics.c (build_data_member_initialization): Handle
92 STATEMENT_LIST always instead of just for CLEANUP_BODY.
93
94 2011-01-31 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
95
96 * g++spec.c (lang_specific_driver) [HAVE_LD_STATIC_DYNAMIC] Use
97 LD_STATIC_OPTION, LD_DYNAMIC_OPTION.
98
99 2011-01-29 Dodji Seketeli <dodji@redhat.com>
100
101 PR c++/47311
102 * cp-tree.h (fixup_template_parms): Declare.
103 * pt.c (end_template_parm_list): Do not fixup template parms here.
104 (fixup_template_parms): Remove static. Fix typo in the
105 comments. Remove useless code statement.
106 (fixup_template_parm): For a template template parameter, fixup
107 its attributes before fixing up its type.
108 * parser.c
109 (cp_parser_template_declaration_after_export): After parsing
110 template parameters fixup their types.
111
112 2011-01-26 Jakub Jelinek <jakub@redhat.com>
113
114 PR c++/47476
115 * semantics.c (potential_constant_expression_1): Handle
116 TRUTH_XOR_EXPR.
117
118 2011-01-26 Dave Korn <dave.korn.cygwin@gmail.com>
119
120 PR c++/43601
121 * semantics.c (expand_or_defer_fn_1): Handle it.
122 * decl2.c (decl_needed_p): Likewise.
123
124 2011-01-21 Jason Merrill <jason@redhat.com>
125
126 PR c++/47041
127 * semantics.c (build_constexpr_constructor_member_initializers):
128 Handle trivial copy.
129
130 2011-01-21 Jakub Jelinek <jakub@redhat.com>
131
132 PR c++/47388
133 * semantics.c (begin_for_stmt): If -fno-for-scope, don't
134 assume init must be NULL if scope is NULL.
135 (begin_range_for_stmt): Likewise.
136
137 2011-01-21 Jason Merrill <jason@redhat.com>
138
139 PR c++/46552
140 * semantics.c (cxx_eval_constant_expression): Handle OFFSET_REF.
141
142 PR c++/46977
143 * semantics.c (potential_constant_expression_1): Split out from
144 potential_constant_expression. Add want_rval parm. Handle
145 template expression forms. Don't enforce restriction on address
146 of automatic variable here. Add a couple of diagnostics that
147 had been missing.
148 (require_potential_constant_expression): New entry point.
149 (build_data_member_initialization, register_constexpr_fundef): Adjust.
150 (maybe_constant_value): Check potential_constant_expression.
151 * pt.c (fold_non_dependent_expr_sfinae): Likewise.
152 * tree.c (build_vec_init_expr): Adjust.
153
154 2011-01-19 Jakub Jelinek <jakub@redhat.com>
155
156 PR c++/47303
157 * decl2.c (finish_anon_union): Only call mangle_decl if TREE_STATIC
158 or DECL_EXTERNAL.
159
160 2011-01-17 Jason Merrill <jason@redhat.com>
161
162 PR c++/47067
163 * semantics.c (base_field_constructor_elt): New fn.
164 (cxx_eval_bare_aggregate): Use it.
165 (build_data_member_initialization): Leave COMPONENT_REF for
166 vfield inits.
167
168 2011-01-14 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
169
170 * parser.c (cp_parser_range_for): Remove the "unused variable" warning
171 workaround.
172
173 2011-01-15 Giovanni Funchal <gafunchal@gmail.com>
174 Jonathan Wakely <jwakely.gcc@gmail.com>
175
176 PR c++/33558
177 * decl.c (grokdeclarator): Reject mutable reference members.
178
179 2011-01-14 Jason Merrill <jason@redhat.com>
180
181 PR c++/47289
182 * pt.c (coerce_template_parms): Fix error recovery.
183
184 PR c++/46903
185 * typeck2.c (check_narrowing): Only check arithmetic types.
186
187 PR c++/46688
188 * tree.c (build_vec_init_expr): Handle flexible array
189 properly.
190
191 2011-01-13 Kai Tietz <kai.tietz@onevision.com>
192
193 PR c++/47213
194 * cp-tree.h (CLASSTYPE_VISIBILITY): Use
195 TYPE_MAIN_DECL instead of TYPE_NAME.
196 (CLASSTYPE_VISIBILITY_SPECIFIED): Likewise.
197 * decl2.c (determine_visibility): Add check
198 of CLASS_TYPE_P for underlying_type.
199
200 2011-01-12 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
201
202 * cp-tree.h (begin_for_scope): New prototype.
203 (begin_for_stmt): Update prototype.
204 (begin_range_for_stmt): Update prototype.
205 * init.c (build_vec_init): Update call to begin_for_stmt.
206 * parser.c (cp_parser_for): New.
207 (cp_parser_c_for): Add three new parameters.
208 (cp_parser_range_for): Likewise. Most parsing code removed.
209 (cp_parser_iteration_statement): Call cp_parser_for instead of
210 cp_parser_c_for and cp_parser_range_for.
211 (cp_parser_for_init_statement): Add new parameter and return type.
212 (cp_parser_block_declaration): Update call to
213 cp_parser_simple_declaration.
214 (cp_parser_simple_declaration): Add new parameter.
215 Update call to cp_parser_init_declarator.
216 (cp_parser_init_declarator): Add new parameter.
217 * pt.c (tsubst_expr): Update call to begin_for_stmt.
218 * semantics.c (begin_for_scope): New.
219 (begin_for_stmt): Add two new parameters.
220 (begin_range_for_stmt): Likewise.
221
222 2011-01-12 Nicola Pero <nicola.pero@meta-innovation.com>
223
224 * parser.c (cp_parser_objc_at_property_declaration): Improved
225 error message.
226
227 2011-01-11 Dodji Seketeli <dodji@redhat.com>
228
229 PR debug/46955
230 * cp-lang.c (get_template_innermost_arguments_folded)
231 (get_template_argument_pack_elems_folded)
232 (template_arg_needs_folding, fold_cplus_constants): New static
233 functions.
234 (LANG_HOOKS_GET_INNERMOST_GENERIC_ARGS): Set this hook to
235 get_template_innermost_arguments_folded.
236 (LANG_HOOKS_GET_ARGUMENT_PACK_ELEMS): Set this hook to
237 get_template_argument_pack_elems_folded.
238
239 2011-01-11 Jason Merrill <jason@redhat.com>
240
241 PR c++/46658
242 * init.c (build_new_1): Handle value-init in templates differently.
243
244 PR c++/45520
245 * tree.c (maybe_dummy_object): Check current_class_ref against
246 context, not current_class_type.
247
248 2011-01-08 Nicola Pero <nicola.pero@meta-innovation.com>
249
250 PR objc/47078
251 * parser.c (cp_parser_objc_typename): If the type is unknown, for
252 error recovery purposes behave as if it was not specified so that
253 the default type is used.
254
255 2011-01-07 Jakub Jelinek <jakub@redhat.com>
256
257 PR c++/47022
258 * pt.c (tsubst_copy_and_build): Use tsubst instead of tsubst_copy
259 for the second build_x_va_arg argument.
260
261 2011-01-05 Tom Tromey <tromey@redhat.com>
262
263 * typeck.c (cp_build_addr_expr_1): Update call to lvalue_error.
264 (lvalue_or_else): Likewise.
265
266 2011-01-01 Kai Tietz <kai.tietz@onevision.com>
267
268 PR target/38662
269 * tree.c (cxx_type_hash_eq):
270 Allow METHOD_TYPE, too.
271
272 \f
273 Copyright (C) 2011 Free Software Foundation, Inc.
274
275 Copying and distribution of this file, with or without modification,
276 are permitted in any medium without royalty provided the copyright
277 notice and this notice are preserved.