1 2009-11-30 Paolo Carlini <paolo.carlini@oracle.com>
4 * call.c (add_template_candidate_real): Early return NULL if
5 the arglist length is smaller than skip_without_in_chrg; tidy.
7 2009-11-30 Dodji Seketeli <dodji@redhat.com>
10 * pt.c (convert_template_argument): Strip typedefs from SCOPE_REFs.
12 2009-11-29 Dodji Seketeli <dodji@redhat.com>
15 * semantics.c (empty_expr_stmt_p): Handle void_zero_node and fix
17 * pt.c (tsubst_copy_and_build): Fix typo.
19 2009-11-29 Jan Hubicka <jh@suse.cz>
21 * optimize.c (maybe_clone_body): Emit thunks associated to alias.
22 * Make-lang.in (method.o): Add dependency on gimple.h.
23 * method.c: Include gimple.h
24 (make_alias_for_thunk): Use same body alias instead of assemble_alias.
25 (use_thunk): Drop codegen; use cgraph_add_thunk; gimplify
27 * semantics.c (expand_or_defer_fn): Emit associated thunks.
29 2009-11-28 Dodji Seketeli <dodji@redhat.com>
32 * cp-tree.h (empty_expr_stmt_p): Declare ...
33 * semantics.c (empty_expr_stmt_p): ... this.
34 * pt.c (tsubst_copy_and_build) <STMT_EXPR>: Use it.
36 2009-11-27 Paolo Carlini <paolo.carlini@oracle.com>
39 * cxx-pretty-print.c (pp_cxx_expression): Handle TEMPLATE_ID_EXPR.
41 2009-11-27 Paolo Carlini <paolo.carlini@oracle.com>
44 * pt.c (print_overloaded_functions): New.
45 (print_candidates): Call the latter.
46 * parser.c (cp_parser_class_name): Do not duplicate the diagnostics
47 after the cp_parser_lookup_name call.
49 2009-11-26 Jason Merrill <jason@redhat.com>
52 * parser.c (cp_parser_postfix_expression): A local extern also
53 prevents arg-dependent lookup.
55 2009-11-26 Gabriel Dos Reis <gdr@cs.tamu.edu>
57 * decl.c (grokdeclarator): Remove period at end of diagnosic message.
59 2009-11-25 Jason Merrill <jason@redhat.com>
62 * rtti.c (get_tinfo_decl_dynamic): Call resolve_nondeduced_context.
64 2009-11-24 Jason Merrill <jason@redhat.com>
67 * parser.c (cp_parser_mem_initializer_id): Pass typename_type to
69 (cp_parser_unqualified_id): Same, rather than class_type.
72 * parser.c (cp_parser_expression_statement): Give helpful error
73 for constructor name used as type.
75 * pt.c (determine_specialization): Give helpful error about missing
78 2009-11-23 Jakub Jelinek <jakub@redhat.com>
81 * tree.c: Include cgraph.h.
82 (cp_fix_function_decl_p): Don't return true for same_body aliases.
83 * Make-lang.in (cp/tree.o): Depend on $(CGRAPH_H).
85 2009-11-23 Dodji Seketeli <dodji@redhat.com>
88 * cp-tree.def <TEMPLATE_INFO>: Declare new kind of tree
90 * cp-tree.h (struct tree_template_info,
91 struct qualified_typedef_usage_s): New.
92 (cp_tree_node_structure_enum): add TS_CP_TEMPLATE_INFO.
93 (union lang_tree_node): Add template_info.
94 (TI_TEMPLATE, TI_ARGS, TI_TYPEDEFS_NEEDING_ACCESS_CHECKING):
96 (build_template_info): Declare.
97 (get_types_needing_access_check): Adjust return type.
98 (add_typedef_to_current_template_for_access_check): Declare.
99 * cp-objcp-common.c (cp_tree_size): Handle TEMPLATE_INFO.
100 * semantics.c (add_typedef_to_current_template_for_access_check):
102 (check_accessibility_of_qualified_id): ... here.
103 * decl.c (make_typename_type): Use it.
104 * pt.c (build_template_info): Define.
105 (check_explicit_specialization, find_parameter_packs_r,
106 push_template_decl_real, lookup_template_class,
107 for_each_template_parm_r, tsubst_decl, tsubst): Use
109 (get_types_needing_access_check): Adjust return type.
110 (append_type_to_template_for_access_check_1): Record the
111 location of the usage point of the typedef. Adjust to TEMPLATE_INFO.
112 (append_type_to_template_for_access_check): Add new location
113 parameter. Pass it to append_type_to_template_for_access_check_1.
114 Adjust to TEMPLATE_INFO.
115 (perform_typedefs_access_check): Temporarily set input_location to
116 the usage point of the typedef we are checking access for. Adjust
117 to new TEMPLATE_INFO tree node.
118 * tree.c (bind_template_template_parm): Use build_template_info.
119 * call.c (add_template_candidate_real): Likewise.
120 * decl.c (grokfndecl): Likewise.
121 (cp_tree_node_structure): Handle TEMPLATE_INFO.
123 2009-11-20 Jason Merrill <jason@redhat.com>
125 PR c++/9050, DR 147, DR 318
126 * parser.c (cp_parser_lookup_name): If the name matches the explicit
127 class scope, we're naming the constructor.
128 (cp_parser_constructor_declarator_p): Just use cp_parser_unqualified_id
129 if we have a nested-name-specifier.
130 (cp_parser_direct_declarator): Handle getting an overload set as a
131 constructor declarator.
132 (cp_parser_unqualified_id): Avoid looking up the constructor when
133 naming the destructor.
134 (cp_parser_diagnose_invalid_type_name): Give good
135 diagnostic for improper use of constructor as template.
136 * typeck.c (finish_class_member_access_expr): Give good diagnostic
137 about calling constructor.
139 * error.c (dump_aggr_type): Don't print A::A for injected-class-name.
141 2009-11-20 Simon Martin <simartin@users.sourceforge.net>
144 * pt.c (process_partial_specialization): Do not turn wrongly located
145 parameter pack arguments into error_mark_node.
146 Split too long lines into two.
148 2009-11-20 Paolo Carlini <paolo.carlini@oracle.com>
151 * except.c (build_throw): Check the tree returned by
152 decay_conversion for error_mark_node.
154 2009-11-20 Shujing Zhao <pearly.zhao@oracle.com>
157 * cp-tree.h (composite_pointer_operation): New type.
158 (composite_pointer_type): Adjust prototype with new argument.
159 * typeck.c (composite_pointer_type): Accept
160 composite_pointer_operation as argument and emit diagnostic to be
161 visible to gettext and checked at compile time.
162 (composite_pointer_type_r): Likewise.
163 (common_pointer_type): Update call to composite_pointer_type.
164 (cp_build_binary_op): Likewise.
165 * call.c (build_conditional_expr): Likewise.
167 2009-11-19 Jason Merrill <jason@redhat.com>
170 * call.c (build_op_delete_call): Don't complain about using
171 op delete (void *, size_t) for placement delete if there's an
174 DR 176 permissiveness
175 * class.c (build_self_reference): Call set_underlying_type.
176 * decl.c (check_elaborated_type_specifier): Don't complain about
178 (type_is_deprecated): Use TYPE_MAIN_VARIANT.
179 * pt.c (convert_template_argument): Handle injected-class-name used
180 as template template argument.
181 * typeck2.c (abstract_virtuals_error): Use TYPE_MAIN_VARIANT.
184 * decl.c (static_fn_type): Split out...
185 (revert_static_member_fn): ...from here.
186 * cp-tree.h: Declare it.
187 * class.c (resolve_address_of_overloaded_function): Use it to compare
188 pointers to member functions.
189 * typeck.c (build_static_cast_1): Call instantiate_type.
191 2009-11-18 Shujing Zhao <pearly.zhao@oracle.com>
194 * error.c (maybe_warn_cpp0x): Accept enum cpp0x_warn_str as argument.
195 (maybe_warn_variadic_templates): Update the maybe_warn_cpp0x calls to
196 match the new declaration.
197 * cp-tree.h (cpp0x_warn_str): New type.
198 (maybe_warn_cpp0x): Adjust prototype with new argument.
199 * call.c (reference_binding): Update the maybe_warn_cpp0x calls.
200 * decl.c (reshape_init_r, check_initializer, grokdeclarator):
202 * parser.c (cp_parser_primary_expression)
203 (cp_parser_parenthesized_expression_list, cp_parser_new_initializer)
204 (cp_parser_assignment_expression, cp_parser_condition)
205 (cp_parser_jump_statement, cp_parser_mem_initializer)
206 (cp_parser_simple_type_specifier, cp_parser_elaborated_type_specifier)
207 (cp_parser_enum_specifier, cp_parser_initializer)
208 (cp_parser_pure_specifier, cp_parser_functional_cast): Likewise.
210 2009-11-18 Jakub Jelinek <jakub@redhat.com>
213 * cp-tree.h (expand_or_defer_fn_1): New prototype.
214 * decl2.c (cp_write_global_declarations): Mark as !DECL_EXTERNAL
215 also all same_body aliases.
216 * semantics.c (expand_or_defer_fn): Move most of the function
217 except registering with cgraph to ...
218 (expand_or_defer_fn_1): ... here. New function.
219 * optimize.c: Include cgraph.h.
220 (maybe_clone_body): If in charge parm is not used and both base
221 and complete clones are created and are not comdat, tell cgraph
222 they have the same body.
223 * Make-lang.in (cp/optimize.o): Depend on $(CGRAPH_H).
225 2009-11-17 Paolo Carlini <paolo.carlini@oracle.com>
228 * typeck2.c (digest_init_r): Check init for error_operand_p.
229 * decl.c (reshape_init_class): Check return value of reshape_init_r
232 2009-11-17 Jakub Jelinek <jakub@redhat.com>
235 * call.c (reference_binding): Return NULL for initializer list with
236 error operand inside of it.
239 * typeck.c (cp_build_modify_expr): For initializer list call
240 check_array_initializer to make sure lhs isn't a VLA.
242 2009-11-16 Jason Merrill <jason@redhat.com>
244 PR c++/189, c++/9937, c++/13950, DR 176
245 * search.c (lookup_field_r): Allow lookup to find the
246 injected-class-name from a template base.
247 (template_self_reference_p): Remove.
248 * decl.c (make_typename_type): Diagnose ambiguity. Use
249 maybe_get_template_decl_from_type_decl.
250 * parser.c (cp_parser_template_name): Pass true to is_template
251 rather than use maybe_get_template_decl_from_type_decl.
252 (cp_parser_lookup_name): Use maybe_get_template_decl_from_type_decl.
253 * pt.c (maybe_get_template_decl_from_type_decl): Handle ambiguity.
254 Use DECL_SELF_REFERENCE_P.
256 * parser.c (cp_parser_parse_and_diagnose_invalid_type_name):
257 Avoid duplicate ambiguity error.
258 * error.c (dump_decl): Don't say "typedef" for injected-class-name.
259 * pt.c (convert_template_argument): Tweak logic.
261 2009-11-16 Paolo Carlini <paolo.carlini@oracle.com>
264 * pt.c (determine_specialization): Assign to candidates the return
265 value of the chainon called before print_candidates.
267 2009-11-16 Paolo Carlini <paolo.carlini@oracle.com>
270 * decl.h (enum decl_context): Add TPARM enumerator.
271 * decl.c (grokdeclarator): Per 14.1/2, error out if a storage class
272 is specified in a template parameter declaration.
273 * parser.c (cp_parser_template_parameter): Call grokdeclarator with
274 TPARM as third argument.
276 2009-11-13 Jason Merrill <jason@redhat.com>
280 * pt.c (expand_template_argument_pack): Handle null arg gracefully.
281 (convert_template_argument): Use %T for type.
284 * decl.c (create_implicit_typedef): Set TYPE_STUB_DECL here.
285 (cxx_init_decl_processing): Not here.
286 * name-lookup.c (pushtag): Or here.
287 * pt.c (lookup_template_class): Or here.
290 * pt.c (convert_nontype_argument): Give helpful error about
291 reference variable argument to reference template parameter.
294 * semantics.c (finish_non_static_data_member): Don't check
295 derivation in a template.
298 * parser.c (cp_parser_direct_declarator): Give helpful error about
299 trying to define member of a dependent typedef.
300 * pt.c (resolve_typename_type): Don't resolve a typedef typename.
301 * tree.c (typedef_variant_p): New.
302 * cp-tree.h: Declare it.
304 2009-11-12 Jason Merrill <jason@redhat.com>
307 * parser.c (cp_parser_primary_expression): Don't give a duplicate
311 * decl2.c (build_anon_union_vars): Set DECL_ARTIFICIAL.
314 * decl.c (grokdeclarator): Don't generate a void PARM_DECL.
317 * call.c (build_conditional_expr): Check specifically for folding
318 to CALL_EXPR rather than TREE_SIDE_EFFECTS.
320 * typeck.c (cv_qualified_p): New fn.
321 (decay_conversion): Use it.
322 * cp-tree.h: Declare it.
323 * tree.c (rvalue): Use it and cv_unqualified.
324 * init.c (build_aggr_init): Likewise.
327 * call.c (build_conditional_expr): Don't fold a TREE_SIDE_EFFECTS
328 COND_EXPR in unevaluated context.
330 2009-11-12 Jan Hubicka <jh@suse.cz>
332 * decl2.c (constrain_visibility): Clear WEAK and COMMON flags.
334 2009-11-11 Jason Merrill <jason@redhat.com>
337 * rtti.c (emit_support_tinfos): Add DFP types.
339 * call.c (build_op_delete_call): Downgrade error about
340 placement/non-placement confusion to permerror.
342 2009-11-10 Jason Merrill <jason@redhat.com>
344 * call.c (build_op_delete_call): Tweak error.
348 * call.c (non_placement_deallocation_fn_p): Split out...
349 (build_op_delete_call): ...from here. Use instantiate_type
350 for placement delete. Simplify logic.
351 * pt.c (primary_template_instantiation_p): Non-static.
352 * cp-tree.h: Declare it.
354 2009-11-09 Jason Merrill <jason@redhat.com>
357 * parser.c (cp_parser_template_argument): Accept SCOPE_REF around
361 * pt.c (tsubst_baselink): tsubst the name.
363 2009-11-07 Jason Merrill <jason@redhat.com>
366 * pt.c (tsubst) [TYPEOF_TYPE]: Set cp_unevaluated_operand.
370 * cp-tree.h (cp_decl_specifier_seq): Add any_type_specifiers_p.
371 * parser.c (cp_parser_single_declaration): Call
372 cp_parser_parse_and_diagnose_invalid_type_name here, too.
373 (cp_parser_parameter_declaration): And here.
374 (cp_parser_parse_and_diagnose_invalid_type_name): Be
375 less picky about declarator form. Don't skip to
376 the end of the block if we're in a declarator.
377 (cp_parser_decl_specifier_seq): Set any_type_specifiers_p.
378 (cp_parser_simple_declaration): Check it.
379 (cp_parser_member_declaration): Likewise.
380 (cp_parser_diagnose_invalid_type_name): Tweak error message.
381 (cp_parser_expression_statement): Likewise.
382 * decl2.c (grokfield): Mention decltype instead of typeof.
384 2009-11-06 Jason Merrill <jason@redhat.com>
387 * parser.c (cp_parser_check_template_parameters): Don't talk about
388 specialization at function scope.
389 (cp_parser_diagnose_invalid_type_name): Handle dependent scope.
390 (cp_parser_parse_and_diagnose_invalid_type_name): Likewise.
391 (cp_parser_expression_statement): Suggest typename.
392 * error.c (dump_decl) [SCOPE_REF]: Print the type here.
393 (dump_expr) [SCOPE_REF]: Call it.
394 (dump_type) [UNBOUND_CLASS_TEMPLATE]: Check TFF_UNQUALIFIED_NAME.
395 * cxx-pretty-print.c (pp_cxx_unqualified_id): Print class template
399 * decl2.c (build_memfn_type): Preserve attributes.
400 (cp_reconstruct_complex_type): Likewise.
401 (maybe_retrofit_in_chrg): Likewise.
402 * class.c (adjust_clone_args): Likewise.
403 * call.c (standard_conversion): Use build_memfn_type.
404 * pt.c (tsubst): Likewise.
405 * decl.c (build_ptrmem_type): Likewise
406 (check_function_type): Preserve attributes.
407 * tree.c (cp_build_type_attribute_variant): Propagate exception
408 specs on METHOD_TYPE, too.
409 (strip_typedefs): Preserve exception specs and attributes.
411 2009-11-06 Andrew Pinski <andrew_pinski@playstation.sony.com>
414 * optimize.c (maybe_clone_body): Copy DECL_ATTRIBUTES and
415 DECL_DISREGARD_INLINE_LIMITS also.
417 2009-11-06 Jakub Jelinek <jakub@redhat.com>
420 * parser.c (cp_parser_omp_for_loop): After diagnosing not perfectly
421 nested loop and parsing statements, don't cp_parser_require }, instead
422 exit the loop if next token is CPP_EOF.
424 2009-11-05 Jason Merrill <jason@redhat.com>
427 * method.c (do_build_copy_constructor): Don't drop cv-quals from
431 * class.c (finish_struct): Store maximum_field_alignment in
433 * pt.c (instantiate_class_template): Set maximum_field_alignment.
436 * name-lookup.c (arg_assoc_class): Call complete_type.
437 * pt.c (instantiate_class_template): Call uses_template_parms
438 instead of dependent_type_p.
441 * pt.c (check_undeduced_parms): New subroutine of...
442 (more_specialized_fn): ...here. Undeduced template parms can make
443 a template less specialized than another.
445 2009-11-04 Jason Merrill <jason@redhat.com>
448 * search.c (lookup_base): Don't complete_type (base).
451 * method.c (use_thunk): Check DECL_WEAK as well as
455 * name-lookup.c (add_function): Ignore non-functions.
457 2009-11-03 Jason Merrill <jason@redhat.com>
460 * decl2.c (cxx_callgraph_analyze_expr): Don't reference a function
461 just because a static variable in it is needed unless -frepo.
464 * parser.c (cp_parser_type_specifier_seq): Rename is_condition to
466 (cp_parser_exception_declaration): Pass true.
467 (cp_parser_omp_for_loop): Likewise.
470 * typeck.c (build_x_binary_op): Don't do warn_parentheses
471 if we're in a SFINAE context.
474 * call.c (build_call_a): Strip cv-quals from rvalue result.
477 * call.c (initialize_reference): Add complain parm.
478 * typeck.c (convert_for_initialization): Pass it.
479 * decl.c (grok_reference_init): Likewise.
480 * cp-tree.h: Declare it.
483 * pt.c (do_auto_deduction): Diagnose inconsistent deduction.
485 2009-11-02 Dodji Seketeli <dodji@redhat.com>
488 * pt.c (check_valid_ptrmem_cst_expr): New function.
489 (convert_nontype_argument): Use it to output an error for
490 illegal pointer to member expressions used as template arguments.
492 2009-11-02 Jason Merrill <jason@redhat.com>
494 Restrict DR 757 change to C++0x mode.
495 * decl2.c (mark_used): Check cxx_dialect.
496 * decl.c (grokfndecl): Do check type linkage in C++98 mode.
497 (grokvardecl): Likewise.
498 * pt.c (check_instantiated_arg): Likewise.
500 2009-11-02 Jakub Jelinek <jakub@redhat.com>
503 * name-lookup.c (handle_namespace_attrs): Pass 1 as last argument to
505 * parser.c (cp_parser_namespace_definition): Pass 1 as argument to
507 * rtti.c (push_abi_namespace): Pass 2 as last argument to
509 (pop_abi_namespace): Pass 2 as argument to pop_visibility.
511 2009-10-31 Jason Merrill <jason@redhat.com>
513 * tree.c (cv_unqualified): New fn.
514 * cp-tree.h: Declare it.
515 * typeck.c (decay_conversion): Use it instead of TYPE_MAIN_VARIANT.
517 * rtti.c (tinfo_name): Fix lengths for private case.
519 2009-10-31 Jason Merrill <jason@redhat.com>
522 * call.c (compare_ics): Avoid bad union use when
523 comparing two ck_lists.
525 2009-10-30 Jerry Quinn <jlquinn@optonline.net>
527 * mangle.c (mangle_type_string_for_rtti): Reapply 153734.
528 (needs_fake_anon): Likewise.
529 (write_name): Likewise.
530 (write_nested_name): Likewise.
531 * cp-tree.h (mangle_type_string_for_rtti): Likewise.
532 (get_anonymous_namespace): Likewise.
533 * name-lookup.c (get_anonymous_namespace_name): Likewise.
534 * rtti.c (tinfo_name): Likewise, with +1 in the second
535 build_string call fixed.
536 (tinfo_base_init): Likewise.
538 2009-10-30 Jason Merrill <jason@redhat.com>
541 * decl.c (cp_fname_init): Correct build_string argument.
543 2009-10-30 Jerry Quinn <jlquinn@optonline.net>
545 * mangle.c (mangle_type_string_for_rtti): Revert 153734.
546 (needs_fake_anon): Likewise.
547 (write_name): Likewise.
548 (write_nested_name): Likewise.
549 * cp-tree.h (mangle_type_string_for_rtti): Likewise.
550 (get_anonymous_namespace): Likewise.
551 * name-lookup.c (get_anonymous_namespace_name): Likewise.
552 * rtti.c (tinfo_name): Likewise.
553 (tinfo_base_init): Likewise.
555 2009-10-30 Dodji Seketeli <dodji@redhat.com>
558 * pt.c (iterative_hash_template_arg): articifial parms
559 don't have DECL_PARM_INDEX set. Do not hash it.
561 2009-10-28 Jerry Quinn <jlquinn@optonline.net>
563 * mangle.c (mangle_type_string_for_rtti): Revert r149964.
564 (needs_fake_anon): Likewise.
565 (write_name): Likewise.
566 (write_nested_name): Likewise.
567 * cp-tree.h (mangle_type_string_for_rtti): Likewise.
568 (get_anonymous_namespace): Likewise.
569 * name-lookup.c (get_anonymous_namespace_name): Likewise.
570 * rtti.c (tinfo_name): Insert '*' in front of private names.
571 (tinfo_base_init): Use it.
573 2009-10-28 Jason Merrill <jason@redhat.com>
576 * name-lookup.c (set_decl_namespace): Deal properly with inline
578 (qualified_lookup_using_namespace): Overhaul.
579 * pt.c (print_candidates): Handle getting an OVERLOAD.
581 2009-10-28 Jason Merrill <jason@redhat.com>
583 * decl.c (cp_fname_init): Correct build_string argument.
585 2009-10-27 Jason Merrill <jason@redhat.com>
587 Allow no-capture lambdas to convert to function pointer.
588 * semantics.c (maybe_add_lambda_conv_op): New.
589 * parser.c (cp_parser_lambda_expression): Call it.
590 (cp_parser_lambda_declarator_opt): Make op() static if
592 * mangle.c (write_closure_type_name): Adjust.
593 * semantics.c (finish_this_expr): Adjust.
594 * decl.c (grok_op_properties): Allow it.
595 * call.c (build_user_type_conversion_1): Handle static conversion op.
596 (build_op_call): And op().
598 2009-10-26 Jakub Jelinek <jakub@redhat.com>
601 * cp-lang.c (cxx_dwarf_name): Return NULL instead of
602 <anonymous ...> for anonymous aggregate names.
604 2009-10-26 Jason Merrill <jason@redhat.com>
606 PR c++/38796, Core issue 906
607 * cp-tree.h (DECL_DEFAULTED_OUTSIDE_CLASS_P): New.
608 (DECL_DEFAULTED_IN_CLASS_P): New.
609 * class.c (user_provided_p): Non-static.
610 (check_methods): Use it.
611 (check_bases_and_members): Check defaulted fns.
612 (defaultable_fn_p): Move and rename to...
613 * method.c (defaultable_fn_check): ...this.
614 (defaulted_late_check): New.
615 * pt.c (tsubst_decl): Call it.
616 * decl2.c (grokfield): Adjust.
617 * decl.c (cp_finish_decl): Adjust.
618 (grok_special_member_properties): Use user_provided_p.
620 2009-10-26 Dodji Seketeli <dodji@redhat.com>
623 * pt.c (template_args_equal): Handle comparison of
624 an ARGUMENT_PACK_SELECT node with the arguments node it selects into.
625 * cp-tree.def: Fix a typo in the description of TYPE_PACK_EXPANSION.
627 2009-10-26 Dodji Seketeli <dodji@redhat.com>
630 * decl.c (decls_match): Use DECL_IS_BUILTIN instead of
633 2009-10-23 Dodji Seketeli <dodji@redhat.com>
636 * mangle.c (write_template_args): Allow mangling of empty template
637 argument list. Updated function comments.
639 2009-10-23 Jason Merrill <jason@redhat.com>
641 * semantics.c (lambda_expr_this_capture): Use thisify_lambda_field.
643 * semantics.c (outer_lambda_capture_p): New fn.
644 (thisify_lambda_field): Factor out...
645 (add_default_capture): ...from here.
646 (finish_id_expression): Use them.
649 * call.c (add_function_candidate): Only permit explicit conversion
650 ops if copy ctor was called with a single argument.
652 * call.c (initialize_reference): Tweak error message.
654 2009-10-21 Jakub Jelinek <jakub@redhat.com>
656 * mangle.c (finish_mangling_get_identifier): Use
657 obstack_base (mangle_obstack) instead of name_base.
659 2009-10-19 Jakub Jelinek <jakub@redhat.com>
661 * parser.c (cp_lexer_print_token, cp_parser_is_string_literal,
662 cp_parser_string_literal, cp_parser_primary_expression): Likewise.
663 (cp_lexer_get_preprocessor_token): Use C_LEX_STRING_JOIN instead
664 of C_LEX_RAW_STRINGS.
666 2009-10-15 Jason Merrill <jason@redhat.com>
669 * error.c (dump_template_bindings): Wrap argument packs in {}.
672 * parser.c (CP_PARSER_FLAGS_NO_TYPE_DEFINITIONS): New.
673 (cp_parser_type_specifier): Don't try to parse a class-specifier
674 or enum-specifier in that case.
675 (cp_parser_trailing_type_id): New.
676 (cp_parser_late_return_type_opt): Call it.
677 (cp_parser_type_id_1): Add is_trailing_return parm.
678 (cp_parser_type_specifier_seq): Likewise.
680 2009-10-14 Jason Merrill <jason@redhat.com>
683 * call.c (print_z_candidates): Don't print deleted candidates.
684 (print_z_candidate): Note deleted candidates.
686 2009-10-14 Larry Evans <cppljevans@suddenlink.net>
689 * tree.c (cp_tree_equal): Add test for TEMPLATE_PARM_PARAMETER_PACK
692 2009-10-12 Jason Merrill <jason@redhat.com>
695 * parser.c (cp_parser_decltype): Set greater_than_is_operator_p.
698 * pt.c (type_unification_real): Call convert_template_argument
699 for function default template arguments.
700 (check_default_tmpl_args): Suggest -std=c++0x when function default
701 template args seen in C++98 mode.
703 2009-10-11 Jason Merrill <jason@redhat.com>
706 * typeck.c (build_reinterpret_cast_1): Handle rvalue refs
709 2009-10-11 Richard Guenther <rguenther@suse.de>
711 * tree.c (cp_free_lang_data): Drop anonymous aggregate names.
713 2009-10-08 Jason Merrill <jason@redhat.com>
716 * pt.c (maybe_adjust_types_for_deduction): Do rvalue ref adjustment
717 even when DEDUCE_EXACT.
720 * pt.c (resolve_nondeduced_context): New.
721 * cvt.c (convert_to_void): Call it.
722 * semantics.c (finish_decltype_type): Likewise.
723 * typeck.c (decay_conversion): Here too.
724 * pt.c (tsubst_decl): Don't clobber input_location.
725 Don't register a bad specialization.
727 2009-10-07 Gabriel Dos Reis <gdr@cs.tamu.edu>
729 * cp-tree.h: Fix location of documentation for DECL_LANG_FLAG_7.
731 2009-10-07 Jason Merrill <jason@redhat.com>
734 * pt.c (tsubst_pack_expansion): Don't do anything now if we
735 have incomplete packs of different lengths.
738 * tree.c (build_qualified_name): Call convert_from_reference.
740 2009-10-06 Jason Merrill <jason@redhat.com>
742 Fix lookup of initialized captures in unevaluated context.
743 * cp-tree.h (DECL_NORMAL_CAPTURE_P): New.
744 * name-lookup.c (qualify_lookup): Check it.
745 * parser.c (cp_parser_lambda_introducer): Pass explicit_init_p
747 * semantics.c (add_capture): Set DECL_NORMAL_CAPTURE_P
748 on captures without explicit init.
749 (add_default_capture): Pass explicit_init_p.
751 Fix capture by copy of types with explicit copy constructor.
752 * cp-tree.h (TARGET_EXPR_DIRECT_INIT_P): New.
753 (DIRECT_INIT_EXPR_P): New.
754 * typeck.c (convert_for_initialization): Just return if
756 * semantics.c (build_lambda_object): Use
757 TARGET_EXPR_DIRECT_INIT_P for normal captures.
759 2009-10-05 Jason Merrill <jason@redhat.com>
761 * parser.c: Mark lambda_scope and lambda_count for PCH.
763 2009-10-03 Jason Merrill <jason@redhat.com>
766 * parser.c (cp_parser_lambda_introducer): Avoid infinite loop on
769 2009-10-02 Jason Merrill <jason@redhat.com>
771 * mangle.c (write_unnamed_type_name): Implement.
772 (local_class_index): Split out from...
773 (discriminator_for_local_entity): ...here.
774 (nested_anon_class_index): New.
775 * cp-tree.h (TYPE_FUNCTION_SCOPE_P): New.
777 2009-10-02 Janis Johnson <janis187@us.ibm.com>
779 * call.c (convert_arg_to_ellipsis): Avoid promoting decimal32
782 2009-10-01 Jason Merrill <jason@redhat.com>
784 * parser.c (cp_parser_lambda_expression): Compute visibility.
785 (no_linkage_lambda_type_p): Remove.
786 * cp-tree.h: Remove declaration.
787 * tree.c (no_linkage_check): Don't call it. Don't check template
788 args. Don't check TREE_PUBLIC Types.
790 2009-10-01 Gabriel Dos Reis <gdr@cse.tamu.edu>
791 Jason Merrill <jason@redhat.com>
793 * decl.c (grokdeclarator): Set constexprness before announcing
796 2009-10-01 Gabriel Dos Reis <gdr@cs.tamu.edu>
798 * decl.c (record_builtin_java_type): Undo unintended change.
799 (cxx_init_decl_processing): Likewise.
801 2009-10-01 Jason Merrill <jason@redhat.com>
803 * pt.c (register_specialization): Push DECL_SOURCE_LOCATION to the
806 * decl.c (grok_special_member_properties): Only adjust
807 TYPE_HAS_COMPLEX_* if the function is defaulted in the class body.
808 (cp_finish_decl): Push DECL_DELETED_FN/DECL_DEFAULTED_FN to the
811 2009-09-30 Gabriel Dos Reis <gdr@cs.tamu.edu>
813 * decl.c (check_for_uninitialized_const_var): Check constexpr
815 (grokdeclarator): Handle `constexpr'.
816 (check_tag_decl): Reject `constexpr'.
817 (check_function_type): Check constexpr functions.
818 * cp-tree.h (ds_constexpr): New cp_decl_spec enumerator.
819 (CLASSTYPE_LITERAL_P): New.
820 (lang_type_class::is_literal): New.
821 (lang_type_class::dummy): Adjust width.
822 (literal_type_p): Declare.
823 * parser.c (cp_parser_check_decl_spec): Print it.
824 (cp_parser_decl_specifier_seq): Accept "constexpr".
825 * semantics.c (validate_constexpr_fundecl): Define.
826 (literal_type_p): Define.
828 2009-09-30 Jason Merrill <jason@redhat.com>
830 * semantics.c (lambda_expr_this_capture): Fix default capture
831 of explicit capture of 'this'.
833 2009-09-30 Jason Merrill <jason@redhat.com>
835 * parser.c (cp_parser_lambda_expression): Don't add __ to __this.
837 2009-09-30 Jason Merrill <jason@redhat.com>
839 * cp-tree.h (LANG_DECL_U2_CHECK): Check LANG_DECL_HAS_MIN.
841 2009-09-29 John Freeman <jfreeman08@gmail.com>
842 Jason Merrill <jason@redhat.com>
844 Add support for lambda-expressions as per N2927.
845 * cp-tree.def (VEC_INIT_EXPR, LAMBDA_EXPR): New.
846 * cp-tree.h (LAMBDA_TYPE_P, LAMBDA_FUNCTION_P): New.
847 (LAMBDA_EXPR_DEFAULT_CAPTURE_MODE): New.
848 (LAMBDA_EXPR_DEFAULT_CAPTURE_LIST): New.
849 (LAMBDA_EXPR_THIS_CAPTURE, LAMBDA_EXPR_CAPTURES_THIS_P): New.
850 (LAMBDA_EXPR_MUTABLE_P, LAMBDA_EXPR_DEDUCE_RETURN_TYPE_P): New.
851 (LAMBDA_EXPR_RETURN_TYPE, LAMBDA_EXPR_LOCATION): New.
852 (LAMBDA_EXPR_EXTRA_SCOPE, LAMBDA_EXPR_DISCRIMINATOR): New.
853 (struct tree_lambda_expr): New.
854 (union lang_tree_node): Add lambda_expression.
855 (struct lang_type_class): Add lazy_move_ctor flag, lambda_expr field.
856 (CLASSTYPE_LAZY_MOVE_CTOR, CLASSTYPE_LAMBDA_EXPR): New.
857 (LAMBDA_TYPE_EXTRA_SCOPE, VEC_INIT_EXPR_SLOT): New.
858 (VEC_INIT_EXPR_INIT, DECLTYPE_FOR_LAMBDA_CAPTURE): New.
859 (DECLTYPE_FOR_LAMBDA_RETURN): New.
860 (enum special_function_kind): Add sfk_move_constructor.
861 (LAMBDANAME_PREFIX, LAMBDANAME_FORMAT, LAMBDANAME_P): New.
862 * parser.c (cp_parser_lambda_expression, cp_parser_lambda_introducer)
863 (cp_parser_lambda_declarator_opt, cp_parser_lambda_body): New.
864 (start_lambda_scope, record_lambda_scope, finish_lambda_scope): New.
865 (no_linkage_lambda_type_p): New.
866 (cp_parser_primary_expression): Recognize lambda expression.
867 (cp_parser_init_declarator): Note lambda scope.
868 (cp_parser_function_definition_after_declarator): Likewise.
869 (cp_parser_late_parsing_default_args): Likewise.
870 (cp_parser_skip_to_closing_parenthesis): Skip to end of lambda capture
872 (cp_parser_parameter_declaration): Don't defer lambda default args.
873 * semantics.c (finish_non_static_data_member, finish_id_expression):
874 Handle default capture for lambda expressions.
875 (finish_this_expr): Handle 'this' keyword inside of lambda expressions.
876 (outer_automatic_var_p): New.
877 (finish_decltype_type): Handle decltypes within lambda expressions.
878 (classtype_has_nothrow_assign_or_copy_p): Synthesized move constructor.
879 (build_lambda_expr, build_lambda_object, begin_lambda_type)
880 (lambda_return_type, lambda_capture_field_type, apply_lambda_return_type)
881 (capture_decltype, add_capture, add_default_capture)
882 (lambda_expr_this_capture): New.
883 * mangle.c (write_unnamed_type_name): New. Incomplete.
884 (write_closure_type_name): New.
885 (write_unqualified_name): Recognize unnamed, closure types.
886 (write_type): Do not write decltypes from lambda expressions.
887 (decl_mangling_context): New.
888 (write_name): Use it. Handle PARM_DECL scope.
889 (write_prefix): Likewise. Handle VAR_DECL/FIELD_DECL scope.
890 (write_compact_number): Factor out from...
891 (write_expression, write_template_param): ...here.
892 (discriminator_for_local_entity): Recognize lambdas.
893 (write_local_name): Handle PARM_DECL scope.
894 * typeck.c (structural_comptypes): Compare decltypes from lambda
896 (check_return_expr): Deduce lambda return type from multiple return
898 * class.c (add_implicitly_declared_members): Add lazy move constructor
900 (check_bases_and_members): Delete default constructor and assignment
901 operator for lambda types.
902 (maybe_note_name_used_in_class): Do not confuse lambda expression with
904 * decl.c (reshape_init_r): Array copy.
905 (grokfndecl): Synthesized move constructor.
906 (cp_tree_node_structure): Lambda expression.
907 * method.c (use_thunk): Synthesized move constructor.
908 (do_build_copy_constructor): Likewise.
909 (locate_copy): Likewise.
910 (implicitly_declare_fn): Likewise.
911 * cp-objcp-common.c (cp_tree_size): Handle LAMBDA_EXPR.
912 * error.c (dump_aggr_type): Recognize lambda type.
913 (dump_function_decl): Recognize lambda function.
914 (function_category): Likewise.
915 (dump_function_name): Hide lambda name.
916 * tree.c (build_array_copy, move): New.
917 (special_function_p): Synthesized move constructor.
918 (no_linkage_check): Handle lambdas.
919 * search.c (lookup_fnfields_1): Synthesized move constructor.
920 * cp-gimplify.c (cp_gimplify_init_expr, cp_gimplify_expr):
921 Handle VEC_INIT_EXPR.
922 * typeck2.c (digest_init_r): Array copy.
923 * pt.c (get_template_info): Don't touch typedefs.
924 (instantiate_decl): Don't resubstitute artificial decls.
925 (tsubst_decl, tsubst, tsubst_copy_and_build): Handle lambdas.
926 (lookup_template_class): Don't fall back on name lookup.
927 * name-lookup.c (make_lambda_name): New.
928 (pushdecl_class_level): Handle default capture for lambda expressions.
929 (qualify_lookup): Handle decltypes within lambda expressions.
930 (pushtag): Handle ts_within_enclosing_non_class in function scope.
932 2009-09-28 Janis Johnson <janis187@us.ibm.com>
934 * mangle.c (write_builtin_type): Support decimal float types.
936 2009-09-28 Richard Henderson <rth@redhat.com>
938 * cp-objcp-common.h (LANG_HOOKS_EH_USE_CXA_END_CLEANUP): New.
940 2009-09-24 Jakub Jelinek <jakub@redhat.com>
942 * method.c (make_thunk, make_alias_for): Don't set
943 DECL_NO_STATIC_CHAIN.
944 * decl.c (builtin_function_1, grokfndecl): Likewise.
945 * lex.c (build_lang_decl): Likewise.
947 2009-09-23 Dodji Seketeli <dodji@redhat.com>
950 * decl.c (cp_finish_decl): Record the types used by the global
951 variable declaration we've just parsed.
953 2009-09-22 Dodji Seketeli <dodji@redhat.com>
955 * cp-lang.c (LANG_HOOKS_FUNCTION_PARAMETER_PACK_P,
956 LANG_HOOKS_FUNCTION_PARM_EXPANDED_FROM_PACK_P,
957 LANG_HOOKS_GET_GENERIC_FUNCTION_DECL): Initialize these
958 hooks for the c++ FE.
959 * cp-tree.h (function_parameter_pack_p, get_function_template_decl,
960 function_parameter_expanded_from_pack_p): Declare ...
961 * pt.c (function_parameter_pack_p, get_function_template_decl,
962 function_parameter_expanded_from_pack_p): ... new hooks.
963 (get_template_info): Make this more robust.
964 (template_args_variadic_p, make_ith_pack_parameter_name): Add a new
965 line between comment and function.
966 (get_template_argument_pack_elems): Fix comment.
967 (tsubst_decl): Arguments of function parameter packs are not
968 parameter packs themselves.
970 2009-09-21 Jason Merrill <jason@redhat.com>
973 * tree.c (trivial_type_p): Fix logic.
975 2009-09-21 Jason Merrill <jason@redhat.com>
977 * name-lookup.c (push_class_level_binding): Sanity check.
979 2009-09-18 Jason Merrill <jason@redhat.com>
981 * decl2.c (determine_visibility): Make anonymous types internal.
982 (mark_used): Complain about types without linkage used in
983 decls with internal linkage.
984 (vague_linkage_fn_p): Split out from...
985 * decl.c (maybe_commonize_var): ...here.
986 (grokdeclarator): Adjust linkage when a typedef gives linkage name.
987 * tree.c (no_linkage_check): Check the enclosing class and template
990 * cp-tree.h (TYPE_NAMESPACE_SCOPE_P): New.
992 * pt.c (get_pattern_parm): New.
993 (listify): Split out from...
994 (listify_autos): ...here.
995 (unify): Deduce std::initializer_list for T.
996 * call.c (build_over_call): Warn about it.
998 2009-09-17 Andrew Pinski <pinskia@gcc.gnu.org>
1001 * typeck.c (cp_build_unary_op): Check TREE_CODE for bools instead of
1003 (convert_for_assignment): Likewise.
1004 * cvt.c (type_promotes_to): Likewise.
1006 2009-09-14 Richard Henderson <rth@redhat.com>
1007 Jakub Jelinek <jakub@redhat.com>
1009 * cp-tree.h (finish_asm_stmt): Update decl.
1010 * parser.c (cp_parser_asm_definition): Parse asm goto.
1011 (cp_parser_asm_label_list): New.
1012 * pt.c (tsubst_copy_asm_operands): Don't recurse on labels.
1013 (tsubst_expr): Handle asm labels.
1014 * semantics.c (finish_asm_stmt): Add and use labels parameter.
1016 2009-09-14 Richard Henderson <rth@redhat.com>
1018 * except.c (init_exception_processing): Don't call
1019 default_init_unwind_resume_libfunc.
1020 (cp_protect_cleanup_actions): Return the decl to call.
1021 (build_exc_ptr): Use __builtin_eh_pointer.
1022 * optimize.c (clone_body): Set eh_lp_nr, not eh_region.
1024 2009-09-13 Richard Guenther <rguenther@suse.de>
1025 Rafael Avila de Espindola <espindola@google.com>
1027 * except.c (init_exception_processing): Do not set
1028 lang_eh_runtime_type.
1029 (choose_personality_routine): Do not set eh_personality_decl,
1030 set pragma_java_exceptions.
1031 * cp-lang.c (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
1032 (LANG_HOOKS_EH_PERSONALITY): Likewise.
1033 (cp_eh_personality_decl): New.
1034 (cp_eh_personality): Likewise.
1035 * Make-lang.in (cp-lang.o): Add $(EXPR_H) and $(EXCEPT_H)
1038 2009-09-13 Wei Guozhi <carrot@google.com>
1041 * cp/optimize.c (build_delete_destructor_body): New function.
1042 (maybe_clone_body): Call build_delete_destructor_body for
1043 deleting destructor.
1045 2009-09-10 Jason Merrill <jason@redhat.com>
1047 * repo.c (extract_string, get_base_filename, init_repo): constify.
1049 2009-09-09 Jason Merrill <jason@redhat.com>
1051 * error.c (find_typenames_r): Also add decltypes.
1053 2009-09-09 Paolo Carlini <paolo.carlini@oracle.com>
1056 * decl2.c (grokfield): Check for explicit template argument lists.
1058 2009-09-09 Jack Howarth <howarth@bromo.med.uc.edu>
1061 * Make-lang.in: Remove redundant code from linkage for darwin10.
1063 2009-09-08 Paolo Carlini <paolo.carlini@oracle.com>
1066 * decl.c (build_init_list_var_init): Check return value of
1067 perform_implicit_conversion.
1069 2009-09-08 Jason Merrill <jason@redhat.com>
1071 * class.c (currently_open_class): Make sure we're dealing with the
1074 * cp-tree.h (enum overload_flags): Remove OP_FLAG.
1075 * method.c (lazily_declare_fn): Check for dtorness in ABI warning.
1077 * name-lookup.c (is_class_level): Remove.
1078 (push_binding_level, leave_scope, resume_scope): Adjust.
1079 (pushlevel_class): Adjust.
1080 (poplevel_class): Make sure we're on class_binding_level.
1082 * decl.c (grokmethod): Rename from start_method.
1083 (finish_method): Remove.
1084 * cp-tree.h: Adjust.
1085 * parser.c (cp_parser_save_member_function_body): Adjust.
1087 2009-09-03 Doug Kwan <dougkwan@google.com>
1089 * tree.c (cp_fix_function_decl_p): New.
1090 (cp_free_lang_data): New.
1092 2009-09-03 Diego Novillo <dnovillo@google.com>
1094 * Make-lang.in (decl2.o): Add dependency on $(POINTER_SET_H).
1095 * decl2.c: Include pointer-set.h.
1096 (collect_candidates_for_java_method_aliases): New.
1097 (cp_write_global_declarations): Call it.
1098 Add local variable CANDIDATES. If set, call
1099 build_java_method_aliases.
1100 (build_java_method_aliases): Add argument CANDIDATES.
1101 Use it to determine if FNDECL should get a hidden alias.
1102 * cp-objcp-common.h (LANG_HOOKS_FREE_LANG_DATA): Define.
1103 * cp-tree.h (cp_free_lang_data): Declare.
1105 2009-09-03 Richard Guenther <rguenther@suse.de>
1107 * method.c (use_thunk): Use cgraph_finalize_function to hand
1108 off thunks to the cgraph.
1109 * semantics.c (emit_associated_thunks): Do not emit thunks
1110 for really extern functions.
1112 2009-09-03 Diego Novillo <dnovillo@google.com>
1114 * cp-lang.c (lang_hooks): Remove const qualifier.
1116 2009-09-02 Jason Merrill <jason@redhat.com>
1118 * semantics.c (describable_type): Don't pretend to be in a template.
1120 * ptree.c (cxx_print_type) [DECLTYPE_TYPE]: Print the expression.
1122 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
1124 * cp-tree.h (TFF_NO_OMIT_DEFAULT_TEMPLATE_ARGUMENTS): New.
1125 * cp-lang.c (cxx_dwarf_name): Pass it.
1126 * error.c (count_non_default_template_args): Take flags as
1127 argument. Adjust all callers. Skip counting of default
1128 arguments if the new flag is given.
1130 2009-09-01 Dodji Seketeli <dodji@redhat.com>
1133 * pt.c (make_ith_pack_parameter_name): Don't use strnlen that is a
1136 2009-09-01 Richard Guenther <rguenther@suse.de>
1138 * cp-objcp-common.c (cp_expr_size): Use tree_expr_size.
1139 * cp-objcp-common.h (LANG_HOOKS_EXPR_SIZE): Do not define.
1141 2009-09-01 Richard Guenther <rguenther@suse.de>
1143 * cp-objcp-common.h (LANG_HOOKS_MARK_ADDRESSABLE): Remove.
1145 2009-08-31 Dodji Seketeli <dodji@redhat.com>
1148 * cp-tree.h (get_template_info): Parameter should be const.
1149 (CLASSTYPE_SPECIALIZATION_OF_PRIMARY_TEMPLATE_P): Fix typo.
1150 (get_template_argument_pack_elems,
1151 get_primary_template_innermost_parameters,
1152 get_template_innermost_arguments, template_template_parameter_p):
1154 * pt.c (get_template_argument_pack_elems,
1155 get_template_innermost_parameters, get_template_innermost_arguments,
1156 template_template_parameter_p):
1157 ... New C++ front end implementation of new language hooks.
1158 (primary_template_instantiation_p): New private helper.
1159 (make_ith_pack_parameter_name): Use snprintf and strnlen instead of
1161 (get_template_info): Const-ify parameter.
1162 * cp-lang.c (LANG_HOOKS_GET_INNERMOST_GENERIC_PARMS,
1163 LANG_HOOKS_GET_INNERMOST_GENERIC_ARGS,
1164 LANG_HOOKS_GET_ARGUMENT_PACK_ELEMS,
1165 LANG_HOOKS_GENERIC_TYPE_PARAMETER_DECL_P): Initialize these
1166 interfaces for the C++ front-end.
1168 2009-08-31 Jason Merrill <jason@redhat.com>
1171 * parser.c (cp_parser_enum_specifier): Make sure the : is followed by a
1172 type-specifier-seq before we commit.
1174 2009-08-28 Richard Guenther <rguenther@suse.de>
1177 * cp-gimplify.c (cp_genericize_r): Do not leak zero-sized stores
1178 into the generic IL.
1180 2009-08-27 Richard Guenther <rguenther@suse.de>
1182 * class.c (build_vtbl_ref_1): Remove excess vertical space.
1183 * Make-lang.in (CXX_TREE_H): Remove c-common.def dependency
1184 tracked by $(TREE_H).
1185 * semantics.c (expand_or_defer_fn): Zero DECL_SAVED_TREE.
1187 2009-08-26 Jason Merrill <jason@redhat.com>
1189 * call.c (build_builtin_candidate): Don't set LOOKUP_ONLYCONVERTING
1190 if we're contextually converting to bool.
1191 (build_conditional_expr): Likewise.
1192 * typeck.c (condition_conversion): Likewise.
1194 * call.c (build_conditional_expr): Fix logic errors.
1195 (build_new_op): Remove dead COND_EXPR handling.
1197 2009-08-24 Jason Merrill <jason@redhat.com>
1199 * cp-tree.h (DECL_DEFERRED_FN): Remove.
1200 (struct lang_decl_fn): Remove deferred flag.
1201 * class.c (build_clone): Don't set it.
1202 * decl2.c (note_vague_linkage_fn): Don't check or set it.
1203 (mark_used): Don't check it.
1204 * method.c (make_thunk, make_alias_for): Don't set it.
1206 * decl2.c (mark_used): Streamline logic.
1211 * cp-tree.h (DECL_ODR_USED): New macro.
1212 (struct lang_decl_base): Add odr_used flag.
1213 * decl.c (duplicate_decls): Propagate it. Use it for error.
1214 * pt.c (register_specialization): Use it for error.
1215 * decl2.c (mark_used): Use it as gating flag rather than TREE_USED.
1216 (cp_write_global_declarations): Use it for error.
1217 (tree_used_ok): Remove.
1218 * cp-tree.h: Remove tree_used_ok.
1219 * call.c (build_call_a): Don't call it.
1220 * init.c (build_offset_ref): Likewise.
1222 2009-08-21 Jakub Jelinek <jakub@redhat.com>
1225 * tree.c (lvalue_p_1) <case CONST_DECL>: Return clk_none if
1228 2009-08-19 Jason Merrill <jason@redhat.com>
1232 * decl2.c (mark_used): Increment function_depth during synthesis.
1233 * parser.c (cp_parser_default_argument): Not here.
1235 2009-08-19 Jakub Jelinek <jakub@redhat.com>
1237 * method.c (use_thunk): Call free_after_compilation after
1238 assemble_end_function.
1240 2009-08-17 Richard Guenther <rguenther@suse.de>
1242 * decl.c (build_ptrmemfunc_type): Keep variant chain intact.
1244 (finish_enum): Keep variant chain intact.
1245 * tree.c (cp_build_reference_type): Likewise.
1247 2009-08-16 Jason Merrill <jason@redhat.com>
1249 Make TREE_USED match the [basic.def.odr] concept for FUNCTION_DECL
1250 and VAR_DECL, so mark_used only has effect the first time.
1251 * decl2.c (mark_used): Just return if TREE_USED is already set.
1252 Don't set TREE_USED if cp_unevaluated_operand is set.
1253 (tree_used_ok): New fn.
1254 * init.c (build_offset_ref): Check it instead of TREE_USED.
1255 * call.c (build_call_a): Likewise.
1256 * cp-tree.h: Declare it.
1257 (DECL_NO_LINKAGE_CHECKED): No longer needed.
1258 (struct lang_decl_base): Remove no_linkage_checked bitfield.
1260 * decl2.c (finish_static_data_member_decl): Don't set TREE_USED.
1262 * decl2.c (mark_used): It's ok to synthesize for default args now.
1264 2009-08-10 Jason Merrill <jason@redhat.com>
1266 Implement DR 757: It's OK for a decl to use a type without linkage
1267 so long as the decl is defined in the current translation unit.
1268 * decl2.c (no_linkage_decls): New vector.
1269 (mark_used): Add decls that use types with no linkage.
1270 (cp_write_global_declarations): Check that they are defined.
1271 (decl_defined_p, no_linkage_error): New fns.
1272 * cp-tree.h (DECL_NO_LINKAGE_CHECKED): New macro.
1273 (struct lang_decl_base): Add flag.
1274 * decl.c (grokfndecl): Don't check type linkage.
1275 (grokvardecl): If the type has no linkage, just make sure
1276 DECL_LANG_SPECIFIC is set.
1277 * pt.c (check_instantiated_arg): Don't check type linkage.
1278 * name-lookup.c (is_local_extern): New fn.
1279 * name-lookup.h: Declare it.
1281 2009-08-05 Jason Merrill <jason@redhat.com>
1284 * init.c (build_vec_init): Evaluate the initializer before
1285 starting the initialization try block.
1287 2009-08-05 Manuel López-Ibáñez <manu@gcc.gnu.org>
1290 * typeck.c (convert_for_assignment): Do not warn for any boolean
1291 variant. Use explicit location.
1293 2009-08-04 Dodji Seketeli <dodji@redhat.com>
1296 * pt.c (tsubst_default_argument): Let access checks of the
1297 default argument happen in the context of the current function.
1299 2009-08-04 Manuel López-Ibáñez <manu@gcc.gnu.org>
1302 * call.c (build_new_op): Only try prefix operator if -fpermissive,
1303 otherwise just error.
1305 2009-08-04 Dodji Seketeli <dodji@redhat.com>
1308 * error.c (lang_decl_name): Print qualified names for decls
1311 2009-08-03 Jason Merrill <jason@redhat.com>
1312 Jakub Jelinek <jakub@redhat.com>
1315 * init.c (build_vec_init): Look through a TARGET_EXPR around a
1318 2009-07-31 Jason Merrill <jason@redhat.com>
1319 Douglas Gregor <doug.gregor@gmail.com>
1321 Remove implicit binding of lvalues to rvalue references (N2831)
1322 * call.c (convert_class_to_reference): Binding an lvalue to an
1323 rvalue reference is bad. If the user-defined conversion is bad,
1324 set bad_p before merging conversions.
1325 (maybe_handle_ref_bind): Don't push down bad_p.
1326 (reference_binding): Binding an lvalue to an rvalue reference is bad.
1327 (convert_like_real): Give a helpful error about binding lvalue
1328 to rvalue reference.
1329 (reference_related_p): No longer static.
1330 * typeck.c (build_typed_address): New.
1331 (build_static_cast_1): Add static_cast from lvalue to &&.
1332 * cp-tree.h: Adjust.
1334 2009-07-31 Jason Merrill <jason@redhat.com>
1336 * call.c (reference_binding): Rename lvalue_p to is_lvalue.
1337 Do direct binding of "rvalues" in memory to rvalue references.
1338 * tree.c (lvalue_p_1): Can't be both non-addressable lvalue and
1340 * typeck.c (build_static_cast_1): Do direct binding of memory
1341 "rvalues" to rvalue references.
1342 * cvt.c (cp_fold_convert): New.
1343 * cp-tree.h: Declare it.
1345 2009-07-31 Jason Merrill <jason@redhat.com>
1347 * typeck.c (build_address): Do fold away ADDR_EXPR of INDIRECT_REF.
1348 * tree.c (rvalue): Use cp_build_qualified_type, not TYPE_MAIN_VARIANT.
1350 2009-07-29 Jason Merrill <jason@redhat.com>
1353 * cp-tree.h (enum tsubst_flags): Add tf_no_class_instantiations.
1354 * error.c (count_non_default_template_args): Pass it.
1355 * pt.c (tsubst) [TYPENAME_TYPE]: Don't complete type if it's set.
1357 2009-07-29 Richard Guenther <rguenther@suse.de>
1360 * cp-gimplify.c (cp_genericize_r): Properly walk the BIND_EXPR
1363 2009-07-26 Simon Martin <simartin@users.sourceforge.net>
1366 * decl.c (grokdeclarator): Do not set TREE_NO_WARNING for functions
1367 with a qualified return type.
1369 2009-07-24 Jason Merrill <jason@redhat.com>
1372 * call.c (build_op_delete_call): If this is for a new-expression
1373 and the op delete is deleted, do nothing.
1376 * call.c (compare_ics): Give list-initialization of std::init_list
1377 priority over conversion to scalar, too.
1379 2009-07-22 Jason Merrill <jason@redhat.com>
1381 * mangle.c (mangle_type_string_for_rtti): Rename to be clearer.
1382 (needs_fake_anon): New.
1383 (write_name): Check it.
1384 (write_nested_name): Add a fake anonymous namespace scope if true.
1385 * name-lookup.c (get_anonymous_namespace_name): No longer static.
1386 * rtti.c, cp-tree.h: Adjust.
1388 2009-07-22 Richard Guenther <rguenther@suse.de>
1391 * cp-gimplify.c (cp_gimplify_expr): Move handling of using
1392 related exprs to ...
1393 (cp_genericize_r): ... genericization stage.
1394 (cp_genericize): Adjust.
1396 2009-07-21 Jason Merrill <jason@redhat.com>
1399 * call.c (reference_binding): Implement binding to { }.
1400 (initialize_reference): Binding temporary to non-const && is fine.
1401 * decl.c (grok_reference_init): Remove error for CONSTRUCTOR.
1403 * decl.c (reshape_init_r): { T } is not an aggregate initializer
1406 2009-07-17 Richard Guenther <rguenther@suse.de>
1409 * decl.c (finish_function): Do not emit unused result warnings
1411 * cp-objcp-common.h (LANG_HOOKS_POST_GIMPLIFY_PASS): Use
1412 c_warn_unused_result_pass.
1413 * semantics.c (expand_or_defer_fn): Adjust assertion about IL status.
1414 * optimize.c (clone_body): Clone in GENERIC.
1415 (maybe_clone_body): Do not clear DECL_SAVED_TREE.
1416 * decl2.c (cp_write_global_declarations): Fix body test.
1417 Do not call cgraph_optimize.
1418 * Make-lang.in (optimize.o): Add tree-iterator.h dependency.
1419 * method.c (use_thunk): Register thunk with
1420 cgraph_finalize_function.
1421 * error.c (function_category): Guard access of DECL_LANG_SPECIFIC.
1423 2009-07-17 Richard Guenther <rguenther@suse.de>
1425 * init.c (build_vec_delete_1): Do not set DECL_REGISTER on the
1428 2009-07-17 Aldy Hernandez <aldyh@redhat.com>
1429 Manuel López-Ibáñez <manu@gcc.gnu.org>
1432 * typeck.c, init.c, class.c, method.c, rtti.c, except.c, error.c,
1433 tree.c, cp-gimplify.c, cxx-pretty-print.c, pt.c, semantics.c,
1434 call.c, cvt.c, mangle.c: Add location argument to
1435 fold_{unary,binary,ternary}, fold_build[123], build_call_expr,
1436 build_size_arg, build_fold_addr_expr, build_call_array,
1437 non_lvalue, size_diffop, fold_build1_initializer,
1438 fold_build2_initializer, fold_build3_initializer,
1439 fold_build_call_array, fold_build_call_array_initializer,
1440 fold_single_bit_test, omit_one_operand, omit_two_operands,
1441 invert_truthvalue, fold_truth_not_expr, build_fold_indirect_ref,
1442 fold_indirect_ref, combine_comparisons, fold_builtin_*,
1443 fold_call_expr, build_range_check, maybe_fold_offset_to_address,
1444 round_up, round_down.
1446 2009-07-16 Jason Merrill <jason@redhat.com>
1449 Split POD into "standard-layout" and "trivial" as per N2230,
1450 Support std::is_standard_layout and std::is_trivial traits.
1451 * cp-tree.h (enum cp_trait_kind): Add CPTK_IS_STD_LAYOUT,
1453 (struct lang_type_class): Add non_std_layout.
1454 (CLASSTYPE_NON_STD_LAYOUT): New.
1455 * class.c (check_bases): Set it.
1456 (check_field_decls): Likewise.
1457 (check_bases_and_members): Likewise.
1458 * parser.c (cp_parser_primary_expression): Handle RID_IS_STD_LAYOUT,
1460 (cp_parser_trait_expr): Likewise.
1461 * semantics.c (trait_expr_value): Handle CPTK_IS_STD_LAYOUT,
1463 (finish_trait_expr): Likewise.
1464 * tree.c (scalarish_type_p, trivial_type_p, std_layout_type_p): New.
1465 (pod_type_p): Use them.
1466 (type_has_nontrivial_copy_init, type_has_nontrivial_default_init): New.
1468 Adjust bits of the language that no longer refer to POD types.
1469 * call.c (convert_arg_to_ellipsis): Use type_has_nontrivial_copy_init
1470 and TYPE_HAS_NONTRIVIAL_DESTRUCTOR rather than pod_type_p.
1471 (build_x_va_arg): Likewise.
1472 (call_builtin_trap): Remove.
1473 * decl.c (declare_local_label): Use type_has_nontrivial_default_init
1474 and TYPE_HAS_NONTRIVIAL_DESTRUCTOR rather than pod_type_p.
1475 (cp_finish_decl): Likewise.
1476 (check_previous_goto_1, check_goto): Adjust error.
1477 * typeck.c (build_class_member_access_expr): Check
1478 CLASSTYPE_NON_STD_LAYOUT rather than CLASSTYPE_NON_POD_P.
1480 2009-07-14 Taras Glek <tglek@mozilla.com>
1481 Rafael Espindola <espindola@google.com>
1483 * Make-lang.in: Added CP_PLUGIN_HEADERS and
1484 c.install-target to export cp-tree.h cxx-pretty-print.h
1485 name-lookup.h headers for plugins.
1487 2009-07-14 Jason Merrill <jason@redhat.com>
1490 * decl.c (decls_match): A non-extern-C declaration doesn't match
1491 a builtin extern-C declaration.
1494 * name-lookup.c (qualified_lookup_using_namespace): Don't stop
1495 looking in used namespaces just because we found something on
1499 * semantics.c (perform_koenig_lookup): Handle empty template args.
1501 * call.c (build_over_call): Use can_trust_pointer_alignment.
1503 2009-07-14 Dodji Seketeli <dodji@redhat.com>
1507 * decl2.c (grokfield): Don't call set_underlying_type on typedef
1508 decls that are type names.
1510 2009-07-13 Andrew Pinski <andrew_pinski@playstation.sony.com>
1513 * parser.c (cp_parser_elaborated_type_specifier): Accept typename in
1514 front of qualified names.
1516 2009-07-12 Jason Merrill <jason@redhat.com>
1519 * tree.c (rvalue): Use lvalue_or_rvalue_with_address_p.
1522 * cp-tree.h (enum cp_lvalue_kind_flags): Add clk_rvalueref.
1523 * tree.c (lvalue_p_1): Return it. Remove
1524 treat_class_rvalues_as_lvalues parm.
1525 (real_lvalue_p): Disallow pseudo-lvalues here.
1526 (lvalue_or_rvalue_with_address_p): New fn.
1527 * call.c (initialize_reference): Use it instead of real_lvalue_p.
1530 * init.c (build_new_1): Handle initializer list as array initializer.
1531 (build_vec_init): Likewise.
1532 * typeck.c (cp_build_modify_expr): Likewise.
1533 * typeck2.c (process_init_constructor_array): Error rather than abort
1534 if too many initializers.
1536 2009-07-10 Jakub Jelinek <jakub@redhat.com>
1539 * error.c (cp_print_error_function): Check for NULL block.
1541 2008-07-09 Simon Martin <simartin@users.sourceforge.net>
1542 Jason Merrill <jason@redhat.com>
1544 * pt.c (perform_typedefs_access_check, get_types_needing_access_check,
1545 append_type_to_template_for_access_check_1): Use CLASS_TYPE_P.
1547 2009-07-09 Dodji Seketeli <dodji@redhat.com>
1550 * pt.c (type_unification_real): Use tsubst_template_arg instead
1551 of tsubst to substitute default template arguments.
1553 2009-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
1556 * init.c (build_new_1): Set TREE_NO_WARNING for compiler-generated
1558 * cp-gimplify.c (genericize_eh_spec_block): Likewise.
1561 2009-07-07 Jason Merrill <jason@redhat.com>
1564 * pt.c (tsubst_decl): Don't abort if we didn't change anything
1565 in a TEMPLATE_DECL's args.
1567 2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
1569 * semantics.c (finalize_nrv_r): Replace EXPR_LOCUS by
1572 2009-07-07 Jason Merrill <jason@redhat.com>
1575 * decl.c (build_enumerator): Don't add enumerators for a
1576 scoped enum to the enclosing class.
1579 * decl.c (start_enum): Allow dependent underlying type.
1582 * decl.c (finish_enum): Finish scope even in a template.
1584 2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
1586 * init.c: Replace %J by an explicit location. Update all calls.
1588 * typeck2.c: Likewise.
1590 * name-lookup.c: Likewise.
1592 2009-07-06 Manuel López-Ibáñez <manu@gcc.gnu.org>
1594 * decl.c: Replace %H by an explicit location. Update all calls.
1595 * except.c: Likewise.
1596 * semantics.c: Likewise.
1597 * parser.c: Likewise.
1599 2009-07-06 Simon Martin <simartin@users.sourceforge.net>
1602 * pt.c (perform_typedefs_access_check, get_types_needing_access_check,
1603 append_type_to_template_for_access_check_1): Use
1604 RECORD_OR_UNION_CODE_P.
1606 2009-07-04 Jason Merrill <jason@redhat.com>
1608 * pt.c (retrieve_specialization): Don't get confused by a
1609 using-declaration that brings in another instance of this template
1612 * ptree.c (cxx_print_type): Fix logic.
1614 * cp-tree.h (LANG_DECL_FN_CHECK): Fix non-checking version.
1617 * cp-tree.h (struct lang_decl_parm): New.
1618 (struct lang_decl): Add it.
1619 (LANG_DECL_PARM_CHECK): New.
1620 (DECL_PARM_INDEX): New.
1621 * decl2.c (parm_index): Remove.
1622 * lex.c (retrofit_lang_decl): Handle parms.
1623 (cxx_dup_lang_specific_decl): Likewise.
1624 * mangle.c (write_expression): Adjust.
1625 * tree.c (cp_tree_equal): Adjust.
1626 (decl_linkage): Only check DECL_COMDAT for functions and variables.
1627 * parser.c (cp_parser_parameter_declaration_list): Set
1629 * pt.c (iterative_hash_template_arg): Hash it.
1631 2009-07-03 Jason Merrill <jason@redhat.com>
1633 * cp-tree.h (struct lang_decl): Overhaul.
1634 (struct lang_decl_flags): Remove.
1635 (struct lang_decl_base): New.
1636 (struct lang_decl_min): New.
1637 (struct lang_decl_fn): New.
1638 (struct lang_decl_ns): New.
1639 (CAN_HAVE_FULL_LANG_DECL_P): Replace with LANG_DECL_HAS_MIN.
1640 (LANG_DECL_MIN_CHECK): New.
1641 (LANG_DECL_FN_CHECK): New.
1642 (LANG_DECL_NS_CHECK): New.
1643 (STRIP_TEMPLATE): New.
1644 (NON_THUNK_FUNCTION_CHECK): Remove.
1645 (DECL_DECLARES_FUNCTION_P): New.
1647 * lex.c (retrofit_lang_decl, cxx_dup_lang_specific_decl): Adjust.
1648 * decl.c (push_local_name, duplicate_decls): Adjust.
1649 * decl2.c (start_objects): Don't set u2sel.
1650 * semantics.c (finish_omp_threadprivate): Adjust.
1651 * class.c (build_clone): Don't do much on TEMPLATE_DECLs.
1652 (decl_cloned_function_p): Out-of-line implementation of macros.
1653 (clone_function_decl, adjust_clone_args): Use DECL_CLONED_FUNCTION_P.
1654 * mangle.c (write_unqualified_name): Don't check function flags
1656 * method.c (make_alias_for): Don't set DECL_CLONED_FUNCTION.
1657 * pt.c (build_template_decl): Don't set function flags.
1658 (check_default_tmpl_args): Check that it's a function.
1659 (instantiate_template): Use DECL_ABSTRACT_ORIGIN to find the
1662 * pt.c (tsubst_decl) [FUNCTION_DECL]: Don't tsubst
1663 DECL_CLONED_FUNCTION.
1665 * cp-tree.h (struct lang_type_class): Move sorted_fields here.
1666 * class.c (finish_struct_1): Adjust.
1667 * ptree.c (cxx_print_decl, cxx_print_type): Adjust.
1668 * search.c (lookup_field_1): Adjust.
1670 * cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Remove.
1671 * decl.c (finish_method): Don't add to it.
1672 * class.c (fixup_pending_inline): Remove.
1673 (fixup_inline_methods): Remove.
1674 (finish_struct_1): Don't call it.
1676 * error.c (dump_function_name): Handle null name.
1678 2009-07-02 Mark Mitchell <mark@codesourcery.com>
1680 * typeck.c (cp_build_binary_op): Move warnings about use of NULL
1681 in arithmetic earlier and allow comparisions of NULL with
1682 pointers-to-members.
1684 2009-07-02 Jason Merrill <jason@redhat.com>
1686 Use hash tables for template specialization lookup.
1687 * pt.c (struct spec_entry): New type.
1688 (decl_specializations, type_specializations): New hash tables.
1689 (register_specialization, retrieve_specialization): Use them.
1690 (reregister_specialization, lookup_template_class): Use them.
1691 (eq_specializations, hash_tmpl_and_args, hash_specialization): New.
1692 (iterative_hash_template_arg): New.
1693 (init_template_processing): New
1694 (process_partial_specialization): Don't look to see if we already
1695 have this partial specialization.
1696 (maybe_process_partial_specialization): Handle reassigning
1697 full specializations when we get an explicit specialization
1698 of the partial instantiation.
1699 (tsubst_friend_function): Adjust specialization reassignment code.
1700 (instantiate_template): Only do one lookup.
1701 (instantiate_decl): Don't do any lookup.
1702 * cp-tree.h: Declare init_template_processing.
1703 * decl.c (duplicate_decls): Pass args to reregister_specialization.
1705 2009-07-01 Jason Merrill <jason@redhat.com>
1707 * cp-tree.h (DECL_CLASS_TEMPLATE_P): Use DECL_IMPLICIT_TYPEDEF_P.
1709 * pt.c (register_specialization): Use duplicate_decls to merge
1710 the argument with a previous specialization.
1711 (check_explicit_specialization): Call register_specialization to
1712 merge the TEMPLATE_DECL with a previous version.
1713 (determine_specialization): Return the args even if fn is a template.
1715 2009-07-01 Ian Lance Taylor <iant@google.com>
1717 * g++spec.c (lang_specific_driver): Bump num_args by 1.
1719 2009-06-30 Jason Merrill <jason@redhat.com>
1722 * pt.c (tsubst_pack_expansion): Handle unexpanded packs in an
1723 EXPR_PACK_EXPANSION.
1725 2009-06-29 Jason Merrill <jason@redhat.com>
1728 * error.c (dump_template_parms): Pass all args to
1729 count_non_default_template_args.
1730 (count_non_default_template_args): Pull out the inner ones.
1732 2009-06-26 H.J. Lu <hongjiu.lu@intel.com>
1734 * decl.c (duplicate_decls): Re-indent.
1736 2009-06-25 Ian Lance Taylor <iant@google.com>
1738 * call.c (avoid_sign_compare_warnings): New static function.
1739 (build_new_op): Call it.
1740 * typeck.c (cp_build_binary_op): Don't call warn_sign_compare if
1741 TREE_NO_WARNING is set on either operand.
1743 2009-06-25 Ian Lance Taylor <iant@google.com>
1745 * g++spec.c (SKIPOPT): define.
1746 (lang_specific_driver): Handle -static-libstdc++. Only add
1747 LIBSTDCXX_STATIC if we add LIBSTDCXX.
1749 2009-06-25 Ian Lance Taylor <iant@google.com>
1751 * cvt.c (convert_to_void): Only warn about COND_EXPR if neither
1752 the second nor third operand has side effects.
1754 2009-06-25 Ian Lance Taylor <iant@google.com>
1756 * parser.c (cp_parser_binary_expression): Increment
1757 c_inhibit_evaluation_warnings while parsing the right hand side of
1758 "true || x" or "false && x".
1759 * typeck.c (cp_build_binary_op): Only call warn_for_sign_compare
1760 if c_inhibit_evaluation_warnings is zero.
1762 2009-06-24 Jason Merrill <jason@redhat.com>
1764 * error.c (dump_decl): Do say "typedef" for the injected class name.
1766 * pt.c (lookup_template_class): Use currently_open_class,
1767 compare template args later.
1770 * decl.c (decls_match): Check DECL_TI_TEMPLATE too.
1771 * class.c (resolve_address_of_overloaded_function): Fix typo.
1773 2009-06-18 Aldy Hernandez <aldyh@redhat.com>
1775 * class.c (get_vtable_decl): Replace finish_decl with cp_finish_decl.
1776 * decl.c (finish_decl): Remove.
1777 (declare_global_var): Replace finish_decl with cp_finish_decl.
1778 (start_method): Same.
1779 * rtti.c (emit_tinfo_decl): Same.
1780 * pt.c (tsubst_expr): Same.
1781 (instantiate_decl): Same.
1782 * decl2.c (grokbitfield): Same.
1783 * name-lookup.c (pushdecl_top_level_1): Same.
1784 * cp-tree.h: Remove finish_decl.
1786 2009-06-16 David Edelsohn <edelsohn@gnu.org>
1788 * g++-spec.c (LIBSTDCXX_STATIC): Default to NULL.
1789 (lang_specific_driver): Always allocate extra argument.
1790 Add LIBSTDCXX_STATIC to arglist if defined and linking
1793 2009-06-16 Ian Lance Taylor <iant@google.com>
1795 * Make-lang.in (cp/class.o): Depend upon gt-cp-class.h.
1796 (cp/semantics.o): Depend upon gt-cp-semantics.h.
1798 2009-06-16 Ian Lance Taylor <iant@google.com>
1800 * parser.c (cp_unevaluated_operand): Define global variable.
1801 (cp_parser_question_colon_clause): Increment
1802 c_inhibit_evaluation_warnings when evaluating an expression which
1803 will never be executed.
1804 (cp_parser_decltype): Increment cp_unevaluated_operand and
1805 c_inhibit_evaluation_warnings, not skip_evaluation.
1806 (cp_parser_sizeof_operand): Likewise.
1807 (cp_parser_enclosed_template_argument_list): Save
1808 cp_unevaluated_operand and c_inhibit_evaluation_warnings, not
1810 * cp-tree.h (struct saved_scope): Remove skip_evaluation field.
1811 Add unevaluated_operand and inhibit_evaluation_warnings fields.
1812 (cp_unevaluated_operand): Declare.
1813 * name-lookup.c (push_to_top_level): Save cp_unevaluated_operand
1814 and c_inhibit_evaluation_warnings rather than skip_evaluation.
1815 (pop_from_top_level): Restore cp_unevaluated_operand and
1816 c_inhibit_evaluation_warnings rather than skip_evaluation.
1817 * class.c (build_base_path): Check cp_unevaluated_operand rather
1818 than skip_evaluation.
1819 * typeck.c (build_class_member_access_expr): Likewise.
1820 (cp_build_binary_op): Don't warn about bad shift counts if
1821 c_inhibit_evaluation_warnings is non-zero.
1822 * pt.c (coerce_template_parms): Save state of
1823 cp_unevaluated_operand and c_inhibit_evaluation_warnings, not
1825 (tsubst_aggr_type): Likewise.
1826 (tsubst_pack_expansion): Check cp_unevaluated_operand rather than
1828 (tsubst_copy): Likewise.
1829 (tsubst): Set cp_unevaluated_operand and
1830 c_inhibit_evaluation_warnings, not skip_evaluation.
1831 (tsubst_copy_and_build): Likewise.
1832 * call.c (convert_arg_to_ellipsis): Check cp_unevaluated_operand
1833 rather than skip_evaluation.
1834 * decl2.c (mark_used): Likewise.
1835 * semantics.c (finish_non_static_data_member): Likewise.
1836 * cvt.c (cp_convert_and_check): Check
1837 c_inhibit_evaluation_warnings rather than skip_evaluation.
1838 * mangle.c (write_type): Set cp_unevaluated_operand rather than
1841 2009-06-15 Ian Lance Taylor <iant@google.com>
1843 * parser.c (cp_parser_direct_declarator): Add braces around
1844 variables declared before label.
1846 2009-06-15 Rafael Avila de Espindola <espindola@google.com>
1848 * cp-objcp-common.h (LANG_HOOKS_COMDAT_GROUP): Remove.
1849 * cp-tree.h (cxx_comdat_group): Change signature.
1850 * decl.c (duplicate_decls): Use DECL_COMDAT_GROUP.
1851 (cxx_comdat_group): Change signature.
1852 * decl2.c (comdat_linkage, maybe_make_one_only): Update call to
1854 (constrain_visibility, get_guard): Use DECL_COMDAT_GROUP.
1855 * method.c (use_thunk): Update call to make_decl_one_only.
1856 * optimize.c (maybe_clone_body): Use DECL_COMDAT_GROUP
1858 2009-06-12 Aldy Hernandez <aldyh@redhat.com>
1860 * typeck.c (cp_build_binary_op): Pass location to overflow_warning.
1861 (build_modify_expr): New arg.
1862 * semantics.c (finish_unary_op_expr): Pass location to
1864 (handle_omp_for_class_iterator): Pass location to build_modify_expr.
1865 * typeck.c (cxx_sizeof_or_alignof_type): Pass location to
1866 c_sizeof_or_alignof_type.
1867 (build_array_ref): New argument.
1868 (build_compound_expr): Same.
1869 (build_const_cast): Same.
1870 (build_ptrmemfunc): Pass location to build_c_cast.
1871 * init.c (avoid_placement_new_aliasing): Pass location to
1873 (build_vec_delete_1): Pass location to cp_build_modify_expr,
1874 build_compound_expr.
1875 * class.c (build_vtbl_ref_1): Pass location to build_array_ref.
1876 * decl.c (poplevel): Pass location to c_build_bind_expr.
1877 (finish_case_label): Pass location to build_case_label.
1878 (finish_constructor_body): Same.
1879 (finish_destructor_body): Pass location to build_stmt.
1880 (cxx_maybe_build_cleanup): Same, but to build_compound_expr.
1881 * call.c (build_new_op): Pass location to build_array_ref.
1882 (build_x_va_arg): Pass location to build_va_arg.
1883 * except.c (expand_end_catch_block): Pass location to
1885 * cp-tree.h (build_array_ref): New argument.
1886 (build_compound_expr): Same.
1887 (build_c_cast): Same.
1888 * cp-gimplify.c (gimplify_if_stmt): Pass location on down.
1889 (gimplify_switch_stmt): Same.
1890 * typeck2.c (split_nonconstant_init_1): Same.
1891 * pt.c (tsubst_copy): Same.
1892 * semantics.c (add_decl_expr): Same.
1893 (do_poplevel): Same.
1894 (push_cleanup): Same.
1895 (finish_goto_stmt): Same.
1896 (finish_expr_stmt): Same.
1897 (begin_if_stmt): Same.
1898 (begin_while_stmt): Same.
1899 (begin_do_stmt): Same.
1900 (finish_return_stmt): Same.
1901 (begin_for_stmt): Same.
1902 (finish_break_stmt): Same.
1903 (finish_continue_stmt): Same.
1904 (begin_switch_stmt): Same.
1905 (begin_try_block): Same.
1906 (begin_handler): Same.
1907 (finish_asm_stmt): Same.
1908 (finish_label_stmt): Same.
1909 (finish_stmt_expr_expr): Same.
1910 (finalize_nrv_r): Same.
1911 (finish_omp_atomic): Same.
1912 * name-lookup.c (do_using_directive): Same.
1913 * decl2.c (grok_array_decl): Same.
1914 * parser.c (cp_parser_cast_expression): Same.
1915 (cp_parser_selection_statement): Same.
1916 (cp_parser_implicitly_scoped_statement): Same.
1917 (cp_parser_objc_selector_expression): Same.
1918 (cp_parser_objc_synchronized_statement): Same.
1919 (cp_parser_objc_throw_statement): Same.
1920 (cp_parser_omp_critical): Same.
1921 (cp_parser_omp_master): Same.
1922 * typeck.c (build_function_call): Add location argument.
1923 * init.c: Add location argument to all build_decl calls.
1929 * semantics.c: Same.
1932 * cp-gimplify.c: Same.
1934 (cp_make_fname_decl): Add location argument. Pass location ot
1936 (finish_case_label): Same.
1937 * cp-tree.h (finish_case_label): Add location argument.
1938 * parser.c (cp_parser_label_for_labeled_statement): Pass location to
1941 2009-06-09 Jason Merrill <jason@redhat.com>
1944 * decl2.c (mark_used): Return after complaining about deleted fn.
1946 2009-06-08 Jason Merrill <jason@redhat.com>
1948 * parser.c (cp_parser_type_id_1): 'auto' type is ok with a
1949 late-specified return type.
1951 2009-06-08 Jakub Jelinek <jakub@redhat.com>
1954 * call.c (check_dtor_name): Return false even if
1955 get_type_value (name) is error_mark_node.
1959 * parser.c (cp_parser_direct_declarator): Don't set TREE_SIDE_EFFECTS
1960 on error_mark_node. Check for VLAs outside of function context
1961 before check whether to wrap bounds into a NOP_EXPR with
1964 2009-06-08 Alexandre Oliva <aoliva@redhat.com>
1966 * repo.c (get_base_filename): Use aux_base_name rather than
1967 alternate temporary file during second compare debug compilation.
1968 (finish_repo): Skip during -fcompare-debug-second.
1970 2009-06-06 Ian Lance Taylor <iant@google.com>
1972 * parser.c (cp_parser_label_for_labeled_statement): Support
1973 attribute on labels if immediately followed by semicolon.
1974 * semantics.c (finish_label_stmt): Return new label.
1975 * pt.c (tsubst_expr): Handle attributes for LABEL_EXPR.
1977 2009-06-03 Ian Lance Taylor <iant@google.com>
1979 * Make-lang.in (cc1plus-checksum.o): Depend upon $(CONFIG_H) and
1982 2009-06-02 Mark Mitchell <mark@codesourcery.com>
1984 * decl.c (maybe_deduce_size_from_array_init): Use relayout_decl.
1986 2009-06-02 Jason Merrill <jason@redhat.com>
1990 * typeck.c (cp_build_modify_expr): Always pass init-lists to the
1992 * call.c (implicit_conversion): Allow init-list conversion to scalar
1993 during direct-initialization, too. Mark the conversion bad if it
1994 has too many levels of braces.
1995 (convert_like_real): And give a helpful error.
1999 * decl.c (cp_finish_decl): Handle auto deduction from ().
2000 * typeck.c (build_x_indirect_ref): Handle dereferencing an operand
2001 with dependent type that is known to be a pointer.
2003 2009-06-02 Simon Martin <simartin@users.sourceforge.net>
2006 * pt.c (register_specialization): Properly setup DECL_CONTEXT for
2007 specializations in an invalid namespace.
2009 2009-06-01 Aldy Hernandez <aldyh@redhat.com>
2011 * error.c (print_instantiation_partial_context): Print column
2014 2009-05-29 Ian Lance Taylor <iant@google.com>
2016 * error.c (cp_printer): Don't use va_arg with enum type.
2018 2009-05-28 Dodji Seketeli <dodji@redhat.com>
2021 * cp-tree.h (canonical_type_variant): Remove this function declaration.
2022 (strip_typedefs): New function declaration.
2023 * tree.c (strip_typedefs): New function definition.
2024 (canonical_type_variant): Remove function definition.
2025 * cvt.c (convert_from_reference): No need to use
2026 canonical_type_variant.
2027 * typeck.c (cp_build_indirect_ref): Likewise.
2028 * error.c (dump_template_bindings): Use strip_typedefs instead of
2029 canonical_type_variant.
2030 * pt.c (convert_template_argument, unify): Likewise.
2031 * mangle.c (canonicalize_for_substitution): Don't use
2032 canonical_type_variant.
2034 2009-05-27 Jason Merrill <jason@redhat.com>
2036 * call.c (implicit_conversion): Handle conversion from
2037 initializer-list to scalar.
2038 (convert_like_real): Likewise. Avoid crashing on list
2039 initialization with bad conversions.
2040 (can_convert): Use LOOKUP_EXPLICIT.
2041 (can_convert_arg_bad): Add flags parm.
2042 * cp-tree.h: Adjust.
2043 * typeck.c (convert_for_assignment): Pass flags.
2045 2009-05-27 Ian Lance Taylor <iant@google.com>
2047 * Make-lang.in (g++$(exeext)): Change $(COMPILER) to $(LINKER).
2048 (cc1plus-dummy$(exeext), cc1plus$(exeext)): Likewise.
2050 2009-05-26 Ian Lance Taylor <iant@google.com>
2052 * Make-lang.in (g++spec.o): Use $(COMPILER).
2053 (g++$(exeext), cc1plus-dummy$(exeext)): Likewise.
2054 (cc1plus$(exeext)): Likewise.
2056 2009-05-26 Dodji Seketeli <dodji@redhat.com>
2059 * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): Remove this accessor.
2060 (TI_TYPEDEFS_NEEDING_ACCESS_CHECKING): New accessor.
2061 (get_types_needing_access_check): Declare new entry point.
2062 * pt.c (append_type_to_template_for_access_check_1,
2063 get_types_needing_access_check): New functions.
2064 (perform_typedefs_access_check): Accept FUNCTION_DECLs and
2065 RECORD_TYPEs rather than TEMPLATE_DECLs. Use the new
2066 get_types_needing_access_check, no more
2067 MEMBER_TYPES_NEEDING_ACCESS_CHECK.
2068 (instantiate_class_template): Set input_location to the source
2069 location of the most specialized template definition.
2070 Perform access check using the RECORD_TYPE of the template, not its
2071 associated most generic TEMPLATE_DECL.
2072 (append_type_to_template_for_access_check): Augment function
2073 comments. Use the new get_types_needing_access_check, not
2074 MEMBER_TYPE_NEEDING_ACCESS_CHECK. Use the new
2075 append_type_to_template_for_access_check_1 subroutine.
2077 2009-05-22 Jason Merrill <jason@redhat.com>
2080 * typeck.c (cp_build_binary_op): Allow ENUMERAL_TYPE in
2081 arithmetic comparisons.
2082 (cp_common_type): Handle scoped enums.
2084 * call.c (promoted_arithmetic_type_p): Don't use INTEGRAL_TYPE_P.
2085 (add_builtin_candidate, add_builtin_candidates): Likewise.
2086 (convert_like_real): Likewise.
2087 * class.c (check_bitfield_decl): Likewise.
2088 * decl.c (check_static_variable_definition): Likewise.
2089 (compute_array_index_type): Likewise.
2090 * decl2.c (grokbitfield): Likewise.
2091 * init.c (build_new_1): Likewise.
2092 * pt.c (convert_nontype_argument): Likewise.
2093 (current_instantiation): Likewise.
2094 * tree.c (pod_type_p): Likewise.
2095 * typeck.c (build_static_cast_1): Likewise.
2096 (build_reinterpret_cast_1): Likewise.
2098 2009-05-22 Richard Guenther <rguenther@suse.de>
2101 * init.c (avoid_placement_new_aliasing): Remove.
2102 (build_new_1): Do not call it.
2104 2009-05-22 Mark Mitchell <mark@codesourcery.com>
2106 * decl2.c (decl_needed_p): Consider dllexport'd functions needed.
2107 * semantics.c (expand_or_defer_fn): Similarly.
2109 2009-05-20 Ian Lance Taylor <iant@google.com>
2111 * parser.c (cp_parser_postfix_expression): Change args to a vec.
2112 Release it when done.
2113 (tree_vector): Define typedef. Define VEC functions.
2114 (cp_parser_parenthesized_expression_list): Change return type to
2115 vec. Change all callers.
2116 (cp_parser_new_expression): Change placement and initializer to
2117 vecs. Release them when done.
2118 (cp_parser_new_placement): Change return type to vec. Change all
2120 (cp_parser_new_initializer): Likewise.
2121 * typeck.c (build_function_call_vec): Just call
2122 cp_build_function_call_vec.
2123 (cp_build_function_call): Just build a vec and call
2124 cp_build_function_call_vec.
2125 (cp_build_function_call_vec): New function based on old
2126 cp_build_function_call.
2127 (convert_arguments): Remove nargs and argarray parameters. Change
2128 values to a vec. Change caller.
2129 (build_x_compound_expr_from_vec): New function.
2130 (cp_build_modify_expr): Build vec to pass to
2131 build_special_member_call.
2132 * call.c (struct z_candidate): Add first_arg field. Change args
2134 (convert_class_to_reference): Handle first argument separately.
2135 (add_candidate): Add first_arg parameter. Change args parameter
2136 to vec. Change all callers.
2137 (add_function_candidate, add_conv_candidate): Likewise.
2138 (add_template_candidate_real, add_template_candidate): Likewise.
2139 (add_template_conv_candidate): Likewise.
2140 (build_user_type_conversion_1): Handle first argument separately.
2141 (resolve_args): Change return type and parameter type to vecs.
2143 (perform_overload_resolution): Change args parameter to vec.
2145 (build_new_function_call, build_operator_new_call): Likewise.
2146 (add_candidates): Likewise.
2147 (build_op_call): New globally visible function, built from and
2148 replacing static function build_object_call.
2149 (build_new_op): Don't handle CALL_EXPR. Build vec, not tree_list,
2151 (build_op_delete_call): Build vec to pass to
2152 cp_build_function_call_vec.
2153 (build_temp): Build vec to pass to build_special_member_call.
2154 (convert_like_real): Likewise.
2155 (perform_direct_initialization_if_possible): Likewise.
2156 (build_over_call): Handle first_arg field. Use build_call_array
2157 rather than build_call_list.
2158 (build_special_member_call): Change args parameter to vec. Change
2160 (build_new_method_call): Likewise.
2161 * init.c (expand_default_init): Change parms to vec.
2162 (build_raw_new_expr): Change placement and init to vecs. Change
2164 (build_new_1, build_new): Likewise.
2165 * class.c (resolve_address_of_overloaded_function): Build array to
2166 pass to fn_type_unification.
2167 * pt.c (tsubst_copy_and_build): For NEW_EXPR build vecs to pass to
2168 build_new. For CALL_EXPR create a vec rather than a tree_list;
2169 expand a pack if necessary.
2170 (fn_type_unification): Change args parameter to const tree *. Add
2171 nargs parameter. Change all callers.
2172 (type_unification_real): Likewise.
2173 (unify): Build array to pass to type_unification_real.
2174 (get_bindings): Build array to pass to fn_type_unification.
2175 (any_type_dependent_arguments_p): Change args parameter to a vec.
2177 (make_args_non_dependent): Renamed from build_non_dependent_args.
2178 Change return type to void. Change parameter type to vec. Change
2180 (do_auto_deduction): Pass an array to type_unification_real.
2181 * semantics.c (perform_koenig_lookup): Change args to vec. Change
2183 (finish_call_expr): Change args to vec. Change all callers. Call
2184 build_op_call instead of passing CALL_EXPR to build_new_op.
2185 (cxx_omp_create_clause_info): Allocate vec to pass to
2186 build_special_member_call.
2187 * decl2.c (build_offset_ref_call_from_tree): Change args parameter
2188 to vec. Change all callers.
2189 * name-lookup.c (lookup_function_nonclass): Likewise.
2190 (struct arg_lookup): Change args to vec.
2191 (arg_assoc_namespace): Handle args as a vec.
2192 (arg_assoc_args_vec): New static function.
2193 (lookup_arg_dependent): Change args parameter to vec. Change all
2195 * method.c (do_build_assign_ref): Allocate vec to pass to
2196 build_special_member_call.
2197 * except.c (build_throw): Likewise.
2198 * typeck2.c (build_functional_cast): Likewise.
2199 * cvt.c (ocp_convert): Likewise.
2200 * tree.c (build_min_non_dep_call_vec): Change last parameter to
2201 vec. Change all callers.
2202 * cp-tree.h: Update declarations.
2203 * name-lookup.h: Update declarations.
2205 2009-05-20 Sandra Loosemore <sandra@codesourcery.com>
2207 * typeck.c (default_conversion): Check targetm.promoted_type.
2208 * decl.c (grokdeclarator): Check targetm.invalid_return_type.
2209 (grokparms): Check targetm.invalid_parameter_type.
2210 * cvt.c (ocp_convert): Check targetm.convert_to_type.
2211 (build_expr_type_conversion): Check targetm.promoted_type.
2213 2009-05-19 Andrew Pinski <andrew_pinski@playstation.sony.com>
2215 * typeck.c (build_binary_op): Allow % on integal vectors.
2217 2009-05-18 Jason Merrill <jason@redhat.com>
2219 Implement explicit conversions ops as specified in N2437.
2220 * decl.c (grokdeclarator): Handle explicit conversion ops.
2221 (check_initializer): Pass flags to store_init_value.
2222 * decl2.c (maybe_emit_vtables): Likewise.
2223 * init.c (expand_aggr_init_1): Likewise.
2224 * call.c (convert_class_to_reference): Take flags parm,
2225 check DECL_NONCONVERTING_P.
2226 (build_user_type_conversion_1): Check DECL_NONCONVERTING_P.
2227 (add_builtin_candidates): Simplify getting type of conversion.
2228 (build_object_call): Likewise. Check DECL_NONCONVERTING_P.
2229 (implicit_conversion): Pass through LOOKUP_ONLYCONVERTING.
2230 (reference_binding): Take flags parm. Direct-initialize copy parm.
2231 (add_function_candidate): Direct-initialize the copy parm.
2232 (add_conv_candidate): Use LOOKUP_IMPLICIT, not LOOKUP_NORMAL.
2233 (build_builtin_candidate): Add LOOKUP_ONLYCONVERTING.
2234 (conditional_conversion): Likewise.
2235 (convert_like_real): Only complain about DECL_NONCONVERTING_P
2237 (perform_implicit_conversion_flags): Add flags parm to
2238 perform_implicit_conversion. Improve diagnostics.
2239 * cp-tree.h (LOOKUP_IMPLICIT): New macro.
2240 (LOOKUP_COPY_PARM): New bit macro.
2241 * cvt.c (build_expr_type_conversion): Check DECL_NONCONVERTING_P.
2242 * typeck.c (convert_for_assignment): Take flags parm, pass it to
2243 perform_implicit_conversion_flags.
2244 (cp_build_modify_expr): Pass flags to convert_for_assignment.
2245 (convert_for_initialization): Likewise.
2246 * typeck2.c (store_init_value): Take flags parm, pass to
2248 (digest_init_flags): Add flags parm to digest_init.
2249 (digest_init_r): Take flags parm, pass to convert_for_initialization.
2250 (process_init_constructor_array): Pass it.
2251 (process_init_constructor_record): Likewise.
2252 (process_init_constructor_union): Likewise.
2254 2009-05-16 Jason Merrill <jason@redhat.com>
2257 * pt.c (tsubst_qualified_id): Retain the type if we aren't dealing
2258 with a dependent type. Actually look up the destructor.
2259 * semantics.c (finish_id_expression): Fix logic.
2260 (finish_qualified_id_expr): Don't try to use 'this' if we aren't in
2262 * typeck.c (build_x_unary_op): Diagnose taking the address of a
2263 constructor or destructor.
2264 * tree.c (get_first_fn): Handle OFFSET_REF.
2266 2009-05-17 Joseph Myers <joseph@codesourcery.com>
2268 * tree.c (cxx_printable_name_internal): Allow consecutive
2269 translated and untranslated cached copies of the name of the
2272 2009-05-15 Ian Lance Taylor <iant@google.com>
2274 * cp-tree.h (enum cp_lvalue_kind_flags): Rename from
2275 cp_lvalue_kind. Change all uses.
2276 (enum base_access_flags): Rename from enum base_access. Change
2278 * parser.c (enum cp_parser_flags): Remove enum tag.
2280 2009-05-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
2283 * call.c (build_new_op): Update calls to warn_logical_operator.
2285 2009-05-14 Ian Lance Taylor <iant@google.com>
2287 * class.c (layout_class_type): Change itk to unsigned int.
2288 * decl.c (finish_enum): Change itk to unsigned int.
2289 * parser.c (cp_parser_check_decl_spec): Change ds to int. Remove
2292 2009-05-13 David Mandelin <dmandelin@mozilla.com>:
2294 * decl.c (duplicate_decls): Preserve parameter attributes.
2296 2009-05-10 Jan Hubicka <jh@suse.cz>
2298 * decl2.c (cxx_callgraph_analyze_expr): Use
2299 cgraph_mark_address_taken.
2301 2009-05-10 Joseph Myers <joseph@codesourcery.com>
2303 * call.c (name_as_c_string): Call type_as_string_translate.
2304 Translate identifiers to locale character set.
2305 * cp-tree.h (lang_decl_name): Update prototype.
2306 (type_as_string_translate, decl_as_string_translate,
2307 cxx_printable_name_translate): Declare.
2308 * cxx-pretty-print.c (M_): Define.
2309 (pp_cxx_unqualified_id, pp_cxx_canonical_template_parameter): Mark
2310 English fragments for conditional translation with M_.
2311 * decl.c (grokdeclarator): Translate identifiers to locale
2312 character set for diagnostics.
2313 * error.c (M_): Define.
2314 (dump_template_bindings, dump_type, dump_aggr_type,
2315 dump_type_prefix, dump_global_iord, dump_simple_decl, dump_decl,
2316 dump_function_decl, dump_template_parms, dump_expr,
2317 dump_binary_op, op_to_string, assop_to_string): Mark English
2318 fragments for conditional translation with M_.
2319 (type_as_string): Disable translation of identifiers.
2320 (type_as_string_translate): New.
2321 (expr_as_string): Disable translation of identifiers.
2322 (decl_as_string): Disable translation of identifiers.
2323 (decl_as_string_translate): New.
2324 (lang_decl_name): Add parameter translate.
2325 (args_to_string): Call type_as_string_translate.
2326 (cp_print_error_function): Call cxx_printable_name_translate.
2327 (print_instantiation_full_context,
2328 print_instantiation_partial_context): Call
2329 decl_as_string_translate.
2330 * parser.c (cp_lexer_get_preprocessor_token): Use %qE for
2331 identifier in diagnostic.
2332 * tree.c (cxx_printable_name): Change to
2333 cxx_printable_name_internal. Add parameter translate.
2334 (cxx_printable_name, cxx_printable_name_translate): New wrappers
2335 round cxx_printable_name_internal.
2337 2009-05-08 H.J. Lu <hongjiu.lu@intel.com>
2340 * call.c (build_call_a): Updated warn_deprecated_use call.
2341 (build_over_call): Likewise.
2342 * decl.c (grokdeclarator): Likewise.
2343 (grokparms): Likewise.
2344 * semantics.c (finish_id_expression): Likewise.
2345 * typeck.c (build_class_member_access_expr): Likewise.
2346 (finish_class_member_access_expr): Likewise.
2348 2009-05-06 Dodji Seketeli <dodji@redhat.com>
2351 * pt.c (tsubst_copy) <case PARM_DECL>: We don't want to tsubst the
2352 whole list of PARM_DECLs, just the current one.
2354 2009-05-05 Shujing Zhao <pearly.zhao@oracle.com>
2357 (opname_tab, assignop_tab, update_member_visibility, yyerror, yyhook,
2358 mangle_compound_literal): Remove unused declarations.
2359 (build_vfield_ref, cxx_print_statistics, clone_function_decl,
2360 adjust_clone_args, maybe_push_cleanup_level, pushtag, make_anon_name,
2361 pushdecl_top_level_maybe_friend, pushdecl_top_level_and_finish,
2362 check_for_out_of_scope_variable, print_other_binding_stack,
2363 maybe_push_decl, cxx_mark_addressable, force_target_expr,
2364 build_target_expr_with_type, finish_case_label,
2365 cxx_maybe_build_cleanup, begin_eh_spec_block, finish_eh_spec_block,
2366 check_template_keyword, cxx_omp_predetermined_sharing,
2367 cxx_omp_clause_default_ctor, cxx_omp_clause_copy_ctor,
2368 cxx_omp_clause_assign_op, cxx_omp_clause_dtor, cxx_omp_finish_clause,
2369 cxx_omp_privatize_by_reference): Rearrange the declarations line to
2370 match the comment that indicates the .c file which the functions are
2372 (cxx_print_xnode, cxx_print_decl, cxx_print_type,
2373 cxx_print_identifier, cxx_print_error_function, pushdecl): Add comment.
2375 2009-05-05 Nathan Sidwell <nathan@codesourcery.com>
2377 * typeck.c (cp_build_compound_expr): Require RHS to have a known
2379 * class.c (resolve_address_of_overloaded_function): Use
2380 OVL_CURRENT for error message.
2381 (instantiate_type): Forbid COMPOUND_EXPRs and remove code dealing
2382 with them. Do not copy the node.
2384 2009-05-05 Jakub Jelinek <jakub@redhat.com>
2387 * pt.c (tsubst): If magic NOP_EXPR with side-effects has no type,
2388 set it from its operand's type after tsubst_expr.
2390 2009-05-04 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2393 * parser.c (cp_lexer_get_preprocessor_token): Do not store the
2394 canonical spelling for keywords.
2395 (cp_parser_attribute_list): Use the canonical spelling for
2396 keywords in attributes.
2398 2009-05-01 Joseph Myers <joseph@codesourcery.com>
2400 * cxx-pretty-print.c (is_destructor_name, pp_cxx_unqualified_id,
2401 pp_cxx_template_keyword_if_needed, pp_cxx_postfix_expression,
2402 pp_cxx_new_expression, pp_cxx_delete_expression,
2403 pp_cxx_unary_expression, pp_cxx_assignment_operator,
2404 pp_cxx_assignment_expression, pp_cxx_expression,
2405 pp_cxx_function_specifier, pp_cxx_decl_specifier_seq,
2406 pp_cxx_simple_type_specifier, pp_cxx_type_specifier_seq,
2407 pp_cxx_exception_specification, pp_cxx_direct_declarator,
2408 pp_cxx_ctor_initializer, pp_cxx_type_id, pp_cxx_statement,
2409 pp_cxx_namespace_alias_definition, pp_cxx_template_parameter,
2410 pp_cxx_canonical_template_parameter, pp_cxx_template_declaration,
2411 pp_cxx_declaration, pp_cxx_typeid_expression,
2412 pp_cxx_va_arg_expression, pp_cxx_offsetof_expression,
2413 pp_cxx_trait_expression): Mostly use pp_string and
2414 pp_cxx_ws_string in place of pp_identifier and pp_cxx_identifier
2415 for non-identifiers. Mark English strings for translation.
2416 * cxx-pretty-print.h (pp_cxx_ws_string): Define.
2417 * error.c (dump_template_parameter, dump_template_bindings,
2418 dump_type, dump_aggr_type, dump_type_prefix, dump_simple_decl,
2419 dump_decl, dump_template_decl, dump_function_decl,
2420 dump_parameters, dump_exception_spec, dump_template_parms,
2421 dump_expr, dump_binary_op, dump_unary_op, op_to_string,
2422 assop_to_string, args_to_string, cp_print_error_function,
2423 print_instantiation_full_context,
2424 print_instantiation_partial_context): Mostly use pp_string and
2425 pp_cxx_ws_string in place of pp_identifier and pp_cxx_identifier
2426 for non-identifiers. Mark English strings for translation.
2427 (dump_global_iord): Mark strings for translation; use longer
2428 strings instead of substituting single words.
2429 (function_category): Return a format string marked for
2430 translation, not a single word or phrase to substitute in a longer
2433 2009-04-28 Ben Elliston <bje@au.ibm.com>
2438 2009-03-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2440 * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum.
2442 2009-04-27 Ian Lance Taylor <iant@google.com>
2444 * semantics.c (finish_omp_clauses): Change type of c_kind to enum
2447 2009-04-27 Jakub Jelinek <jakub@redhat.com>
2450 * cvt.c (convert_to_void) <case INDIRECT_REF>: Only warn about
2451 -Wunused-value if implicit.
2453 2009-04-24 Ian Lance Taylor <iant@google.com>
2455 * call.c (build_temp): Change 0 to enum constant.
2456 * cp-tree.h (cp_lvalue_kind): Typedef to int rather than enum
2458 * cp-gimplify.c (cp_gimplify_expr): Add cast to enum type.
2459 * decl2.c (constrain_visibility): Likewise.
2460 * parser.c (cp_lexer_get_preprocessor_token): Likewise.
2461 (cp_parser_flags): Typedef to int rather than enum type.
2462 (cp_parser_expression_stack_entry): Change prec field to enum
2465 * typeck.c (build_modify_expr): Add lhs_origtype parameter.
2468 2009-04-22 Dodji Seketeli <dodji@redhat.com>
2471 * parser.c (cp_parser_template_argument_list): Display an error
2472 when an ellipsis is not preceded by a parameter pack. Also, warn
2473 about variadic templates usage without -std=c++0x.
2475 2009-04-21 Taras Glek <tglek@mozilla.com>
2477 * cp-tree.h: Update GTY annotations to new syntax.
2479 * mangle.c: Likewise.
2480 * name-lookup.c: Likewise.
2481 * name-lookup.h: Likewise.
2482 * parser.c: Likewise.
2485 * semantics.c: Likewise.
2486 * typeck2.c: Likewise.
2488 2009-04-22 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2491 * parser.c (cp_parser_error): Pass token->flags to c_parse_error.
2493 2009-04-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2496 * typeck.c (check_for_casting_away_constness): We diagnose casting
2497 away any qualifiers not just constness.
2498 (casts_away_constness): Mention that it handles more than just
2501 2009-04-21 Joseph Myers <joseph@codesourcery.com>
2503 * ChangeLog, ChangeLog-1993, ChangeLog-1994, ChangeLog-1995,
2504 ChangeLog-1996, ChangeLog-1997, ChangeLog-1998, ChangeLog-1999,
2505 ChangeLog-2000, ChangeLog-2001, ChangeLog-2002, ChangeLog-2003,
2506 ChangeLog-2004, ChangeLog-2005, ChangeLog-2006, ChangeLog-2007,
2507 ChangeLog-2008, ChangeLog.ptr, ChangeLog.tree-ssa, NEWS,
2508 cfns.gperf: Add copyright and license notices.
2509 * cfns.h: Regenerate.
2510 * ChangeLog, ChangeLog-2004: Correct dates.
2512 2009-04-21 Manuel López-Ibáñez <manu@gcc.gnu.org>
2515 * tree.c (lvalue_p_1): Use const_tree.
2516 Use CONST_CAST_TREE to avoid warning.
2517 (lvalue_p): Returns bool, receives const_tree.
2519 2009-04-21 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2522 * parser.c (cp_parser_check_decl_spec): Drop redundant flags.
2523 * error.c (pedwarn_cxx98): New.
2524 * cp-tree.h (pedwarn_cxx98): Declare.
2526 2009-04-20 Le-Chun Wu <lcwu@google.com>
2529 * init.c (build_vec_init): Set TREE_NO_WARNING on the
2530 compiler-generated INDIRECT_REF expression.
2532 2009-04-20 Ian Lance Taylor <iant@google.com>
2534 * typeck.c (build_function_call_vec): New function.
2535 (cp_build_function_call): Only pass first parameter to
2536 objc_rewrite_function_call.
2537 (build_modify_expr): Add rhs_origtype parameter. Change all
2539 * decl.c (finish_decl): Add origtype parameter. Change all
2541 * semantics.c (finish_call_expr): Pass VEC to
2542 resolve_overloaded_builtin.
2544 2009-04-20 Ian Lance Taylor <iant@google.com>
2546 * cp-tree.h (base_access): Change typedef to int.
2547 * parser.c (cp_parser_omp_flush): Change 0 to OMP_CLAUSE_ERROR.
2548 (cp_parser_omp_threadprivate): Likewise.
2549 * pt.c (unify_pack_expansion): Add casts to enum type.
2551 2009-04-19 Manuel López-Ibáñez <manu@gcc.gnu.org>
2555 * call.c (build_new_op): Save the original codes of operands
2558 2009-04-18 Kazu Hirata <kazu@codesourcery.com>
2560 * cp-tree.h: Remove the prototype for insert_block.
2561 * decl.c (insert_block): Remove.
2563 2009-04-16 Ian Lance Taylor <iant@google.com>
2565 * cp-tree.h (enum tsubst_flags): Rename from enum tsubst_flags_t.
2566 (tsubst_flags_t): Change typedef from enum type to int.
2568 2009-04-16 Paolo Bonzini <bonzini@gnu.org>
2570 * decl.c (check_initializer): Use TYPE_VECTOR_OPAQUE
2571 instead of targetm.vector_opaque_p.
2573 2009-04-15 Le-Chun Wu <lcwu@google.com>
2576 * call.c (build_over_call): Set TREE_NO_WARNING on the
2577 compiler-generated INDIRECT_REF expression.
2578 * cvt.c (convert_to_void): Emit warning when stripping off
2581 2009-04-14 Diego Novillo <dnovillo@google.com>
2583 * parser.c (cp_parser_type_specifier_seq): Move call to
2584 invoke_plugin_callbacks ...
2585 (cp_parser_type_specifier_seq): ... here.
2587 2009-04-14 Le-Chun Wu <lcwu@google.com>
2589 * Make-lang.in: Modify dependencies of files including plugin.h.
2590 * decl.c (finish_function): Call invoke_plugin_callbacks.
2591 * parser.c (cp_parser_type_specifier): Call invoke_plugin_callbacks.
2593 2009-04-14 Jason Merrill <jason@redhat.com>
2596 * name-lookup.c (pushdecl_maybe_friend): Avoid all warnings
2597 about shadowing by tentative parms.
2599 2009-04-13 Jason Merrill <jason@redhat.com>
2602 * call.c (build_over_call): Don't call memcpy if the target is
2603 the same as the source.
2605 2009-04-13 Jason Merrill <jason@redhat.com>
2608 * pt.c (uses_template_parms): Handle CONSTRUCTOR.
2610 2009-04-12 Jason Merrill <jason@redhat.com>
2613 * call.c (joust): Don't crash on variadic fn.
2615 2009-04-10 Jason Merrill <jason@redhat.com>
2618 * parser.c (cp_parser_skip_to_end_of_block_or_statement): Return
2619 if we see a close brace without an open brace.
2621 2009-04-10 H.J. Lu <hongjiu.lu@intel.com>
2623 * parser.c (cp_parser_class_specifier): Remove the unused
2624 has_trailing_semicolon.
2626 2009-04-10 Manuel López-Ibáñez <manu@gcc.gnu.org>
2629 * parser.c (cp_parser_check_template_parameters): Take a
2630 cp_declarator parameter.
2631 (cp_parser_elaborated_type_specifier): Update to
2632 cp_parser_check_template_parameters.
2633 (cp_parser_class_head): Likewise.
2634 (cp_parser_check_declarator_template_parameters): Likewise.
2635 (cp_parser_check_template_parameters): Handle first the non-error
2636 conditions. Give more accurate diagnostics if a declarator is
2639 2009-04-08 Jason Merrill <jason@redhat.com>
2642 * error.c (dump_aggr_type): Chase template typedefs if
2643 -fno-pretty-templates.
2645 2009-04-08 Dodji Seketeli <dodji@redhat.com>
2648 * parser.c (cp_parser_enumerator_definition): Make sure the
2649 initializer of the enumerator doesn't contain any bare parameter pack.
2651 2009-04-07 Jason Merrill <jason@redhat.com>
2654 * name-lookup.c (merge_functions): Keep multiple extern "C" functions.
2655 * call.c (joust): Complain about mismatched default arguments
2656 in extern "C" functions.
2657 * class.c (resolve_address_of_overloaded_function): Handle multiple
2658 extern "C" functions.
2659 * pt.c (resolve_overloaded_unification): Likewise.
2661 2009-04-07 Jason Merrill <jason@redhat.com>
2664 * error.c (dump_function_decl): Don't pretty-print templates
2665 if -fno-pretty-templates.
2666 (count_non_default_template_args): Print all args if
2667 -fno-pretty-templates.
2669 2009-04-06 Jason Merrill <jason@redhat.com>
2672 * pt.c (fn_type_unification): For DEDUCE_EXACT check that
2673 the deduced template arguments give us the parameter types
2676 2009-04-05 Giovanni Bajo <giovannibajo@libero.it>
2677 Jason Merrill <jason@redhat.com>
2680 * error.c (count_non_default_template_args): New fn.
2681 (dump_template_parms): Call it.
2682 (dump_template_argument_list): Call it. Add parms parm.
2683 (dump_template_argument): Adjust call to dump_template_argument_list.
2684 (dump_type, dump_decl): Likewise.
2685 (dump_template_bindings): Refactor logic.
2687 2009-04-03 Jason Merrill <jason@redhat.com>
2690 * error.c (dump_template_bindings): Look through typedefs in
2692 (dump_type) [TYPENAME_TYPE]: Print the typedef name if any.
2693 (find_typenames_r): Also collect typedefs.
2694 * pt.c (unify): Strip typedefs.
2697 * semantics.c (finish_id_expression): Don't assume a dependent
2698 member of the current instantiation isn't a valid integral
2699 constant expression. Check dependent_scope_p.
2700 * pt.c (dependent_scope_p): Check TYPE_P.
2701 (tsubst_copy): If args is null, just return.
2703 2009-04-02 Jason Merrill <jason@redhat.com>
2706 * error.c (find_typenames, find_typenames_r): New fns.
2707 (dump_function_decl): Call find_typenames.
2708 (dump_template_bindings): Print typenames as well.
2709 * pt.c (tsubst): Non-static.
2710 * cp-tree.h: Declare it.
2712 2009-04-02 Dodji Seketeli <dodji@redhat.com>
2715 * decl2.c (grokfield): when a typedef appears in a
2716 class, create the typedef variant type node for it.
2717 (save_template_attributes): Creating typedef variant type node
2718 here is now useless.
2719 * decl.c (grokdeclarator): If the typedef'ed struct/class was
2720 anonymous, set the proper type name to all its type variants.
2721 (xref_basetypes) : Fixup the variant types after setting
2723 * name-lookup.c (pushdecl_maybe_friend): Reuse the
2724 set_underlying_type function to install typedef variant types.
2725 * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): New template accessor
2727 (append_type_to_template_for_access_check): New entry points.
2728 * semantics.c (check_accessibility_of_qualified_id):
2729 When a typedef that is a member of a class appears in a template,
2730 add it to the template. It will be ...
2731 * class.c (finish_struct_bits): Split type variant fixup into ...
2732 (fixup_type_variants): A new entry point.
2733 * pt.c (instantiate_class_template, instantiate_template ): ... access
2734 checked at template instantiation time.
2735 (resolve_type_name_type): The type name should be the name of the
2737 (retrieve_specialization): Specializations of template typedefs aren't
2738 to looked up in DECL_TEMPLATE_INSTANTIATIONS (tmpl).
2739 (append_type_to_template_for_access_check): New entry point.
2740 (tsubst_decl): For typedefs, build the variant type from the correct
2742 (get_class_bindings): Fix function comment.
2743 (perform_typedefs_access_check): New entry point.
2745 2009-03-31 Jason Merrill <jason@redhat.com>
2748 * name-lookup.c (pushdecl_maybe_friend): Diagnose mismatched
2749 extern "C" declarations.
2752 * semantics.c (finish_non_static_data_member): Allow such references
2753 without an associated object in sizeof/decltype/alignof.
2755 * ptree.c (cxx_print_decl): Pretty-print full name of
2757 (cxx_print_type): Pretty-print full name of class.
2759 * decl.c (grokdeclarator): Reject pointer to qualified function
2762 PR c++/37806, core issue 547
2763 * typeck.c (cp_apply_type_quals_to_decl): Don't apply any quals
2765 * tree.c (cp_build_qualified_type_real): Don't apply restrict to a
2767 * decl.h (enum decl_context): Add TEMPLATE_TYPE_ARG.
2768 * decl.c (groktypename): Add is_template_arg parameter.
2769 (grokdeclarator): Allow function cv-quals on a template type arg.
2770 * parser.c (cp_parser_new_type_id, cp_parser_type_id): Add
2771 is_template_arg argument in calls to groktypename.
2772 * cp-tree.h: Adjust prototype.
2773 * error.c (dump_type_prefix, dump_type_suffix): Fix plain
2774 FUNCTION_TYPE printing.
2776 * mangle.c (write_expression): Mangle dependent name as
2779 PR c++/38030, 38850, 39070
2780 * pt.c (type_dependent_expression_p_push): New fn.
2781 (tsubst_copy_and_build) [CALL_EXPR]: Only do arg-dep lookup when the
2782 substitution makes the call non-dependent. Preserve koenig_p.
2783 * parser.c (cp_parser_postfix_expression): Only do arg-dep lookup
2784 for non-dependent calls.
2785 * semantics.c (finish_call_expr): Revert earlier changes.
2786 * cp-tree.h: Revert change to finish_call_expr prototype.
2788 2009-03-29 Joseph Myers <joseph@codesourcery.com>
2790 PR preprocessor/34695
2791 * cp-tree.h (cp_cpp_error): Remove.
2792 * error.c (cp_cpp_error): Remove.
2793 * parser.c (cp_lexer_new_main): Set done_lexing instead of
2794 client_diagnostic and error callback.
2796 2009-03-28 Paolo Bonzini <bonzini@gnu.org>
2798 * cp/cp-objcp-common.h (LANG_HOOKS_STATICP): Remove.
2799 * cp/cp-objcp-common.c (cxx_staticp): Remove.
2800 * cp/cp-tree.h (cxx_staticp): Remove.
2802 2009-03-28 Jakub Jelinek <jakub@redhat.com>
2805 * parser.c (cp_parser_postfix_expression): Don't call
2806 warning_if_disallowed_function_p.
2808 2009-03-27 Jan Hubicka <jh@suse.cz>
2810 * except.c (choose_personality_routine): Set terminate_node to abort
2811 for java exceptions.
2813 2009-03-27 Dodji Seketeli <dodji@redhat.com>
2814 Jakub Jelinek <jakub@redhat.com>
2817 * cp-objcp-common.h (LANG_HOOKS_FUNCTION_DECL_EXPLICIT_P): Define.
2818 (cp_function_decl_explicit_p): New prototype.
2819 * cp-objcp-common.c (cp_function_decl_explicit_p): New function.
2821 2009-03-27 Andrew Pinski <andrew_pinski@playstation.sony.com>
2824 * parser.c (cp_parser_elaborated_type_specifier): If we have a
2825 typename tag and don't have either a TYPE_DECL or a
2826 TEMPLATE_ID_EXPR, set the type to NULL.
2828 2009-03-27 Simon Martin <simartin@users.sourceforge.net>
2831 * decl.c (grokdeclarator): Reject [con|de]stuctors in a non-class
2834 2009-03-27 Simon Martin <simartin@users.sourceforge.net>
2837 * decl.c (check_array_designated_initializer): Handle error_mark_node.
2839 2009-03-27 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2842 * typeck.c (cp_pointer_sum): Adjust call to pointer_int_sum.
2844 2009-03-26 Andrew Haley <aph@redhat.com>
2847 * decl2.c (possibly_inlined_p): If java exceptions are in use
2848 don't inline a decl unless it is explicitly marked inline.
2849 * lex.c: (pragma_java_exceptions): New variable.
2850 (handle_pragma_java_exceptions): Set pragma_java_exceptions.
2851 * cp-tree.h (pragma_java_exceptions): Declare new variable.
2853 2009-03-24 Jason Merrill <jason@redhat.com>
2856 * name-lookup.c (pushdecl_maybe_friend): Check default args later.
2858 2009-03-23 Jakub Jelinek <jakub@redhat.com>
2861 * semantics.c (handle_omp_for_class_iterator): Swap cond operands and
2862 code if iter is the second operand.
2863 * parser.c (cp_parser_binary_expression): Add no_toplevel_fold_p
2864 argument. If it is set, don't build the toplevel expression with
2865 build_x_binary_op, but build2.
2866 (cp_parser_assignment_expression, cp_parser_omp_for_incr): Adjust
2868 (cp_parser_omp_for_cond): Don't assume the first operand of the
2869 comparison must be decl.
2871 2009-03-23 Jason Merrill <jason@redhat.com>
2874 * pt.c (make_fnparm_pack): Split out from...
2875 (instantiate_decl): ...here.
2876 (tsubst_pack_expansion): Handle being called in a late-specified
2880 * name-lookup.c (pushdecl_maybe_friend): Don't warn about shadowing
2883 2009-03-20 Jason Merrill <jason@redhat.com>
2886 * parser.c (cp_parser_direct_declarator): In a template, wrap
2887 non-constant expression in NOP_EXPR with TREE_SIDE_EFFECTS set.
2888 * pt.c (tsubst): Preserve it in a partial instantiation.
2889 (dependent_type_p_r): Don't check value_dependent_expression_p.
2890 * decl.c (compute_array_index_type): Don't check
2891 value_dependent_expression_p if TREE_SIDE_EFFECTS.
2894 * typeck2.c (check_narrowing): Don't complain about loss of
2895 precision when converting a floating-point constant.
2897 2009-03-19 Jakub Jelinek <jakub@redhat.com>
2900 * parser.c (cp_parser_omp_for_cond): Don't check lhs if decl is NULL.
2901 (cp_parser_omp_for_loop): Always use cp_parser_omp_for_cond.
2903 2009-03-18 Jakub Jelinek <jakub@redhat.com>
2905 * parser.c (struct cp_token): Reorder fields for 64-bit hosts.
2906 (eof_token): Adjust.
2908 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
2911 * parser.c (cp_parser_explicit_specialization): Don't skip the
2912 rest of the specialization when begin_specialization returns
2915 2009-03-17 Jason Merrill <jason@redhat.com>
2917 * decl.c (grokfndecl): Set DECL_CONTEXT on parms.
2918 (duplicate_decls): Adjust DECL_CONTEXT of newdecl's parms.
2919 * pt.c (check_explicit_specialization): Likewise.
2920 (tsubst_copy) [PARM_DECL]: Return a dummy parm if we don't have a
2921 local specialization.
2922 * tree.c (cp_tree_equal) [PARM_DECL]: Check type and index, not name.
2923 * decl2.c (parm_index): New fn.
2924 * semantics.c (finish_decltype_type): Don't use describable_type.
2925 * mangle.c (write_expression): Likewise. Mangle ALIGNOF_EXPR.
2926 Give a sorry for unsupported codes rather than crash. Mangle
2927 conversions with other than 1 operand. New mangling for PARM_DECL.
2928 * operators.def (ALIGNOF_EXPR): Mangle as "az".
2930 2009-03-17 Jing Yu <jingyu@google.com>
2933 * method.c (use_thunk): Change is_thunk from crtl to cfun.
2935 2009-03-17 Paolo Carlini <paolo.carlini@oracle.com>
2938 * semantics.c (check_trait_type): New.
2939 (finish_trait_expr): Use it.
2941 2009-03-17 Jakub Jelinek <jakub@redhat.com>
2943 * name-lookup.c (cp_emit_debug_info_for_using): Emit USING_STMTs
2944 instead of calling imported_module_or_decl debug hook if
2945 building_stmt_tree ().
2946 * cp-gimplify.c (cp_gimplify_expr): Don't assert the first operand
2947 is a NAMESPACE_DECL.
2950 * name-lookup.c (do_namespace_alias): Don't call global_decl debug
2951 hook at function scope.
2954 * cp-gimplify.c (cp_gimplify_expr): Don't set DECL_NAME
2957 2009-03-09 Jakub Jelinek <jakub@redhat.com>
2960 * semantics.c (finish_switch_cond): Don't call get_unwidened.
2961 * decl.c (finish_case_label): Pass SWITCH_STMT_TYPE as 3rd argument
2962 instead of TREE_TYPE (cond).
2964 2009-03-08 H.J. Lu <hongjiu.lu@intel.com>
2967 * parser.c (cp_parser_late_parsing_default_args): Continue
2968 the loop when cp_parser_assignment_expression returns
2971 2009-03-07 Jason Merrill <jason@redhat.com>
2974 * init.c (build_new_1): Don't use a VLA type.
2975 (build_vec_init): Handle getting a pointer for BASE.
2977 2009-03-06 H.J. Lu <hongjiu.lu@intel.com>
2980 * cp-tree.h: Check NO_DOT_IN_LABEL before NO_DOLLAR_IN_LABEL
2981 when mangling symbols.
2983 2009-03-06 Paolo Carlini <paolo.carlini@oracle.com>
2986 * error.c (dump_expr): Don't try to print THROW_EXPRs in full.
2988 2009-03-06 Alexandre Oliva <aoliva@redhat.com>
2990 * decl.c (record_builtin_java_type): Use canonicalized integer
2993 2009-03-04 Jason Merrill <jason@redhat.com>
2996 * class.c (is_really_empty_class): New fn.
2997 * cp-tree.h: Declare it.
2998 * cp-objcp-common.c (cp_expr_size): Use it.
3001 * semantics.c (perform_koenig_lookup): Handle TEMPLATE_ID_EXPR.
3002 * parser.c (cp_parser_postfix_expression): Call it for
3004 * tree.c (is_overloaded_fn): Look through TEMPLATE_ID_EXPR.
3005 (get_first_fn): Likewise.
3011 * decl.c (make_typename_type): Do look inside currently open classes.
3012 * parser.c (cp_parser_lookup_name): Likewise.
3013 (cp_parser_template_name): Likewise.
3014 * pt.c (dependent_scope_p): New function.
3015 * cp-tree.h: Declare it.
3016 * class.c (currently_open_class): Return fast if T isn't a class.
3018 2009-02-26 H.J. Lu <hongjiu.lu@intel.com>
3021 * parser.c (cp_parser_mem_initializer): Return error_mark_node
3022 if cp_parser_mem_initializer_id returns error_mark_node.
3024 2009-02-24 Richard Guenther <rguenther@suse.de>
3027 * pt.c (instantiate_decl): Do not instantiate extern, non-inline
3030 2009-02-23 H.J. Lu <hongjiu.lu@intel.com>
3033 * pt.c (coerce_template_template_parms): Return 0 if parameter
3036 2009-02-23 Jason Merrill <jason@redhat.com>
3038 * pt.c (unify): Call maybe_adjust_types_for_deduction when
3039 deducing from an initializer list.
3041 2009-02-20 Jason Merrill <jason@redhat.com>
3044 * decl.c (grokdeclarator): Handle ~identifier.
3046 2009-02-19 Jakub Jelinek <jakub@redhat.com>
3049 * decl2.c (determine_visibility): If visibility changed and
3050 DECL_RTL has been already set, call make_decl_rtl to update symbol
3053 2009-02-19 H.J. Lu <hongjiu.lu@intel.com>
3056 * cp-tree.h (maybe_commonize_var): New.
3058 * decl.c (maybe_commonize_var): Make it extern.
3060 * decl2.c (finish_anon_union): Call maybe_commonize_var.
3062 2009-02-18 H.J. Lu <hongjiu.lu@intel.com>
3065 * parser.c (cp_parser_enum_specifier): Apply all attributes.
3067 2009-02-18 Jason Merrill <jason@redhat.com>
3069 * cfns.h: Tweak pathname for cfns.gperf.
3071 2009-02-13 Jason Merrill <jason@redhat.com>
3074 * semantics.c (finish_call_expr): Change koenig_p parm to int.
3075 If -1, don't set KOENIG_LOOKUP_P but do keep hidden candidates.
3076 * cp-tree.h: Adjust prototype.
3077 * pt.c (tsubst_copy_and_build) [CALL_EXPR]: Pass -1.
3079 2009-02-12 Jason Merrill <jason@redhat.com>
3082 * pt.c (unify)[TEMPLATE_PARM_INDEX]: Convert to the tsubsted type.
3084 2009-02-11 Jason Merrill <jason@redhat.com>
3087 * decl2.c (cp_write_global_declarations):
3088 Check DECL_DEFAULTED_FN, not DECL_ARTIFICIAL.
3091 * init.c (build_value_init_noctor): Split out from...
3092 (build_value_init): ...here.
3093 (expand_aggr_init_1): Handle value-initialization.
3094 * cp-tree.h: Add declaration.
3095 * class.c (type_has_user_provided_constructor):
3096 Handle non-class arguments.
3098 2009-02-10 Jason Merrill <jason@redhat.com>
3101 * class.c (defaultable_fn_p): Handle ... properly.
3104 * tree.c (lvalue_p_1): Condition rvalue ref handling on
3105 treat_class_rvalues_as_lvalues, too.
3107 2009-02-10 Paolo Carlini <paolo.carlini@oracle.com>
3110 * typeck.c (build_x_array_ref): New.
3111 * cp-tree.h: Declare it.
3112 * pt.c (tsubst_copy_and_build): Use it for case ARRAY_REF.
3114 2009-02-09 Jason Merrill <jason@redhat.com>
3117 * semantics.c (simplify_aggr_init_expr): Do zero-initialization here.
3118 * init.c (build_value_init): Not here. Don't build a TARGET_EXPR.
3119 * tree.c (get_target_expr): Handle AGGR_INIT_EXPR.
3120 * cp-gimplify.c (cp_gimplify_init_expr): Remove special handling
3121 for build_value_init TARGET_EXPR.
3122 * cp-tree.h (AGGR_INIT_ZERO_FIRST): New macro.
3124 2009-02-06 Paolo Carlini <paolo.carlini@oracle.com>
3128 * cp-tree.h (TMPL_ARGS_HAVE_MULTIPLE_LEVELS): Check TREE_VEC_LENGTH.
3130 2009-02-04 Jakub Jelinek <jakub@redhat.com>
3133 * operators.def: Use COMPONENT_REF code for ->/pt operator again,
3134 remove ./dt operator.
3135 * mangle.c (write_expression): Handle COMPONENT_REF after handling
3136 ADDR_EXPR, for COMPONENT_REF without ARROW_EXPR inside of it
3137 write_string ("dt") instead of using operators.def.
3139 2009-02-03 Jason Merrill <jason@redhat.com>
3141 * typeck.c (cp_build_unary_op): Only complain about taking address
3142 of main if pedantic.
3144 2009-02-03 Jakub Jelinek <jakub@redhat.com>
3147 * parser.c (cp_parser_primary_expression): Reject FIXED_CSTs.
3150 * typeck2.c (digest_init_r): Don't call process_init_constructor
3153 2009-02-03 Paolo Bonzini <bonzini@gnu.org>
3156 * pt.c (convert_nontype_argument_function): Expect expr to be an
3160 * typeck.c (merge_types): Call resolve_typename_type if only
3161 one type is a typename.
3163 2009-02-02 Jason Merrill <jason@redhat.com>
3166 * parser.c (cp_parser_unqualified_id): Don't wrap error_mark_node
3169 2009-02-01 Paolo Carlini <paolo.carlini@oracle.com>
3172 * parser.c (cp_parser_pure_specifier): If there are no tokens left
3173 do not call cp_lexer_consume_token.
3175 2009-01-30 Jakub Jelinek <jakub@redhat.com>
3178 * parser.c (cp_parser_already_scoped_statement): Handle __label__
3181 2009-01-30 Paolo Carlini <paolo.carlini@oracle.com>
3184 * error.c (dump_expr): Handle FIX_TRUNC_EXPR and FLOAT_EXPR.
3186 2009-01-30 Paolo Carlini <paolo.carlini@oracle.com>
3189 * error.c (dump_type_prefix, dump_type_suffix): Handle FIXED_POINT_TYPE.
3191 2009-01-29 Paolo Carlini <paolo.carlini@oracle.com>
3193 * typeck.c (invalid_nonstatic_memfn_p): Use
3194 DECL_NONSTATIC_MEMBER_FUNCTION_P.
3196 2009-01-27 Paolo Carlini <paolo.carlini@oracle.com>
3199 * call.c (build_over_call): If convert_for_arg_passing returns
3200 error_mark_node unconditionally return it.
3202 2009-01-22 Adam Nemet <anemet@caviumnetworks.com>
3204 * class.c (check_field_decls): Also inherit packed for bitfields
3205 regardless of their type.
3207 2009-01-22 Dodji Seketeli <dodji@redhat.com>
3210 * decl2.c (grokfield): Reverting changes of PR c++/26693
3211 (save_template_attributes): Likewise.
3212 * decl.c (grokdeclarator): Likewise.
3213 * name-lookup.c (pushdecl_maybe_friend): Likewise.
3214 * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): Likewise.
3215 (append_type_to_template_for_access_check): Likewise.
3216 * semantics.c (check_accessibility_of_qualified_id): Likewise.
3217 * pt.c (instantiate_class_template, instantiate_template ): Likewise.
3219 (resolve_type_name_type): Likewise.
3220 (append_type_to_template_for_access_check): Likewise.
3222 2009-01-21 Dodji Seketeli <dodji@redhat.com>
3225 * decl2.c (grokfield): when a typedef appears in a
3226 class, create the typedef variant type node for it.
3227 (save_template_attributes): Creating typedef variant type node
3228 here is now useless.
3229 * decl.c (grokdeclarator): If the typedef'ed struct/class was
3230 anonymous, set the proper type name to all its type variants.
3231 * name-lookup.c (pushdecl_maybe_friend): Reuse the
3232 set_underlying_type function to install typedef variant types.
3233 * cp-tree.h (MEMBER_TYPES_NEEDING_ACCESS_CHECK): New template accessor
3235 (append_type_to_template_for_access_check): New entry points.
3236 * semantics.c (check_accessibility_of_qualified_id):
3237 When a typedef that is a member of a class appears in a template,
3238 add it to the template. It will be ...
3239 * pt.c (instantiate_class_template, instantiate_template ): ... access
3240 checked at template instantiation time.
3241 (tsubst): Handle the case of being called with NULL args.
3242 (resolve_type_name_type): The type name should be the name of the
3244 (append_type_to_template_for_access_check): New entry point.
3246 2009-01-19 Jason Merrill <jason@redhat.com>
3249 * parser.c (cp_parser_unqualified_id): In a template,
3251 * typeck.c (lookup_destructor): Handle IDENTIFIER_NODE.
3253 2009-01-16 Jason Merrill <jason@redhat.com>
3256 * tree.c (lvalue_p_1): Allow non-fields in COMPONENT_REF.
3257 * init.c (build_new): Don't call describable_type unless we
3261 * pt.c (tsubst_decl) [USING_DECL]: Propagate access flags.
3264 * search.c (protected_accessible_p): N doesn't vary.
3266 2009-01-15 Jason Merrill <jason@redhat.com>
3269 * pt.c (tsubst_copy_and_build): Tell finish_call_expr to
3270 accept hidden friends.
3272 2009-01-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
3275 * decl.c (grokdeclarator): Check for a non namespace/class context.
3277 2009-01-15 Jason Merrill <jason@redhat.com>
3281 * tree.c (lvalue_p_1): Handle BASELINK. A COMPONENT_REF to
3282 a function isn't necessarily an lvalue. Take tree, not const_tree.
3283 (lvalue_p, real_lvalue_p): Take tree, not const_tree.
3284 * typeck.c (lvalue_or_else): Likewise.
3285 * cp-tree.h: Adjust prototypes.
3287 2009-01-15 Steve Ellcey <sje@cup.hp.com>
3290 * pt.c (tsubst): Check for NULL args.
3292 2009-01-15 Dodji Seketeli <dodji@redhat.com>
3295 * name-lookup.c (pushtag): Don't create members to types that are not
3298 2009-01-14 Nick Clifton <nickc@redhat.com>
3301 * parser.c: Pass cp_id_kind computed in
3302 cp_parser_postfix_dot_deref_expression to
3303 cp_parser_primary_expression.
3305 2009-01-13 Jakub Jelinek <jakub@redhat.com>
3308 * tree.c (cp_walk_subtrees): Handle REINTERPRET_CAST_EXPR,
3309 STATIC_CAST_EXPR, CONST_CAST_EXPR and DYNAMIC_CAST_EXPR the same
3312 2009-01-12 Jason Merrill <jason@redhat.com>
3313 Steve Ellcey <sje@cup.hp.com>
3316 * name-lookup.c (lookup_name_real): Keep looking past a hidden
3319 2009-01-12 Dodji Seketeli <dodji@redhat.com>
3322 * pt.c (parameter_of_template_p): New function.
3323 * cp-tree.h: Declare it.
3324 * name-lookup.c (binding_to_template_parms_of_scope_p): New
3326 (outer_binding): Take template parameters in account when looking for
3329 2009-01-12 Jason Merrill <jason@redhat.com>
3332 * tree.c (pod_type_p): Return 1 for structs created by the back end.
3334 2009-01-12 Jakub Jelinek <jakub@redhat.com>
3337 * parser.c (cp_parser_builtin_offsetof): Allow `->' in
3338 offsetof member-designator, handle it as `[0].'.
3341 * decl.c (start_function): If grokdeclarator hasn't returned
3342 FUNCTION_DECL nor error_mark_node, issue diagnostics.
3344 2009-01-11 Jakub Jelinek <jakub@redhat.com>
3347 * cp-gimplify.c (genericize_if_stmt): Renamed from ...
3348 (gimplify_if_stmt): ... this.
3349 (cp_gimplify_expr): Don't handle IF_STMT here.
3350 (cp_genericize_r): Call genericize_if_stmt for IF_STMT.
3352 2009-01-10 Andrew Pinski <pinskia@gmail.com>
3355 * typeck.c (cp_build_modify_expr): Check for NULL current_function_decl.
3358 * typeck2.c (build_functional_cast): Check for reference type and NULL
3361 2009-01-09 Steve Ellcey <sje@cup.hp.com>
3363 * typeck.c (cp_build_unary_op): Check for ERROR_MARK.
3365 2009-01-09 Jakub Jelinek <jakub@redhat.com>
3368 * error.c (dump_expr): Handle EXPR_STMT like BIND_EXPR.
3370 2009-01-09 John F. Carr <jfc@mit.edu>
3373 * parser.c (cp_parser_class_specifier): Clear
3374 parser->in_unbraced_linkage_specification_p while parsing class
3377 2009-01-07 Jakub Jelinek <jakub@redhat.com>
3380 * semantics.c (finish_goto_stmt): Convert destination to
3383 2009-01-06 Jason Merrill <jason@redhat.com>
3390 * pt.c (check_default_tmpl_args): Don't complain about
3391 out-of-order parameter packs in the enclosing class
3392 or parameter packs after default args.
3393 (coerce_template_parms): If we have more than one
3394 parameter pack, don't flatten argument packs.
3395 (template_args_equal): Handle argument packs.
3396 (comp_template_args): Don't flatten argument packs.
3397 (check_instantiated_arg): Split out from...
3398 (check_instantiated_args): Here. Handle arg packs.
3399 (convert_template_argument): Just check that nontype argument
3400 packs have the right type.
3402 2009-01-05 Dodji Seketeli <dodji@redhat.com>
3405 * typeck.c (type_after_usual_arithmetic_conversions): Fix a typo.
3407 2009-01-05 Jason Merrill <jason@redhat.com>
3410 * typeck2.c (process_init_constructor_union): Handle union with
3413 * mangle.c (write_expression): Remove mangling for zero-operand
3417 * decl.c (cp_finish_decl): Clear DECL_INITIAL for invalid
3421 * class.c (defaultable_fn_p): Only operator== can be a copy
3422 assignment operator.
3424 2009-01-02 Jason Merrill <jason@redhat.com>
3427 * typeck2.c (process_init_constructor_union): Handle excess
3429 (process_init_constructor_record): Likewise.
3432 * typeck2.c (digest_init_r): Don't use process_init_constructor
3433 for non-aggregate classes.
3436 Copyright (C) 2009 Free Software Foundation, Inc.
3438 Copying and distribution of this file, with or without modification,
3439 are permitted in any medium without royalty provided the copyright
3440 notice and this notice are preserved.