1 2008-03-21 Paolo Carlini <pcarlini@suse.de>
3 * cp-tree.h (IS_AGGR_TYPE): Rename to MAYBE_CLASS_TYPE_P.
4 (SET_IS_AGGR_TYPE): Rename to SET_CLASS_TYPE_P.
5 (IS_AGGR_TYPE_CODE): Rename to RECORD_OR_UNION_CODE_P.
6 (PROMOTES_TO_AGGR_TYPE): Remove.
7 (CLASS_TYPE_P, TYPE_NON_AGGREGATE_CLASS): Adjust.
8 * typeck.c (unary_complex_lvalue, build_modify_expr,
9 convert_for_initialization): Adjust.
10 * init.c (is_aggr_type): Remove.
12 (build_offset_ref, build_new_1, build_vec_delete_1, build_vec_init,
13 build_delete): Adjust.
14 * lex.c (make_aggr_type): Remove.
15 (make_class_type): Add.
16 (cxx_make_type): Adjust.
17 * class.c (finish_struct_1, fixed_type_or_null, is_empty_class):
19 * decl.c (build_typename_type, make_typename_type,
20 make_unbound_class_template, cxx_init_decl_processing,
21 check_tag_decl, groktypename, start_decl_1, layout_var_decl,
22 check_initializer, cp_finish_decl, build_ptrmemfunc_type, grokparms,
23 grok_op_properties, xref_tag, check_function_type): Adjust.
24 * call.c (check_dtor_name, standard_conversion, implicit_conversion,
25 add_builtin_candidate, add_builtin_candidates,
26 build_user_type_conversion_1, convert_like_real, build_cxx_call,
27 is_subseq, compare_ics): Adjust.
28 * method.c (use_thunk): Adjust.
29 * rtti.c (build_dynamic_cast_1, create_pseudo_type_info,
30 create_tinfo_types): Adjust.
31 * cvt.c (cp_convert_to_pointer, convert_to_pointer_force,
32 build_up_reference, convert_to_reference, convert_from_reference,
33 ocp_convert, build_expr_type_conversion): Adjust.
34 * tree.c (bind_template_template_parm, error_type): Adjust.
35 * dump.c (cp_dump_tree): Adjust.
36 * search.c (lookup_member): Adjust.
37 * friend.c (make_friend_class, do_friend): Adjust.
38 * typeck2.c (store_init_value, process_init_constructor_array,
39 process_init_constructor_record, build_x_arrow, build_m_component_ref,
40 build_functional_cast): Adjust.
41 * pt.c (finish_member_template_decl, process_template_parm,
42 lookup_template_class, tsubst_function_type, tsubst,
43 tsubst_copy_and_build, get_template_base, bt_instantiate_type_proc):
45 * semantics.c (begin_class_definition, finish_base_specifier,
46 finish_typeof, cxx_omp_predetermined_sharing, finish_decltype_type):
48 * name-lookup.c (constructor_name_p, push_overloaded_decl,
49 do_class_using_decl, lookup_qualified_name,
50 maybe_process_template_type_declaration): Adjust.
51 * decl2.c (grok_array_decl, check_member_template,
52 constrain_class_visibility): Adjust.
53 * parser.c (cp_parser_class_name): Adjust.
55 2008-03-18 Paolo Bonzini <bonzini@gnu.org>
57 * cp-lang.c (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Delete.
59 2008-03-17 Jason Merrill <jason@redhat.com>
62 * call.c (reference_binding): Check LOOKUP_NO_TEMP_BIND when binding
63 a temp directly to a reference as per DR391.
65 2008-03-12 Richard Guenther <rguenther@suse.de>
69 2008-02-04 Richard Guenther <rguenther@suse.de>
72 * decl.c (record_builtin_java_type): Make jboolean a
73 integer type again where its mode doesn't match that of bool.
75 2008-01-25 Richard Guenther <rguenther@suse.de>
78 * decl.c (record_builtin_java_type): Make __java_boolean
80 * typeck.c (structural_comptypes): Move TYPE_FOR_JAVA check
81 after TYPE_MAIN_VARIANT check.
83 2008-03-10 Jakub Jelinek <jakub@redhat.com>
86 * semantics.c (finish_omp_clauses): Look through NOP_EXPR even
90 * semantics.c (finish_omp_clauses): Use %qD instead of %qE for
91 DECL_P in not a variable and appears more than once error messages.
93 2008-03-07 Paolo Bonzini <bonzini@gnu.org>
97 2008-02-06 Douglas Gregor <doug.gregor@gmail.com>
101 * typeck.c (structural_comptypes): Call cp_comptypes.
102 (comptypes): New; called from the C/C++ common bits to perform
104 (cp_comptypes): Renamed from comptypes, which is already used,
105 with a different signature, by the C++ front end.
106 (build_reinterpret_cast_1): Call cp_comptypes.
107 (ptr_reasonably_similar): Ditto.
108 * decl.c (decls_match): Ditto.
109 * cvt.c (convert_to_reference): Ditto.
110 * cp-tree.h (same_type_p): Ditto.
111 (same_or_base_type_p): Ditto.
112 (comptypes): Rename to cp_comptypes.
113 * pt.c (canonical_type_parameter): Call cp_comptypes.
115 2008-03-07 Paolo Bonzini <bonzini@gnu.org>
117 * cp-objcp-common.c (cxx_types_compatible_p): Remove obsolete
118 test for equivalence between pointer and references.
120 2008-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
123 * class.c (finish_struct_anon): Use permerror instead of pedwarn.
124 (check_field_decls): Likewise.
125 (note_name_declared_in_class): Likewise.
126 * call.c (build_new_op): Likewise.
127 (convert_like_real): Likewise.
128 (build_over_call): Likewise.
129 * lex.c (unqualified_fn_lookup_error): Likewise.
130 * parser.c (cp_parser_template_id): Likewise.
131 * cvt.c (warn_ref_binding): Likewise.
132 (convert_to_reference): Likewise.
133 (ocp_convert): Likewise.
134 (convert_to_void): Use error instead of pedwarn.
135 * error.c (cp_cpp_error): Use pedantic_warning_kind.
136 * decl.c (compute_array_index_type): Use constant_expression_error.
138 2008-03-01 Douglas Gregor <doug.gregor@gmail.com>
140 * parser.c (cp_lexer_next_token_is_decl_specifier_keyword): Note
141 that auto is either a storage class or a simple type specifier,
142 depending on the dialect.
143 (cp_parser_decl_specifier_seq): Complain about `auto' as a storage
144 specifier in C++98 mode, error in C++0x mode (since we don't
145 support auto as a type specifier, yet).
146 (cp_parser_storage_class_specifier_opt): Don't treat `auto' as a
147 storage specifier in C++0x mode.
148 (cp_parser_simple_type_specifier): Parse `auto' as a
149 simple-type-specifier, but error because we don't support it yet.
151 2008-02-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
153 * parser.c (cp_parser_nonclass_name): New.
154 (cp_parser_pseudo_destructor_name): Use it instead of
156 (cp_parser_type_name): Move code to cp_parser_nonclass_name.
158 2008-02-29 Tom Tromey <tromey@redhat.com>
160 * parser.c (struct cp_token) <input_file_stack_index>: Remove.
161 (cp_lexer_get_preprocessor_token): Update.
162 (cp_lexer_set_source_position_from_token): Don't call
163 restore_input_file_stack.
164 * lex.c (cxx_init): Don't use push_srcloc or pop_srcloc.
166 2008-02-28 Richard Guenther <rguenther@suse.de>
169 2008-02-26 Richard Guenther <rguenther@suse.de>
171 * decl.c (duplicate_decls): Remove decl from global mapping
172 before ggc_freeing it.
174 2008-02-27 Jakub Jelinek <jakub@redhat.com>
177 * rtti.c: Include c-pragma.h.
178 (push_abi_namespace, pop_abi_namespace): New functions.
179 (build_dynamic_cast_1, tinfo_base_init, get_pseudo_ti_index,
180 create_tinfo_types, emit_support_tinfos): Use them.
181 * Make-lang.in (cp/rtti.o): Depend on $(C_PRAGMA_H).
183 2008-02-26 Jason Merrill <jason@redhat.com>
186 * decl.c (grokdeclarator): Allow a typedef of an unnamed struct
187 to name the struct for linkage purposes even if it has attributes.
188 (start_decl): In that case, set ATTR_FLAG_TYPE_IN_PLACE.
190 2008-02-26 Tom Tromey <tromey@redhat.com>
192 * parser.c (eof_token): Remove old location code.
193 (check_empty_body): Remove test of USE_MAPPED_LOCATION.
194 * decl2.c (generate_ctor_or_dtor_function): Remove old location
196 (cp_write_global_declarations): Likewise.
197 * lex.c (cxx_init): Remove old location code.
198 (handle_pragma_implementation): Remove test of
200 * pt.c (tsubst): Remove old location code.
201 * error.c (cp_print_error_function): Remove test of
203 * decl.c (pop_label): Remove old location code.
204 (finish_function): Likewise.
206 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
209 * call.c (magic_varargs_p): Remove BUILT_IN_STDARG_START.
211 2008-02-26 Richard Guenther <rguenther@suse.de>
213 * decl.c (duplicate_decls): Remove decl from global mapping
214 before ggc_freeing it.
216 2008-02-26 Paolo Carlini <pcarlini@suse.de>
219 * name-lookup.c (arg_assoc_type): Handle FIXED_POINT_TYPE.
221 2008-02-26 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
223 * typeck.c (build_class_member_access_expr): Add appropriate
224 OPT_W* parameter to warning.
225 (build_reinterpret_cast_1): Likewise.
226 * name-lookup.c (push_overloaded_decl): Likewise.
228 2008-02-25 Paolo Carlini <pcarlini@suse.de>
231 * error.c (dump_expr): Handle CONJ_EXPR.
233 2008-02-25 Paolo Carlini <pcarlini@suse.de>
236 * error.c (dump_type): Handle FIXED_POINT_TYPE.
237 (dump_expr): Handle FIXED_CST.
239 2008-02-24 Jason Merrill <jason@redhat.com>
241 * parser.c (cp_parser_declaration): Handle "inline namespace".
242 (cp_parser_namespace_definition): Likewise.
245 * name-lookup.c (arg_assoc_namespace): Look down into inline
248 2008-02-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
250 * typeck.c (check_for_casting_away_constness): Use 1 single
251 argument, the type of cast, to decide what diagnostics generate.
252 (build_static_cast_1): Remove unused code. Update call to
253 check_for_casting_away_constness.
254 (build_reinterpret_cast_1): Update call to
255 check_for_casting_away_constness.
256 (build_const_cast_1): Likewise.
258 2008-02-24 Paolo Carlini <pcarlini@suse.de>
260 * error.c (dump_expr): Don't deal directly with NEW_EXPR (and
261 VEC_NEW_EXPR), forward to pp_expression.
262 * cxx-pretty-print.c (pp_cxx_new_expression): Fix FIXME.
264 2008-02-24 Danny Smith <dannysmith@users.sourceforge.net>
267 * friend.c (do_friend): Call cplus_decl_attributes earlier.
269 2008-02-22 Andrew Pinski <andrew_pinski@playstation.sony.com>
272 * decl.c (duplicate_decls): Merge DECL_DISREGARD_INLINE_LIMITS for
273 template decls' function decl.
275 2008-02-22 Paolo Carlini <pcarlini@suse.de>
279 2008-02-14 Paolo Carlini <pcarlini@suse.de>
282 * pt.c (determine_specialization): In case of function templates,
283 when the type of DECL does not match FN there is no match.
285 2008-02-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
288 * typeck.c (build_binary_op): Warn about floating point
289 comparisons if FLOAT_TYPE_P, not only for REAL_TYPE.
291 2008-02-19 Jason Merrill <jason@redhat.com>
294 * pt.c (resolve_overloaded_unification): Set processing_template_decl
295 while we look for possible bindings.
297 2008-02-19 Jakub Jelinek <jakub@redhat.com>
300 * cp-gimplify.c (cxx_omp_clause_apply_fn): Handle vararg copy ctors.
304 * semantics.c (finish_omp_threadprivate): Do nothing for error_operand_p
305 vars. Afterwards ensure v is VAR_DECL.
308 * parser.c (cp_parser_omp_for_loop): If DECL has REFERENCE_TYPE, don't
310 * semantics.c (finish_omp_for): Fail if DECL doesn't have integral type
313 2008-02-15 Douglas Gregor <doug.gregor@gmail.com>
318 * pt.c (finish_member_template_decl): If the type in a TYPE_DECL
319 is error_mark_node, return an error early.
320 (find_parameter_packs_r): Pass the pointer set along to recursive
321 calls of cp_walk_subtrees; don't try to manage the pointer set
323 (uses_parameter_packs): Pass the pointer set to cp_walk_tree.
324 (make_pack_expansion): Ditto.
325 (check_for_bare_parameter_packs): Ditto. Also, don't bother taking
326 a second pass through the tree with find_parameter_packs_r; that
327 second pass no longer does anything.
328 (push_template_decl_real): If we have an erroneous declaration,
329 set its type to error_mark_node before returning an error.
331 2008-02-14 Douglas Gregor <doug.gregor@gmail.com>
334 * pt.c (tsubst_initializer_list): Deal with the use of
335 VOID_TYPE_NODE to indicate value-initialization of the bases.
337 2008-02-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
338 Jason Merrill <jason@redhat.com>
342 * class.c (type_has_user_nondefault_constructor): New fn.
343 * cp-tree.h: Declare it.
344 * init.c (emit_mem_initializers): Use it for -W warning about
345 missing base initializer.
347 2008-02-14 Paolo Carlini <pcarlini@suse.de>
350 * pt.c (determine_specialization): In case of function templates,
351 when the type of DECL does not match FN there is no match.
353 2008-02-13 Jakub Jelinek <jakub@redhat.com>
354 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
357 * parser.c (cp_parser_pseudo_destructor_name): If next tokens
358 are not identifier :: ~, return before calling cp_parser_type_name.
360 2008-02-13 Jason Merrill <jason@redhat.com>
362 PR c++/34962, c++/34937, c++/34939
363 * decl2.c (is_late_template_attribute): Always defer attributes
364 vector_size and weak.
367 * pt.c (value_dependent_expression_p): Look into DECL_INITIAL
370 2008-02-12 Jason Merrill <jason@redhat.com>
373 * call.c (convert_like_real): Pass LOOKUP_NO_CONVERSION to build_temp
374 if we're doing conversions to call a user-defined conversion function.
376 2008-02-12 Steven Bosscher <steven@gcc.gnu.org>
379 * semantics.c (finish_qualified_id_expr): Avoid duplicate access
382 2008-02-12 Jakub Jelinek <jakub@redhat.com>
385 * init.c (build_new_1): Don't create placement_expr before
386 constructing alloc_call. Verify that the pointer is passed by
387 value to operator new.
389 2008-02-11 Jason Merrill <jason@redhat.com>
392 * pt.c (tsubst): Don't look up a template typedef in an explicit
395 2008-02-11 Douglas Gregor <doug.gregor@gmail.com>
398 * tree.c (cp_build_qualified_type_real): When building a
399 cv-qualified array type, build it as a unique type with
400 build_cplus_array_type_1 and then adopt the unqualified type's
403 2008-02-11 Paolo Carlini <pcarlini@suse.de>
406 * decl.c (groktypename): Check grokdeclarator return.
408 2008-02-10 Jason Merrill <jason@redhat.com>
411 * decl2.c (cp_write_global_declarations): Don't write out static
412 data members with DECL_IN_AGGR_P set.
414 2008-02-08 Jason Merrill <jason@redhat.com>
417 * tree.c (build_target_expr_with_type): Handle void initializer.
418 (bot_manip): Remap slot before recursing.
420 2008-02-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
423 * Make-lang.in (cc1plus-dummy, cc1plus): Add $(GMPLIBS).
425 2008-02-06 Alexandre Oliva <aoliva@redhat.com>
428 * tree.c: Include tree-flow.h.
429 (build_target_expr): Check type compatibility.
430 * Make-lang.in (cp/tree.o): Depend on $(TREE_FLOW_H).
431 * call.c (convert_like_real): Convert bitfield to expected type.
433 2008-02-06 Douglas Gregor <doug.gregor@gmail.com>
437 * typeck.c (structural_comptypes): Call cp_comptypes.
438 (comptypes): New; called from the C/C++ common bits to perform
440 (cp_comptypes): Renamed from comptypes, which is already used,
441 with a different signature, by the C++ front end.
442 (build_reinterpret_cast_1): Call cp_comptypes.
443 (ptr_reasonably_similar): Ditto.
444 * decl.c (decls_match): Ditto.
445 * cvt.c (convert_to_reference): Ditto.
446 * cp-tree.h (same_type_p): Ditto.
447 (same_or_base_type_p): Ditto.
448 (comptypes): Rename to cp_comptypes.
449 * pt.c (canonical_type_parameter): Call cp_comptypes.
451 2008-02-05 Jakub Jelinek <jakub@redhat.com>
454 * pt.c (tsubst) <case INTEGER_TYPE>: Don't issue error if max is
455 value dependent expression.
457 2008-02-05 Douglas Gregor <doug.gregor@gmail.com>
460 * decl2.c (save_template_attributes): When we're modifying the
461 TYPE_MAIN_VARIANT to add new attributes, be sure to also modify
462 all of the other variants to add those same attributes. Otherwise,
463 the main variant will be inconsistent with those other variants.
465 2008-02-04 Richard Guenther <rguenther@suse.de>
468 * decl.c (record_builtin_java_type): Make jboolean a
469 integer type again where its mode doesn't match that of bool.
471 2008-02-02 Jason Merrill <jason@redhat.com>
472 Mark Mitchell <mark@codesourcery.com>
475 * init.c (build_value_init_1): New function.
476 (build_value_init): New function.
477 * typeck2.c (build_functional_cast): Call it.
478 * cp-gimplify.c (cp_gimplify_init_expr): Handle its output.
480 * cp-tree.h (TYPE_HAS_USER_CONSTRUCTOR): Rename from
481 TYPE_HAS_CONSTRUCTOR.
482 * class.c (finish_struct_bits, maybe_warn_about_overly_private_class,
483 add_implicitly_declared_members): Adjust.
484 (check_field_decls): Adjust. Remove warnings about reference/const
485 in class without constructor.
486 (check_bases_and_members): Adjust. Give those warnings here instead.
487 * decl.c (fixup_anonymous_aggr): Adjust.
488 (check_initializer): Adjust, clarify logic slightly.
489 (grok_special_member_properties): Adjust, only set if user-provided.
490 * rtti.c (create_tinfo_types): Don't set.
491 * cvt.c (ocp_convert): Remove exception for vtable_entry_type et al.
492 Use same_type_ignoring_top_level_qualifiers_p.
493 * pt.c (check_explicit_specialization): Adjust.
494 (instantiate_class_template): Adjust.
496 2008-01-31 Douglas Gregor <doug.gregor@gmail.com>
497 Jakub Jelinek <jakub@redhat.com>
501 * typeck.c (structural_comptypes): Handle comparisons of
502 VOID_TYPE, BOOLEAN_TYPE, INTEGER_TYPE, FIXED_POINT_TYPE, and
504 * mangle.c (write_builtin_type): Map down to the canonical type,
505 which will be one of the predefined type nodes.
507 2008-01-29 Michael Meissner <michael.meissner@amd.com>
510 * cp-tree.h (struct full_lang_decl): Make tree_code bitfield 16
511 bits to allow for expansion of the number of middle end tree
514 2008-01-29 Douglas Gregor <doug.gregor@gmail.com>
525 * typeck.c (check_return_expr): Tweak call to
526 check_for_bare_parameter_packs.
527 * class.c (add_method): Be careful with error_mark_nodes.
528 * cp-tree.h (check_for_bare_parameter_packs): Remove "*" from
530 * pt.c (struct find_parameter_pack_data): Remove
532 (find_parameter_packs_r): Don't use SET_PACKS_TO_ERROR.
533 (uses_parameter_packs): Don't set SET_PACKS_TO_ERROR.
534 (make_pack_expansion): Ditto.
535 (check_for_bare_parameter_packs): Parameter is now a tree, not a
537 (process_template_parm): Tweak call to
538 check_for_bare_parameter_packs.
539 (push_template_decl_real): Tweak calls to
540 check_for_bare_parameter_packs. If bare parameter packs are found
541 in the list of exceptions, clear out that list after giving an
543 * semantics.c (finish_cond): Tweak call to
544 check_for_bare_parameter_packs.
545 (finish_expr_stmt): Ditto.
546 (finish_for_expr): Ditto.
547 (finish_switch_cond): Ditto.
548 (finish_mem_initializers): Ditto.
549 (finish_member_declaration): Ditto.
550 (finish_static_assert): Check for bare parameter packs in the
552 * decl2.c (cplus_decl_attributes): Check for bare parameter packs in the
553 attributes of a declaration.
554 * parser.c (cp_parser_using_declaration): Tweak call to
555 check_for_bare_parameter_packs.
556 (cp_parser_base_clause): Ditto.
558 2008-01-28 Jason Merrill <jason@redhat.com>
561 * class.c (build_base_path): Fix !want_pointer case.
563 2008-01-27 Jason Merrill <jason@redhat.com>
566 * class.c (build_base_path): Fix previous change.
568 2008-01-26 Jakub Jelinek <jakub@redhat.com>
571 * error.c (dump_expr): Handle TRUTH_AND_EXPR, TRUTH_OR_EXPR
574 2008-01-26 Richard Guenther <rguenther@suse.de>
577 * typeck.c (build_binary_op): Remove code to shorten compares.
579 2008-01-25 Richard Guenther <rguenther@suse.de>
582 * decl.c (record_builtin_java_type): Make __java_boolean
584 * typeck.c (structural_comptypes): Move TYPE_FOR_JAVA check
585 after TYPE_MAIN_VARIANT check.
587 2008-01-25 Jason Merrill <jason@redhat.com>
590 * class.c (build_base_path): Don't mess with virtual access if
592 * call.c (standard_conversion): Don't check whether source type
595 * decl2.c (is_late_template_attribute): Don't defer attribute
596 visibility just because the type is dependent.
598 2008-01-25 Jason Merrill <jason@redhat.com>
599 Mark Mitchell <mark@codesourcery.com>
602 * call.c (standard_conversion): Allow conversion from integer/real
604 (compare_ics): Such a conversion is worse than a normal arithmetic
607 2008-01-25 Richard Guenther <rguenther@suse.de>
610 * cp-lang.c (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Define
613 2008-01-24 Paolo Carlini <pcarlini@suse.de>
616 * pt.c (push_template_decl_real): Return error_mark_node in case
617 of template definition of non-template.
619 2008-01-24 Jason Merrill <jason@redhat.com>
622 * decl2.c (is_late_template_attribute): Defer any attribute with
623 dependent args. Also defer type attributes if the type is dependent.
625 2008-01-22 Jakub Jelinek <jakub@redhat.com>
626 Alexandre Oliva <aoliva@redhat.com>
629 * call.c (reference_binding): For bitfields use the declared bitfield
631 (add_builtin_candidates): Likewise.
632 * class.c (layout_class_type): For bitfields copy over the
635 2008-01-22 Jason Merrill <jason@redhat.com>
638 * decl.c (groktypename): Also ignore attributes on dependent
639 possibly-class types.
642 * friend.c (do_friend): Check for prior declaration of a friend
643 function of a local class.
644 * name-lookup.c (lookup_name_innermost_nonclass_level):
646 * name-lookup.h: Declare it.
648 2008-01-22 Tom Tromey <tromey@redhat.com>
651 * init.c (build_new_1): Only disallow Java aggregates.
653 2008-01-22 Jakub Jelinek <jakub@redhat.com>
656 * semantics.c (finish_omp_for): Don't call c_finish_omp_for
657 if decl or init is error_mark_node.
660 * error.c (dump_expr): Handle VECTOR_CST.
662 2008-01-21 Jason Merrill <jason@redhat.com>
665 * pt.c (tsubst_aggr_type): Make sure our context is complete.
668 * pt.c (retrieve_local_specialization): Robustify.
669 (tsubst_pack_expansion, tsubst_decl): Remove redundant checks.
672 * pt.c (tsubst): Only call retrieve_local_specialization if the
673 original typedef was in a function template.
676 * decl.c (wrap_cleanups_r): Set TRY_CATCH_IS_CLEANUP.
678 2008-01-21 Richard Guenther <rguenther@suse.de>
681 * error.c (cp_print_error_function): Deal with recursive
684 2008-01-20 Paolo Carlini <pcarlini@suse.de>
687 * error.c (dump_expr): Deal with VIEW_CONVERT_EXPR.
689 2008-01-20 Paolo Carlini <pcarlini@suse.de>
693 * name-lookup.c (do_class_using_decl): Do not call constructor_name_p
694 on non-IS_AGGR_TYPE scope.
695 (constructor_name_p): Assert IS_AGGR_TYPE.
697 2008-01-18 Ian Lance Taylor <iant@google.com>
700 * decl.c (duplicate_decls): Copy DECL_IS_OPERATOR_NEW flag.
701 (grok_op_properties): For NEW_EXPR and VEC_NEW_EXPR set
702 DECL_IS_OPERATOR_NEW flag.
704 2008-01-16 Richard Guenther <rguenther@suse.de>
707 * typeck.c (is_bitfield_expr_with_lowered_type): Recurse
708 for conversions to type variants.
710 2008-01-15 Andreas Tobler <a.tobler@schweiz.org>
712 * parser.c (cp_parser_template_parameter): Fix C90 issue with mixing
713 declaration and code. Update copyright year.
715 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
718 * friend.c (do_friend): Don't query TYPE_BEING_DEFINED unless we
719 know we have a class type.
721 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
724 * pt.c (coerce_template_parameter_pack): When substituting into
725 the type of a non-type template parameter pack. use the
726 deduced/substituted arguments.
727 * parser.c (declarator_can_be_parameter_pack): A pointer-to-member
728 can be a parameter pack with the ellipsis following it. When we
729 have an erroneous declaration, allow it to be a parameter pack.
730 (cp_parser_template_parameter): Complain about default
731 arguments on non-type template parameter packs, and parse them
732 using the new cp_parser_default_argument.
733 (cp_parser_parameter_declaration): Complain about parameter packs
734 with default arguments. Move parsing of default arguments into a
735 new function, cp_parser_default_argument.
736 (cp_parser_default_argument): New; extracted from
737 cp_parser_parameter_declaration.
739 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
745 * typeck.c (check_return_expr): If there are bare parameter packs
746 in the return value, set it to error_mark_node.
747 * tree.c (cp_walk_subtrees): Walk USING_DECL nodes.
748 * pt.c (find_parameter_packs_r): Look at the type of
749 IDENTIFIER_NODEs (e.g., for user-defined conversions).
750 (check_for_bare_parameter_packs): Flip the result: now returns
751 TRUE when there were bare parameter packs, FALSE otherwise.
752 (push_template_decl_real): Deal with flipped result of
753 check_for_bare_parameter_packs.
754 * semantics.c (finish_cond): If there are bare parameter packs in
755 the conditional, set it to error_mark_node.
756 (finish_expr_stmt): If there are bare parameter packs in the
757 expression, set it to error_mark_node.
758 (finish_for_expr): Ditto.
759 (finish_switch_cond): If there are bare parameter packs in
760 the conditional, set it to error_mark_node.
761 (finish_mem_initializers): If there are bare parameter packs in
762 the member initializer, set it to error_mark_node.
763 (finish_member_declaration): Check the attributes of the
764 declaration for bare parameter packs, and remove the attributes if
765 any have bare parameter packs.
766 * parser.c (cp_parser_using_declaration): Check the using
767 declaration for bare parameter packs.
768 (cp_parser_base_clause): If there are bare parameter packs in a
769 base specifier, don't add it to the chain.
771 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
774 * error.c (dump_simple_decl): Display ellipsis for template
775 non-type parameter packs.
776 (dump_decl): Display ellipsis for template type parameter packs.
777 (dump_template_decl): Display ellipsis for template template
779 * pt.c (redeclare_class_template): When redeclaring a class
780 template, check for collisions between template parameters and
781 template parameter packs.
783 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
786 * pt.c (process_partial_specialization): Don't mark template
787 parameters that occur in non-deduced contexts.
788 (struct pair_fn_data): Add include_nondeduced_p.
789 (for_each_template_parm_r): Only visit non-deduced contexts if
790 include_nondeduced_p is set.
791 (for_each_template_parm): Added parameter include_nondeduced_p,
792 which states whether template parameters found in non-deduced
793 contexts should be visited.
794 (uses_template_parms): Visit all template parameters, even those
795 in non-deduced contexts.
797 2008-01-15 Douglas Gregor <doug.gregor@gmail.com>
800 * pt.c (check_default_tmpl_args): Check for parameter packs that
801 aren't at the end of a primary template.
802 (push_template_decl_real): Remove check for parameter packs that
803 aren't at the end of a primary template; that now happens in
804 check_default_tmpl_args.
805 * semantics.c (finish_template_template_parm): Use
806 check_default_tmpl_args to check for errors in the template
809 2008-01-12 Doug Kwan <dougkwan@google.com>
811 * decl.c: (grokdeclarator): Use OPT_Wignored_qualifiers
812 instead of OPT_Wreturn_type in warning due to ignored return type
814 * pt.c: (tsubst_function_type): Use OPT_Wignored_qualifiers
815 instead of OPT_Wreturn_type in warning due to ignored return type
818 2008-01-08 Jakub Jelinek <jakub@redhat.com>
821 * semantics.c (finish_omp_for): Don't call
822 fold_build_cleanup_point_expr if processing_template_decl.
824 2008-01-04 Paolo Carlini <pcarlini@suse.de>
825 Jakub Jelinek <jakub@redhat.com>
828 * error.c (dump_template_argument): Deal with TREE_LIST.
830 2008-01-01 Douglas Gregor <doug.gregor@gmail.com>
832 * parser.c (cp_parser_check_decl_spec): Don't warn about "long
833 long" in C++0x mode; change the warning to note that "long long"
834 is only unsupported in C++98 mode.
836 2007-12-20 Jason Merrill <jason@redhat.com>
839 * call.c (standard_conversion): Derived-to-base is considered a
842 2007-12-19 Jakub Jelinek <jakub@redhat.com>
845 * parser.c (cp_parser_omp_parallel): For non-combined parallel
846 call cp_parser_statement rather than
847 cp_parser_already_scoped_statement.
849 2007-12-18 Jason Merrill <jason@redhat.com>
852 * pt.c (tsubst_aggr_type): Do nothing if the type already doesn't
854 (dependent_type_p_r): Handle the domain of an array.
856 2007-12-18 Douglas Gregor <doug.gregor@gmail.com>
857 Jakub Jelinek <jakub@redhat.com>
862 * pt.c (template_template_parm_bindings_ok_p): New; verifies
863 bindings of template template parameters after all template
864 arguments have been deduced.
865 (coerce_template_parms): Don't complain when COMPLAIN doesn't
867 (fn_type_unification): Use template_template_parm_bindings_ok_p.
868 (unify): Deal with variadic, bound template template parameters.
869 (get_class_bindings): Use template_template_parm_bindings_ok_p.
871 2007-12-18 Jakub Jelinek <jakub@redhat.com>
874 * decl.c (grokdeclarator): Reject friend sfk_constructor
877 2007-12-17 Jakub Jelinek <jakub@redhat.com>
880 * parser.c (cp_parser_omp_all_clauses): Accept optional comma
883 2007-12-15 Alexandre Oliva <aoliva@redhat.com>
886 * cp-lang.c (cp_classify_record): New.
887 (LANG_HOOKS_CLASSIFY_RECORD): Override.
889 2007-12-11 Jakub Jelinek <jakub@redhat.com>
892 * decl2.c (cp_write_global_declarations): Revert 2007-11-22 change.
895 * rtti.c (build_dynamic_cast): Call convert_from_reference even for
896 dynamic_cast in a template.
898 2007-12-10 Simon Martin <simartin@users.sourceforge.net>
901 * typeck.c (build_class_member_access_expr): Compute MEMBER_SCOPE from
902 MEMBER's BASELINK_ACCESS_BINFO instead of its BASELINK_BINFO.
904 2007-12-10 Jakub Jelinek <jakub@redhat.com>
907 * error.c (dump_type_prefix, dump_type_suffix): Handle
911 * error.c (dump_expr): Handle ABS_EXPR.
913 2007-12-09 Jakub Jelinek <jakub@redhat.com>
917 * repo.c (repo_emit_p): Return 2 for DECL_INTEGRAL_CONSTANT_VAR_P
918 in class scope rather than DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P.
919 Return 2 also if DECL_EXPLICIT_INSTANTIATION.
920 * decl2.c (import_export_decl): Don't make VAR_DECLs import_p when
921 flag_use_repository and repo_emit_p returned 2.
923 2007-12-06 Jakub Jelinek <jakub@redhat.com>
926 * tree.c (stabilize_call, stabilize_init): Do nothing if
927 processing_template_decl.
929 2007-12-05 Jakub Jelinek <jakub@redhat.com>
932 * semantics.c (finish_decltype_type): For SCOPE_REF issue an
933 error instead of assertion failure.
934 * parser.c (cp_parser_decltype): If closing paren is not found,
935 return error_mark_node.
937 2007-12-04 Douglas Gregor <doug.gregor@gmail.com>
940 * name-lookup.c (arg_assoc_template_arg): Recurse on argument
942 (arg_assoc_type): We don't need to handle TYPE_ARGUMENT_PACK here,
943 since arg_assoc_template_arg will deal with them (better).
945 2007-12-04 Douglas Gregor <doug.gregor@gmail.com>
948 * pt.c (tsubst_exception_specification): Handle substitutions into
949 member templates, where tsubst_pack_expansion returns a
952 2007-12-04 Douglas Gregor <doug.gregor@gmail.com>
955 * pt.c (unify_pack_expansion): If we didn't deduce any actual
956 bindings for the template parameter pack, don't try to keep the
957 empty deduced arguments.
958 (unify): If a parameter is a template-id whose template argument
959 list contains a pack expansion that is not at the end, then we
960 cannot unify against that template-id.
962 2007-12-02 Paolo Carlini <pcarlini@suse.de>
965 * pt.c (current_template_args): Use error_operand_p.
967 2007-12-02 Paolo Carlini <pcarlini@suse.de>
970 * error.c (dump_decl): Handle TREE_BINFO.
972 2007-12-01 Ollie Wild <aaw@google.com>
975 * typeck.c (build_binary_op): Add conversion of pointers to function
976 members appearing as operands to the equality operators.
978 2007-11-30 Jakub Jelinek <jakub@redhat.com>
981 * error.c (dump_expr): Handle OBJ_TYPE_REF.
983 2007-11-29 Jakub Jelinek <jakub@redhat.com>
986 * tree.c (lvalue_p_1) <case COND_EXPR>: Handle x ?: y
988 * typeck.c (is_bitfield_expr_with_lowered_type) <case COND_EXPR>:
993 * parser.c (cp_parser_decltype): Don't call finish_id_expression
995 * semantics.c (finish_decltype_type): Issue error on types, TYPE_DECLs
998 2007-11-27 Jakub Jelinek <jakub@redhat.com>
1000 PR tree-optimization/34181
1001 * method.c (use_thunk): Don't inline the call in the thunk.
1004 * tree.c (decl_linkage): Static data members and static member
1005 functions in anonymous ns classes are lk_external.
1007 2007-11-26 Andreas Krebbel <krebbel1@de.ibm.com>
1010 * decl.c (start_preparsed_function): Pass
1011 processing_template_decl for the new allocate_struct_function
1014 2007-11-25 Richard Guenther <rguenther@suse.de>
1016 * decl.c (poplevel): Use BLOCK_CHAIN.
1018 2007-11-24 Ollie Wild <aaw@google.com>
1020 * typeck.c (delta_from_ptrmemfunc): New function.
1021 (get_member_function_from_ptrfunc): Call delta_from_ptrmemfunc.
1022 (build_binary_op): Call delta_from_ptrmemfunc.
1024 2007-11-23 Jakub Jelinek <jakub@redhat.com>
1028 * decl.c (cp_finish_decl): Disallow variable or field
1029 definitions if extern "Java" aggregates.
1030 (grokparms): Disallow parameters with extern "Java"
1032 (check_function_type): Disallow function return values
1033 with extern "Java" aggregates.
1034 * init.c (build_new_1): Disallow placement new with
1035 extern "Java" aggregates.
1037 2007-11-23 Mark Mitchell <mark@codesourcery.com>
1038 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1041 * call.c (convert_like_real): Build a zero constant when __null is
1042 converted to an integer type.
1044 2007-11-22 Jakub Jelinek <jakub@redhat.com>
1047 * decl2.c (cp_write_global_declarations): Issue error about static
1048 data members in anonymous namespace which are declared and used,
1051 2007-11-20 Jakub Jelinek <jakub@redhat.com>
1054 * parser.c (cp_parser_class_head): Reject function template ids.
1057 * tree.c (build_cplus_array_type_1): Don't pass any VLA types
1058 when processing_template_decl to build_array_type.
1061 * pt.c (more_specialized_fn): Don't segfault if one or
1062 both argument list end with ellipsis.
1064 2007-11-18 Jakub Jelinek <jakub@redhat.com>
1067 * semantics.c (finish_call_expr): Set
1068 current_function_returns_abnormally if fn is noreturn FUNCTION_DECL
1069 or OVERLOAD with all noreturn functions.
1071 2007-11-16 Jakub Jelinek <jakub@redhat.com>
1074 * pt.c (apply_late_template_attributes): Do nothing if decl's type is
1077 2007-11-13 Jakub Jelinek <jakub@redhat.com>
1084 * pt.c (find_parameter_packs_r): If ppd->set_packs_to_error,
1085 set to error_mark_node the outermost POINTER_TYPE to the pack if
1086 it is seen in a POINTER_TYPE.
1087 (push_template_decl_real): If check_for_bare_parameter_packs
1088 fails for function return type, set the return type to
1089 integer_type_node. If check_for_bare_parameter_packs failed
1090 for non-function, return error_mark_node.
1093 * call.c (build_new_op): Call resolve_args before calling
1096 2007-11-11 Tom Tromey <tromey@redhat.com>
1099 * lex.c (handle_pragma_implementation): Use cpp_included_before.
1101 2007-11-12 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1104 * pt.c (redeclare_class_template): Update error message. Use a
1105 note to show the previous declaration.
1106 (tsubst_friend_class): Use the location of the friend template as
1107 the input location before calling redeclare_class_template.
1109 2007-11-11 Jakub Jelinek <jakub@redhat.com>
1112 * semantics.c (finish_pseudo_destructor_expr): Handle
1113 object == error_mark_node.
1115 2007-11-10 Jakub Jelinek <jakub@redhat.com>
1118 * pt.c (tsubst_copy_and_build) <case COMPONENT_REF>: If object_type
1119 is not scalar type, let finish_class_member_access_expr handle
1120 diagnostics. Pass BIT_NOT_EXPR argument to
1121 finish_pseudo_destructor_expr. Handle SCOPE_REF properly.
1123 2007-11-09 Douglas Gregor <doug.gregor@gmail.com>
1126 * decl.c (cp_complete_array_type): If any of the initializer
1127 elements are pack expansions, don't compute the array size yet.
1129 2007-11-08 Andrew Pinski <pinskia@gmail.com>
1132 * tree.c (decl_linkage): Fields have no linkage.
1134 2007-11-08 Daniel Jacobowitz <dan@codesourcery.com>
1136 * class.c (build_ctor_vtbl_group): Lay out the new type and decl.
1138 2007-11-07 Douglas Gregor <doug.gregor@gmail.com>
1143 * semantics.c (finish_decltype_type): See through INDIRECT_REFs.
1144 Be careful with ERROR_MARK_NODEs.
1145 * parser.c (cp_parser_check_access_in_redeclaration): Handle NULL
1148 2007-11-07 Jakub Jelinek <jakub@redhat.com>
1151 * call.c (build_over_call): Don't check TREE_ADDRESSABLE
1154 2007-11-06 Douglas Gregor <doug.gregor@gmail.com>
1158 * tree.c (c_build_qualified_type): Define bridge to
1159 cp_build_qualified_type.
1161 2007-11-06 Douglas Gregor <doug.gregor@gmail.com>
1172 * typeck.c (check_return_expr): Pass address of retval to
1173 check_for_bare_parameter_packs.
1174 * class.c (build_base_field): Tolerate bases that have no layout
1176 (end_of_base): Ditto.
1177 * tree.c (canonical_type_variant): Be careful with
1179 * cp-tree.h (check_for_bare_parameter_packs): Now accepts a
1181 * pt.c (find_parameter_pack_data): Add set_packs_to_error field,
1182 which states whether parameter packs should be replaced with
1184 (find_parameter_packs_r): Pass addresses to cp_walk_tree wherever
1185 possible. If set_packs_to_error is set true, replace the parameter
1186 pack with ERROR_MARK_NODE. Manage our own pointer sets.
1187 (uses_parameter_packs): Don't set parameter packs to
1189 (check_for_bare_parameter_packs): Now takes a pointer to a tree,
1190 which may be modified (if it is a parameter pack). Instructs
1191 find_parameter_packs_r to replace parameter packs with
1192 ERROR_MARK_NODE (so that they won't cause errors later on).
1193 (process_template_parm): Pass pointer to
1194 check_for_bare_parameter_packs.
1195 (process_partial_specialization): Replace pack expansions before
1196 the end of the template argument list with ERROR_MARK_NODE.
1197 (push_template_decl_real): Pass pointer to
1198 check_for_bare_parameter_packs. Replace parameter packs not at the
1199 end of the template parameter list with ERROR_MARK_NODE.
1200 (convert_template_argument): Be more careful about using DECL_NAME
1201 on only declarations.
1202 (unify): Can't unify against ERROR_MARK_NODE.
1203 * semantics.c (finish_cond): Pass pointer to
1204 check_for_bare_parameter_packs.
1205 (finish_expr_stmt): Ditto.
1206 (finish_for_expr): Ditto.
1207 (finish_switch_cond): Pass pointer to
1208 check_for_bare_parameter_packs, and call it before we put the
1209 condition into the statement.
1210 (finish_mem_initializers): Pass pointer to
1211 check_for_bare_parameter_packs.
1212 (finish_member_declaration): Ditto.
1213 * parser.c (cp_parser_base_clause): Ditto.
1215 2007-11-06 Jakub Jelinek <jakub@redhat.com>
1218 * decl.c (cp_finish_decl): Call make_rtl_for_nonlocal_decl already
1219 with the final TREE_READONLY flag in place. processing_template_decl
1220 is known to be 0 in this part of function.
1223 * cp-tree.h: Update comment - TYPE_LANG_FLAG_0 is not
1224 OMP_ATOMIC_DEPENDENT_P in OMP_ATOMIC.
1225 * pt.c (tsubst_expr): Assert OMP_ATOMIC_DEPENDENT_P.
1226 * semantics.c (finish_omp_atomic): Revert most of the
1227 2007-02-05 changes, just keep the new representation of
1228 OMP_ATOMIC_DEPENDENT_P OMP_ATOMIC.
1230 2007-11-05 H.J. Lu <hongjiu.lu@intel.com>
1233 * decl2.c (constrain_visibility): Clear DECL_ONE_ONLY if marked
1236 2007-11-05 Douglas Gregor <doug.gregor@gmail.com>
1241 * typeck.c (merge_types): Don't lose rvalue references when
1243 * call.c (build_over_call): Don't elide move constructors just
1244 because the copy constructor is trivial (!).
1245 (compare_ics): If comparing cv-qualifiers fails, we can still order
1246 based on binding lvalues vs. rvalues.
1248 2007-11-05 Douglas Gregor <doug.gregor@gmail.com>
1251 * pt.c (unify_pack_expansion): bring handling of function call
1252 arguments into line with type_unification_real.
1254 2007-11-05 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1256 * typeck.c (build_binary_op): Use pedwarn instead of error for
1259 2007-11-05 Jakub Jelinek <jakub@redhat.com>
1262 * parser.c (cp_parser_unary_expression): For &&label call
1263 cp_parser_non_integral_constant_expression and return error_mark_node
1264 if it returned true.
1267 * decl.c (grokdeclarator): Don't call build_memfn_type if type
1268 is neither FUNCTION_TYPE nor METHOD_TYPE.
1270 2007-11-02 Jakub Jelinek <jakub@redhat.com>
1273 * parser.c (cp_parser_nested_name_specifier_opt): Use
1274 TYPE_MAIN_VARIANT (new_scope) as scope if new_scope is an incomplete
1275 typedef of currently open class.
1277 2007-11-02 Paolo Carlini <pcarlini@suse.de>
1280 * error.c (dump_expr): Deal specially with statements.
1282 2007-11-01 Jason Merrill <jason@redhat.com>
1285 * pt.c (push_template_decl_real): Set DECL_CONTEXT on template
1287 (lookup_template_class): Use it to get the outer template args
1288 for instantiating one.
1291 * pt.c (reduce_template_parm_level): tsubst the parameters
1292 of a template template parm.
1294 2007-11-01 Douglas Gregor <doug.gregor@gmail.com>
1297 * pt.c (find_parameter_packs_r): Handle TYPENAME_TYPE.
1299 2007-11-01 Jakub Jelinek <jakub@redhat.com>
1302 * parser.c (cp_parser_postfix_dot_deref_expression): If
1303 POSTFIX_EXPRESSION is type dependent, try to parse it as pseudo dtor
1304 first and if that succeeds and type is SCALAR_TYPE_P, create
1308 * rtti.c (enum_tinfo_kind): Fix TK_TYPE_INFO_TYPE comment.
1309 (typeid_ok_p): Use the same alias set for abi::__type_info_pseudo
1310 as for std::type_info.
1312 2007-10-31 Paolo Carlini <pcarlini@suse.de>
1315 * cxx-pretty-print.c (pp_cxx_typeid_expression,
1316 pp_cxx_delete_expression): Change to static linkage.
1317 * cxx-pretty-print.h: Adjust declarations.
1318 * error.c (dump_expr, case EXPR_PACK_EXPANSION, TYPEID_EXPR,
1319 MEMBER_REF, DOTSTAR_EXPR, DELETE_EXPR, VEC_DELETE_EXPR,
1320 MODOP_EXPR): Forward to pp_expression.
1322 * cxx-pretty-print.c (pp_cxx_expression, case NON_DEPENDENT_EXPR):
1325 2007-10-31 Christian Bruel <christian.bruel@st.com>
1326 Mark Mitchell <mark@codesourcery.com>
1329 * typeck.c (check_return_expr): Don't set named_return_value_okay_p
1330 if retval is volatile.
1332 2007-10-30 Jakub Jelinek <jakub@redhat.com>
1335 * decl2.c (build_offset_ref_call_from_tree): Call
1336 build_non_dependent_expr on object prior to building ADDR_EXPR from it
1337 if FN is DOTSTAR_EXPR.
1339 2007-10-30 Douglas Gregor <doug.gregor@gmail.com>
1343 * pt.c (find_parameter_packs_r): Fix typo in comment.
1344 (convert_template_argument): Look at the pattern of a pack
1345 expansion to determine what kind of entity we're converting.
1346 (coerce_template_parameter_pack): When we have coerced a non-type
1347 template parameter pack, substitute into the type of that pack.
1348 (tsubst_pack_expansion): When our substitution of a parameter pack
1349 is a "trivial" substitution of itself, just substitute into the
1350 pack expansion rather than actually expanding.
1352 2007-10-29 Jakub Jelinek <jakub@redhat.com>
1355 * class.c (check_bitfield_decl): Don't set field's type to error_mark_node
1356 for non-integral type bitfields. Return true if bitfield is correct, false
1357 error has been diagnosed.
1358 (check_field_decls): If check_bitfield_decl returned false, call also
1361 2007-10-28 Paolo Carlini <pcarlini@suse.de>
1362 Mark Mitchell <mark@codesourcery.com>
1365 * pt.c (do_decl_instantiation): If the VAR_DECL is not a
1366 class member error out and return.
1368 2007-10-27 Jakub Jelinek <jakub@redhat.com>
1370 * error.c (reinit_cxx_pp): Initialize cxx_pp->enclosing_scope
1371 to current_function_decl rather than 0.
1374 * cxx-pretty-print.c (pp_cxx_pm_expression) <case MEMBER_REF>: Print
1376 * error.c (dump_expr): Handle MEMBER_REF and DOTSTAR_EXPR.
1378 2007-10-27 Jason Merrill <jason@redhat.com>
1381 * call.c (convert_default_arg): Detect recursion.
1383 2007-10-27 Jakub Jelinek <jakub@redhat.com>
1386 * cxx-pretty-print.h (pp_cxx_offsetof_expression): New prototype.
1387 * cxx-pretty-print.c (pp_cxx_primary_expression): Handle
1389 (pp_cxx_offsetof_expression_1, pp_cxx_offsetof_expression): New
1391 * error.c (dump_expr): Handle OFFSETOF_EXPR.
1393 2007-10-26 Jason Merrill <jason@redhat.com>
1396 * pt.c (get_template_info): New fn.
1397 (template_class_depth): Use it.
1398 (push_template_decl_real): Check that the template args of the
1399 definition match the args of the previous declaration.
1401 2007-10-26 Paolo Carlini <pcarlini@suse.de>
1404 * decl2.c (coerce_new_type): Do not allow a default argument for
1405 the first parameter.
1407 2007-10-26 Douglas Gregor <doug.gregor@gmail.com>
1410 * parser.c (cp_parser_decltype): Return ERROR_MARK_NODE if we
1411 don't see the leading '('. Only lookup names if we get an
1414 2007-10-26 Jakub Jelinek <jakub@redhat.com>
1417 * parser.c (cp_parser_parenthesized_expression_list): Set
1418 greater_than_is_operator_p to true in between the parens.
1420 2007-10-26 Paolo Carlini <pcarlini@suse.de>
1423 * decl.c (grokdeclarator): In case of conflicting specifiers
1424 just return error_mark_node.
1426 2007-10-26 Ollie Wild <aaw@google.com>
1428 * expr.c (cxx_expand_expr): Removed.
1429 * cp-tree.h (exx_expand_expr): Removed.
1430 * cp-objcp-common.h (LANK_HOOKS_EXPAND_EXPR): Replace cxx_expand_expr
1433 2007-10-25 Paolo Carlini <pcarlini@suse.de>
1436 * cxx-pretty-print.c (pp_cxx_unqualified_id): Deal with BIT_NOT_EXPR.
1438 2007-10-23 Jason Merrill <jason@redhat.com>
1440 PR c++/25950 (DR 391)
1441 * call.c (struct conversion): Remove check_copy_constructor_p.
1442 (reference_binding): Always bind a reference directly to a
1443 compatible class rvalue. Pass down LOOKUP_NO_TEMP_BIND during
1445 (check_constructor_callable): Remove.
1446 (convert_like_real): Don't call it.
1447 (initialize_reference): Don't call check_constructor_callable.
1448 (standard_conversion): Check LOOKUP_NO_CONVERSION instead of
1449 LOOKUP_CONSTRUCTOR_CALLABLE. Don't require a temporary for base
1450 conversions if LOOKUP_NO_TEMP_BIND.
1451 (implicit_conversion): Pass through LOOKUP_NO_TEMP_BIND.
1452 (build_user_type_conversion_1): Pass through LOOKUP_NO_TEMP_BIND for
1454 * cp-tree.h (LOOKUP_CONSTRUCTOR_CALLABLE): Remove.
1456 2007-10-22 Jakub Jelinek <jakub@redhat.com>
1459 * semantics.c (finish_omp_clauses): Check !type_dependent_expression_p
1460 before checking if its type is integral.
1462 2007-10-22 Jason Merrill <jason@redhat.com>
1465 * class.c (finish_struct_bits): Copy TYPE_ATTRIBUTES.
1466 * pt.c (apply_late_template_attributes): Splice out dependent
1467 attributes from DECL_ATTRIBUTES.
1469 * decl.c (cxx_maybe_build_cleanup): Use build_address.
1471 2007-10-17 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
1473 * typeck.c (build_binary_op) : Use appropriate warning option
1474 instead of unnamed warning.
1476 2007-10-16 Paolo Carlini <pcarlini@suse.de>
1479 * pt.c (current_template_args): Do not change TREE_LIST elements
1480 with a TREE_VALUE of error_mark_node.
1482 2007-10-16 Mark Mitchell <mark@codesourcery.com>
1484 * typeck.c (cp_apply_type_quals_to_decl): Expand documentation.
1485 * decl.c (start_decl): Tidy.
1486 (start_decl_1): Call cp_apply_type_quals_to_decl after completing
1488 (grokdeclarator): Clarify comment.
1490 2007-10-14 Andrew Pinski <pinskia@gmail.com>
1493 * decl.c (grokfndecl): Return NULL after the "definition of
1494 implicitly-declared" error happened.
1496 2007-10-12 Simon Martin <simartin@users.sourceforge.net>
1499 * call.c (build_user_type_conversion_1): Do not consider conversion
1500 functions to convert a (possibly cv-qualified) object to the (possibly
1501 cv-qualified) same object type (or a reference to it), to a (possibly
1502 cv-qualified) base class of that type (or a reference to it).
1504 2007-10-12 Paolo Carlini <pcarlini@suse.de>
1506 * pt.c (tsubst): Use template_parm_level_and_index.
1508 2007-10-12 Jakub Jelinek <jakub@redhat.com>
1511 * parser.c (cp_parser_compound_statement): Handle label-declarations
1512 at the beginning of the compound statement.
1513 (cp_parser_block_declaration): Issue diagnostics about __label__
1514 not at the beginning of a block.
1516 2007-10-11 Paolo Carlini <pcarlini@suse.de>
1519 * pt.c (coerce_template_parameter_pack): Do not pass error_mark_node
1520 to convert_template_argument.
1521 (coerce_template_parms): Return error_mark_node after fixed-length
1523 (tsubst_decl): Check for error_mark_node the return value of the
1524 first tsubst in 'case VAR_DECL'.
1526 2007-10-08 Ollie Wild <aaw@google.com>
1528 * typeck2.c (digest_init): Call cplus_expand_constant after
1529 convert_for_initialization.
1530 * cp-objcp-common.h (LANG_HOOKS_EXPAND_CONSTANT): Removed.
1531 * expr.c (cplus_expand_constant): Updated function description.
1533 2007-10-04 Jason Merrill <jason@redhat.com>
1536 * call.c (initialize_reference): Handle local static reference
1539 2007-10-03 Jason Merrill <jason@redhat.com>
1542 * name-lookup.c (push_namespace_with_attrs): Fold back into...
1543 (push_namespace): Here.
1544 (handle_namespace_attrs): New fn for the attr code.
1545 (leave_scope): Don't pop_visibility.
1546 * name-lookup.h (struct cp_binding_level): Remove has_visibility.
1547 * parser.c (cp_parser_namespace_definition): Call
1548 handle_namespace_attrs and pop_visibility as appropriate.
1551 * mangle.c (write_type) [TYPEOF_TYPE]: Just sorry.
1553 2007-10-03 Alexandre Oliva <aoliva@redhat.com>
1555 * decl.c (duplicate_decls): Preserve linkage flags for mere
1556 redeclarations of gnu_inline definitions.
1558 2007-10-03 Jason Merrill <jason@redhat.com>
1561 * decl.c (wrap_cleanups_r): New fn.
1562 (wrap_temporary_cleanups): New fn.
1563 (initialize_local_var): Call it.
1565 2007-09-29 Jason Merrill <jason@redhat.com>
1568 * decl.c (make_rtl_for_nonlocal_decl): It's ok for a member
1569 constant to not have DECL_EXTERNAL if it's file-local.
1571 2007-09-28 Ollie Wild <aaw@google.com>
1574 2007-09-27 Ollie Wild <aaw@google.com>
1576 * typeck2.c (digest_init): Call cplus_expand_constant after
1577 convert_for_initialization.
1578 * cp-objcp-common.h (LANG_HOOKS_EXPAND_CONSTANT): Removed.
1579 * expr.c (cplus_expand_constant): Updated function description.
1581 2007-09-28 Jason Merrill <jason@redhat.com>
1584 * class.c (layout_empty_base): Take rli parameter, update
1585 rli->record_align if empty base has user-specified alignment.
1586 (build_base_field): Pass rli to it.
1588 2007-09-28 Paolo Carlini <pcarlini@suse.de>
1591 * error.c (dump_decl): Deal with TYPE_PACK_EXPANSION.
1593 2007-09-28 Paolo Carlini <pcarlini@suse.de>
1596 * error.c (dump_expr): Deal with ARGUMENT_PACK_SELECT.
1597 (dump_type): Use dump_template_argument for TYPE_ARGUMENT_PACK.
1598 (dump_parameters): Just call dump_type for argument packs too.
1600 2007-09-28 Jakub Jelinek <jakub@redhat.com>
1603 * tree.c (cp_build_qualified_type_real): Handle TYPE_PACK_EXPANSION
1604 qualification by creating qualified PACK_EXPANSION_PATTERN and
1605 then calling make_pack_expansion on it.
1607 2007-09-27 Ollie Wild <aaw@google.com>
1609 * typeck2.c (digest_init): Call cplus_expand_constant after
1610 convert_for_initialization.
1611 * cp-objcp-common.h (LANG_HOOKS_EXPAND_CONSTANT): Removed.
1612 * expr.c (cplus_expand_constant): Updated function description.
1614 2007-09-27 Jason Merrill <jason@redhat.com>
1617 * decl2.c (is_late_template_attribute): Don't crash on unknown
1620 2007-09-27 Paolo Carlini <pcarlini@suse.de>
1623 * error.c (dump_expr): Deal with DELETE_EXPR and VEC_DELETE_EXPR.
1624 * cxx-pretty-print.c (pp_cxx_delete_expression): Add missing
1625 spaces in the formatting.
1626 * cxx-pretty-print.h (pp_cxx_delete_expression): Declare.
1628 2007-09-27 Jakub Jelinek <jakub@redhat.com>
1630 * error.c (cxx_print_error_function): Add third argument, pass
1631 it over to lhd_print_error_function.
1632 (cp_print_error_function): If diagnostic->abstract_origin, print
1634 * cp-tree.h (struct diagnostic_info): New forward decl.
1635 (cxx_print_error_function): Add third argument.
1637 2007-09-25 Simon Martin <simartin@users.sourceforge.net>
1640 * name-lookup.c (pushtag): Do not create an implicit typedef before
1641 the associated type declaration is known to be valid.
1643 2007-09-25 Jakub Jelinek <jakub@redhat.com>
1645 * tree.c (cxx_printable_name): Compare FUNCTION_DECL uids
1646 rather than pointers.
1648 2007-09-24 Danny Smith <dannysmith@user.sourceforge.net>
1651 * search.c (check_final_overrider): Fail if
1652 targetm.comp_type_attributes returns 0.
1654 2007-09-24 Jason Merrill <jason@redhat.com>
1657 * pt.c (resolve_typename_type): Don't look things up in the original
1658 template if it would mean losing template arguments.
1660 2007-09-24 Jakub Jelinek <jakub@redhat.com>
1663 * cp-tree.h (cxx_type_hash_eq): New prototype.
1664 * cp-objcp-common.h (LANG_HOOKS_TYPE_HASH_EQ): Redefine.
1665 * tree.c (cxx_type_hash_eq): New function.
1667 2007-09-24 Douglas Gregor <doug.gregor@gmail.com>
1670 * tree.c (cp_build_qualified_type_real): Build a canonical
1671 ARRAY_TYPE if the original ARRAY_TYPE was not a canonical type.
1673 2007-09-24 Douglas Gregor <doug.gregor@gmail.com>
1677 * tree.c (cplus_array_compare): Compare pointers, not types.
1678 (build_cplus_array_type_1): Store new array type into the hash
1679 table before building the canonical type; build the canonical type
1681 (cp_build_qualified_type_real): Put all of the array types with
1682 cv-qualified element types into the C++ array hash table, built as
1683 variants of the unqualified versions.
1685 2007-09-23 Jason Merrill <jason@redhat.com>
1688 * decl.c (grokdeclarator): Look through implicit TYPE_DECLs
1689 for deprecation warnings.
1691 2007-09-22 Jason Merrill <jason@redhat.com>
1694 * call.c (build_over_call): Warn about deprecated virtuals.
1697 * cp-tree.h (ATTR_IS_DEPENDENT): New macro.
1698 (MAYBE_TAGGED_TYPE_P): Remove.
1699 * pt.c (apply_late_template_attributes): Check ATTR_IS_DEPENDENT
1700 instead of calling is_late_template_attribute again.
1701 (tsubst_decl) [TYPE_DECL]: Just check if the name is the tag.
1702 (tsubst): A typedef is a TYPE_NAME != TYPE_MAIN_DECL.
1703 Don't crash on typedefs from non-template classes.
1704 * decl2.c (grokfield): Don't sorry about attrs on template parms.
1705 (is_late_template_attribute): All attributes applied to template
1706 parms or typename types are dependent. Static.
1707 (splice_template_attributes): Pass decl through.
1708 (save_template_attributes): Likewise.
1710 2007-09-20 Jakub Jelinek <jakub@redhat.com>
1713 * pt.c (tsubst_copy) <case SIZEOF_EXPR>: Handle error_mark_node
1714 returned from tsubst_pack_expansion.
1715 (tsubst_copy_and_build) <case SIZEOF_EXPR>: Likewise.
1716 (tsubst_copy_and_build) <case CONSTRUCTOR>: Likewise.
1718 2007-09-20 Paolo Carlini <pcarlini@suse.de>
1721 * semantics.c (finish_id_expression): Use consistently
1722 context_for_name_lookup.
1723 * decl.c (fixup_anonymous_aggr): Fix error message for
1724 anonymous struct (vs union).
1726 2007-09-19 Jason Merrill <jason@redhat.com>
1729 * pt.c (tsubst): Handle typedefs by looking for the specialization.
1730 (retrieve_specialization): Only tagged types use
1731 DECL_TEMPLATE_INSTANTIATIONS.
1732 (instantiate_class_template): Push nested classes too.
1733 (tsubst_decl) [TYPE_DECL]: Only check for canonical decl for
1735 * cp-tree.h (MAYBE_TAGGED_TYPE_P): New macro.
1736 * init.c (is_aggr_type): Remove redundant tests.
1737 * class.c (push_nested_class): Use CLASS_TYPE_P.
1739 2007-09-20 Paolo Carlini <pcarlini@suse.de>
1742 * init.c (build_zero_init): If, recursively, build_zero_init
1743 returns a NULL_TREE, do not append it to the VEC of constructors.
1745 2007-09-18 Jason Merrill <jason@redhat.com>
1748 * pt.c (apply_late_template_attributes): Set processing_template_decl.
1749 (tsubst_decl) [TYPE_DECL]: Preserve naming typedef, pass
1750 ATTR_FLAG_TYPE_IN_PLACE.
1751 (tsubst): Do unqualified lookup to find typedefs from current class.
1752 [ARRAY_TYPE]: Propagate alignment info.
1753 * decl2.c (is_late_template_attribute): Only defer handling of
1754 attribute aligned if the expression is dependent.
1755 (save_template_attributes): If we're deferring any attributes,
1756 make this a naming typedef.
1758 2007-09-18 Paolo Carlini <pcarlini@suse.de>
1760 PR c++/33462 (again)
1761 * cxx-pretty-print.c (pp_cxx_va_arg_expression): Print
1762 va_arg instead of __builtin_va_arg.
1764 2007-09-18 Paolo Carlini <pcarlini@suse.de>
1767 * cxx-pretty-print.c (pp_cxx_va_arg_expression): Add.
1768 (pp_cxx_primary_expression): Use it.
1769 * cxx-pretty-print.h (pp_cxx_va_arg_expression): Declare.
1770 * error.c (dump_expr): Use it.
1772 2007-09-18 Paolo Carlini <pcarlini@suse.de>
1775 * cxx-pretty-print.c (pp_cxx_postfix_expression): Split
1776 out case TYPEID_EXPR to...
1777 (pp_cxx_typeid_expression): ... here; use pp_cxx_left_paren
1778 and pp_cxx_right_paren.
1779 * cxx-pretty-print.h (pp_cxx_typeid_expression): Declare.
1780 * error.c (dump_expr): Use it.
1782 2007-09-18 Paolo Carlini <pcarlini@suse.de>
1785 * cxx-pretty-print.c (pp_cxx_trait_expression): Add.
1786 (pp_cxx_primary_expression): Use it.
1787 * cxx-pretty-print.h (pp_cxx_trait_expression): Declare.
1788 * error.c (dump_expr): Use it.
1790 2007-09-16 Paolo Carlini <pcarlini@suse.de>
1793 * init.c (build_new): Remove warning for zero-element
1796 2007-09-16 Nathan Sidwell <nathan@codesourcery.com>
1799 * call.c (maybe_handle_implicit_object): Set this_p, clear
1800 rvaluedness_matches_p.
1801 (compare_ics): Do not compare rvaluedness matching when one of the
1802 operands is an implicit object.
1804 2007-09-14 Jason Merrill <jason@redhat.com>
1806 PR c++/17743, c++/19163
1807 * decl2.c (is_late_template_attribute): New fn.
1808 (splice_template_attributes, save_template_attributes): New fns.
1809 (cplus_decl_attributes): Call save_template_attributes.
1810 * pt.c (apply_late_template_attributes): New fn.
1811 (instantiate_class_template, tsubst_decl): Use it.
1812 * cp-tree.h: Declare is_late_template_attribute.
1814 2007-09-13 Tom Tromey <tromey@redhat.com>
1816 * parser.c (cp_lexer_new_main): Don't use
1817 c_lex_return_raw_strings.
1818 (cp_lexer_get_preprocessor_token): Update. Add special case when
1821 2007-09-11 Jan Hubicka <jh@suse.cz>
1823 * method.c (use_thunk): Use tree_rest_of_compilation
1824 * cp-objecp-common.h (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Kill.
1825 (LANG_HOOKS_CALLGRAPH_EMIT_ASSOCIATED_THUNKS): Define.
1826 * cp-tree.h (expand_body): Kill.
1827 (emit_associated_thunks): Declare.
1828 * semantics.c (emit_associated_thunks): Export.
1829 (expand_body): Kill.
1831 2007-09-09 David Daney <ddaney@avtrex.com>
1834 * init.c (build_new_1): Use POINTER_PLUS_EXPR instead of MINUS_EXPR
1835 to calculate cookie_ptr.
1837 2007-09-08 Jason Merrill <jason@redhat.com>
1840 * pt.c (most_specialized_class): Set processing_template_decl
1841 while tsubsting partial spec args.
1843 2007-09-06 Jason Merrill <jason@redhat.com>
1845 * decl2.c (get_guard): Copy visibility from the guarded variable.
1847 2007-09-06 Jan Hubicka <jh@suse.cz>
1849 * semantics.c (expand_body): Do not mark arguments of clones used.
1851 2007-09-06 Paolo Carlini <pcarlini@suse.de>
1854 * decl.c (cp_finish_decl): When processing_template_decl,
1855 deal correctly with init as TREE_LIST.
1857 2007-09-06 Tom Tromey <tromey@redhat.com>
1859 * decl.c (finish_function): Put return's location on line zero of
1862 2007-09-05 Jason Merrill <jason@redhat.com>
1865 * except.c (prepare_eh_type): Use type_decays_to.
1868 * init.c (build_delete): Use build_headof to get the address of the
1869 complete object if we aren't using the deleting destructor.
1870 * rtti.c (build_headof): No longer static.
1871 * cp-tree.h: Declare it.
1873 2007-09-06 Jakub Jelinek <jakub@redhat.com>
1875 * decl.c (duplicate_decls): Set TREE_NOTHROW on __builtin_XX
1876 decl if a prototype for XX is provided with throw().
1879 * decl.c (builtin_function_1): Set DECL_ANTICIPATED also
1880 on __*_chk non-__builtin_* decls.
1882 2007-09-05 Paolo Carlini <pcarlini@suse.de>
1885 * semantics.c (finish_id_expression): Use context_for_name_lookup
1886 insted of DECL_CONTEXT, to see through anonymous structs and unions.
1887 * class.c (finish_struct_anon): Deal correctly with anonymous
1888 structs (vs unions, as GNU extension) in error messages.
1890 2007-09-05 Jan Hubicka <jh@suse.cz>
1892 * cp/sematics.c (expand_body): Remove unnecesary import_export_decl
1893 call, DECL_EXTERNAL checks and current_function_decl saving.
1895 2007-09-05 Paolo Carlini <pcarlini@suse.de>
1897 PR c++/29731 (again)
1898 * parser.c (cp_parser_primary_expression): Return error_mark_node
1899 when a statement-expression is found in a template-argument list.
1901 2007-09-04 Jason Merrill <jason@redhat.com>
1903 * except.c (initialize_handler_parm): Use
1904 fold_build_cleanup_point_expr.
1907 * call.c (reference_binding): Don't look for user-defined conversions
1911 * except.c (initialize_handler_parm): Put a CLEANUP_POINT_EXPR inside
1912 the MUST_NOT_THROW_EXPR.
1914 2007-09-04 Richard Sandiford <richard@codesourcery.com>
1916 * decl.c (cp_finish_decl): Call determine_visibility before
1917 make_rtl_for_nonlocal_decl.
1919 2007-09-04 Jason Merrill <jason@redhat.com>
1922 * pt.c (most_specialized_class): Substitute outer template
1923 arguments into the arguments of a member template partial
1925 (strip_innermost_template_args): New fn.
1927 2007-09-03 Daniel Jacobowitz <dan@codesourcery.com>
1929 * Make-lang.in (g++spec.o): Remove SHLIB_MULTILIB.
1931 2007-09-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1933 * call.c (name_as_c_string): Supply a TYPE for CONST_CAST.
1934 * decl.c (cp_make_fname_decl): Likewise,
1935 * parser.c (cp_parser_string_literal): Likewise,
1936 * tree.c (pod_type_p, zero_init_p): Use CONST_CAST_TREE.
1937 * typeck.c (cp_type_quals, cp_type_readonly, cp_has_mutable_p):
1940 2007-09-02 Paolo Carlini <pcarlini@suse.de>
1943 * typeck.c (build_unary_op): Fix error message for
1944 Boolean expression as operand to operator--.
1946 2007-09-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
1948 * tree.c (pod_type_p, zero_init_p): Use strip_array_types.
1949 * typeck.c (cp_type_quals, cp_type_readonly, cp_has_mutable_p):
1952 2007-08-31 Douglas Gregor <doug.gregor@gmail.com>
1955 * init.c (build_default_init): Make extern.
1956 * cp-tree.h (build_default_init): Declare here.
1957 * pt.c (tsubst_expr): When the instantiation of the initializer of
1958 a variable results in an empty list, default-initialize the
1960 (tsubst_copy_and_build): When the instantiation of the initializer
1961 in a new expression results in an empty initializer list,
1962 default-initialize it.
1964 2007-08-31 Douglas Gregor <doug.gregor@gmail.com>
1966 * mangle.c (write_type): Change mangling of rvalue reference from
1969 2007-08-31 Jakub Jelinek <jakub@redhat.com>
1971 * decl.c (duplicate_decls): Remove duplicated line.
1973 2007-08-31 Paolo Carlini <pcarlini@suse.de>
1976 * cxx-pretty-print.c (pp_cxx_unqualified_id): Deal with
1977 BOUND_TEMPLATE_TEMPLATE_PARM.
1979 2007-08-31 Paolo Carlini <pcarlini@suse.de>
1982 * search.c (lookup_member): Check the name argument for
1985 2007-08-31 Paolo Carlini <pcarlini@suse.de>
1988 * parser.c (cp_parser_trait_expr): Check rerurn value of
1991 2007-08-30 Ollie Wild <aaw@google.com>
1993 * cvt.c (cp_convert_to_pointer): Remove force parameter. Call
1994 convert_ptrmem for pointer to member conversions.
1995 (convert_to_pointer_force): Update cp_convert_to_pointer call.
1996 (ocp_convert): Update cp_convert_to_pointer call.
1997 * typeck.c (convert_ptrmem): Add conditional for null pointers to
1999 (build_static_cast_1): Check can_convert for conversions in either
2001 (get_delta_difference_1): New function.
2002 (get_delta_difference): Refactor to call get_delta_difference_1.
2004 2007-08-30 Jakub Jelinek <jakub@redhat.com>
2006 * decl.c (start_preparsed_function): Set
2007 DECL_DISREGARD_INLINE_LIMITS for GNU_INLINE_P functions.
2009 2007-08-28 Paolo Carlini <pcarlini@suse.de>
2012 * error.c (dump_expr): Deal with TEMPLATE_TYPE_PARM and
2013 BOUND_TEMPLATE_TEMPLATE_PARM.
2015 2007-08-28 Jakub Jelinek <jakub@redhat.com>
2019 * pt.c (check_explicit_specialization): Set DECL_INTERFACE_KNOWN
2020 and DECL_NOT_REALLY_EXTERN if tmpl_func is not public.
2022 2007-08-27 Jason Merrill <jason@redhat.com>
2025 * pt.c (build_non_dependent_expr, type_dependent_expression_p):
2026 Look inside STMT_EXPR.
2027 * semantics.c (stmt_expr_value_expr): New fn.
2028 * cp-tree.h: Declare it.
2031 * decl.c (groktypename): Ignore attributes applied to class type.
2033 2007-08-28 Richard Guenther <rguenther@suse.de>
2035 * decl.c (duplicate_decls): Merge DECL_DISREGARD_INLINE_LIMITS.
2037 2007-08-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
2039 * error.c (dump_expr): Handle COMPLEX_CST.
2040 * cxx-pretty-print.c (pp_cxx_primary_expression): Likewise.
2041 (pp_cxx_expression): Likewise.
2043 2007-08-27 Alexandre Oliva <aoliva@redhat.com>
2045 * decl.c (GNU_INLINE_P): New.
2046 (duplicate_decls): Handle gnu_inline. Merge attributes and
2047 some flags in overriding definitions.
2048 (redeclaration_error_message): Handle gnu_inline.
2049 (start_preparsed_function): Likewise.
2051 2007-08-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2053 * call.c (sufficient_parms_p): Constify.
2054 * class.c (same_signature_p): Likewise.
2055 * cp-gimplify.c (is_invisiref_parm,
2056 cxx_omp_privatize_by_reference): Likewise.
2057 * cp-objcp-common.c (has_c_linkage): Likewise.
2058 * cp-tree.h (NON_THUNK_FUNCTION_CHECK, THUNK_FUNCTION_CHECK,
2059 sufficient_parms_p, same_signature_p, copy_fn_p, move_fn_p,
2060 grok_ctor_properties, nothrow_libfn_p, skip_artificial_parms_for,
2061 num_artificial_parms_for, comp_template_parms,
2062 template_parameter_pack_p, any_dependent_template_arguments_p,
2063 any_type_dependent_arguments_p, any_value_dependent_elements_p,
2064 repo_export_class_p, cxx_omp_privatize_by_reference, pod_type_p,
2065 zero_init_p, member_p, cp_lvalue_kind,
2066 builtin_valid_in_constant_expr_p, decl_anon_ns_mem_p,
2067 varargs_function_p, is_dummy_object, special_function_kind,
2068 string_conv_p, type_unknown_p, comp_except_specs, compparms,
2069 comp_cv_qualification, is_bitfield_expr_with_lowered_type,
2070 unlowered_expr_type, ptr_reasonably_similar, cp_type_readonly,
2071 cp_has_mutable_p, at_least_as_qualified_p,
2072 invalid_nonstatic_memfn_p, lvalue_or_else, lvalue_p): Likewise.
2073 * decl.c (copy_fn_p, move_fn_p, grok_ctor_properties): Likewise.
2074 * except.c (nothrow_libfn_p): Likewise.
2075 * method.c (skip_artificial_parms_for, num_artificial_parms_for):
2077 * pt.c (comp_template_parms, template_parameter_pack_p,
2078 any_type_dependent_arguments_p, any_value_dependent_elements_p,
2079 any_dependent_template_arguments_p): Likewise.
2080 * repo.c (repo_export_class_p): Likewise.
2081 * semantics.c (anon_aggr_type_p): Likewise.
2082 * tree.c (lvalue_p_1, real_lvalue_p, lvalue_p,
2083 builtin_valid_in_constant_expr_p, decl_anon_ns_mem_p,
2084 varargs_function_p, member_p, is_dummy_object, pod_type_p,
2085 zero_init_p, special_function_p): Likewise.
2086 * typeck.c (comp_array_types, type_unknown_p, comp_except_specs,
2087 comp_array_types, at_least_as_qualified_p, comp_cv_qualification,
2088 compparms, invalid_nonstatic_memfn_p,
2089 is_bitfield_expr_with_lowered_type, unlowered_expr_type,
2090 string_conv_p, ptr_reasonably_similar, cp_type_readonly,
2091 cp_has_mutable_p, lvalue_or_else): Likewise.
2093 2007-08-25 Paolo Bonzini <bonzini@gnu.org>
2095 * decl.c (cp_tree_node_structure): Kill TINST_LEVEL case.
2096 * cp-objcp-common.c (cp_tree_size): Ditto.
2097 * tree.c (cp_walk_subtrees): Ditto
2098 * cp-tree.def (TINST_LEVEL): Go away.
2099 * cp-tree.h (struct tinst_level_s): Rename to struct tinst_level,
2100 move together with other non-tree structs.
2101 (enum cp_tree_node_structure_enum): Nuke TS_CP_TINST_LEVEL.
2102 (union lang_tree_node): Eliminate tinst_level field.
2103 (TINST_DECL, TINST_LOCATION, TINST_IN_SYSTEM_HEADER_P): Annihilate.
2104 (current_instantiation, outermost_tinst_level): Return
2105 a "struct tinst_level *".
2107 * error.c (print_instantiation_partial_context): Change second
2108 parameter to a "struct tinst_level *". Replace accessor macros
2110 (print_instantiation_full_context): Likewise.
2111 * lex.c (in_main_input_context): Likewise.
2113 * pt.c (struct pending_templates): New.
2114 (pending_templates, last_pending_template): Use it as a type.
2115 (current_tinst_level): Change typo to "struct tinst_level *"
2116 (reopen_tinst_level): Accept "struct tinst_level *", return decl.
2117 (add_pending_template): Construct a "struct pending_template".
2118 Replace TINST_LEVEL accessor macros with field access.
2119 (push_tinst_level): Likewise, using GGC_NEW instead of make_node.
2120 (pop_tinst_level): Likewise.
2121 (instantiate_pending_templates): Likewise. Factor common code used
2122 when an instantiation has been done.
2123 (outermost_tinst_level): Replace tree_last with loop.
2124 (current_instantiation): Return a "struct tinst_level *".
2126 2007-08-24 Ollie Wild <aaw@google.com>
2128 * name-lookup.c (add_decl_to_level): Remove addition to vtables chain.
2129 * name-lookup.h (cp_binding_level): Remove vtables member.
2131 2007-08-24 Richard Guenther <rguenther@suse.de>
2133 * tree.c (cp_cannot_inline_tree_fn): Remove.
2134 * cp-tree.h (cp_cannot_inline_tree_fn): Likewise.
2135 * cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN):
2138 2007-08-24 Jakub Jelinek <jakub@redhat.com>
2141 * typeck.c (build_unary_op) <case PREINCREMENT_EXPR>: Return
2142 error_mark_node right away if build_expr_type_conversion
2146 * name-lookup.c (set_decl_namespace): lookup_qualified_name failure
2147 is error_mark_node rather than NULL_TREE.
2148 * pt.c (check_explicit_specialization): Likewise.
2151 * error.c (resolve_virtual_fun_from_obj_type_ref): Handle
2152 TARGET_VTABLE_USES_DESCRIPTORS targets properly.
2154 2007-08-22 Jason Merrill <jason@redhat.com>
2157 * pt.c (outermost_tinst_level): New function.
2158 * lex.c (in_main_input_context): New function.
2159 * cp-tree.h: Declare it.
2160 * decl2.c (constrain_class_visibility): Use it to avoid warning
2161 about uses of the anonymous namespace in the main input file.
2163 2007-08-21 Jakub Jelinek <jakub@redhat.com>
2165 * init.c (build_new_1): Use get_target_expr instead of save_expr.
2167 2007-08-20 Pawel Sikora <pluto@pld-linux.org>
2170 * class.c (finish_struct_1): Warn when a class has virtual
2171 functions and accessible non-virtual destructor.
2173 2007-08-20 Richard Guenther <rguenther@suse.de>
2177 * call.c (build_new_method_call): Convert initializer to
2179 * init.c (build_aggr_init): Do not fiddle with types.
2180 (build_vec_delete_1): Use correct type for POINTER_PLUS_EXPR.
2181 * except.c (build_throw): Do not drop qualifiers for the
2183 * typeck.c (get_member_function_from_ptrfunc): Do not
2184 fiddle with types, instead convert.
2185 (build_ptrmemfunc1): Convert to the target type for
2187 (gfc_trans_allocate): Convert result to target type.
2188 * cp-objcp-common.c (cxx_get_alias_set): Pointers to
2189 pointer-to-member structures shall have alias set zero as well.
2191 2007-08-20 Richard Guenther <rguenther@suse.de>
2193 * cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_AUTO_VAR_IN_FN_P):
2195 * cp-tree.h (cp_auto_var_in_fn_p): Remove.
2196 (nonstatic_local_decl_p): Likewise.
2197 * tree.c (cp_auto_var_in_fn_p): Remove.
2198 * decl.c (nonstatic_local_decl_p): Remove.
2200 2007-08-20 Richard Guenther <rguenther@suse.de>
2202 * cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_WALK_SUBTREES):
2204 * tree.h (cp_walk_tree): New define to walk_tree_1 with
2205 cp_walk_subtrees lh parameter.
2206 (cp_walk_tree_without_duplicates): New define to
2207 walk_tree_without_duplicates_1 with cp_walk_subtrees lh parameter.
2208 * tree.c (count_trees): Call
2209 cp_walk_tree_without_duplicates.
2210 (verify_stmt_tree): Call cp_walk_tree.
2211 (break_out_target_exprs): Likewise.
2212 (WALK_SUBTREE): Likewise.
2213 * cp-gimplify.c (cp_genericize): Likewise.
2214 * cp-pt.c (find_parameter_packs_r): Likewise.
2215 (uses_parameter_packs): Likewise.
2216 (make_pack_expansion): Likewise.
2217 (check_for_bare_parameter_packs): Likewise.
2218 (for_each_template_parm): Likewise.
2219 * decl.c (check_default_argument): Call
2220 cp_walk_tree_without_duplicates.
2221 * except.c (build_throw): Likewise.
2222 * decl2.c (type_visibility): Likewise.
2223 * semantics.c (expand_or_defer_fn): Likewise.
2224 (finalize_nrv): Call cp_walk_tree.
2226 2007-08-20 Jakub Jelinek <jakub@redhat.com>
2229 * init.c (build_new_1): Rename placement_var variable to placement_expr.
2230 Initialize it with save_expr rather than get_temp_regvar.
2232 2007-08-17 Andrew Pinski <andrew_pinski@playstation.sony.com>
2235 * tree.c (lvalue_p_1 <case SAVE_EXPR>): SAVE_EXPRs are never
2238 2007-08-17 Ollie Wild <aaw@google.com>
2241 * name-lookup.c (do_nonmember_using_decl): Shift implicit type
2242 declarations into appropriate slots for comparison. Fix type
2245 2007-08-17 Paolo Carlini <pcarlini@suse.de>
2248 * error.c (dump_decl): Deal with UNBOUND_CLASS_TEMPLATE.
2249 * cxx-pretty-print.c (pp_cxx_unqualified_id): Likewise.
2251 2007-08-17 Paolo Carlini <pcarlini@suse.de>
2254 * parser.c (cp_parser_class_head): Improve error message.
2256 2007-08-16 Seongbae Park <seongbae.park@gmail.com>
2258 * pt.c (instantiate_decl): Set input_location
2259 for the function end.
2261 2007-08-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2263 * cp-objcp-common.c (cxx_warn_unused_global_decl, cp_expr_size):
2265 * cp-tree.h (local_variable_p, nonstatic_local_decl_p,
2266 class_tmpl_impl_spec_p, cp_auto_var_in_fn_p, cp_type_quals,
2267 cxx_incomplete_type_diagnostic, cxx_incomplete_type_error,
2268 cxx_warn_unused_global_decl, cp_expr_size): Likewise.
2269 * decl.c (local_variable_p, nonstatic_local_decl_p): Likewise.
2270 * tree.c (class_tmpl_impl_spec_p, cp_auto_var_in_fn_p): Likewise.
2271 * typeck.c (cp_type_quals): Likewise.
2272 * typeck2.c (cxx_incomplete_type_diagnostic,
2273 cxx_incomplete_type_error): Likewise.
2275 2007-08-16 Paolo Carlini <pcarlini@suse.de>
2278 * pt.c (tsubst_friend_function): When check_classfn
2279 returns error_mark_node likewise return it.
2281 2007-08-15 Jakub Jelinek <jakub@redhat.com>
2284 * typeck.c (check_return_expr): Don't NRV optimize vars in
2286 * decl.c (finish_function): Comment fix.
2288 2007-08-15 Paolo Carlini <pcarlini@suse.de>
2291 * pt.c (push_template_decl_real): Depending on TYPE_P
2292 use either TYPE_CONTEXT or DECL_CONTEXT.
2294 2007-08-14 Mark Mitchell <mark@codesourcery.com>
2296 * semantics.c (finish_omp_clauses): Strip a NOP_EXPR if
2297 constructors and destructors return this.
2299 2007-08-14 Paolo Carlini <pcarlini@suse.de>
2302 * decl2.c (check_classfn): Return error_mark_node in case of error;
2303 in that case, do not call add_method.
2304 * decl.c (start_decl): Deal with check_classfn returning
2306 (grokfndecl): Likewise.
2307 * pt.c (tsubst_friend_function): Likewise.
2309 2007-08-14 Andrew Pinski <pinskia@gmail.com>
2312 * typeck.c (build_binary_op): Disallow vector float types with
2313 BIT_IOR_EXPR, BIT_AND_EXPR, and BIT_XOR_EXPR.
2315 2007-08-11 Ian Lance Taylor <iant@google.com>
2317 * cp-objcp-common.c (cxx_get_alias_set): Change return type to
2319 * cp/cp-tree.h (cxx_get_alias_set): Update declaration.
2321 2007-08-10 Ollie Wild <aaw@google.com>
2323 * name-lookup.c (do_nonmember_using_decl): Print an error for ambiguous
2325 (ambiguous_decl): Construct tree of ambiguous types. Remove extaneous
2327 (unqualified_namespace_lookup): Fix ambiguous_decl call.
2328 (lookup_using_namespace): Fix ambiguous_decl call.
2329 (qualified_lookup_using_namespace): Fix ambiguous_decl call.
2331 2007-08-10 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2333 * call.c (name_as_c_string): Use CONST_CAST.
2334 * decl.c (build_decl): Likewise.
2335 * parser.c (cp_parser_string_literal): Likewise.
2337 2007-08-10 Paolo Carlini <pcarlini@suse.de>
2340 * error.c (dump_expr): Consistently use the *_cxx_*
2341 variants of the pretty-print functions.
2343 2007-08-10 Paolo Carlini <pcarlini@suse.de>
2346 * decl.c (check_special_function_return_type): Just error
2347 on return type specified for conversion operator.
2349 2007-08-09 Daniel Berlin <dberlin@dberlin.org>
2351 * typeck2.c (readonly_error): Handle general expressions.
2352 * error.c (dump_expr): Handle POINTER_PLUS_EXPR
2354 2007-08-06 Dan Hipschman <dsh@google.com>
2356 * method.c (use_thunk): Use DECL_NAME instead of DECL_RTL to
2357 access function name.
2359 2007-08-04 Alfred Minarik <a.minarik@aon.at>
2362 * lang-specs.h: Add .hp, .hxx, .hpp, .h, .HPP, .tcc as c++ header.
2363 * g++spec.c (lang_specific_driver): Check them.
2365 2007-08-06 Paolo Carlini <pcarlini@suse.de>
2368 * pt.c (inline_needs_template_parms): Fix comment; change return type
2371 2007-08-05 Volker Reichelt <v.reichelt@netcologne.de>
2374 2007-03-26 Dirk Mueller <dmueller@suse.de>
2376 * parser.c (cp_parser_member_declaration): Pedwarn
2377 about stray semicolons after member declarations.
2379 2007-08-02 Lee Millward <lee.millward@gmail.com>
2384 * parser.c (cp_parser_asm_definition): Detect and discard asm
2385 statements with invalid inputs or outputs.
2386 (cp_parser_asm_operand_list): Return error mark node if any
2387 of the operands are invalid. Adjust documentation.
2389 2007-08-02 Nick Clifton <nickc@redhat.com>
2391 * typeck.c: Change copyright header to refer to version 3 of the
2392 GNU General Public License and to point readers at the COPYING3
2393 file and the FSF's license web page.
2394 * optimize.c, lang-specs.h, init.c, class.c, repo.c, decl.c,
2395 config-lang.in, cp-tree.def, call.c, decl.h, ptree.c,
2396 Make-lang.in, method.c, rtti.c, cp-objcp-common.c, g++spec.c,
2397 cp-objcp-common.h, except.c, error.c, operators.def, cvt.c,
2398 tree.c, mangle.c, cp-tree.h, dump.c, search.c, friend.c, expr.c,
2399 cp-gimplify.c, cxx-pretty-print.c, cp-lang.c, typeck2.c, pt.c,
2400 cxx-pretty-print.h, semantics.c, name-lookup.c, lex.c, decl2.c,
2401 name-lookup.h, parser.c: Likewise.
2403 2007-08-01 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2406 * call.c (magic_varargs_p): Honor the "type generic" attribute.
2408 2007-07-30 Paolo Carlini <pcarlini@suse.de>
2411 * semantics.c (finish_label_stmt): Reject the __label__
2412 extension outside function scopes.
2414 2007-07-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2416 * parser.c (eof_token): Un-constify.
2417 (cp_lexer_new_main, cp_lexer_new_from_tokens, VEC_alloc,
2418 cp_lexer_consume_token, cp_lexer_purge_token): Remove spurious
2421 2007-07-28 Kazu Hirata <kazu@codesourcery.com>
2423 * pt.c, tree.c, typeck2.c: Fix comment typos.
2425 2007-07-28 Simon Martin <simartin@users.sourceforge.net>
2426 Mark Mitchell <mark@codesourcery.com>
2429 * name-lookup.c (lookup_name_real): Non namespace-scope bindings can be
2430 hidden due to friend declarations in local classes.
2432 2007-07-27 Douglas Gregor <doug.gregor@gmail.com>
2434 * typeck.c (structural_comptypes): Compare DECLTYPE_TYPE nodes.
2435 * cp-tree.def (DECLTYPE_TYPE): New.
2436 * error.c (dump_type): Dump DECLTYPE_TYPE nodes.
2437 (dump_type_prefix): Ditto.
2438 (dump_type_suffix): Ditto.
2439 * tree.c (DECLTYPE_TYPE): Walk DECLTYPE_TYPE nodes.
2440 * mangle.c (write_type): Handle DECLTYPE_TYPE.
2441 * cp-tree.h (IS_AGGR_TYPE): DECLTYPE_TYPE nodes can be aggregate
2443 (DECLTYPE_TYPE_EXPR): New.
2444 (DECLTYPE_TYPE_ID_EXPR_OR_MEMBER_ACCESS_P): New.
2445 (finish_declared_type): Declare.
2446 * cxx-pretty-print.c (pp_cxx_type_specifier_seq): Print
2447 DECLTYPE_TYPE nodes.
2448 (pp_cxx_type_id): Ditto.
2449 * pt.c (for_each_template_parm_r): Walk DECLTYPE_TYPE children.
2450 (tsubst): Substitute into a DECLTYPE_TYPE node.
2451 (tsubst_copy): Ditto.
2452 (unify): Cannot deduce anything from TYPEOF_TYPE or DECLTYPE_TYPE
2454 (dependent_type_p_r): DECLTYPE_TYPE types are always dependent.
2455 * semantics.c (finish_typeof): TYPEOF_TYPE types need to use
2456 structural equality (because we can't hash the expressions).
2457 (finish_declared_type): New.
2458 * lex.c (reswords): Add "decltype" keyword.
2459 * parser.c cp_lexer_next_token_is_decl_specifier_keyword
2460 (cp_parser_postfix_expression): Add member_access_only_p to
2461 restrict postfix expression to member access expressions.
2462 (cp_parser_unary_expression): Update call to
2463 cp_parser_postfix_expression to reflect new parameter.
2464 (cp_parser_declared_type): New.
2465 (cp_parser_simple_type_specifier): Parse decltype types.
2467 2007-07-27 Mark Mitchell <mark@codesourcery.com>
2470 * call.c (convert_for_arg_passing): Only widen bitfields to their
2471 declared types if necessary.
2473 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2475 * parser.c (cp_parser_string_literal, cp_parser_sizeof_operand):
2478 2007-07-25 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
2480 * decl.c (typename_hash, typename_compare): Constify.
2481 * mangle.c (hash_type, compare_type): Likewise.
2482 * pt.c (eq_local_specializations, hash_local_specialization):
2484 * tree.c (cplus_array_hash, cplus_array_compare, list_hash_eq,
2485 list_hash): Likewise.
2486 * typeck2.c (pat_compare): Likewise.
2488 2007-07-24 Nathan Sidwell <nathan@codesourcery.com>
2490 * method.c (implicitly_declare_fn): Increase alignment if member
2491 function pointer format requires it.
2493 2007-07-24 Paolo Carlini <pcarlini@suse.de>
2496 * typeck.c (check_return_expr): Do not pass a null argument
2499 2007-07-24 Paolo Carlini <pcarlini@suse.de>
2502 * decl.c (redeclaration_error_message): Call DECL_ANON_UNION_VAR_P
2505 2007-07-22 Nathan Sidwell <nathan@codesourcery.com>
2508 * typeck.c (convert_arguments): Only use default args if we have
2512 * typeck.c (structural_comptypes): No need to check
2513 resolve_typename_type return value here.
2514 * cp-tree.h (TYPENAME_IS_RESOLVING_P): New.
2515 * pt.c (resolve_typename_type): Follow typename typedefs. Return
2516 original type rather than error_mark_node in case of failure.
2517 * parser.c (cp_parser_nested_name_specifier_opt): Adjust
2518 resolve_typename_type result check.
2519 (cp_parser_direct_declarator, cp_parser_head,
2520 cp_parser_constructor_declarator_p): Likewise.
2522 2007-07-12 Kazu Hirata <kazu@codesourcery.com>
2524 * pt.c (template_parms_variadic_p): Remove.
2525 * cp-tree.h: Remove the prototype for template_parms_variadic_p.
2527 2007-07-12 Jakub Jelinek <jakub@redhat.com>
2530 * error.c (dump_expr) <case AGGR_INIT_EXPR>: Pass true as last
2531 argument to dump_aggr_init_expr_args instead of false.
2533 2007-07-11 Douglas Gregor <doug.gregor@gmail.com>
2535 * typeck.c (comptypes): When USE_CANONICAL_TYPES, use the
2536 canonical types; otherwise, fall back to structural type
2537 comparisons. If ENABLE_CHECKING and USE_CANONICAL_TYPES, give an
2538 internal compiler error if the canonical types are wrong.
2540 2007-07-11 Paolo Carlini <pcarlini@suse.de>
2543 * parser.c (cp_parser_make_indirect_declarator): When the
2544 the code argument is ERROR_MARK return cp_error_declarator.
2546 2007-07-09 Geoffrey Keating <geoffk@apple.com>
2549 * decl.c (cxx_init_decl_processing): Don't set
2550 force_align_functions_log.
2551 (grokfndecl): Honour ptrmemfunc_vbit_in_pfn.
2552 * typeck.c (cxx_alignof_expr): When alignof is used on a plain
2553 FUNCTION_DECL, return its alignment.
2555 2007-07-09 Richard Guenther <rguenther@suse.de>
2557 * decl.c (start_preparsed_function): Do not promote return type.
2559 2007-07-08 Paolo Carlini <pcarlini@suse.de>
2562 * pt.c (unify): Never pass error_mark_node to template_decl_level.
2564 2007-07-07 Mark Mitchell <mark@codesourcery.com>
2567 * pt.c (resolve_overloaded_unification): Robustify. Return a
2569 (type_unification_real): Adjust accordingly.
2571 2007-07-06 Richard Guenther <rguenther@suse.de>
2573 * init.c (build_new_1): Use the correct pointer type.
2574 * typeck2.c (build_m_component_ref): Likewise.
2576 2007-07-05 Mark Mitchell <mark@codesourcery.com>
2579 * init.c (build_zero_init): Always build an initializer for
2581 * typeck2.c (build_functional_cast): Use build_zero_init.
2584 * init.c (build_new_1): Always pass the allocation function to
2585 build_op_delete_call.
2586 * call.c (build_op_delete_call): Handle operator delete with a
2587 variable-argument list. Do not issue an error when no matching
2588 deallocation function is available for a new operator.
2591 * cp-tree.h (any_value_dependent_elements_p): Declare it.
2592 * decl.c (value_dependent_init_p): New function.
2593 (cp_finish_decl): Use it.
2594 * pt.c (value_dependent_expression_p): Use
2595 any_value_dependent_elements_p.
2596 * parser.c (cp_parser_primary_expression): Add comment about
2597 treating dependent qualified names as integral
2598 constant-expressions.
2600 2007-07-04 Douglas Gregor <doug.gregor@gmail.com>
2602 * decl.c (build_ptrmemfunc_type): Always use structural equality
2603 tests when comparing pointer-to-member-function types, because the
2604 handling of TYPE_GET_PTRMEMFUNC_TYPE currently defeats canonical
2607 2007-07-03 Mark Mitchell <mark@codesourcery.com>
2609 * init.c (build_new): Tweak comment.
2611 2007-06-29 Dave Brolley <brolley@redhat.com>
2614 * parser.c (cp_parser_new_type_id): Don't reduce a named array
2615 type to its base type and number of elements here.
2616 * init.c (build_new): Call complete_type_or_else to ensure that the
2617 type is complete and to issue a diagnostic if it is not.
2618 (build_new_1): Don't call complete_type_or_else here.
2620 2007-07-03 Richard Guenther <rguenther@suse.de>
2623 * class.c (fixed_type_or_null): Re-lookup the hashtable slot
2626 2007-07-02 Simon Baldwin <simonb@google.com>
2628 * parser.c (cp_parser_elaborated_type_specifier): Added a warning
2629 for inner-style nested forward declarations that don't declare
2632 2007-07-02 Jakub Jelinek <jakub@redhat.com>
2635 * semantics.c (finish_omp_clauses): Use %qD instead of %qE for
2636 DECL_P in not a variable and appears more than once error messages.
2638 2007-07-01 Ollie Wild <aaw@google.com>
2640 * name-lookup.c (ambiguous_decl): Fix case when new->value is hidden.
2641 (select_decl): Remove function.
2642 (unqualified_namespace_lookup): Populate binding by calling
2643 ambiguous_decl. Remove select_decl call.
2644 (lookup_qualified_name): Remove select_decl call.
2645 * decl.c (lookup_and_check_tag): Check for ambiguous references.
2646 * parser.c (cp_parser_elaborated_type_specifier): Skip redundant error
2647 generation when name lookup is ambiguous.
2649 2007-06-29 Douglas Gregor <doug.gregor@gmail.com>
2652 * init.c (build_new_1): Use structural equality on the copy of the
2655 2007-06-28 Geoffrey Keating <geoffk@apple.com>
2657 * decl2.c (determine_visibility): Implement
2658 flag_visibility_ms_compat effect on type info.
2659 * decl.c (cxx_init_decl_processing): Implement
2660 global effect of flag_visibility_ms_compat.
2662 2007-06-28 Geoffrey Keating <geoffk@apple.com>
2664 * decl2.c (start_objects): Mark constructor-running function
2667 2007-06-26 Simon Martin <simartin@users.sourceforge.net>
2670 * decl.c (grokdeclarator): Reset friendp for member functions declared
2671 friend of their own class.
2673 2007-06-23 Mark Mitchell <mark@codesourcery.com>
2675 * decl2.c (determine_visibility): Don't look for dllexport here.
2676 (determine_visibility_from_class): Tidy.
2678 2007-06-18 Simon Baldwin <simonb@google.com>
2681 * parser.c (cp_parser_single_declaration): Added check for storage
2682 class other than sc_none in parsed declaration, and a flag to indicate
2683 if the call is part of an explicit template specialization parse.
2684 * (cp_parser_explicit_specialization): Specialization check flag added
2685 to call to cp_parser_single_declaration(), set true.
2686 * (cp_parser_template_declaration_after_export): Specialization check
2687 flag added to call to cp_parser_single_declaration(), set false.
2688 * pt.c (check_explicit_specialization): Added code to copy visiblity
2689 and linkage from the templated function to the explicit specialization.
2691 2007-06-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
2693 * typeck.c (build_binary_op): For templates build the
2694 expression in pieces to avoid the assert in build2_stat.
2695 (get_member_function_from_ptrfunc):
2696 Change over to using POINTER_PLUS_EXPR and convert
2697 the second operand to sizetype.
2698 * typeck2.c (build_m_component_ref): Likewise.
2699 * init.c (expand_virtual_init): Create a POINTER_PLUS_EXPR
2700 instead of PLUS_EXPR for pointers.
2701 (build_new_1): Likewise.
2702 (build_vec_delete_1): Likewise.
2703 (build_vec_delete): Likewise.
2704 * class.c (build_base_path): Likewise.
2705 (build_base_path): Likewise.
2706 (convert_to_base_statically): Likewise.
2707 (fixed_type_or_null): Handle POINTER_PLUS_EXPR.
2708 (get_vtbl_decl_for_binfo): Handle POINTER_PLUS_EXPR
2709 instead of PLUS_EXPR.
2710 (dfs_accumulate_vtbl_inits): Create a POINTER_PLUS_EXPR
2711 instead of PLUS_EXPR for pointers.
2712 * call.c (build_special_member_call): Likewise.
2713 * rtti.c (build_headof): Likewise.
2714 Use sizetype instead of ptrdiff_type_node.
2715 (tinfo_base_init): Create a POINTER_PLUS_EXPR
2716 instead of PLUS_EXPR for pointers.
2717 * except.c (expand_start_catch_block): Do a
2718 NEGATIVE and then a POINTER_PLUS_EXPR instead
2720 * cp-gimplify.c (cxx_omp_clause_apply_fn): Convert
2721 PLUS_EXPR on pointer types over to use
2722 POINTER_PLUS_EXPR and remove the conversion
2723 to the pointer types.
2724 * method.c (thunk_adjust): Use POINTER_PLUS_EXPR for
2725 adding to a pointer type. Use size_int instead of
2726 ssize_int. Convert the index to sizetype before
2727 adding it to the pointer.
2729 2007-06-15 Mark Mitchell <mark@codesourcery.com>
2731 * cp-tree.h (DECL_VAR_MARKED_P): Remove.
2732 (DECL_ANON_UNION_VAR_P): New macro.
2733 * class.c (fixed_type_or_null): Tidy. Use a hash table, rather
2734 than DECL_VAR_MARKED_P, to keep track of which variables we have
2736 * decl.c (redeclaration_error_message): Complain about redeclaring
2737 anonymous union members at namespace scope.
2738 * decl2.c (build_anon_union_vars): Set DECL_ANON_UNION_VAR_P.
2740 2007-06-14 Geoff Keating <geoffk@apple.com>
2742 * decl2.c (determine_visibility): Ensure that functions with
2743 hidden types as parameters are hidden.
2746 * decl2.c (determine_visibility): Remove duplicate code for
2749 2007-06-12 Ian Lance Taylor <iant@google.com>
2752 * init.c (avoid_placement_new_aliasing): New static function.
2753 (build_new_1): Call it.
2755 2007-06-11 Rafael Avila de Espindola <espindola@google.com>
2757 * cp-objcp-common.h (LANG_HOOKS_SIGNED_TYPE): Remove.
2758 (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Remove.
2760 2007-06-08 Jakub Jelinek <jakub@redhat.com>
2763 * semantics.c (finish_omp_for): Call fold_build_cleanup_point_expr
2764 on init, the non-decl cond operand and increment value.
2766 2007-06-07 Simon Martin <simartin@users.sourceforge.net>
2769 * decl.c (check_initializer): Report an error when a brace enclosed
2770 initializer is used for a non-aggregate type in C++98.
2771 (redeclaration_error_message): Rewrote flag_cpp0x in terms of
2773 (grokdeclarator): Likewise.
2774 (move_fn_p): Likewise.
2775 * typeck.c (check_return_expr): Likewise.
2776 * call.c (reference_binding): Likewise.
2777 * error.c (cp_cpp_error): Likewise.
2778 * pt.c (check_default_tmpl_args): Likewise.
2780 * lex.c (init_reswords): Likewise.
2781 * parser.c (p_parser_primary_expression): Likewise.
2782 (TOKEN_PRECEDENCE): Likewise.
2783 (cp_parser_init_declarator): Likewise.
2784 (cp_parser_ptr_operator): Likewise.
2785 (cp_parser_parameter_declaration): Likewise.
2786 (cp_parser_enclosed_template_argument_list): Likewise.
2787 (cp_parser_skip_to_end_of_template_parameter_list): Likewise.
2788 (cp_parser_next_token_ends_template_argument_p): Likewise.
2790 2007-06-04 Simon Baldwin <simonb@google.com>
2792 * decl.c (grokdeclarator): Readability change. Moved case labels
2793 into direct switch statement scope.
2795 2007-06-04 Paolo Carlini <pcarlini@suse.de>
2797 * call.c (convert_like_real): Remove pointless code.
2799 2007-05-31 Mark Mitchell <mark@codesourcery.com>
2801 * decl.c (get_atexit_fn_ptr_type): New function.
2802 (get_atexit_node): Use it.
2803 (start_cleanup_fn): Likewise.
2804 (register_dtor_fn): Use the object's destructor, instead of a
2805 separate cleanup function, where possible.
2806 * cp-tree.h (CPTI_ATEXIT_FN_PTR_TYPE): New enumerator.
2807 (atexit_fn_ptr_type_node): New macro.
2808 * decl2.c (build_cleanup): Use build_address.
2810 2007-05-31 Daniel Berlin <dberlin@dberlin.org>
2812 * typeck.c (build_binary_op): Include types in error.
2814 2007-05-31 Jakub Jelinek <jakub@redhat.com>
2817 * decl.c (cp_finish_decl): Also clear was_readonly if a static var
2818 needs runtime initialization.
2820 2007-05-31 Paolo Carlini <pcarlini@suse.de>
2823 * semantics.c (finish_trait_expr): Complete the types.
2825 2007-05-30 Russell Yanofsky <russ@yanofsky.org>
2826 Douglas Gregor <doug.gregor@gmail.com>
2827 Pedro Lamarao <pedro.lamarao@mndfck.org>
2828 Howard Hinnant <howard.hinnant@gmail.com>
2832 * typeck.c (comptypes): Don't consider rvalue and lvalue
2833 reference types to be equivalent.
2834 (check_return_expr): Move from certain lvalues when returning
2836 * decl.c (grokdeclarator): Implement reference collapsing.
2837 (copy_fn_p): Don't consider constructors taking rvalue references
2838 to be copy constructors.
2840 * call.c (conversion): New "rvaluedness_matches_p" member.
2841 (convert_class_to_reference): Require reference type as first
2842 parameter instead of base type.
2843 (reference_binding): Add logic to handle rvalue references.
2844 (implicit_conversion): Update inaccurate comment.
2845 (convert_like_real): Disable creation of temporaries that are
2846 impossible to initialize for types with move constructors.
2847 (build_over_call): Elide move constructors when possible.
2848 (maybe_handle_implicit_object): Set "rvaluedness_matches_p".
2849 (maybe_handle_ref_bind): Return conversion instead of type node.
2850 (compare_ics): Add logic to use "rvaluedness_matches_p" values to
2851 determine preferred conversion sequences.
2852 * cp-tree.h (TYPE_REF_IS_RVALUE): New.
2853 (LOOKUP_PREFER_RVALUE): New.
2854 (DECL_MOVE_CONSTRUCTOR_P): New.
2855 (struct cp_declarator): Add "reference" member for reference
2856 types, with new "rvalue_ref" flag.
2857 (cp_build_reference_type): Declare.
2858 (move_fn_p): Declare.
2859 * error.c (dump_type_prefix): Format rvalue reference types
2860 correctly in error messages.
2861 * except.c (build_throw): Move from certain lvalues when
2863 * mangle.c (write_type): Mangle rvalue references differently
2864 than regular references.
2865 * parser.c (make_reference_declarator): Add boolean parameter for
2867 (cp_parser_make_indirect_declarator): New.
2868 (cp_parser_new_declarator_opt): Call
2869 cp_parser_make_indirect_declarator.
2870 (cp_parser_conversion_declarator_opt): Ditto.
2871 (cp_parser_declarator): Ditto.
2872 (cp_parser_ptr_operator): Parse "&&" tokens into rvalue reference
2874 * pt.c (tsubst): Implement reference collapsing.
2875 (maybe_adjust_types_for_deduction): Implement special template
2876 parameter deduction rule for rvalue references.
2877 (type_unification_real): Update calls to
2878 maybe_adjust_types_for_deduction.
2879 (try_one_overload): Ditto.
2880 (unify_pack_expansion): Ditto.
2881 * tree.c (lvalue_p_1): Handle rvalue reference types.
2882 (cp_build_reference_type): New.
2884 2007-05-30 Jakub Jelinek <jakub@redhat.com>
2887 * decl.c (cp_finish_decl): Clear TREE_READONLY flag on TREE_STATIC
2888 variables that need runtime initialization.
2890 2007-05-28 Andrew Pinski <Andrew_pinski@playstation.sony.com>
2893 * typeck.c (build_unary_op <case PREINCREMENT_EXPR,
2894 case POSTINCREMENT_EXPR, case PREDECREMENT_EXPR,
2895 case POSTDECREMENT_EXPR>): Return the error_mark_node
2896 if either the real or imaginary parts would an
2899 2007-05-25 Simon Martin <simartin@users.sourceforge.net>
2900 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2903 * parser.c (cp_parser_skip_to_closing_brace): Return true if the next
2904 token is a closing brace, false if there are no tokens left.
2905 (cp_parser_namespace_alias_definition): Only consume the next token if
2906 it is a closing brace.
2908 * parser.c (cp_parser_class_specifier): Likewise.
2910 2007-05-25 H.J. Lu <hongjiu.lu@intel.com>
2912 * semantics.c (finish_member_declaration): Fix a typo in the
2915 2007-05-25 Douglas Gregor <doug.gregor@gmail.com>
2927 * error.c (dump_type): Dump TYPE_ARGUMENT_PACK nodes.
2928 * cp-tree.h (check_for_bare_parameter_packs): Returns bool.
2929 * pt.c (check_for_bare_parameter_packs): Return bool indicated
2930 whether everything was okay. Fix indentation.
2931 (push_template_decl_real): Check for bare parameter packs in
2932 function parameters; where errors occur, mark the parameter types
2933 with ERROR_MARK_NODEs to avert ICEs.
2934 (coerce_template_parameter_pack): New.
2935 (coerce_template_parms): Moved parameter pack coercion into
2936 coerce_template_parameter_pack, and permit it anywhere in the
2937 template parameter list (not just at the end). Parameter and
2938 argument indices can vary (somewhat) separately now, so add
2939 PARM_IDX and ARG_IDX.
2940 (fn_type_unification): Don't set an argument pack as incomplete if
2941 no argument pack was deduced.
2942 (type_unification_real): If a type parameter is a parameter pack
2943 and has not otherwise been deduced, it will be deduced to an empty
2945 (more_specialized_fn): Use the actual lengths of the argument
2946 lists when comparing against expansions.
2947 * semantics.c (finish_member_declaration): If a field's type has
2948 bare parameter packs, error and set its type to ERROR_MARK_NODE.
2950 2007-05-24 Danny Smith <dannysmith@users.sourceforge.net>
2953 * mangle.c (mangle_decl): Call targetm.mangle_decl_assembler_name.
2955 2007-05-22 Ollie Wild <aaw@google.com>
2957 * name-lookup.c (ambiguous_decl): Adds check for hidden types.
2958 (unqualified_namespace_lookup): Adds check for hidden types.
2960 2007-05-22 Ollie Wild <aaw@google.com>
2962 * decl.c (duplicate_decls): Verify namespace names are unique.
2964 2007-05-21 Mark Mitchell <mark@codesourcery.com>
2966 * decl.c (cxx_maybe_build_cleanup): Handle
2967 __attribute__((cleanup)).
2969 2007-05-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
2971 * cvt.c (cp_convert_and_check): Don't check warnings if the
2974 2007-05-18 Geoffrey Keating <geoffk@apple.com>
2976 * mangle.c (write_real_cst): Use 'unsigned long' for %lx.
2978 2007-05-14 Paolo Carlini <pcarlini@suse.de>
2981 * rtti.c (get_tinfo_decl_dynamic, get_typeid): Try to complete the
2982 type only if is a class type (5.2.8/4).
2984 2007-05-14 Rafael Avila de Espindola <espindola@google.com>
2986 * cp-objcp-common.h (LANG_HOOKS_UNSIGNED_TYPE): Remove.
2987 * decl.c (grokdeclarator): Use unsigned_type_for instead of
2988 c_common_unsigned_type.
2990 2007-05-11 Silvius Rus <rus@google.com>
2992 * cp/typeck.c (build_indirect_ref): Add call to
2993 strict_aliasing_warning.
2994 (build_reinterpret_cast_1): Condition call to
2995 strict_aliasing_warning.
2997 2007-05-11 Jan Hubicka <jh@suse.cz>
2999 * semantics.c (expand_or_defer_fn): Do not call c_record_cdtor_fn.
3000 * decl2.c (start_objects): ctors and dtors are no longer public.
3001 (cp_write_global_declarations): Do not call c_build_cdtor_fns.
3003 2007-05-07 Andrew Pinski <andrew_pinski@playstation.sony.com>
3005 * typeck.c (build_unary_op): Remove code that used to
3006 handle non lvalue increments/decrements.
3008 2007-05-07 Mike Stump <mrs@apple.com>
3010 * parser.c (check_empty_body): Add.
3011 (cp_parser_iteration_statement): Add call to check_empty_body.
3013 2007-05-05 Geoffrey Keating <geoffk@apple.com>
3016 * mangle.c (write_mangled_name): Mangle static variable names.
3017 (write_unqualified_name): Use local-source-name for
3018 namespace-scope static variables.
3020 2007-05-04 Dirk Mueller <dmueller@suse.de>
3022 * cp-tree.h (DECL_MAIN_P): only if -ffreestanding is
3025 2007-05-02 Seongbae Park <seongbae.park@gmail.com>
3028 * decl2.c (constrain_class_visibility):
3029 Use strip_pointer_or_array_types instead of strip_array_types.
3031 2007-04-28 Andrew Pinski <andrew_pinski@playstation.sony.com>
3034 * decl.c (reshape_init_r): Don't reshape the first element if it
3035 is a pointer to member function.
3037 2007-04-27 Simon Baldwin <simonb@google.com>
3039 * decl.c (grokparms): Changed message format from %qD to %qE.
3041 2007-04-27 Douglas Gregor <doug.gregor@gmail.com>
3043 * error.c (maybe_warn_variadic_templates): Variadic templates are
3044 now in C++0x, so only warn about them in C++98 mode.
3046 2007-04-26 Andrew Pinski <andrew_pinski@playstation.sony.com>
3049 * typeck.c (build_reinterpret_cast_1): Only allow conversion to
3050 integeral types from vectors types.
3052 2007-04-26 Jakub Jelinek <jakub@redhat.com>
3055 * semantics.c (finish_omp_clauses): Don't create CP_OMP_CLAUSE_INFO
3056 for type dependent OMP_CLAUSE_DECLs.
3058 2007-04-24 Mark Mitchell <mark@codesourcery.com>
3061 * cp-tree.h (ARITHMETIC_TYPE): Include COMPLEX_TYPE.
3062 * typeck.c (type_after_usual_arithmetic_conversions): Adjust, as
3063 COMPLEX_TYPE is now an ARITHMETIC_TYPE.
3064 * init.c (build_zero_init): Adjust, as
3065 COMPLEX_TYPE is now a SCALAR_TYPE.
3066 * typeck2.c (digest_init): Allow brace-enclosed initializers for
3067 COMPLEX_TYPE, even though that is now a SCALAR_TYPE.
3069 2007-04-25 Paolo Carlini <pcarlini@suse.de>
3071 * semantics.c (classtype_has_nothrow_copy_or_assign_p): Adjust
3072 per N2255; rename as classtype_has_nothrow_assign_or_copy_p.
3073 (trait_expr_value): Adjust.
3075 2007-04-23 Simon Baldwin <simonb@google.com>
3077 * decl.c (grokparms): Added new error for duplicate function
3078 parameters names in function prototypes, to match gcc behavior.
3080 2007-04-23 Jan Hubicka <jh@suse.cz>
3082 * cp/decl2.c (finish_objects): Do not call target constructor/destructor
3085 2007-04-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
3087 * cp-tree.h (lang_tree_node): Use GENERIC_NEXT
3088 instead of checking GIMPLE_STMT_P in chain_next.
3090 2007-04-17 Mark Mitchell <mark@codesourcery.com>
3093 * call.c (convert_for_arg_passing): Convert bitfields to their
3096 2007-04-17 Simon Martin <simartin@users.sourceforge.net>
3099 * pt.c (value_dependent_expression_p): Handle MODOP_EXPRs.
3101 2007-04-16 Seongbae Park <seongbae.park@gmail.com>
3104 * cp/decl2.c (constrain_class_visibility):
3105 Do not warn about the use of anonymous namespace in the main input file.
3107 2007-04-15 Mark Mitchell <mark@codesourcery.com>
3109 * cp-tree.h (current_template_parms): Fix typo in comment.
3111 2007-04-15 Kazu Hirata <kazu@codesourcery.com>
3113 * cp-tree.h, error.c: Fix comment typos.
3115 2007-04-13 Jason Merrill <jason@redhat.com>
3118 * call.c (reference_binding): Add c_cast_p parm. If true,
3119 add quals to TO as needed to make it reference-compatible.
3121 2007-04-11 Jan Hubicka <jh@suse.cz>
3123 * cp/class.c (convert_to_base_statically): Fold produced tree; verify
3124 that we are not processing template_decl.
3126 2007-04-09 Mark Mitchell <mark@codesourcery.com>
3129 * class.c (build_base_path): Ensure that the converted pointer has
3130 the same cv-qualification as the input.
3132 2007-04-09 Paolo Carlini <pcarlini@suse.de>
3134 * tree.c (cp_tree_equal): Deal with TRAIT_EXPR.
3136 2007-04-08 Steven Bosscher <steven@gcc.gnu.org>
3138 * cp-objcp-common.h (LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS):
3140 (LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P): Do not set it.
3141 * tree.c (cp_add_pending_fn_decls): Remove.
3142 * cp-tree.h (cp_add_pending_fn_decls): Remove prototype.
3144 2007-04-07 Daniel Berlin <dberlin@dberlin.org>
3146 Revert change removing staticp.
3148 2007-04-06 Daniel Berlin <dberlin@dberlin.org>
3150 * cp-objcp-common.c (cxx_staticp): Remove.
3151 * cp-objcp-common.h (LANG_HOOKS_STATICP): Remove.
3152 * cp-tree.h (cxx_staticp):
3154 2007-04-04 Danny Smith <dannysmith.users.sourceforge.net>
3156 * class.c (check_for_override): Don't remove dllmport attribute
3159 2007-04-03 Jakub Jelinek <jakub@redhat.com>
3162 * typeck.c (build_modify_expr): For COND_EXPR on LHS, if RHS has void
3163 type issue error and return early.
3165 2007-03-30 Jason Merrill <jason@redhat.com>
3168 * typeck.c (cp_type_readonly): New fn.
3169 * cp-tree.h: Declare it.
3170 * decl.c (start_decl): Set implicit DECL_THIS_STATIC here.
3171 (cp_finish_decl): Not here.
3173 2007-03-31 Richard Guenther <rguenther@suse.de>
3175 * optimize.c (maybe_clone_body): Replace splay-tree usage by
3178 2007-03-31 Douglas Gregor <doug.gregor@gmail.com>
3183 * parser.c (declarator_can_be_parameter_pack): New.
3184 (cp_parser_template_parameter): Only parse the `...' if the
3185 declarator can be a parameter pack.
3186 (cp_parser_parameter_declaration): Ditto. Also, handle when TYPE
3188 * pt.c (find_parameter_packs_r): Look into the bounds on integer
3189 types (they could be used as array bounds).
3190 (check_for_bare_parameter_packs): Deal with TEMPLATE_PARM_INDEX.
3191 (tsubst_pack_expansion): Handle failure to expand parameter
3194 2007-03-30 Paolo Carlini <pcarlini@suse.de>
3197 * cp-tree.h (enum cp_trait_kind, struct tree_trait_expr,
3198 TRAIT_EXPR_TYPE1, TRAIT_EXPR_TYPE2, TRAIT_EXPR_KIND): Add.
3199 (enum cp_tree_node_structure_enum, union lang_tree_node): Update.
3200 (CLASS_TYPE_NON_UNION_P): Add.
3201 (struct lang_type_class): Add has_complex_dflt.
3202 (TYPE_HAS_COMPLEX_DFLT, TYPE_HAS_TRIVIAL_DFLT): Add.
3203 (locate_copy, locate_ctor, locate_dtor, finish_trait_expr): Declare.
3204 * cp-tree.def: Add TRAIT_EXPR.
3205 * cp-objcp-common.c (cp_tree_size): Add TRAIT_EXPR case.
3206 * lex.c (struct resword): Add __has_nothrow_assign,
3207 __has_nothrow_constructor, __has_nothrow_copy, __has_trivial_assign,
3208 __has_trivial_constructor, __has_trivial_copy,
3209 __has_trivial_destructor, __has_virtual_destructor, __is_abstract,
3210 __is_base_of, __is_class, __is_convertible_to, __is_empty, __is_enum,
3211 __is_pod, __is_polymorphic, __is_union.
3212 * parser.c (cp_parser_primary_expression): Deal with the new RIDs.
3213 (cp_parser_trait_expr): New.
3214 * semantics.c (finish_trait_expr, trait_expr_value
3215 classtype_has_nothrow_copy_or_assign_p): New.
3216 * method.c (locate_copy, locate_ctor, locate_dtor): Do not define
3218 * decl.c (cp_tree_node_structure): Add TRAIT_EXPR.
3219 * class.c (check_bases, check_field_decl, check_bases_and_members):
3220 Deal with TYPE_HAS_COMPLEX_DFLT (t) too.
3221 * pt.c (uses_template_parms, tsubst_copy_and_build,
3222 value_dependent_expression_p, type_dependent_expression_p): Deal with
3224 * tree.c (cp_walk_subtrees): Deal with TRAIT_EXPR.
3226 2007-03-29 Richard Guenther <rguenther@suse.de>
3228 * tree.c (cp_walk_subtrees): Do not set input_location.
3230 2007-03-28 Simon Martin <simartin@users.sourceforge.net>
3233 * decl.c (grokfndecl): Properly setup decl if it is a constructor or a
3236 2007-03-28 Douglas Gregor <doug.gregor@gmail.com>
3238 * parser.c (struct cp_parser): Update comment for
3239 greater_than_is_operator_p.
3240 (cp_parser_primary_expression): In C++0x mode, a cast operator can
3241 be terminated with a `>>' token when !GREATER_THAN_IS_OPERATOR_P.
3242 (TOKEN_PRECEDENCE): In C++0x mode, `>>' is treated like `>' when
3243 !GREATER_THAN_IS_OPERATOR_P.
3244 (cp_parser_binary_expression): When -Wc++0x-compat, warn about
3245 `>>' operators that will become two `>' tokens in C++0x.
3246 (cp_parser_parameter_declaration): Treat `>>' like `>' in C++0x
3247 mode, allowing it to terminate default arguments.
3248 (cp_parser_enclosed_template_argument_list): In C++0x mode, treat
3249 `>>' like two consecutive `>' tokens.
3250 (cp_parser_skip_to_end_of_template_parameter_list): Ditto.
3251 (cp_parser_next_token_ends_template_argument_p): In C++0x, `>>'
3252 ends a template argument.
3254 2007-03-28 Douglas Gregor <doug.gregor@gmail.com>
3256 * decl.c (redeclaration_error_message): Complain when redeclaring
3257 a friend function with default template arguments (C++0x mode only).
3258 * cp-tree.h (check_default_tmpl_args): Declare.
3259 * pt.c (check_default_tmpl_args): In C++0x mode, permit default
3260 template arguments in function templates. Add support for checking
3261 the default template arguments of friend templates.
3262 (push_template_decl_real): Fix call to check_default_tmpl_args.
3263 (type_unification_real): If a template parameter has not been
3264 deduced but provides a default template argument, substitute into
3265 that default template argument.
3266 * parser.c (cp_parser_init_declarator): When declaring (but not
3267 defining!) a function template in C++0x mode, check for default
3270 2007-03-28 Douglas Gregor <doug.gregor@gmail.com>
3273 * decl.c (grokdeclarator): Deal with cv-qualified function type
3274 typedefs in the same way for member and non-member functions.
3276 2007-03-26 Dirk Mueller <dmueller@suse.de>
3278 * parser.c (cp_parser_member_declaration): Pedwarn
3279 about stray semicolons after member declarations.
3281 2007-03-26 Paolo Carlini <pcarlini@suse.de>
3284 * pt.c (instantiate_decl): Set in_system_header.
3286 2007-03-22 Mark Mitchell <mark@codesourcery.com>
3288 * cp-tree.h (current_tempalte_parms): Improve documentation.
3289 * pt.c (current_template_args): Likewise.
3292 * parser.c (cp_parser_parse_and_diagnose_invalid_type_name): Do
3293 not consume tokens when failing.
3295 2007-03-22 Jim Wilson <wilson@specifix.com>
3296 Mark Mitchell <mark@codesourcery.com>
3299 * call.c (standard_conversion): Use type_decays_to. Keep FCODE
3300 consistent with FROM.
3302 2007-03-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
3304 * error.c (dump_expr): Handle dependent names that designate types.
3305 * cxx-pretty-print.c (pp_cxx_unqualified_id): Handle TYPENAME_TYPE.
3307 2007-03-17 Kazu Hirata <kazu@codesourcery.com>
3309 * cp-tree.def, parser.c, pt.c: Fix comment typos.
3311 2007-03-16 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3313 * cvt.c (cp_convert_and_check) : Define.
3314 * cp-tree.h (cp_convert_and_check): Declare.
3315 * call.c (convert_conversion_warnings): Rename to
3316 conversion_null_warnings. The warning for floating-point to
3317 integer is handled by convert_and_check in convert_like_real.
3318 (convert_like_real): convert_conversion_warnings was renamed as
3319 conversion_null_warnings.
3320 * typeck.c (build_binary_op): Use cp_convert_and_check to warn for
3321 overflow and changes of value during conversion.
3323 2007-03-15 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3326 * parser.c (cp_parser_statement): If 'namespace' is found, this
3327 only can be a namespace alias definition, so parse it now.
3328 (cp_parser_namespace_alias_definition): if we find an open brace
3329 instead of '=', then this is actually a misplaced namespace
3332 2007-03-15 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3335 * decl.c (cxx_init_decl_processing): Move command-line options
3336 processing to c-opts.c.
3338 2007-03-15 Douglas Gregor <doug.gregor@gmail.com>
3340 * ptree.c (cxx_print_type): Use formatting markup for integers
3341 when printing template parameter index/level/orig level.
3342 (cxx_print_xnode): Ditto.
3343 * cp-tree.h (TEMPLATE_PARM_PARAMETER_PACK): Use TREE_LANG_FLAG_0.
3344 (struct template_parm_index_s): Remove the PARAMETER_PACK member.
3345 Make INDEX, LEVEL, and ORIG_LEVEL integers instead of
3347 (struct saved_scope): Make X_PROCESSING_TEMPLATE_DECL an int,
3348 rather than a HOST_WIDE_INT.
3349 Turn X_PROCESSING_EXPLICIT_INSTANTIATION, SKIP_EVALUATION, and
3350 NEED_POP_FUNCTION_CONTEXT into bool bitfields; reorder fields for
3352 (struct language_function): Make RETURNS_VALUE, RETURNS_NULL,
3353 RETURNS_ABNORMALLY, IN_FUNCTION_TRY_HANDLER, and
3354 IN_BASE_INITIALIZER bool bitfields.
3355 (struct cp_declarator): Make KIND a 4-bit field. Make
3356 PARAMETER_PACK_P a bool bitfield just after KIND.
3357 * pt.c (uses_parameter_packs): Destroy the pointer set.
3358 (make_pack_expansion): Ditto.
3359 (check_for_bare_parameter_packs): Ditto.
3360 * name-lookup.c (push_to_top_level): Make need_pop a bool value.
3362 2007-03-14 Andrew Pinski <andrew_pinski@playstation.sony.com>
3365 * call.c (convert_default_arg): Instead of copying the node,
3368 2007-03-15 Dirk Mueller <dmueller@suse.de>
3371 * call.c (convert_conversion_warnings): New..
3372 (convert_like_real): .. factored out from here.
3373 (convert_conversion_warnings): Add warning about
3374 false being converted to NULL in argument passing.
3376 2007-03-14 Dirk Mueller <dmueller@suse.de>
3378 * cp/semantics.c (c_finish_if_stmt): Call empty_if_body_warning.
3379 (finish_do_body): Warn about empty body in do/while statement.
3381 2007-03-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3383 * class.c (warn_hidden): Add OPT_Woverloaded_virtual to warning.
3385 2007-03-14 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3388 * typeck.c (build_binary_op): Call warn_for_div_zero instead of
3391 2007-03-13 Alexandre Oliva <aoliva@redhat.com>
3393 * cp/repo.c (init_repo): Initialize random_seed saved options.
3394 (finish_repo): Adjust.
3396 2007-03-13 Mark Mitchell <mark@codesourcery.com>
3399 * Make-lang.in (doc/g++.1): Use $< to specify the location from
3402 2007-03-12 Seongbae Park <seongbae.park@gmail.com>
3404 * decl.c (compute_array_index_type): New warning flag warn_vla.
3406 2007-03-12 Mark Mitchell <mark@codesourcery.com>
3409 * call.c (convert_default_arg): Copy non-constant arguments.
3411 2007-03-11 Mark Mitchell <mark@codesourcery.com>
3414 * parser.c (cp_parser_postfix_expression): Disallow compound
3415 literals in constant expressions.
3418 * semantics.c (finish_typeof): Use unlowered_expr_type.
3420 2007-03-10 Mark Mitchell <mark@codesourcery.com>
3423 * cp-tree.h (unlowered_expr_type): New function.
3424 * typeck.c (is_bitfield_expr_with_lowered_type): Handle
3425 COMPOUND_EXPR, MODIFY_EXPR, and SAVE_EXPR.
3426 (unlowered_expr_type): New function.
3427 (build_unary_op): Disallow predecrements of bool bitfields.
3428 * call.c (build_conditional_expr): Use unlowered_expr_type.
3429 * pt.c (type_unification_real): Likewise.
3431 2007-03-09 Douglas Gregor <doug.gregor@gmail.com>
3434 * typeck.c (check_return_expr): Check for bare parameter packs.
3435 (comptypes): Compare template parameter packs and
3436 type pack expansions.
3437 * decl.c (grokdeclarator): Deal with the declaration of function
3439 (grokparms): Verify that the (optional) function parameter pack is
3440 at the end of the parameter list.
3441 (xref_basetypes): Handle pack expansions in the base class.
3442 (cp_tree_node_structure): Handle ARGUMENT_PACK_SELECT.
3443 * cp-tree.def (TYPE_ARGUMENT_PACK): New.
3444 (NONTYPE_ARGUMENT_PACK): New.
3445 (TYPE_PACK_EXPANSION): New.
3446 (EXPR_PACK_EXPANSION): New.
3447 (ARGUMENT_PACK_SELECT): New.
3448 * cp-objcp-common.c (cp_tree_size): Compute size of
3449 (NON)TYPE_ARGUMENT_PACK, (TYPE|EXPR)_PACK_EXPANSION, and
3450 ARGUMENT_PACK_SELECT.
3451 * error.c (dump_template_argument): Print template argument packs.
3452 (dump_template_argument_list): Ditto.
3453 (dump_template_parameter): Dump `...' for template type parameter
3455 (dump_type): Dump TYPE_PACK_EXPANSION nodes.
3456 (dump_parameters): Print function parameter packs.
3457 (dump_template_parms): Print template argument packs.
3458 (dump_expr): Dump EXPR_PACK_EXPANSION nodes.
3459 (maybe_warn_variadic_templates): New.
3460 * operators.def: Add ellipsis operator for EXPR_PACK_EXPANSION.
3461 * tree.c (cp_walk_subtrees): Walk BASELINK, TYPE_ARGUMENT_PACK,
3462 NONTYPE_ARGUMENT_PACK, TYPE_PACK_EXPANSION, EXPR_PACK_EXPANSION,
3464 * mangle.c (write_type): Mangle TYPE_PACK_EXPANSION.
3465 (write_template_arg): Write argument packs as separate arguments.
3466 * cp-tree.h (struct template_parm_index_s): Add flag that
3467 indicates that the template parameter is actually a parameter
3469 (struct tree_argument_pack_select): New.
3470 (enum cp_tree_node_structure_enum): Add TS_CP_ARGUMENT_PACK_SELECT.
3471 (union lang_tree_node): Add argument_pack_select.
3472 (FUNCTION_PARAMETER_PACK_P): New.
3473 (PACK_EXPANSION_P): New.
3474 (PACK_EXPANSION_PATTERN): New.
3475 (SET_PACK_EXPANSION_PATTERN): New.
3476 (PACK_EXPANSION_PARAMETER_PACKS): New.
3477 (ARGUMENT_PACK_P): New.
3478 (ARGUMENT_PACK_ARGS): New.
3479 (SET_ARGUMENT_PACK_ARGS): New.
3480 (ARGUMENT_PACK_INCOMPLETE_P): New.
3481 (ARGUMENT_PACK_EXPLICIT_ARGS): New.
3482 (TEMPLATE_PARM_PARAMETER_PACK): New.
3483 (TEMPLATE_TYPE_PARAMETER_PACK): New.
3484 (ARGUMENT_PACK_SELECT_FROM_PACK): New.
3485 (ARGUMENT_PACK_SELECT_INDEX): New.
3486 (ARGUMENT_PACK_SELECT_ARG): New.
3487 (struct cp_declarator): Add parameter_pack_p flag.
3488 (maybe_warn_variadic_templates): Declare.
3489 (process_template_parm): Add bool parameter IS_PARAMETER_PACK, to
3490 indicate a template parameter pack.
3491 (uses_parameter_packs): Declare.
3492 (template_parameter_pack_p): Declare.
3493 (template_parms_variadic_p): Declare.
3494 (make_pack_expansion): Declare.
3495 (check_for_bare_parameter_packs): Declare.
3496 * cxx-pretty-print.c (pp_cxx_unary_expression): Print
3497 sizeof... expressions.
3498 (pp_cxx_expression): Print pack expansions and non-type argument
3500 (pp_cxx_exception_specification): Print pack expansions.
3501 (pp_cxx_direct_declarator): Print ellipsis for parameter packs.
3502 (pp_cxx_ctor_initializer): Print pack expansions.
3503 (pp_cxx_type_id): Print pack expansions.
3504 (pp_cxx_template_argument_list): Print argument packs.
3505 (pp_cxx_template_parameter): Print ellipsis for template parameter
3507 * pt.c (comp_template_parms): Compare template parameter packs.
3508 (template_parameter_pack_p): New.
3509 (template_parms_variadic_p): New.
3510 (template_args_variadic_p): New.
3511 (make_ith_pack_parameter_name): New.
3512 (struct find_parameter_pack_data): New.
3513 (find_parameter_packs_r): New.
3514 (uses_parameter_packs): New.
3515 (make_pack_expansion): New.
3516 (check_for_bare_parameter_packs): New.
3517 (expand_template_argument_pack): New.
3518 (reduce_template_parm_level): Propagate parameter pack flag.
3519 (process_template_parm): Add is_parameter_pack parameter to state
3520 when the parameter is actually a parameter pack. Create template
3521 parameter packs when is_parameter_pack is true.
3522 (current_template_args): The argument for a template parameter
3523 pack is an argument pack containing a single pack expansion.
3524 (process_partial_specialization): When checking that non-type
3525 argument expressions do not involve template parameters, loop over
3526 the arguments in argument packs separately.
3527 (push_template_decl_real): Check that the type of the declaration
3528 does not have any bare parameter packs. Check that primary
3529 templates have no more than one parameter pack, and that it comes
3530 at the end of the template parameter list.
3531 (convert_template_argument): Handle coercions for pack expansion
3532 expressions by coercing the pattern then rebuilding the expansion.
3533 (coerce_template_parms): When coercing the arguments for a
3534 variadic template, pack "extra" arguments into an argument pack.
3535 (coerce_template_template_parms): Cannot coerce between parameter
3536 packs and non-pack parameters.
3537 (template_args_equal): Compare PACK_EXPANSION_P expressions.
3538 (comp_template_args): Expand all template arguments packs before
3539 comparing template argument lists.
3540 (mangle_class_name_for_template): Make argument packs as separate
3542 (for_each_template_parm_r): No need to handle BASELINK.
3543 (instantiate_class_template): Handle pack expansions in the base
3545 (tsubst_pack_expansion): New.
3546 (tsubst_template_args): Handle substitutions of argument packs and
3547 pack expansion into template argument lists.
3548 (tsubst_decl): Expand function parameter packs into separate
3549 function parameters.
3550 (tsubst_arg_types): Expand a type pack expansion into separate
3552 (tsubst_exception_specification): Handle pack expansions in
3553 exception specifiers.
3554 (tsubst): See through ARGUMENT_PACK_SELECT arguments when
3555 replacing a template parameter with its argument. If we encounter
3556 a substitution for an argument pack, just return the parameter
3558 (tsubst_copy): sizeof(X...) returns the number of elements in
3559 parameter pack X. See through ARGUMENT_PACK_SELECT when the
3560 PARM_DECL is a parameter pack.
3561 (tsubst_expr): Expression pack expansions and argument packs
3562 cannot show up here; they will all be handled through function
3563 calls, sizeof, and template argument lists.
3564 (tsubst_copy_and_build): sizeof(X...) returns the number of
3565 elements in parameter pack X. Handle pack expansions in TREE_LIST
3566 and CONSTRUCTOR nodes.
3567 (fn_type_unification): Handle "incomplete" explicit template
3568 argument lists that specify some of the arguments for a template
3570 (type_unification_real): Unify arguments against pack expansions.
3571 (template_parm_level_and_index): New, helper function.
3572 (unify_pack_expansion): New.
3573 (unify): Unify argument packs on an argument-by-argument basis,
3574 handling variadic argument packs as well.
3575 (more_specialized_fn): Handle unification of function parameter
3576 packs. All things being equal, prefer non-variadic function
3577 templates to variadic function templates.
3578 (more_specialized_class): Prefer the variadic class template
3579 partial specialization that binds fewer arguments to a parameter
3581 (regenerate_decl_from_template): Expand function parameter packs
3582 into separate parameters.
3583 (instantiate_decl): Ditto.
3584 (tsubst_initializer_list): Handle pack expansions for base-class
3586 (dependent_type_p_r): Determine dependent types in argument packs
3587 and pack expansions.
3588 (value_dependent_expression_p): Determine value-dependence of
3589 non-type argument packs.
3590 (dependent_template_arg_p): Handle argument packs.
3591 * semantics.c (finish_cond): Check for bare parameter packs.
3592 (finish_expr_stmt): Ditto.
3593 (finish_for_expr): Ditto.
3594 (finish_switch_cond): Ditto.
3595 (finish_mem_initializers): Ditto.
3596 * name-lookup.c (arg_assoc_type): Handle pack expansions and
3598 * decl2.c (cp_build_parm_decl): Mark function parameter packs.
3599 * parser.c (make_declarator): Declarator is not an expansion.
3600 (make_pointer_declarator): Transfer parameter pack flag to outer
3602 (make_reference_declarator): Ditto.
3603 (make_ptrmem_declarator): Ditto.
3604 (make_call_declarator): Ditto.
3605 (make_array_declarator): Ditto.
3606 (cp_parser_postfix_expression): Allow pack expansion expressions
3607 in the argument list for a call expression.
3608 (cp_parser_parenthesized_expression_list): Add new parameter
3609 ALLOW_EXPANSION_P. When true, parse the ellipsis to mean "expand
3610 into separate arguments."
3611 (cp_parser_new_placement): Allow pack expansion expressions.
3612 (cp_parser_new_initializer): Ditto.
3613 (cp_parser_mem_initializer_list): Allow ellipsis to create a
3614 base-class initializer expansion.
3615 (cp_parser_mem_initializer): Ditto.
3616 (cp_parser_template_parameter_list): Keep track of whether the
3617 template parameter is a template parameter pack.
3618 (cp_parser_template_parameter): Parse the ellipsis to indicate a
3619 template parameter pack.
3620 (cp_parser_type_parameter): Ditto.
3621 (cp_parser_template_argument_list): Parse the ellipsis to indicate
3623 (cp_parser_direct_declarator): Parse the ellipsis to indicate that
3624 this declarator is a parameter pack.
3625 (cp_parser_parameter_declaration): The ellipsis does not end the
3626 parameter declaration, because it might be a parameter pack. Parse
3627 the ellipsis to indicate a parameter pack.
3628 (cp_parser_initializer): Allow pack expansions.
3629 (cp_parser_initializer_list): Allow ellipsis to create an
3630 initializer expansion.
3631 (cp_parser_base_clause): Allow ellipsis to create a base specifier
3633 (cp_parser_type_id_list): Allow ellipsis to create an exception
3634 specifier expansion.
3635 (cp_parser_attribute_list): Don't allow pack expansions.
3636 (cp_parser_functional_cast): Allow pack expansions.
3637 (cp_parser_sizeof_operand): Allow ellipsis following "sizeof" to
3638 compute the length of a parameter pack.
3639 (cp_parser_next_token_ends_template_argument_p): An ellipsis can
3640 end a template argument.
3641 * tree.c (cp_walk_subtrees): Walk BASELINK, TYPE_ARGUMENT_PACK,
3642 NONTYPE_ARGUMENT_PACK, TYPE_PACK_EXPANSION, EXPR_PACK_EXPANSION,
3645 2007-03-09 Dirk Mueller <dmueller@suse.de>
3647 * cp/call.c (build_new_op): Call warn_logical_operator.
3649 2007-03-08 Volker Reichelt <reichelt@netcologne.de>
3652 * semantics.c (finish_offsetof): Handle COMPOUND_EXPR.
3655 * pt.c (any_template_arguments_need_structural_equality_p):
3658 2007-03-08 Alexandre Oliva <aoliva@redhat.com>
3660 * decl.c (grokdeclarator): Disable warnings for anonymous
3663 2007-03-05 Volker Reichelt <reichelt@netcologne.de>
3665 * typeck2.c (readonly_error): Always emit a hard error.
3666 Remove last argument.
3667 * cp-tree.h (readonly_error): Adjust prototype.
3668 * semantics.c (finish_asm_stmt): Adjust call to readonly_error.
3669 * typeck.c (build_unary_op): Likewise.
3670 (build_modify_expr): Likewise.
3672 2007-03-04 Simon Martin <simartin@users.sourceforge.net>
3675 * tree.c (cp_tree_equal): Properly handle COMPLEX_CST trees.
3677 2007-03-03 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3680 * parser.c (struct cp_parser): New IN_IF_STMT.
3681 (cp_parser_statement_seq_opt): Handle an unexpected 'else',
3682 returning if parsing the body of an 'if' statement or issuing an
3683 error and continuing.
3684 (cp_parser_selection_statement): Set IN_IF_STMT bit when parsing
3686 (cp_parser_jump_statement): Mask new IN_IF_STMT bit.
3688 2007-03-02 Simon Martin <simartin@users.sourceforge.net>
3691 * class.c (update_vtable_entry_for_fn): Properly handle invalid overriders
3694 2007-03-02 Geoffrey Keating <geoffk@apple.com>
3696 * g++spec.c (lang_specific_driver): Add -lstdc++ when compiling
3697 Objective-C++. Don't exit early if -shared-libgcc needs to be
3700 2007-03-02 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3702 * typeck.c (common_base_type): Delete unused function.
3704 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
3706 * Make-lang.in: Add dummy lang.install-pdf target.
3708 2007-03-01 Simon Baldwin <simonb@google.com>
3711 * decl.c (check_tag_decl): Added new warning for typedef ignored
3712 when it precedes an otherwise valid non-typedef declaration.
3714 2007-02-28 Sandra Loosemore <sandra@codesourcery.com>
3716 * typeck.c (build_function_call): Store converted arguments
3717 in a stack-allocated array instead of building a list.
3718 (convert_arguments): Store arguments in the array passed in as an
3719 argument, and return the actual number of arguments.
3720 * call.c (build_call): Delete, and replace with...
3721 (build_call_n, build_call_a): New.
3722 (build_op_delete_call): Rewrite to avoid constructing argument lists.
3723 (build_over_call): Store converted arguments in a stack-allocated
3724 array instead of building a list.
3725 (build_cxx_call): Pass arguments in an array instead of as a list.
3726 (build_java_interface_fn_ref): Rewrite to avoid constructing
3728 * tree.h: Update declarations to reflect above changes.
3729 * method.c (use_thunk): Use a stack-allocated array to hold
3730 the arguments instead of a list.
3731 * rtti.c (throw_bad_cast): Update call to cxx_call.
3732 (throw_bad_typeid): Likewise.
3733 (build_dynamic_cast_1): Likewise.
3734 * init.c (build_builtin_delete_call): Use build_call_n.
3735 * decl.c (expand_static_init): Likewise.
3736 * except.c (cp_protect_cleanup_actions): Likewise.
3737 * cp-gimplify.c (genericize_eh_spec_block): Likewise.
3738 (gimplify_must_not_throw_expr): Likewise.
3739 (cxx_omp_apply_fn): Use build_call_a.
3741 2007-02-26 Mark Mitchell <mark@codesourcery.com>
3743 * semantics.c (expand_or_defer_fn): Call c_record_cdtor_fn.
3744 * decl2.c (cp_write_gloabl_declarations): Call c_build_cdtor_fns.
3746 2007-02-25 Mark Mitchell <mark@codesourcery.com>
3748 * cp-tree.h (static_ctors): Remove.
3749 * cp-tree.h (static_dtors): Likewise.
3750 * cp-objcp-common.c (decl_shadowed_for_var_lookup): Adjust for
3751 refactoring of tree_map hierarchy.
3752 (decl_shadowed_for_var_insert): Likewise.
3753 * semantics.c (expand_body): Use c_expand_body.
3754 (expand_or_defer_fn): Don't update static_ctors or static_dtors.
3755 * decl2.c (static_ctors): Remove.
3756 (static_dtors): Likewise.
3757 (generate_ctor_or_dtor_function): Pass NULL_TREE to
3758 objc_generate_static_init_call. Do not call static_[cd]tors.
3759 (generate_ctor_and_dtor_functions_for_priority): Do not check for
3761 (cp_write_global_declarations): Likewise.
3763 2007-02-23 Richard Guenther <rguenther@suse.de>
3765 * class.c (note_name_declared_in_class): Make declaration
3766 changes meaning a pedwarn.
3768 2007-02-22 Michael Matz <matz@suse.de>
3771 * cp-tree.h (TFF_UNQUALIFIED_NAME): New formatting flag.
3772 * error.c (dump_aggr_type, dump_simple_decl, dump_decl,
3773 dump_function_decl): Guard emitting outer scopes by new flag.
3774 * cp-lang.c (cxx_dwarf_name): New function.
3775 (LANG_HOOKS_DWARF_NAME): Define to cxx_dwarf_name.
3776 * pt.c (classtype_mangled_name, mangle_class_name_for_template):
3778 (push_template_decl_real, lookup_template_class): Remove calls
3781 2007-02-19 Mark Mitchell <mark@codesourcery.com>
3783 * call.c (build_new_method_call): Ensure that explicit calls of
3784 destructors have type "void".
3786 2007-02-19 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3788 * typeck.c (build_binary_op): Replace -Wstring-literal-comparison
3789 and -Walways-true with -Waddress.
3790 * cvt.c (convert_to_void): Replace unconditional warning with
3793 2007-02-18 Kazu Hirata <kazu@codesourcery.com>
3795 * decl.c, tree.c: Fix comment typos.
3797 2007-02-15 Andrew Pinski <andrew_pinski@playstation.sony.com>
3800 * semantics.c (finish_stmt_expr_expr): Set TREE_TYPE of the
3801 statement expression if we had an error mark node.
3803 2007-02-15 Sandra Loosemore <sandra@codesourcery.com>
3804 Brooks Moses <brooks.moses@codesourcery.com>
3805 Lee Millward <lee.millward@codesourcery.com>
3807 * cp-tree.def (AGGR_INIT_EXPR): Adjust documentation.
3808 Change class to tcc_vl_exp.
3810 * call.c (build_call): Use build_call_list instead
3812 (build_over_call): Likewise.
3813 (build_new_method_call): Use build_min_non_dep_call_list
3814 instead of build_min_non_dep.
3816 * error.c (dump_call_expr_args): New function.
3817 (dump_aggr_init_expr_args): New function.
3818 (dump_expr) <AGGR_INIT_EXPR, CALL_EXPR, INDIRECT_REF>: Use them.
3819 Update to use new CALL_EXPR and AGGR_INIT_EXPR accessor macros.
3821 * cvt.c (convert_to_void): Use build_call_array instead
3822 of build3; use new AGGR_INIT_EXPR accessor macros.
3824 * mangle.c (write_expression): Use TREE_OPERAND_LENGTH
3825 instead of TREE_CODE_LENGTH.
3827 * dump.c (cp_dump_tree) <AGGR_INIT_EXPR>: Update to use new
3828 AGGR_INIT_EXPR accessor macros.
3830 * cp-gimplify.c (cp_gimplify_init_expr): Use
3831 AGGR_INIT_EXPR_SLOT to set the slot operand.
3833 * cp-tree.h (AGGR_INIT_EXPR_FN): New macro.
3834 (AGGR_INIT_EXPR_SLOT): New macro.
3835 (AGGR_INIT_EXPR_ARG): New macro.
3836 (aggr_init_expr_nargs): New macro.
3837 (AGGR_INIT_EXPR_ARGP): New macro.
3838 (aggr_init_expr_arg_iterator): New.
3839 (init_aggr_init_expr_arg_iterator): New.
3840 (next_aggr_init_expr_arg): New.
3841 (first_aggr_init_expr_arg): New.
3842 (more_aggr_init_expr_args_p): New.
3843 (FOR_EACH_AGGR_INIT_EXPR_ARG): New.
3844 (stabilize_aggr_init): New declaration.
3845 (build_min_non_dep_call_list): Likewise.
3847 * tree.c (process_aggr_init_operands): New function.
3848 (build_aggr_init_array) New function.
3849 (build_cplus_new): Update to use new CALL_EXPR and
3850 AGGR_INIT_EXPR accessor macros. Replace use of build3 with
3851 build_aggr_init_array.
3852 (build_min_non_dep_call_list) New function.
3853 (build_min_nt): Assert input code parameter is not a variable
3854 length expression class.
3855 (build_min, build_min_non_dep): Likewise.
3856 (cp_tree_equal) <CALL_EXPR>: Iterate through the arguments
3857 to check for equality instead of recursing. Handle tcc_vl_exp
3859 (stabilize_call): Update to only handle CALL_EXPRs, not
3860 AGGR_INIT_EXPRs; use new CALL_EXPR accessor macros.
3861 (stabilize_aggr_init): New function.
3862 (stabilize_init): Use it.
3864 * cxx-pretty-print.c (pp_cxx_postfix_expression)
3865 <AGGR_INIT_EXPR, CALL_EXPR>: Update to use new CALL_EXPR and
3866 AGGR_INIT_EXPR accessor macros and argument iterators.
3868 * pt.c (tsubst_copy) <CALL_EXPR>: Replace build_nt with
3869 build_vl_exp. Iterate through the operands, recursively
3870 processing each one.
3871 (tsubst_copy_and_build) <CALL_EXPR>: Update to use new
3872 CALL_EXPR accessor macros.
3873 (value_dependent_expression_p) <default>: Handle tcc_vl_exp
3874 tree code classes. Use TREE_OPERAND_LENGTH instead of
3877 * semantics.c (finish_call_expr): Use build_nt_call_list
3878 instead of build_nt.
3879 (simplify_aggr_init_expr): Update to use new AGGR_INIT_EXPR
3880 accessor macros. Use build_call_array to construct the
3881 CALL_EXPR node instead of build3
3883 * decl2.c (build_offset_ref_call_from_tree): Use
3884 build_nt_call_list and build_min_non_dep_call_list instead
3885 of build_min_nt and build_min_non_dep.
3887 * parser.c (cp_parser_postfix_expression) <CPP_OPEN_PAREN>:
3888 Use build_nt_call_list instead of build_min_nt.
3890 2007-02-15 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3893 * call.c (build_conditional_expr): Improve error message.
3895 2007-02-13 Dirk Mueller <dmueller@suse.de>
3897 * friend.c (do_friend): Annotate warning about friend
3898 declarations in templates with OPT_Wnon_template_friend.
3899 Convert informal message from warning() to inform().
3901 2007-02-12 Simon Martin <simartin@users.sourceforge.net>
3902 Mark Mitchell <mark@codesourcery.com>
3905 * pt.c (do_decl_instantiation): Detect type mismatches in explicit
3906 instantiations for variables.
3908 2007-02-12 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3911 * cp-gimplify.c (gimplify_expr_stmt): Don't check extra_warnings.
3912 Check warn_unused_value just once.
3914 2007-02-11 Mark Mitchell <mark@codesourcery.com>
3917 * pt.c (determine_specialization): Use skip_artificial_parms_for.
3918 (fn_type_unificiation): Likewise.
3919 (get_bindings): Likewise.
3921 o2007-02-06 Mark Mitchell <mark@codesourcery.com>
3924 * decl.c (finish_function): Use DECL_REPLACEABLE.
3925 * tree.c (cp_cannot_inline_tree_fn): Likewise.
3927 2007-02-10 Gabriel Dos Reis <gdr@integrable-solutions.net>
3929 * parser.c (cp_parser_primary_expression): Reformat overly long lines.
3931 2007-02-10 Richard Henderson <rth@redhat.com>, Jakub Jelinek <jakub@redhat.com>
3933 * decl.c (grokvardecl): Don't error if !have_tls.
3934 (grokdeclarator): Likewise.
3935 * parser.c (cp_parser_omp_threadprivate): Likewise.
3937 2007-02-07 Jakub Jelinek <jakub@redhat.com>
3940 * cp-gimplify.c (cp_genericize_r): Don't dereference invisiref
3941 parameters and result decls in omp clauses.
3942 (cxx_omp_privatize_by_reference): Pass also invisiref PARM_DECLs
3945 2007-02-05 Dirk Mueller <dmueller@suse.de>
3948 * parser.c (cp_parser_class_specifier): Always initialize bases.
3950 2007-02-05 Paolo Bonzini <bonzini@gnu.org>
3952 * cp-tree.h (OMP_ATOMIC_CODE): Delete.
3953 (OMP_ATOMIC_DEPENDENT_P): Rewrite.
3954 * pt.c (tsubst_expr): Adjust for new format of dependent OMP_ATOMIC
3956 * semantics.c (finish_omp_atomic): Store a whole expression node
3957 in operand 1, and integer_zero_node in operand 0, for dependent
3958 OMP_ATOMIC. Rewrite to make flow easier to understand.
3960 2007-02-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
3962 * decl.c (grokdeclarator): Use OPT_Wreturn_type instead of 0.
3964 2007-02-04 Kazu Hirata <kazu@codesourcery.com>
3966 * class.c, cp-tree.h, decl.c, decl2.c, g++spec.c, init.c,
3967 parser.c, pt.c, tree.c, typeck.c: Follow spelling conventions.
3969 2007-02-03 Douglas Gregor <doug.gregor@gmail.com>
3971 * parser.c (cp_lexer_get_preprocessor_token): Attach the C++0x
3972 keyword warning to -Wc++0x-compat.
3974 2007-02-03 Gabriel Dos Reis <gdr@integrable-solutions.net>
3976 * decl.c (grokdeclarator): Update documentation.
3978 2007-02-02 Jakub Jelinek <jakub@redhat.com>
3981 * decl.c (grokdeclarator): If __thread is used together with
3982 a storage class other than extern and static, clear thread_p
3983 after issuing diagnostics and fall through to checking the
3986 2007-01-30 Roger Sayle <roger@eyesopen.com>
3988 * error.c (dump_type_suffix): Avoid use of cp_build_binary_op when
3989 calculating the size of an array (to avoid recursive errors).
3991 2007-01-30 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
3994 * typeck.c (build_binary_op): Fix logic for warning. Move warning
3996 * call.c (convert_like_real): Don't warn when converting to
3999 2007-01-29 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
4001 * decl.c (pop_label): Replace warning with call to
4002 warn_for_unused_label.
4004 2007-01-28 Andrew Pinski <pinskia@gmail.com>
4007 * semantics.c (finish_pseudo_destructor_expr): Check the
4008 destrutor name by calling check_dtor_name.
4010 2007-01-24 Douglas Gregor <dgregor@osl.iu.edu>
4012 * lex.c (D_CPP0X): Rename.
4014 (reswords): D_CPP0X -> D_CXX0X.
4015 (init_reswords): Ditto.
4016 * parser.c (cp_lexer_get_preprocessor_token): Warn about the use
4017 of C++0x keywords as identifiers.
4019 2007-01-23 Simon Martin <simartin@users.sourceforge.net>
4022 * decl.c (duplicate_decls): Don't reset DECL_INVALID_OVERRIDER_P for
4025 2007-01-23 Ian Lance Taylor <iant@google.com>
4027 * typeck.c (convert_for_assignment): Only warn about a = b = c
4028 when converting to bool.
4030 2007-01-23 Roger Sayle <roger@eyesopen.com>
4032 * call.c (null_ptr_cst_p): Replace use of TREE_CONSTANT_OVERFLOW with
4034 * typeck.c (ignore_overflows): Remove the remaining uses of
4035 TREE_CONSTANT_OVERFLOW.
4037 2007-01-20 Jan Hubicka <jh@suse.cz>
4039 * decl2.c (start_objects, start_static_storage_duration_function):
4040 Do not make the functions uninlinable.
4042 2007-01-17 Ian Lance Taylor <iant@google.com>
4044 * class.c (add_method): Call VEC_reserve_exact rather than passing
4045 a negative size to VEC_reserve.
4047 2007-01-11 Simon Martin <simartin@users.sourceforge.net>
4050 * tree.c (cp_tree_equal): Properly handle MODOP_EXPR trees.
4052 2007-01-10 Mark Mitchell <mark@codesourcery.com>