OSDN Git Service

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