tree.c (decl_storage_duration): New.
[gcc.git] / gcc / cp / ChangeLog
1 2010-10-04 Jason Merrill <jason@redhat.com>
2
3 * tree.c (decl_storage_duration): New.
4 * cp-tree.h: Declare it.
5 (duration_kind): Return values.
6
7 2010-10-03 Jason Merrill <jason@redhat.com>
8
9 * typeck.c (require_complete_type_sfinae): Add complain parm to...
10 (require_complete_type): ...this function.
11 (cp_build_array_ref, convert_arguments): Use it.
12 (convert_for_initialization, cp_build_modify_expr): Likewise.
13 * cp-tree.h: Declare it.
14 * call.c (build_over_call): Use it.
15
16 2010-09-30 Iain Sandoe <iains@gcc.gnu.org>
17
18 merge from FSF 'apple/trunk' branch.
19 2006-01-30 Fariborz Jahanian <fjahanian@apple.com>
20
21 Radar 4386773
22 * cp/parser.c (cp_parser_objc_interstitial_code): For
23 @optional/@required set the optional/required flag.
24
25 2010-09-30 Nicola Pero <nicola.pero@meta-innovation.com>
26
27 * parser.c (cp_lexer_get_preprocessor_token): Tidied up comments
28 and indentation when finding an Objective-C++ CPP_AT_NAME token.
29
30 2010-09-29 Richard Guenther <rguenther@suse.de>
31
32 * cp-tree.h (CP_DECL_CONTEXT): Check DECL_FILE_SCOPE_P.
33 (CP_TYPE_CONTEXT): Similar.
34 (FROB_CONTEXT): Frob global_namespace to the global
35 TRANSLATION_UNIT_DECL.
36 * decl.c (cxx_init_decl_processing): Build a TRANSLATION_UNIT_DECL,
37 set DECL_CONTEXT of global_namespace to it.
38 (start_decl): Use CP_DECL_CONTEXT and test TYPE_P
39 instead of zeroing context.
40 (cp_finish_decl): Use DECL_FILE_SCOPE_P.
41 (grokfndecl): Likewise.
42 (start_preparsed_function): Likewise.
43 * name-lookup.c (maybe_push_decl): Use DECL_NAMESPACE_SCOPE_P.
44 (namespace_binding): Use SCOPE_FILE_SCOPE_P.
45 * pt.c (template_class_depth): Use CP_TYPE_CONTEXT.
46 (is_specialization_of_friend): Use CP_DECL_CONTEXT.
47 (push_template_decl_real): Likewise.
48 (tsubst_friend_class): Likewise. Adjust context comparisons.
49 (instantiate_class_template): Use CP_TYPE_CONTEXT.
50 (tsubst): Do not substitute into TRANSLATION_UNIT_DECL.
51 * cxx-pretty-print.c (pp_cxx_nested_name_specifier): Use
52 SCOPE_FILE_SCOPE_P.
53
54 2010-09-29 Yao Qi <yao@codesourcery.com>
55
56 * decl.c (get_atexit_node): Fix typo.
57
58 2010-09-28 Jason Merrill <jason@redhat.com>
59
60 * tree.c (lvalue_kind): Rename from lvalue_p_1, make nonstatic.
61 (real_lvalue_p): Take const_tree.
62 * cp-tree.h: Adjust.
63 * typeck.c (lvalue_or_else): Make temporary arg a permerror.
64 (cp_build_addr_expr_1): Likewise.
65
66 2010-09-28 Iain Sandoe <iains@gcc.gnu.org>
67
68 Partially merged from apple/trunk branch on FSF servers:
69 2006-04-26 Fariborz Jahanian <fjahanian@apple.com>
70 Radar 3803157 (method attributes)
71
72 * parser.c (cp_parser_objc_method_keyword_params): Handle attributes.
73 (cp_parser_objc_method_tail_params_opt): Likewise.
74 (cp_parser_objc_method_signature): Likewise.
75 (cp_parser_objc_method_maybe_bad_prefix_attributes): New.
76 (cp_parser_objc_method_prototype_list): Handle attributes.
77 (cp_parser_objc_method_definition_list): Likewise.
78
79 2010-09-28 Richard Henderson <rth@redhat.com>
80
81 * cp-lang.c: Include "target.h".
82 (cp_eh_personality): Use targetm.except_unwind_info.
83 * Make-lang.in (cp-lang.o): Update deps.
84
85 2010-09-28 Iain Sandoe <iains@gcc.gnu.org>
86
87 * parser.c (cp_parser_objc_valid_prefix_attributes): New.
88 (cp_parser_declaration): Parse prefix attributes for ObjC++.
89 (cp_parser_objc_protocol_declaration): Handle attributes.
90 (cp_parser_objc_class_interface): Likewise.
91 (cp_parser_objc_declaration): Likewise.
92
93 2010-09-27 Jason Merrill <jason@redhat.com>
94
95 Require lvalues as specified by the standard.
96 * typeck.c (lvalue_or_else): Use real_lvalue_p.
97 (cp_build_addr_expr_1): Split out of cp_build_unary_op.
98 (cp_build_addr_expr, cp_build_addr_expr_strict): Interfaces.
99 (decay_conversion, get_member_function_from_ptrfunc): Adjust.
100 (build_x_unary_op, build_reinterpret_cast_1): Adjust.
101 (build_const_cast_1): Adjust.
102 * cp-tree.h: Declare new fns.
103 * call.c (build_this, convert_like_real, build_over_call): Adjust.
104 (initialize_reference): Adjust.
105 * class.c (build_base_path, convert_to_base_statically): Adjust.
106 (build_vfn_ref, resolve_address_of_overloaded_function): Adjust.
107 * cvt.c (build_up_reference, convert_to_reference): Adjust.
108 * decl.c (register_dtor_fn): Adjust.
109 * decl2.c (build_offset_ref_call_from_tree): Adjust.
110 * except.c (initialize_handler_parm): Adjust.
111 * init.c (build_offset_ref, build_delete, build_vec_delete): Adjust.
112 * rtti.c (build_dynamic_cast_1, tinfo_base_init): Adjust.
113 * tree.c (stabilize_expr): Adjust.
114
115 2010-09-27 Nicola Pero <nicola.pero@meta-innovation.com>
116
117 Merge from apple/trunk branch on FSF servers:
118
119 2005-12-15 Fariborz Jahanian <fjahanian@apple.com>
120
121 Radar 4229905
122 * typeck.c (composite_pointer_type): Call objc_have_common_type
123 when comparing two objective-c pointer types.
124
125 2005-07-18 Ziemowit Laski <zlaski@apple.com>
126
127 Radar 4175534
128 * call.c (standard_conversion): Do not issue warnings when
129 comparing ObjC pointer types.
130
131 2005-06-22 Ziemowit Laski <zlaski@apple.com>
132
133 Radar 4154928
134 * call.c (standard_conversion): Allow for a pointer conversion
135 between any two ObjC pointer types.
136 * typeck.c (composite_pointer_type): Determine common type
137 for two ObjC pointer types.
138
139 2010-09-24 Jan Hubicka <jh@suse.cz>
140
141 * decl.c (finish_function): Use decl_replaceable_p
142 * method.c (make_alias_for_thunk): Update call of cgraph_same_body_alias.
143
144 2010-09-24 Jason Merrill <jason@redhat.com>
145
146 * decl.c (compute_array_index_type): Remember type dependence of
147 array bound.
148 * pt.c (dependent_type_p_r): Don't recompute it here.
149
150 * error.c (dump_expr) [CASE_CONVERT]: Print conversion between
151 reference and pointer to the same type as "*" or "&".
152
153 2010-09-24 Nicola Pero <nicola.pero@meta-innovation.com>
154
155 * typeck.c (warn_args_num): Use warning 'too many arguments to
156 method [methodname]' for an Objective-C method instead of the less
157 satisfactory 'too many arguments to function' (with no method
158 name).
159
160 2010-09-21 Jason Merrill <jason@redhat.com>
161
162 * mangle.c (write_expression) [SCOPE_REF]: Only do -fabi-version=1
163 special handling if we know the member.
164
165 2010-09-18 Jason Merrill <jason@redhat.com>
166
167 * call.c (compare_ics): Do lvalue/rvalue reference binding
168 comparison for ck_list, too.
169
170 2010-09-15 Jason Merrill <jason@redhat.com>
171
172 * semantics.c (finish_id_expression): Diagnose use of function
173 parms in evaluated context outside function body.
174
175 * decl2.c (grokbitfield): Diagnose non-integral width.
176
177 * call.c (convert_like_real): Use the underlying type of the
178 reference for the temporary.
179
180 2010-09-15 Jakub Jelinek <jakub@redhat.com>
181
182 PR c++/45635
183 * class.c (build_vtbl_initializer): Use fn instead of init's operand
184 as first argument to FDESC_EXPR.
185
186 2010-09-15 Paolo Carlini <paolo.carlini@oracle.com>
187
188 PR c++/45665
189 * decl.c (grokdeclarator): Check build_memfn_type return value
190 for error_mark_node.
191
192 2010-09-13 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
193
194 * semantics.c (finish_for_stmt): Always test flag_new_for_scope.
195 (begin_range_for_stmt): Likewise.
196
197 2010-09-11 Rodrigo Rivas <rodrigorivascosta@gmail.com>
198
199 Implement range-based for-statements.
200 * cp-tree.def (RANGE_FOR_STMT): New.
201 * cp-tree.h (RANGE_FOR_DECL, RANGE_FOR_EXPR, RANGE_FOR_BODY): New.
202 (cp_convert_range_for): Declare.
203 * pt.c (tsubst_expr): Add RANGE_FOR_STMT.
204 (tsubst_copy_and_build): perform_koenig_lookup takes extra argument.
205 * semantics.c (begin_range_for_stmt): New.
206 (finish_range_for_decl): New.
207 (finish_for_stmt): Accept also RANGE_FOR_STMT.
208 (perform_koenig_lookup): Add extra argument include_std.
209 * parser.c (cp_parser_c_for): New with code from
210 cp_parser_iteration_statement().
211 (cp_parser_range_for): New.
212 (cp_convert_range_for): New.
213 (cp_parser_iteration_statement): Add range-for support.
214 (cp_parser_condition): Adjust comment.
215 (cp_parser_postfix_expression): perform_koenig_lookup takes extra
216 argument.
217 * dump.c (cp_dump_tree): Add RANGE_FOR_STMT.
218 * cxx-pretty-print.c: Likewise.
219 * lex.c (cxx_init): Likewise.
220 * name-lookup.c (lookup_function_nonclass): Add extra argument
221 include_std.
222 (lookup_arg_dependent): Likewise.
223 * name-lookup.h: Likewise.
224
225 2010-09-10 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
226
227 PR c++/43824
228 * error.c (maybe_warn_cpp0x): Add new warning
229 CPP0X_INLINE_NAMESPACES.
230 * parser.c (cp_parser_namespace_definition): Likewise.
231 * cp-tree.h (cpp0x_warn_str): Likewise.
232
233 2010-09-10 Richard Guenther <rguenther@suse.de>
234
235 * decl.c (reshape_init_vector): For VECTOR_TYPEs, use
236 TYPE_VECTOR_SUBPARTS instead of TYPE_DEBUG_REPRESENTATION_TYPE.
237
238 2010-09-10 Jan Hubicka <jh@suse.cz>
239
240 PR tree-optimization/45605
241 * cp/class.c (build_vtbl_initializer): Avoid wrong type conversion in
242 ADDR_EXPR.
243
244 2010-09-08 Jakub Jelinek <jakub@redhat.com>
245
246 PR c++/45588
247 * pt.c (tsubst) <case INTEGER_TYPE>: Call mark_rvalue_use
248 before calling fold_decl_constant_value.
249
250 2010-09-07 Arnaud Charlet <charlet@adacore.com>
251
252 * cp-tree.h (build_enumerator): Add new location_t parameter.
253 (build_lang_decl_loc): New function.
254 * decl.c (build_enumerator): New parameter loc. Use it when calling
255 build_decl. Replace build_lang_decl with build_lang_decl_loc.
256 * pt.c (tsubst_enum): Adjust call to build_enumerator.
257 * parser.c (cp_parser_enumerator_definition): Ditto.
258 * lex.c (build_lang_decl_loc): New function.
259
260 2010-09-06 Dodji Seketeli <dodji@redhat.com>
261
262 PR c++/45200
263 PR c++/45293
264 PR c++/45558
265 * tree.c (strip_typedefs): Strip typedefs from the context of
266 TYPENAME_TYPEs.
267
268 2010-09-06 Mark Mitchell <mark@codesourcery.com>
269
270 * typeck.c (cp_build_binary_op): Call do_warn_double_promotion.
271 * call.c (build_conditional_expr): Likewise.
272 (convert_arg_to_ellipsis): Likewise.
273
274 2010-09-06 Arnaud Charlet <charlet@adacore.com>
275
276 * parser.c (make_pointer_declarator, make_reference_declarator,
277 make_call_declarator, make_array_declarator): Set declarator->id_loc.
278 (cp_parser_init_declarator): Adjust location of decl if appropriate.
279
280 2010-09-06 Jason Merrill <jason@redhat.com>
281
282 * call.c (implicit_conversion): Fix value-init of enums.
283 (convert_like_real): Likewise.
284
285 * decl.c (cp_finish_decl): Don't change init for auto deduction.
286
287 * pt.c (fold_non_dependent_expr_sfinae): Split out from...
288 (fold_non_dependent_expr): ...here.
289 (convert_nontype_argument): Use it. Take complain parm.
290 Use perform_implicit_conversion instead of ocp_convert.
291 Allow cv-qual changes.
292 (convert_template_argument): Pass complain down.
293 (tsubst_template_arg): Suppress constant expression warnings.
294 Don't fold here.
295
296 * method.c (synthesized_method_walk): In constructors, also check
297 subobject destructors.
298
299 * semantics.c (finish_compound_literal): Always build a
300 TARGET_EXPR.
301
302 2010-08-30 Paolo Carlini <paolo.carlini@oracle.com>
303
304 PR c++/45043
305 * decl.c (grokdeclarator): Use MAIN_NAME_P only on IDENTIFIER_NODEs.
306
307 2010-08-30 Jakub Jelinek <jakub@redhat.com>
308
309 PR middle-end/45423
310 * parser.c (cp_parser_omp_atomic): Handle boolean
311 {PRE,POST}_INCREMENT.
312
313 2010-08-29 Jason Merrill <jason@redhat.com>
314
315 PR c++/44991
316 * parser.c (cp_parser_parameter_declaration): Pop parameter decls
317 after tentative parsing.
318
319 2010-08-22 Joseph Myers <joseph@codesourcery.com>
320
321 * Make-lang.in (g++spec.o): Update dependencies.
322 * g++spec.c: Include opts.h
323 (MATH_LIBRARY, LIBSTDCXX): Remove initial "-l".
324 (lang_specific_driver): Use cl_decoded_option structures.
325
326 2010-08-20 Nathan Froyd <froydnj@codesourcery.com>
327
328 * call.c: Use FOR_EACH_VEC_ELT.
329 * class.c: Likewise.
330 * decl.c: Likewise.
331 * decl2.c: Likewise.
332 * error.c: Likewise.
333 * except.c: Likewise.
334 * mangle.c: Likewise.
335 * method.c: Likewise.
336 * name-lookup.c: Likewise.
337 * parser.c: Likewise.
338 * pt.c: Likewise.
339 * repo.c: Likewise.
340 * semantics.c: Likewise.
341 * typeck2.c: Likewise.
342
343 2010-08-19 Jason Merrill <jason@redhat.com>
344
345 * call.c (reference_related_p): Check for error_mark_node.
346 (add_function_candidate): Check it instead of
347 same_type_ignoring_top_level_qualifiers_p.
348
349 PR c++/45315
350 * init.c (build_new_1): Don't use build_value_init in a template.
351 (build_value_init): Make sure we don't.
352
353 PR c++/45307
354 * cp-gimplify.c (cp_gimplify_expr): Also remove assignment
355 of empty class CONSTRUCTOR.
356
357 * except.c (pending_noexcept, pending_noexcept_checks): New.
358 (perform_deferred_noexcept_checks): New.
359 (maybe_noexcept_warning): Split from...
360 (finish_noexcept_expr): ...here. Adjust.
361 * decl2.c (cp_write_global_declarations): Call
362 perform_deferred_noexcept_checks.
363 * cp-tree.h: And declare it.
364
365 2010-08-18 Nathan Froyd <froydnj@codesourcery.com>
366
367 PR c++/45049
368 * name-lookup.c (push_overloaded_decl): Change DECL_CHAIN to
369 TREE_CHAIN.
370
371 2010-08-17 Kai Tietz <kai.tietz@onevision.com>
372
373 * class.c (note_name_declared_in_class): Make in 'extern "C"' blocks,
374 or if -fms-extensions is enabled check, check permissive.
375
376 2010-08-09 Jason Merrill <jason@redhat.com>
377
378 PR c++/45236
379 * pt.c (lookup_template_class): Don't re-coerce outer parms.
380
381 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
382
383 * call.c (add_builtin_candidates): Use VECs for local variable
384 `types'. Adjust remainder of function accordingly.
385
386 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
387
388 * name-lookup.c (is_associated_namespace): Convert local variables
389 to be VECs instead of TREE_LISTs.
390
391 2010-08-09 Nathan Froyd <froydnj@codesourcery.com>
392
393 * tree.c (varargs_function_p): Use stdarg_p.
394
395 2010-08-07 Nathan Froyd <froydnj@codesourcery.com>
396
397 * parser.c (cp_default_arg_entry): Declare. Declare a VEC of it.
398 (cp_unparsed_functions_entry): Declare. Declare a VEC of it.
399 (cp_parser) [unparsed_functions_queues]: Rename to unparsed_queues.
400 Change type to a VEC.
401 (unparsed_funs_with_default_args): Define.
402 (unparsed_funs_with_definitions): Define.
403 (push_unparsed_function_queues): New function.
404 (cp_parser_new): Call it.
405 (pop_unparsed_function_queues): New function.
406 (cp_parser_class_specifier): Adjust processing of unparsed functions.
407 (cp_parser_template_declaration_after_export): Use VEC_safe_push.
408 (cp_parser_save_member_function_body): Likewise.
409 (cp_parser_late_parsing_for_member): Call push_unparsed_function_queues
410 and pop_unparsed_function_queues.
411 (cp_parser_late_parsing_default_args): Likewise.
412 (cp_parser_save_default_args): Use VEC_safe_push.
413
414 2010-08-07 Nathan Froyd <froydnj@codesourcery.com>
415
416 * name-lookup.h (cp_label_binding): Declare. Declare a VEC type
417 containing it.
418 (cp_binding_level): Convert shadowed_labels and dead_vars_from_for
419 fields to VECs.
420 * decl.c (poplevel): Adjust for type changes.
421 (declare_local_label): Likewise.
422
423 2010-08-06 Jason Merrill <jason@redhat.com>
424
425 * typeck.c (complete_type_or_maybe_complain): Split out from...
426 (complete_type_or_else): Here.
427 (build_class_member_access_expr): Call it.
428 (finish_class_member_access_expr): Likewise.
429 * call.c (build_special_member_call): Likewise.
430 * cvt.c (build_expr_type_conversion): Likewise.
431 * init.c (build_new): Likewise.
432 * typeck2.c (build_functional_cast): Likewise.
433 * cp-tree.h: Declare it.
434
435 * init.c (build_value_init): Add complain parm.
436 (build_value_init_noctor): Likewise.
437 (perform_member_init): Pass it.
438 (expand_aggr_init_1): Likewise.
439 (build_new_1): Likewise.
440 (build_vec_init): Likewise.
441 * pt.c (tsubst_expr): Likewise.
442 * typeck2.c (build_functional_cast): Likewise.
443 * cp-tree.h: Adjust.
444 * tree.c (build_target_expr_with_type): Handle error_mark_node.
445
446 * typeck.c (decay_conversion): Any expression with type nullptr_t
447 decays to nullptr.
448
449 2010-07-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
450
451 PR c++/45112
452 * decl.c (duplicate_decls): Merge DECL_USER_ALIGN and DECL_PACKED.
453
454 2010-07-27 Jason Merrill <jason@redhat.com>
455
456 * pt.c (tsubst_expr) [DECL_EXPR]: Handle getting an AGGR_INIT_EXPR
457 from build_value_init.
458 * init.c (build_value_init_noctor): Give error for unknown array
459 bound.
460
461 2010-07-27 Joseph Myers <joseph@codesourcery.com>
462
463 * cp-objcp-common.h (LANG_HOOKS_MISSING_ARGUMENT): Remove.
464
465 2010-07-27 Joseph Myers <joseph@codesourcery.com>
466
467 * cp-objcp-common.c (cxx_initialize_diagnostics): First call
468 c_common_initialize_diagnostics.
469 * cp-objcp-common.h (LANG_HOOKS_OPTION_LANG_MASK,
470 LANG_HOOKS_COMPLAIN_WRONG_LANG_P): Define.
471
472 2010-07-21 Jason Merrill <jason@redhat.com>
473
474 * tree.c (cp_tree_equal): Fix CONSTRUCTOR handling.
475
476 * parser.c (cp_parser_init_declarator): Pass LOOKUP_NORMAL
477 to cp_finish_decl.
478
479 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
480
481 PR c++/44641
482 * pt.c (instantiate_class_template): Propagate the template's
483 location to its instance.
484
485 2010-07-20 Jason Merrill <jason@redhat.com>
486
487 PR c++/44967
488 * pt.c (tsubst_copy_and_build): Rework last change.
489
490 PR c++/44967
491 * pt.c (tsubst_copy_and_build): Handle partial substitution of
492 CALL_EXPR.
493
494 2010-07-19 Jason Merrill <jason@redhat.com>
495
496 PR c++/44996
497 * semantics.c (finish_decltype_type): Correct decltype
498 of parenthesized rvalue reference variable.
499
500 PR c++/44969
501 * tree.c (cp_tree_equal): Compare type of *CAST_EXPR.
502 * pt.c (iterative_hash_template_arg): Hash type of *CAST_EXPR.
503
504 2010-07-19 Paolo Carlini <paolo.carlini@oracle.com>
505
506 PR c++/44969
507 * typeck.c (build_x_compound_expr_from_list): Add tsubst_flags_t
508 parameter.
509 * cp-tree.h: Adjust declaration.
510 * init.c (perform_member_init): Adjust caller.
511 * decl.c (grok_reference_init, cp_finish_decl): Likewise.
512 * typeck2.c (store_init_value): Likewise.
513 (build_functional_cast): Pass complain argument to
514 build_x_compound_expr_from_list.
515
516 2010-07-16 Jason Merrill <jason@redhat.com>
517
518 PR c++/32505
519 * pt.c (process_partial_specialization): Diagnose partial
520 specialization after instantiation.
521 (most_specialized_class): Add complain parm.
522
523 * ptree.c (cxx_print_xnode): Handle TEMPLATE_INFO.
524
525 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
526
527 * init.c (build_new_1): Use cp_build_function_call_nary instead of
528 cp_build_function_call.
529
530 2010-07-15 Jason Merrill <jason@redhat.com>
531
532 PR c++/44909
533 * call.c (add_function_candidate): If we're working on an implicit
534 declaration, don't consider candidates that won't match.
535 * typeck.c (same_type_ignoring_top_level_qualifiers_p): Now a fn.
536 * cp-tree.h (same_type_ignoring_top_level_qualifiers_p): Adjust.
537
538 Revert:
539 * cp-tree.h (struct lang_type_class): Add has_user_opeq.
540 (TYPE_HAS_USER_OPEQ): New.
541 * decl.c (grok_special_member_properties): Set it.
542 * class.c (add_implicitly_declared_members): Don't lazily declare
543 constructors/operator= if a base or member has a user-declared one.
544 (check_bases_and_members, check_bases): Adjust.
545 (check_field_decls, check_field_decl): Adjust.
546
547 2010-07-15 Anatoly Sokolov <aesok@post.ru>
548
549 * decl.c (integer_three_node): Remove.
550 (cxx_init_decl_processing): Do not initialize the integer_three_node.
551 * cp-tree.h (integer_three_node): Remove.
552
553 2010-07-15 Nathan Froyd <froydnj@codesourcery.com>
554
555 * cp-tree.h: Carefully replace TREE_CHAIN with DECL_CHAIN.
556 * call.c: Likewise.
557 * class.c: Likewise.
558 * cp-gimplify.c: Likewise.
559 * decl.c: Likewise.
560 * decl2.c: Likewise.
561 * init.c: Likewise.
562 * mangle.c: Likewise.
563 * name-lookup.c: Likewise.
564 * optimize.c: Likewise.
565 * parser.c: Likewise.
566 * pt.c: Likewise.
567 * rtti.c: Likewise.
568 * search.c: Likewise.
569 * semantics.c: Likewise.
570 * typeck.c: Likewise.
571 * typeck2.c: Likewise.
572
573 2010-07-14 Jason Merrill <jason@redhat.com>
574
575 * init.c (sort_mem_initializers): Rename "field_type" to "ctx".
576 (build_field_list): Cache field type.
577
578 Implement C++0x unrestricted unions (N2544)
579 * class.c (check_field_decl): Loosen union handling in C++0x.
580 * method.c (walk_field_subobs): Split out from...
581 (synthesized_method_walk): ...here. Set msg before loops.
582 (process_subob_fn): Check for triviality in union members.
583 * init.c (sort_mem_initializers): Splice out uninitialized
584 anonymous unions and union members.
585 (push_base_cleanups): Don't automatically destroy anonymous unions
586 and union members.
587
588 2010-07-13 Jason Merrill <jason@redhat.com>
589
590 PR c++/44909
591 * cp-tree.h (struct lang_type_class): Add has_user_opeq.
592 (TYPE_HAS_USER_OPEQ): New.
593 * decl.c (grok_special_member_properties): Set it.
594 * class.c (add_implicitly_declared_members): Don't lazily declare
595 constructors/operator= if a base or member has a user-declared one.
596 (check_bases_and_members, check_bases): Adjust.
597 (check_field_decls, check_field_decl): Adjust.
598 * method.c (synthesized_method_walk): Initialize check_vdtor.
599
600 PR c++/44540
601 * mangle.c (write_type): Canonicalize.
602 (canonicalize_for_substitution): Retain cv-quals on FUNCTION_TYPE.
603 (write_CV_qualifiers_for_type): Ignore them in abi>=5.
604
605 2010-07-13 Paolo Carlini <paolo.carlini@oracle.com>
606
607 PR c++/44908
608 * call.c (convert_like_real): Adjust convert_ptrmem call, pass
609 complain argument.
610 * typeck.c (get_delta_difference): Update prototype, add a
611 tsubst_flags_t parameter; update get_delta_difference_1 calls and
612 add checks for error_mark_node.
613 (get_delta_difference_1): Update prototype, add a tsubst_flags_t
614 parameter; update lookup_base call.
615 (build_ptrmemfunc): Update prototype, add a tsubst_flags_t
616 parameter; update get_delta_difference call and add check for
617 error_mark_node.
618 (convert_ptrmem): Update prototype, add a tsubst_flags_t
619 parameter; update get_delta_difference call and add check for
620 error_mark_node; update build_ptrmemfunc call.
621 (build_static_cast_1): Adjust convert_ptrmem call.
622 (expand_ptrmemfunc_cst): Adjust get_delta_difference call.
623 (cp_build_unary_op): Adjust build_ptrmemfunc call.
624 * cvt.c (cp_convert_to_pointer, convert_force): Adjust convert_ptrmem
625 and build_ptrmemfunc calls.
626 * cp-tree.h: Update build_ptrmemfunc and convert_ptrmem prototypes.
627
628 2010-07-12 Paolo Carlini <paolo.carlini@oracle.com>
629
630 PR c++/44907
631 * call.c (build_temp): Add tsubst_flags_t complain parameter;
632 adjust build_special_member_call call, pass complain.
633 (convert_like_real): Adjust build_temp call, pass complain.
634
635 2010-07-09 Jason Merrill <jason@redhat.com>
636
637 PR c++/43120
638 * cp-tree.h (BV_LOST_PRIMARY): New macro.
639 * class.c (update_vtable_entry_for_fn): Fix covariant thunk logic.
640 Set BV_LOST_PRIMARY.
641 (build_vtbl_initializer): Check BV_LOST_PRIMARY.
642
643 2010-07-08 Jason Merrill <jason@redhat.com>
644
645 PR c++/43120
646 * class.c (update_vtable_entry_for_fn): Fix handling of dummy
647 virtual bases for covariant thunks.
648
649 2010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
650
651 * cp-tree.h: Do not include toplev.h.
652
653 2010-07-06 Jason Merrill <jason@redhat.com>
654
655 PR c++/44703
656 * call.c (is_std_init_list): Look through typedefs.
657
658 PR c++/44778
659 * init.c (build_offset_ref): If scope isn't dependent,
660 don't exit early. Look at TYPE_MAIN_VARIANT.
661 * pt.c (tsubst_copy) [OFFSET_REF]: Do substitution.
662
663 * error.c (dump_function_decl): Don't crash on null DECL_NAME.
664
665 2010-07-06 Shujing Zhao <pearly.zhao@oracle.com>
666
667 * cp-tree.h (impl_conv_void): New type.
668 (convert_to_void): Adjust prototype.
669 * cvt.c (convert_to_void): Use impl_conv_void, emit and adjust the
670 diagnostic for easy translation. Change caller.
671 * typeck.c: Update call to convert_to_void.
672 * semantics.c: Likewise.
673 * init.c: Likewise.
674
675 2010-07-05 Nathan Froyd <froydnj@codesourcery.com>
676
677 * decl.c (cp_finish_decl): Call add_local_decl.
678 * optimize.c (clone_body): Adjust for new type of cfun->local_decls.
679
680 2010-07-05 Paolo Carlini <paolo.carlini@oracle.com>
681
682 * pt.c (tsubst): Early declare code = TREE_CODE (t) and use it
683 throughout.
684
685 2010-07-05 Shujing Zhao <pearly.zhao@oracle.com>
686
687 PR c++/22138
688 * parser.c (cp_parser_primary_expression): Error if local template is
689 declared.
690
691 2010-07-02 Le-Chun Wu <lcwu@google.com>
692
693 PR/44128
694 * name-lookup.c (pushdecl_maybe_friend): Warn when a local decl
695 (variable or type) shadows another type.
696
697 2010-07-02 Jakub Jelinek <jakub@redhat.com>
698
699 PR c++/44780
700 * typeck.c (convert_for_assignment): When converting a convertible
701 vector type or objc++ types, call mark_rvalue_use.
702 * typeck2.c (build_m_component_ref): Use return values from
703 mark_rvalue_use or mark_lvalue_use.
704 * class.c (build_base_path): Likewise.
705 * call.c (build_conditional_expr): Likewise.
706
707 2010-07-02 Paolo Carlini <paolo.carlini@oracle.com>
708
709 PR c++/44039
710 * pt.c (tsubst_baselink): Return error_mark_node if lookup_fnfields
711 returns NULL_TREE.
712
713 2010-07-01 Richard Guenther <rguenther@suse.de>
714
715 * cp-gimplify.c (cp_gimplify_expr): Open-code the rhs
716 predicate we are looking for, allow non-gimplified
717 INDIRECT_REFs.
718
719 2010-06-30 Paolo Carlini <paolo.carlini@oracle.com>
720
721 PR c++/44628
722 * typeck.c (cp_build_unary_op): Early return error_mark_node when
723 arg is NULL_TREE too.
724 * call.c (convert_class_to_reference): Return error_mark_node when
725 expr is NULL_TREE.
726
727 2010-06-30 Michael Matz <matz@suse.de>
728
729 * repo.c (finish_repo): Fix typo.
730
731 2010-06-30 Nathan Froyd <froydnj@codesourcery.com>
732
733 * parser.c (cp_parser_omp_for_loop): Use a VEC for for_block.
734
735 2010-06-30 Nathan Froyd <froydnj@codesourcery.com>
736
737 * repo.c (pending_repo): Change type to a VEC.
738 (finish_repo): Adjust for new type of pending_repo.
739 (repo_emit_p): Likewise.
740
741 2010-06-30 Manuel López-Ibáñez <manu@gcc.gnu.org>
742
743 * tree.c: Include gimple.h. Do not include tree-flow.h
744 * decl.c: Do not include tree-flow.h
745 * Make-lang.in: Adjust dependencies.
746
747 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
748
749 * decl.c (incomplete_var): Declare. Declare VECs containing them.
750 (incomplete_vars): Adjust comment. Change type to a VEC.
751 (maybe_register_incomplete_var): Adjust for new type.
752 (complete_vars): Adjust iteration over incomplete_vars.
753
754 2010-06-29 Nathan Froyd <froydnj@codesourcery.com>
755
756 * decl.c (struct named_label_entry): Change type of bad_decls field
757 to a VEC.
758 (poplevel_named_label_1): Adjust for new type of bad_decls.
759 (check_goto): Likewise.
760
761 2010-06-29 Jason Merrill <jason@redhat.com>
762
763 Enable implicitly declared move constructor/operator= (N3053).
764 * class.c (add_implicitly_declared_members): A class with no
765 explicitly declared copy or move constructor gets both declared
766 implicitly, and similarly for operator=.
767 (check_bases): A type with no copy ctor does not inhibit
768 a const copy ctor in a derived class. It does mean the derived
769 one is non-trivial.
770 (check_field_decl): Likewise.
771 (check_bases_and_members): A nonexistent copy ctor/op= is non-trivial.
772 * tree.c (type_has_nontrivial_copy_init): Adjust semantics.
773 (trivially_copyable_p): Likewise.
774 * call.c (convert_like_real): Use type_has_nontrivial_copy_init.
775 * class.c (finish_struct_bits): Likewise.
776 * tree.c (build_target_expr_with_type): Likewise.
777 * typeck2.c (store_init_value): Likewise.
778
779 Enable implicitly deleted functions (N2346)
780 * class.c (check_bases_and_members): Adjust lambda flags.
781 * method.c (implicitly_declare_fn): Set DECL_DELETED_FN if appropriate.
782
783 * decl2.c (mark_used): Adjust error for use of deleted function.
784
785 Machinery to support implicit delete/move.
786 * cp-tree.h: (struct lang_type_class): Add lazy_move_assign,
787 has_complex_move_ctor, has_complex_move_assign bitfields.
788 (CLASSTYPE_LAZY_MOVE_ASSIGN): New.
789 (TYPE_HAS_COMPLEX_MOVE_ASSIGN): New.
790 (TYPE_HAS_COMPLEX_MOVE_CTOR): New.
791 (enum special_function_kind): Add sfk_move_assignment.
792 (LOOKUP_SPECULATIVE): New.
793 * call.c (build_over_call): Return early if it's set.
794 (build_over_call): Use trivial_fn_p.
795 * class.c (check_bases): If the base has no default constructor,
796 the derived one is non-trivial. Handle move ctor/op=.
797 (check_field_decl): Likewise.
798 (check_bases_and_members): Handle move ctor/op=.
799 (add_implicitly_declared_members): Handle CLASSTYPE_LAZY_MOVE_ASSIGN.
800 (type_has_move_constructor, type_has_move_assign): New.
801 * decl.c (grok_special_member_properties): Handle move ctor/op=.
802 * method.c (type_has_trivial_fn, type_set_nontrivial_flag): New.
803 (trivial_fn_p): New.
804 (do_build_copy_constructor): Use it.
805 (do_build_assign_ref): Likewise. Handle move assignment.
806 (build_stub_type, build_stub_object, locate_fn_flags): New.
807 (locate_ctor): Use locate_fn_flags.
808 (locate_copy, locate_dtor): Remove.
809 (get_dtor, get_default_ctor, get_copy_ctor, get_copy_assign): New.
810 (process_subob_fn, synthesized_method_walk): New.
811 (maybe_explain_implicit_delete): New.
812 (implicitly_declare_fn): Use synthesized_method_walk,
813 type_has_trivial_fn, and type_set_nontrivial_flag.
814 (defaulted_late_check): Set DECL_DELETED_FN.
815 (defaultable_fn_check): Handle sfk_move_assignment.
816 (lazily_declare_fn): Clear CLASSTYPE_LAZY_* early. Don't declare
817 implicitly deleted move ctor/op=.
818 * search.c (lookup_fnfields_1): Handle sfk_move_assignment.
819 (lookup_fnfields_slot): New.
820 * semantics.c (omp_clause_info_fndecl): Remove.
821 (cxx_omp_create_clause_info): Use get_default_ctor, get_copy_ctor,
822 get_copy_assign, trivial_fn_p.
823 (trait_expr_value): Adjust call to locate_ctor.
824 * tree.c (special_function_p): Handle sfk_move_assignment.
825
826 * class.c (type_has_virtual_destructor): New.
827 * cp-tree.h: Declare it.
828 * semantics.c (trait_expr_value): Use it.
829
830 * call.c (build_over_call): Only give warnings with tf_warning.
831
832 * name-lookup.c (pop_scope): Handle NULL_TREE.
833
834 * cp-tree.h (TYPE_HAS_ASSIGN_REF): Rename to TYPE_HAS_COPY_ASSIGN.
835 (TYPE_HAS_CONST_ASSIGN_REF): Rename to TYPE_HAS_CONST_COPY_ASSIGN.
836 (TYPE_HAS_INIT_REF): Rename to TYPE_HAS_COPY_CTOR.
837 (TYPE_HAS_CONST_INIT_REF): Rename to TYPE_HAS_CONST_COPY_CTOR.
838 (TYPE_HAS_COMPLEX_ASSIGN_REF): Rename to TYPE_HAS_COMPLEX_COPY_ASSIGN.
839 (TYPE_HAS_COMPLEX_INIT_REF): Rename to TYPE_HAS_COMPLEX_COPY_CTOR.
840 (TYPE_HAS_TRIVIAL_ASSIGN_REF): Rename to TYPE_HAS_TRIVIAL_COPY_ASSIGN.
841 (TYPE_HAS_TRIVIAL_INIT_REF): Rename to TYPE_HAS_TRIVIAL_COPY_CTOR.
842 (CLASSTYPE_LAZY_ASSIGNMENT_OP): Rename to CLASSTYPE_LAZY_COPY_ASSIGN.
843 (sfk_assignment_operator): Rename to sfk_copy_assignment.
844 * decl.c, call.c, class.c, init.c, method.c, pt.c, ptree.c: Adjust.
845 * search.c, semantics.c, tree.c: Adjust.
846
847 * pt.c (dependent_scope_ref_p): Remove.
848 (value_dependent_expression_p): Don't call it.
849 (type_dependent_expression_p): Here either.
850 * init.c (build_offset_ref): Set TREE_TYPE on a qualified-id
851 if the scope isn't dependent.
852
853 * pt.c (convert_nontype_argument): Use mark_lvalue_use if we want
854 a reference.
855
856 PR c++/44587
857 * pt.c (has_value_dependent_address): New.
858 (value_dependent_expression_p): Check it.
859 (convert_nontype_argument): Likewise. Call decay_conversion before
860 folding if we want a pointer.
861 * semantics.c (finish_id_expression): Don't add SCOPE_REF if the
862 scope is the current instantiation.
863
864 2010-06-28 Jakub Jelinek <jakub@redhat.com>
865
866 PR c++/44682
867 * class.c (build_base_path): If want_pointer, call mark_rvalue_use
868 on expr.
869
870 2010-06-28 Steven Bosscher <steven@gcc.gnu.org>
871
872 * init.c: Do not include except.h.
873 * decl.c: Likewise.
874 * expr.c: Likewise.
875 * cp-lang.c: Likewise.
876 * pt.c: Likewise.
877 * semantics.c: Likewise.
878 * decl2.c: Likewise.
879 * except.c: Likewise.
880 (init_exception_processing): Do not set the removed
881 lang_protect_cleanup_actions here.
882 (cp_protect_cleanup_actions): Make non-static and remove prototype.
883 (doing_eh): New, moved from except.c but removed the do_warning flag.
884 (expand_start_catch_block): Update doing_eh call.
885 (expand_end_catch_block): Likewise.
886 (build_throw): Likewise.
887 * cp-tree.h: Prototype cp_protect_cleanup_actions.
888 * cp-objcp-common.h: Set LANG_HOOKS_EH_PROTECT_CLEANUP_ACTIONS to
889 cp_protect_cleanup_actions.
890 * Make-lang.in: Update dependencies.
891
892 2010-06-26 Jason Merrill <jason@redhat.com>
893
894 * call.c (add_function_candidate): Set LOOKUP_COPY_PARM for any
895 constructor called with a single argument that takes a reference
896 to the constructor's class.
897 (BAD_CONVERSION_RANK): New.
898 (compare_ics): Use it to compare bad ICSes.
899
900 2010-06-25 Joseph Myers <joseph@codesourcery.com>
901
902 * lang-specs.h: Remove +e handling.
903
904 2010-06-24 Andi Kleen <ak@linux.intel.com>
905
906 * parser.c: (cp_parser_question_colon_clause):
907 Switch to use cp_lexer_peek_token.
908 Call warn_for_omitted_condop. Call pedwarn for omitted
909 middle operand.
910
911 2010-06-22 Jakub Jelinek <jakub@redhat.com>
912
913 PR c++/44619
914 * typeck2.c (build_m_component_ref): Call mark_lvalue_use on
915 datum and mark_rvalue_use on component.
916
917 PR c++/44627
918 * error.c (dump_expr): Don't look at CALL_EXPR_ARG (t, 0) if
919 the CALL_EXPR has no arguments.
920
921 2010-06-21 Jason Merrill <jason@redhat.com>
922
923 * typeck.c (comp_except_specs): Fix ce_derived with noexcept.
924
925 * semantics.c (check_trait_type): Check COMPLETE_TYPE_P for array
926 element type.
927
928 2010-06-17 Nathan Froyd <froydnj@codesourcery.com>
929
930 * name-lookup.c (struct arg_lookup): Convert namespaces and
931 classes fields to VEC.
932 (arg_assoc_namespace): Adjust for new type of namespaces.
933 (arg_assoc_class): Adjust for new type of classes.
934 (lookup_arg_dependent): Use make_tree_vector and
935 release_tree_vector.
936 * typeck2.c (build_x_arrow): Use vec_member.
937
938 2010-06-17 Manuel López-Ibáñez <manu@gcc.gnu.org>
939
940 PR c++/44486
941 * error.c (dump_decl): Better wording for anonymous namespace.
942
943 2010-06-16 Nathan Froyd <froydnj@codesourcery.com>
944
945 * class.c (build_vtbl_initializer): Adjust computation of new_position
946 and which entry to add padding for.
947
948 2010-06-16 Jason Merrill <jason@redhat.com>
949
950 * except.c (check_noexcept_r): Return the problematic function.
951 (finish_noexcept_expr): Give -Wnoexcept warning. Add complain parm.
952 * pt.c (tsubst_copy_and_build): Pass it.
953 * parser.c (cp_parser_unary_expression): Likewise.
954 * cp-tree.h: Adjust prototype.
955
956 * method.c (defaulted_late_check): Give the defaulted method
957 the same exception specification as the implicit declaration.
958
959 2010-06-15 Jason Merrill <jason@redhat.com>
960
961 * class.c (add_implicitly_declared_members): Implicit assignment
962 operators can also be virtual overriders.
963 * method.c (lazily_declare_fn): Likewise.
964
965 * call.c (convert_like_real): Give "initializing argument of"
966 information for ambiguous conversion. Give source position
967 of function.
968
969 * call.c (print_z_candidates): Do print viable deleted candidates.
970 (joust): Don't choose a deleted function just because its worst
971 conversion is better than another candidate's worst.
972
973 * call.c (convert_like_real): Don't complain about
974 list-value-initialization from an explicit constructor.
975
976 * decl.c (duplicate_decls): Use DECL_IS_BUILTIN rather than test
977 DECL_SOURCE_LOCATION directly.
978
979 * class.c (type_has_user_provided_default_constructor): Use
980 sufficient_parms_p.
981
982 * call.c (is_subseq): Handle ck_aggr, ck_list.
983 (compare_ics): Treat an aggregate or ambiguous conversion to the
984 same type as involving the same function.
985
986 2010-06-13 Shujing Zhao <pearly.zhao@oracle.com>
987
988 * typeck.c (convert_for_assignment): Fix comment. Change message
989 format from %d to %qP.
990 (convert_for_initialization): Fix comment.
991
992 2010-06-11 Shujing Zhao <pearly.zhao@oracle.com>
993
994 * cp-tree.h (expr_list_kind): New type.
995 (impl_conv_rhs): New type.
996 (build_x_compound_expr_from_list, convert_for_initialization): Adjust
997 prototype.
998 (typeck.c (convert_arguments): Use impl_conv_rhs and emit the
999 diagnostics for easy translation. Change caller.
1000 (convert_for_initialization): Use impl_conv_rhs and change caller.
1001 (build_x_compound_expr_from_list): Use expr_list_kind and emit the
1002 diagnostics for easy translation. Change caller.
1003 * decl.c (bad_spec_place): New enum.
1004 (bad_specifiers): Use it and emit the diagnostics for easy
1005 translation. Change caller.
1006 * pt.c (coerce_template_parms): Put the diagnostics in full sentence.
1007
1008 2010-06-09 Nathan Froyd <froydnj@codesourcery.com>
1009
1010 * cp-tree.h (struct saved_scope): Change decl_ns_list field type
1011 to a VEC.
1012 * decl2.c (cp_write_global_declarations): Adjust for new type of
1013 decl_namespace_list.
1014 * name-lookup.c (current_decl_namespace): Likewise.
1015 (push_decl_namespace): Likewise.
1016 (pop_decl_namespace): Likewise.
1017
1018 2010-06-09 Nathan Froyd <froydnj@codesourcery.com>
1019
1020 * call.c (build_java_interface_fn_ref): Call build_function_type_list
1021 instead of build_function_type.
1022 * decl.c (cxx_init_decl_processing): Likewise.
1023 (declare_global_var): Likewise.
1024 (get_atexit_node): Likewise.
1025 (expand_static_init): Likewise.
1026 * decl2.c (start_objects): Likewise.
1027 (start_static_storage_duration_function): Likewise.
1028 * except.c (init_exception_processing): Likewise.
1029 (build_exc_ptr): Likewise.
1030 (build_throw): Likewise.
1031 * rtti.c (throw_bad_cast): Likewise.
1032 (throw_bad_typeid): Likewise.
1033 (build_dynamic_cast_1): Likewise.
1034
1035 2010-06-09 Nathan Froyd <froydnj@codesourcery.com>
1036
1037 * call.c (build_call_n): Call XALLOCAVEC instead of alloca.
1038 (build_op_delete_call): Likewise.
1039 (build_over_call): Likewise.
1040 * cp-gimplify.c (cxx_omp_clause_apply_fn): Likewise.
1041 * pt.c (process_partial_specialization): Likewise.
1042 (tsubst_template_args): Likewise.
1043 * semantics.c (finish_asm_stmt): Likewise.
1044
1045 2010-06-08 Nathan Sidwell <nathan@codesourcery.com>
1046
1047 * decl.c (record_key_method_defined): New, broken out of ...
1048 (finish_function): ... here. Call it.
1049 (start_decl): Treat aliases as definitions.
1050
1051 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1052
1053 * typeck2.c (abstract_virtuals_error): Use typed GC allocation.
1054
1055 * pt.c (maybe_process_partial_specialization): Likewise.
1056 (register_specialization): Likewise.
1057 (add_pending_template): Likewise.
1058 (lookup_template_class): Likewise.
1059 (push_tinst_level): Likewise.
1060
1061 * parser.c (cp_lexer_new_main): Likewise.
1062 (cp_lexer_new_from_tokens): Likewise.
1063 (cp_token_cache_new): Likewise.
1064 (cp_parser_context_new): Likewise.
1065 (cp_parser_new): Likewise.
1066 (cp_parser_nested_name_specifier_opt): Likewise.
1067 (cp_parser_template_id): Likewise.
1068
1069 * name-lookup.c (binding_entry_make): Likewise.
1070 (binding_table_construct): Likewise.
1071 (binding_table_new): Likewise.
1072 (cxx_binding_make): Likewise.
1073 (pushdecl_maybe_friend): Likewise.
1074 (begin_scope): Likewise.
1075 (push_to_top_level): Likewise.
1076
1077 * lex.c (init_reswords): Likewise.
1078 (retrofit_lang_decl): Likewise.
1079 (cxx_dup_lang_specific_decl): Likewise.
1080 (copy_lang_type): Likewise.
1081 (cxx_make_type): Likewise.
1082
1083 * decl.c (make_label_decl): Likewise.
1084 (check_goto): Likewise.
1085 (start_preparsed_function): Likewise.
1086 (save_function_data): Likewise.
1087
1088 * cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Likewise.
1089
1090 * cp-objcp-common.c (decl_shadowed_for_var_insert): Likewise.
1091
1092 * class.c (finish_struct_1): Likewise.
1093
1094 * cp-tree.h (struct lang_type): Add variable_size GTY option.
1095 (struct lang_decl): Likewise.
1096
1097 * parser.c (cp_parser_new): Update comment to not reference
1098 ggc_alloc.
1099
1100 2010-06-07 Jason Merrill <jason@redhat.com>
1101
1102 PR c++/44366
1103 * error.c (dump_parameters): Mask out TFF_SCOPE.
1104 (dump_simple_decl): Don't print the scope of a PARM_DECL.
1105 (dump_scope): Remove no-op mask.
1106
1107 PR c++/44401
1108 * parser.c (cp_parser_lookup_name): Fix naming the constructor.
1109
1110 * cp-tree.h (COMPLETE_OR_OPEN_TYPE_P): New macro.
1111 * init.c (build_offset_ref): Use it.
1112 * pt.c (maybe_process_partial_specialization): Use it.
1113 (instantiate_class_template): Use it.
1114 * search.c (lookup_base): Use it.
1115
1116 2010-06-07 Jakub Jelinek <jakub@redhat.com>
1117
1118 PR c++/44444
1119 * expr.c (mark_exp_read): Handle INDIRECT_REF.
1120 * cvt.c (convert_to_void): Handle INDIRECT_REF like
1121 handled_component_p.
1122
1123 PR c++/44443
1124 * decl.c (initialize_local_var): If TREE_USED is set on the type,
1125 set also DECL_READ_P on the decl.
1126
1127 2010-05-25 Dodji Seketeli <dodji@redhat.com>
1128
1129 PR c++/44188
1130 * cp-tree.h (typedef_variant_p): Move this declaration to
1131 gcc/tree.h.
1132 * tree.c (typedef_variant_p): Move this definition to gcc/tree.c.
1133 * decl.c (grokdeclarator): Do not rename debug info of an
1134 anonymous tagged type named by a typedef.
1135
1136 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
1137
1138 PR c++/44086
1139 * class.c (check_field_decls): Move the call to
1140 check_bitfield_decl before trying to set the
1141 CLASSTYPE_READONLY_FIELDS_NEED_INIT flag.
1142
1143 2010-06-05 Steven Bosscher <steven@gcc.gnu.org>
1144
1145 * typeck.c: Update include path for moved files.
1146 * decl.c: Likewise.
1147 * rtti.c: Likewise.
1148 * cp-gimplify.c: Likewise.
1149 * cp-lang.c: Likewise.
1150 * pt.c: Likewise.
1151 * semantics.c: Likewise.
1152 * cxx-pretty-print.h: Likewise.
1153 * decl2.c: Likewise.
1154 * parser.c: Likewise.
1155 * cp-objcp-common.c: Likewise.
1156 * cp-tree.h: Likewise.
1157 * name-lookup.c: Likewise.
1158 * lex.c: Likewise.
1159 * name-lookup.h: Likewise.
1160 * config-lang.in: Update paths in gtfiles for files in c-family/.
1161 * Make-lang.in: Likewise.
1162
1163 2010-06-04 Magnus Fromreide <magfr@lysator.liu.se>
1164
1165 * cvt.c (cp_convert_to_pointer): Use null_ptr_cst_p.
1166 * typeck.c (build_ptrmemfunc): Likewise.
1167
1168 2010-06-04 Jason Merrill <jason@redhat.com>
1169
1170 * typeck2.c (merge_exception_specifiers): Adjust merging of
1171 throw() and noexcept(true).
1172
1173 * pt.c (value_dependent_expression_p) [NOEXCEPT_EXPR]: Avoid
1174 using an uninitialized variable.
1175
1176 * cxx-pretty-print.c (pp_cxx_unary_expression): Handle NOEXCEPT_EXPR.
1177 (pp_cxx_expression): Likewise.
1178
1179 Implement noexcept-specification (15.4)
1180 * parser.c (cp_parser_exception_specification_opt): Parse it.
1181 Give -Wdeprecated warning about throw() specs.
1182 * pt.c (tsubst_exception_specification): Handle it.
1183 * error.c (dump_exception_spec): Handle it.
1184 (dump_expr): Handle NOEXCEPT_EXPR.
1185 * cxx-pretty-print.c (pp_cxx_exception_specification): Likewise.
1186 * typeck.c (comp_except_specs): Handle compatibility rules.
1187 Change exact parm to take an enum.
1188 * typeck2.c (merge_exception_specifiers): Handle noexcept.
1189 * except.c (nothrow_spec_p, type_noexcept_p): New fns.
1190 (type_throw_all_p, build_noexcept_spec): New fns.
1191 * cp-tree.h (TYPE_NOTHROW_P, TYPE_NOEXCEPT_P): Use them.
1192 (comp_except_specs): Define ce_derived, ce_normal, ce_exact enums.
1193 (cp_tree_index): Add CPTI_NOEXCEPT_TRUE_SPEC, CPTI_NOEXCEPT_FALSE_SPEC.
1194 (noexcept_true_spec, noexcept_false_spec): New macros.
1195 * name-lookup.c (pushdecl_maybe_friend): Adjust.
1196 * search.c (check_final_overrider): Adjust.
1197 * decl.c (check_redeclaration_exception_specification): Adjust.
1198 (use_eh_spec_block): Use type_throw_all_p.
1199 (cxx_init_decl_processing): Set noexcept_false_spec,noexcept_true_spec.
1200 Give operator new a noexcept-specification in C++0x mode.
1201 * tree.c (build_exception_variant, cxx_type_hash_eq): Adjust.
1202 (cp_build_type_attribute_variant): Don't test TYPE_RAISES_EXCEPTIONS.
1203
1204 Implement noexcept operator (5.3.7)
1205 * cp-tree.def (NOEXCEPT_EXPR): New.
1206 * except.c (check_noexcept_r, finish_noexcept_expr): New.
1207 * cp-tree.h: Declare finish_noexcept_expr.
1208 * parser.c (cp_parser_unary_expression): Parse noexcept-expression.
1209 * pt.c (tsubst_copy_and_build): And tsubst it.
1210 (type_dependent_expression_p): Handle it.
1211 (value_dependent_expression_p): Handle it.
1212
1213 * call.c (build_conditional_expr): Never fold in unevaluated context.
1214 * tree.c (build_aggr_init_expr): Propagate TREE_NOTHROW.
1215 * semantics.c (simplify_aggr_init_expr): Likewise.
1216 * typeck.c (merge_types): Call merge_exception_specifiers.
1217 * decl.c (duplicate_decls): Check DECL_SOURCE_LOCATION rather than
1218 DECL_ANTICIPATED for preferring new type.
1219
1220 2010-06-04 Joseph Myers <joseph@codesourcery.com>
1221
1222 * g++spec.c (lang_specific_driver): Use GCC-specific formats in
1223 diagnostics.
1224
1225 2010-06-04 Jakub Jelinek <jakub@redhat.com>
1226
1227 PR c++/44412
1228 * typeck.c (build_class_member_access_expr): Call mark_exp_read
1229 on object for static data members.
1230
1231 2010-06-04 Jakub Jelinek <jakub@redhat.com>
1232 Jason Merrill <jason@redhat.com>
1233
1234 PR c++/44362
1235 * call.c (build_conditional_expr): If both arg2 and arg3 are lvalues
1236 with the same type, call mark_lvalue_use on both.
1237
1238 2010-06-03 Nathan Froyd <froydnj@codesourcery.com>
1239
1240 * class.c (struct vtbl_init_data_s): Remove last_init field.
1241 (struct secondary_vptr_vtt_init_data_s): Change type of inits field
1242 to a VEC.
1243 (finish_vtbls): Use a VEC rather than a TREE_LIST for the accumulated
1244 initializers.
1245 (build_vtt): Likewise.
1246 (initialize_vtable): Take a VEC instead of a tree.
1247 (build_vtt_inits): Change return type to void. Take a VEC **
1248 instead of a tree *; accumulate results into said VEC.
1249 (build_ctor_vtbl_group): Use a VEC rather than a TREE_LIST for the
1250 accumulated initializers. Pass the vtable to accumulate_vtbl_inits.
1251 (accumulate_vtbl_inits): Add extra vtable tree parameter; take a VEC
1252 instead of a tree.
1253 (dfs_accumulate_vtbl_inits): Likewise. Change return type to void.
1254 (build_vtbl_initializer): Add VEC parameter; accumulate initializers
1255 into it.
1256 (dfs_build_secondary_vptr_vtt_inits): Use CONSTRUCTOR_APPEND_ELT
1257 rather than tree_cons.
1258 (build_vbase_offset_vtbl_entries): Likewise.
1259 (add_vcall_offset): Likewise.
1260 (build_rtti_vtbl_entries): Likewise.
1261 * cp-tree.h (initialize_artificial_var): Take a VEC instead of a tree.
1262 * decl.c (initialize_artificial_var): Use build_constructor instead
1263 of build_constructor_from_list.
1264
1265 2010-06-03 H.J. Lu <hongjiu.lu@intel.com>
1266
1267 PR c++/44294
1268 * class.c (layout_class_type): Check MAX_FIXED_MODE_SIZE on
1269 bit-field.
1270
1271 2010-06-02 Jonathan Wakely <jwakely.gcc@gmail.com>
1272
1273 * parser.c (cp_parser_mem_initializer_list): Change error text.
1274
1275 2010-06-02 Jakub Jelinek <jakub@redhat.com>
1276
1277 * cp-objcp-common.c (shadowed_var_for_decl): Change into
1278 tree_decl_map hashtab from tree_map.
1279 (decl_shadowed_for_var_lookup, decl_shadowed_for_var_insert): Adjust.
1280 (init_shadowed_var_for_decl): Adjust initialization.
1281
1282 PR c++/44361
1283 * cvt.c (convert_to_void): If implicit is NULL, call mark_rvalue_use
1284 instead of calling mark_exp_read only when not an assignment.
1285
1286 PR debug/44367
1287 * semantics.c (finalize_nrv): Don't copy DECL_ARTIFICIAL, DECL_IGNORED_P,
1288 DECL_SOURCE_LOCATION and DECL_ABSTRACT_ORIGIN from var to result.
1289 Set DECL_VALUE_EXPR on var.
1290
1291 2010-06-02 Jason Merrill <jason@redhat.com>
1292
1293 * error.c (dump_type): Improve typedef handling.
1294
1295 PR c++/9726
1296 PR c++/23594
1297 PR c++/44333
1298 * name-lookup.c (same_entity_p): New.
1299 (ambiguous_decl): Multiple declarations of the same entity
1300 are not ambiguous.
1301
1302 2010-06-01 Jason Merrill <jason@redhat.com>
1303
1304 DR 990
1305 * call.c (add_list_candidates): Prefer the default constructor.
1306 (build_aggr_conv): Treat missing initializers like { }.
1307 * typeck2.c (process_init_constructor_record): Likewise.
1308 * init.c (expand_default_init): Use digest_init for
1309 direct aggregate initialization, too.
1310
1311 * call.c (add_list_candidates): Split out...
1312 (build_user_type_conversion_1): ...from here.
1313 (build_new_method_call): And here.
1314 (implicit_conversion): Propagate LOOKUP_NO_NARROWING.
1315
1316 PR c++/44358
1317 * call.c (build_list_conv): Set list-initialization flags properly.
1318
1319 2010-06-01 Nathan Froyd <froydnj@codesourcery.com>
1320
1321 * typeck2.c (build_x_arrow): Make types_memoized a VEC.
1322
1323 2010-06-01 Arnaud Charlet <charlet@adacore.com>
1324 Matthew Gingell <gingell@adacore.com>
1325
1326 * Make-lang.in (CXX_C_OBJS): Add c-ada-spec.o.
1327 * decl2.c: Include langhooks.h and c-ada-spec.h.
1328 (cpp_check, collect_source_refs, collect_ada_namespace,
1329 collect_all_refs): New functions.
1330 (cp_write_global_declarations): Add handling of -fdump-ada-spec.
1331 * lang-specs.h: Ditto.
1332
1333 2010-05-29 Nathan Froyd <froydnj@codesourcery.com>
1334
1335 * cp-tree.h (cp_build_function_call_nary): Declare.
1336 * typeck.c (cp_build_function_call_nary): Define.
1337 * decl.c (register_dtor_fn): Use it instead of
1338 cp_build_function_call.
1339 (cxx_maybe_build_cleanup): Likewise.
1340 * decl2.c (generate_ctor_or_dtor_function): Likewise.
1341 * except.c (do_get_exception_ptr): Likewise.
1342 (do_begin_catch): Likewise.
1343 (do_allocate_exception): Likewise.
1344 (do_free_exception): Likewise.
1345 (build_throw): Likewise. Use cp_build_function_call_vec instead
1346 of cp_build_function_call.
1347 (do_end_catch): Likewise.
1348
1349 2010-05-29 Nathan Froyd <froydnj@codesourcery.com>
1350
1351 * cp-tree.h (struct cp_decl_specifier_seq): Move type_location field up.
1352 (struct cp_declarator): Move id_loc field up.
1353
1354 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
1355
1356 * cp-tree.h (ATTRIBUTE_GCC_CXXDIAG): Remove. Require that
1357 this file is included before c-common.h. Define GCC_DIAG_STYLE
1358 before including diagnostic-core.h and toplev.h.
1359 (pedwarn_cxx98): Use ATTRIBUTE_GCC_DIAG.
1360 * pt.c: Include cp-tree.h before c-common.h.
1361
1362 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
1363
1364 * tree.c (c_register_addr_space): Add stub.
1365
1366 2010-05-28 Joseph Myers <joseph@codesourcery.com>
1367
1368 * g++spec.c (lang_specific_driver): Use fatal_error instead of
1369 fatal.
1370
1371 2010-05-28 Dodji Seketeli <dodji@redhat.com>
1372
1373 Revert fix of PR c++/44188
1374 * cp-tree.h (typedef_variant_p): Revert moving this declaration to
1375 gcc/tree.h.
1376 * tree.c (typedef_variant_p): Revert moving this definition to
1377 gcc/tree.c.
1378 * decl.c (grokdeclarator): Revert naming typedef handling.
1379
1380 2010-05-27 Joseph Myers <joseph@codesourcery.com>
1381
1382 * call.c: Include diagnostic-core.h instead of diagnostic.h.
1383 * cp-lang.c: Don't include diagnostic.h
1384 * name-lookup.c: Include diagnostic-core.h instead of
1385 diagnostic.h.
1386 (cp_emit_debug_info_for_using): Use seen_error.
1387 * optimize.c: Include diagnostic-core.h instead of diagnostic.h.
1388 * parser.c: Include diagnostic-core.h instead of diagnostic.h.
1389 * pt.c (iterative_hash_template_arg): Use seen_error.
1390 * repo.c: Include diagnostic-core.h instead of diagnostic.h.
1391 * typeck2.c: Include diagnostic-core.h instead of diagnostic.h.
1392 * Make-lang.in (cp/cp-lang.o, cp/typeck2.o, cp/call.o, cp/repo.o,
1393 cp/optimize.o, cp/parser.o, cp/name-lookup.o): Update
1394 dependencies.
1395
1396 2010-05-25 Dodji Seketeli <dodji@redhat.com>
1397
1398 PR c++/44188
1399 * cp-tree.h (typedef_variant_p): Move this declaration to
1400 gcc/tree.h.
1401 * tree.c (typedef_variant_p): Move this definition to gcc/tree.c.
1402 * decl.c (grokdeclarator): Do not rename debug info of an
1403 anonymous tagged type named by a typedef.
1404
1405 2010-05-27 Jason Merrill <jason@redhat.com>
1406
1407 PR c++/43555
1408 * decl.c (grokdeclarator) [cdk_pointer et al]: Force evaluation of
1409 anonymous VLA size.
1410
1411 2010-05-27 Kai Tietz <kai.tietz@onevision.com>
1412
1413 PR bootstrap/44287
1414 * rtti.c (emit_support_tinfos): Check for NULL_TREE.
1415 * class.c (layout_class_type): Likewise.
1416 * decl.c (finish_enum): Likewise.
1417 * mangle.c (write_builitin_type): Likewise.
1418
1419 2010-05-26 Kai Tietz <kai.tietz@onevision.com>
1420
1421 * cp-tree.h (cp_decl_specifier_seq): Add new bifield
1422 explicit_int128_p.
1423 * decl.c (grokdeclarator): Handle __int128.
1424 * parser.c (cp_lexer_next_token_is_decl_specifier_ke): Likewise.
1425 (cp_parser_simple_type_specifier): Likewise.
1426 * rtti.c (emit_support_tinfos): Add int128 nodes for rtti.
1427 * typeck.c (cp_common_type): Handle __int128.
1428 * mangle.c (integer_type_codes): Add itk_int128 and
1429 itk_unsigned_int128.
1430
1431 2010-05-26 Jason Merrill <jason@redhat.com>
1432
1433 PR c++/43382
1434 * pt.c (tsubst_pack_expansion): Don't get confused by recursive
1435 unification.
1436
1437 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
1438
1439 * cp-lang.c: Do not include expr.h.
1440
1441 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
1442
1443 * decl.c: Do not include rtl.h
1444 * semantics.c: Likewise.
1445
1446 2010-05-25 Steven Bosscher <steven@gcc.gnu.org>
1447
1448 * cp-tree.h: Do not include splay-tree.h.
1449 (struct prtmem_cst): Remove unused field and false comment.
1450 * typeck.c: Do not include rtl.h, expr.h, and tm_p.h.
1451 * optimize.c: Do not inclde rtl.h, insn-config.h, and integrate.h.
1452 * init.c: Do not include rtl.h and expr.h.
1453 * class.c: Do not include rtl.h. Include splay-tree.h.
1454 (build_clone): Use plain NULL instead of NULL_RTX.
1455 * decl.c: Do not include expr.h. Explain why rtl.h has to be
1456 included. Include splay-tree.h.
1457 * method.c: Do not include rtl.h and expr.h.
1458 (use_thunk): Use plain NULL instead of NULL_RTX.
1459 * except.c: Do not include rtl.h, expr.h, and libfuncs.h.
1460 * tree.c: Do not include rtl.h, insn-config.h, integrate.h,
1461 and target.h. Include splay-tree.h.
1462 * expr.c: Do not include rtl.h and expr.h.
1463 * pt.c: Do not include obstack.h and rtl.h.
1464 (tsubst_friend_function): Use plain NULL instead of NULL_RTX.
1465 (tsubst_decl): Likewise.
1466 (instantiate_decl): Likewise.
1467 * semantics.c: Do not include exprt.h and debug.h. Explain why
1468 rtl.h has to be included.
1469 * decl2.c: Do not include rtl.h and expr.h. Include splay-tree.h.
1470 * call.c: Do not include rtl.h and expr.h.
1471 * search.c: Do not include obstack.h and rtl.h.
1472 * friend.c: Do not include rtl.h and expr.h.
1473 * Make-lang.in: Update dependencies.
1474
1475 2010-05-25 Jakub Jelinek <jakub@redhat.com>
1476
1477 PR c++/18249
1478 * parser.c (non_integral_constant): Add NIC_NONE.
1479 (required_token): Add RT_NONE.
1480 (cp_parser_unary_expression): Initialize non_constant_p
1481 to NIC_NONE.
1482 (cp_parser_asm_definition): Initialize missing to RT_NONE.
1483 (cp_parser_primary_expression, cp_parser_postfix_expression,
1484 cp_parser_cast_expression, cp_parser_binary_expression,
1485 cp_parser_functional_cast): Fix formatting.
1486
1487 2010-05-25 Shujing Zhao <pearly.zhao@oracle.com>
1488
1489 PR c++/18249
1490 * parser.c: Remove inclusion of dyn-string.h.
1491 (non_integral_constant): New enum.
1492 (name_lookup_error): New enum.
1493 (required_token): New enum.
1494 (cp_parser_required_error): New function.
1495 (cp_parser_require): Change the type of variable token_desc to
1496 required_token and use cp_parser_required_error.
1497 (cp_parser_require_keyword): Likewise.
1498 (cp_parser_error): Use gmsgid as parameter.
1499 (cp_parser_name_lookup_error): Change the type of variable desired to
1500 name_lookup_error and put the diagnostic in the full sentences. Change
1501 caller.
1502 (cp_parser_non_integral_constant_expression): Change the type of the
1503 variable thing to non_integral_constant and put the diagnostics in
1504 full sentences. Change caller.
1505
1506 2010-05-24 Eric Botcazou <ebotcazou@adacore.com>
1507
1508 PR middle-end/44100
1509 * typeck.c (cp_build_unary_op): Fold offsetof-like computations.
1510
1511 2010-05-24 Joseph Myers <joseph@codesourcery.com>
1512
1513 * error.c (cp_diagnostic_starter): Update call to
1514 diagnostic_build_prefix.
1515 (cp_print_error_function,
1516 print_instantiation_partial_context_line): Check show_column flag
1517 in context.
1518
1519 2010-05-24 Jason Merrill <jason@redhat.com>
1520
1521 PR c++/41510
1522 * decl.c (check_initializer): Don't wrap an init-list in a
1523 TREE_LIST.
1524 * init.c (build_aggr_init): Don't assume copy-initialization if
1525 init has CONSTRUCTOR_IS_DIRECT_INIT.
1526 * call.c (build_new_method_call): Sanity check.
1527
1528 2010-05-24 Nathan Froyd <froydnj@codesourcery.com>
1529
1530 * rtti.c (tinfo_base_init): Use build_constructor instead of
1531 build_constructor_from_list. Don't cons a tree node for
1532 returning.
1533 (generic_initializer): Use build_constructor_single instead of
1534 build_constructor_from_list.
1535 (ptr_initializer): Use build_constructor instead of
1536 build_constructor_from_list
1537 (ptm_initializer): Likewise.
1538 (class_initializer): Likewise. Take varargs instead of TRAIL.
1539 (get_pseudo_ti_init): Adjust calls to class_initializer. Use
1540 build_constructor instead of build_constructor_from_list.
1541
1542 2010-05-22 Steven Bosscher <steven@gcc.gnu.org>
1543
1544 * semantics.c: Include bitmap.h.
1545 * Make-lang.in: Update dependencies.
1546
1547 2010-05-22 Jan Hubicka <jh@suse.cz>
1548
1549 * decl2.c (maybe_emit_vtables): Produce same comdat group when outputting
1550 comdat vtables.
1551 (cxx_callgraph_analyze_expr): Remove code marking vtables needed.
1552
1553 2010-05-21 Joseph Myers <joseph@codesourcery.com>
1554
1555 * cxx-pretty-print.c: Correct merge error.
1556
1557 2010-05-21 Joseph Myers <joseph@codesourcery.com>
1558
1559 * error.c: Include tree-diagnostic.h and tree-pretty-print.h.
1560 (cp_print_error_function): Use diagnostic_abstract_origin macro.
1561 (cp_printer): Handle %K here using percent_K_format.
1562 * cxx-pretty-print.c: Include tree-pretty-print.h.
1563 * Make-lang.in (cp/error.o, cp/cxx-pretty-print.o): Update
1564 dependencies.
1565
1566 2010-05-21 Steven Bosscher <steven@gcc.gnu.org>
1567
1568 * error.c, tree.c, typeck2.c, cxx-pretty-print.c, mangle.c:
1569 Clean up redundant includes.
1570
1571 2010-05-20 Paolo Carlini <paolo.carlini@oracle.com>
1572
1573 PR c++/30298
1574 * decl.c (xref_basetypes): Return false in case of ill-formed
1575 redefinition.
1576
1577 2010-05-19 Jason Merrill <jason@redhat.com>
1578
1579 * call.c (reference_binding): Use cp_build_qualified_type_real
1580 and cp_type_quals consistently.
1581 (add_function_candidate): Likewise.
1582 (build_conditional_expr): Likewise.
1583 (convert_like_real): Likewise.
1584 (type_passed_as): Likewise.
1585 * class.c (add_method): Likewise.
1586 (same_signature_p): Likewise.
1587 (layout_class_type): Likewise.
1588 * decl.c (cxx_init_decl_processing): Likewise.
1589 (cp_fname_init): Likewise.
1590 (grokdeclarator): Likewise.
1591 * decl2.c (cp_reconstruct_complex_type): Likewise.
1592 * init.c (build_new_1): Likewise.
1593 * method.c (do_build_copy_constructor): Likewise.
1594 (implicitly_declare_fn): Likewise.
1595 * pt.c (tsubst_aggr_type): Likewise.
1596 (tsubst): Likewise.
1597 * rtti.c (init_rtti_processing): Likewise.
1598 (build_headof): Likewise.
1599 (build_dynamic_cast_1): Likewise.
1600 (tinfo_base_init): Likewise.
1601 (emit_support_tinfos): Likewise.
1602 * semantics.c (capture_decltype): Likewise.
1603 * tree.c (cv_unqualified): Likewise.
1604 * typeck.c (composite_pointer_type): Likewise.
1605 (string_conv_p): Likewise.
1606
1607 * mangle.c (write_CV_qualifiers_for_type): Tweak.
1608
1609 * call.c (initialize_reference): Use CP_TYPE_CONST_P.
1610 * decl.c (start_decl): Likewise.
1611 * semantics.c (finish_compound_literal): Likewise.
1612 * typeck.c (check_return_expr): Use CP_TYPE_VOLATILE_P.
1613 (cp_type_readonly): Remove.
1614 * cp-tree.h: Remove declaration.
1615
1616 * typeck.c (merge_types): Preserve memfn quals.
1617
1618 * decl.c (grokdeclarator): Don't check quals on fn type.
1619 * typeck.c (cp_apply_type_quals_to_decl): Likewise.
1620 * tree.c (cp_build_qualified_type_real): Simplify qualifier checking.
1621
1622 PR c++/44193
1623 * typeck.c (type_memfn_quals): New fn.
1624 (apply_memfn_quals): New fn.
1625 (cp_type_quals): Return TYPE_UNQUALIFIED for FUNCTION_TYPE.
1626 (cp_type_readonly): Use cp_type_quals.
1627 * cp-tree.h: Add declarations.
1628 * tree.c (cp_build_qualified_type_real): Don't set, but do
1629 preserve, quals on FUNCTION_TYPE.
1630 (strip_typedefs): Use apply_memfn_quals and type_memfn_quals.
1631 * decl.c (build_ptrmem_type): Likewise.
1632 (grokdeclarator): Likewise.
1633 (static_fn_type): Likewise.
1634 * decl2.c (change_return_type): Likewise.
1635 (cp_reconstruct_complex_type): Likewise.
1636 * pt.c (tsubst_function_type): Likewise.
1637 (unify): Likewise.
1638 (tsubst): Likewise. Drop special FUNCTION_TYPE substitution code.
1639
1640 2010-05-18 Nathan Froyd <froydnj@codesourcery.com>
1641
1642 * tree.c (build_min_non_dep_call_vec): Update comment.
1643
1644 2010-05-17 Jason Merrill <jason@redhat.com>
1645
1646 * call.c (struct z_candidate): Add explicit_targs field.
1647 (add_template_candidate_real): Set it.
1648 (build_over_call): Use it to control init-list warning.
1649
1650 PR c++/44157
1651 * call.c (build_over_call): Limit init-list deduction warning to
1652 cases where the argument is actually an init-list.
1653
1654 PR c++/44158
1655 * call.c (build_over_call): Don't do bitwise copy for move ctor.
1656
1657 2010-05-17 Dodji Seketeli <dodji@redhat.com>
1658 Jason Merrill <jason@redhat.com>
1659
1660 PR c++/44108
1661 * decl.c (compute_array_index_type): Call mark_rvalue_use.
1662
1663 2010-05-15 Jason Merrill <jason@redhat.com>
1664
1665 * cp-tree.h (TYPE_NOEXCEPT_P): New macro.
1666 * except.c (begin_eh_spec_block): Use MUST_NOT_THROW_EXPR if
1667 TYPE_NOEXCEPT_P.
1668 (finish_eh_spec_block): Adjust.
1669
1670 2010-05-15 Jakub Jelinek <jakub@redhat.com>
1671
1672 PR c++/44148
1673 * pt.c (tsubst): Unshare template argument.
1674
1675 2010-05-15 Steven Bosscher <steven@gcc.gnu.org>
1676
1677 * decl.c: Include tree-iterator.h, as fixup for tree-inline.h changes.
1678 * Make-lang.in: Fix dependencies accordingly.
1679
1680 2010-05-14 Jason Merrill <jason@redhat.com>
1681
1682 C++ DR 475
1683 * except.c (build_throw): Simplify, adjust for DR 475.
1684
1685 PR c++/44127
1686 * except.c (dtor_nothrow): Return nonzero for type with
1687 trivial destructor.
1688
1689 PR c++/44127
1690 * cp-gimplify.c (gimplify_must_not_throw_expr): Use
1691 gimple_build_eh_must_not_throw.
1692
1693 2010-05-14 Martin Jambor <mjambor@suse.cz>
1694
1695 * cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Remove both its undef
1696 and define.
1697
1698 2010-05-14 Jonathan Wakely <jwakely.gcc@gmail.com>
1699
1700 * call.c (build_new_method_call): Change warning text.
1701 * typeck2.c (build_functional_cast): Change error text.
1702
1703 2010-05-14 Shujing Zhao <pearly.zhao@oracle.com>
1704
1705 PR c++/30566
1706 * name-lookup.c (pushdecl_maybe_friend): Avoid the warnings about
1707 shadowing the outer parameter or variables by the declaration of
1708 nested function in nested structure or class. Warn the shadowing by
1709 the declaration of nested lambda expression.
1710
1711 2010-05-13 Jason Merrill <jason@redhat.com>
1712
1713 * typeck.c (cp_build_array_ref): Factor out from...
1714 (build_array_ref): ...here. Drop complain parm.
1715 (build_new_op): Adjust.
1716 * class.c (build_vtbl_ref_1): Adjust.
1717 * decl2.c (grok_array_decl): Adjust.
1718 * cp-tree.h: Adjust prototypes.
1719
1720 2010-05-13 Jan Hubicka <jh@suse.cz>
1721
1722 * decl.c (cp_finish_decl): Do not worry about used attribute.
1723
1724 2010-05-12 Jason Merrill <jason@redhat.com>
1725
1726 * typeck.c (build_array_ref): Take complain parm.
1727 * cp-tree.h: Add it to prototype.
1728 * call.c (build_new_op): Pass it.
1729 * class.c (build_vtbl_ref): Pass it.
1730 * decl2.c (grok_array_decl): Pass it.
1731
1732 PR bootstrap/44048
1733 PR target/44099
1734 * cp-tree.def (NULLPTR_TYPE): Remove.
1735 * cp-tree.h (NULLPTR_TYPE_P): New.
1736 (SCALAR_TYPE_P): Use it.
1737 (nullptr_type_node): New.
1738 (cp_tree_index): Add CPTI_NULLPTR_TYPE.
1739 * decl.c (cxx_init_decl_processing): Call record_builtin_type on
1740 nullptr_type_node.
1741 * cvt.c (ocp_convert): Use NULLPTR_TYPE_P instead of NULLPTR_TYPE.
1742 * cxx-pretty-print.c (pp_cxx_constant): Likewise.
1743 * error.c (dump_type, dump_type_prefix, dump_type_suffix): Likewise.
1744 * mangle.c (write_type): Likewise.
1745 * name-lookup.c (arg_assoc_type): Likewise.
1746 * typeck.c (build_reinterpret_cast_1): Likewise.
1747 * rtti.c (typeinfo_in_lib_p): Likewise.
1748 (emit_support_tinfos): Remove local nullptr_type_node.
1749
1750 * cp-tree.h (UNKNOWN_TYPE): Remove.
1751 * decl.c (cxx_init_decl_processing): Use LANG_TYPE instead.
1752 * error.c (dumy_type, dump_type_prefix, dump_type_suffix): Likewise.
1753 * typeck2.c (cxx_incomplete_type_diagnostic): Likewise.
1754 * class.c (instantiate_type): Check unknown_type_node rather than
1755 UNKNOWN_TYPE.
1756 * name-lookup.c (maybe_push_decl): Likewise.
1757 * rtti.c (get_tinfo_decl_dynamic): Likewise.
1758 (get_typeid): Likewise.
1759 * semantics.c (finish_offsetof): Likewise.
1760
1761 PR c++/20669
1762 * call.c (add_template_candidate_real): If deduction fails, still
1763 add the template as a non-viable candidate.
1764 (equal_functions): Handle template candidates.
1765 (print_z_candidate): Likewise.
1766 (print_z_candidates): Likewise.
1767 (build_new_function_call): Likewise.
1768
1769 * cp-tree.h (LOOKUP_LIST_ONLY): New.
1770 * call.c (add_candidates): Enforce it.
1771 (build_new_method_call): Try non-list ctor if no viable list ctor.
1772 (build_user_type_conversion_1): Likewise.
1773
1774 * call.c (add_candidates): Distinguish between type(x) and
1775 x.operator type().
1776 (convert_class_to_reference): Set LOOKUP_NO_CONVERSION.
1777 (build_new_method_call): Give better error for conversion op.
1778
1779 * call.c (add_candidates): Add first_arg and return_type parms.
1780 Add special constructor/conversion op handling.
1781 (convert_class_to_reference): Use it.
1782 (build_user_type_conversion_1): Likewise.
1783 (build_op_call): Likewise.
1784 (build_new_method_call): Likewise.
1785 (build_new_op): Adjust.
1786 (perform_overload_resolution): Adjust.
1787
1788 2010-05-11 Paolo Carlini <paolo.carlini@oracle.com>
1789
1790 PR c++/34272
1791 PR c++/43630
1792 PR c++/34491
1793 * pt.c (process_partial_specialization): Return error_mark_node
1794 in case of unused template parameters in partial specialization.
1795
1796 2010-05-11 Jakub Jelinek <jakub@redhat.com>
1797
1798 PR c++/44062
1799 * semantics.c (finish_expr_stmt): Don't call mark_exp_read here...
1800 * cvt.c (convert_to_void): ... but here. If expr is a COMPOUND_EXPR,
1801 look at its second operand.
1802
1803 2010-05-10 Jason Merrill <jason@redhat.com>
1804
1805 PR c++/44017
1806 * semantics.c (baselink_for_fns): Revert earlier change.
1807
1808 PR c++/44045
1809 * typeck.c (cp_build_modify_expr): Complain about assignment to
1810 array from init list.
1811
1812 2010-05-10 Fabien Chêne <fabien.chene@gmail.com>
1813
1814 PR c++/43719
1815 * decl.c (check_initializer): strip array type before checking for
1816 uninitialized const or ref members.
1817
1818 2010-05-07 Fabien Chêne <fabien.chene@gmail.com>
1819
1820 PR c++/43951
1821 * init.c (diagnose_uninitialized_cst_or_ref_member_1): Returns the
1822 error count. Emit errors only if compain is true.
1823 (build_new_1): Do not return error_mark_node if
1824 diagnose_uninitialized_cst_or_ref_member_1 does not diagnose any
1825 errors. Delay the check for user-provided constructor.
1826 (perform_member_init): Adjust.
1827 * cp-tree.h (diagnose_uninitialized_cst_or_ref_member): Change the
1828 prototype.
1829
1830 2010-05-06 Magnus Fromreide <magfr@lysator.liu.se>
1831 Jason Merrill <jason@redhat.com>
1832
1833 Add support for C++0x nullptr.
1834 * cp-tree.def: Add NULLPTR_TYPE.
1835 * cp-tree.h: Add nullptr_node.
1836 (cp_tree_index): Add CPTI_NULLPTR.
1837 (SCALAR_TYPE_P): Add NULLPTR_TYPE.
1838 * call.c (null_ptr_cst_p): Handle nullptr.
1839 (standard_conversion): Likewise.
1840 (convert_arg_to_ellipsis): Likewise.
1841 * mangle.c (write_type): Likewise.
1842 * name-lookup.c (arg_assoc_type): Likewise.
1843 * parser.c (cp_parser_primary_expression): Likewise.
1844 * typeck.c (cp_build_binary_op): Likewise.
1845 (build_reinterpret_cast_1): Likewise.
1846 * error.c (dump_type): Likewise.
1847 (dump_type_prefix, dump_type_suffix): Likewise.
1848 * decl.c (cxx_init_decl_processing): Likewise.
1849 * cxx-pretty-print.c (pp_cxx_constant): Likewise.
1850 * cvt.c (ocp_convert): Likewise.
1851 * rtti.c (typeinfo_in_lib_p, emit_support_tinfos): Put
1852 nullptr_t tinfo in libsupc++.
1853
1854 2010-05-06 Jason Merrill <jason@redhat.com>
1855
1856 * semantics.c (simplify_aggr_init_expr): Use INIT_EXPR.
1857
1858 2010-04-22 Jakub Jelinek <jakub@redhat.com>
1859 Dodji Seketeli <dodji@redhat.com>
1860
1861 PR c/18624
1862 * cp-tree.h (mark_exp_read, rvalue_use, lvalue_use, type_use):
1863 Declare ...
1864 * expr.c (mark_exp_read, rvalue_use, lvalue_use, type_use): ... new fns.
1865 * typeck.c (cxx_sizeof_expr, cxx_alignof_expr): Call type_use.
1866 (decay_conversion, perform_integral_promotions): Call rvalue_use.
1867 (cp_build_unary_op): Call lvalue_use.
1868 * decl.c (unused_but_set_errorcount): New variable.
1869 (poplevel): Issue -Wunused-but-set-variable diagnostics.
1870 (duplicate_decls): Merge DECL_READ_P flags.
1871 (start_cleanup_fn): Set DECL_READ_P flag.
1872 (finish_function): Issue -Wunused-but-set-parameter diagnostics.
1873 * tree.c (rvalue): Call rvalue_use.
1874 * pt.c (convert_nontype_argument): Likewise.
1875 * semantics.c (finish_expr_stmt, finish_asm_stmt, finish_typeof,
1876 finish_decltype_type): Likewise.
1877 * call.c (convert_like_real) <ck_identity, ck_user>: Call rvalue use.
1878 (build_x_va_arg, build_new_method_call, build_over_call): Call lvalue_use
1879 or rvalue_use depending on the expr.
1880 * init.c (build_new, build_delete): Likewise.
1881 * rtti.c (build_typeid, build_dynamic_cast_1): Likewise.
1882
1883 2010-05-05 Jason Merrill <jason@redhat.com>
1884
1885 PR c++/43787
1886 * cp-gimplify.c (cp_gimplify_expr): Remove copies of empty classes.
1887 * call.c (build_over_call): Don't try to avoid INIT_EXPR copies here.
1888
1889 2010-05-04 Paolo Carlini <paolo.carlini@oracle.com>
1890
1891 PR c++/43028
1892 * pt.c (unify): Check each elt for error_mark_node.
1893
1894 2010-05-04 Jason Merrill <jason@redhat.com>
1895
1896 PR c++/38064
1897 * typeck.c (cp_build_binary_op): Allow enums for <> as well.
1898
1899 2010-05-04 Paolo Carlini <paolo.carlini@oracle.com>
1900
1901 PR c++/43705
1902 * call.c (build_new_method_call): Return error_mark_node if fns is
1903 NULL_TREE.
1904
1905 2010-05-03 Dodji Seketeli <dodji@redhat.com>
1906
1907 PR c++/43953
1908 * pt.c (most_specialized_class): Pretend we are processing
1909 a template decl during the call to coerce_template_parms.
1910
1911 2010-05-03 Jason Merrill <jason@redhat.com>
1912
1913 PR c++/42810
1914 PR c++/43680
1915 * decl.c (finish_enum): Use the TYPE_MIN_VALUE and TYPE_MAX_VALUE
1916 from the selected underlying type unless -fstrict-enums. Set
1917 ENUM_UNDERLYING_TYPE to have the restricted range.
1918 * cvt.c (type_promotes_to): Use ENUM_UNDERLYING_TYPE.
1919 * class.c (check_bitfield_decl): Likewise.
1920
1921 2010-05-01 H.J. Lu <hongjiu.lu@intel.com>
1922
1923 PR c++/43951
1924 * init.c (build_new_1): Revert the accidental checkin in
1925 revision 158918.
1926
1927 2010-04-30 Jason Merrill <jason@redhat.com>
1928
1929 PR c++/43868
1930 * cxx-pretty-print.c (pp_cxx_decl_specifier_seq): Move pmf handling...
1931 (pp_cxx_type_specifier_seq): ...here.
1932
1933 2010-04-30 Steven Bosscher <steven@gcc.gnu.org>
1934
1935 * optimize.c, parser.c, mangle.c, cp-tree.h: Do not include varray.h.
1936 * Make-lang.in: Don't include varray.h dependency in CXX_TREE_H.
1937
1938 2010-04-30 Shujing Zhao <pearly.zhao@oracle.com>
1939
1940 PR c++/43779
1941 * typeck.c (warn_args_num): New function.
1942 (convert_arguments): Use warn_args_num to print the diagnostic
1943 messages.
1944
1945 2010-04-29 Fabien Chêne <fabien.chene@gmail.com>
1946
1947 PR c++/43890
1948 * init.c (diagnose_uninitialized_cst_or_ref_member): check for
1949 user-provided constructor while recursing.
1950
1951 2010-04-28 Manuel López-Ibáñez <manu@gcc.gnu.org>
1952
1953 PR c++/9335
1954 * error.c (print_instantiation_partial_context_line): Handle
1955 recursive instantiation.
1956 (print_instantiation_partial_context): Likewise.
1957
1958 2010-04-27 Jason Merrill <jason@redhat.com>
1959
1960 * init.c (perform_member_init): Check CLASS_TYPE_P.
1961
1962 2010-04-27 Fabien Chêne <fabien.chene@gmail.com>
1963
1964 PR c++/29043
1965 * init.c (perform_member_init): check for uninitialized const or
1966 reference members, including array types.
1967
1968 2010-04-24 Jason Merrill <jason@redhat.com>
1969
1970 * tree.c (get_fns): Split out from get_first_fn.
1971 * cp-tree.h: Declare it.
1972 * search.c (shared_member_p): Use it.
1973 * semantics.c (finish_qualified_id_expr): Simplify.
1974 (finish_id_expression): Simplify.
1975
1976 * semantics.c (finish_non_static_data_member): Call maybe_dummy_object
1977 whenever object is NULL_TREE. Don't do 'this' capture here.
1978 (finish_qualified_id_expr): Pass NULL_TREE.
1979 (finish_id_expression): Likewise.
1980 (lambda_expr_this_capture): Likewise.
1981
1982 * semantics.c (finish_qualified_id_expr): Use maybe_dummy_object
1983 rather than checking current_class_ref directly.
1984 (finish_call_expr): Likewise.
1985
1986 PR c++/43856
1987 * name-lookup.c (qualify_lookup): Disqualify lambda op().
1988 * class.c (current_nonlambda_class_type): New fn.
1989 * semantics.c (nonlambda_method_basetype): New.
1990 * cp-tree.h: Declare them.
1991 * tree.c (maybe_dummy_object): Handle implicit 'this' capture.
1992
1993 * semantics.c (baselink_for_fns): Correct BASELINK_BINFO.
1994
1995 PR c++/43875
1996 * semantics.c (lambda_return_type): Complain about
1997 braced-init-list.
1998
1999 PR c++/43790
2000 * tree.c (cv_unqualified): Handle error_mark_node.
2001
2002 PR c++/41468
2003 * call.c (convert_like_real) [ck_ambig]: Just return error_mark_node
2004 if we don't want errors.
2005
2006 PR c++/41468
2007 * class.c (convert_to_base): Add complain parameter. Pass
2008 ba_quiet to lookup_base if we don't want errors.
2009 (build_vfield_ref): Pass complain to convert_to_base.
2010 * call.c (convert_like_real): Likewise.
2011 (initialize_reference): Likewise.
2012 (perform_direct_initialization_if_possible): Pass complain to
2013 convert_like_real.
2014 * cp-tree.h: Adjust.
2015
2016 2010-04-27 Fabien Chêne <fabien.chene@gmail.com>
2017 Jason Merrill <jason@redhat.com>
2018
2019 PR c++/42844
2020 * decl.c (check_for_uninitialized_const_var): Handle classes that need
2021 constructing, too.
2022 (check_initializer): Call it for classes that need constructing, too.
2023 * class.c (in_class_defaulted_default_constructor): New.
2024 * cp-tree.h: Declare it.
2025
2026 2010-04-20 Jason Merrill <jason@redhat.com>
2027
2028 PR c++/9335
2029 * init.c (constant_value_1): Treat error_mark_node as a constant
2030 if DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P is set.
2031 * cvt.c (ocp_convert): Handle getting error_mark_node from
2032 integral_constant_value.
2033 * decl.c (compute_array_index_type): Likewise.
2034
2035 2010-04-20 Dodji Seketeli <dodji@redhat.com>
2036
2037 PR c++/43800
2038 PR c++/43704
2039 * typeck.c (incompatible_dependent_types_p): If one of the
2040 compared types if not a typedef then honour their main variant
2041 equivalence.
2042
2043 2010-04-20 Jakub Jelinek <jakub@redhat.com>
2044
2045 * cp-tree.h (TYPE_REF_IS_RVALUE): Remove.
2046
2047 2010-04-19 Dodji Seketeli <dodji@redhat.com>
2048
2049 PR c++/43704
2050 * typeck.c (structural_comptypes): Test dependent typedefs
2051 incompatibility before testing for their main variant based
2052 equivalence.
2053
2054 2010-04-19 Jakub Jelinek <jakub@redhat.com>
2055
2056 * cp-tree.h (SCOPED_ENUM_P, UNSCOPED_ENUM_P, SET_SCOPED_ENUM_P): Use
2057 ENUM_IS_SCOPED bit instead of TYPE_LANG_FLAG_5.
2058
2059 2010-04-18 Eric Botcazou <ebotcazou@adacore.com>
2060
2061 * decl.c (cxx_init_decl_processing): Remove second argument in call to
2062 build_common_tree_nodes.
2063
2064 2010-04-14 Jason Merrill <jason@redhat.com>
2065
2066 PR c++/36625
2067 * parser.c (cp_parser_parenthesized_expression_list): Change
2068 is_attribute_list parm to int to indicate whether or not to
2069 handle initial identifier specially.
2070 (cp_parser_attribute_list): Use attribute_takes_identifier_p.
2071
2072 2010-04-13 Jason Merrill <jason@redhat.com>
2073
2074 * call.c (type_decays_to): Check MAYBE_CLASS_TYPE_P instead of
2075 CLASS_TYPE_P.
2076 * parser.c (cp_parser_lambda_expression): Complain about lambda in
2077 unevaluated context.
2078 * pt.c (iterative_hash_template_arg): Don't crash on lambda.
2079
2080 2010-04-12 Jason Merrill <jason@redhat.com>
2081
2082 PR c++/43641
2083 * semantics.c (maybe_add_lambda_conv_op): Use build_call_a and tweak
2084 return value directly.
2085
2086 * call.c (type_decays_to): Call cv_unqualified for non-class type.
2087
2088 2010-04-12 Fabien Chene <fabien.chene@gmail.com>
2089
2090 PR c++/25811
2091 * cp-tree.h (diagnose_uninitialized_cst_or_ref_member): Declare.
2092 * init.c (build_new_1): Check for uninitialized const members and
2093 uninitialized reference members, when using new without
2094 new-initializer. Call diagnose_uninitialized_cst_or_ref_member.
2095 (diagnose_uninitialized_cst_or_ref_member): Define, call
2096 diagnose_uninitialized_cst_or_ref_member_1.
2097 (diagnose_uninitialized_cst_or_ref_member_1): New function.
2098
2099 2010-04-12 Richard Guenther <rguenther@suse.de>
2100
2101 PR c++/43611
2102 * semantics.c (expand_or_defer_fn_1): Do not keep extern
2103 template inline functions.
2104
2105 2010-04-09 Manuel López-Ibáñez <manu@gcc.gnu.org>
2106
2107 PR c++/28584
2108 * typeck.c (cp_build_c_cast): Warn for casting integer to larger
2109 pointer type.
2110
2111 2010-04-07 Jason Merrill <jason@redhat.com>
2112
2113 PR c++/43016
2114 * decl.c (start_preparsed_function): Do defer nested functions.
2115
2116 PR c++/11094, DR 408
2117 * cp-tree.h (VAR_HAD_UNKNOWN_BOUND, SET_VAR_HAD_UNKNOWN_BOUND): New.
2118 * decl2.c (finish_static_data_member_decl): Set it.
2119 * decl.c (duplicate_decls): Propagate it.
2120 * pt.c (tsubst_decl): Don't substitute the domain of an array
2121 VAR_DECL if it's set.
2122 (regenerate_decl_from_template): Substitute it here.
2123 (type_dependent_expression_p): Return true if it's set.
2124 * semantics.c (finish_decltype_type): Instantiate such a variable.
2125 * typeck.c (cxx_sizeof_expr): Likewise.
2126 (strip_array_domain): New.
2127
2128 PR c++/43145
2129 * name-lookup.c (current_decl_namespace): Non-static.
2130 (pop_nested_namespace): Sanity check.
2131 * cp-tree.h: Declare current_decl_namespace.
2132 * decl.c (grokvardecl): Use it instead of current_namespace.
2133 (grokfndecl): Likewise.
2134
2135 PR c++/38392
2136 * pt.c (tsubst_friend_function): Instatiate a friend that has already
2137 been used.
2138
2139 * pt.c (print_template_statistics): New.
2140 * cp-tree.h: Declare it.
2141 * tree.c (cxx_print_statistics): Call it.
2142
2143 PR c++/41970
2144 * decl.c (grokvardecl): Tweak warning message.
2145 (grokfndecl): Likewise.
2146
2147 2010-04-07 Dodji Seketeli <dodji@redhat.com>
2148
2149 PR c++/42697
2150 *pt.c (tsubst_decl): Get the arguments of a specialization from
2151 the specialization template, not from the most general template.
2152
2153 2010-04-07 Dodji Seketeli <dodji@redhat.com>
2154
2155 PR c++/40239
2156 * typeck2.c (process_init_constructor_record):
2157 value-initialize members that are are not explicitely
2158 initialized.
2159
2160 2010-04-07 Jie Zhang <jie@codesourcery.com>
2161
2162 PR c++/42556
2163 * typeck2.c (split_nonconstant_init_1): Drop empty CONSTRUCTOR
2164 when all of its elements are non-constant and have been split out.
2165
2166 2010-04-06 Taras Glek <taras@mozilla.com>
2167 Jason Merrill <jason@redhat.com>
2168
2169 * parser.c (cp_parser_class_specifier): Set class location to that
2170 of IDENTIFIER_NODE instead of '{' when possible.
2171 * semantics.c (begin_class_definition): Do not overide locations
2172 with less precise ones.
2173
2174 2010-04-06 Jason Merrill <jason@redhat.com>
2175
2176 PR c++/43648
2177 * name-lookup.c (constructor_name_p): Allow X::~X even for typedefs.
2178
2179 PR c++/43621
2180 * pt.c (maybe_update_decl_type): Check the return value from
2181 push_scope.
2182
2183 2010-04-01 Jason Merrill <jason@redhat.com>
2184
2185 * decl.c (next_initializable_field): No longer static.
2186 * cp-tree.h: Declare it.
2187 * call.c (build_aggr_conv): Fail if there are more initializers
2188 than initializable fields.
2189
2190 * semantics.c (maybe_add_lambda_conv_op): Use null_pointer_node
2191 instead of void_zero_node.
2192
2193 2010-03-31 Dodji Seketeli <dodji@redhat.com>
2194
2195 PR c++/43558
2196 * cp-tree.h (TEMPLATE_TYPE_PARM_SIBLING_PARMS): New accessor macro.
2197 * pt.c (end_template_parm_list): Store sibling template parms of
2198 each TEMPLATE_TYPE_PARMs into its TEMPLATE_TYPE_PARM_SIBLING_PARMS.
2199 (push_template_decl_real): Don't store the containing template decl
2200 into the DECL_CONTEXT of TEMPLATE_TYPE_PARMs anymore.
2201 * typeck.c (get_template_parms_of_dependent_type): Get sibling parms
2202 of a TEMPLATE_TYPE_PARM from TEMPLATE_TYPE_PARM_SIBLING_PARMS.
2203 Simplify the logic.
2204
2205 2010-03-30 Jason Merrill <jason@redhat.com>
2206
2207 PR c++/43076
2208 * pt.c (push_template_decl_real): Deal better with running out of
2209 scopes before running out of template parms.
2210
2211 PR c++/41185
2212 PR c++/41786
2213 * parser.c (cp_parser_direct_declarator): Don't allow VLAs in
2214 function parameter context. Don't print an error if parsing
2215 tentatively.
2216
2217 PR c++/43559
2218 * pt.c (more_specialized_fn): Don't control cv-qualifier check
2219 with same_type_p.
2220
2221 2010-03-26 Jason Merrill <jason@redhat.com>
2222
2223 PR c++/43509
2224 * parser.c (cp_parser_qualifying_entity): Do accept enum names in
2225 c++0x mode, but not other type-names.
2226
2227 2010-03-26 Dodji Seketeli <dodji@redhat.com>
2228
2229 PR c++/43327
2230 * pt.c (add_to_template_args): Support NULL ARGS;
2231 (most_specialized_class): call coerce_template_parms on
2232 template arguments passed to get_class_bindings. Use
2233 add_to_template_args.
2234 (unify): Handle VAR_DECLs.
2235
2236 2010-03-26 Dodji Seketeli <dodji@redhat.com>
2237
2238 * cp-tree.h (get_template_parms_at_level): Change unsigned parm
2239 into int.
2240 * pt.c (get_template_parms_at_level): Adjust.
2241
2242 2010-03-25 Dodji Seketeli <dodji@redhat.com>
2243
2244 PR c++/43206
2245 * cp-tree.h (get_template_parms_at_level): Declare ...
2246 * pt.c (get_template_parms_at_level): ... new function.
2247 * typeck.c (get_template_parms_of_dependent_type): If a template
2248 type parm's DECL_CONTEXT isn't yet set, get its siblings from
2249 current_template_parms. Use get_template_parms_at_level. Remove
2250 useless test.
2251 (incompatible_dependent_types_p): If we get empty parms from just one
2252 of the template type parms we are comparing then the template parms are
2253 incompatible.
2254
2255 2010-03-24 Jason Merrill <jason@redhat.com>
2256
2257 PR c++/43502
2258 * parser.c (make_declarator): Initialize id_loc.
2259 (cp_parser_lambda_declarator_opt): And set it.
2260
2261 2010-03-23 Jason Merrill <jason@redhat.com>
2262
2263 Make lambda conversion op and op() non-static.
2264 * semantics.c (maybe_add_lambda_conv_op): Make non-static.
2265 Also add the thunk function returned by the conversion op.
2266 Mark the conversion deleted if the op() is variadic.
2267 * decl2.c (mark_used): Give helpful message about deleted conversion.
2268 * parser.c (cp_parser_lambda_declarator_opt): Don't make op() static.
2269 * semantics.c (finish_this_expr): Adjust.
2270 * mangle.c (write_closure_type_name): Adjust.
2271 * decl.c (grok_op_properties): Don't allow it.
2272 * call.c (build_user_type_conversion_1): No static conversion ops.
2273 (build_op_call): Or op().
2274
2275 * decl2.c (change_return_type): Fix 'this' quals.
2276
2277 2010-03-22 Jason Merrill <jason@redhat.com>
2278
2279 PR c++/43333
2280 * tree.c (pod_type_p): Use old meaning in C++98 mode.
2281
2282 PR c++/43281
2283 * pt.c (contains_auto_r): New fn.
2284 (do_auto_deduction): Use it.
2285 (tsubst): Don't look at TREE_TYPE of a TEMPLATE_TYPE_PARM.
2286
2287 2010-03-20 Simon Martin <simartin@users.sourceforge.net>
2288
2289 PR c++/43081:
2290 * decl2.c (grokfield): Handle invalid initializers for member
2291 functions.
2292
2293 2010-03-20 Dodji Seketeli <dodji@redhat.com>
2294
2295 PR c++/43375
2296 * method.c (make_alias_for): Avoid crashing when DECL_LANG_SPECIFIC
2297 is NULL.
2298 * decl2.c (vague_linkage_p): Likewise.
2299
2300 2010-03-18 Paolo Carlini <paolo.carlini@oracle.com>
2301
2302 PR c++/43418
2303 * parser.c (cp_parser_for_init_statement): Use NULL_TREE, not
2304 false, in the cp_parser_expression_statement call.
2305
2306 2010-03-05 Jason Merrill <jason@redhat.com>
2307
2308 * mangle.c (mangle_decl): Give name collision error even without
2309 ASM_OUTPUT_DEF.
2310
2311 2010-03-04 Marco Poletti <poletti.marco@gmail.com>
2312
2313 * pt.c (process_partial_specialization): Use error_n instead of
2314 error.
2315
2316 2010-03-03 Jason Merrill <jason@redhat.com>
2317
2318 PR c++/12909
2319 * mangle.c (mangle_decl): Handle VAR_DECL, too.
2320
2321 2010-03-03 Jason Merrill <jason@redhat.com>
2322
2323 PR c++/12909
2324 * mangle.c: Include cgraph.h.
2325 (mangle_decl): If the mangled name will change in a later
2326 ABI version, make the later mangled name an alias.
2327 * method.c (make_alias_for): Copy DECL_ARGUMENTS.
2328 * Make-lang.in (mangle.o): Depend on cgraph.h.
2329 * method.c (make_alias_for): Handle VAR_DECL, too.
2330 * decl2.c (vague_linkage_p): Rename from vague_linkage_fn_p.
2331 * tree.c (no_linkage_check): Adjust.
2332 * decl.c (maybe_commonize_var): Adjust.
2333 * cp-tree.h: Adjust.
2334
2335 2010-03-01 Marco Poletti <poletti.marco@gmail.com>
2336
2337 * pt.c (redeclare_class_template): Use error_n and inform_n.
2338
2339 2010-02-27 Mark Mitchell <mark@codesourcery.com>
2340
2341 PR c++/42748
2342 * cp-tree.h (push_tinst_level): Declare.
2343 (pop_tinst_level): Likewise.
2344 * pt.c (push_tinst_level): Give it external linkage.
2345 (pop_tinst_level): Likewise.
2346 * mangle.c (mangle_decl_string): Set the source location to that
2347 of the decl while mangling.
2348
2349 2010-02-27 Simon Martin <simartin@users.sourceforge.net>
2350
2351 PR c++/42054
2352 * pt.c (redeclare_class_template): Return false if there are erroneous
2353 template parameters.
2354
2355 2010-02-24 Manuel López-Ibáñez <manu@gcc.gnu.org>
2356
2357 * pt.c (push_tinst_level): Replace -ftemplate-depth- with
2358 -ftemplate-depth=.
2359
2360 2010-02-24 Jason Merrill <jason@redhat.com>
2361
2362 PR c++/12909
2363 * mangle.c (write_type): Give -Wabi warning for old vector mangling.
2364
2365 * class.c (layout_class_type): Don't give -Wabi warning for a bug
2366 in a previous ABI version.
2367
2368 2010-02-23 Jason Merrill <jason@redhat.com>
2369
2370 PR c++/43143
2371 * typeck2.c (digest_init_r): Accept value init of array.
2372
2373 2010-02-22 Manuel López-Ibáñez <manu@gcc.gnu.org>
2374
2375 PR c++/43126
2376 * typeck.c (convert_arguments): Update error message.
2377
2378 2010-02-22 Mike Stump <mikestump@comcast.net>
2379
2380 PR c++/43125
2381 * decl.c (duplicate_decls): Merge DECL_PRESERVE_P.
2382
2383 2010-02-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
2384
2385 PR c++/23510
2386 * error.c (print_instantiation_partial_context_line): New.
2387 (print_instantiation_partial_context): Print at most 12 contexts,
2388 skip the rest with a message.
2389
2390 2010-02-21 Dodji Seketeli <dodji@redhat.com>
2391
2392 PR c++/42824
2393 * pt.c (lookup_template_class): Better support of specialization
2394 of member of class template implicit instantiation.
2395
2396 2010-02-20 Manuel López-Ibáñez <manu@gcc.gnu.org>
2397
2398 PR c++/35669
2399 * call.c (conversion_null_warnings): Replace -Wconversion with
2400 -Wconversion-null.
2401 * cvt.c (build_expr_type_conversion): Likewise.
2402
2403 2010-02-18 Jason Merrill <jason@redhat.com>
2404
2405 PR c++/42837
2406 * class.c (create_vtable_ptr): Set DECL_PACKED if type is packed.
2407
2408 PR c++/43108
2409 * typeck.c (cp_build_binary_op): Adapt mixed complex/non handling from
2410 C build_binary_op.
2411 * cp-tree.h (WANT_VECTOR_OR_COMPLEX): Rename from WANT_VECTOR.
2412 * cvt.c (build_expr_type_conversion): Allow COMPLEX_TYPE.
2413
2414 PR c++/43070
2415 * semantics.c (finish_goto_stmt): Don't call decay_conversion.
2416
2417 PR c++/26261
2418 PR c++/43101
2419 * pt.c (tsubst_qualified_id): Do normal lookup in non-dependent scope.
2420 (maybe_update_decl_type): New fn.
2421 * parser.c (cp_parser_init_declarator): Use it.
2422
2423 PR c++/43109
2424 * semantics.c (begin_class_definition): Don't crash on unnamed ns.
2425
2426 2010-02-17 Jason Merrill <jason@redhat.com>
2427
2428 PR c++/43075
2429 * call.c (build_over_call): Don't create zero-sized assignments.
2430 * cp-gimplify.c (cp_genericize_r): Don't remove them here.
2431 * cp-objcp-common.c (cp_expr_size): Remove.
2432 * cp-tree.h: Remove prototype.
2433
2434 PR c++/43069
2435 * name-lookup.c (set_decl_namespace): Don't copy DECL_CONTEXT if the
2436 decl we looked up doesn't match.
2437
2438 PR c++/43093
2439 * cp-gimplify.c (cp_gimplify_expr) [INIT_EXPR]: Return if we don't
2440 have an INIT_EXPR anymore.
2441
2442 PR c++/43079
2443 * pt.c (convert_nontype_argument): Change assert to test.
2444
2445 2010-02-16 Jason Merrill <jason@redhat.com>
2446
2447 * cp-gimplify.c (cp_gimplify_expr): Fix error recovery.
2448
2449 PR c++/43031
2450 * cp-gimplify.c (cp_gimplify_expr) [MODIFY_EXPR]: Use
2451 VIEW_CONVERT_EXPR for conversions between structural equality types
2452 that the back end can't tell are the same.
2453
2454 PR c++/43036
2455 * tree.c (build_cplus_array_type): Set TYPE_MAIN_VARIANT to strip
2456 cv-quals from element here.
2457 (cp_build_qualified_type_real): Not here. Preserve typedef name.
2458
2459 2010-02-14 Jason Merrill <jason@redhat.com>
2460
2461 PR c++/41997
2462 * semantics.c (finish_compound_literal): Use
2463 cp_apply_type_quals_to_decl when creating a static variable.
2464
2465 2010-02-12 Jason Merrill <jason@redhat.com>
2466
2467 PR c++/43024
2468 * name-lookup.h (current_binding_level): Check for null
2469 cp_function_chain.
2470
2471 2010-02-12 Jason Merrill <jason@redhat.com>
2472
2473 PR c++/43054
2474 * tree.c (cp_tree_equal): Correct CALL_EXPR logic.
2475
2476 2010-02-12 Jakub Jelinek <jakub@redhat.com>
2477
2478 PR c++/43033
2479 * name-lookup.c (pushdecl_maybe_friend): Check default args of t
2480 instead of x.
2481
2482 2010-02-10 Jason Merrill <jason@redhat.com>
2483
2484 PR c++/41896
2485 * semantics.c (outer_lambda_capture_p): Revert.
2486 (add_capture): Only finish_member_declaration if
2487 we're in the lambda class.
2488 (register_capture_members): New.
2489 * cp-tree.h: Declare it.
2490 * parser.c (cp_parser_lambda_expression): Call it.
2491
2492 2010-02-10 Jason Merrill <jason@redhat.com>
2493
2494 PR c++/41896
2495 * semantics.c (outer_lambda_capture_p): Use current_function_decl
2496 instead of current_class_type.
2497
2498 2010-02-10 Jason Merrill <jason@redhat.com>
2499
2500 PR c++/42983, core issue 906
2501 * method.c (defaultable_fn_check): Check virtualness.
2502
2503 2010-02-10 Jason Merrill <jason@redhat.com>
2504
2505 PR c++/43016
2506 * semantics.c (maybe_add_lambda_conv_op): Set DECL_INTERFACE_KNOWN.
2507
2508 2010-02-10 Shujing Zhao <pearly.zhao@oracle.com>
2509
2510 * Make-lang.in (cp/cvt.o, cp/parser.o, cp/search.o): Depend on intl.h.
2511 * cvt.c (warn_ref_binding): Wrap the messages into G_() for easy
2512 translation.
2513 * parser.c (cp_parser_postfix_expression, cp_parser_new_type_id)
2514 (cp_parser_cast_expression, cp_parser_condition, cp_parser_decltype)
2515 (cp_parser_parameter_declaration)
2516 (cp_parser_exception_specification_opt)
2517 (cp_parser_exception_declaration): Likewise.
2518 * pt.c (check_default_tmpl_args): Likewise.
2519 * search.c (lookup_field_r): Likewise.
2520
2521 2010-02-09 Jason Merrill <jason@redhat.com>
2522
2523 PR c++/42399
2524 * pt.c (tsubst_copy_and_build): Propagate LAMBDA_EXPR_LOCATION.
2525
2526 2010-02-09 Jason Merrill <jason@redhat.com>
2527
2528 PR c++/42370
2529 * decl2.c (change_return_type): New fn.
2530 * semantics.c (apply_lambda_return_type): Use it.
2531 * cp-tree.h: Declare it.
2532
2533 2010-02-05 Richard Guenther <rguenther@suse.de>
2534
2535 * Make-lang.in (cp/cp-lang.o): Depend on gt-cp-cp-lang.h.
2536 * cp-lang.c: Include gt-cp-cp-lang.h.
2537 * config-lang.in (gtfiles): Add cp/cp-lang.c.
2538
2539 2010-02-05 Dodji Seketeli <dodji@redhat.com>
2540
2541 PR c++/42915
2542 * typeck.c (get_template_parms_of_dependent_type): Try getting
2543 the template parameters fromt the type itself first.
2544
2545 2010-02-03 Jason Merrill <jason@redhat.com>
2546
2547 PR c++/4926
2548 PR c++/38600
2549 * mangle.c (write_unqualified_id): Split out from write_expression.
2550 (write_unqualified_name): Call it.
2551 (write_member_name): Likewise.
2552 (write_expression): Support TEMPLATE_ID_EXPR.
2553 Disambiguate operator names.
2554
2555 PR c++/12909
2556 * mangle.c (write_type) [VECTOR_TYPE]: Change mangling with
2557 -fabi-version=4.
2558
2559 2010-02-02 Jason Merrill <jason@redhat.com>
2560
2561 PR c++/41090
2562 * decl.c (cp_finish_decl): Add local statics to cfun->local_decls.
2563 * optimize.c (clone_body): Remap their initializers when making base
2564 variants.
2565 (maybe_clone_body): Complain if multiple clones aren't safe.
2566
2567 2010-01-29 Dodji Seketeli <dodji@redhat.com>
2568
2569 PR c++/42758
2570 PR c++/42634
2571 PR c++/42336
2572 PR c++/42797
2573 PR c++/42880
2574 * cp-tree.h (NON_DEFAULT_TEMPLATE_ARGS_COUNT,
2575 SET_NON_DEFAULT_TEMPLATE_ARGS_COUNT,
2576 GET_NON_DEFAULT_TEMPLATE_ARGS_COUNT): New accessor macros.
2577 * pt.c (coerce_template_parms, type_unification_real,
2578 expand_template_argument_pack, coerce_template_parameter_pack):
2579 Set the non default template args count.
2580 (current_template_args): Always set non defaulted
2581 template args count when compiled with --enable-checking
2582 (tsubst_template_args, type_unification_real): Propagate the non
2583 defaulted template args count.
2584 * error.c (get_non_default_template_args_count): Renamed
2585 count_non_default_template_args into this. Don't calculate the
2586 non default template argument count anymore. Use the new
2587 accessor macros above to get it.
2588 (dump_template_argument_list, dump_type, dump_decl,
2589 dump_template_parms): Adjust.
2590 * parser.c (cp_parser_template_argument_list): Always set defaulted
2591 template args count when compiled with --enable-checking.
2592
2593 2010-01-29 Shujing Zhao <pearly.zhao@oracle.com>
2594
2595 * decl.c (redeclaration_error_message): Wrap the return messages into
2596 G_() for easy translation.
2597
2598 2010-01-28 Jason Merrill <jason@redhat.com>
2599
2600 PR c++/42880
2601 * semantics.c (begin_class_definition): Don't use type_as_string.
2602
2603 2010-01-28 Dodji Seketeli <dodji@redhat.com>
2604
2605 PR c++/42713
2606 PR c++/42820
2607 * typeck.c (get_template_parms_of_dependent_type): Factorized
2608 this out of incompatible_template_type_parms_p
2609 (incompatible_dependent_types_p): Renamed
2610 incompatible_template_type_parms_p into this. Make it detect
2611 two incompatible dependent typedefs too.
2612 (structural_comptypes): Use incompatible_dependent_types_p.
2613 * pt.c (get_template_info):
2614 Handle BOUND_TEMPLATE_TEMPLATE_PARAM.
2615
2616 2010-01-20 Janis Johnson <janis187@us.ibm.com>
2617 Jason Merrill <jason@redhat.com>
2618
2619 * mangle.c (write_type): Mangle transparent record as member type.
2620 * semantics.c (begin_class_definition): Recognize decimal classes
2621 and set TYPE_TRANSPARENT_AGGR.
2622
2623 2010-01-20 Jason Merrill <jason@redhat.com>
2624
2625 PR c++/42338
2626 * mangle.c (write_expression): Handle tree codes that have extra
2627 arguments in the middle-end.
2628
2629 2010-01-20 Paolo Carlini <paolo.carlini@oracle.com>
2630
2631 PR c++/42038
2632 * except.c (expand_start_catch_block): Deal correctly with
2633 do_begin_catch returning error_mark_node.
2634
2635 2010-01-20 Jason Merrill <jason@redhat.com>
2636
2637 PR c++/41788
2638 * class.c (layout_class_type): Set packed_maybe_necessary for packed
2639 non-PODs.
2640
2641 PR c++/41920
2642 * semantics.c (build_lambda_object): Call mark_used on captured
2643 variables.
2644
2645 PR c++/40750
2646 * decl.c (grokdeclarator): Clear type_quals for a member function
2647 declared using a typedef. Don't complain about adding cv-quals
2648 to a function typedef in C++0x mode.
2649
2650 2010-01-20 Jakub Jelinek <jakub@redhat.com>
2651
2652 * decl.c (create_array_type_for_decl): Remove set but not used
2653 variable error_msg. Remove break stmts after return stmts.
2654
2655 2010-01-19 Dodji Seketeli <dodji@redhat.com>
2656
2657 * error.c (dump_template_parms, count_non_default_template_args):
2658 Revert fix of PR c++/42634.
2659
2660 2010-01-18 Dodji Seketeli <dodji@redhat.com>
2661
2662 PR c++/42634
2663 * error.c (dump_template_parms): Use innermost template
2664 arguments before calling count_non_default_template_args.
2665 (count_non_default_template_args): We are being called with
2666 template innermost arguments now. There is no need to ensure
2667 that again.
2668
2669 2010-01-18 Dodji Seketeli <dodji@redhat.com>
2670
2671 PR c++/42766
2672 * cvt.c (build_expr_type_conversion): Look through OVERLOAD.
2673
2674 2010-01-17 Dodji Seketeli <dodji@redhat.com>
2675
2676 PR c++/42697
2677 *pt.c (tsubst_decl): Revert commit for PR c++/42697.
2678
2679 2010-01-17 Dodji Seketeli <dodji@redhat.com>
2680
2681 PR c++/42697
2682 *pt.c (tsubst_decl): Get the arguments of a specialization from
2683 the specialization template, not from the most general template.
2684
2685 2010-01-16 Jason Merrill <jason@redhat.com>
2686
2687 PR c++/42761
2688 * semantics.c (finish_decltype_type): Within a template, treat
2689 unresolved CALL_EXPR as dependent.
2690
2691 2010-01-15 Dodji Seketeli <dodji@redhat.com>
2692
2693 * error.c (dump_template_parms,count_non_default_template_args):
2694 Revert changes of PR c++/42634.
2695
2696 2010-01-14 Jakub Jelinek <jakub@redhat.com>
2697
2698 PR middle-end/42674
2699 * decl.c (finish_function): Don't emit -Wreturn-type warnings in
2700 functions with noreturn attribute.
2701
2702 2010-01-14 Jason Merrill <jason@redhat.com>
2703
2704 PR c++/42701
2705 * call.c (build_new_method_call): Don't free the vec here.
2706
2707 PR c++/42655
2708 * call.c (convert_like_real): Do full decay_conversion for ck_rvalue.
2709
2710 2010-01-13 Dodji Seketeli <dodji@redhat.com>
2711
2712 PR c++/42634
2713 * error.c (dump_template_parms): Use innermost template
2714 arguments before calling count_non_default_template_args.
2715 (count_non_default_template_args): We are being called with
2716 template innermost arguments now. There is no need to ensure
2717 that again.
2718
2719 2010-01-07 Dodji Seketeli <dodji@redhat.com>
2720
2721 c++/40155
2722 * pt.c (unify_pack_expansion): In non-deduced contexts, re-use template
2723 arguments that were previously deduced.
2724
2725 2010-01-05 Jason Merrill <jason@redhat.com>
2726
2727 * pt.c (unify_pack_expansion): Handle deduction from init-list.
2728 * call.c (build_over_call): Don't complain about it.
2729
2730 2010-01-04 Jason Merrill <jason@redhat.com>
2731
2732 PR c++/42555
2733 * pt.c (tsubst_decl): Don't apply type attributes in place.
2734
2735 PR c++/42567
2736 * semantics.c (describable_type): Remove decltype comment and
2737 semantics.
2738
2739
2740 \f
2741 Copyright (C) 2010 Free Software Foundation, Inc.
2742
2743 Copying and distribution of this file, with or without modification,
2744 are permitted in any medium without royalty provided the copyright
2745 notice and this notice are preserved.
2746