OSDN Git Service

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