OSDN Git Service

PR c++/42013
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2009-11-12  Jason Merrill  <jason@redhat.com>
2
3         PR c++/42013
4         * call.c (build_conditional_expr): Check specifically for folding
5         to CALL_EXPR rather than TREE_SIDE_EFFECTS.
6
7 2009-11-12  Jason Merrill  <jason@redhat.com>
8
9         * typeck.c (cv_qualified_p): New fn.
10         (decay_conversion): Use it.
11         * cp-tree.h: Declare it.
12         * tree.c (rvalue): Use it and cv_unqualified.
13         * init.c (build_aggr_init): Likewise.
14
15 2009-11-12  Jason Merrill  <jason@redhat.com>
16
17         PR c++/42013
18         * call.c (build_conditional_expr): Don't fold a TREE_SIDE_EFFECTS
19         COND_EXPR in unevaluated context.
20
21 2009-11-12  Jan Hubicka  <jh@suse.cz>
22
23         * decl2.c (constrain_visibility): Clear WEAK and COMMON flags.
24
25 2009-11-11  Jason Merrill  <jason@redhat.com>
26
27         PR c++/39131
28         * rtti.c (emit_support_tinfos): Add DFP types.
29
30 2009-11-11  Jason Merrill  <jason@redhat.com>
31
32         * call.c (build_op_delete_call): Downgrade error about
33         placement/non-placement confusion to permerror.
34
35 2009-11-10  Jason Merrill  <jason@redhat.com>
36
37         * call.c (build_op_delete_call): Tweak error.
38
39         PR c++/34158
40         PR c++/36406
41         * call.c (non_placement_deallocation_fn_p): Split out...
42         (build_op_delete_call): ...from here.  Use instantiate_type
43         for placement delete.  Simplify logic.
44         * pt.c (primary_template_instantiation_p): Non-static.
45         * cp-tree.h: Declare it.
46
47 2009-11-09  Jason Merrill  <jason@redhat.com>
48
49         PR c++/41972
50         * parser.c (cp_parser_template_argument): Accept SCOPE_REF around
51         VAR_DECL.
52
53         PR c++/41994
54         * pt.c (tsubst_baselink): tsubst the name.
55
56 2009-11-07  Jason Merrill  <jason@redhat.com>
57
58         PR c++/37920
59         * pt.c (tsubst) [TYPEOF_TYPE]: Set cp_unevaluated_operand.
60
61         PR c++/18451
62         PR c++/40738
63         * cp-tree.h (cp_decl_specifier_seq): Add any_type_specifiers_p.
64         * parser.c (cp_parser_single_declaration): Call
65         cp_parser_parse_and_diagnose_invalid_type_name here, too.
66         (cp_parser_parameter_declaration): And here.
67         (cp_parser_parse_and_diagnose_invalid_type_name): Be
68         less picky about declarator form.  Don't skip to
69         the end of the block if we're in a declarator.
70         (cp_parser_decl_specifier_seq): Set any_type_specifiers_p.
71         (cp_parser_simple_declaration): Check it.
72         (cp_parser_member_declaration): Likewise.
73         (cp_parser_diagnose_invalid_type_name): Tweak error message.
74         (cp_parser_expression_statement): Likewise.
75         * decl2.c (grokfield): Mention decltype instead of typeof.
76
77 2009-11-06  Jason Merrill  <jason@redhat.com>
78
79         PR c++/15946
80         * parser.c (cp_parser_check_template_parameters): Don't talk about
81         specialization at function scope.
82         (cp_parser_diagnose_invalid_type_name): Handle dependent scope.
83         (cp_parser_parse_and_diagnose_invalid_type_name): Likewise.
84         (cp_parser_expression_statement): Suggest typename.
85         * error.c (dump_decl) [SCOPE_REF]: Print the type here.
86         (dump_expr) [SCOPE_REF]: Call it.
87         (dump_type) [UNBOUND_CLASS_TEMPLATE]: Check TFF_UNQUALIFIED_NAME.
88         * cxx-pretty-print.c (pp_cxx_unqualified_id): Print class template
89         args.
90
91         PR c++/9381
92         * decl2.c (build_memfn_type): Preserve attributes.
93         (cp_reconstruct_complex_type): Likewise.
94         (maybe_retrofit_in_chrg): Likewise.
95         * class.c (adjust_clone_args): Likewise.
96         * call.c (standard_conversion): Use build_memfn_type.
97         * pt.c (tsubst): Likewise.
98         * decl.c (build_ptrmem_type): Likewise
99         (check_function_type): Preserve attributes.
100         * tree.c (cp_build_type_attribute_variant): Propagate exception
101         specs on METHOD_TYPE, too.
102         (strip_typedefs): Preserve exception specs and attributes.
103
104 2009-11-06  Andrew Pinski  <andrew_pinski@playstation.sony.com>
105
106         PR c++/41536
107         * optimize.c (maybe_clone_body): Copy DECL_ATTRIBUTES and
108         DECL_DISREGARD_INLINE_LIMITS also.
109
110 2009-11-06  Jakub Jelinek  <jakub@redhat.com>
111
112         PR c++/41967
113         * parser.c (cp_parser_omp_for_loop): After diagnosing not perfectly
114         nested loop and parsing statements, don't cp_parser_require }, instead
115         exit the loop if next token is CPP_EOF.
116
117 2009-11-05  Jason Merrill  <jason@redhat.com>
118
119         PR c++/34180
120         * method.c (do_build_copy_constructor): Don't drop cv-quals from
121         the field type.
122
123         PR c++/7046
124         * class.c (finish_struct): Store maximum_field_alignment in
125         TYPE_PRECISION.
126         * pt.c (instantiate_class_template): Set maximum_field_alignment.
127
128         PR c++/34870
129         * name-lookup.c (arg_assoc_class): Call complete_type.
130         * pt.c (instantiate_class_template): Call uses_template_parms
131         instead of dependent_type_p.
132
133         PR c++/41703
134         * pt.c (check_undeduced_parms): New subroutine of...
135         (more_specialized_fn): ...here.  Undeduced template parms can make
136         a template less specialized than another.
137
138 2009-11-04  Jason Merrill  <jason@redhat.com>
139
140         PR c++/39413
141         * search.c (lookup_base): Don't complete_type (base).
142
143         PR c++/35067
144         * method.c (use_thunk): Check DECL_WEAK as well as
145         DECL_ONE_ONLY.
146
147         PR c++/17365, DR 218
148         * name-lookup.c (add_function): Ignore non-functions.
149
150 2009-11-03  Jason Merrill  <jason@redhat.com>
151
152         PR c++/36959
153         * decl2.c (cxx_callgraph_analyze_expr): Don't reference a function
154         just because a static variable in it is needed unless -frepo.
155
156         PR c++/41876
157         * parser.c (cp_parser_type_specifier_seq): Rename is_condition to
158         is_declaration.
159         (cp_parser_exception_declaration): Pass true.
160         (cp_parser_omp_for_loop): Likewise.
161
162         PR c++/41927
163         * typeck.c (build_x_binary_op): Don't do warn_parentheses
164         if we're in a SFINAE context.
165
166         PR c++/41815
167         * call.c (build_call_a): Strip cv-quals from rvalue result.
168
169         PR c++/40944
170         * call.c (initialize_reference): Add complain parm.
171         * typeck.c (convert_for_initialization): Pass it.
172         * decl.c (grok_reference_init): Likewise.
173         * cp-tree.h: Declare it.
174
175         PR c++/40687
176         * pt.c (do_auto_deduction): Diagnose inconsistent deduction.
177
178 2009-11-02  Dodji Seketeli  <dodji@redhat.com>
179
180         PR c++/37093
181         * pt.c (check_valid_ptrmem_cst_expr): New function.
182         (convert_nontype_argument): Use it to output an error for
183         illegal pointer to member expressions used as template arguments.
184
185 2009-11-02  Jason Merrill  <jason@redhat.com>
186
187         Restrict DR 757 change to C++0x mode.
188         * decl2.c (mark_used): Check cxx_dialect.
189         * decl.c (grokfndecl): Do check type linkage in C++98 mode.
190         (grokvardecl): Likewise.
191         * pt.c (check_instantiated_arg): Likewise.
192
193 2009-11-02  Jakub Jelinek  <jakub@redhat.com>
194
195         PR c++/41774
196         * name-lookup.c (handle_namespace_attrs): Pass 1 as last argument to
197         push_visibility.
198         * parser.c (cp_parser_namespace_definition): Pass 1 as argument to
199         pop_visibility.
200         * rtti.c (push_abi_namespace): Pass 2 as last argument to
201         push_visibility.
202         (pop_abi_namespace): Pass 2 as argument to pop_visibility.
203
204 2009-10-31  Jason Merrill  <jason@redhat.com>
205
206         * tree.c (cv_unqualified): New fn.
207         * cp-tree.h: Declare it.
208         * typeck.c (decay_conversion): Use it instead of TYPE_MAIN_VARIANT.
209
210         * rtti.c (tinfo_name): Fix lengths for private case.
211
212 2009-10-31  Jason Merrill  <jason@redhat.com>
213
214         PR c++/41754
215         * call.c (compare_ics): Avoid bad union use when
216         comparing two ck_lists.
217
218 2009-10-30  Jerry Quinn  <jlquinn@optonline.net>
219
220         * mangle.c (mangle_type_string_for_rtti): Reapply 153734.
221         (needs_fake_anon): Likewise.
222         (write_name): Likewise.
223         (write_nested_name): Likewise.
224         * cp-tree.h (mangle_type_string_for_rtti): Likewise.
225         (get_anonymous_namespace): Likewise.
226         * name-lookup.c (get_anonymous_namespace_name): Likewise.
227         * rtti.c (tinfo_name): Likewise, with +1 in the second
228         build_string call fixed.
229         (tinfo_base_init): Likewise.
230
231 2009-10-30  Jason Merrill  <jason@redhat.com>
232
233         Revert:
234         * decl.c (cp_fname_init): Correct build_string argument.
235
236 2009-10-30  Jerry Quinn  <jlquinn@optonline.net>
237
238         * mangle.c (mangle_type_string_for_rtti): Revert 153734.
239         (needs_fake_anon): Likewise.
240         (write_name): Likewise.
241         (write_nested_name): Likewise.
242         * cp-tree.h (mangle_type_string_for_rtti): Likewise.
243         (get_anonymous_namespace): Likewise.
244         * name-lookup.c (get_anonymous_namespace_name): Likewise.
245         * rtti.c (tinfo_name): Likewise.
246         (tinfo_base_init): Likewise.
247
248 2009-10-30  Dodji Seketeli  <dodji@redhat.com>
249
250         PR c++/41863
251         * pt.c (iterative_hash_template_arg): articifial parms
252         don't have DECL_PARM_INDEX set. Do not hash it.
253
254 2009-10-28  Jerry Quinn  <jlquinn@optonline.net>
255
256         * mangle.c (mangle_type_string_for_rtti): Revert r149964.
257         (needs_fake_anon): Likewise.
258         (write_name): Likewise.
259         (write_nested_name): Likewise.
260         * cp-tree.h (mangle_type_string_for_rtti): Likewise.
261         (get_anonymous_namespace): Likewise.
262         * name-lookup.c (get_anonymous_namespace_name): Likewise.
263         * rtti.c (tinfo_name): Insert '*' in front of private names.
264         (tinfo_base_init): Use it.
265
266 2009-10-28  Jason Merrill  <jason@redhat.com>
267
268         Core issue 812, 861
269         * name-lookup.c (set_decl_namespace): Deal properly with inline
270         namespaces.
271         (qualified_lookup_using_namespace): Overhaul.
272         * pt.c (print_candidates): Handle getting an OVERLOAD.
273
274 2009-10-28  Jason Merrill  <jason@redhat.com>
275
276         * decl.c (cp_fname_init): Correct build_string argument.
277
278 2009-10-27  Jason Merrill  <jason@redhat.com>
279
280         Allow no-capture lambdas to convert to function pointer.
281         * semantics.c (maybe_add_lambda_conv_op): New.
282         * parser.c (cp_parser_lambda_expression): Call it.
283         (cp_parser_lambda_declarator_opt): Make op() static if
284         no captures.
285         * mangle.c (write_closure_type_name): Adjust.
286         * semantics.c (finish_this_expr): Adjust.
287         * decl.c (grok_op_properties): Allow it.
288         * call.c (build_user_type_conversion_1): Handle static conversion op.
289         (build_op_call): And op().
290
291 2009-10-26  Jakub Jelinek  <jakub@redhat.com>
292
293         PR debug/41828
294         * cp-lang.c (cxx_dwarf_name): Return NULL instead of
295         <anonymous ...> for anonymous aggregate names.
296
297 2009-10-26  Jason Merrill  <jason@redhat.com>
298
299         PR c++/38796, Core issue 906
300         * cp-tree.h (DECL_DEFAULTED_OUTSIDE_CLASS_P): New.
301         (DECL_DEFAULTED_IN_CLASS_P): New.
302         * class.c (user_provided_p): Non-static.
303         (check_methods): Use it.
304         (check_bases_and_members): Check defaulted fns.
305         (defaultable_fn_p): Move and rename to...
306         * method.c (defaultable_fn_check): ...this.
307         (defaulted_late_check): New.
308         * pt.c (tsubst_decl): Call it.
309         * decl2.c (grokfield): Adjust.
310         * decl.c (cp_finish_decl): Adjust.
311         (grok_special_member_properties): Use user_provided_p.
312
313 2009-10-26  Dodji Seketeli  <dodji@redhat.com>
314
315         PR c++/41785
316         * pt.c (template_args_equal): Handle comparison of
317         an ARGUMENT_PACK_SELECT node with the arguments node it selects into.
318         * cp-tree.def: Fix a typo in the description of TYPE_PACK_EXPANSION.
319
320 2009-10-26  Dodji Seketeli  <dodji@redhat.com>
321
322         PR c++/41020
323         * decl.c (decls_match): Use DECL_IS_BUILTIN instead of
324         DECL_BUILT_IN.
325
326 2009-10-23  Dodji Seketeli  <dodji@redhat.com>
327
328         PR c++/40808
329         * mangle.c (write_template_args): Allow mangling of empty template
330         argument list. Updated function comments.
331
332 2009-10-23  Jason Merrill  <jason@redhat.com>
333
334         * semantics.c (lambda_expr_this_capture): Use thisify_lambda_field.
335
336         * semantics.c (outer_lambda_capture_p): New fn.
337         (thisify_lambda_field): Factor out...
338         (add_default_capture): ...from here.
339         (finish_id_expression): Use them.
340
341         Core issue 899
342         * call.c (add_function_candidate): Only permit explicit conversion
343         ops if copy ctor was called with a single argument.
344
345         * call.c (initialize_reference): Tweak error message.
346
347 2009-10-21  Jakub Jelinek  <jakub@redhat.com>
348
349         * mangle.c (finish_mangling_get_identifier): Use
350         obstack_base (mangle_obstack) instead of name_base.
351
352 2009-10-19  Jakub Jelinek  <jakub@redhat.com>
353
354         * parser.c (cp_lexer_print_token, cp_parser_is_string_literal,
355         cp_parser_string_literal, cp_parser_primary_expression): Likewise.
356         (cp_lexer_get_preprocessor_token): Use C_LEX_STRING_JOIN instead
357         of C_LEX_RAW_STRINGS.
358
359 2009-10-15  Jason Merrill  <jason@redhat.com>
360
361         PR c++/38888
362         * error.c (dump_template_bindings): Wrap argument packs in {}.
363
364         PR c++/38798
365         * parser.c (CP_PARSER_FLAGS_NO_TYPE_DEFINITIONS): New.
366         (cp_parser_type_specifier): Don't try to parse a class-specifier
367         or enum-specifier in that case.
368         (cp_parser_trailing_type_id): New.
369         (cp_parser_late_return_type_opt): Call it.
370         (cp_parser_type_id_1): Add is_trailing_return parm.
371         (cp_parser_type_specifier_seq): Likewise.
372
373 2009-10-14  Jason Merrill  <jason@redhat.com>
374
375         PR c++/39866
376         * call.c (print_z_candidates): Don't print deleted candidates.
377         (print_z_candidate): Note deleted candidates.
378
379 2009-10-14  Larry Evans  <cppljevans@suddenlink.net>
380
381         PR c++/40092
382         * tree.c (cp_tree_equal): Add test for TEMPLATE_PARM_PARAMETER_PACK
383         equality.
384
385 2009-10-12  Jason Merrill  <jason@redhat.com>
386
387         PR c++/37875
388         * parser.c (cp_parser_decltype): Set greater_than_is_operator_p.
389
390         PR c++/37766
391         * pt.c (type_unification_real): Call convert_template_argument
392         for function default template arguments.
393         (check_default_tmpl_args): Suggest -std=c++0x when function default
394         template args seen in C++98 mode.
395
396 2009-10-11  Jason Merrill  <jason@redhat.com>
397
398         PR c++/37204
399         * typeck.c (build_reinterpret_cast_1): Handle rvalue refs
400         properly.
401
402 2009-10-11  Richard Guenther  <rguenther@suse.de>
403
404         * tree.c (cp_free_lang_data): Drop anonymous aggregate names.
405
406 2009-10-08  Jason Merrill  <jason@redhat.com>
407
408         PR c++/36816
409         * pt.c (maybe_adjust_types_for_deduction): Do rvalue ref adjustment
410         even when DEDUCE_EXACT.
411
412         PR c++/37177
413         * pt.c (resolve_nondeduced_context): New.
414         * cvt.c (convert_to_void): Call it.
415         * semantics.c (finish_decltype_type): Likewise.
416         * typeck.c (decay_conversion): Here too.
417         * pt.c (tsubst_decl): Don't clobber input_location.
418         Don't register a bad specialization.
419
420 2009-10-07  Gabriel Dos Reis  <gdr@cs.tamu.edu>
421
422         * cp-tree.h: Fix location of documentation for DECL_LANG_FLAG_7.
423
424 2009-10-07  Jason Merrill  <jason@redhat.com>
425
426         PR c++/39863
427         * pt.c (tsubst_pack_expansion): Don't do anything now if we
428         have incomplete packs of different lengths.
429
430         PR c++/41038
431         * tree.c (build_qualified_name): Call convert_from_reference.
432
433 2009-10-06  Jason Merrill  <jason@redhat.com>
434
435         Fix lookup of initialized captures in unevaluated context.
436         * cp-tree.h (DECL_NORMAL_CAPTURE_P): New.
437         * name-lookup.c (qualify_lookup): Check it.
438         * parser.c (cp_parser_lambda_introducer): Pass explicit_init_p
439         to add_capture.
440         * semantics.c (add_capture): Set DECL_NORMAL_CAPTURE_P
441         on captures without explicit init.
442         (add_default_capture): Pass explicit_init_p.
443
444         Fix capture by copy of types with explicit copy constructor.
445         * cp-tree.h (TARGET_EXPR_DIRECT_INIT_P): New.
446         (DIRECT_INIT_EXPR_P): New.
447         * typeck.c (convert_for_initialization): Just return if
448         DIRECT_INIT_EXPR_P.
449         * semantics.c (build_lambda_object): Use
450         TARGET_EXPR_DIRECT_INIT_P for normal captures.
451
452 2009-10-05  Jason Merrill  <jason@redhat.com>
453
454         * parser.c: Mark lambda_scope and lambda_count for PCH.
455
456 2009-10-03  Jason Merrill  <jason@redhat.com>
457
458         PR c++/41553
459         * parser.c (cp_parser_lambda_introducer): Avoid infinite loop on
460         parse error.
461
462 2009-10-02  Jason Merrill  <jason@redhat.com>
463
464         * mangle.c (write_unnamed_type_name): Implement.
465         (local_class_index): Split out from...
466         (discriminator_for_local_entity): ...here.
467         (nested_anon_class_index): New.
468         * cp-tree.h (TYPE_FUNCTION_SCOPE_P): New.
469
470 2009-10-02  Janis Johnson  <janis187@us.ibm.com>
471
472         * call.c (convert_arg_to_ellipsis): Avoid promoting decimal32
473         to double.
474
475 2009-10-01  Jason Merrill  <jason@redhat.com>
476
477         * parser.c (cp_parser_lambda_expression): Compute visibility.
478         (no_linkage_lambda_type_p): Remove.
479         * cp-tree.h: Remove declaration.
480         * tree.c (no_linkage_check): Don't call it.  Don't check template
481         args.  Don't check TREE_PUBLIC Types.
482
483 2009-10-01  Gabriel Dos Reis  <gdr@cse.tamu.edu>
484             Jason Merrill <jason@redhat.com>
485
486         * decl.c (grokdeclarator): Set constexprness before announcing
487         friendship.
488
489 2009-10-01  Gabriel Dos Reis  <gdr@cs.tamu.edu>
490
491         * decl.c (record_builtin_java_type): Undo unintended change.
492         (cxx_init_decl_processing): Likewise.
493
494 2009-10-01  Jason Merrill  <jason@redhat.com>
495
496         * pt.c (register_specialization): Push DECL_SOURCE_LOCATION to the
497         clones.
498
499         * decl.c (grok_special_member_properties): Only adjust
500         TYPE_HAS_COMPLEX_* if the function is defaulted in the class body.
501         (cp_finish_decl): Push DECL_DELETED_FN/DECL_DEFAULTED_FN to the
502         clones.
503
504 2009-09-30  Gabriel Dos Reis  <gdr@cs.tamu.edu>
505
506         * decl.c (check_for_uninitialized_const_var): Check constexpr
507         variables too.
508         (grokdeclarator): Handle `constexpr'.
509         (check_tag_decl): Reject `constexpr'.
510         (check_function_type): Check constexpr functions.
511         * cp-tree.h (ds_constexpr): New cp_decl_spec enumerator.
512         (CLASSTYPE_LITERAL_P): New.
513         (lang_type_class::is_literal): New.
514         (lang_type_class::dummy): Adjust width.
515         (literal_type_p): Declare.
516         * parser.c (cp_parser_check_decl_spec): Print it.
517         (cp_parser_decl_specifier_seq): Accept "constexpr".
518         * semantics.c (validate_constexpr_fundecl): Define.
519         (literal_type_p): Define.
520
521 2009-09-30  Jason Merrill  <jason@redhat.com>
522
523         * semantics.c (lambda_expr_this_capture): Fix default capture
524         of explicit capture of 'this'.
525
526 2009-09-30  Jason Merrill  <jason@redhat.com>
527
528         * parser.c (cp_parser_lambda_expression): Don't add __ to __this.
529
530 2009-09-30  Jason Merrill  <jason@redhat.com>
531
532         * cp-tree.h (LANG_DECL_U2_CHECK): Check LANG_DECL_HAS_MIN.
533
534 2009-09-29  John Freeman  <jfreeman08@gmail.com>
535             Jason Merrill  <jason@redhat.com>
536
537         Add support for lambda-expressions as per N2927.
538         * cp-tree.def (VEC_INIT_EXPR, LAMBDA_EXPR): New.
539         * cp-tree.h (LAMBDA_TYPE_P, LAMBDA_FUNCTION_P): New.
540         (LAMBDA_EXPR_DEFAULT_CAPTURE_MODE): New.
541         (LAMBDA_EXPR_DEFAULT_CAPTURE_LIST): New.
542         (LAMBDA_EXPR_THIS_CAPTURE, LAMBDA_EXPR_CAPTURES_THIS_P): New.
543         (LAMBDA_EXPR_MUTABLE_P, LAMBDA_EXPR_DEDUCE_RETURN_TYPE_P): New.
544         (LAMBDA_EXPR_RETURN_TYPE, LAMBDA_EXPR_LOCATION): New.
545         (LAMBDA_EXPR_EXTRA_SCOPE, LAMBDA_EXPR_DISCRIMINATOR): New.
546         (struct tree_lambda_expr): New.
547         (union lang_tree_node): Add lambda_expression.
548         (struct lang_type_class): Add lazy_move_ctor flag, lambda_expr field.
549         (CLASSTYPE_LAZY_MOVE_CTOR, CLASSTYPE_LAMBDA_EXPR): New.
550         (LAMBDA_TYPE_EXTRA_SCOPE, VEC_INIT_EXPR_SLOT): New.
551         (VEC_INIT_EXPR_INIT, DECLTYPE_FOR_LAMBDA_CAPTURE): New.
552         (DECLTYPE_FOR_LAMBDA_RETURN): New.
553         (enum special_function_kind): Add sfk_move_constructor.
554         (LAMBDANAME_PREFIX, LAMBDANAME_FORMAT, LAMBDANAME_P): New.
555         * parser.c (cp_parser_lambda_expression, cp_parser_lambda_introducer)
556         (cp_parser_lambda_declarator_opt, cp_parser_lambda_body): New.
557         (start_lambda_scope, record_lambda_scope, finish_lambda_scope): New.
558         (no_linkage_lambda_type_p): New.
559         (cp_parser_primary_expression): Recognize lambda expression.
560         (cp_parser_init_declarator): Note lambda scope.
561         (cp_parser_function_definition_after_declarator): Likewise.
562         (cp_parser_late_parsing_default_args): Likewise.
563         (cp_parser_skip_to_closing_parenthesis): Skip to end of lambda capture
564         lists, too.
565         (cp_parser_parameter_declaration): Don't defer lambda default args.
566         * semantics.c (finish_non_static_data_member, finish_id_expression):
567         Handle default capture for lambda expressions.
568         (finish_this_expr): Handle 'this' keyword inside of lambda expressions.
569         (outer_automatic_var_p): New.
570         (finish_decltype_type): Handle decltypes within lambda expressions.
571         (classtype_has_nothrow_assign_or_copy_p): Synthesized move constructor.
572         (build_lambda_expr, build_lambda_object, begin_lambda_type)
573         (lambda_return_type, lambda_capture_field_type, apply_lambda_return_type)
574         (capture_decltype, add_capture, add_default_capture)
575         (lambda_expr_this_capture): New.
576         * mangle.c (write_unnamed_type_name): New. Incomplete.
577         (write_closure_type_name): New.
578         (write_unqualified_name): Recognize unnamed, closure types.
579         (write_type): Do not write decltypes from lambda expressions.
580         (decl_mangling_context): New.
581         (write_name): Use it.  Handle PARM_DECL scope.
582         (write_prefix): Likewise.  Handle VAR_DECL/FIELD_DECL scope.
583         (write_compact_number): Factor out from...
584         (write_expression, write_template_param): ...here.
585         (discriminator_for_local_entity): Recognize lambdas.
586         (write_local_name): Handle PARM_DECL scope.
587         * typeck.c (structural_comptypes): Compare decltypes from lambda
588         expressions.
589         (check_return_expr): Deduce lambda return type from multiple return
590         statements.
591         * class.c (add_implicitly_declared_members): Add lazy move constructor
592         for lambda types.
593         (check_bases_and_members): Delete default constructor and assignment
594         operator for lambda types.
595         (maybe_note_name_used_in_class): Do not confuse lambda expression with
596         defining a class.
597         * decl.c (reshape_init_r): Array copy.
598         (grokfndecl): Synthesized move constructor.
599         (cp_tree_node_structure): Lambda expression.
600         * method.c (use_thunk): Synthesized move constructor.
601         (do_build_copy_constructor): Likewise.
602         (locate_copy): Likewise.
603         (implicitly_declare_fn): Likewise.
604         * cp-objcp-common.c (cp_tree_size): Handle LAMBDA_EXPR.
605         * error.c (dump_aggr_type): Recognize lambda type.
606         (dump_function_decl): Recognize lambda function.
607         (function_category): Likewise.
608         (dump_function_name): Hide lambda name.
609         * tree.c (build_array_copy, move): New.
610         (special_function_p): Synthesized move constructor.
611         (no_linkage_check): Handle lambdas.
612         * search.c (lookup_fnfields_1): Synthesized move constructor.
613         * cp-gimplify.c (cp_gimplify_init_expr, cp_gimplify_expr):
614         Handle VEC_INIT_EXPR.
615         * typeck2.c (digest_init_r): Array copy.
616         * pt.c (get_template_info): Don't touch typedefs.
617         (instantiate_decl): Don't resubstitute artificial decls.
618         (tsubst_decl, tsubst, tsubst_copy_and_build): Handle lambdas.
619         (lookup_template_class): Don't fall back on name lookup.
620         * name-lookup.c (make_lambda_name): New.
621         (pushdecl_class_level): Handle default capture for lambda expressions.
622         (qualify_lookup): Handle decltypes within lambda expressions.
623         (pushtag): Handle ts_within_enclosing_non_class in function scope.
624
625 2009-09-28  Janis Johnson  <janis187@us.ibm.com>
626
627         * mangle.c (write_builtin_type): Support decimal float types.
628
629 2009-09-28  Richard Henderson  <rth@redhat.com>
630
631         * cp-objcp-common.h (LANG_HOOKS_EH_USE_CXA_END_CLEANUP): New.
632
633 2009-09-24  Jakub Jelinek  <jakub@redhat.com>
634
635         * method.c (make_thunk, make_alias_for): Don't set
636         DECL_NO_STATIC_CHAIN.
637         * decl.c (builtin_function_1, grokfndecl): Likewise.
638         * lex.c (build_lang_decl): Likewise.
639
640 2009-09-23  Dodji Seketeli  <dodji@redhat.com>
641
642         PR debug/41065
643         * decl.c (cp_finish_decl): Record the types used by the global
644         variable declaration we've just parsed.
645
646 2009-09-22  Dodji Seketeli  <dodji@redhat.com>
647
648         * cp-lang.c (LANG_HOOKS_FUNCTION_PARAMETER_PACK_P,
649         LANG_HOOKS_FUNCTION_PARM_EXPANDED_FROM_PACK_P,
650         LANG_HOOKS_GET_GENERIC_FUNCTION_DECL): Initialize these
651         hooks for the c++ FE.
652         * cp-tree.h (function_parameter_pack_p, get_function_template_decl,
653         function_parameter_expanded_from_pack_p): Declare ...
654         * pt.c (function_parameter_pack_p, get_function_template_decl,
655         function_parameter_expanded_from_pack_p): ... new hooks.
656         (get_template_info): Make this more robust.
657         (template_args_variadic_p, make_ith_pack_parameter_name): Add a new
658         line between comment and function.
659         (get_template_argument_pack_elems): Fix comment.
660         (tsubst_decl): Arguments of function parameter packs are not
661         parameter packs themselves.
662
663 2009-09-21  Jason Merrill  <jason@redhat.com>
664
665         PR c++/41421
666         * tree.c (trivial_type_p): Fix logic.
667
668 2009-09-21  Jason Merrill  <jason@redhat.com>
669
670         * name-lookup.c (push_class_level_binding): Sanity check.
671
672 2009-09-18  Jason Merrill  <jason@redhat.com>
673
674         * decl2.c (determine_visibility): Make anonymous types internal.
675         (mark_used): Complain about types without linkage used in
676         decls with internal linkage.
677         (vague_linkage_fn_p): Split out from...
678         * decl.c (maybe_commonize_var): ...here.
679         (grokdeclarator): Adjust linkage when a typedef gives linkage name.
680         * tree.c (no_linkage_check): Check the enclosing class and template
681         arguments.
682
683         * cp-tree.h (TYPE_NAMESPACE_SCOPE_P): New.
684
685         * pt.c (get_pattern_parm): New.
686         (listify): Split out from...
687         (listify_autos): ...here.
688         (unify): Deduce std::initializer_list for T.
689         * call.c (build_over_call): Warn about it.
690
691 2009-09-17  Andrew Pinski  <pinskia@gcc.gnu.org>
692
693         PR c++/39365
694         * typeck.c (cp_build_unary_op): Check TREE_CODE for bools instead of
695         using same_type_p.
696         (convert_for_assignment): Likewise.
697         * cvt.c (type_promotes_to): Likewise.
698
699 2009-09-14  Richard Henderson  <rth@redhat.com>
700             Jakub Jelinek  <jakub@redhat.com>
701
702         * cp-tree.h (finish_asm_stmt): Update decl.
703         * parser.c (cp_parser_asm_definition): Parse asm goto.
704         (cp_parser_asm_label_list): New.
705         * pt.c (tsubst_copy_asm_operands): Don't recurse on labels.
706         (tsubst_expr): Handle asm labels.
707         * semantics.c (finish_asm_stmt): Add and use labels parameter.
708
709 2009-09-14  Richard Henderson  <rth@redhat.com>
710
711         * except.c (init_exception_processing): Don't call
712         default_init_unwind_resume_libfunc.
713         (cp_protect_cleanup_actions): Return the decl to call.
714         (build_exc_ptr): Use __builtin_eh_pointer.
715         * optimize.c (clone_body): Set eh_lp_nr, not eh_region.
716
717 2009-09-13  Richard Guenther  <rguenther@suse.de>
718         Rafael Avila de Espindola  <espindola@google.com>
719
720         * except.c (init_exception_processing): Do not set
721         lang_eh_runtime_type.
722         (choose_personality_routine): Do not set eh_personality_decl,
723         set pragma_java_exceptions.
724         * cp-lang.c (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
725         (LANG_HOOKS_EH_PERSONALITY): Likewise.
726         (cp_eh_personality_decl): New.
727         (cp_eh_personality): Likewise.
728         * Make-lang.in (cp-lang.o): Add $(EXPR_H) and $(EXCEPT_H)
729         dependencies.
730
731 2009-09-13  Wei Guozhi  <carrot@google.com>
732
733         PR c++/3187
734         * cp/optimize.c (build_delete_destructor_body): New function.
735         (maybe_clone_body): Call build_delete_destructor_body for
736         deleting destructor.
737
738 2009-09-10  Jason Merrill  <jason@redhat.com>
739
740         * repo.c (extract_string, get_base_filename, init_repo): constify.
741
742 2009-09-09  Jason Merrill  <jason@redhat.com>
743
744         * error.c (find_typenames_r): Also add decltypes.
745
746 2009-09-09  Paolo Carlini  <paolo.carlini@oracle.com>
747
748         PR c++/28293
749         * decl2.c (grokfield): Check for explicit template argument lists.
750
751 2009-09-09  Jack Howarth  <howarth@bromo.med.uc.edu>
752
753         PR bootstrap/41180
754         * Make-lang.in: Remove redundant code from linkage for darwin10.
755
756 2009-09-08  Paolo Carlini  <paolo.carlini@oracle.com>
757
758         PR c++/39923
759         * decl.c (build_init_list_var_init): Check return value of
760         perform_implicit_conversion.
761
762 2009-09-08  Jason Merrill  <jason@redhat.com>
763
764         * class.c (currently_open_class): Make sure we're dealing with the
765         main variant.
766
767         * cp-tree.h (enum overload_flags): Remove OP_FLAG.
768         * method.c (lazily_declare_fn): Check for dtorness in ABI warning.
769
770         * name-lookup.c (is_class_level): Remove.
771         (push_binding_level, leave_scope, resume_scope): Adjust.
772         (pushlevel_class): Adjust.
773         (poplevel_class): Make sure we're on class_binding_level.
774
775         * decl.c (grokmethod): Rename from start_method.
776         (finish_method): Remove.
777         * cp-tree.h: Adjust.
778         * parser.c (cp_parser_save_member_function_body): Adjust.
779
780 2009-09-03  Doug Kwan  <dougkwan@google.com>
781
782         * tree.c (cp_fix_function_decl_p): New.
783         (cp_free_lang_data): New.
784
785 2009-09-03  Diego Novillo  <dnovillo@google.com>
786
787         * Make-lang.in (decl2.o): Add dependency on $(POINTER_SET_H).
788         * decl2.c: Include pointer-set.h.
789         (collect_candidates_for_java_method_aliases): New.
790         (cp_write_global_declarations): Call it.
791         Add local variable CANDIDATES.  If set, call
792         build_java_method_aliases.
793         (build_java_method_aliases): Add argument CANDIDATES.
794         Use it to determine if FNDECL should get a hidden alias.
795         * cp-objcp-common.h (LANG_HOOKS_FREE_LANG_DATA): Define.
796         * cp-tree.h (cp_free_lang_data): Declare.
797
798 2009-09-03  Richard Guenther  <rguenther@suse.de>
799
800         * method.c (use_thunk): Use cgraph_finalize_function to hand
801         off thunks to the cgraph.
802         * semantics.c (emit_associated_thunks): Do not emit thunks
803         for really extern functions.
804
805 2009-09-03  Diego Novillo  <dnovillo@google.com>
806
807         * cp-lang.c (lang_hooks): Remove const qualifier.
808
809 2009-09-02  Jason Merrill  <jason@redhat.com>
810
811         * semantics.c (describable_type): Don't pretend to be in a template.
812
813         * ptree.c (cxx_print_type) [DECLTYPE_TYPE]: Print the expression.
814
815 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
816
817         * cp-tree.h (TFF_NO_OMIT_DEFAULT_TEMPLATE_ARGUMENTS): New.
818         * cp-lang.c (cxx_dwarf_name): Pass it.
819         * error.c (count_non_default_template_args): Take flags as
820         argument.  Adjust all callers.  Skip counting of default
821         arguments if the new flag is given.
822
823 2009-09-01  Dodji Seketeli  <dodji@redhat.com>
824
825         PR bootstrap/41205
826         * pt.c (make_ith_pack_parameter_name): Don't use strnlen that is a
827         GNU extension.
828
829 2009-09-01  Richard Guenther  <rguenther@suse.de>
830
831         * cp-objcp-common.c (cp_expr_size): Use tree_expr_size.
832         * cp-objcp-common.h (LANG_HOOKS_EXPR_SIZE): Do not define.
833
834 2009-09-01  Richard Guenther  <rguenther@suse.de>
835
836         * cp-objcp-common.h (LANG_HOOKS_MARK_ADDRESSABLE): Remove.
837
838 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
839
840         PR debug/30161
841         * cp-tree.h (get_template_info): Parameter should be const.
842         (CLASSTYPE_SPECIALIZATION_OF_PRIMARY_TEMPLATE_P): Fix typo.
843         (get_template_argument_pack_elems,
844         get_primary_template_innermost_parameters,
845         get_template_innermost_arguments, template_template_parameter_p):
846         Declare ...
847         * pt.c (get_template_argument_pack_elems,
848         get_template_innermost_parameters, get_template_innermost_arguments,
849         template_template_parameter_p):
850         ... New C++ front end implementation of new language hooks.
851         (primary_template_instantiation_p): New private helper.
852         (make_ith_pack_parameter_name): Use snprintf and strnlen instead of
853         printf and strlen.
854         (get_template_info): Const-ify parameter.
855         * cp-lang.c (LANG_HOOKS_GET_INNERMOST_GENERIC_PARMS,
856         LANG_HOOKS_GET_INNERMOST_GENERIC_ARGS,
857         LANG_HOOKS_GET_ARGUMENT_PACK_ELEMS,
858         LANG_HOOKS_GENERIC_TYPE_PARAMETER_DECL_P): Initialize these
859         interfaces for the C++ front-end.
860
861 2009-08-31  Jason Merrill  <jason@redhat.com>
862
863         PR c++/41127
864         * parser.c (cp_parser_enum_specifier): Make sure the : is followed by a
865         type-specifier-seq before we commit.
866
867 2009-08-28  Richard Guenther  <rguenther@suse.de>
868
869         PR lto/41058
870         * cp-gimplify.c (cp_genericize_r): Do not leak zero-sized stores
871         into the generic IL.
872
873 2009-08-27  Richard Guenther  <rguenther@suse.de>
874
875         * class.c (build_vtbl_ref_1): Remove excess vertical space.
876         * Make-lang.in (CXX_TREE_H): Remove c-common.def dependency
877         tracked by $(TREE_H).
878         * semantics.c (expand_or_defer_fn): Zero DECL_SAVED_TREE.
879
880 2009-08-26  Jason Merrill  <jason@redhat.com>
881
882         * call.c (build_builtin_candidate): Don't set LOOKUP_ONLYCONVERTING
883         if we're contextually converting to bool.
884         (build_conditional_expr): Likewise.
885         * typeck.c (condition_conversion): Likewise.
886
887         * call.c (build_conditional_expr): Fix logic errors.
888         (build_new_op): Remove dead COND_EXPR handling.
889
890 2009-08-24  Jason Merrill  <jason@redhat.com>
891
892         * cp-tree.h (DECL_DEFERRED_FN): Remove.
893         (struct lang_decl_fn): Remove deferred flag.
894         * class.c (build_clone): Don't set it.
895         * decl2.c (note_vague_linkage_fn): Don't check or set it.
896         (mark_used): Don't check it.
897         * method.c (make_thunk, make_alias_for): Don't set it.
898
899         * decl2.c (mark_used): Streamline logic.
900
901         PR c++/41109
902         PR c++/41110
903         PR c++/41134
904         * cp-tree.h (DECL_ODR_USED): New macro.
905         (struct lang_decl_base): Add odr_used flag.
906         * decl.c (duplicate_decls): Propagate it.  Use it for error.
907         * pt.c (register_specialization): Use it for error.
908         * decl2.c (mark_used): Use it as gating flag rather than TREE_USED.
909         (cp_write_global_declarations): Use it for error.
910         (tree_used_ok): Remove.
911         * cp-tree.h: Remove tree_used_ok.
912         * call.c (build_call_a): Don't call it.
913         * init.c (build_offset_ref): Likewise.
914
915 2009-08-21  Jakub Jelinek  <jakub@redhat.com>
916
917         PR c++/41131
918         * tree.c (lvalue_p_1) <case CONST_DECL>: Return clk_none if
919         not TREE_STATIC.
920
921 2009-08-19  Jason Merrill  <jason@redhat.com>
922
923         PR c++/41119
924         PR c++/41120
925         * decl2.c (mark_used): Increment function_depth during synthesis.
926         * parser.c (cp_parser_default_argument): Not here.
927
928 2009-08-19  Jakub Jelinek  <jakub@redhat.com>
929
930         * method.c (use_thunk): Call free_after_compilation after
931         assemble_end_function.
932
933 2009-08-17  Richard Guenther  <rguenther@suse.de>
934
935         * decl.c (build_ptrmemfunc_type): Keep variant chain intact.
936         Avoid useless copy.
937         (finish_enum): Keep variant chain intact.
938         * tree.c (cp_build_reference_type): Likewise.
939
940 2009-08-16  Jason Merrill  <jason@redhat.com>
941
942         Make TREE_USED match the [basic.def.odr] concept for FUNCTION_DECL
943         and VAR_DECL, so mark_used only has effect the first time.
944         * decl2.c (mark_used): Just return if TREE_USED is already set.
945         Don't set TREE_USED if cp_unevaluated_operand is set.
946         (tree_used_ok): New fn.
947         * init.c (build_offset_ref): Check it instead of TREE_USED.
948         * call.c (build_call_a): Likewise.
949         * cp-tree.h: Declare it.
950         (DECL_NO_LINKAGE_CHECKED): No longer needed.
951         (struct lang_decl_base): Remove no_linkage_checked bitfield.
952
953         * decl2.c (finish_static_data_member_decl): Don't set TREE_USED.
954
955         * decl2.c (mark_used): It's ok to synthesize for default args now.
956
957 2009-08-10  Jason Merrill  <jason@redhat.com>
958
959         Implement DR 757: It's OK for a decl to use a type without linkage
960         so long as the decl is defined in the current translation unit.
961         * decl2.c (no_linkage_decls): New vector.
962         (mark_used): Add decls that use types with no linkage.
963         (cp_write_global_declarations): Check that they are defined.
964         (decl_defined_p, no_linkage_error): New fns.
965         * cp-tree.h (DECL_NO_LINKAGE_CHECKED): New macro.
966         (struct lang_decl_base): Add flag.
967         * decl.c (grokfndecl): Don't check type linkage.
968         (grokvardecl): If the type has no linkage, just make sure
969         DECL_LANG_SPECIFIC is set.
970         * pt.c (check_instantiated_arg): Don't check type linkage.
971         * name-lookup.c (is_local_extern): New fn.
972         * name-lookup.h: Declare it.
973
974 2009-08-05  Jason Merrill  <jason@redhat.com>
975
976         PR c++/40948
977         * init.c (build_vec_init): Evaluate the initializer before
978         starting the initialization try block.
979
980 2009-08-05  Manuel López-Ibáñez  <manu@gcc.gnu.org>
981
982         PR c++/36069
983         * typeck.c (convert_for_assignment): Do not warn for any boolean
984         variant. Use explicit location.
985
986 2009-08-04  Dodji Seketeli  <dodji@redhat.com>
987
988         PR c++/39987
989         * pt.c (tsubst_default_argument): Let access checks of the
990         default argument happen in the context of the current function.
991
992 2009-08-04  Manuel López-Ibáñez  <manu@gcc.gnu.org>
993
994         PR c++/16696
995         * call.c (build_new_op): Only try prefix operator if -fpermissive,
996         otherwise just error.
997
998 2009-08-04  Dodji Seketeli  <dodji@redhat.com>
999
1000         PR debug/39706
1001         * error.c (lang_decl_name): Print qualified names for decls
1002         in  namespace scope.
1003
1004 2009-08-03  Jason Merrill  <jason@redhat.com>
1005             Jakub Jelinek  <jakub@redhat.com>
1006
1007         PR c++/40948
1008         * init.c (build_vec_init): Look through a TARGET_EXPR around a
1009         CONSTRUCTOR.
1010
1011 2009-07-31  Jason Merrill  <jason@redhat.com>
1012             Douglas Gregor  <doug.gregor@gmail.com>
1013
1014         Remove implicit binding of lvalues to rvalue references (N2831)
1015         * call.c (convert_class_to_reference): Binding an lvalue to an
1016         rvalue reference is bad.  If the user-defined conversion is bad,
1017         set bad_p before merging conversions.
1018         (maybe_handle_ref_bind): Don't push down bad_p.
1019         (reference_binding): Binding an lvalue to an rvalue reference is bad.
1020         (convert_like_real): Give a helpful error about binding lvalue
1021         to rvalue reference.
1022         (reference_related_p): No longer static.
1023         * typeck.c (build_typed_address): New.
1024         (build_static_cast_1): Add static_cast from lvalue to &&.
1025         * cp-tree.h: Adjust.
1026
1027 2009-07-31  Jason Merrill  <jason@redhat.com>
1028
1029         * call.c (reference_binding): Rename lvalue_p to is_lvalue.
1030         Do direct binding of "rvalues" in memory to rvalue references.
1031         * tree.c (lvalue_p_1): Can't be both non-addressable lvalue and
1032         "rvalue" in memory.
1033         * typeck.c (build_static_cast_1): Do direct binding of memory
1034         "rvalues" to rvalue references.
1035         * cvt.c (cp_fold_convert): New.
1036         * cp-tree.h: Declare it.
1037
1038 2009-07-31  Jason Merrill  <jason@redhat.com>
1039
1040         * typeck.c (build_address): Do fold away ADDR_EXPR of INDIRECT_REF.
1041         * tree.c (rvalue): Use cp_build_qualified_type, not TYPE_MAIN_VARIANT.
1042
1043 2009-07-29  Jason Merrill  <jason@redhat.com>
1044
1045         PR c++/14912
1046         * cp-tree.h (enum tsubst_flags): Add tf_no_class_instantiations.
1047         * error.c (count_non_default_template_args): Pass it.
1048         * pt.c (tsubst) [TYPENAME_TYPE]: Don't complete type if it's set.
1049
1050 2009-07-29  Richard Guenther  <rguenther@suse.de>
1051
1052         PR c++/40834
1053         * cp-gimplify.c (cp_genericize_r): Properly walk the BIND_EXPR
1054         vars.
1055
1056 2009-07-26  Simon Martin  <simartin@users.sourceforge.net>
1057
1058         PR c++/40749
1059         * decl.c (grokdeclarator): Do not set TREE_NO_WARNING for functions
1060         with a qualified return type.
1061
1062 2009-07-24  Jason Merrill  <jason@redhat.com>
1063
1064         Core issue 901
1065         * call.c (build_op_delete_call): If this is for a new-expression
1066         and the op delete is deleted, do nothing.
1067
1068         Core issue 702
1069         * call.c (compare_ics): Give list-initialization of std::init_list
1070         priority over conversion to scalar, too.
1071
1072 2009-07-22  Jason Merrill  <jason@redhat.com>
1073
1074         * mangle.c (mangle_type_string_for_rtti): Rename to be clearer.
1075         (needs_fake_anon): New.
1076         (write_name): Check it.
1077         (write_nested_name): Add a fake anonymous namespace scope if true.
1078         * name-lookup.c (get_anonymous_namespace_name): No longer static.
1079         * rtti.c, cp-tree.h: Adjust.
1080
1081 2009-07-22  Richard Guenther  <rguenther@suse.de>
1082
1083         PR c++/40799
1084         * cp-gimplify.c (cp_gimplify_expr): Move handling of using
1085         related exprs to ...
1086         (cp_genericize_r): ... genericization stage.
1087         (cp_genericize): Adjust.
1088
1089 2009-07-21  Jason Merrill  <jason@redhat.com>
1090
1091         Core issue 934
1092         * call.c (reference_binding): Implement binding to { }.
1093         (initialize_reference): Binding temporary to non-const && is fine.
1094         * decl.c (grok_reference_init): Remove error for CONSTRUCTOR.
1095
1096         * decl.c (reshape_init_r): { T } is not an aggregate initializer
1097         for class T.
1098
1099 2009-07-17  Richard Guenther  <rguenther@suse.de>
1100
1101         PR c/40401
1102         * decl.c (finish_function): Do not emit unused result warnings
1103         from here.
1104         * cp-objcp-common.h (LANG_HOOKS_POST_GIMPLIFY_PASS): Use
1105         c_warn_unused_result_pass.
1106         * semantics.c (expand_or_defer_fn): Adjust assertion about IL status.
1107         * optimize.c (clone_body): Clone in GENERIC.
1108         (maybe_clone_body): Do not clear DECL_SAVED_TREE.
1109         * decl2.c (cp_write_global_declarations): Fix body test.
1110         Do not call cgraph_optimize.
1111         * Make-lang.in (optimize.o): Add tree-iterator.h dependency.
1112         * method.c (use_thunk): Register thunk with
1113         cgraph_finalize_function.
1114         * error.c (function_category): Guard access of DECL_LANG_SPECIFIC.
1115
1116 2009-07-17  Richard Guenther  <rguenther@suse.de>
1117
1118         * init.c (build_vec_delete_1): Do not set DECL_REGISTER on the
1119         temporary pointer.
1120
1121 2009-07-17  Aldy Hernandez  <aldyh@redhat.com>
1122             Manuel López-Ibáñez  <manu@gcc.gnu.org>
1123
1124         PR 40435 
1125         * typeck.c, init.c, class.c, method.c, rtti.c, except.c, error.c,
1126         tree.c, cp-gimplify.c, cxx-pretty-print.c, pt.c, semantics.c,
1127         call.c, cvt.c, mangle.c: Add location argument to
1128         fold_{unary,binary,ternary}, fold_build[123], build_call_expr,
1129         build_size_arg, build_fold_addr_expr, build_call_array,
1130         non_lvalue, size_diffop, fold_build1_initializer,
1131         fold_build2_initializer, fold_build3_initializer,
1132         fold_build_call_array, fold_build_call_array_initializer,
1133         fold_single_bit_test, omit_one_operand, omit_two_operands,
1134         invert_truthvalue, fold_truth_not_expr, build_fold_indirect_ref,
1135         fold_indirect_ref, combine_comparisons, fold_builtin_*,
1136         fold_call_expr, build_range_check, maybe_fold_offset_to_address,
1137         round_up, round_down.
1138
1139 2009-07-16  Jason Merrill  <jason@redhat.com>
1140
1141         PR libstdc++/37907
1142         Split POD into "standard-layout" and "trivial" as per N2230,
1143         Support std::is_standard_layout and std::is_trivial traits.
1144         * cp-tree.h (enum cp_trait_kind): Add CPTK_IS_STD_LAYOUT,
1145         CPTK_IS_TRIVIAL.
1146         (struct lang_type_class): Add non_std_layout.
1147         (CLASSTYPE_NON_STD_LAYOUT): New.
1148         * class.c (check_bases): Set it.
1149         (check_field_decls): Likewise.
1150         (check_bases_and_members): Likewise.
1151         * parser.c (cp_parser_primary_expression): Handle RID_IS_STD_LAYOUT,
1152         RID_IS_TRIVIAL.
1153         (cp_parser_trait_expr): Likewise.
1154         * semantics.c (trait_expr_value): Handle CPTK_IS_STD_LAYOUT,
1155         CPTK_IS_TRIVIAL.
1156         (finish_trait_expr): Likewise.
1157         * tree.c (scalarish_type_p, trivial_type_p, std_layout_type_p): New.
1158         (pod_type_p): Use them.
1159         (type_has_nontrivial_copy_init, type_has_nontrivial_default_init): New.
1160
1161         Adjust bits of the language that no longer refer to POD types.
1162         * call.c (convert_arg_to_ellipsis): Use type_has_nontrivial_copy_init
1163         and TYPE_HAS_NONTRIVIAL_DESTRUCTOR rather than pod_type_p.
1164         (build_x_va_arg): Likewise.
1165         (call_builtin_trap): Remove.
1166         * decl.c (declare_local_label): Use type_has_nontrivial_default_init
1167         and TYPE_HAS_NONTRIVIAL_DESTRUCTOR rather than pod_type_p.
1168         (cp_finish_decl): Likewise.
1169         (check_previous_goto_1, check_goto): Adjust error.
1170         * typeck.c (build_class_member_access_expr): Check
1171         CLASSTYPE_NON_STD_LAYOUT rather than CLASSTYPE_NON_POD_P.
1172
1173 2009-07-14  Taras Glek  <tglek@mozilla.com>
1174             Rafael Espindola  <espindola@google.com>
1175
1176         * Make-lang.in: Added CP_PLUGIN_HEADERS and
1177         c.install-target to export cp-tree.h cxx-pretty-print.h
1178         name-lookup.h headers for plugins.
1179
1180 2009-07-14  Jason Merrill  <jason@redhat.com>
1181
1182         PR c++/37276
1183         * decl.c (decls_match): A non-extern-C declaration doesn't match
1184         a builtin extern-C declaration.
1185
1186         PR c++/40746
1187         * name-lookup.c (qualified_lookup_using_namespace): Don't stop
1188         looking in used namespaces just because we found something on
1189         another branch.
1190
1191         PR c++/40740
1192         * semantics.c (perform_koenig_lookup): Handle empty template args.
1193
1194         * call.c (build_over_call): Use can_trust_pointer_alignment.
1195
1196 2009-07-14  Dodji Seketeli  <dodji@redhat.com>
1197
1198         PR debug/40705
1199         PR c++/403057
1200         * decl2.c (grokfield): Don't call set_underlying_type on typedef
1201         decls that are type names.
1202
1203 2009-07-13  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1204
1205         PR C++/22154
1206         * parser.c (cp_parser_elaborated_type_specifier): Accept typename in
1207         front of qualified names.
1208
1209 2009-07-12  Jason Merrill  <jason@redhat.com>
1210
1211         PR c++/36628
1212         * tree.c (rvalue): Use lvalue_or_rvalue_with_address_p.
1213
1214         PR c++/37206
1215         * cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.
1216         * tree.c (lvalue_p_1): Return it.  Remove
1217         treat_class_rvalues_as_lvalues parm.
1218         (real_lvalue_p): Disallow pseudo-lvalues here.
1219         (lvalue_or_rvalue_with_address_p): New fn.
1220         * call.c (initialize_reference): Use it instead of real_lvalue_p.
1221
1222         PR c++/40689
1223         * init.c (build_new_1): Handle initializer list as array initializer.
1224         (build_vec_init): Likewise.
1225         * typeck.c (cp_build_modify_expr): Likewise.
1226         * typeck2.c (process_init_constructor_array): Error rather than abort
1227         if too many initializers.
1228
1229 2009-07-10  Jakub Jelinek  <jakub@redhat.com>
1230
1231         PR c++/40502
1232         * error.c (cp_print_error_function): Check for NULL block.
1233
1234 2008-07-09  Simon Martin  <simartin@users.sourceforge.net>
1235             Jason Merrill  <jason@redhat.com>
1236
1237         * pt.c (perform_typedefs_access_check, get_types_needing_access_check,
1238         append_type_to_template_for_access_check_1): Use CLASS_TYPE_P.
1239
1240 2009-07-09  Dodji Seketeli  <dodji@redhat.com>
1241
1242         PR c++/40684
1243         * pt.c (type_unification_real): Use tsubst_template_arg instead
1244         of tsubst to substitute default template arguments.
1245
1246 2009-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1247
1248         PR c++/31246
1249         * init.c (build_new_1): Set TREE_NO_WARNING for compiler-generated
1250         code.
1251         * cp-gimplify.c (genericize_eh_spec_block): Likewise.
1252         
1253
1254 2009-07-07  Jason Merrill  <jason@redhat.com>
1255
1256         PR c++/35828
1257         * pt.c (tsubst_decl): Don't abort if we didn't change anything
1258         in a TEMPLATE_DECL's args.
1259
1260 2009-07-07  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1261
1262         * semantics.c (finalize_nrv_r): Replace EXPR_LOCUS by
1263         EXPR_LOCATION.
1264         
1265 2009-07-07  Jason Merrill  <jason@redhat.com>
1266
1267         PR c++/37816
1268         * decl.c (build_enumerator): Don't add enumerators for a
1269         scoped enum to the enclosing class.
1270
1271         PR c++/40639
1272         * decl.c (start_enum): Allow dependent underlying type.
1273
1274         PR c++/40633
1275         * decl.c (finish_enum): Finish scope even in a template.
1276
1277 2009-07-07  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1278
1279         * init.c: Replace %J by an explicit location. Update all calls.
1280         * decl.c: Likewise.
1281         * typeck2.c: Likewise.
1282         * pt.c: Likewise.
1283         * name-lookup.c: Likewise.
1284         
1285 2009-07-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1286
1287         * decl.c: Replace %H by an explicit location. Update all calls.
1288         * except.c: Likewise.
1289         * semantics.c: Likewise.
1290         * parser.c: Likewise.
1291
1292 2009-07-06  Simon Martin  <simartin@users.sourceforge.net>
1293
1294         PR c++/40557
1295         * pt.c (perform_typedefs_access_check, get_types_needing_access_check,
1296         append_type_to_template_for_access_check_1): Use
1297         RECORD_OR_UNION_CODE_P.
1298
1299 2009-07-04  Jason Merrill  <jason@redhat.com>
1300
1301         * pt.c (retrieve_specialization): Don't get confused by a
1302         using-declaration that brings in another instance of this template
1303         from a base class.
1304
1305         * ptree.c (cxx_print_type): Fix logic.
1306
1307         * cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking version.
1308
1309         PR c++/40619
1310         * cp-tree.h (struct lang_decl_parm): New.
1311         (struct lang_decl): Add it.
1312         (LANG_DECL_PARM_CHECK): New.
1313         (DECL_PARM_INDEX): New.
1314         * decl2.c (parm_index): Remove.
1315         * lex.c (retrofit_lang_decl): Handle parms.
1316         (cxx_dup_lang_specific_decl): Likewise.
1317         * mangle.c (write_expression): Adjust.
1318         * tree.c (cp_tree_equal): Adjust.
1319         (decl_linkage): Only check DECL_COMDAT for functions and variables.
1320         * parser.c (cp_parser_parameter_declaration_list): Set
1321         DECL_PARM_INDEX.
1322         * pt.c (iterative_hash_template_arg): Hash it.
1323
1324 2009-07-03  Jason Merrill  <jason@redhat.com>
1325
1326         * cp-tree.h (struct lang_decl): Overhaul.
1327         (struct lang_decl_flags): Remove.
1328         (struct lang_decl_base): New.
1329         (struct lang_decl_min): New.
1330         (struct lang_decl_fn): New.
1331         (struct lang_decl_ns): New.
1332         (CAN_HAVE_FULL_LANG_DECL_P): Replace with LANG_DECL_HAS_MIN.
1333         (LANG_DECL_MIN_CHECK): New.
1334         (LANG_DECL_FN_CHECK): New.
1335         (LANG_DECL_NS_CHECK): New.
1336         (STRIP_TEMPLATE): New.
1337         (NON_THUNK_FUNCTION_CHECK): Remove.
1338         (DECL_DECLARES_FUNCTION_P): New.
1339         (lots): Adjust.
1340         * lex.c (retrofit_lang_decl, cxx_dup_lang_specific_decl): Adjust.
1341         * decl.c (push_local_name, duplicate_decls): Adjust.
1342         * decl2.c (start_objects): Don't set u2sel.
1343         * semantics.c (finish_omp_threadprivate): Adjust.
1344         * class.c (build_clone): Don't do much on TEMPLATE_DECLs.
1345         (decl_cloned_function_p): Out-of-line implementation of macros.
1346         (clone_function_decl, adjust_clone_args): Use DECL_CLONED_FUNCTION_P.
1347         * mangle.c (write_unqualified_name): Don't check function flags
1348         on non-functions.
1349         * method.c (make_alias_for): Don't set DECL_CLONED_FUNCTION.
1350         * pt.c (build_template_decl): Don't set function flags.
1351         (check_default_tmpl_args): Check that it's a function.
1352         (instantiate_template): Use DECL_ABSTRACT_ORIGIN to find the
1353         cloned template.
1354
1355         * pt.c (tsubst_decl) [FUNCTION_DECL]: Don't tsubst
1356         DECL_CLONED_FUNCTION.
1357
1358         * cp-tree.h (struct lang_type_class): Move sorted_fields here.
1359         * class.c (finish_struct_1): Adjust.
1360         * ptree.c (cxx_print_decl, cxx_print_type): Adjust.
1361         * search.c (lookup_field_1): Adjust.
1362
1363         * cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Remove.
1364         * decl.c (finish_method): Don't add to it.
1365         * class.c (fixup_pending_inline): Remove.
1366         (fixup_inline_methods): Remove.
1367         (finish_struct_1): Don't call it.
1368
1369         * error.c (dump_function_name): Handle null name.
1370
1371 2009-07-02  Mark Mitchell  <mark@codesourcery.com>
1372
1373         * typeck.c (cp_build_binary_op): Move warnings about use of NULL
1374         in arithmetic earlier and allow comparisions of NULL with
1375         pointers-to-members.
1376
1377 2009-07-02  Jason Merrill  <jason@redhat.com>
1378
1379         Use hash tables for template specialization lookup.
1380         * pt.c (struct spec_entry): New type.
1381         (decl_specializations, type_specializations): New hash tables.
1382         (register_specialization, retrieve_specialization): Use them.
1383         (reregister_specialization, lookup_template_class): Use them.
1384         (eq_specializations, hash_tmpl_and_args, hash_specialization): New.
1385         (iterative_hash_template_arg): New.
1386         (init_template_processing): New
1387         (process_partial_specialization): Don't look to see if we already
1388         have this partial specialization.
1389         (maybe_process_partial_specialization): Handle reassigning
1390         full specializations when we get an explicit specialization
1391         of the partial instantiation.
1392         (tsubst_friend_function): Adjust specialization reassignment code.
1393         (instantiate_template): Only do one lookup.
1394         (instantiate_decl): Don't do any lookup.
1395         * cp-tree.h: Declare init_template_processing.
1396         * decl.c (duplicate_decls): Pass args to reregister_specialization.
1397
1398 2009-07-01  Jason Merrill  <jason@redhat.com>
1399
1400         * cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT_TYPEDEF_P.
1401
1402         * pt.c (register_specialization): Use duplicate_decls to merge
1403         the argument with a previous specialization.
1404         (check_explicit_specialization): Call register_specialization to
1405         merge the TEMPLATE_DECL with a previous version.
1406         (determine_specialization): Return the args even if fn is a template.
1407
1408 2009-07-01  Ian Lance Taylor  <iant@google.com>
1409
1410         * g++spec.c (lang_specific_driver): Bump num_args by 1.
1411
1412 2009-06-30  Jason Merrill  <jason@redhat.com>
1413
1414         PR c++/40595
1415         * pt.c (tsubst_pack_expansion): Handle unexpanded packs in an
1416         EXPR_PACK_EXPANSION.
1417
1418 2009-06-29  Jason Merrill  <jason@redhat.com>
1419
1420         PR c++/40274
1421         * error.c (dump_template_parms): Pass all args to
1422         count_non_default_template_args.
1423         (count_non_default_template_args): Pull out the inner ones.
1424
1425 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
1426
1427         * decl.c (duplicate_decls): Re-indent.
1428
1429 2009-06-25  Ian Lance Taylor  <iant@google.com>
1430
1431         * call.c (avoid_sign_compare_warnings): New static function.
1432         (build_new_op): Call it.
1433         * typeck.c (cp_build_binary_op): Don't call warn_sign_compare if
1434         TREE_NO_WARNING is set on either operand.
1435
1436 2009-06-25  Ian Lance Taylor  <iant@google.com>
1437
1438         * g++spec.c (SKIPOPT): define.
1439         (lang_specific_driver): Handle -static-libstdc++.  Only add
1440         LIBSTDCXX_STATIC if we add LIBSTDCXX.
1441
1442 2009-06-25  Ian Lance Taylor  <iant@google.com>
1443
1444         * cvt.c (convert_to_void): Only warn about COND_EXPR if neither
1445         the second nor third operand has side effects.
1446
1447 2009-06-25  Ian Lance Taylor  <iant@google.com>
1448
1449         * parser.c (cp_parser_binary_expression): Increment
1450         c_inhibit_evaluation_warnings while parsing the right hand side of
1451         "true || x" or "false && x".
1452         * typeck.c (cp_build_binary_op): Only call warn_for_sign_compare
1453         if c_inhibit_evaluation_warnings is zero.
1454
1455 2009-06-24  Jason Merrill  <jason@redhat.com>
1456
1457         * error.c (dump_decl): Do say "typedef" for the injected class name.
1458
1459         * pt.c (lookup_template_class): Use currently_open_class,
1460         compare template args later.
1461
1462         PR c++/40342
1463         * decl.c (decls_match): Check DECL_TI_TEMPLATE too.
1464         * class.c (resolve_address_of_overloaded_function): Fix typo.
1465
1466 2009-06-18  Aldy Hernandez  <aldyh@redhat.com>
1467
1468         * class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.
1469         * decl.c (finish_decl): Remove.
1470         (declare_global_var): Replace finish_decl with cp_finish_decl.
1471         (start_method): Same.
1472         * rtti.c (emit_tinfo_decl): Same.
1473         * pt.c (tsubst_expr): Same.
1474         (instantiate_decl): Same.
1475         * decl2.c (grokbitfield): Same.
1476         * name-lookup.c (pushdecl_top_level_1): Same.
1477         * cp-tree.h: Remove finish_decl.
1478
1479 2009-06-16  David Edelsohn  <edelsohn@gnu.org>
1480
1481         * g++-spec.c (LIBSTDCXX_STATIC): Default to NULL.
1482         (lang_specific_driver): Always allocate extra argument.
1483         Add LIBSTDCXX_STATIC to arglist if defined and linking
1484         statically.
1485
1486 2009-06-16  Ian Lance Taylor  <iant@google.com>
1487
1488         * Make-lang.in (cp/class.o): Depend upon gt-cp-class.h.
1489         (cp/semantics.o): Depend upon gt-cp-semantics.h.
1490
1491 2009-06-16  Ian Lance Taylor  <iant@google.com>
1492
1493         * parser.c (cp_unevaluated_operand): Define global variable.
1494         (cp_parser_question_colon_clause): Increment
1495         c_inhibit_evaluation_warnings when evaluating an expression which
1496         will never be executed.
1497         (cp_parser_decltype): Increment cp_unevaluated_operand and
1498         c_inhibit_evaluation_warnings, not skip_evaluation.
1499         (cp_parser_sizeof_operand): Likewise.
1500         (cp_parser_enclosed_template_argument_list): Save
1501         cp_unevaluated_operand and c_inhibit_evaluation_warnings, not
1502         skip_evaluation.
1503         * cp-tree.h (struct saved_scope): Remove skip_evaluation field.
1504         Add unevaluated_operand and inhibit_evaluation_warnings fields.
1505         (cp_unevaluated_operand): Declare.
1506         * name-lookup.c (push_to_top_level): Save cp_unevaluated_operand
1507         and c_inhibit_evaluation_warnings rather than skip_evaluation.
1508         (pop_from_top_level): Restore cp_unevaluated_operand and
1509         c_inhibit_evaluation_warnings rather than skip_evaluation.
1510         * class.c (build_base_path): Check cp_unevaluated_operand rather
1511         than skip_evaluation.
1512         * typeck.c (build_class_member_access_expr): Likewise.
1513         (cp_build_binary_op): Don't warn about bad shift counts if
1514         c_inhibit_evaluation_warnings is non-zero.
1515         * pt.c (coerce_template_parms): Save state of
1516         cp_unevaluated_operand and c_inhibit_evaluation_warnings, not
1517         skip_evaluation.
1518         (tsubst_aggr_type): Likewise.
1519         (tsubst_pack_expansion): Check cp_unevaluated_operand rather than
1520         skip_evaluation.
1521         (tsubst_copy): Likewise.
1522         (tsubst): Set cp_unevaluated_operand and
1523         c_inhibit_evaluation_warnings, not skip_evaluation.
1524         (tsubst_copy_and_build): Likewise.
1525         * call.c (convert_arg_to_ellipsis): Check cp_unevaluated_operand
1526         rather than skip_evaluation.
1527         * decl2.c (mark_used): Likewise.
1528         * semantics.c (finish_non_static_data_member): Likewise.
1529         * cvt.c (cp_convert_and_check): Check
1530         c_inhibit_evaluation_warnings rather than skip_evaluation.
1531         * mangle.c (write_type): Set cp_unevaluated_operand rather than
1532         skip_evaluation.
1533
1534 2009-06-15  Ian Lance Taylor  <iant@google.com>
1535
1536         * parser.c (cp_parser_direct_declarator): Add braces around
1537         variables declared before label.
1538
1539 2009-06-15  Rafael Avila de Espindola  <espindola@google.com>
1540
1541         * cp-objcp-common.h (LANG_HOOKS_COMDAT_GROUP): Remove.
1542         * cp-tree.h (cxx_comdat_group): Change signature.
1543         * decl.c (duplicate_decls): Use DECL_COMDAT_GROUP.
1544         (cxx_comdat_group): Change signature.
1545         * decl2.c (comdat_linkage, maybe_make_one_only): Update call to
1546         make_decl_one_only.
1547         (constrain_visibility, get_guard): Use DECL_COMDAT_GROUP.
1548         * method.c (use_thunk): Update call to make_decl_one_only.
1549         * optimize.c (maybe_clone_body): Use DECL_COMDAT_GROUP
1550
1551 2009-06-12  Aldy Hernandez  <aldyh@redhat.com>
1552
1553         * typeck.c (cp_build_binary_op): Pass location to overflow_warning.
1554         (build_modify_expr): New arg.
1555         * semantics.c (finish_unary_op_expr): Pass location to
1556         overflow_warning.
1557         (handle_omp_for_class_iterator): Pass location to build_modify_expr.
1558         * typeck.c (cxx_sizeof_or_alignof_type): Pass location to
1559         c_sizeof_or_alignof_type.
1560         (build_array_ref): New argument.
1561         (build_compound_expr): Same.
1562         (build_const_cast): Same.
1563         (build_ptrmemfunc): Pass location to build_c_cast.
1564         * init.c (avoid_placement_new_aliasing): Pass location to
1565         build_stmt.
1566         (build_vec_delete_1): Pass location to cp_build_modify_expr,
1567         build_compound_expr.
1568         * class.c (build_vtbl_ref_1): Pass location to build_array_ref.
1569         * decl.c (poplevel): Pass location to c_build_bind_expr.
1570         (finish_case_label): Pass location to build_case_label.
1571         (finish_constructor_body): Same.
1572         (finish_destructor_body): Pass location to build_stmt.
1573         (cxx_maybe_build_cleanup): Same, but to build_compound_expr.
1574         * call.c (build_new_op): Pass location to build_array_ref.
1575         (build_x_va_arg): Pass location to build_va_arg.
1576         * except.c (expand_end_catch_block): Pass location to
1577         build_stmt.
1578         * cp-tree.h (build_array_ref): New argument.
1579         (build_compound_expr): Same.
1580         (build_c_cast): Same.
1581         * cp-gimplify.c (gimplify_if_stmt): Pass location on down.
1582         (gimplify_switch_stmt): Same.
1583         * typeck2.c (split_nonconstant_init_1): Same.
1584         * pt.c (tsubst_copy): Same.
1585         * semantics.c (add_decl_expr): Same.
1586         (do_poplevel): Same.
1587         (push_cleanup): Same.
1588         (finish_goto_stmt): Same.
1589         (finish_expr_stmt): Same.
1590         (begin_if_stmt): Same.
1591         (begin_while_stmt): Same.
1592         (begin_do_stmt): Same.
1593         (finish_return_stmt): Same.
1594         (begin_for_stmt): Same.
1595         (finish_break_stmt): Same.
1596         (finish_continue_stmt): Same.
1597         (begin_switch_stmt): Same.
1598         (begin_try_block): Same.
1599         (begin_handler): Same.
1600         (finish_asm_stmt): Same.
1601         (finish_label_stmt): Same.
1602         (finish_stmt_expr_expr): Same.
1603         (finalize_nrv_r): Same.
1604         (finish_omp_atomic): Same.
1605         * name-lookup.c (do_using_directive): Same.
1606         * decl2.c (grok_array_decl): Same.
1607         * parser.c (cp_parser_cast_expression): Same.
1608         (cp_parser_selection_statement): Same.
1609         (cp_parser_implicitly_scoped_statement): Same.
1610         (cp_parser_objc_selector_expression): Same.
1611         (cp_parser_objc_synchronized_statement): Same.
1612         (cp_parser_objc_throw_statement): Same.
1613         (cp_parser_omp_critical): Same.
1614         (cp_parser_omp_master): Same.
1615         * typeck.c (build_function_call): Add location argument.
1616         * init.c: Add location argument to all build_decl calls.
1617         * class.c: Same.
1618         * method.c: Same.
1619         * rtti.c: Same.
1620         * tree.c: Same.
1621         * pt.c: Same.
1622         * semantics.c: Same.
1623         * lex.c: Same.
1624         * decl2.c: Same.
1625         * cp-gimplify.c: Same.
1626         * decl.c: Same.
1627         (cp_make_fname_decl): Add location argument.  Pass location ot
1628         build_decl.
1629         (finish_case_label): Same.
1630         * cp-tree.h (finish_case_label): Add location argument.
1631         * parser.c (cp_parser_label_for_labeled_statement): Pass location to
1632         finish_case_label.
1633         
1634 2009-06-09  Jason Merrill  <jason@redhat.com>
1635
1636         PR c++/40381
1637         * decl2.c (mark_used): Return after complaining about deleted fn.
1638
1639 2009-06-08  Jason Merrill  <jason@redhat.com>
1640
1641         * parser.c (cp_parser_type_id_1): 'auto' type is ok with a
1642         late-specified return type.
1643
1644 2009-06-08  Jakub Jelinek  <jakub@redhat.com>
1645
1646         PR c++/40373
1647         * call.c (check_dtor_name): Return false even if
1648         get_type_value (name) is error_mark_node.
1649
1650         PR c++/40370
1651         PR c++/40372
1652         * parser.c (cp_parser_direct_declarator): Don't set TREE_SIDE_EFFECTS
1653         on error_mark_node.  Check for VLAs outside of function context
1654         before check whether to wrap bounds into a NOP_EXPR with
1655         TREE_SIDE_EFFECTS.
1656
1657 2009-06-08  Alexandre Oliva  <aoliva@redhat.com>
1658
1659         * repo.c (get_base_filename): Use aux_base_name rather than
1660         alternate temporary file during second compare debug compilation.
1661         (finish_repo): Skip during -fcompare-debug-second.
1662
1663 2009-06-06  Ian Lance Taylor  <iant@google.com>
1664
1665         * parser.c (cp_parser_label_for_labeled_statement): Support
1666         attribute on labels if immediately followed by semicolon.
1667         * semantics.c (finish_label_stmt): Return new label.
1668         * pt.c (tsubst_expr): Handle attributes for LABEL_EXPR.
1669
1670 2009-06-03  Ian Lance Taylor  <iant@google.com>
1671
1672         * Make-lang.in (cc1plus-checksum.o): Depend upon $(CONFIG_H) and
1673         $(SYSTEM_H).
1674
1675 2009-06-02  Mark Mitchell  <mark@codesourcery.com>
1676
1677         * decl.c (maybe_deduce_size_from_array_init): Use relayout_decl.
1678
1679 2009-06-02  Jason Merrill  <jason@redhat.com>
1680
1681         PR c++/40308
1682         PR c++/40311
1683         * typeck.c (cp_build_modify_expr): Always pass init-lists to the
1684         conversion code.
1685         * call.c (implicit_conversion): Allow init-list conversion to scalar
1686         during direct-initialization, too.  Mark the conversion bad if it
1687         has too many levels of braces.
1688         (convert_like_real): And give a helpful error.
1689
1690         PR c++/40306
1691         PR c++/40307
1692         * decl.c (cp_finish_decl): Handle auto deduction from ().
1693         * typeck.c (build_x_indirect_ref): Handle dereferencing an operand
1694         with dependent type that is known to be a pointer.
1695
1696 2009-06-02  Simon Martin  <simartin@users.sourceforge.net>
1697
1698         PR c++/38089
1699         * pt.c (register_specialization): Properly setup DECL_CONTEXT for
1700         specializations in an invalid namespace.
1701
1702 2009-06-01  Aldy Hernandez  <aldyh@redhat.com>
1703
1704         * error.c (print_instantiation_partial_context): Print column
1705         numbers.
1706
1707 2009-05-29  Ian Lance Taylor  <iant@google.com>
1708
1709         * error.c (cp_printer): Don't use va_arg with enum type.
1710
1711 2009-05-28  Dodji Seketeli  <dodji@redhat.com>
1712
1713         PR c++/39754
1714         * cp-tree.h (canonical_type_variant): Remove this function declaration.
1715         (strip_typedefs): New function declaration.
1716         * tree.c (strip_typedefs): New function definition.
1717         (canonical_type_variant): Remove function definition.
1718         * cvt.c (convert_from_reference): No need to use
1719         canonical_type_variant.
1720         * typeck.c (cp_build_indirect_ref): Likewise.
1721         * error.c (dump_template_bindings): Use strip_typedefs instead of
1722         canonical_type_variant.
1723         * pt.c (convert_template_argument, unify): Likewise.
1724         * mangle.c (canonicalize_for_substitution): Don't use
1725         canonical_type_variant.
1726
1727 2009-05-27  Jason Merrill  <jason@redhat.com>
1728
1729         * call.c (implicit_conversion): Handle conversion from
1730         initializer-list to scalar.
1731         (convert_like_real): Likewise.  Avoid crashing on list
1732         initialization with bad conversions.
1733         (can_convert): Use LOOKUP_EXPLICIT.
1734         (can_convert_arg_bad): Add flags parm.
1735         * cp-tree.h: Adjust.
1736         * typeck.c (convert_for_assignment): Pass flags.
1737
1738 2009-05-27  Ian Lance Taylor  <iant@google.com>
1739
1740         * Make-lang.in (g++$(exeext)): Change $(COMPILER) to $(LINKER).
1741         (cc1plus-dummy$(exeext), cc1plus$(exeext)): Likewise.
1742
1743 2009-05-26  Ian Lance Taylor  <iant@google.com>
1744
1745         * Make-lang.in (g++spec.o): Use $(COMPILER).
1746         (g++$(exeext), cc1plus-dummy$(exeext)): Likewise.
1747         (cc1plus$(exeext)): Likewise.
1748
1749 2009-05-26  Dodji Seketeli  <dodji@redhat.com>
1750
1751         PR c++/40007
1752         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): Remove this accessor.
1753         (TI_TYPEDEFS_NEEDING_ACCESS_CHECKING): New accessor.
1754         (get_types_needing_access_check): Declare new entry point.
1755         * pt.c (append_type_to_template_for_access_check_1,
1756         get_types_needing_access_check): New functions.
1757         (perform_typedefs_access_check): Accept FUNCTION_DECLs and
1758         RECORD_TYPEs rather than TEMPLATE_DECLs. Use the new
1759         get_types_needing_access_check, no more
1760         MEMBER_TYPES_NEEDING_ACCESS_CHECK.
1761         (instantiate_class_template): Set input_location to the source
1762         location of the most specialized template definition.
1763         Perform access check using the RECORD_TYPE of the template, not its
1764         associated most generic TEMPLATE_DECL.
1765         (append_type_to_template_for_access_check): Augment function
1766         comments. Use the new get_types_needing_access_check, not
1767         MEMBER_TYPE_NEEDING_ACCESS_CHECK. Use the new
1768         append_type_to_template_for_access_check_1 subroutine.
1769
1770 2009-05-22  Jason Merrill  <jason@redhat.com>
1771
1772         PR c++/38064
1773         * typeck.c (cp_build_binary_op): Allow ENUMERAL_TYPE in
1774         arithmetic comparisons.
1775         (cp_common_type): Handle scoped enums.
1776
1777         * call.c (promoted_arithmetic_type_p): Don't use INTEGRAL_TYPE_P.
1778         (add_builtin_candidate, add_builtin_candidates): Likewise.
1779         (convert_like_real): Likewise.
1780         * class.c (check_bitfield_decl): Likewise.
1781         * decl.c (check_static_variable_definition): Likewise.
1782         (compute_array_index_type): Likewise.
1783         * decl2.c (grokbitfield): Likewise.
1784         * init.c (build_new_1): Likewise.
1785         * pt.c (convert_nontype_argument): Likewise.
1786         (current_instantiation): Likewise.
1787         * tree.c (pod_type_p): Likewise.
1788         * typeck.c (build_static_cast_1): Likewise.
1789         (build_reinterpret_cast_1): Likewise.
1790
1791 2009-05-22  Richard Guenther  <rguenther@suse.de>
1792
1793         PR middle-end/38964
1794         * init.c (avoid_placement_new_aliasing): Remove.
1795         (build_new_1): Do not call it.
1796
1797 2009-05-22  Mark Mitchell  <mark@codesourcery.com>
1798
1799         * decl2.c (decl_needed_p): Consider dllexport'd functions needed.
1800         * semantics.c (expand_or_defer_fn): Similarly.
1801
1802 2009-05-20  Ian Lance Taylor  <iant@google.com>
1803
1804         * parser.c (cp_parser_postfix_expression): Change args to a vec.
1805         Release it when done.
1806         (tree_vector): Define typedef.  Define VEC functions.
1807         (cp_parser_parenthesized_expression_list): Change return type to
1808         vec.  Change all callers.
1809         (cp_parser_new_expression): Change placement and initializer to
1810         vecs.  Release them when done.
1811         (cp_parser_new_placement): Change return type to vec.  Change all
1812         callers.
1813         (cp_parser_new_initializer): Likewise.
1814         * typeck.c (build_function_call_vec): Just call
1815         cp_build_function_call_vec.
1816         (cp_build_function_call): Just build a vec and call
1817         cp_build_function_call_vec.
1818         (cp_build_function_call_vec): New function based on old
1819         cp_build_function_call.
1820         (convert_arguments): Remove nargs and argarray parameters.  Change
1821         values to a vec.  Change caller.
1822         (build_x_compound_expr_from_vec): New function.
1823         (cp_build_modify_expr): Build vec to pass to
1824         build_special_member_call.
1825         * call.c (struct z_candidate): Add first_arg field.  Change args
1826         field to vec.
1827         (convert_class_to_reference): Handle first argument separately.
1828         (add_candidate): Add first_arg parameter.  Change args parameter
1829         to vec.  Change all callers.
1830         (add_function_candidate, add_conv_candidate): Likewise.
1831         (add_template_candidate_real, add_template_candidate): Likewise.
1832         (add_template_conv_candidate): Likewise.
1833         (build_user_type_conversion_1): Handle first argument separately.
1834         (resolve_args): Change return type and parameter type to vecs.
1835         Change all callers.
1836         (perform_overload_resolution): Change args parameter to vec.
1837         Change all callers.
1838         (build_new_function_call, build_operator_new_call): Likewise.
1839         (add_candidates): Likewise.
1840         (build_op_call): New globally visible function, built from and
1841         replacing static function build_object_call.
1842         (build_new_op): Don't handle CALL_EXPR.  Build vec, not tree_list,
1843         of arguments.
1844         (build_op_delete_call): Build vec to pass to
1845         cp_build_function_call_vec.
1846         (build_temp): Build vec to pass to build_special_member_call.
1847         (convert_like_real): Likewise.
1848         (perform_direct_initialization_if_possible): Likewise.
1849         (build_over_call): Handle first_arg field.  Use build_call_array
1850         rather than build_call_list.
1851         (build_special_member_call): Change args parameter to vec.  Change
1852         all callers.
1853         (build_new_method_call): Likewise.
1854         * init.c (expand_default_init): Change parms to vec.
1855         (build_raw_new_expr): Change placement and init to vecs.  Change
1856         all callers.
1857         (build_new_1, build_new): Likewise.
1858         * class.c (resolve_address_of_overloaded_function): Build array to
1859         pass to fn_type_unification.
1860         * pt.c (tsubst_copy_and_build): For NEW_EXPR build vecs to pass to
1861         build_new.  For CALL_EXPR create a vec rather than a tree_list;
1862         expand a pack if necessary.
1863         (fn_type_unification): Change args parameter to const tree *.  Add
1864         nargs parameter.  Change all callers.
1865         (type_unification_real): Likewise.
1866         (unify): Build array to pass to type_unification_real.
1867         (get_bindings): Build array to pass to fn_type_unification.
1868         (any_type_dependent_arguments_p): Change args parameter to a vec.
1869         Change all callers.
1870         (make_args_non_dependent): Renamed from build_non_dependent_args.
1871         Change return type to void.  Change parameter type to vec.  Change
1872         all callers.
1873         (do_auto_deduction): Pass an array to type_unification_real.
1874         * semantics.c (perform_koenig_lookup): Change args to vec.  Change
1875         all callers.
1876         (finish_call_expr): Change args to vec.  Change all callers.  Call
1877         build_op_call instead of passing CALL_EXPR to build_new_op.
1878         (cxx_omp_create_clause_info): Allocate vec to pass to
1879         build_special_member_call.
1880         * decl2.c (build_offset_ref_call_from_tree): Change args parameter
1881         to vec.  Change all callers.
1882         * name-lookup.c (lookup_function_nonclass): Likewise.
1883         (struct arg_lookup): Change args to vec.
1884         (arg_assoc_namespace): Handle args as a vec.
1885         (arg_assoc_args_vec): New static function.
1886         (lookup_arg_dependent): Change args parameter to vec.  Change all
1887         callers.
1888         * method.c (do_build_assign_ref): Allocate vec to pass to
1889         build_special_member_call.
1890         * except.c (build_throw): Likewise.
1891         * typeck2.c (build_functional_cast): Likewise.
1892         * cvt.c (ocp_convert): Likewise.
1893         * tree.c (build_min_non_dep_call_vec): Change last parameter to
1894         vec.  Change all callers.
1895         * cp-tree.h: Update declarations.
1896         * name-lookup.h: Update declarations.
1897
1898 2009-05-20  Sandra Loosemore  <sandra@codesourcery.com>
1899
1900         * typeck.c (default_conversion): Check targetm.promoted_type.
1901         * decl.c (grokdeclarator): Check targetm.invalid_return_type.
1902         (grokparms): Check targetm.invalid_parameter_type.
1903         * cvt.c (ocp_convert): Check targetm.convert_to_type.
1904         (build_expr_type_conversion): Check targetm.promoted_type.
1905
1906 2009-05-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1907
1908         * typeck.c (build_binary_op): Allow % on integal vectors.
1909
1910 2009-05-18  Jason Merrill  <jason@redhat.com>
1911
1912         Implement explicit conversions ops as specified in N2437.
1913         * decl.c (grokdeclarator): Handle explicit conversion ops.
1914         (check_initializer): Pass flags to store_init_value.
1915         * decl2.c (maybe_emit_vtables): Likewise.
1916         * init.c (expand_aggr_init_1): Likewise.
1917         * call.c (convert_class_to_reference): Take flags parm,
1918         check DECL_NONCONVERTING_P.
1919         (build_user_type_conversion_1): Check DECL_NONCONVERTING_P.
1920         (add_builtin_candidates): Simplify getting type of conversion.
1921         (build_object_call): Likewise.  Check DECL_NONCONVERTING_P.
1922         (implicit_conversion): Pass through LOOKUP_ONLYCONVERTING.
1923         (reference_binding): Take flags parm.  Direct-initialize copy parm.
1924         (add_function_candidate): Direct-initialize the copy parm.
1925         (add_conv_candidate): Use LOOKUP_IMPLICIT, not LOOKUP_NORMAL.
1926         (build_builtin_candidate): Add LOOKUP_ONLYCONVERTING.
1927         (conditional_conversion): Likewise.
1928         (convert_like_real): Only complain about DECL_NONCONVERTING_P
1929         constructors.
1930         (perform_implicit_conversion_flags): Add flags parm to
1931         perform_implicit_conversion.  Improve diagnostics.
1932         * cp-tree.h (LOOKUP_IMPLICIT): New macro.
1933         (LOOKUP_COPY_PARM): New bit macro.
1934         * cvt.c (build_expr_type_conversion): Check DECL_NONCONVERTING_P.
1935         * typeck.c (convert_for_assignment): Take flags parm, pass it to
1936         perform_implicit_conversion_flags.
1937         (cp_build_modify_expr): Pass flags to convert_for_assignment.
1938         (convert_for_initialization): Likewise.
1939         * typeck2.c (store_init_value): Take flags parm, pass to
1940         digest_init_flags.
1941         (digest_init_flags): Add flags parm to digest_init.
1942         (digest_init_r): Take flags parm, pass to convert_for_initialization.
1943         (process_init_constructor_array): Pass it.
1944         (process_init_constructor_record): Likewise.
1945         (process_init_constructor_union): Likewise.
1946
1947 2009-05-16  Jason Merrill  <jason@redhat.com>
1948
1949         PR c++/40139
1950         * pt.c (tsubst_qualified_id): Retain the type if we aren't dealing
1951         with a dependent type.  Actually look up the destructor.
1952         * semantics.c (finish_id_expression): Fix logic.
1953         (finish_qualified_id_expr): Don't try to use 'this' if we aren't in
1954         a function.
1955         * typeck.c (build_x_unary_op): Diagnose taking the address of a
1956         constructor or destructor.
1957         * tree.c (get_first_fn): Handle OFFSET_REF.
1958
1959 2009-05-17  Joseph Myers  <joseph@codesourcery.com>
1960
1961         * tree.c (cxx_printable_name_internal): Allow consecutive
1962         translated and untranslated cached copies of the name of the
1963         current function.
1964
1965 2009-05-15  Ian Lance Taylor  <iant@google.com>
1966
1967         * cp-tree.h (enum cp_lvalue_kind_flags): Rename from
1968         cp_lvalue_kind.  Change all uses.
1969         (enum base_access_flags): Rename from enum base_access.  Change
1970         all uses.
1971         * parser.c (enum cp_parser_flags): Remove enum tag.
1972
1973 2009-05-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1974
1975         PR 16302
1976         * call.c (build_new_op): Update calls to warn_logical_operator.
1977
1978 2009-05-14  Ian Lance Taylor  <iant@google.com>
1979
1980         * class.c (layout_class_type): Change itk to unsigned int.
1981         * decl.c (finish_enum): Change itk to unsigned int.
1982         * parser.c (cp_parser_check_decl_spec): Change ds to int.  Remove
1983         casts.
1984
1985 2009-05-13  David Mandelin <dmandelin@mozilla.com>:
1986
1987         * decl.c (duplicate_decls): Preserve parameter attributes.
1988
1989 2009-05-10  Jan Hubicka  <jh@suse.cz>
1990
1991         * decl2.c (cxx_callgraph_analyze_expr): Use
1992         cgraph_mark_address_taken.
1993
1994 2009-05-10  Joseph Myers  <joseph@codesourcery.com>
1995
1996         * call.c (name_as_c_string): Call type_as_string_translate.
1997         Translate identifiers to locale character set.
1998         * cp-tree.h (lang_decl_name): Update prototype.
1999         (type_as_string_translate, decl_as_string_translate,
2000         cxx_printable_name_translate): Declare.
2001         * cxx-pretty-print.c (M_): Define.
2002         (pp_cxx_unqualified_id, pp_cxx_canonical_template_parameter): Mark
2003         English fragments for conditional translation with M_.
2004         * decl.c (grokdeclarator): Translate identifiers to locale
2005         character set for diagnostics.
2006         * error.c (M_): Define.
2007         (dump_template_bindings, dump_type, dump_aggr_type,
2008         dump_type_prefix, dump_global_iord, dump_simple_decl, dump_decl,
2009         dump_function_decl, dump_template_parms, dump_expr,
2010         dump_binary_op, op_to_string, assop_to_string): Mark English
2011         fragments for conditional translation with M_.
2012         (type_as_string): Disable translation of identifiers.
2013         (type_as_string_translate): New.
2014         (expr_as_string): Disable translation of identifiers.
2015         (decl_as_string): Disable translation of identifiers.
2016         (decl_as_string_translate): New.
2017         (lang_decl_name): Add parameter translate.
2018         (args_to_string): Call type_as_string_translate.
2019         (cp_print_error_function): Call cxx_printable_name_translate.
2020         (print_instantiation_full_context,
2021         print_instantiation_partial_context): Call
2022         decl_as_string_translate.
2023         * parser.c (cp_lexer_get_preprocessor_token): Use %qE for
2024         identifier in diagnostic.
2025         * tree.c (cxx_printable_name): Change to
2026         cxx_printable_name_internal.  Add parameter translate.
2027         (cxx_printable_name, cxx_printable_name_translate): New wrappers
2028         round cxx_printable_name_internal.
2029
2030 2009-05-08  H.J. Lu  <hongjiu.lu@intel.com>
2031
2032         PR c/36892
2033         * call.c (build_call_a): Updated warn_deprecated_use call.
2034         (build_over_call): Likewise.
2035         * decl.c (grokdeclarator): Likewise.
2036         (grokparms): Likewise.
2037         * semantics.c (finish_id_expression): Likewise.
2038         * typeck.c (build_class_member_access_expr): Likewise.
2039         (finish_class_member_access_expr): Likewise.
2040
2041 2009-05-06  Dodji Seketeli  <dodji@redhat.com>
2042
2043         PR c++/17395
2044         * pt.c (tsubst_copy) <case PARM_DECL>: We don't want to tsubst the
2045         whole list of PARM_DECLs, just the current one.
2046
2047 2009-05-05  Shujing Zhao  <pearly.zhao@oracle.com>
2048
2049         * cp-tree.h:
2050         (opname_tab, assignop_tab, update_member_visibility, yyerror, yyhook,
2051         mangle_compound_literal): Remove unused declarations.
2052         (build_vfield_ref, cxx_print_statistics, clone_function_decl,
2053         adjust_clone_args, maybe_push_cleanup_level, pushtag, make_anon_name,
2054         pushdecl_top_level_maybe_friend, pushdecl_top_level_and_finish,
2055         check_for_out_of_scope_variable, print_other_binding_stack,
2056         maybe_push_decl, cxx_mark_addressable, force_target_expr,
2057         build_target_expr_with_type, finish_case_label,
2058         cxx_maybe_build_cleanup, begin_eh_spec_block, finish_eh_spec_block,
2059         check_template_keyword, cxx_omp_predetermined_sharing,
2060         cxx_omp_clause_default_ctor, cxx_omp_clause_copy_ctor,
2061         cxx_omp_clause_assign_op, cxx_omp_clause_dtor, cxx_omp_finish_clause,
2062         cxx_omp_privatize_by_reference): Rearrange the declarations line to
2063         match the comment that indicates the .c file which the functions are
2064         defined.
2065         (cxx_print_xnode, cxx_print_decl, cxx_print_type,
2066         cxx_print_identifier, cxx_print_error_function, pushdecl): Add comment.
2067
2068 2009-05-05  Nathan Sidwell  <nathan@codesourcery.com>
2069
2070         * typeck.c (cp_build_compound_expr): Require RHS to have a known
2071         type.
2072         * class.c (resolve_address_of_overloaded_function): Use
2073         OVL_CURRENT for error message.
2074         (instantiate_type): Forbid COMPOUND_EXPRs and remove code dealing
2075         with them.  Do not copy the node.
2076
2077 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
2078
2079         PR c++/40013
2080         * pt.c (tsubst): If magic NOP_EXPR with side-effects has no type,
2081         set it from its operand's type after tsubst_expr.
2082
2083 2009-05-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2084
2085         PR c++/28152
2086         * parser.c (cp_lexer_get_preprocessor_token):  Do not store the
2087         canonical spelling for keywords.
2088         (cp_parser_attribute_list): Use the canonical spelling for
2089         keywords in attributes.
2090
2091 2009-05-01  Joseph Myers  <joseph@codesourcery.com>
2092
2093         * cxx-pretty-print.c (is_destructor_name, pp_cxx_unqualified_id,
2094         pp_cxx_template_keyword_if_needed, pp_cxx_postfix_expression,
2095         pp_cxx_new_expression, pp_cxx_delete_expression,
2096         pp_cxx_unary_expression, pp_cxx_assignment_operator,
2097         pp_cxx_assignment_expression, pp_cxx_expression,
2098         pp_cxx_function_specifier, pp_cxx_decl_specifier_seq,
2099         pp_cxx_simple_type_specifier, pp_cxx_type_specifier_seq,
2100         pp_cxx_exception_specification, pp_cxx_direct_declarator,
2101         pp_cxx_ctor_initializer, pp_cxx_type_id, pp_cxx_statement,
2102         pp_cxx_namespace_alias_definition, pp_cxx_template_parameter,
2103         pp_cxx_canonical_template_parameter, pp_cxx_template_declaration,
2104         pp_cxx_declaration, pp_cxx_typeid_expression,
2105         pp_cxx_va_arg_expression, pp_cxx_offsetof_expression,
2106         pp_cxx_trait_expression): Mostly use pp_string and
2107         pp_cxx_ws_string in place of pp_identifier and pp_cxx_identifier
2108         for non-identifiers.  Mark English strings for translation.
2109         * cxx-pretty-print.h (pp_cxx_ws_string): Define.
2110         * error.c (dump_template_parameter, dump_template_bindings,
2111         dump_type, dump_aggr_type, dump_type_prefix, dump_simple_decl,
2112         dump_decl, dump_template_decl, dump_function_decl,
2113         dump_parameters, dump_exception_spec, dump_template_parms,
2114         dump_expr, dump_binary_op, dump_unary_op, op_to_string,
2115         assop_to_string, args_to_string, cp_print_error_function,
2116         print_instantiation_full_context,
2117         print_instantiation_partial_context): Mostly use pp_string and
2118         pp_cxx_ws_string in place of pp_identifier and pp_cxx_identifier
2119         for non-identifiers.  Mark English strings for translation.
2120         (dump_global_iord): Mark strings for translation; use longer
2121         strings instead of substituting single words.
2122         (function_category): Return a format string marked for
2123         translation, not a single word or phrase to substitute in a longer
2124         phrase.
2125
2126 2009-04-28  Ben Elliston  <bje@au.ibm.com>
2127
2128         PR c++/35652
2129         Revert:
2130
2131         2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2132
2133         * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum.
2134
2135 2009-04-27  Ian Lance Taylor  <iant@google.com>
2136
2137         * semantics.c (finish_omp_clauses): Change type of c_kind to enum
2138         omp_clause_code.
2139
2140 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
2141
2142         PR c++/39875
2143         * cvt.c (convert_to_void) <case INDIRECT_REF>: Only warn about
2144         -Wunused-value if implicit.
2145
2146 2009-04-24  Ian Lance Taylor  <iant@google.com>
2147
2148         * call.c (build_temp): Change 0 to enum constant.
2149         * cp-tree.h (cp_lvalue_kind): Typedef to int rather than enum
2150         type.
2151         * cp-gimplify.c (cp_gimplify_expr): Add cast to enum type.
2152         * decl2.c (constrain_visibility): Likewise.
2153         * parser.c (cp_lexer_get_preprocessor_token): Likewise.
2154         (cp_parser_flags): Typedef to int rather than enum type.
2155         (cp_parser_expression_stack_entry): Change prec field to enum
2156         cp_parser_prec.
2157
2158         * typeck.c (build_modify_expr): Add lhs_origtype parameter.
2159         Change all callers.
2160
2161 2009-04-22  Dodji Seketeli  <dodji@redhat.com>
2162
2163         PR c++/39639
2164         * parser.c (cp_parser_template_argument_list): Display an error
2165         when an ellipsis is not preceded by a parameter pack. Also, warn
2166         about variadic templates usage without -std=c++0x.
2167
2168 2009-04-21  Taras Glek <tglek@mozilla.com>
2169
2170         * cp-tree.h: Update GTY annotations to new syntax.
2171         * decl.c: Likewise.
2172         * mangle.c: Likewise.
2173         * name-lookup.c: Likewise.
2174         * name-lookup.h: Likewise.
2175         * parser.c: Likewise.
2176         * pt.c: Likewise.
2177         * rtti.c: Likewise.
2178         * semantics.c: Likewise.
2179         * typeck2.c: Likewise.
2180
2181 2009-04-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2182
2183         PR c++/14875
2184         * parser.c (cp_parser_error): Pass token->flags to c_parse_error.
2185
2186 2009-04-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2187
2188         PR c++/35711
2189         * typeck.c (check_for_casting_away_constness): We diagnose casting
2190         away any qualifiers not just constness.
2191         (casts_away_constness): Mention that it handles more than just
2192         constness.
2193         
2194 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
2195
2196         * ChangeLog, ChangeLog-1993, ChangeLog-1994, ChangeLog-1995,
2197         ChangeLog-1996, ChangeLog-1997, ChangeLog-1998, ChangeLog-1999,
2198         ChangeLog-2000, ChangeLog-2001, ChangeLog-2002, ChangeLog-2003,
2199         ChangeLog-2004, ChangeLog-2005, ChangeLog-2006, ChangeLog-2007,
2200         ChangeLog-2008, ChangeLog.ptr, ChangeLog.tree-ssa, NEWS,
2201         cfns.gperf: Add copyright and license notices.
2202         * cfns.h: Regenerate.
2203         * ChangeLog, ChangeLog-2004: Correct dates.
2204
2205 2009-04-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2206
2207         PR 16202
2208         * tree.c (lvalue_p_1): Use const_tree.
2209         Use CONST_CAST_TREE to avoid warning.
2210         (lvalue_p): Returns bool, receives const_tree.
2211
2212 2009-04-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2213
2214         PR c++/13358
2215         * parser.c (cp_parser_check_decl_spec): Drop redundant flags.
2216         * error.c (pedwarn_cxx98): New.
2217         * cp-tree.h (pedwarn_cxx98): Declare.
2218
2219 2009-04-20  Le-Chun Wu  <lcwu@google.com>
2220
2221         PR c++/39803
2222         * init.c (build_vec_init): Set TREE_NO_WARNING on the
2223         compiler-generated INDIRECT_REF expression.
2224
2225 2009-04-20  Ian Lance Taylor  <iant@google.com>
2226
2227         * typeck.c (build_function_call_vec): New function.
2228         (cp_build_function_call): Only pass first parameter to
2229         objc_rewrite_function_call.
2230         (build_modify_expr): Add rhs_origtype parameter.  Change all
2231         callers.
2232         * decl.c (finish_decl): Add origtype parameter.  Change all
2233         callers.
2234         * semantics.c (finish_call_expr): Pass VEC to
2235         resolve_overloaded_builtin.
2236
2237 2009-04-20  Ian Lance Taylor  <iant@google.com>
2238
2239         * cp-tree.h (base_access): Change typedef to int.
2240         * parser.c (cp_parser_omp_flush): Change 0 to OMP_CLAUSE_ERROR.
2241         (cp_parser_omp_threadprivate): Likewise.
2242         * pt.c (unify_pack_expansion): Add casts to enum type.
2243
2244 2009-04-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2245
2246         PR c/32061
2247         PR c++/36954
2248         * call.c (build_new_op): Save the original codes of operands
2249         before folding.
2250
2251 2009-04-18  Kazu Hirata  <kazu@codesourcery.com>
2252
2253         * cp-tree.h: Remove the prototype for insert_block.
2254         * decl.c (insert_block): Remove.
2255
2256 2009-04-16  Ian Lance Taylor  <iant@google.com>
2257
2258         * cp-tree.h (enum tsubst_flags): Rename from enum tsubst_flags_t.
2259         (tsubst_flags_t): Change typedef from enum type to int.
2260
2261 2009-04-16  Paolo Bonzini  <bonzini@gnu.org>
2262
2263         * decl.c (check_initializer): Use TYPE_VECTOR_OPAQUE
2264         instead of targetm.vector_opaque_p.
2265
2266 2009-04-15  Le-Chun Wu  <lcwu@google.com>
2267
2268         PR c++/39551
2269         * call.c (build_over_call): Set TREE_NO_WARNING on the
2270         compiler-generated INDIRECT_REF expression.
2271         * cvt.c (convert_to_void): Emit warning when stripping off
2272         INDIRECT_REF.
2273
2274 2009-04-14  Diego Novillo  <dnovillo@google.com>
2275
2276         * parser.c (cp_parser_type_specifier_seq): Move call to
2277         invoke_plugin_callbacks ...
2278         (cp_parser_type_specifier_seq): ... here.
2279
2280 2009-04-14  Le-Chun Wu  <lcwu@google.com>
2281
2282         * Make-lang.in: Modify dependencies of files including plugin.h.
2283         * decl.c (finish_function): Call invoke_plugin_callbacks.
2284         * parser.c (cp_parser_type_specifier): Call invoke_plugin_callbacks.
2285
2286 2009-04-14  Jason Merrill  <jason@redhat.com>
2287
2288         PR c++/39763
2289         * name-lookup.c (pushdecl_maybe_friend): Avoid all warnings
2290         about shadowing by tentative parms.
2291
2292 2009-04-13  Jason Merrill  <jason@redhat.com>
2293
2294         PR c++/39480
2295         * call.c (build_over_call): Don't call memcpy if the target is
2296         the same as the source.
2297
2298 2009-04-13  Jason Merrill  <jason@redhat.com>
2299
2300         PR c++/39750
2301         * pt.c (uses_template_parms): Handle CONSTRUCTOR.
2302
2303 2009-04-12  Jason Merrill  <jason@redhat.com>
2304
2305         PR c++/39742
2306         * call.c (joust): Don't crash on variadic fn.
2307
2308 2009-04-10  Jason Merrill  <jason@redhat.com>
2309
2310         PR c++/28301
2311         * parser.c (cp_parser_skip_to_end_of_block_or_statement): Return
2312         if we see a close brace without an open brace.
2313
2314 2009-04-10  H.J. Lu  <hongjiu.lu@intel.com>
2315
2316         * parser.c (cp_parser_class_specifier): Remove the unused
2317         has_trailing_semicolon.
2318
2319 2009-04-10  Manuel López-Ibáñez  <manu@gcc.gnu.org>
2320
2321         PR  c++/20118
2322         * parser.c (cp_parser_check_template_parameters): Take a
2323         cp_declarator parameter.
2324         (cp_parser_elaborated_type_specifier): Update to
2325         cp_parser_check_template_parameters.
2326         (cp_parser_class_head): Likewise.
2327         (cp_parser_check_declarator_template_parameters): Likewise.
2328         (cp_parser_check_template_parameters): Handle first the non-error
2329         conditions. Give more accurate diagnostics if a declarator is
2330         given. 
2331
2332 2009-04-08  Jason Merrill  <jason@redhat.com>
2333
2334         PR c++/25185
2335         * error.c (dump_aggr_type): Chase template typedefs if
2336         -fno-pretty-templates.
2337
2338 2009-04-08  Dodji Seketeli  <dodji@redhat.com>
2339
2340         PR c++/39637
2341         * parser.c (cp_parser_enumerator_definition): Make sure the
2342         initializer of the enumerator doesn't contain any bare parameter pack.
2343
2344 2009-04-07  Jason Merrill  <jason@redhat.com>
2345
2346         PR c++/34691
2347         * name-lookup.c (merge_functions): Keep multiple extern "C" functions.
2348         * call.c (joust): Complain about mismatched default arguments
2349         in extern "C" functions.
2350         * class.c (resolve_address_of_overloaded_function): Handle multiple
2351         extern "C" functions.
2352         * pt.c (resolve_overloaded_unification): Likewise.
2353
2354 2009-04-07  Jason Merrill  <jason@redhat.com>
2355
2356         PR c++/25185
2357         * error.c (dump_function_decl): Don't pretty-print templates
2358         if -fno-pretty-templates.
2359         (count_non_default_template_args): Print all args if
2360         -fno-pretty-templates.
2361
2362 2009-04-06  Jason Merrill  <jason@redhat.com>
2363
2364         PR c++/35146
2365         * pt.c (fn_type_unification): For DEDUCE_EXACT check that
2366         the deduced template arguments give us the parameter types
2367         we're looking for.
2368
2369 2009-04-05  Giovanni Bajo <giovannibajo@libero.it>
2370             Jason Merrill  <jason@redhat.com>
2371
2372         PR c++/14912
2373         * error.c (count_non_default_template_args): New fn.
2374         (dump_template_parms): Call it.
2375         (dump_template_argument_list): Call it.  Add parms parm.
2376         (dump_template_argument): Adjust call to dump_template_argument_list.
2377         (dump_type, dump_decl): Likewise.
2378         (dump_template_bindings): Refactor logic.
2379
2380 2009-04-03  Jason Merrill  <jason@redhat.com>
2381
2382         PR c++/25185
2383         * error.c (dump_template_bindings): Look through typedefs in
2384         typename results.
2385         (dump_type) [TYPENAME_TYPE]: Print the typedef name if any.
2386         (find_typenames_r): Also collect typedefs.
2387         * pt.c (unify): Strip typedefs.
2388
2389         PR c++/39608
2390         * semantics.c (finish_id_expression): Don't assume a dependent
2391         member of the current instantiation isn't a valid integral
2392         constant expression.  Check dependent_scope_p.
2393         * pt.c (dependent_scope_p): Check TYPE_P.
2394         (tsubst_copy): If args is null, just return.
2395
2396 2009-04-02  Jason Merrill  <jason@redhat.com>
2397
2398         PR c++/25185
2399         * error.c (find_typenames, find_typenames_r): New fns.
2400         (dump_function_decl): Call find_typenames.
2401         (dump_template_bindings): Print typenames as well.
2402         * pt.c (tsubst): Non-static.
2403         * cp-tree.h: Declare it.
2404
2405 2009-04-02  Dodji Seketeli  <dodji@redhat.com>
2406
2407         PR c++/26693
2408         * decl2.c (grokfield): when a typedef appears in a
2409         class, create the typedef variant type node for it.
2410         (save_template_attributes): Creating typedef variant type node
2411          here is now useless.
2412         * decl.c (grokdeclarator): If the typedef'ed struct/class was
2413         anonymous, set the proper type name to all its type variants.
2414         (xref_basetypes) : Fixup the variant types after setting
2415         TYPE_BINFO on REF.
2416         * name-lookup.c (pushdecl_maybe_friend): Reuse the
2417         set_underlying_type function to install typedef variant types.
2418         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): New template accessor
2419         macro.
2420         (append_type_to_template_for_access_check): New entry points.
2421         * semantics.c (check_accessibility_of_qualified_id):
2422         When a typedef that is a member of a class appears in a template,
2423         add it to the template. It will be ...
2424         * class.c (finish_struct_bits): Split type variant fixup into ...
2425         (fixup_type_variants): A new entry point.
2426         * pt.c (instantiate_class_template, instantiate_template ): ... access
2427         checked at template instantiation time.
2428         (resolve_type_name_type): The type name should be the name of the
2429         main type variant.
2430         (retrieve_specialization): Specializations of template typedefs aren't
2431         to looked up in DECL_TEMPLATE_INSTANTIATIONS (tmpl).
2432         (append_type_to_template_for_access_check): New entry point.
2433         (tsubst_decl): For typedefs, build the variant type from the correct
2434         original type.
2435         (get_class_bindings): Fix function comment.
2436         (perform_typedefs_access_check): New entry point.
2437
2438 2009-03-31  Jason Merrill  <jason@redhat.com>
2439
2440         PR c++/34691
2441         * name-lookup.c (pushdecl_maybe_friend): Diagnose mismatched
2442         extern "C" declarations.
2443
2444         C++ DR 613
2445         * semantics.c (finish_non_static_data_member): Allow such references
2446         without an associated object in sizeof/decltype/alignof.
2447
2448         * ptree.c (cxx_print_decl): Pretty-print full name of
2449         function/template.
2450         (cxx_print_type): Pretty-print full name of class.
2451
2452         * decl.c (grokdeclarator): Reject pointer to qualified function
2453         type.
2454
2455         PR c++/37806, core issue 547
2456         * typeck.c (cp_apply_type_quals_to_decl): Don't apply any quals
2457         to a typedef.
2458         * tree.c (cp_build_qualified_type_real): Don't apply restrict to a 
2459         function type.
2460         * decl.h (enum decl_context): Add TEMPLATE_TYPE_ARG.
2461         * decl.c (groktypename): Add is_template_arg parameter.
2462         (grokdeclarator): Allow function cv-quals on a template type arg.
2463         * parser.c (cp_parser_new_type_id, cp_parser_type_id): Add
2464         is_template_arg argument in calls to groktypename.
2465         * cp-tree.h: Adjust prototype.
2466         * error.c (dump_type_prefix, dump_type_suffix): Fix plain 
2467         FUNCTION_TYPE printing.
2468         
2469         * mangle.c (write_expression): Mangle dependent name as
2470         source-name.
2471
2472         PR c++/38030, 38850, 39070
2473         * pt.c (type_dependent_expression_p_push): New fn.
2474         (tsubst_copy_and_build) [CALL_EXPR]: Only do arg-dep lookup when the
2475         substitution makes the call non-dependent.  Preserve koenig_p.
2476         * parser.c (cp_parser_postfix_expression): Only do arg-dep lookup
2477         for non-dependent calls.
2478         * semantics.c (finish_call_expr): Revert earlier changes.
2479         * cp-tree.h: Revert change to finish_call_expr prototype.
2480
2481 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
2482
2483         PR preprocessor/34695
2484         * cp-tree.h (cp_cpp_error): Remove.
2485         * error.c (cp_cpp_error): Remove.
2486         * parser.c (cp_lexer_new_main): Set done_lexing instead of
2487         client_diagnostic and error callback.
2488
2489 2009-03-28  Paolo Bonzini  <bonzini@gnu.org>
2490
2491         * cp/cp-objcp-common.h (LANG_HOOKS_STATICP): Remove.
2492         * cp/cp-objcp-common.c (cxx_staticp): Remove.
2493         * cp/cp-tree.h (cxx_staticp): Remove.
2494
2495 2009-03-28  Jakub Jelinek  <jakub@redhat.com>
2496
2497         PR c++/39554
2498         * parser.c (cp_parser_postfix_expression): Don't call
2499         warning_if_disallowed_function_p.
2500
2501 2009-03-27  Jan Hubicka  <jh@suse.cz>
2502
2503         * except.c (choose_personality_routine): Set terminate_node to abort
2504         for java exceptions.
2505
2506 2009-03-27  Dodji Seketeli  <dodji@redhat.com>
2507             Jakub Jelinek  <jakub@redhat.com>
2508
2509         PR debug/37959
2510         * cp-objcp-common.h (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Define.
2511         (cp_function_decl_explicit_p): New prototype.
2512         * cp-objcp-common.c (cp_function_decl_explicit_p): New function.
2513
2514 2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2515
2516         PR c++/38638
2517         * parser.c (cp_parser_elaborated_type_specifier): If we have a
2518         typename tag and don't have either a TYPE_DECL or a
2519         TEMPLATE_ID_EXPR, set the type to NULL.
2520
2521 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
2522
2523         PR c++/37647
2524         * decl.c (grokdeclarator): Reject [con|de]stuctors in a non-class
2525         scope.
2526
2527 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
2528
2529         PR c++/29727
2530         * decl.c (check_array_designated_initializer): Handle error_mark_node.
2531
2532 2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
2533
2534         PR c++/35652
2535         * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum.
2536
2537 2009-03-26  Andrew Haley  <aph@redhat.com>
2538
2539         PR C++/39380
2540         * decl2.c (possibly_inlined_p): If java exceptions are in use
2541         don't inline a decl unless it is explicitly marked inline.
2542         * lex.c: (pragma_java_exceptions): New variable.
2543         (handle_pragma_java_exceptions): Set pragma_java_exceptions.
2544         * cp-tree.h (pragma_java_exceptions): Declare new variable.
2545
2546 2009-03-24  Jason Merrill  <jason@redhat.com>
2547
2548         PR c++/28274
2549         * name-lookup.c (pushdecl_maybe_friend): Check default args later.
2550
2551 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
2552
2553         PR c/39495
2554         * semantics.c (handle_omp_for_class_iterator): Swap cond operands and
2555         code if iter is the second operand.
2556         * parser.c (cp_parser_binary_expression): Add no_toplevel_fold_p
2557         argument.  If it is set, don't build the toplevel expression with
2558         build_x_binary_op, but build2.
2559         (cp_parser_assignment_expression,  cp_parser_omp_for_incr): Adjust
2560         callers.
2561         (cp_parser_omp_for_cond): Don't assume the first operand of the
2562         comparison must be decl.
2563
2564 2009-03-23  Jason Merrill  <jason@redhat.com>
2565
2566         PR c++/37729
2567         * pt.c (make_fnparm_pack): Split out from...
2568         (instantiate_decl): ...here.
2569         (tsubst_pack_expansion): Handle being called in a late-specified
2570         return type.
2571
2572         PR c++/39526
2573         * name-lookup.c (pushdecl_maybe_friend): Don't warn about shadowing
2574         a parm with a parm.
2575
2576 2009-03-20  Jason Merrill  <jason@redhat.com>
2577
2578         PR c++/28879
2579         * parser.c (cp_parser_direct_declarator): In a template, wrap 
2580         non-constant expression in NOP_EXPR with TREE_SIDE_EFFECTS set.
2581         * pt.c (tsubst): Preserve it in a partial instantiation.
2582         (dependent_type_p_r): Don't check value_dependent_expression_p.
2583         * decl.c (compute_array_index_type): Don't check
2584         value_dependent_expression_p if TREE_SIDE_EFFECTS.
2585
2586         C++ core issue 703
2587         * typeck2.c (check_narrowing): Don't complain about loss of 
2588         precision when converting a floating-point constant.
2589
2590 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
2591
2592         PR c/39495
2593         * parser.c (cp_parser_omp_for_cond): Don't check lhs if decl is NULL.
2594         (cp_parser_omp_for_loop): Always use cp_parser_omp_for_cond.
2595
2596 2009-03-18  Jakub Jelinek  <jakub@redhat.com>
2597
2598         * parser.c (struct cp_token): Reorder fields for 64-bit hosts.
2599         (eof_token): Adjust.
2600
2601 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
2602
2603         PR c++/39425
2604         * parser.c (cp_parser_explicit_specialization): Don't skip the
2605         rest of the specialization when begin_specialization returns
2606         false.
2607
2608 2009-03-17  Jason Merrill  <jason@redhat.com>
2609
2610         * decl.c (grokfndecl): Set DECL_CONTEXT on parms.
2611         (duplicate_decls): Adjust DECL_CONTEXT of newdecl's parms.
2612         * pt.c (check_explicit_specialization): Likewise.
2613         (tsubst_copy) [PARM_DECL]: Return a dummy parm if we don't have a
2614         local specialization.
2615         * tree.c (cp_tree_equal) [PARM_DECL]: Check type and index, not name.
2616         * decl2.c (parm_index): New fn.
2617         * semantics.c (finish_decltype_type): Don't use describable_type.
2618         * mangle.c (write_expression): Likewise.  Mangle ALIGNOF_EXPR.
2619         Give a sorry for unsupported codes rather than crash.  Mangle
2620         conversions with other than 1 operand.  New mangling for PARM_DECL.
2621         * operators.def (ALIGNOF_EXPR): Mangle as "az".
2622
2623 2009-03-17  Jing Yu  <jingyu@google.com>
2624
2625         PR middle-end/39378
2626         * method.c (use_thunk): Change is_thunk from crtl to cfun.
2627
2628 2009-03-17  Paolo Carlini  <paolo.carlini@oracle.com>
2629
2630         PR c++/39475
2631         * semantics.c (check_trait_type): New.
2632         (finish_trait_expr): Use it.
2633
2634 2009-03-17  Jakub Jelinek  <jakub@redhat.com>
2635
2636         * name-lookup.c (cp_emit_debug_info_for_using): Emit USING_STMTs
2637         instead of calling imported_module_or_decl debug hook if
2638         building_stmt_tree ().
2639         * cp-gimplify.c (cp_gimplify_expr): Don't assert the first operand
2640         is a NAMESPACE_DECL.
2641
2642         PR debug/37890
2643         * name-lookup.c (do_namespace_alias): Don't call global_decl debug
2644         hook at function scope.
2645
2646         PR debug/39471
2647         * cp-gimplify.c (cp_gimplify_expr): Don't set DECL_NAME
2648         on IMPORTED_DECL.
2649
2650 2009-03-09  Jakub Jelinek  <jakub@redhat.com>
2651
2652         PR c++/39371
2653         * semantics.c (finish_switch_cond): Don't call get_unwidened.
2654         * decl.c (finish_case_label): Pass SWITCH_STMT_TYPE as 3rd argument
2655         instead of TREE_TYPE (cond).
2656
2657 2009-03-08  H.J. Lu  <hongjiu.lu@intel.com>
2658
2659         PR c++/39060
2660         * parser.c (cp_parser_late_parsing_default_args): Continue
2661         the loop when cp_parser_assignment_expression returns
2662         error_mark_node.
2663
2664 2009-03-07  Jason Merrill  <jason@redhat.com>
2665
2666         PR c++/39367
2667         * init.c (build_new_1): Don't use a VLA type.
2668         (build_vec_init): Handle getting a pointer for BASE.
2669
2670 2009-03-06  H.J. Lu  <hongjiu.lu@intel.com>
2671
2672         PR c++/37520
2673         * cp-tree.h: Check NO_DOT_IN_LABEL before NO_DOLLAR_IN_LABEL
2674         when mangling symbols.
2675
2676 2009-03-06  Paolo Carlini  <paolo.carlini@oracle.com>
2677
2678         PR c++/33492
2679         * error.c (dump_expr): Don't try to print THROW_EXPRs in full.
2680
2681 2009-03-06  Alexandre Oliva  <aoliva@redhat.com>
2682
2683         * decl.c (record_builtin_java_type): Use canonicalized integer
2684         types.
2685
2686 2009-03-04  Jason Merrill  <jason@redhat.com>
2687
2688         PR c++/38908
2689         * class.c (is_really_empty_class): New fn.
2690         * cp-tree.h: Declare it.
2691         * cp-objcp-common.c (cp_expr_size): Use it.
2692
2693         PR c++/13549
2694         * semantics.c (perform_koenig_lookup): Handle TEMPLATE_ID_EXPR.
2695         * parser.c (cp_parser_postfix_expression): Call it for 
2696         TEMPLATE_ID_EXPR.
2697         * tree.c (is_overloaded_fn): Look through TEMPLATE_ID_EXPR.
2698         (get_first_fn): Likewise.
2699
2700         PR c++/9634
2701         PR c++/29469
2702         PR c++/29607
2703         Implement DR 224.
2704         * decl.c (make_typename_type): Do look inside currently open classes.
2705         * parser.c (cp_parser_lookup_name): Likewise.
2706         (cp_parser_template_name): Likewise.
2707         * pt.c (dependent_scope_p): New function.
2708         * cp-tree.h: Declare it.
2709         * class.c (currently_open_class): Return fast if T isn't a class.
2710
2711 2009-02-26  H.J. Lu  <hongjiu.lu@intel.com>
2712
2713         PR c++/37789
2714         * parser.c (cp_parser_mem_initializer): Return error_mark_node
2715         if cp_parser_mem_initializer_id returns error_mark_node.
2716
2717 2009-02-24  Richard Guenther  <rguenther@suse.de>
2718
2719         PR c++/39242
2720         * pt.c (instantiate_decl): Do not instantiate extern, non-inline
2721         declared functions.
2722
2723 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
2724
2725         PR c++/36411
2726         * pt.c (coerce_template_template_parms): Return 0 if parameter
2727         is error_mark_node.
2728
2729 2009-02-23  Jason Merrill  <jason@redhat.com>
2730
2731         * pt.c (unify): Call maybe_adjust_types_for_deduction when
2732         deducing from an initializer list.
2733
2734 2009-02-20  Jason Merrill  <jason@redhat.com>
2735
2736         PR c++/39225
2737         * decl.c (grokdeclarator): Handle ~identifier.
2738
2739 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
2740
2741         PR target/39175
2742         * decl2.c (determine_visibility): If visibility changed and
2743         DECL_RTL has been already set, call make_decl_rtl to update symbol
2744         flags.
2745
2746 2009-02-19  H.J. Lu  <hongjiu.lu@intel.com>
2747
2748         PR c++/39188
2749         * cp-tree.h (maybe_commonize_var): New.
2750
2751         * decl.c (maybe_commonize_var): Make it extern.
2752
2753         * decl2.c (finish_anon_union): Call maybe_commonize_var.
2754
2755 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
2756
2757         PR c++/39219
2758         * parser.c (cp_parser_enum_specifier): Apply all attributes.
2759
2760 2009-02-18  Jason Merrill  <jason@redhat.com>
2761
2762         * cfns.h: Tweak pathname for cfns.gperf.
2763
2764 2009-02-13  Jason Merrill  <jason@redhat.com>
2765
2766         PR c++/39070
2767         * semantics.c (finish_call_expr): Change koenig_p parm to int.
2768         If -1, don't set KOENIG_LOOKUP_P but do keep hidden candidates.
2769         * cp-tree.h: Adjust prototype.
2770         * pt.c (tsubst_copy_and_build) [CALL_EXPR]: Pass -1.
2771
2772 2009-02-12  Jason Merrill  <jason@redhat.com>
2773
2774         PR c++/38950
2775         * pt.c (unify)[TEMPLATE_PARM_INDEX]: Convert to the tsubsted type.
2776
2777 2009-02-11  Jason Merrill  <jason@redhat.com>
2778
2779         PR c++/39153
2780         * decl2.c (cp_write_global_declarations): 
2781         Check DECL_DEFAULTED_FN, not DECL_ARTIFICIAL.
2782
2783         PR c++/30111
2784         * init.c (build_value_init_noctor): Split out from...
2785         (build_value_init): ...here.
2786         (expand_aggr_init_1): Handle value-initialization.
2787         * cp-tree.h: Add declaration.
2788         * class.c (type_has_user_provided_constructor): 
2789         Handle non-class arguments.
2790
2791 2009-02-10  Jason Merrill  <jason@redhat.com>
2792
2793         PR c++/38649
2794         * class.c (defaultable_fn_p): Handle ... properly.
2795
2796         PR c++/36744
2797         * tree.c (lvalue_p_1): Condition rvalue ref handling on
2798         treat_class_rvalues_as_lvalues, too.
2799
2800 2009-02-10  Paolo Carlini  <paolo.carlini@oracle.com>
2801
2802         PR c++/34397
2803         * typeck.c (build_x_array_ref): New.
2804         * cp-tree.h: Declare it.
2805         * pt.c (tsubst_copy_and_build): Use it for case ARRAY_REF.
2806
2807 2009-02-09  Jason Merrill  <jason@redhat.com>
2808
2809         PR c++/39109
2810         * semantics.c (simplify_aggr_init_expr): Do zero-initialization here.
2811         * init.c (build_value_init): Not here. Don't build a TARGET_EXPR.
2812         * tree.c (get_target_expr): Handle AGGR_INIT_EXPR.
2813         * cp-gimplify.c (cp_gimplify_init_expr): Remove special handling
2814         for build_value_init TARGET_EXPR.
2815         * cp-tree.h (AGGR_INIT_ZERO_FIRST): New macro.
2816
2817 2009-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
2818
2819         PR c++/35147
2820         PR c++/37737
2821         * cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Check TREE_VEC_LENGTH.
2822
2823 2009-02-04  Jakub Jelinek  <jakub@redhat.com>
2824
2825         PR c++/39095
2826         * operators.def: Use COMPONENT_REF code for ->/pt operator again,
2827         remove ./dt operator.
2828         * mangle.c (write_expression): Handle COMPONENT_REF after handling
2829         ADDR_EXPR, for COMPONENT_REF without ARROW_EXPR inside of it
2830         write_string ("dt") instead of using operators.def.
2831
2832 2009-02-03  Jason Merrill  <jason@redhat.com>
2833
2834         * typeck.c (cp_build_unary_op): Only complain about taking address
2835         of main if pedantic.
2836
2837 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
2838
2839         PR inline-asm/39059
2840         * parser.c (cp_parser_primary_expression): Reject FIXED_CSTs.
2841
2842         PR c++/39056
2843         * typeck2.c (digest_init_r): Don't call process_init_constructor
2844         for COMPLEX_TYPE.
2845
2846 2009-02-03  Paolo Bonzini  <bonzini@gnu.org>
2847
2848         PR c++/36897
2849         * pt.c (convert_nontype_argument_function): Expect expr to be an
2850         ADDR_EXPR.
2851
2852         PR c++/37314
2853         * typeck.c (merge_types): Call resolve_typename_type if only
2854         one type is a typename.
2855
2856 2009-02-02  Jason Merrill  <jason@redhat.com>
2857
2858         PR c++/39054
2859         * parser.c (cp_parser_unqualified_id): Don't wrap error_mark_node 
2860         in BIT_NOT_EXPR.
2861
2862 2009-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
2863
2864         PR c++/39053
2865         * parser.c (cp_parser_pure_specifier): If there are no tokens left
2866         do not call cp_lexer_consume_token.
2867
2868 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
2869
2870         PR c++/39028
2871         * parser.c (cp_parser_already_scoped_statement): Handle __label__
2872         declarations.
2873
2874 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
2875
2876         PR c++/33465
2877         * error.c (dump_expr): Handle FIX_TRUNC_EXPR and FLOAT_EXPR.
2878
2879 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
2880
2881         PR c++/38655
2882         * error.c (dump_type_prefix, dump_type_suffix): Handle FIXED_POINT_TYPE.
2883
2884 2009-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
2885
2886         * typeck.c (invalid_nonstatic_memfn_p): Use
2887         DECL_NONSTATIC_MEMBER_FUNCTION_P.
2888
2889 2009-01-27  Paolo Carlini  <paolo.carlini@oracle.com>
2890
2891         PR c++/37554
2892         * call.c (build_over_call): If convert_for_arg_passing returns
2893         error_mark_node unconditionally return it.
2894
2895 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
2896
2897         * class.c (check_field_decls): Also inherit packed for bitfields
2898         regardless of their type.
2899
2900 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
2901
2902         PR c++/38930
2903         * decl2.c (grokfield): Reverting changes of PR c++/26693
2904         (save_template_attributes): Likewise.
2905         * decl.c (grokdeclarator): Likewise.
2906         * name-lookup.c (pushdecl_maybe_friend): Likewise.
2907         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): Likewise.
2908         (append_type_to_template_for_access_check): Likewise.
2909         * semantics.c (check_accessibility_of_qualified_id): Likewise.
2910         * pt.c (instantiate_class_template, instantiate_template ): Likewise.
2911         (tsubst): Likewise.
2912         (resolve_type_name_type): Likewise.
2913         (append_type_to_template_for_access_check): Likewise.
2914
2915 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
2916
2917         PR c++/26693
2918         * decl2.c (grokfield): when a typedef appears in a
2919         class, create the typedef variant type node for it.
2920         (save_template_attributes): Creating typedef variant type node
2921          here is now useless.
2922         * decl.c (grokdeclarator): If the typedef'ed struct/class was
2923         anonymous, set the proper type name to all its type variants.
2924         * name-lookup.c (pushdecl_maybe_friend): Reuse the
2925         set_underlying_type function to install typedef variant types.
2926         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): New template accessor
2927         macro.
2928         (append_type_to_template_for_access_check): New entry points.
2929         * semantics.c (check_accessibility_of_qualified_id):
2930         When a typedef that is a member of a class appears in a template,
2931         add it to the template. It will be ...
2932         * pt.c (instantiate_class_template, instantiate_template ): ... access
2933         checked at template instantiation time.
2934         (tsubst): Handle the case of being called with NULL args.
2935         (resolve_type_name_type): The type name should be the name of the
2936         main type variant.
2937         (append_type_to_template_for_access_check): New entry point.
2938
2939 2009-01-19  Jason Merrill  <jason@redhat.com>
2940
2941         PR c++/23287
2942         * parser.c (cp_parser_unqualified_id): In a template,
2943         accept ~identifier.
2944         * typeck.c (lookup_destructor): Handle IDENTIFIER_NODE.
2945
2946 2009-01-16  Jason Merrill  <jason@redhat.com>
2947
2948         PR c++/38877
2949         * tree.c (lvalue_p_1): Allow non-fields in COMPONENT_REF.
2950         * init.c (build_new): Don't call describable_type unless we
2951         have an auto.
2952
2953         PR c++/29470
2954         * pt.c (tsubst_decl) [USING_DECL]: Propagate access flags.
2955
2956         PR c++/38579
2957         * search.c (protected_accessible_p): N doesn't vary.
2958
2959 2009-01-15  Jason Merrill  <jason@redhat.com>
2960
2961         PR c++/38850
2962         * pt.c (tsubst_copy_and_build): Tell finish_call_expr to
2963         accept hidden friends.
2964
2965 2009-01-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
2966
2967         PR C++/29388
2968         * decl.c (grokdeclarator): Check for a non namespace/class context.
2969
2970 2009-01-15  Jason Merrill  <jason@redhat.com>
2971
2972         PR c++/36334
2973         PR c++/37646
2974         * tree.c (lvalue_p_1): Handle BASELINK.  A COMPONENT_REF to
2975         a function isn't necessarily an lvalue. Take tree, not const_tree.
2976         (lvalue_p, real_lvalue_p): Take tree, not const_tree.
2977         * typeck.c (lvalue_or_else): Likewise.
2978         * cp-tree.h: Adjust prototypes.
2979
2980 2009-01-15  Steve Ellcey  <sje@cup.hp.com>
2981
2982         PR c++/38357
2983         * pt.c (tsubst): Check for NULL args.
2984
2985 2009-01-15  Dodji Seketeli  <dodji@redhat.com>
2986
2987         PR c++/38636
2988         * name-lookup.c (pushtag): Don't create members to types that are not
2989         being created.
2990
2991 2009-01-14  Nick Clifton  <nickc@redhat.com>
2992
2993         PR c++/37862
2994         * parser.c: Pass cp_id_kind computed in
2995         cp_parser_postfix_dot_deref_expression to
2996         cp_parser_primary_expression.
2997
2998 2009-01-13  Jakub Jelinek  <jakub@redhat.com>
2999
3000         PR c++/38795
3001         * tree.c (cp_walk_subtrees): Handle REINTERPRET_CAST_EXPR,
3002         STATIC_CAST_EXPR, CONST_CAST_EXPR and DYNAMIC_CAST_EXPR the same
3003         as CAST_EXPR.
3004
3005 2009-01-12  Jason Merrill  <jason@redhat.com>
3006             Steve Ellcey  <sje@cup.hp.com>
3007
3008         PR c++/35109
3009         * name-lookup.c (lookup_name_real): Keep looking past a hidden 
3010         binding.
3011
3012 2009-01-12  Dodji Seketeli  <dodji@redhat.com>
3013
3014         PR c++/36019
3015         * pt.c (parameter_of_template_p): New function.
3016         * cp-tree.h: Declare it.
3017         * name-lookup.c (binding_to_template_parms_of_scope_p): New
3018         function.
3019         (outer_binding): Take template parameters in account when looking for
3020         a name binding.
3021
3022 2009-01-12  Jason Merrill  <jason@redhat.com>
3023
3024         PR c++/31488
3025         * tree.c (pod_type_p): Return 1 for structs created by the back end.
3026
3027 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
3028
3029         PR c/32041
3030         * parser.c (cp_parser_builtin_offsetof): Allow `->' in
3031         offsetof member-designator, handle it as `[0].'.
3032
3033         PR c++/38794
3034         * decl.c (start_function): If grokdeclarator hasn't returned
3035         FUNCTION_DECL nor error_mark_node, issue diagnostics.
3036
3037 2009-01-11  Jakub Jelinek  <jakub@redhat.com>
3038
3039         PR c++/36254
3040         * cp-gimplify.c (genericize_if_stmt): Renamed from ...
3041         (gimplify_if_stmt): ... this.
3042         (cp_gimplify_expr): Don't handle IF_STMT here.
3043         (cp_genericize_r): Call genericize_if_stmt for IF_STMT.
3044
3045 2009-01-10  Andrew Pinski  <pinskia@gmail.com>
3046
3047         PR c++/38648
3048         * typeck.c (cp_build_modify_expr): Check for NULL current_function_decl.
3049
3050         PR c++/36695
3051         * typeck2.c (build_functional_cast): Check for reference type and NULL
3052         PARMS.
3053
3054 2009-01-09  Steve Ellcey  <sje@cup.hp.com>
3055
3056         * typeck.c (cp_build_unary_op): Check for ERROR_MARK.
3057
3058 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
3059
3060         PR c++/35335
3061         * error.c (dump_expr): Handle EXPR_STMT like BIND_EXPR.
3062
3063 2009-01-09  John F. Carr  <jfc@mit.edu>
3064
3065         PR c++/37877
3066         * parser.c (cp_parser_class_specifier): Clear
3067         parser->in_unbraced_linkage_specification_p while parsing class
3068         specifiers.
3069
3070 2009-01-07  Jakub Jelinek  <jakub@redhat.com>
3071
3072         PR c++/38725
3073         * semantics.c (finish_goto_stmt): Convert destination to
3074         void *.
3075
3076 2009-01-06  Jason Merrill  <jason@redhat.com>
3077
3078         PR c++/35297
3079         PR c++/35477
3080         PR c++/35784
3081         PR c++/36846
3082         PR c++/38276
3083         * pt.c (check_default_tmpl_args): Don't complain about
3084         out-of-order parameter packs in the enclosing class
3085         or parameter packs after default args.
3086         (coerce_template_parms): If we have more than one
3087         parameter pack, don't flatten argument packs.
3088         (template_args_equal): Handle argument packs.
3089         (comp_template_args): Don't flatten argument packs.
3090         (check_instantiated_arg): Split out from...
3091         (check_instantiated_args): Here.  Handle arg packs.
3092         (convert_template_argument): Just check that nontype argument
3093         packs have the right type.
3094
3095 2009-01-05  Dodji Seketeli  <dodji@redhat.com>
3096
3097         PR c++/38472
3098         * typeck.c (type_after_usual_arithmetic_conversions): Fix a typo.
3099
3100 2009-01-05  Jason Merrill  <jason@redhat.com>
3101
3102         PR c++/38698
3103         * typeck2.c (process_init_constructor_union): Handle union with
3104         no fields.
3105
3106         * mangle.c (write_expression): Remove mangling for zero-operand
3107         casts.
3108
3109         PR c++/38701
3110         * decl.c (cp_finish_decl): Clear DECL_INITIAL for invalid
3111         defaulting.
3112
3113         PR c++/38702
3114         * class.c (defaultable_fn_p): Only operator== can be a copy
3115         assignment operator.
3116
3117 2009-01-02  Jason Merrill  <jason@redhat.com>
3118
3119         PR c++/38698
3120         * typeck2.c (process_init_constructor_union): Handle excess
3121         initializers.
3122         (process_init_constructor_record): Likewise.
3123
3124         PR c++/38684
3125         * typeck2.c (digest_init_r): Don't use process_init_constructor
3126         for non-aggregate classes.
3127
3128 \f
3129 Copyright (C) 2009 Free Software Foundation, Inc.
3130
3131 Copying and distribution of this file, with or without modification,
3132 are permitted in any medium without royalty provided the copyright
3133 notice and this notice are preserved.