OSDN Git Service

* call.c (reference_binding): Rename lvalue_p to is_lvalue.
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2009-07-31  Jason Merrill  <jason@redhat.com>
2
3         * call.c (reference_binding): Rename lvalue_p to is_lvalue.
4         Do direct binding of "rvalues" in memory to rvalue references.
5         * tree.c (lvalue_p_1): Can't be both non-addressable lvalue and
6         "rvalue" in memory.
7         * typeck.c (build_static_cast_1): Do direct binding of memory
8         "rvalues" to rvalue references.
9         * cvt.c (cp_fold_convert): New.
10         * cp-tree.h: Declare it.
11
12 2009-07-31  Jason Merrill  <jason@redhat.com>
13
14         * typeck.c (build_address): Do fold away ADDR_EXPR of INDIRECT_REF.
15         * tree.c (rvalue): Use cp_build_qualified_type, not TYPE_MAIN_VARIANT.
16
17 2009-07-29  Jason Merrill  <jason@redhat.com>
18
19         PR c++/14912
20         * cp-tree.h (enum tsubst_flags): Add tf_no_class_instantiations.
21         * error.c (count_non_default_template_args): Pass it.
22         * pt.c (tsubst) [TYPENAME_TYPE]: Don't complete type if it's set.
23
24 2009-07-29  Richard Guenther  <rguenther@suse.de>
25
26         PR c++/40834
27         * cp-gimplify.c (cp_genericize_r): Properly walk the BIND_EXPR
28         vars.
29
30 2009-07-26  Simon Martin  <simartin@users.sourceforge.net>
31
32         PR c++/40749
33         * decl.c (grokdeclarator): Do not set TREE_NO_WARNING for functions
34         with a qualified return type.
35
36 2009-07-24  Jason Merrill  <jason@redhat.com>
37
38         Core issue 901
39         * call.c (build_op_delete_call): If this is for a new-expression
40         and the op delete is deleted, do nothing.
41
42         Core issue 702
43         * call.c (compare_ics): Give list-initialization of std::init_list
44         priority over conversion to scalar, too.
45
46 2009-07-22  Jason Merrill  <jason@redhat.com>
47
48         * mangle.c (mangle_type_string_for_rtti): Rename to be clearer.
49         (needs_fake_anon): New.
50         (write_name): Check it.
51         (write_nested_name): Add a fake anonymous namespace scope if true.
52         * name-lookup.c (get_anonymous_namespace_name): No longer static.
53         * rtti.c, cp-tree.h: Adjust.
54
55 2009-07-22  Richard Guenther  <rguenther@suse.de>
56
57         PR c++/40799
58         * cp-gimplify.c (cp_gimplify_expr): Move handling of using
59         related exprs to ...
60         (cp_genericize_r): ... genericization stage.
61         (cp_genericize): Adjust.
62
63 2009-07-21  Jason Merrill  <jason@redhat.com>
64
65         Core issue 934
66         * call.c (reference_binding): Implement binding to { }.
67         (initialize_reference): Binding temporary to non-const && is fine.
68         * decl.c (grok_reference_init): Remove error for CONSTRUCTOR.
69
70         * decl.c (reshape_init_r): { T } is not an aggregate initializer
71         for class T.
72
73 2009-07-17  Richard Guenther  <rguenther@suse.de>
74
75         PR c/40401
76         * decl.c (finish_function): Do not emit unused result warnings
77         from here.
78         * cp-objcp-common.h (LANG_HOOKS_POST_GIMPLIFY_PASS): Use
79         c_warn_unused_result_pass.
80         * semantics.c (expand_or_defer_fn): Adjust assertion about IL status.
81         * optimize.c (clone_body): Clone in GENERIC.
82         (maybe_clone_body): Do not clear DECL_SAVED_TREE.
83         * decl2.c (cp_write_global_declarations): Fix body test.
84         Do not call cgraph_optimize.
85         * Make-lang.in (optimize.o): Add tree-iterator.h dependency.
86         * method.c (use_thunk): Register thunk with
87         cgraph_finalize_function.
88         * error.c (function_category): Guard access of DECL_LANG_SPECIFIC.
89
90 2009-07-17  Richard Guenther  <rguenther@suse.de>
91
92         * init.c (build_vec_delete_1): Do not set DECL_REGISTER on the
93         temporary pointer.
94
95 2009-07-17  Aldy Hernandez  <aldyh@redhat.com>
96             Manuel López-Ibáñez  <manu@gcc.gnu.org>
97
98         PR 40435 
99         * typeck.c, init.c, class.c, method.c, rtti.c, except.c, error.c,
100         tree.c, cp-gimplify.c, cxx-pretty-print.c, pt.c, semantics.c,
101         call.c, cvt.c, mangle.c: Add location argument to
102         fold_{unary,binary,ternary}, fold_build[123], build_call_expr,
103         build_size_arg, build_fold_addr_expr, build_call_array,
104         non_lvalue, size_diffop, fold_build1_initializer,
105         fold_build2_initializer, fold_build3_initializer,
106         fold_build_call_array, fold_build_call_array_initializer,
107         fold_single_bit_test, omit_one_operand, omit_two_operands,
108         invert_truthvalue, fold_truth_not_expr, build_fold_indirect_ref,
109         fold_indirect_ref, combine_comparisons, fold_builtin_*,
110         fold_call_expr, build_range_check, maybe_fold_offset_to_address,
111         round_up, round_down.
112
113 2009-07-16  Jason Merrill  <jason@redhat.com>
114
115         PR libstdc++/37907
116         Split POD into "standard-layout" and "trivial" as per N2230,
117         Support std::is_standard_layout and std::is_trivial traits.
118         * cp-tree.h (enum cp_trait_kind): Add CPTK_IS_STD_LAYOUT,
119         CPTK_IS_TRIVIAL.
120         (struct lang_type_class): Add non_std_layout.
121         (CLASSTYPE_NON_STD_LAYOUT): New.
122         * class.c (check_bases): Set it.
123         (check_field_decls): Likewise.
124         (check_bases_and_members): Likewise.
125         * parser.c (cp_parser_primary_expression): Handle RID_IS_STD_LAYOUT,
126         RID_IS_TRIVIAL.
127         (cp_parser_trait_expr): Likewise.
128         * semantics.c (trait_expr_value): Handle CPTK_IS_STD_LAYOUT,
129         CPTK_IS_TRIVIAL.
130         (finish_trait_expr): Likewise.
131         * tree.c (scalarish_type_p, trivial_type_p, std_layout_type_p): New.
132         (pod_type_p): Use them.
133         (type_has_nontrivial_copy_init, type_has_nontrivial_default_init): New.
134
135         Adjust bits of the language that no longer refer to POD types.
136         * call.c (convert_arg_to_ellipsis): Use type_has_nontrivial_copy_init
137         and TYPE_HAS_NONTRIVIAL_DESTRUCTOR rather than pod_type_p.
138         (build_x_va_arg): Likewise.
139         (call_builtin_trap): Remove.
140         * decl.c (declare_local_label): Use type_has_nontrivial_default_init
141         and TYPE_HAS_NONTRIVIAL_DESTRUCTOR rather than pod_type_p.
142         (cp_finish_decl): Likewise.
143         (check_previous_goto_1, check_goto): Adjust error.
144         * typeck.c (build_class_member_access_expr): Check
145         CLASSTYPE_NON_STD_LAYOUT rather than CLASSTYPE_NON_POD_P.
146
147 2009-07-14  Taras Glek  <tglek@mozilla.com>
148             Rafael Espindola  <espindola@google.com>
149
150         * Make-lang.in: Added CP_PLUGIN_HEADERS and
151         c.install-target to export cp-tree.h cxx-pretty-print.h
152         name-lookup.h headers for plugins.
153
154 2009-07-14  Jason Merrill  <jason@redhat.com>
155
156         PR c++/37276
157         * decl.c (decls_match): A non-extern-C declaration doesn't match
158         a builtin extern-C declaration.
159
160         PR c++/40746
161         * name-lookup.c (qualified_lookup_using_namespace): Don't stop
162         looking in used namespaces just because we found something on
163         another branch.
164
165         PR c++/40740
166         * semantics.c (perform_koenig_lookup): Handle empty template args.
167
168         * call.c (build_over_call): Use can_trust_pointer_alignment.
169
170 2009-07-14  Dodji Seketeli  <dodji@redhat.com>
171
172         PR debug/40705
173         PR c++/403057
174         * decl2.c (grokfield): Don't call set_underlying_type on typedef
175         decls that are type names.
176
177 2009-07-13  Andrew Pinski  <andrew_pinski@playstation.sony.com>
178
179         PR C++/22154
180         * parser.c (cp_parser_elaborated_type_specifier): Accept typename in
181         front of qualified names.
182
183 2009-07-12  Jason Merrill  <jason@redhat.com>
184
185         PR c++/36628
186         * tree.c (rvalue): Use lvalue_or_rvalue_with_address_p.
187
188         PR c++/37206
189         * cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.
190         * tree.c (lvalue_p_1): Return it.  Remove
191         treat_class_rvalues_as_lvalues parm.
192         (real_lvalue_p): Disallow pseudo-lvalues here.
193         (lvalue_or_rvalue_with_address_p): New fn.
194         * call.c (initialize_reference): Use it instead of real_lvalue_p.
195
196         PR c++/40689
197         * init.c (build_new_1): Handle initializer list as array initializer.
198         (build_vec_init): Likewise.
199         * typeck.c (cp_build_modify_expr): Likewise.
200         * typeck2.c (process_init_constructor_array): Error rather than abort
201         if too many initializers.
202
203 2009-07-10  Jakub Jelinek  <jakub@redhat.com>
204
205         PR c++/40502
206         * error.c (cp_print_error_function): Check for NULL block.
207
208 2008-07-09  Simon Martin  <simartin@users.sourceforge.net>
209             Jason Merrill  <jason@redhat.com>
210
211         * pt.c (perform_typedefs_access_check, get_types_needing_access_check,
212         append_type_to_template_for_access_check_1): Use CLASS_TYPE_P.
213
214 2009-07-09  Dodji Seketeli  <dodji@redhat.com>
215
216         PR c++/40684
217         * pt.c (type_unification_real): Use tsubst_template_arg instead
218         of tsubst to substitute default template arguments.
219
220 2009-07-08  Manuel López-Ibáñez  <manu@gcc.gnu.org>
221
222         PR c++/31246
223         * init.c (build_new_1): Set TREE_NO_WARNING for compiler-generated
224         code.
225         * cp-gimplify.c (genericize_eh_spec_block): Likewise.
226         
227
228 2009-07-07  Jason Merrill  <jason@redhat.com>
229
230         PR c++/35828
231         * pt.c (tsubst_decl): Don't abort if we didn't change anything
232         in a TEMPLATE_DECL's args.
233
234 2009-07-07  Manuel López-Ibáñez  <manu@gcc.gnu.org>
235
236         * semantics.c (finalize_nrv_r): Replace EXPR_LOCUS by
237         EXPR_LOCATION.
238         
239 2009-07-07  Jason Merrill  <jason@redhat.com>
240
241         PR c++/37816
242         * decl.c (build_enumerator): Don't add enumerators for a
243         scoped enum to the enclosing class.
244
245         PR c++/40639
246         * decl.c (start_enum): Allow dependent underlying type.
247
248         PR c++/40633
249         * decl.c (finish_enum): Finish scope even in a template.
250
251 2009-07-07  Manuel López-Ibáñez  <manu@gcc.gnu.org>
252
253         * init.c: Replace %J by an explicit location. Update all calls.
254         * decl.c: Likewise.
255         * typeck2.c: Likewise.
256         * pt.c: Likewise.
257         * name-lookup.c: Likewise.
258         
259 2009-07-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
260
261         * decl.c: Replace %H by an explicit location. Update all calls.
262         * except.c: Likewise.
263         * semantics.c: Likewise.
264         * parser.c: Likewise.
265
266 2009-07-06  Simon Martin  <simartin@users.sourceforge.net>
267
268         PR c++/40557
269         * pt.c (perform_typedefs_access_check, get_types_needing_access_check,
270         append_type_to_template_for_access_check_1): Use
271         RECORD_OR_UNION_CODE_P.
272
273 2009-07-04  Jason Merrill  <jason@redhat.com>
274
275         * pt.c (retrieve_specialization): Don't get confused by a
276         using-declaration that brings in another instance of this template
277         from a base class.
278
279         * ptree.c (cxx_print_type): Fix logic.
280
281         * cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking version.
282
283         PR c++/40619
284         * cp-tree.h (struct lang_decl_parm): New.
285         (struct lang_decl): Add it.
286         (LANG_DECL_PARM_CHECK): New.
287         (DECL_PARM_INDEX): New.
288         * decl2.c (parm_index): Remove.
289         * lex.c (retrofit_lang_decl): Handle parms.
290         (cxx_dup_lang_specific_decl): Likewise.
291         * mangle.c (write_expression): Adjust.
292         * tree.c (cp_tree_equal): Adjust.
293         (decl_linkage): Only check DECL_COMDAT for functions and variables.
294         * parser.c (cp_parser_parameter_declaration_list): Set
295         DECL_PARM_INDEX.
296         * pt.c (iterative_hash_template_arg): Hash it.
297
298 2009-07-03  Jason Merrill  <jason@redhat.com>
299
300         * cp-tree.h (struct lang_decl): Overhaul.
301         (struct lang_decl_flags): Remove.
302         (struct lang_decl_base): New.
303         (struct lang_decl_min): New.
304         (struct lang_decl_fn): New.
305         (struct lang_decl_ns): New.
306         (CAN_HAVE_FULL_LANG_DECL_P): Replace with LANG_DECL_HAS_MIN.
307         (LANG_DECL_MIN_CHECK): New.
308         (LANG_DECL_FN_CHECK): New.
309         (LANG_DECL_NS_CHECK): New.
310         (STRIP_TEMPLATE): New.
311         (NON_THUNK_FUNCTION_CHECK): Remove.
312         (DECL_DECLARES_FUNCTION_P): New.
313         (lots): Adjust.
314         * lex.c (retrofit_lang_decl, cxx_dup_lang_specific_decl): Adjust.
315         * decl.c (push_local_name, duplicate_decls): Adjust.
316         * decl2.c (start_objects): Don't set u2sel.
317         * semantics.c (finish_omp_threadprivate): Adjust.
318         * class.c (build_clone): Don't do much on TEMPLATE_DECLs.
319         (decl_cloned_function_p): Out-of-line implementation of macros.
320         (clone_function_decl, adjust_clone_args): Use DECL_CLONED_FUNCTION_P.
321         * mangle.c (write_unqualified_name): Don't check function flags
322         on non-functions.
323         * method.c (make_alias_for): Don't set DECL_CLONED_FUNCTION.
324         * pt.c (build_template_decl): Don't set function flags.
325         (check_default_tmpl_args): Check that it's a function.
326         (instantiate_template): Use DECL_ABSTRACT_ORIGIN to find the
327         cloned template.
328
329         * pt.c (tsubst_decl) [FUNCTION_DECL]: Don't tsubst
330         DECL_CLONED_FUNCTION.
331
332         * cp-tree.h (struct lang_type_class): Move sorted_fields here.
333         * class.c (finish_struct_1): Adjust.
334         * ptree.c (cxx_print_decl, cxx_print_type): Adjust.
335         * search.c (lookup_field_1): Adjust.
336
337         * cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Remove.
338         * decl.c (finish_method): Don't add to it.
339         * class.c (fixup_pending_inline): Remove.
340         (fixup_inline_methods): Remove.
341         (finish_struct_1): Don't call it.
342
343         * error.c (dump_function_name): Handle null name.
344
345 2009-07-02  Mark Mitchell  <mark@codesourcery.com>
346
347         * typeck.c (cp_build_binary_op): Move warnings about use of NULL
348         in arithmetic earlier and allow comparisions of NULL with
349         pointers-to-members.
350
351 2009-07-02  Jason Merrill  <jason@redhat.com>
352
353         Use hash tables for template specialization lookup.
354         * pt.c (struct spec_entry): New type.
355         (decl_specializations, type_specializations): New hash tables.
356         (register_specialization, retrieve_specialization): Use them.
357         (reregister_specialization, lookup_template_class): Use them.
358         (eq_specializations, hash_tmpl_and_args, hash_specialization): New.
359         (iterative_hash_template_arg): New.
360         (init_template_processing): New
361         (process_partial_specialization): Don't look to see if we already
362         have this partial specialization.
363         (maybe_process_partial_specialization): Handle reassigning
364         full specializations when we get an explicit specialization
365         of the partial instantiation.
366         (tsubst_friend_function): Adjust specialization reassignment code.
367         (instantiate_template): Only do one lookup.
368         (instantiate_decl): Don't do any lookup.
369         * cp-tree.h: Declare init_template_processing.
370         * decl.c (duplicate_decls): Pass args to reregister_specialization.
371
372 2009-07-01  Jason Merrill  <jason@redhat.com>
373
374         * cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT_TYPEDEF_P.
375
376         * pt.c (register_specialization): Use duplicate_decls to merge
377         the argument with a previous specialization.
378         (check_explicit_specialization): Call register_specialization to
379         merge the TEMPLATE_DECL with a previous version.
380         (determine_specialization): Return the args even if fn is a template.
381
382 2009-07-01  Ian Lance Taylor  <iant@google.com>
383
384         * g++spec.c (lang_specific_driver): Bump num_args by 1.
385
386 2009-06-30  Jason Merrill  <jason@redhat.com>
387
388         PR c++/40595
389         * pt.c (tsubst_pack_expansion): Handle unexpanded packs in an
390         EXPR_PACK_EXPANSION.
391
392 2009-06-29  Jason Merrill  <jason@redhat.com>
393
394         PR c++/40274
395         * error.c (dump_template_parms): Pass all args to
396         count_non_default_template_args.
397         (count_non_default_template_args): Pull out the inner ones.
398
399 2009-06-26  H.J. Lu  <hongjiu.lu@intel.com>
400
401         * decl.c (duplicate_decls): Re-indent.
402
403 2009-06-25  Ian Lance Taylor  <iant@google.com>
404
405         * call.c (avoid_sign_compare_warnings): New static function.
406         (build_new_op): Call it.
407         * typeck.c (cp_build_binary_op): Don't call warn_sign_compare if
408         TREE_NO_WARNING is set on either operand.
409
410 2009-06-25  Ian Lance Taylor  <iant@google.com>
411
412         * g++spec.c (SKIPOPT): define.
413         (lang_specific_driver): Handle -static-libstdc++.  Only add
414         LIBSTDCXX_STATIC if we add LIBSTDCXX.
415
416 2009-06-25  Ian Lance Taylor  <iant@google.com>
417
418         * cvt.c (convert_to_void): Only warn about COND_EXPR if neither
419         the second nor third operand has side effects.
420
421 2009-06-25  Ian Lance Taylor  <iant@google.com>
422
423         * parser.c (cp_parser_binary_expression): Increment
424         c_inhibit_evaluation_warnings while parsing the right hand side of
425         "true || x" or "false && x".
426         * typeck.c (cp_build_binary_op): Only call warn_for_sign_compare
427         if c_inhibit_evaluation_warnings is zero.
428
429 2009-06-24  Jason Merrill  <jason@redhat.com>
430
431         * error.c (dump_decl): Do say "typedef" for the injected class name.
432
433         * pt.c (lookup_template_class): Use currently_open_class,
434         compare template args later.
435
436         PR c++/40342
437         * decl.c (decls_match): Check DECL_TI_TEMPLATE too.
438         * class.c (resolve_address_of_overloaded_function): Fix typo.
439
440 2009-06-18  Aldy Hernandez  <aldyh@redhat.com>
441
442         * class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.
443         * decl.c (finish_decl): Remove.
444         (declare_global_var): Replace finish_decl with cp_finish_decl.
445         (start_method): Same.
446         * rtti.c (emit_tinfo_decl): Same.
447         * pt.c (tsubst_expr): Same.
448         (instantiate_decl): Same.
449         * decl2.c (grokbitfield): Same.
450         * name-lookup.c (pushdecl_top_level_1): Same.
451         * cp-tree.h: Remove finish_decl.
452
453 2009-06-16  David Edelsohn  <edelsohn@gnu.org>
454
455         * g++-spec.c (LIBSTDCXX_STATIC): Default to NULL.
456         (lang_specific_driver): Always allocate extra argument.
457         Add LIBSTDCXX_STATIC to arglist if defined and linking
458         statically.
459
460 2009-06-16  Ian Lance Taylor  <iant@google.com>
461
462         * Make-lang.in (cp/class.o): Depend upon gt-cp-class.h.
463         (cp/semantics.o): Depend upon gt-cp-semantics.h.
464
465 2009-06-16  Ian Lance Taylor  <iant@google.com>
466
467         * parser.c (cp_unevaluated_operand): Define global variable.
468         (cp_parser_question_colon_clause): Increment
469         c_inhibit_evaluation_warnings when evaluating an expression which
470         will never be executed.
471         (cp_parser_decltype): Increment cp_unevaluated_operand and
472         c_inhibit_evaluation_warnings, not skip_evaluation.
473         (cp_parser_sizeof_operand): Likewise.
474         (cp_parser_enclosed_template_argument_list): Save
475         cp_unevaluated_operand and c_inhibit_evaluation_warnings, not
476         skip_evaluation.
477         * cp-tree.h (struct saved_scope): Remove skip_evaluation field.
478         Add unevaluated_operand and inhibit_evaluation_warnings fields.
479         (cp_unevaluated_operand): Declare.
480         * name-lookup.c (push_to_top_level): Save cp_unevaluated_operand
481         and c_inhibit_evaluation_warnings rather than skip_evaluation.
482         (pop_from_top_level): Restore cp_unevaluated_operand and
483         c_inhibit_evaluation_warnings rather than skip_evaluation.
484         * class.c (build_base_path): Check cp_unevaluated_operand rather
485         than skip_evaluation.
486         * typeck.c (build_class_member_access_expr): Likewise.
487         (cp_build_binary_op): Don't warn about bad shift counts if
488         c_inhibit_evaluation_warnings is non-zero.
489         * pt.c (coerce_template_parms): Save state of
490         cp_unevaluated_operand and c_inhibit_evaluation_warnings, not
491         skip_evaluation.
492         (tsubst_aggr_type): Likewise.
493         (tsubst_pack_expansion): Check cp_unevaluated_operand rather than
494         skip_evaluation.
495         (tsubst_copy): Likewise.
496         (tsubst): Set cp_unevaluated_operand and
497         c_inhibit_evaluation_warnings, not skip_evaluation.
498         (tsubst_copy_and_build): Likewise.
499         * call.c (convert_arg_to_ellipsis): Check cp_unevaluated_operand
500         rather than skip_evaluation.
501         * decl2.c (mark_used): Likewise.
502         * semantics.c (finish_non_static_data_member): Likewise.
503         * cvt.c (cp_convert_and_check): Check
504         c_inhibit_evaluation_warnings rather than skip_evaluation.
505         * mangle.c (write_type): Set cp_unevaluated_operand rather than
506         skip_evaluation.
507
508 2009-06-15  Ian Lance Taylor  <iant@google.com>
509
510         * parser.c (cp_parser_direct_declarator): Add braces around
511         variables declared before label.
512
513 2009-06-15  Rafael Avila de Espindola  <espindola@google.com>
514
515         * cp-objcp-common.h (LANG_HOOKS_COMDAT_GROUP): Remove.
516         * cp-tree.h (cxx_comdat_group): Change signature.
517         * decl.c (duplicate_decls): Use DECL_COMDAT_GROUP.
518         (cxx_comdat_group): Change signature.
519         * decl2.c (comdat_linkage, maybe_make_one_only): Update call to
520         make_decl_one_only.
521         (constrain_visibility, get_guard): Use DECL_COMDAT_GROUP.
522         * method.c (use_thunk): Update call to make_decl_one_only.
523         * optimize.c (maybe_clone_body): Use DECL_COMDAT_GROUP
524
525 2009-06-12  Aldy Hernandez  <aldyh@redhat.com>
526
527         * typeck.c (cp_build_binary_op): Pass location to overflow_warning.
528         (build_modify_expr): New arg.
529         * semantics.c (finish_unary_op_expr): Pass location to
530         overflow_warning.
531         (handle_omp_for_class_iterator): Pass location to build_modify_expr.
532         * typeck.c (cxx_sizeof_or_alignof_type): Pass location to
533         c_sizeof_or_alignof_type.
534         (build_array_ref): New argument.
535         (build_compound_expr): Same.
536         (build_const_cast): Same.
537         (build_ptrmemfunc): Pass location to build_c_cast.
538         * init.c (avoid_placement_new_aliasing): Pass location to
539         build_stmt.
540         (build_vec_delete_1): Pass location to cp_build_modify_expr,
541         build_compound_expr.
542         * class.c (build_vtbl_ref_1): Pass location to build_array_ref.
543         * decl.c (poplevel): Pass location to c_build_bind_expr.
544         (finish_case_label): Pass location to build_case_label.
545         (finish_constructor_body): Same.
546         (finish_destructor_body): Pass location to build_stmt.
547         (cxx_maybe_build_cleanup): Same, but to build_compound_expr.
548         * call.c (build_new_op): Pass location to build_array_ref.
549         (build_x_va_arg): Pass location to build_va_arg.
550         * except.c (expand_end_catch_block): Pass location to
551         build_stmt.
552         * cp-tree.h (build_array_ref): New argument.
553         (build_compound_expr): Same.
554         (build_c_cast): Same.
555         * cp-gimplify.c (gimplify_if_stmt): Pass location on down.
556         (gimplify_switch_stmt): Same.
557         * typeck2.c (split_nonconstant_init_1): Same.
558         * pt.c (tsubst_copy): Same.
559         * semantics.c (add_decl_expr): Same.
560         (do_poplevel): Same.
561         (push_cleanup): Same.
562         (finish_goto_stmt): Same.
563         (finish_expr_stmt): Same.
564         (begin_if_stmt): Same.
565         (begin_while_stmt): Same.
566         (begin_do_stmt): Same.
567         (finish_return_stmt): Same.
568         (begin_for_stmt): Same.
569         (finish_break_stmt): Same.
570         (finish_continue_stmt): Same.
571         (begin_switch_stmt): Same.
572         (begin_try_block): Same.
573         (begin_handler): Same.
574         (finish_asm_stmt): Same.
575         (finish_label_stmt): Same.
576         (finish_stmt_expr_expr): Same.
577         (finalize_nrv_r): Same.
578         (finish_omp_atomic): Same.
579         * name-lookup.c (do_using_directive): Same.
580         * decl2.c (grok_array_decl): Same.
581         * parser.c (cp_parser_cast_expression): Same.
582         (cp_parser_selection_statement): Same.
583         (cp_parser_implicitly_scoped_statement): Same.
584         (cp_parser_objc_selector_expression): Same.
585         (cp_parser_objc_synchronized_statement): Same.
586         (cp_parser_objc_throw_statement): Same.
587         (cp_parser_omp_critical): Same.
588         (cp_parser_omp_master): Same.
589         * typeck.c (build_function_call): Add location argument.
590         * init.c: Add location argument to all build_decl calls.
591         * class.c: Same.
592         * method.c: Same.
593         * rtti.c: Same.
594         * tree.c: Same.
595         * pt.c: Same.
596         * semantics.c: Same.
597         * lex.c: Same.
598         * decl2.c: Same.
599         * cp-gimplify.c: Same.
600         * decl.c: Same.
601         (cp_make_fname_decl): Add location argument.  Pass location ot
602         build_decl.
603         (finish_case_label): Same.
604         * cp-tree.h (finish_case_label): Add location argument.
605         * parser.c (cp_parser_label_for_labeled_statement): Pass location to
606         finish_case_label.
607         
608 2009-06-09  Jason Merrill  <jason@redhat.com>
609
610         PR c++/40381
611         * decl2.c (mark_used): Return after complaining about deleted fn.
612
613 2009-06-08  Jason Merrill  <jason@redhat.com>
614
615         * parser.c (cp_parser_type_id_1): 'auto' type is ok with a
616         late-specified return type.
617
618 2009-06-08  Jakub Jelinek  <jakub@redhat.com>
619
620         PR c++/40373
621         * call.c (check_dtor_name): Return false even if
622         get_type_value (name) is error_mark_node.
623
624         PR c++/40370
625         PR c++/40372
626         * parser.c (cp_parser_direct_declarator): Don't set TREE_SIDE_EFFECTS
627         on error_mark_node.  Check for VLAs outside of function context
628         before check whether to wrap bounds into a NOP_EXPR with
629         TREE_SIDE_EFFECTS.
630
631 2009-06-08  Alexandre Oliva  <aoliva@redhat.com>
632
633         * repo.c (get_base_filename): Use aux_base_name rather than
634         alternate temporary file during second compare debug compilation.
635         (finish_repo): Skip during -fcompare-debug-second.
636
637 2009-06-06  Ian Lance Taylor  <iant@google.com>
638
639         * parser.c (cp_parser_label_for_labeled_statement): Support
640         attribute on labels if immediately followed by semicolon.
641         * semantics.c (finish_label_stmt): Return new label.
642         * pt.c (tsubst_expr): Handle attributes for LABEL_EXPR.
643
644 2009-06-03  Ian Lance Taylor  <iant@google.com>
645
646         * Make-lang.in (cc1plus-checksum.o): Depend upon $(CONFIG_H) and
647         $(SYSTEM_H).
648
649 2009-06-02  Mark Mitchell  <mark@codesourcery.com>
650
651         * decl.c (maybe_deduce_size_from_array_init): Use relayout_decl.
652
653 2009-06-02  Jason Merrill  <jason@redhat.com>
654
655         PR c++/40308
656         PR c++/40311
657         * typeck.c (cp_build_modify_expr): Always pass init-lists to the
658         conversion code.
659         * call.c (implicit_conversion): Allow init-list conversion to scalar
660         during direct-initialization, too.  Mark the conversion bad if it
661         has too many levels of braces.
662         (convert_like_real): And give a helpful error.
663
664         PR c++/40306
665         PR c++/40307
666         * decl.c (cp_finish_decl): Handle auto deduction from ().
667         * typeck.c (build_x_indirect_ref): Handle dereferencing an operand
668         with dependent type that is known to be a pointer.
669
670 2009-06-02  Simon Martin  <simartin@users.sourceforge.net>
671
672         PR c++/38089
673         * pt.c (register_specialization): Properly setup DECL_CONTEXT for
674         specializations in an invalid namespace.
675
676 2009-06-01  Aldy Hernandez  <aldyh@redhat.com>
677
678         * error.c (print_instantiation_partial_context): Print column
679         numbers.
680
681 2009-05-29  Ian Lance Taylor  <iant@google.com>
682
683         * error.c (cp_printer): Don't use va_arg with enum type.
684
685 2009-05-28  Dodji Seketeli  <dodji@redhat.com>
686
687         PR c++/39754
688         * cp-tree.h (canonical_type_variant): Remove this function declaration.
689         (strip_typedefs): New function declaration.
690         * tree.c (strip_typedefs): New function definition.
691         (canonical_type_variant): Remove function definition.
692         * cvt.c (convert_from_reference): No need to use
693         canonical_type_variant.
694         * typeck.c (cp_build_indirect_ref): Likewise.
695         * error.c (dump_template_bindings): Use strip_typedefs instead of
696         canonical_type_variant.
697         * pt.c (convert_template_argument, unify): Likewise.
698         * mangle.c (canonicalize_for_substitution): Don't use
699         canonical_type_variant.
700
701 2009-05-27  Jason Merrill  <jason@redhat.com>
702
703         * call.c (implicit_conversion): Handle conversion from
704         initializer-list to scalar.
705         (convert_like_real): Likewise.  Avoid crashing on list
706         initialization with bad conversions.
707         (can_convert): Use LOOKUP_EXPLICIT.
708         (can_convert_arg_bad): Add flags parm.
709         * cp-tree.h: Adjust.
710         * typeck.c (convert_for_assignment): Pass flags.
711
712 2009-05-27  Ian Lance Taylor  <iant@google.com>
713
714         * Make-lang.in (g++$(exeext)): Change $(COMPILER) to $(LINKER).
715         (cc1plus-dummy$(exeext), cc1plus$(exeext)): Likewise.
716
717 2009-05-26  Ian Lance Taylor  <iant@google.com>
718
719         * Make-lang.in (g++spec.o): Use $(COMPILER).
720         (g++$(exeext), cc1plus-dummy$(exeext)): Likewise.
721         (cc1plus$(exeext)): Likewise.
722
723 2009-05-26  Dodji Seketeli  <dodji@redhat.com>
724
725         PR c++/40007
726         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): Remove this accessor.
727         (TI_TYPEDEFS_NEEDING_ACCESS_CHECKING): New accessor.
728         (get_types_needing_access_check): Declare new entry point.
729         * pt.c (append_type_to_template_for_access_check_1,
730         get_types_needing_access_check): New functions.
731         (perform_typedefs_access_check): Accept FUNCTION_DECLs and
732         RECORD_TYPEs rather than TEMPLATE_DECLs. Use the new
733         get_types_needing_access_check, no more
734         MEMBER_TYPES_NEEDING_ACCESS_CHECK.
735         (instantiate_class_template): Set input_location to the source
736         location of the most specialized template definition.
737         Perform access check using the RECORD_TYPE of the template, not its
738         associated most generic TEMPLATE_DECL.
739         (append_type_to_template_for_access_check): Augment function
740         comments. Use the new get_types_needing_access_check, not
741         MEMBER_TYPE_NEEDING_ACCESS_CHECK. Use the new
742         append_type_to_template_for_access_check_1 subroutine.
743
744 2009-05-22  Jason Merrill  <jason@redhat.com>
745
746         PR c++/38064
747         * typeck.c (cp_build_binary_op): Allow ENUMERAL_TYPE in
748         arithmetic comparisons.
749         (cp_common_type): Handle scoped enums.
750
751         * call.c (promoted_arithmetic_type_p): Don't use INTEGRAL_TYPE_P.
752         (add_builtin_candidate, add_builtin_candidates): Likewise.
753         (convert_like_real): Likewise.
754         * class.c (check_bitfield_decl): Likewise.
755         * decl.c (check_static_variable_definition): Likewise.
756         (compute_array_index_type): Likewise.
757         * decl2.c (grokbitfield): Likewise.
758         * init.c (build_new_1): Likewise.
759         * pt.c (convert_nontype_argument): Likewise.
760         (current_instantiation): Likewise.
761         * tree.c (pod_type_p): Likewise.
762         * typeck.c (build_static_cast_1): Likewise.
763         (build_reinterpret_cast_1): Likewise.
764
765 2009-05-22  Richard Guenther  <rguenther@suse.de>
766
767         PR middle-end/38964
768         * init.c (avoid_placement_new_aliasing): Remove.
769         (build_new_1): Do not call it.
770
771 2009-05-22  Mark Mitchell  <mark@codesourcery.com>
772
773         * decl2.c (decl_needed_p): Consider dllexport'd functions needed.
774         * semantics.c (expand_or_defer_fn): Similarly.
775
776 2009-05-20  Ian Lance Taylor  <iant@google.com>
777
778         * parser.c (cp_parser_postfix_expression): Change args to a vec.
779         Release it when done.
780         (tree_vector): Define typedef.  Define VEC functions.
781         (cp_parser_parenthesized_expression_list): Change return type to
782         vec.  Change all callers.
783         (cp_parser_new_expression): Change placement and initializer to
784         vecs.  Release them when done.
785         (cp_parser_new_placement): Change return type to vec.  Change all
786         callers.
787         (cp_parser_new_initializer): Likewise.
788         * typeck.c (build_function_call_vec): Just call
789         cp_build_function_call_vec.
790         (cp_build_function_call): Just build a vec and call
791         cp_build_function_call_vec.
792         (cp_build_function_call_vec): New function based on old
793         cp_build_function_call.
794         (convert_arguments): Remove nargs and argarray parameters.  Change
795         values to a vec.  Change caller.
796         (build_x_compound_expr_from_vec): New function.
797         (cp_build_modify_expr): Build vec to pass to
798         build_special_member_call.
799         * call.c (struct z_candidate): Add first_arg field.  Change args
800         field to vec.
801         (convert_class_to_reference): Handle first argument separately.
802         (add_candidate): Add first_arg parameter.  Change args parameter
803         to vec.  Change all callers.
804         (add_function_candidate, add_conv_candidate): Likewise.
805         (add_template_candidate_real, add_template_candidate): Likewise.
806         (add_template_conv_candidate): Likewise.
807         (build_user_type_conversion_1): Handle first argument separately.
808         (resolve_args): Change return type and parameter type to vecs.
809         Change all callers.
810         (perform_overload_resolution): Change args parameter to vec.
811         Change all callers.
812         (build_new_function_call, build_operator_new_call): Likewise.
813         (add_candidates): Likewise.
814         (build_op_call): New globally visible function, built from and
815         replacing static function build_object_call.
816         (build_new_op): Don't handle CALL_EXPR.  Build vec, not tree_list,
817         of arguments.
818         (build_op_delete_call): Build vec to pass to
819         cp_build_function_call_vec.
820         (build_temp): Build vec to pass to build_special_member_call.
821         (convert_like_real): Likewise.
822         (perform_direct_initialization_if_possible): Likewise.
823         (build_over_call): Handle first_arg field.  Use build_call_array
824         rather than build_call_list.
825         (build_special_member_call): Change args parameter to vec.  Change
826         all callers.
827         (build_new_method_call): Likewise.
828         * init.c (expand_default_init): Change parms to vec.
829         (build_raw_new_expr): Change placement and init to vecs.  Change
830         all callers.
831         (build_new_1, build_new): Likewise.
832         * class.c (resolve_address_of_overloaded_function): Build array to
833         pass to fn_type_unification.
834         * pt.c (tsubst_copy_and_build): For NEW_EXPR build vecs to pass to
835         build_new.  For CALL_EXPR create a vec rather than a tree_list;
836         expand a pack if necessary.
837         (fn_type_unification): Change args parameter to const tree *.  Add
838         nargs parameter.  Change all callers.
839         (type_unification_real): Likewise.
840         (unify): Build array to pass to type_unification_real.
841         (get_bindings): Build array to pass to fn_type_unification.
842         (any_type_dependent_arguments_p): Change args parameter to a vec.
843         Change all callers.
844         (make_args_non_dependent): Renamed from build_non_dependent_args.
845         Change return type to void.  Change parameter type to vec.  Change
846         all callers.
847         (do_auto_deduction): Pass an array to type_unification_real.
848         * semantics.c (perform_koenig_lookup): Change args to vec.  Change
849         all callers.
850         (finish_call_expr): Change args to vec.  Change all callers.  Call
851         build_op_call instead of passing CALL_EXPR to build_new_op.
852         (cxx_omp_create_clause_info): Allocate vec to pass to
853         build_special_member_call.
854         * decl2.c (build_offset_ref_call_from_tree): Change args parameter
855         to vec.  Change all callers.
856         * name-lookup.c (lookup_function_nonclass): Likewise.
857         (struct arg_lookup): Change args to vec.
858         (arg_assoc_namespace): Handle args as a vec.
859         (arg_assoc_args_vec): New static function.
860         (lookup_arg_dependent): Change args parameter to vec.  Change all
861         callers.
862         * method.c (do_build_assign_ref): Allocate vec to pass to
863         build_special_member_call.
864         * except.c (build_throw): Likewise.
865         * typeck2.c (build_functional_cast): Likewise.
866         * cvt.c (ocp_convert): Likewise.
867         * tree.c (build_min_non_dep_call_vec): Change last parameter to
868         vec.  Change all callers.
869         * cp-tree.h: Update declarations.
870         * name-lookup.h: Update declarations.
871
872 2009-05-20  Sandra Loosemore  <sandra@codesourcery.com>
873
874         * typeck.c (default_conversion): Check targetm.promoted_type.
875         * decl.c (grokdeclarator): Check targetm.invalid_return_type.
876         (grokparms): Check targetm.invalid_parameter_type.
877         * cvt.c (ocp_convert): Check targetm.convert_to_type.
878         (build_expr_type_conversion): Check targetm.promoted_type.
879
880 2009-05-19  Andrew Pinski  <andrew_pinski@playstation.sony.com>
881
882         * typeck.c (build_binary_op): Allow % on integal vectors.
883
884 2009-05-18  Jason Merrill  <jason@redhat.com>
885
886         Implement explicit conversions ops as specified in N2437.
887         * decl.c (grokdeclarator): Handle explicit conversion ops.
888         (check_initializer): Pass flags to store_init_value.
889         * decl2.c (maybe_emit_vtables): Likewise.
890         * init.c (expand_aggr_init_1): Likewise.
891         * call.c (convert_class_to_reference): Take flags parm,
892         check DECL_NONCONVERTING_P.
893         (build_user_type_conversion_1): Check DECL_NONCONVERTING_P.
894         (add_builtin_candidates): Simplify getting type of conversion.
895         (build_object_call): Likewise.  Check DECL_NONCONVERTING_P.
896         (implicit_conversion): Pass through LOOKUP_ONLYCONVERTING.
897         (reference_binding): Take flags parm.  Direct-initialize copy parm.
898         (add_function_candidate): Direct-initialize the copy parm.
899         (add_conv_candidate): Use LOOKUP_IMPLICIT, not LOOKUP_NORMAL.
900         (build_builtin_candidate): Add LOOKUP_ONLYCONVERTING.
901         (conditional_conversion): Likewise.
902         (convert_like_real): Only complain about DECL_NONCONVERTING_P
903         constructors.
904         (perform_implicit_conversion_flags): Add flags parm to
905         perform_implicit_conversion.  Improve diagnostics.
906         * cp-tree.h (LOOKUP_IMPLICIT): New macro.
907         (LOOKUP_COPY_PARM): New bit macro.
908         * cvt.c (build_expr_type_conversion): Check DECL_NONCONVERTING_P.
909         * typeck.c (convert_for_assignment): Take flags parm, pass it to
910         perform_implicit_conversion_flags.
911         (cp_build_modify_expr): Pass flags to convert_for_assignment.
912         (convert_for_initialization): Likewise.
913         * typeck2.c (store_init_value): Take flags parm, pass to
914         digest_init_flags.
915         (digest_init_flags): Add flags parm to digest_init.
916         (digest_init_r): Take flags parm, pass to convert_for_initialization.
917         (process_init_constructor_array): Pass it.
918         (process_init_constructor_record): Likewise.
919         (process_init_constructor_union): Likewise.
920
921 2009-05-16  Jason Merrill  <jason@redhat.com>
922
923         PR c++/40139
924         * pt.c (tsubst_qualified_id): Retain the type if we aren't dealing
925         with a dependent type.  Actually look up the destructor.
926         * semantics.c (finish_id_expression): Fix logic.
927         (finish_qualified_id_expr): Don't try to use 'this' if we aren't in
928         a function.
929         * typeck.c (build_x_unary_op): Diagnose taking the address of a
930         constructor or destructor.
931         * tree.c (get_first_fn): Handle OFFSET_REF.
932
933 2009-05-17  Joseph Myers  <joseph@codesourcery.com>
934
935         * tree.c (cxx_printable_name_internal): Allow consecutive
936         translated and untranslated cached copies of the name of the
937         current function.
938
939 2009-05-15  Ian Lance Taylor  <iant@google.com>
940
941         * cp-tree.h (enum cp_lvalue_kind_flags): Rename from
942         cp_lvalue_kind.  Change all uses.
943         (enum base_access_flags): Rename from enum base_access.  Change
944         all uses.
945         * parser.c (enum cp_parser_flags): Remove enum tag.
946
947 2009-05-15  Manuel López-Ibáñez  <manu@gcc.gnu.org>
948
949         PR 16302
950         * call.c (build_new_op): Update calls to warn_logical_operator.
951
952 2009-05-14  Ian Lance Taylor  <iant@google.com>
953
954         * class.c (layout_class_type): Change itk to unsigned int.
955         * decl.c (finish_enum): Change itk to unsigned int.
956         * parser.c (cp_parser_check_decl_spec): Change ds to int.  Remove
957         casts.
958
959 2009-05-13  David Mandelin <dmandelin@mozilla.com>:
960
961         * decl.c (duplicate_decls): Preserve parameter attributes.
962
963 2009-05-10  Jan Hubicka  <jh@suse.cz>
964
965         * decl2.c (cxx_callgraph_analyze_expr): Use
966         cgraph_mark_address_taken.
967
968 2009-05-10  Joseph Myers  <joseph@codesourcery.com>
969
970         * call.c (name_as_c_string): Call type_as_string_translate.
971         Translate identifiers to locale character set.
972         * cp-tree.h (lang_decl_name): Update prototype.
973         (type_as_string_translate, decl_as_string_translate,
974         cxx_printable_name_translate): Declare.
975         * cxx-pretty-print.c (M_): Define.
976         (pp_cxx_unqualified_id, pp_cxx_canonical_template_parameter): Mark
977         English fragments for conditional translation with M_.
978         * decl.c (grokdeclarator): Translate identifiers to locale
979         character set for diagnostics.
980         * error.c (M_): Define.
981         (dump_template_bindings, dump_type, dump_aggr_type,
982         dump_type_prefix, dump_global_iord, dump_simple_decl, dump_decl,
983         dump_function_decl, dump_template_parms, dump_expr,
984         dump_binary_op, op_to_string, assop_to_string): Mark English
985         fragments for conditional translation with M_.
986         (type_as_string): Disable translation of identifiers.
987         (type_as_string_translate): New.
988         (expr_as_string): Disable translation of identifiers.
989         (decl_as_string): Disable translation of identifiers.
990         (decl_as_string_translate): New.
991         (lang_decl_name): Add parameter translate.
992         (args_to_string): Call type_as_string_translate.
993         (cp_print_error_function): Call cxx_printable_name_translate.
994         (print_instantiation_full_context,
995         print_instantiation_partial_context): Call
996         decl_as_string_translate.
997         * parser.c (cp_lexer_get_preprocessor_token): Use %qE for
998         identifier in diagnostic.
999         * tree.c (cxx_printable_name): Change to
1000         cxx_printable_name_internal.  Add parameter translate.
1001         (cxx_printable_name, cxx_printable_name_translate): New wrappers
1002         round cxx_printable_name_internal.
1003
1004 2009-05-08  H.J. Lu  <hongjiu.lu@intel.com>
1005
1006         PR c/36892
1007         * call.c (build_call_a): Updated warn_deprecated_use call.
1008         (build_over_call): Likewise.
1009         * decl.c (grokdeclarator): Likewise.
1010         (grokparms): Likewise.
1011         * semantics.c (finish_id_expression): Likewise.
1012         * typeck.c (build_class_member_access_expr): Likewise.
1013         (finish_class_member_access_expr): Likewise.
1014
1015 2009-05-06  Dodji Seketeli  <dodji@redhat.com>
1016
1017         PR c++/17395
1018         * pt.c (tsubst_copy) <case PARM_DECL>: We don't want to tsubst the
1019         whole list of PARM_DECLs, just the current one.
1020
1021 2009-05-05  Shujing Zhao  <pearly.zhao@oracle.com>
1022
1023         * cp-tree.h:
1024         (opname_tab, assignop_tab, update_member_visibility, yyerror, yyhook,
1025         mangle_compound_literal): Remove unused declarations.
1026         (build_vfield_ref, cxx_print_statistics, clone_function_decl,
1027         adjust_clone_args, maybe_push_cleanup_level, pushtag, make_anon_name,
1028         pushdecl_top_level_maybe_friend, pushdecl_top_level_and_finish,
1029         check_for_out_of_scope_variable, print_other_binding_stack,
1030         maybe_push_decl, cxx_mark_addressable, force_target_expr,
1031         build_target_expr_with_type, finish_case_label,
1032         cxx_maybe_build_cleanup, begin_eh_spec_block, finish_eh_spec_block,
1033         check_template_keyword, cxx_omp_predetermined_sharing,
1034         cxx_omp_clause_default_ctor, cxx_omp_clause_copy_ctor,
1035         cxx_omp_clause_assign_op, cxx_omp_clause_dtor, cxx_omp_finish_clause,
1036         cxx_omp_privatize_by_reference): Rearrange the declarations line to
1037         match the comment that indicates the .c file which the functions are
1038         defined.
1039         (cxx_print_xnode, cxx_print_decl, cxx_print_type,
1040         cxx_print_identifier, cxx_print_error_function, pushdecl): Add comment.
1041
1042 2009-05-05  Nathan Sidwell  <nathan@codesourcery.com>
1043
1044         * typeck.c (cp_build_compound_expr): Require RHS to have a known
1045         type.
1046         * class.c (resolve_address_of_overloaded_function): Use
1047         OVL_CURRENT for error message.
1048         (instantiate_type): Forbid COMPOUND_EXPRs and remove code dealing
1049         with them.  Do not copy the node.
1050
1051 2009-05-05  Jakub Jelinek  <jakub@redhat.com>
1052
1053         PR c++/40013
1054         * pt.c (tsubst): If magic NOP_EXPR with side-effects has no type,
1055         set it from its operand's type after tsubst_expr.
1056
1057 2009-05-04  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1058
1059         PR c++/28152
1060         * parser.c (cp_lexer_get_preprocessor_token):  Do not store the
1061         canonical spelling for keywords.
1062         (cp_parser_attribute_list): Use the canonical spelling for
1063         keywords in attributes.
1064
1065 2009-05-01  Joseph Myers  <joseph@codesourcery.com>
1066
1067         * cxx-pretty-print.c (is_destructor_name, pp_cxx_unqualified_id,
1068         pp_cxx_template_keyword_if_needed, pp_cxx_postfix_expression,
1069         pp_cxx_new_expression, pp_cxx_delete_expression,
1070         pp_cxx_unary_expression, pp_cxx_assignment_operator,
1071         pp_cxx_assignment_expression, pp_cxx_expression,
1072         pp_cxx_function_specifier, pp_cxx_decl_specifier_seq,
1073         pp_cxx_simple_type_specifier, pp_cxx_type_specifier_seq,
1074         pp_cxx_exception_specification, pp_cxx_direct_declarator,
1075         pp_cxx_ctor_initializer, pp_cxx_type_id, pp_cxx_statement,
1076         pp_cxx_namespace_alias_definition, pp_cxx_template_parameter,
1077         pp_cxx_canonical_template_parameter, pp_cxx_template_declaration,
1078         pp_cxx_declaration, pp_cxx_typeid_expression,
1079         pp_cxx_va_arg_expression, pp_cxx_offsetof_expression,
1080         pp_cxx_trait_expression): Mostly use pp_string and
1081         pp_cxx_ws_string in place of pp_identifier and pp_cxx_identifier
1082         for non-identifiers.  Mark English strings for translation.
1083         * cxx-pretty-print.h (pp_cxx_ws_string): Define.
1084         * error.c (dump_template_parameter, dump_template_bindings,
1085         dump_type, dump_aggr_type, dump_type_prefix, dump_simple_decl,
1086         dump_decl, dump_template_decl, dump_function_decl,
1087         dump_parameters, dump_exception_spec, dump_template_parms,
1088         dump_expr, dump_binary_op, dump_unary_op, op_to_string,
1089         assop_to_string, args_to_string, cp_print_error_function,
1090         print_instantiation_full_context,
1091         print_instantiation_partial_context): Mostly use pp_string and
1092         pp_cxx_ws_string in place of pp_identifier and pp_cxx_identifier
1093         for non-identifiers.  Mark English strings for translation.
1094         (dump_global_iord): Mark strings for translation; use longer
1095         strings instead of substituting single words.
1096         (function_category): Return a format string marked for
1097         translation, not a single word or phrase to substitute in a longer
1098         phrase.
1099
1100 2009-04-28  Ben Elliston  <bje@au.ibm.com>
1101
1102         PR c++/35652
1103         Revert:
1104
1105         2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1106
1107         * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum.
1108
1109 2009-04-27  Ian Lance Taylor  <iant@google.com>
1110
1111         * semantics.c (finish_omp_clauses): Change type of c_kind to enum
1112         omp_clause_code.
1113
1114 2009-04-27  Jakub Jelinek  <jakub@redhat.com>
1115
1116         PR c++/39875
1117         * cvt.c (convert_to_void) <case INDIRECT_REF>: Only warn about
1118         -Wunused-value if implicit.
1119
1120 2009-04-24  Ian Lance Taylor  <iant@google.com>
1121
1122         * call.c (build_temp): Change 0 to enum constant.
1123         * cp-tree.h (cp_lvalue_kind): Typedef to int rather than enum
1124         type.
1125         * cp-gimplify.c (cp_gimplify_expr): Add cast to enum type.
1126         * decl2.c (constrain_visibility): Likewise.
1127         * parser.c (cp_lexer_get_preprocessor_token): Likewise.
1128         (cp_parser_flags): Typedef to int rather than enum type.
1129         (cp_parser_expression_stack_entry): Change prec field to enum
1130         cp_parser_prec.
1131
1132         * typeck.c (build_modify_expr): Add lhs_origtype parameter.
1133         Change all callers.
1134
1135 2009-04-22  Dodji Seketeli  <dodji@redhat.com>
1136
1137         PR c++/39639
1138         * parser.c (cp_parser_template_argument_list): Display an error
1139         when an ellipsis is not preceded by a parameter pack. Also, warn
1140         about variadic templates usage without -std=c++0x.
1141
1142 2009-04-21  Taras Glek <tglek@mozilla.com>
1143
1144         * cp-tree.h: Update GTY annotations to new syntax.
1145         * decl.c: Likewise.
1146         * mangle.c: Likewise.
1147         * name-lookup.c: Likewise.
1148         * name-lookup.h: Likewise.
1149         * parser.c: Likewise.
1150         * pt.c: Likewise.
1151         * rtti.c: Likewise.
1152         * semantics.c: Likewise.
1153         * typeck2.c: Likewise.
1154
1155 2009-04-22  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1156
1157         PR c++/14875
1158         * parser.c (cp_parser_error): Pass token->flags to c_parse_error.
1159
1160 2009-04-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1161
1162         PR c++/35711
1163         * typeck.c (check_for_casting_away_constness): We diagnose casting
1164         away any qualifiers not just constness.
1165         (casts_away_constness): Mention that it handles more than just
1166         constness.
1167         
1168 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
1169
1170         * ChangeLog, ChangeLog-1993, ChangeLog-1994, ChangeLog-1995,
1171         ChangeLog-1996, ChangeLog-1997, ChangeLog-1998, ChangeLog-1999,
1172         ChangeLog-2000, ChangeLog-2001, ChangeLog-2002, ChangeLog-2003,
1173         ChangeLog-2004, ChangeLog-2005, ChangeLog-2006, ChangeLog-2007,
1174         ChangeLog-2008, ChangeLog.ptr, ChangeLog.tree-ssa, NEWS,
1175         cfns.gperf: Add copyright and license notices.
1176         * cfns.h: Regenerate.
1177         * ChangeLog, ChangeLog-2004: Correct dates.
1178
1179 2009-04-21  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1180
1181         PR 16202
1182         * tree.c (lvalue_p_1): Use const_tree.
1183         Use CONST_CAST_TREE to avoid warning.
1184         (lvalue_p): Returns bool, receives const_tree.
1185
1186 2009-04-21  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1187
1188         PR c++/13358
1189         * parser.c (cp_parser_check_decl_spec): Drop redundant flags.
1190         * error.c (pedwarn_cxx98): New.
1191         * cp-tree.h (pedwarn_cxx98): Declare.
1192
1193 2009-04-20  Le-Chun Wu  <lcwu@google.com>
1194
1195         PR c++/39803
1196         * init.c (build_vec_init): Set TREE_NO_WARNING on the
1197         compiler-generated INDIRECT_REF expression.
1198
1199 2009-04-20  Ian Lance Taylor  <iant@google.com>
1200
1201         * typeck.c (build_function_call_vec): New function.
1202         (cp_build_function_call): Only pass first parameter to
1203         objc_rewrite_function_call.
1204         (build_modify_expr): Add rhs_origtype parameter.  Change all
1205         callers.
1206         * decl.c (finish_decl): Add origtype parameter.  Change all
1207         callers.
1208         * semantics.c (finish_call_expr): Pass VEC to
1209         resolve_overloaded_builtin.
1210
1211 2009-04-20  Ian Lance Taylor  <iant@google.com>
1212
1213         * cp-tree.h (base_access): Change typedef to int.
1214         * parser.c (cp_parser_omp_flush): Change 0 to OMP_CLAUSE_ERROR.
1215         (cp_parser_omp_threadprivate): Likewise.
1216         * pt.c (unify_pack_expansion): Add casts to enum type.
1217
1218 2009-04-19  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1219
1220         PR c/32061
1221         PR c++/36954
1222         * call.c (build_new_op): Save the original codes of operands
1223         before folding.
1224
1225 2009-04-18  Kazu Hirata  <kazu@codesourcery.com>
1226
1227         * cp-tree.h: Remove the prototype for insert_block.
1228         * decl.c (insert_block): Remove.
1229
1230 2009-04-16  Ian Lance Taylor  <iant@google.com>
1231
1232         * cp-tree.h (enum tsubst_flags): Rename from enum tsubst_flags_t.
1233         (tsubst_flags_t): Change typedef from enum type to int.
1234
1235 2009-04-16  Paolo Bonzini  <bonzini@gnu.org>
1236
1237         * decl.c (check_initializer): Use TYPE_VECTOR_OPAQUE
1238         instead of targetm.vector_opaque_p.
1239
1240 2009-04-15  Le-Chun Wu  <lcwu@google.com>
1241
1242         PR c++/39551
1243         * call.c (build_over_call): Set TREE_NO_WARNING on the
1244         compiler-generated INDIRECT_REF expression.
1245         * cvt.c (convert_to_void): Emit warning when stripping off
1246         INDIRECT_REF.
1247
1248 2009-04-14  Diego Novillo  <dnovillo@google.com>
1249
1250         * parser.c (cp_parser_type_specifier_seq): Move call to
1251         invoke_plugin_callbacks ...
1252         (cp_parser_type_specifier_seq): ... here.
1253
1254 2009-04-14  Le-Chun Wu  <lcwu@google.com>
1255
1256         * Make-lang.in: Modify dependencies of files including plugin.h.
1257         * decl.c (finish_function): Call invoke_plugin_callbacks.
1258         * parser.c (cp_parser_type_specifier): Call invoke_plugin_callbacks.
1259
1260 2009-04-14  Jason Merrill  <jason@redhat.com>
1261
1262         PR c++/39763
1263         * name-lookup.c (pushdecl_maybe_friend): Avoid all warnings
1264         about shadowing by tentative parms.
1265
1266 2009-04-13  Jason Merrill  <jason@redhat.com>
1267
1268         PR c++/39480
1269         * call.c (build_over_call): Don't call memcpy if the target is
1270         the same as the source.
1271
1272 2009-04-13  Jason Merrill  <jason@redhat.com>
1273
1274         PR c++/39750
1275         * pt.c (uses_template_parms): Handle CONSTRUCTOR.
1276
1277 2009-04-12  Jason Merrill  <jason@redhat.com>
1278
1279         PR c++/39742
1280         * call.c (joust): Don't crash on variadic fn.
1281
1282 2009-04-10  Jason Merrill  <jason@redhat.com>
1283
1284         PR c++/28301
1285         * parser.c (cp_parser_skip_to_end_of_block_or_statement): Return
1286         if we see a close brace without an open brace.
1287
1288 2009-04-10  H.J. Lu  <hongjiu.lu@intel.com>
1289
1290         * parser.c (cp_parser_class_specifier): Remove the unused
1291         has_trailing_semicolon.
1292
1293 2009-04-10  Manuel López-Ibáñez  <manu@gcc.gnu.org>
1294
1295         PR  c++/20118
1296         * parser.c (cp_parser_check_template_parameters): Take a
1297         cp_declarator parameter.
1298         (cp_parser_elaborated_type_specifier): Update to
1299         cp_parser_check_template_parameters.
1300         (cp_parser_class_head): Likewise.
1301         (cp_parser_check_declarator_template_parameters): Likewise.
1302         (cp_parser_check_template_parameters): Handle first the non-error
1303         conditions. Give more accurate diagnostics if a declarator is
1304         given. 
1305
1306 2009-04-08  Jason Merrill  <jason@redhat.com>
1307
1308         PR c++/25185
1309         * error.c (dump_aggr_type): Chase template typedefs if
1310         -fno-pretty-templates.
1311
1312 2009-04-08  Dodji Seketeli  <dodji@redhat.com>
1313
1314         PR c++/39637
1315         * parser.c (cp_parser_enumerator_definition): Make sure the
1316         initializer of the enumerator doesn't contain any bare parameter pack.
1317
1318 2009-04-07  Jason Merrill  <jason@redhat.com>
1319
1320         PR c++/34691
1321         * name-lookup.c (merge_functions): Keep multiple extern "C" functions.
1322         * call.c (joust): Complain about mismatched default arguments
1323         in extern "C" functions.
1324         * class.c (resolve_address_of_overloaded_function): Handle multiple
1325         extern "C" functions.
1326         * pt.c (resolve_overloaded_unification): Likewise.
1327
1328 2009-04-07  Jason Merrill  <jason@redhat.com>
1329
1330         PR c++/25185
1331         * error.c (dump_function_decl): Don't pretty-print templates
1332         if -fno-pretty-templates.
1333         (count_non_default_template_args): Print all args if
1334         -fno-pretty-templates.
1335
1336 2009-04-06  Jason Merrill  <jason@redhat.com>
1337
1338         PR c++/35146
1339         * pt.c (fn_type_unification): For DEDUCE_EXACT check that
1340         the deduced template arguments give us the parameter types
1341         we're looking for.
1342
1343 2009-04-05  Giovanni Bajo <giovannibajo@libero.it>
1344             Jason Merrill  <jason@redhat.com>
1345
1346         PR c++/14912
1347         * error.c (count_non_default_template_args): New fn.
1348         (dump_template_parms): Call it.
1349         (dump_template_argument_list): Call it.  Add parms parm.
1350         (dump_template_argument): Adjust call to dump_template_argument_list.
1351         (dump_type, dump_decl): Likewise.
1352         (dump_template_bindings): Refactor logic.
1353
1354 2009-04-03  Jason Merrill  <jason@redhat.com>
1355
1356         PR c++/25185
1357         * error.c (dump_template_bindings): Look through typedefs in
1358         typename results.
1359         (dump_type) [TYPENAME_TYPE]: Print the typedef name if any.
1360         (find_typenames_r): Also collect typedefs.
1361         * pt.c (unify): Strip typedefs.
1362
1363         PR c++/39608
1364         * semantics.c (finish_id_expression): Don't assume a dependent
1365         member of the current instantiation isn't a valid integral
1366         constant expression.  Check dependent_scope_p.
1367         * pt.c (dependent_scope_p): Check TYPE_P.
1368         (tsubst_copy): If args is null, just return.
1369
1370 2009-04-02  Jason Merrill  <jason@redhat.com>
1371
1372         PR c++/25185
1373         * error.c (find_typenames, find_typenames_r): New fns.
1374         (dump_function_decl): Call find_typenames.
1375         (dump_template_bindings): Print typenames as well.
1376         * pt.c (tsubst): Non-static.
1377         * cp-tree.h: Declare it.
1378
1379 2009-04-02  Dodji Seketeli  <dodji@redhat.com>
1380
1381         PR c++/26693
1382         * decl2.c (grokfield): when a typedef appears in a
1383         class, create the typedef variant type node for it.
1384         (save_template_attributes): Creating typedef variant type node
1385          here is now useless.
1386         * decl.c (grokdeclarator): If the typedef'ed struct/class was
1387         anonymous, set the proper type name to all its type variants.
1388         (xref_basetypes) : Fixup the variant types after setting
1389         TYPE_BINFO on REF.
1390         * name-lookup.c (pushdecl_maybe_friend): Reuse the
1391         set_underlying_type function to install typedef variant types.
1392         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): New template accessor
1393         macro.
1394         (append_type_to_template_for_access_check): New entry points.
1395         * semantics.c (check_accessibility_of_qualified_id):
1396         When a typedef that is a member of a class appears in a template,
1397         add it to the template. It will be ...
1398         * class.c (finish_struct_bits): Split type variant fixup into ...
1399         (fixup_type_variants): A new entry point.
1400         * pt.c (instantiate_class_template, instantiate_template ): ... access
1401         checked at template instantiation time.
1402         (resolve_type_name_type): The type name should be the name of the
1403         main type variant.
1404         (retrieve_specialization): Specializations of template typedefs aren't
1405         to looked up in DECL_TEMPLATE_INSTANTIATIONS (tmpl).
1406         (append_type_to_template_for_access_check): New entry point.
1407         (tsubst_decl): For typedefs, build the variant type from the correct
1408         original type.
1409         (get_class_bindings): Fix function comment.
1410         (perform_typedefs_access_check): New entry point.
1411
1412 2009-03-31  Jason Merrill  <jason@redhat.com>
1413
1414         PR c++/34691
1415         * name-lookup.c (pushdecl_maybe_friend): Diagnose mismatched
1416         extern "C" declarations.
1417
1418         C++ DR 613
1419         * semantics.c (finish_non_static_data_member): Allow such references
1420         without an associated object in sizeof/decltype/alignof.
1421
1422         * ptree.c (cxx_print_decl): Pretty-print full name of
1423         function/template.
1424         (cxx_print_type): Pretty-print full name of class.
1425
1426         * decl.c (grokdeclarator): Reject pointer to qualified function
1427         type.
1428
1429         PR c++/37806, core issue 547
1430         * typeck.c (cp_apply_type_quals_to_decl): Don't apply any quals
1431         to a typedef.
1432         * tree.c (cp_build_qualified_type_real): Don't apply restrict to a 
1433         function type.
1434         * decl.h (enum decl_context): Add TEMPLATE_TYPE_ARG.
1435         * decl.c (groktypename): Add is_template_arg parameter.
1436         (grokdeclarator): Allow function cv-quals on a template type arg.
1437         * parser.c (cp_parser_new_type_id, cp_parser_type_id): Add
1438         is_template_arg argument in calls to groktypename.
1439         * cp-tree.h: Adjust prototype.
1440         * error.c (dump_type_prefix, dump_type_suffix): Fix plain 
1441         FUNCTION_TYPE printing.
1442         
1443         * mangle.c (write_expression): Mangle dependent name as
1444         source-name.
1445
1446         PR c++/38030, 38850, 39070
1447         * pt.c (type_dependent_expression_p_push): New fn.
1448         (tsubst_copy_and_build) [CALL_EXPR]: Only do arg-dep lookup when the
1449         substitution makes the call non-dependent.  Preserve koenig_p.
1450         * parser.c (cp_parser_postfix_expression): Only do arg-dep lookup
1451         for non-dependent calls.
1452         * semantics.c (finish_call_expr): Revert earlier changes.
1453         * cp-tree.h: Revert change to finish_call_expr prototype.
1454
1455 2009-03-29  Joseph Myers  <joseph@codesourcery.com>
1456
1457         PR preprocessor/34695
1458         * cp-tree.h (cp_cpp_error): Remove.
1459         * error.c (cp_cpp_error): Remove.
1460         * parser.c (cp_lexer_new_main): Set done_lexing instead of
1461         client_diagnostic and error callback.
1462
1463 2009-03-28  Paolo Bonzini  <bonzini@gnu.org>
1464
1465         * cp/cp-objcp-common.h (LANG_HOOKS_STATICP): Remove.
1466         * cp/cp-objcp-common.c (cxx_staticp): Remove.
1467         * cp/cp-tree.h (cxx_staticp): Remove.
1468
1469 2009-03-28  Jakub Jelinek  <jakub@redhat.com>
1470
1471         PR c++/39554
1472         * parser.c (cp_parser_postfix_expression): Don't call
1473         warning_if_disallowed_function_p.
1474
1475 2009-03-27  Jan Hubicka  <jh@suse.cz>
1476
1477         * except.c (choose_personality_routine): Set terminate_node to abort
1478         for java exceptions.
1479
1480 2009-03-27  Dodji Seketeli  <dodji@redhat.com>
1481             Jakub Jelinek  <jakub@redhat.com>
1482
1483         PR debug/37959
1484         * cp-objcp-common.h (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Define.
1485         (cp_function_decl_explicit_p): New prototype.
1486         * cp-objcp-common.c (cp_function_decl_explicit_p): New function.
1487
1488 2009-03-27  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1489
1490         PR c++/38638
1491         * parser.c (cp_parser_elaborated_type_specifier): If we have a
1492         typename tag and don't have either a TYPE_DECL or a
1493         TEMPLATE_ID_EXPR, set the type to NULL.
1494
1495 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
1496
1497         PR c++/37647
1498         * decl.c (grokdeclarator): Reject [con|de]stuctors in a non-class
1499         scope.
1500
1501 2009-03-27  Simon Martin  <simartin@users.sourceforge.net>
1502
1503         PR c++/29727
1504         * decl.c (check_array_designated_initializer): Handle error_mark_node.
1505
1506 2009-03-27  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
1507
1508         PR c++/35652
1509         * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum.
1510
1511 2009-03-26  Andrew Haley  <aph@redhat.com>
1512
1513         PR C++/39380
1514         * decl2.c (possibly_inlined_p): If java exceptions are in use
1515         don't inline a decl unless it is explicitly marked inline.
1516         * lex.c: (pragma_java_exceptions): New variable.
1517         (handle_pragma_java_exceptions): Set pragma_java_exceptions.
1518         * cp-tree.h (pragma_java_exceptions): Declare new variable.
1519
1520 2009-03-24  Jason Merrill  <jason@redhat.com>
1521
1522         PR c++/28274
1523         * name-lookup.c (pushdecl_maybe_friend): Check default args later.
1524
1525 2009-03-23  Jakub Jelinek  <jakub@redhat.com>
1526
1527         PR c/39495
1528         * semantics.c (handle_omp_for_class_iterator): Swap cond operands and
1529         code if iter is the second operand.
1530         * parser.c (cp_parser_binary_expression): Add no_toplevel_fold_p
1531         argument.  If it is set, don't build the toplevel expression with
1532         build_x_binary_op, but build2.
1533         (cp_parser_assignment_expression,  cp_parser_omp_for_incr): Adjust
1534         callers.
1535         (cp_parser_omp_for_cond): Don't assume the first operand of the
1536         comparison must be decl.
1537
1538 2009-03-23  Jason Merrill  <jason@redhat.com>
1539
1540         PR c++/37729
1541         * pt.c (make_fnparm_pack): Split out from...
1542         (instantiate_decl): ...here.
1543         (tsubst_pack_expansion): Handle being called in a late-specified
1544         return type.
1545
1546         PR c++/39526
1547         * name-lookup.c (pushdecl_maybe_friend): Don't warn about shadowing
1548         a parm with a parm.
1549
1550 2009-03-20  Jason Merrill  <jason@redhat.com>
1551
1552         PR c++/28879
1553         * parser.c (cp_parser_direct_declarator): In a template, wrap 
1554         non-constant expression in NOP_EXPR with TREE_SIDE_EFFECTS set.
1555         * pt.c (tsubst): Preserve it in a partial instantiation.
1556         (dependent_type_p_r): Don't check value_dependent_expression_p.
1557         * decl.c (compute_array_index_type): Don't check
1558         value_dependent_expression_p if TREE_SIDE_EFFECTS.
1559
1560         C++ core issue 703
1561         * typeck2.c (check_narrowing): Don't complain about loss of 
1562         precision when converting a floating-point constant.
1563
1564 2009-03-19  Jakub Jelinek  <jakub@redhat.com>
1565
1566         PR c/39495
1567         * parser.c (cp_parser_omp_for_cond): Don't check lhs if decl is NULL.
1568         (cp_parser_omp_for_loop): Always use cp_parser_omp_for_cond.
1569
1570 2009-03-18  Jakub Jelinek  <jakub@redhat.com>
1571
1572         * parser.c (struct cp_token): Reorder fields for 64-bit hosts.
1573         (eof_token): Adjust.
1574
1575 2009-03-18  H.J. Lu  <hongjiu.lu@intel.com>
1576
1577         PR c++/39425
1578         * parser.c (cp_parser_explicit_specialization): Don't skip the
1579         rest of the specialization when begin_specialization returns
1580         false.
1581
1582 2009-03-17  Jason Merrill  <jason@redhat.com>
1583
1584         * decl.c (grokfndecl): Set DECL_CONTEXT on parms.
1585         (duplicate_decls): Adjust DECL_CONTEXT of newdecl's parms.
1586         * pt.c (check_explicit_specialization): Likewise.
1587         (tsubst_copy) [PARM_DECL]: Return a dummy parm if we don't have a
1588         local specialization.
1589         * tree.c (cp_tree_equal) [PARM_DECL]: Check type and index, not name.
1590         * decl2.c (parm_index): New fn.
1591         * semantics.c (finish_decltype_type): Don't use describable_type.
1592         * mangle.c (write_expression): Likewise.  Mangle ALIGNOF_EXPR.
1593         Give a sorry for unsupported codes rather than crash.  Mangle
1594         conversions with other than 1 operand.  New mangling for PARM_DECL.
1595         * operators.def (ALIGNOF_EXPR): Mangle as "az".
1596
1597 2009-03-17  Jing Yu  <jingyu@google.com>
1598
1599         PR middle-end/39378
1600         * method.c (use_thunk): Change is_thunk from crtl to cfun.
1601
1602 2009-03-17  Paolo Carlini  <paolo.carlini@oracle.com>
1603
1604         PR c++/39475
1605         * semantics.c (check_trait_type): New.
1606         (finish_trait_expr): Use it.
1607
1608 2009-03-17  Jakub Jelinek  <jakub@redhat.com>
1609
1610         * name-lookup.c (cp_emit_debug_info_for_using): Emit USING_STMTs
1611         instead of calling imported_module_or_decl debug hook if
1612         building_stmt_tree ().
1613         * cp-gimplify.c (cp_gimplify_expr): Don't assert the first operand
1614         is a NAMESPACE_DECL.
1615
1616         PR debug/37890
1617         * name-lookup.c (do_namespace_alias): Don't call global_decl debug
1618         hook at function scope.
1619
1620         PR debug/39471
1621         * cp-gimplify.c (cp_gimplify_expr): Don't set DECL_NAME
1622         on IMPORTED_DECL.
1623
1624 2009-03-09  Jakub Jelinek  <jakub@redhat.com>
1625
1626         PR c++/39371
1627         * semantics.c (finish_switch_cond): Don't call get_unwidened.
1628         * decl.c (finish_case_label): Pass SWITCH_STMT_TYPE as 3rd argument
1629         instead of TREE_TYPE (cond).
1630
1631 2009-03-08  H.J. Lu  <hongjiu.lu@intel.com>
1632
1633         PR c++/39060
1634         * parser.c (cp_parser_late_parsing_default_args): Continue
1635         the loop when cp_parser_assignment_expression returns
1636         error_mark_node.
1637
1638 2009-03-07  Jason Merrill  <jason@redhat.com>
1639
1640         PR c++/39367
1641         * init.c (build_new_1): Don't use a VLA type.
1642         (build_vec_init): Handle getting a pointer for BASE.
1643
1644 2009-03-06  H.J. Lu  <hongjiu.lu@intel.com>
1645
1646         PR c++/37520
1647         * cp-tree.h: Check NO_DOT_IN_LABEL before NO_DOLLAR_IN_LABEL
1648         when mangling symbols.
1649
1650 2009-03-06  Paolo Carlini  <paolo.carlini@oracle.com>
1651
1652         PR c++/33492
1653         * error.c (dump_expr): Don't try to print THROW_EXPRs in full.
1654
1655 2009-03-06  Alexandre Oliva  <aoliva@redhat.com>
1656
1657         * decl.c (record_builtin_java_type): Use canonicalized integer
1658         types.
1659
1660 2009-03-04  Jason Merrill  <jason@redhat.com>
1661
1662         PR c++/38908
1663         * class.c (is_really_empty_class): New fn.
1664         * cp-tree.h: Declare it.
1665         * cp-objcp-common.c (cp_expr_size): Use it.
1666
1667         PR c++/13549
1668         * semantics.c (perform_koenig_lookup): Handle TEMPLATE_ID_EXPR.
1669         * parser.c (cp_parser_postfix_expression): Call it for 
1670         TEMPLATE_ID_EXPR.
1671         * tree.c (is_overloaded_fn): Look through TEMPLATE_ID_EXPR.
1672         (get_first_fn): Likewise.
1673
1674         PR c++/9634
1675         PR c++/29469
1676         PR c++/29607
1677         Implement DR 224.
1678         * decl.c (make_typename_type): Do look inside currently open classes.
1679         * parser.c (cp_parser_lookup_name): Likewise.
1680         (cp_parser_template_name): Likewise.
1681         * pt.c (dependent_scope_p): New function.
1682         * cp-tree.h: Declare it.
1683         * class.c (currently_open_class): Return fast if T isn't a class.
1684
1685 2009-02-26  H.J. Lu  <hongjiu.lu@intel.com>
1686
1687         PR c++/37789
1688         * parser.c (cp_parser_mem_initializer): Return error_mark_node
1689         if cp_parser_mem_initializer_id returns error_mark_node.
1690
1691 2009-02-24  Richard Guenther  <rguenther@suse.de>
1692
1693         PR c++/39242
1694         * pt.c (instantiate_decl): Do not instantiate extern, non-inline
1695         declared functions.
1696
1697 2009-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1698
1699         PR c++/36411
1700         * pt.c (coerce_template_template_parms): Return 0 if parameter
1701         is error_mark_node.
1702
1703 2009-02-23  Jason Merrill  <jason@redhat.com>
1704
1705         * pt.c (unify): Call maybe_adjust_types_for_deduction when
1706         deducing from an initializer list.
1707
1708 2009-02-20  Jason Merrill  <jason@redhat.com>
1709
1710         PR c++/39225
1711         * decl.c (grokdeclarator): Handle ~identifier.
1712
1713 2009-02-19  Jakub Jelinek  <jakub@redhat.com>
1714
1715         PR target/39175
1716         * decl2.c (determine_visibility): If visibility changed and
1717         DECL_RTL has been already set, call make_decl_rtl to update symbol
1718         flags.
1719
1720 2009-02-19  H.J. Lu  <hongjiu.lu@intel.com>
1721
1722         PR c++/39188
1723         * cp-tree.h (maybe_commonize_var): New.
1724
1725         * decl.c (maybe_commonize_var): Make it extern.
1726
1727         * decl2.c (finish_anon_union): Call maybe_commonize_var.
1728
1729 2009-02-18  H.J. Lu  <hongjiu.lu@intel.com>
1730
1731         PR c++/39219
1732         * parser.c (cp_parser_enum_specifier): Apply all attributes.
1733
1734 2009-02-18  Jason Merrill  <jason@redhat.com>
1735
1736         * cfns.h: Tweak pathname for cfns.gperf.
1737
1738 2009-02-13  Jason Merrill  <jason@redhat.com>
1739
1740         PR c++/39070
1741         * semantics.c (finish_call_expr): Change koenig_p parm to int.
1742         If -1, don't set KOENIG_LOOKUP_P but do keep hidden candidates.
1743         * cp-tree.h: Adjust prototype.
1744         * pt.c (tsubst_copy_and_build) [CALL_EXPR]: Pass -1.
1745
1746 2009-02-12  Jason Merrill  <jason@redhat.com>
1747
1748         PR c++/38950
1749         * pt.c (unify)[TEMPLATE_PARM_INDEX]: Convert to the tsubsted type.
1750
1751 2009-02-11  Jason Merrill  <jason@redhat.com>
1752
1753         PR c++/39153
1754         * decl2.c (cp_write_global_declarations): 
1755         Check DECL_DEFAULTED_FN, not DECL_ARTIFICIAL.
1756
1757         PR c++/30111
1758         * init.c (build_value_init_noctor): Split out from...
1759         (build_value_init): ...here.
1760         (expand_aggr_init_1): Handle value-initialization.
1761         * cp-tree.h: Add declaration.
1762         * class.c (type_has_user_provided_constructor): 
1763         Handle non-class arguments.
1764
1765 2009-02-10  Jason Merrill  <jason@redhat.com>
1766
1767         PR c++/38649
1768         * class.c (defaultable_fn_p): Handle ... properly.
1769
1770         PR c++/36744
1771         * tree.c (lvalue_p_1): Condition rvalue ref handling on
1772         treat_class_rvalues_as_lvalues, too.
1773
1774 2009-02-10  Paolo Carlini  <paolo.carlini@oracle.com>
1775
1776         PR c++/34397
1777         * typeck.c (build_x_array_ref): New.
1778         * cp-tree.h: Declare it.
1779         * pt.c (tsubst_copy_and_build): Use it for case ARRAY_REF.
1780
1781 2009-02-09  Jason Merrill  <jason@redhat.com>
1782
1783         PR c++/39109
1784         * semantics.c (simplify_aggr_init_expr): Do zero-initialization here.
1785         * init.c (build_value_init): Not here. Don't build a TARGET_EXPR.
1786         * tree.c (get_target_expr): Handle AGGR_INIT_EXPR.
1787         * cp-gimplify.c (cp_gimplify_init_expr): Remove special handling
1788         for build_value_init TARGET_EXPR.
1789         * cp-tree.h (AGGR_INIT_ZERO_FIRST): New macro.
1790
1791 2009-02-06  Paolo Carlini  <paolo.carlini@oracle.com>
1792
1793         PR c++/35147
1794         PR c++/37737
1795         * cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Check TREE_VEC_LENGTH.
1796
1797 2009-02-04  Jakub Jelinek  <jakub@redhat.com>
1798
1799         PR c++/39095
1800         * operators.def: Use COMPONENT_REF code for ->/pt operator again,
1801         remove ./dt operator.
1802         * mangle.c (write_expression): Handle COMPONENT_REF after handling
1803         ADDR_EXPR, for COMPONENT_REF without ARROW_EXPR inside of it
1804         write_string ("dt") instead of using operators.def.
1805
1806 2009-02-03  Jason Merrill  <jason@redhat.com>
1807
1808         * typeck.c (cp_build_unary_op): Only complain about taking address
1809         of main if pedantic.
1810
1811 2009-02-03  Jakub Jelinek  <jakub@redhat.com>
1812
1813         PR inline-asm/39059
1814         * parser.c (cp_parser_primary_expression): Reject FIXED_CSTs.
1815
1816         PR c++/39056
1817         * typeck2.c (digest_init_r): Don't call process_init_constructor
1818         for COMPLEX_TYPE.
1819
1820 2009-02-03  Paolo Bonzini  <bonzini@gnu.org>
1821
1822         PR c++/36897
1823         * pt.c (convert_nontype_argument_function): Expect expr to be an
1824         ADDR_EXPR.
1825
1826         PR c++/37314
1827         * typeck.c (merge_types): Call resolve_typename_type if only
1828         one type is a typename.
1829
1830 2009-02-02  Jason Merrill  <jason@redhat.com>
1831
1832         PR c++/39054
1833         * parser.c (cp_parser_unqualified_id): Don't wrap error_mark_node 
1834         in BIT_NOT_EXPR.
1835
1836 2009-02-01  Paolo Carlini  <paolo.carlini@oracle.com>
1837
1838         PR c++/39053
1839         * parser.c (cp_parser_pure_specifier): If there are no tokens left
1840         do not call cp_lexer_consume_token.
1841
1842 2009-01-30  Jakub Jelinek  <jakub@redhat.com>
1843
1844         PR c++/39028
1845         * parser.c (cp_parser_already_scoped_statement): Handle __label__
1846         declarations.
1847
1848 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
1849
1850         PR c++/33465
1851         * error.c (dump_expr): Handle FIX_TRUNC_EXPR and FLOAT_EXPR.
1852
1853 2009-01-30  Paolo Carlini  <paolo.carlini@oracle.com>
1854
1855         PR c++/38655
1856         * error.c (dump_type_prefix, dump_type_suffix): Handle FIXED_POINT_TYPE.
1857
1858 2009-01-29  Paolo Carlini  <paolo.carlini@oracle.com>
1859
1860         * typeck.c (invalid_nonstatic_memfn_p): Use
1861         DECL_NONSTATIC_MEMBER_FUNCTION_P.
1862
1863 2009-01-27  Paolo Carlini  <paolo.carlini@oracle.com>
1864
1865         PR c++/37554
1866         * call.c (build_over_call): If convert_for_arg_passing returns
1867         error_mark_node unconditionally return it.
1868
1869 2009-01-22  Adam Nemet  <anemet@caviumnetworks.com>
1870
1871         * class.c (check_field_decls): Also inherit packed for bitfields
1872         regardless of their type.
1873
1874 2009-01-22  Dodji Seketeli  <dodji@redhat.com>
1875
1876         PR c++/38930
1877         * decl2.c (grokfield): Reverting changes of PR c++/26693
1878         (save_template_attributes): Likewise.
1879         * decl.c (grokdeclarator): Likewise.
1880         * name-lookup.c (pushdecl_maybe_friend): Likewise.
1881         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): Likewise.
1882         (append_type_to_template_for_access_check): Likewise.
1883         * semantics.c (check_accessibility_of_qualified_id): Likewise.
1884         * pt.c (instantiate_class_template, instantiate_template ): Likewise.
1885         (tsubst): Likewise.
1886         (resolve_type_name_type): Likewise.
1887         (append_type_to_template_for_access_check): Likewise.
1888
1889 2009-01-21  Dodji Seketeli  <dodji@redhat.com>
1890
1891         PR c++/26693
1892         * decl2.c (grokfield): when a typedef appears in a
1893         class, create the typedef variant type node for it.
1894         (save_template_attributes): Creating typedef variant type node
1895          here is now useless.
1896         * decl.c (grokdeclarator): If the typedef'ed struct/class was
1897         anonymous, set the proper type name to all its type variants.
1898         * name-lookup.c (pushdecl_maybe_friend): Reuse the
1899         set_underlying_type function to install typedef variant types.
1900         * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): New template accessor
1901         macro.
1902         (append_type_to_template_for_access_check): New entry points.
1903         * semantics.c (check_accessibility_of_qualified_id):
1904         When a typedef that is a member of a class appears in a template,
1905         add it to the template. It will be ...
1906         * pt.c (instantiate_class_template, instantiate_template ): ... access
1907         checked at template instantiation time.
1908         (tsubst): Handle the case of being called with NULL args.
1909         (resolve_type_name_type): The type name should be the name of the
1910         main type variant.
1911         (append_type_to_template_for_access_check): New entry point.
1912
1913 2009-01-19  Jason Merrill  <jason@redhat.com>
1914
1915         PR c++/23287
1916         * parser.c (cp_parser_unqualified_id): In a template,
1917         accept ~identifier.
1918         * typeck.c (lookup_destructor): Handle IDENTIFIER_NODE.
1919
1920 2009-01-16  Jason Merrill  <jason@redhat.com>
1921
1922         PR c++/38877
1923         * tree.c (lvalue_p_1): Allow non-fields in COMPONENT_REF.
1924         * init.c (build_new): Don't call describable_type unless we
1925         have an auto.
1926
1927         PR c++/29470
1928         * pt.c (tsubst_decl) [USING_DECL]: Propagate access flags.
1929
1930         PR c++/38579
1931         * search.c (protected_accessible_p): N doesn't vary.
1932
1933 2009-01-15  Jason Merrill  <jason@redhat.com>
1934
1935         PR c++/38850
1936         * pt.c (tsubst_copy_and_build): Tell finish_call_expr to
1937         accept hidden friends.
1938
1939 2009-01-15  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1940
1941         PR C++/29388
1942         * decl.c (grokdeclarator): Check for a non namespace/class context.
1943
1944 2009-01-15  Jason Merrill  <jason@redhat.com>
1945
1946         PR c++/36334
1947         PR c++/37646
1948         * tree.c (lvalue_p_1): Handle BASELINK.  A COMPONENT_REF to
1949         a function isn't necessarily an lvalue. Take tree, not const_tree.
1950         (lvalue_p, real_lvalue_p): Take tree, not const_tree.
1951         * typeck.c (lvalue_or_else): Likewise.
1952         * cp-tree.h: Adjust prototypes.
1953
1954 2009-01-15  Steve Ellcey  <sje@cup.hp.com>
1955
1956         PR c++/38357
1957         * pt.c (tsubst): Check for NULL args.
1958
1959 2009-01-15  Dodji Seketeli  <dodji@redhat.com>
1960
1961         PR c++/38636
1962         * name-lookup.c (pushtag): Don't create members to types that are not
1963         being created.
1964
1965 2009-01-14  Nick Clifton  <nickc@redhat.com>
1966
1967         PR c++/37862
1968         * parser.c: Pass cp_id_kind computed in
1969         cp_parser_postfix_dot_deref_expression to
1970         cp_parser_primary_expression.
1971
1972 2009-01-13  Jakub Jelinek  <jakub@redhat.com>
1973
1974         PR c++/38795
1975         * tree.c (cp_walk_subtrees): Handle REINTERPRET_CAST_EXPR,
1976         STATIC_CAST_EXPR, CONST_CAST_EXPR and DYNAMIC_CAST_EXPR the same
1977         as CAST_EXPR.
1978
1979 2009-01-12  Jason Merrill  <jason@redhat.com>
1980             Steve Ellcey  <sje@cup.hp.com>
1981
1982         PR c++/35109
1983         * name-lookup.c (lookup_name_real): Keep looking past a hidden 
1984         binding.
1985
1986 2009-01-12  Dodji Seketeli  <dodji@redhat.com>
1987
1988         PR c++/36019
1989         * pt.c (parameter_of_template_p): New function.
1990         * cp-tree.h: Declare it.
1991         * name-lookup.c (binding_to_template_parms_of_scope_p): New
1992         function.
1993         (outer_binding): Take template parameters in account when looking for
1994         a name binding.
1995
1996 2009-01-12  Jason Merrill  <jason@redhat.com>
1997
1998         PR c++/31488
1999         * tree.c (pod_type_p): Return 1 for structs created by the back end.
2000
2001 2009-01-12  Jakub Jelinek  <jakub@redhat.com>
2002
2003         PR c/32041
2004         * parser.c (cp_parser_builtin_offsetof): Allow `->' in
2005         offsetof member-designator, handle it as `[0].'.
2006
2007         PR c++/38794
2008         * decl.c (start_function): If grokdeclarator hasn't returned
2009         FUNCTION_DECL nor error_mark_node, issue diagnostics.
2010
2011 2009-01-11  Jakub Jelinek  <jakub@redhat.com>
2012
2013         PR c++/36254
2014         * cp-gimplify.c (genericize_if_stmt): Renamed from ...
2015         (gimplify_if_stmt): ... this.
2016         (cp_gimplify_expr): Don't handle IF_STMT here.
2017         (cp_genericize_r): Call genericize_if_stmt for IF_STMT.
2018
2019 2009-01-10  Andrew Pinski  <pinskia@gmail.com>
2020
2021         PR c++/38648
2022         * typeck.c (cp_build_modify_expr): Check for NULL current_function_decl.
2023
2024         PR c++/36695
2025         * typeck2.c (build_functional_cast): Check for reference type and NULL
2026         PARMS.
2027
2028 2009-01-09  Steve Ellcey  <sje@cup.hp.com>
2029
2030         * typeck.c (cp_build_unary_op): Check for ERROR_MARK.
2031
2032 2009-01-09  Jakub Jelinek  <jakub@redhat.com>
2033
2034         PR c++/35335
2035         * error.c (dump_expr): Handle EXPR_STMT like BIND_EXPR.
2036
2037 2009-01-09  John F. Carr  <jfc@mit.edu>
2038
2039         PR c++/37877
2040         * parser.c (cp_parser_class_specifier): Clear
2041         parser->in_unbraced_linkage_specification_p while parsing class
2042         specifiers.
2043
2044 2009-01-07  Jakub Jelinek  <jakub@redhat.com>
2045
2046         PR c++/38725
2047         * semantics.c (finish_goto_stmt): Convert destination to
2048         void *.
2049
2050 2009-01-06  Jason Merrill  <jason@redhat.com>
2051
2052         PR c++/35297
2053         PR c++/35477
2054         PR c++/35784
2055         PR c++/36846
2056         PR c++/38276
2057         * pt.c (check_default_tmpl_args): Don't complain about
2058         out-of-order parameter packs in the enclosing class
2059         or parameter packs after default args.
2060         (coerce_template_parms): If we have more than one
2061         parameter pack, don't flatten argument packs.
2062         (template_args_equal): Handle argument packs.
2063         (comp_template_args): Don't flatten argument packs.
2064         (check_instantiated_arg): Split out from...
2065         (check_instantiated_args): Here.  Handle arg packs.
2066         (convert_template_argument): Just check that nontype argument
2067         packs have the right type.
2068
2069 2009-01-05  Dodji Seketeli  <dodji@redhat.com>
2070
2071         PR c++/38472
2072         * typeck.c (type_after_usual_arithmetic_conversions): Fix a typo.
2073
2074 2009-01-05  Jason Merrill  <jason@redhat.com>
2075
2076         PR c++/38698
2077         * typeck2.c (process_init_constructor_union): Handle union with
2078         no fields.
2079
2080         * mangle.c (write_expression): Remove mangling for zero-operand
2081         casts.
2082
2083         PR c++/38701
2084         * decl.c (cp_finish_decl): Clear DECL_INITIAL for invalid
2085         defaulting.
2086
2087         PR c++/38702
2088         * class.c (defaultable_fn_p): Only operator== can be a copy
2089         assignment operator.
2090
2091 2009-01-02  Jason Merrill  <jason@redhat.com>
2092
2093         PR c++/38698
2094         * typeck2.c (process_init_constructor_union): Handle excess
2095         initializers.
2096         (process_init_constructor_record): Likewise.
2097
2098         PR c++/38684
2099         * typeck2.c (digest_init_r): Don't use process_init_constructor
2100         for non-aggregate classes.
2101
2102 \f
2103 Copyright (C) 2009 Free Software Foundation, Inc.
2104
2105 Copying and distribution of this file, with or without modification,
2106 are permitted in any medium without royalty provided the copyright
2107 notice and this notice are preserved.