1 2006-07-28 Kazu Hirata <kazu@codesourcery.com>
3 * cp-tree.h: Fix a comment typo.
5 2006-07-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
8 * decl.c (grokdeclarator): Return error_mark_node after invalid
11 2006-07-23 Daniel Jacobowitz <dan@codesourcery.com>
14 * decl.c (grokvardecl): Use FROB_CONTEXT.
15 * pt.c (register_specialization): Likewise.
17 2006-07-23 Mark Mitchell <mark@codesourcery.com>
20 * cp-tree.h (LOOKUP_HIDDEN): New macro. Reformat comments.
21 * name-lookup.c (unqualified_namespace_lookup): There is no way to
22 have a hidden name in non-namespace scopes.
23 * pt.c (tsubst_friend_class): Look for hidden names.
24 * decl.c (lookup_and_check_tag): Fix typo in comment.
26 * semantics.c (finish_compound_literal): Fix typo in comment.
28 2006-07-21 Jason Merrill <jason@redhat.com>
30 * decl2.c (determine_visibility): Don't propagate visibility from
32 (constrain_class_visibility): Don't warn in system headers.
33 Don't warn about pointer fields.
35 2006-07-20 Mike Stump <mrs@apple.com>
37 * decl2.c (determine_visibility_from_class): Don't use hidden
38 visibility for explicit instantiations.
40 2006-07-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
43 * pt.c (tsubst_expr): Only apply DECL_TEMPLATE_INSTANTIATED to
47 * semantics.c (check_template_template_default_arg): Simplify
50 2006-07-20 Jason Merrill <jason@redhat.com>
53 * decl.c (grokvardecl): Set DECL_THIS_STATIC on file-scope
54 const variables with implicit internal linkage.
55 * tree.c (decl_linkage): Only return lk_external if it's set.
58 * decl2.c (constrain_visibility): Ignore the anonymous namespace
60 (VISIBILITY_STATIC): Rename to VISIBILITY_ANON.
62 * decl2.c (constrain_visibility): Remove specified and reason
63 parameters. Don't touch decls that already have explicit visibility.
64 (determine_visibility): Do copy DECL_VISIBILITY_SPECIFIED from
66 (determine_visibility_from_class): Reverse sense of
67 DECL_VISIBILITY_SPECIFIED test for target-specific visibility rules.
68 (constrain_class_visibility): Only complain about member visibility
69 if the member type is another class. Don't change visibility of the
72 2006-07-19 Mark Mitchell <mark@codesourcery.com>
75 * decl.c (layout_var_decl): Don't call push_local_name here.
76 (initialize_artificial_var): Assert artificiality.
77 (cp_finish_decl): Call push_local_name here.
79 2006-07-18 Mark Mitchell <mark@codesourcery.com>
82 * typeck.c (build_binary_op): Short-circuit pointer arithmetic in
85 2006-07-18 Mark Mitchell <mark@codesourcery.com>
88 * semantics.c (check_accessibility_of_qualified_id): Robustify.
91 * pt.c (tsubst_decl): Handling substitutions into a static data
92 member from within the scope of the tempalte itself.
94 2006-07-18 Lee Millward <lee.millward@gmail.com>
97 * method.c (locate_copy): Check for non_reference
98 returning error_mark_node.
101 * decl.c (duplicate_decls): Return error_mark_node
102 on ambiguous declaration.
104 2006-07-18 Steve Ellcey <sje@cup.hp.com>
107 * search.c (adjust_result_of_qualified_name_lookup): Change
108 assert to part of if statement.
110 2006-07-17 Steve Ellcey <sje@cup.hp.com>
113 * decl.c (reshape_init_class): Return error_mark_node on error.
115 2006-07-17 Steve Ellcey <sje@cup.hp.com>
118 * decl2.c (check_classfn): Return NULL_TREE on error.
120 2006-07-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
123 * name-lookup.c (pushdecl_maybe_friend): Return early on
125 * except.c (expand_start_catch_block): Use error_mark_node instead
126 of NULL_TREE for invalid decls.
127 * parser.c (cp_parser_exception_declaration): Return error_mark_node
128 on invalid catch parameter. Simplify.
130 2006-07-16 Jakub Jelinek <jakub@redhat.com>
133 * decl2.c (note_vague_linkage_var): Removed.
134 (finish_static_data_member_decl): Add decl to pending_statics vector
135 directly. Do it even for non-public decls.
137 2006-07-15 Lee Millward <lee.millward@gmail.com>
140 * decl2.c (acceptable_java_type): Robustify. Use
141 proper Boolean return type instead of return 1.
142 (check_java_method): Don't issue error about
143 type not being an acceptable Java parameter if
144 it's error_mark_node.
147 * parser.c (cp_parser_elaborated_type_specifier):
148 Return early if an invalid type was detected.
150 2006-07-15 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
153 * parser.c (cp_parser_check_decl_spec): New function.
154 (cp_parser_decl_specifier_seq): Factor out check for repeated
155 decl-specifiers into cp_parser_check_decl_spec. Use it.
156 (cp_parser_type_specifier_seq): Use it.
159 * semantics.c (finish_offsetof): Use TREE_OPERAND for COMPONENT_REFs
163 * decl2.c (cplus_decl_attributes): Check for invalid decls.
165 2006-07-14 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
168 * decl.c (cp_finish_decl): Check asmspec_tree for error_mark_node.
169 * decl2.c (grokfield): Likewise.
171 2006-07-12 Geoffrey Keating <geoffk@apple.com>
173 * decl2.c (determine_visibility): Don't change visibility of
174 function locals because of -fvisibility-inlines-hidden.
176 2006-07-12 Jason Merrill <jason@redhat.com>
179 * semantics.c (note_decl_for_pch): Don't premangle templates.
181 2006-07-12 Martin Michlmayr <tbm@cyrius.com>
183 * typeck.c (string_conv_p): Remove spurious quotation mark in
186 2006-07-07 Lee Millward <lee.millward@gmail.com>
187 Andrew Pinski <pinskia@gmail.com>
190 * decl.c (define_label): Return error_mark_node on error.
191 * semantics.c (finish_label_stmt): Don't call
192 add_stmt for invalid labels.
194 2006-07-06 Jason Merrill <jason@redhat.com>
197 * decl2.c (finish_static_data_member_decl): Don't assert
200 2006-07-05 Jason Merrill <jason@redhat.com>
204 * class.c (check_field_decls): Check TYPE_PACKED after
205 stripping array types.
206 (finish_struct_bits): Don't copy TYPE_SIZE here.
209 * friend.c (is_friend): Fix DR 45 implementation.
211 2006-07-05 Richard Guenther <rguenther@suse.de>
212 Andrew Pinski <pinskia@gcc.gnu.org>
215 * cp-objcp-common.c (cxx_types_compatible_p): Ignore
216 top level qualifiers for pointer type comparisons.
218 2006-07-01 Jason Merrill <jason@redhat.com>
221 * method.c (make_thunk): Unset DECL_USE_TEMPLATE and
224 2006-06-30 Jason Merrill <jason@redhat.com>
227 * call.c (build_new_method_call): Force evaluation of the
228 instance pointer, not the object.
230 2006-06-30 Kazu Hirata <kazu@codesourcery.com>
232 * decl2.c: Fix a comment typo.
234 2006-06-30 Jason Merrill <jason@redhat.com>
237 * decl2.c (grokfield): Only try to treat the decl as an access
238 declaration if the scope is a class.
240 2006-06-29 Jason Merrill <jason@redhat.com>
247 * decl2.c (determine_visibility): Overhaul.
248 (determine_visibility_from_class): Likewise.
249 (min_vis_r, type_visibility, constrain_visibility): New fns.
250 (constrain_visibility_for_template): Likewise.
251 (constrain_class_visibility): Likewise.
252 * decl.c (cp_finish_decl): Call determine_visibility for function
254 * name-lookup.c (pushtag): Call determine_visibility.
255 * decl.c (duplicate_decls): Don't copy visibility from template to
257 * pt.c (check_explicit_specialization): Likewise.
258 (lookup_template_class, tsubst_decl): Call determine_visibility.
259 * class.c (finish_struct_1): Call constrain_class_visibility.
264 * parser.c (cp_parser_explicit_instantiation): Pass the attributes
266 (cp_parser_type_specifier): Allow 'enum __attribute ((...)) E'.
267 (cp_parser_enum_specifier): Likewise.
268 (cp_parser_elaborated_type_specifier): Apply attributes if this
269 declares only the class.
270 (cp_parser_class_specifier): Apply leading attributes immediately.
271 * semantics.c (begin_class_definition): Add attributes parameter,
272 apply them to the type.
276 * tree.c (decl_anon_ns_mem_p): New function.
277 * cp-tree.h: Declare it.
278 * decl2.c (determine_visibility): Make anonymous namespace
280 (min_vis_r, constrain_visibility): Likewise.
281 * rtti.c (create_pseudo_type_info): Set TREE_PUBLIC on
283 * decl.c (cxx_init_decl_processing): Set TREE_PUBLIC on
285 * name-lookup.c (push_namespace_with_attribs): Don't set TREE_PUBLIC
286 on anonymous namespaces.
288 2006-06-28 Jason Merrill <jason@redhat.com>
291 * pt.c (convert_template_argument): Pass all template arguments
292 on to coerce_template_template_parms.
294 2006-06-25 Lee Millward <lee.millward@gmail.com>
295 Mark Mitchell <mark@codesuorcery.com>
298 * decl2.c (grokbitfied): Remove check for grokdeclarator
299 returning NULL_TREE, instead check for error_mark_node
301 * decl.c (grokdeclarator): Adjust block comment.
303 2006-06-25 Lee Millward <lee.millward@gmail.com>
306 * mangle.c (mangle_conv_op_name_for_type): Check for
308 * name-lookup.c (push_class_level_binding): Robustify.
309 (do_class_using_decl): Return early if name is error_mark_node.
311 2006-06-23 Steve Ellcey <sje@cup.hp.com>
314 * name-lookup.c (pushtag): Return if we have error_mark_node.
316 2006-06-23 Steve Ellcey <sje@cup.hp.com>
319 * typeck2.c (process_init_constructor_array): Set ce->value on errors.
321 2006-06-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
324 * parser.c (cp_parser_attribute_list): Skip attributes with invalid
325 arguments. Fix comment.
328 * init.c (build_new_1): Handle error_mark_nodes returned by
329 build_java_class_ref.
330 (build_java_class_ref): Do not abort compilation, but return
331 error_mark_node. Improve error message. Fix indentation.
333 2006-06-23 Danny Smith <dannysmith@users.sourceforge.net>
336 * decl.c (start_decl): Check that dllimports are not initialized.
338 2006-06-22 Lee Millward <lee.millward@gmail.com>
341 * typeck2.c (build_m_component_ref): Use error_operand_p.
344 * decl.c (grokdeclarator): Return error_mark_node on
345 invalid uses of the scope resolution operator.
347 2006-06-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
350 * pt.c (determine_specialization): Check for invalid decls.
353 * pt.c (unify) <case TEMPLATE_PARM_INDEX>: Check for invalid
357 * rtti.c (get_tinfo_decl_dynamic): Robustify.
359 2006-06-20 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
362 * init.c (push_base_cleanups): Skip members with invalid types.
363 * typeck.c (build_class_member_access_expr): Robustify.
365 2006-06-19 Mark Mitchell <mark@codesourcery.com>
367 * pt.c (instantiate_template): Fix typo in comment.
369 2006-06-19 Richard Guenther <rguenther@suse.de>
371 * parser.c (CP_LEXER_BUFFER_SIZE): Adjust to assure near
372 power-of-two token vector size.
374 2006-06-16 Mark Mitchell <mark@codesourcery.com>
377 * decl.c (cp_finsh_decl): Do not emit uninstantiated static data
381 * call.c (standard_conversion): Strip cv-qualifiers from bitfield
385 * decl.c (have_extern_spec): Remove.
386 (start_decl): Do not check have_extern_spec.
387 (start_function): Likewise.
388 * cp-tree.h (have_extern_spec): Remove.
389 * parser.c (cp_parser_linkage_specification): Don't set
391 (cp_parser_init_declarator): Likewise.
392 (cp_parser_parameter_declaration): Do not treat parameters as
393 within the scope of an unbraced linkage specification.
395 2006-06-15 Mark Mitchell <mark@codesourcery.com>
398 * cp-tree.h (CLASSTYPE_SPECIALIZATION_OF_PRIMARY_TEMPLATE_P): New
400 * pt.c (unify): Use it.
403 * call.c (build_conditional_expr): Robustify.
406 * pt.c (instantiate_template): Set processing_template_decl to
407 zero while performing substitutions.
409 2006-06-14 Mark Mitchell <mark@codesourcery.com>
412 * parser.c (cp_parser_unqualified_id): Use constructor_name_p to
413 identify destructors.
414 (cp_parser_nested_name_specifier_opt): Remove invalid
416 (cp_parser_template_id): Refine heuristic for determining whether
417 we are entering a scope.
420 * parser.c (cp_parser_declarator): Robustify.
423 * pt.c (tsubst_expr): Use finish_omp_atomic.
424 (value_dependent_expression_p): All CALL_EXPRs are dependent.
425 * semantics.c (finish_omp_atomic): Rework to use standard
426 paradigms for handling non-dependent expressions.
428 2006-06-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
430 * typeck.c (build_modify_expr): Tidy diagnostic message.
432 2006-06-14 Mark Mitchell <mark@codesourcery.com>
435 * typeck.c (build_modify_expr): Disallow array assignment.
437 2006-06-14 Gabriel Dos Reis <gdr@integrable-solutions.net>
439 * cp-tree.def: Fix typo.
441 2006-06-13 Mark Mitchell <mark@codesourcery.com>
444 * decl.c (decls_match): Allow an extern "C" variable declarations
445 from different namespaces to match.
446 (duplicate_decls): Disallow redeclaring a variable with a
447 different linkage specification.
449 2006-06-13 Jakub Jelinek <jakub@redhat.com>
452 * cp-tree.h (cxx_int_tree_map): New struct.
453 (struct language_function): Add extern_decl_map field.
454 * name-lookup.c (pushdecl_maybe_friend): Add x -> t mapping
455 to cp_function_chain->extern_decl_map hash table instead of
456 copying over DECL_UID.
457 * cp-gimplify.c (cxx_int_tree_map_eq, cxx_int_tree_map_hash): New
459 (cp_genericize_r): Remap DECL_EXTERN local decls using
460 cp_function_chain->extern_decl_map hash table.
461 * decl.c (finish_function): Clear extern_decl_map.
463 2006-06-12 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
466 * semantics.c (finish_offsetof): Handle pseudo-destructors.
469 * name-lookup.c (lookup_qualified_name): Always return error_mark_node
473 * decl2.c (finish_anon_union): Return early if build_anon_union_vars
476 2006-06-12 Roger Sayle <roger@eyesopen.com>
479 * typeck2.c (build_functional_cast): Use cp_convert to construct
480 non-aggregate initializers instead of the user-level build_c_cast.
482 2006-06-07 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
485 * cp-tree.h (finish_offsetof): Add prototype.
486 * semantics.c (finish_offsetof): New function.
487 * parser.c (cp_parser_builtin_offsetof): Call it instead of
489 * pt.c (tsubst_copy_and_build): Likewise.
491 2006-06-06 Mark Mitchell <mark@codesourcery.com>
494 * call.c (standard_conversion): Require that the derived type be
495 complete when performing a derived-to-base conversion.
497 2006-06-04 Mark Mitchell <mark@codesourcery.com>
500 * decl.c (cp_finish_decl): Process initializers for static data
501 members with non-dependent initializers, even in templates.
504 * decl.c (maybe_deduce_size_from_array_init): If the declaration
505 is erroneous, give it an erroneous type.
506 (layout_var_decl): If the type is erroneous, give up.
507 (check_initializer): Likewise.
510 * cp-tree.h (TYPE_OBJ_P): New macro.
511 (TYPE_PTROB_P): Use it.
512 (TYPE_REF_OBJ_P): Likewise.
513 * semantics.c (finish_compound_literal): Do not permit compound
514 literals of non-object types.
517 * typeck.c (original_type): Robustify.
519 2006-06-05 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
522 * init.c (constant_value_1): Return decl instead of error_mark_node
523 for invalid initializers.
525 2006-06-01 Andrew Pinski <pinskia@physics.uc.edu>
528 * rtti.c (build_dynamic_cast_1): Call c_common_truthvalue_conversion
529 on operand of the COND_EXPR for the null pointer check.
531 2006-06-01 Andrew Pinski <pinskia@physics.uc.edu>
534 * typeck.c (build_unary_op): Mark the function as being used.
536 2006-06-01 Alexandre Oliva <aoliva@redhat.com>
539 * parser.c (cp_parser_initial_pragma): Read one more token for
540 caller after reading PCH file in.
542 2006-05-31 Mark Mitchell <mark@codesourcery.com>
545 * call.c (perform_implicit_conversion): Do not actually perform
546 conversions in templates.
549 * call.c (resolve_args): Check for invalid uses of bound
550 non-static member functions.
551 * init.c (build_offset_ref): Return error_mark_node for errors.
554 * decl.c (reshape_init): Robustify.
555 (reshape_init_array_1): Likewise.
557 2006-05-30 Mark Mitchell <mark@codesourcery.com>
560 * parser.c (cp_parser_decl_specifier_seq): Issue errors about
561 "friend" specifiers that do not appear in class scopes.
564 * class.c (check_bitfield_decl): Ensure that all bitfields have
567 2006-05-29 Kazu Hirata <kazu@codesourcery.com>
569 * pt.c (convert_nontype_argument): Fix a typo in an error
572 2006-05-28 Kazu Hirata <kazu@codesourcery.com>
574 * decl.c, decl2.c, parser.c: Fix comment typos. Follow
575 spelling conventions.
577 2006-05-24 Mark Mitchell <mark@codesourcery.com>
580 * decl.c (cp_make_fname_decl): Don't set DECL_INITIAL to
581 error_mark_node to indicate an initialization is OK.
582 (start_decl): Likewise. Adjust call to start_decl_1.
583 (start_decl_1): Add initialized parameter. Simplify.
584 * except.c (initialize_handler_parm): Adjust call to
586 (expand_start_catch_block): Let cp_finish_decl initialize catch
588 * cp-tree.h (start_decl_1): Adjust prototype.
589 * pt.c (tsubst_expr): Don't set DECL_INITIAL to error_mark_node.
590 (instantiate_decl): Let cp_finish_decl handle initialization.
591 * semantics.c (finish_compound_literal): Create a temporary
592 variable for the literal.
593 * typeck.c (build_unary_op): Remove COMPOUND_LITERAL_P special
595 * decl2.c (finish_static_data_member_decl): Don't set
597 (grokfield): Do not try to initialize functions.
599 2006-05-23 Mark Mitchell <mark@codesourcery.com>
602 * pt.c (determine_specialization): Disallow partial
603 specializations of templates.
605 2006-05-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
608 * typeck.c (build_modify_expr): Test arguments for error_operand_p.
610 * decl.c (grokdeclarator): Return error_mark_node instead of NULL_TREE.
612 2006-05-21 Mark Mitchell <mark@codesourcery.com>
615 * cp-tree.h (cp_save_expr): New function.
616 * init.c (build_new): Correct logic for zero-element array
617 warning. Use cp_save_expr.
618 * tree.c (cp_save_expr): New function.
620 2006-05-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
623 * decl.c (grokdeclarator): Return error_mark_node instead of NULL_TREE
626 2006-05-19 Mike Stump <mrs@apple.com>
628 * typeck.c (default_conversion): Remove static.
630 2006-05-19 Mark Mitchell <mark@codesourcery.com>
633 * cp-tree.h (begin_function_try_block): Change prototype.
634 (finish_function_handler_sequence): Likewise.
635 * parser.c (cp_parser_function_try_block): Adjust calls.
636 * pt.c (tsubst_expr): Adjust calls.
637 * semantics.c (begin_function_try_block): Create an artificial
639 (finish_function_handler_sequence): Close it.
641 2006-05-18 Mark Mitchell <mark@codesourcery.com>
645 * typeck.c (decay_conversion): Convert bitfields to their declared
646 types here. Improve documentation. Avoid use of cp_convert.
647 (default_conversion): Make it static. Perform integral promotions
648 before lvalue-to-rvalue, function-to-pointer, and array-to-pointer
650 * init.c (build_init): Remove.
651 (expand_default_init): Do not call rvalue.
652 * call.c (null_ptr_cst_p): Robustify.
653 (build_conditional_expr): Tidy.
654 * except.c (build_throw): Do not perform lvalue-to-rvalue
655 conversion on operand before initializing temporary.
656 * tree.c (convert.h): Include it.
657 (convert_bitfield_to_declared_type): Use convert_to_integer, not
659 (rvalue): Don't convert bitfields to their declared type here.
660 * cp-tree.h (build_init): Remove.
661 (default_conversion): Likewise.
662 * typeck2.c (build_m_component_ref): Do not perform
663 lvalue-to-rvalue, function-to-pointer, or array-to-pointer
664 conversions here. Correct error message.
666 2006-05-17 Mark Mitchell <mark@codesourcery.com>
669 * decl2.c (check_member_template): Remove checks for virtual
671 * parser.c (cp_parser_function_specifier_opt): Complain about
673 (cp_parser_pure_specifier): Likewise.
676 * parser.c (cp_parser_set_storage_class): Check for
677 invalid uses of storage classes on unbraced linkage
679 (cp_parser_decl_specifier_seq): Pass keywords, not storage classes,
680 to cp_parser_set_storage_class.
682 2006-05-17 Jakub Jelinek <jakub@redhat.com>
685 * semantics.c (finish_compound_literal): Only set TREE_HAS_CONSTRUCTOR
689 * parser.c (cp_parser_omp_parallel): Set OMP_PARALLEL_COMBINED
690 on combined parallel workshare constructs.
691 * pt.c (tsubst_expr): Copy OMP_PARALLEL_COMBINED flag.
693 2006-05-16 H.J. Lu <hongjiu.lu@intel.com>
696 * Make-lang.in (GXX_OBJS): Replace gcc.o with $(GCC_OBJS).
698 2006-05-15 Mark Mitchell <mark@codesourcery.com>
701 * cp-tree.h (perform_access_checks): New function.
702 * semantics.c (perform_access_checks): New function.
703 (perform_deferred_access_checks): Use it.
704 * parser.c (cp_parser_simple_declaration): Adjust call to
705 cp_parser_init_declarator.
706 (cp_parser_type_parameter): Do not defer checks in default
708 (cp_parser_explicit_specialization): Adjust call to
709 cp_parser_single_declaration.
710 (cp_parser_init_declarator): Perform template-parameter access
712 (cp_parser_parameter_declaration): Do not defer checks for
713 template parameter default arguments.
714 (cp_parser_template_declaration_after_export): Gather access
715 checks for template parameters, and pass them to
716 cp_parser_single_declaration.
717 (cp_parser_template_parameter_access_checks): New function.
718 (cp_parser_single_declaration): Add checks parameter.
721 * call.c (convert_like_real): Convert bitfields to their declared
722 types when forming an rvalue.
723 * tree.c (convert_bitfield_to_declared_type): New function.
725 * cp-tree.h (convert_bitfield_to_declare_type): Declare it.
727 2006-05-15 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
730 * pt.c (any_dependent_template_arguments_p): Return early on invalid
734 * search.c (adjust_result_of_qualified_name_lookup): Skip on
735 invalid context_class.
738 * pt.c (do_decl_instantiation): Return early on invalid decl.
741 * pt.c (push_template_decl_real): Return error_mark_node instead
745 * pt.c (tsubst_friend_class): Return early on invalid friend
748 2006-05-14 H.J. Lu <hongjiu.lu@intel.com>
750 * Make-lang.in (cp/decl.o): Add dependency on $(TARGET_H).
751 (cp/decl2.o): Likewise.
752 (cp/typeck.o): Likewise.
753 (cp/cvt.o): Likewise.
754 (cp/parser.o): Likewise.
755 (cp/call.o): Replace target.h with $(TARGET_H).
757 2006-05-14 Alexandre Oliva <aoliva@redhat.com>
759 * pt.c (build_non_dependent_expr): Leave ADDR_EXPR of
762 2006-05-11 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
765 * decl.c (copy_fn_p): Return early on non-member functions.
767 2006-05-08 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
770 * decl2.c (build_memfn_type): Skip invalid functions and class types.
772 2006-05-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
775 * pt.c (convert_nontype_argument): Return early on invalid arguments.
777 * pt.c (process_template_parm): Remove superfluous temporary.
780 * pt.c (process_template_parm): Handle erroneous non-type parameters.
783 * typeck.c (convert_for_initialization): Skip erroneous types.
786 * typeck.c (convert_arguments): Return early on args with
789 2006-05-03 Aldy Hernandez <aldyh@redhat.com>
792 * typeck.c (build_static_cast_1): Save casted types in used types
794 (build_reinterpret_cast_1): Same.
795 * rtti.c (build_dynamic_cast_1): Same.
797 2006-05-04 Jakub Jelinek <jakub@redhat.com>
800 * parser.c (cp_parser_omp_for_loop): Only call
801 cp_parser_abort_tentative_parse if cp_parser_parse_definitely was not
804 2006-05-02 Mark Mitchell <mark@codesourcery.com>
807 * decl.c (grokdeclarator): Robustify checks for defining members
811 * class.c (add_method): Call grok_special_member_properties.
812 * decl.c (grokdeclarator): Don't call it here.
813 (copy_fn_p): A TEMPLATE_DECL is never a copy constructor or
814 assignment operator. Set TYPE_HAS_CONSTURCTOR if DECL is a
816 (start_method): Don't call grok_special_member_properties.
817 * method.c (implicitly_declare_fn): Likewise.
818 * pt.c (instantiate_class_template): Likewise.
819 * decl2.c (grokfield): Likewise.
821 2006-05-02 Jakub Jelinek <jakub@redhat.com>
824 * cp-gimplify.c (cxx_omp_privatize_by_reference): New function.
825 * cp-tree.h (cxx_omp_privatize_by_reference): New prototype.
826 * cp-objcp-common.h (LANG_HOOKS_OMP_PRIVATIZE_BY_REFERENCE): Define.
828 2006-04-30 Mark Mitchell <mark@codesourcery.com>
831 * pt.c (tsubst_default_argument): Increment function_depth around
833 * parser.c (cp_parser_parameter_declaration): Likewise.
834 * decl2.c (mark_used): Tidy.
836 2006-04-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
839 * decl.c (grok_op_properties): Skip operators with invalid args
840 when checking for class-type or enum-type args.
842 2006-04-29 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
845 * decl.c (copy_fn_p): Skip functions with invalid first arg.
847 2006-04-27 Mark Mitchell <mark@codesourcery.com>
850 * tree.c (rvalue): Convert bitfields to their declared types.
853 * typeck2.c (cxx_incomplete_type_diagnostic): Handle
856 2006-04-24 Mark Mitchell <mark@codesourcery.com>
859 * typeck.c (decay_conversion): Don't adjust bitfield types.
860 (perform_integral_promotions): Treat bitfield enums as enums, not
861 as short integer types.
862 * tree.c (rvalue): Convert bitfields to their correct types.
864 2006-04-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
867 * class.c (layout_class_type): Skip fields with invalid types.
869 2006-04-23 Mark Mitchell <mark@codesourcery.com>
872 * cp-tree.h (build_this_parm): Declare.
873 (grok_method_quals): Remove.
874 (build_memfn_type): Declare.
875 (build_artificial_parm): Declare.
876 (do_friend): Remove quals parameter.
877 * decl.c (build_this_parm): New function.
878 (grokfndecl): Use it. Do not pass quals to grokclassfn.
879 (grokdeclarator): Rename quals to memfn_quals. Avoid allocating
880 unnecessary TYPE_DECLs. Correct qualification of member function
882 * method.c (implicitly_declare_fn): Use build_this_parm.
883 * friend.c (do_friend): Remove quals parameter.
884 * decl2.c (grok_method_quals): Remove.
885 (build_memfn_type): New function.
886 (build_artificial_parm): Give it external linkage.
887 (grokclassfn): Remove quals parameter. Do not build "this"
891 * cp-tree.h (is_bitfield_expr_with_lowered_type): New function.
892 * typeck.c (is_bitfield_expr_with_lowered_type): New function.
893 (decay_conversion): Convert bitfield expressions to the correct
895 (build_modify_expr): Remove spurious conversions.
896 * class.c (layout_class_type): Modify the type of bitfields to
897 indicate a limited range.
898 * call.c (standard_conversion): Adjust the type of bitfield
899 expressions used in an rvalue context.
900 (build_conditional_expr): Likewise.
902 2006-04-22 Kazu Hirata <kazu@codesourcery.com>
904 * decl.c: Fix comment typos.
906 2006-04-21 Eric Christopher <echristo@apple.com>
908 * decl.c: Fix typo in function name.
910 2006-04-19 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
913 * parser.c (cp_parser_class_name): Check for invalid typenames.
917 * pt.c (tsubst_friend_function): Return early if
918 pushdecl_namespace_level fails.
921 * typeck.c (convert_arguments): Return error_mark_node instead of
923 * cp-tree.h (error_mark_list): Remove declaration.
924 * decl.c (error_mark_list): Remove definition.
925 (cxx_init_decl_processing): Do not initialize error_mark_list.
928 * rtti.c (build_dynamic_cast_1): Check for invalid conversions
929 before calling convert_to_reference.
930 * cvt.c (convert_to_reference): Assert that reftype is a
933 2006-04-19 Mark Mitchell <mark@codesourcery.com>
936 * class.c (currently_open_class): Tidy.
937 * decl.c (grokdeclarator): If we encounter an erroneous
938 declarator, assume that we have already issued an error message
939 and return. Return error_mark_node instead of NULL_TREE in more
940 places. Issue errors about function definitions that do not have
941 a function declarator. Check for complete types for all function
943 * cp-tree.h (cp_error_declarator): Remove.
944 (currently_open_class): Change return type.
945 * parser.c (cp_parser_id_expression): Add optional_p parameter.
946 (cp_parser_parse_diagnose_invalid_type_name): Adjust calls.
947 (cp_parser_id_expression): Likewise.
948 (cp_parser_unqualified_id): If the name is optional, return
950 (cp_parser_postfix_dot_deref_expression): Adjust calls.
951 (cp_parser_type_parameter): Likewise.
952 (cp_parser_unqualified_id): Likewise.
953 (cp_parser_direct_declarator): Likewise.
954 (cp_parser_declarator_id): Add optional_p parameter.
955 (cp_parser_function_definition_from_specifiers_and_declarator):
956 Assume that start_function indicates failure only if it has issued
958 (cp_parser_omp_var_list_no_open): Adjust calls.
960 2006-04-17 Janis Johnson <janis187@us.ibm.com>
962 PR c++/26114, c++/26115
963 * typeck.c (cxx_mark_addressable): Restore check for extra_warnings.
964 * class.c (check_field_decls): Ditto.
966 2006-04-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
968 * init.c (build_offset_ref): Remove superfluous temporary.
970 2006-04-16 Mark Mitchell <mark@codesourcery.com>
973 * typeck.c (finish_class_member_access_expr): Robustify
975 2006-04-15 Kazu Hirata <kazu@codesourcery.com>
977 * Make-lang.in (cp/pt.o): Depend on vecprim.h.
978 * pt.c: Include vecprim.h.
979 (inline_parm_levels): Change the type to VEC(int,heap) *.
980 (inline_parm_levels_used): Remove.
981 (maybe_begin_member_template_processing,
982 maybe_end_member_template_processing): Use VEC instead of
985 * cp/call.c: Fix comment typos.
987 2006-04-12 Mark Mitchell <mark@codesourcery.com>
989 * parser.c (cp_parser_init_declarator): Initialize local variables
992 2006-04-12 Roger Sayle <roger@eyesopen.com>
994 * parser.c (cp_parser_init_declarator): Initialise
995 is_parenthesized_init to false to avoid compiler warning.
997 2006-04-11 Mark Mitchell <mark@codesourcery.com>
999 * cp-tree.h (build_operator_new_call): Adjust prototype.
1000 (build_new_method_call): Likewise.
1001 (build_op_delete_call): Likewise.
1002 * init.c (build_raw_new_expr): New function.
1003 (build_new_1): Pass information as parameters, rather than
1004 bundling it into a NEW_EXPR.
1005 (build_new): Adjust accordingly.
1006 (build_vec_delete_1): Adjust for changes to build_op_delete_call.
1007 (build_delete): Likewise.
1008 * decl.c (finish_destructor_body): Likewise.
1009 * call.c (build_operator_new_call): Return the allocation function
1011 (build_op_delete_call): Take allocation function as parameter.
1012 (build_special_member_call): Adjust call to build_new_method_call.
1013 (build_new_method_call): Return function called.
1014 * pt.c (tsubst_copy_and_build): Adjust call to
1015 build_new_method_call.
1016 * semantics.c (finish_call_expr): Likewise.
1017 * parser.c (cp_parser_postfix_expression): Likewise.
1018 * typeck2.c (cxx_incomplete_type_diagnostic): Refer to
1019 "incomplete", not "undefined", types.
1022 * decl.c (grokdeclarator): Remove namespace-handling code for
1023 pointers-to-members.
1024 * parser.c (cp_parser_ptr_operator): Check for qualified names
1028 * parser.c (cp_parser_init_declarator): Adjust logic for deciding
1029 whether or not to look for a pure-specifier.
1030 (cp_parser_member_declaration): Likewise.
1032 2006-04-08 Kazu Hirata <kazu@codesourcery.com>
1034 * decl2.c, pt.c, semantics.c: Fix comment typos.
1036 2006-04-06 Roger Sayle <roger@eyesopen.com>
1038 * call.c (null_ptr_cst_p): Add explicit TREE_CONSTANT_OVERFLOW check.
1040 2006-04-05 Jason Merrill <jason@redhat.com>
1042 * name-lookup.c (push_namespace_with_attribs): Temporarily disable
1043 default hidden visibility for anonymous namespace.
1045 2006-03-29 Roger Sayle <roger@eyesopen.com>
1048 * init.c (build_vec_delete_1): Convert BASE pointer's type to
1049 the base pointer type to avoid a type mismatch in the EQ_EXPR.
1051 2006-03-24 Carlos O'Donell <carlos@codesourcery.com>
1053 * search.c (maybe_suppress_debug_info): If
1054 flag_emit_class_debug_always then don't suppress.
1056 2006-03-22 Jason Merrill <jason@redhat.com>
1058 * name-lookup.c (push_namespace_with_attribs): Only apply hidden
1059 visibility to anonymous namespaces if HAVE_GAS_HIDDEN.
1061 2006-03-21 Jakub Jelinek <jakub@redhat.com>
1064 * cp-gimplify.c (cxx_omp_clause_apply_fn): Handle default arguments.
1066 2006-03-21 Jason Merrill <jason@redhat.com>
1069 * parser.c (cp_parser_declaration): Support attributes on
1070 anonymous namespaces.
1071 * name-lookup.c (push_namespace_with_attribs): Anonymous
1072 namespaces default to hidden visibility.
1074 2006-03-20 Jason Merrill <jason@redhat.com>
1076 PR c++/21764, c++/19238
1077 * decl.c (cp_finish_decl): Call determine_visibility later.
1078 (start_preparsed_function): Likewise.
1079 * cp-tree.h (CP_TYPE_CONTEXT, TYPE_NAMESPACE_SCOPE_P): New macros.
1080 (TYPE_CLASS_SCOPE_P, TYPE_FUNCTION_SCOPE_P): New macros.
1081 * name-lookup.h (struct cp_binding_level): Add has_visibility
1083 * name-lookup.c: Include c-pragma.h.
1084 (push_namespace_with_attribs): Split out from push_namespace.
1085 Push visibility if appropriate. Set TREE_PUBLIC on namespaces.
1086 (leave_scope): Pop visibility if appropriate.
1087 * decl2.c (determine_visibility_from_class): Split out from...
1088 (determine_visibility): ...here. Handle function scope and
1090 (import_export_decl): Move visibility handling to
1091 determine_visibility_from_class.
1092 * parser.c (cp_parser_declaration, cp_parser_namespace_name): Allow
1093 attributes on namespace declarations.
1095 2006-03-15 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1098 * decl.c (grokdeclarator): Do not accept long long double.
1099 Reorganize checks for invalid (combinations of) type modifiers.
1100 Quote modifiers in messages.
1102 2006-03-09 Jason Merrill <jason@redhat.com>
1104 PR c++/16387, c++/16389
1105 * typeck.c (cxx_alignof_expr, cxx_sizeof_expr): New functions.
1106 (cxx_sizeof_or_alignof_expr): Split out from here.
1108 2006-03-09 Diego Novillo <dnovillo@redhat.com>
1110 Merge from gomp-20050608-branch
1112 2006-02-02 Diego Novillo <dnovillo@redhat.com>
1114 * decl.c (pop_labels_1): Use appropriate pointer casting.
1115 (poplevel_named_label_1): Likewise.
1116 (named_label_entry_hash): Likewise.
1117 (named_label_entry_eq): Likewise.
1118 (check_goto): Likewise.
1119 (define_label): Likewise.
1121 2006-01-26 Diego Novillo <dnovillo@redhat.com>
1123 * cp-tree.h (CP_OMP_CLAUSE_INFO): Use TREE_TYPE instead
1125 * pt.c: Use OMP_CLAUSE_CODE and OMP_CLAUSE_OPERAND
1126 instead of TREE_CODE/TREE_OPERAND.
1127 * semantics.c: Likewise.
1128 * parser.c: Likewise.
1130 2005-11-10 Diego Novillo <dnovillo@redhat.com>
1132 * parser.c (cp_parser_omp_threadprivate): Emit diagnostic if
1133 target does not support TLS.
1135 2005-11-09 Jakub Jelinek <jakub@redhat.com>
1137 * decl.c (redeclaration_error_message): Don't error about
1138 DECL_THREAD_LOCAL_P mismatches if CP_DECL_THREADPRIVATE_P
1141 2005-11-08 Jakub Jelinek <jakub@redhat.com>
1144 * semantics.c (finish_omp_barrier, finish_omp_flush): New
1146 * parser.c (cp_parser_omp_barrier): Call finish_omp_barrier.
1147 (cp_parser_omp_flush): Call finish_omp_flush.
1148 * cp-tree.h (finish_omp_barrier, finish_omp_flush): New
1152 * pt.c (tsubst_expr): Handle OMP_MASTER and OMP_ORDERED.
1154 2005-11-03 Jakub Jelinek <jakub@redhat.com>
1156 * semantics.c (finish_omp_threadprivate): Error on class-scope
1159 2005-11-02 Jakub Jelinek <jakub@redhat.com>
1161 * parser.c (cp_parser_omp_all_clauses): If some clause
1162 type is not allowed, don't remove just one of the
1163 clauses, but all clauses added in that loop round.
1165 * semantics.c (finish_omp_clauses): Fix function
1166 comment. Don't handle non-const or mutable specially,
1167 as const and not mutable is predetermined shared and
1168 that leads to double error. Don't ICE if copyin var is
1172 * parser.c (cp_parser_pragma): Diagnose
1173 PRAGMA_OMP_SECTION outside of PRAGMA_OMP_SECTIONS
1176 * semantics.c (finish_omp_threadprivate): Error if V
1177 is automatic variable or has incomplete type.
1179 2005-11-01 Diego Novillo <dnovillo@redhat.com>
1181 * parser.c (cp_parser_omp_all_clauses): Use
1182 OMP_CLAUSE_CHAIN instead of TREE_CHAIN.
1184 2005-11-01 Diego Novillo <dnovillo@redhat.com>
1186 * parser.c (cp_parser_omp_all_clauses): When emitting an
1187 error message, remove the invalid clause from the list.
1189 2005-10-31 Diego Novillo <dnovillo@redhat.com>
1191 * parser.c (cp_parser_omp_parallel): Do not allow 'nowait' in
1192 combined parallel+workshare directives.
1194 2005-10-31 Richard Henderson <rth@redhat.com>
1196 * cp-objcp-common.h (LANG_HOOKS_OMP_CLAUSE_DTOR):
1197 Use cxx_omp_clause_dtor.
1198 * cp-tree.h (CP_OMP_CLAUSE_INFO): New.
1199 (cxx_omp_clause_dtor): New.
1200 * cp-gimplify.c (cxx_omp_clause_apply_fn): New.
1201 (cxx_omp_clause_default_ctor): Use it.
1202 (cxx_omp_clause_copy_ctor, cxx_omp_clause_assign_op):
1204 (cxx_omp_clause_dtor): New.
1205 * semantics.c (finish_omp_clauses): Rewrite cdtor
1206 checking to fill in CP_OMP_CLAUSE_INFO. Don't
1207 specialcase LASTPRIVATE for removal.
1208 (cxx_omp_clause_default_ctor, cxx_omp_clause_copy_ctor,
1209 cxx_omp_clause_assign_op): Move to cp-gimplify.c.
1211 2005-10-28 Jakub Jelinek <jakub@redhat.com>
1213 * semantics.c (finish_omp_threadprivate): If
1214 DECL_RTL_SET_P, call make_decl_rtl again so that
1215 encode_section_info can update SYMBOL_REF's flags.
1217 2005-10-26 Jakub Jelinek <jakub@redhat.com>
1219 * semantics.c (finish_omp_for): Don't segfault if COND
1220 or INCR is NULL. If not calling c_finish_omp_for
1221 right away and one of COND and INCR is NULL, issue
1222 error and don't expand anything.
1225 * cp-tree.h (finish_omp_for): Add PRE_BODY argument.
1226 * semantics.c (finish_omp_for): Likewise. Set
1227 OMP_FOR_PRE_BODY to PRE_BODY if deferring, add it
1228 into the current statement list if not processing
1229 template decl or pass it to c_finish_omp_for.
1231 * parser.c (cp_parser_omp_for_loop): Expand optional DECL_EXPRs
1232 into PRE_BODY statement list. Pass it to finish_omp_for.
1233 * pt.c (tsubst_expr) <case OMP_FOR>: tsubst_expr also
1234 OMP_FOR_PRE_BODY into PRE_BODY stmt list, pass it to
1235 finish_omp_for. Put all the statements into sk_omp
1238 2005-10-25 Jakub Jelinek <jakub@redhat.com>
1241 * parser.c (struct cp_parser): Rename in_iteration_statement
1242 field to in_statement.
1243 (IN_SWITCH_STMT, IN_ITERATION_STMT): Define.
1244 (IN_OMP_BLOCK, IN_OMP_FOR): Change values.
1245 (cp_parser_new, cp_parser_begin_omp_structured_block,
1246 cp_parser_end_omp_structured_block,
1247 cp_parser_omp_for_loop): Adjust for
1248 in_iteration_statement renaming.
1249 (cp_parser_selection_statement): Save
1250 parser->in_iteration, or it temporarily with
1251 IN_SWITCH_STMT for the
1252 cp_parser_implicitly_scoped_statement call.
1253 (cp_parser_iteration_statement): Adjust for
1254 in_iteration_statement renaming. Use
1255 IN_ITERATION_STMT rather than true.
1256 (cp_parser_jump_statement): Adjust for
1257 in_iteration_statement renaming and new values. Don't
1258 error on break in a switch statement within OMP_FOR or
1259 OpenMP structured block.
1262 * parser.c (cp_parser_cache_group): Don't stop if next
1263 token is CPP_PRAGMA_EOL and end is CPP_PRAGMA_EOL as
1264 well. If current token is CPP_PRAGMA, consume
1265 everything until CPP_PRAGMA_EOL inclusive.
1267 2005-10-24 Jakub Jelinek <jakub@redhat.com>
1270 * semantics.c (finish_omp_for): Handle MODOP_EXPR in
1271 addition to MODIFY_EXPR.
1273 2005-10-23 Richard Henderson <rth@redhat.com>
1275 * cp-gimplify.c (struct cp_gimplify_ctx): Remove.
1277 (begin_bc_block, finish_bc_block): Use it.
1278 (push_context, pop_context): Remove.
1279 (cp_genericize): Don't use them. Assert bc_label is null.
1280 * semantics.c (finish_omp_clauses): Create a fake data
1281 element of TYPE for probing ctors.
1283 2005-10-23 Richard Henderson <rth@redhat.com>
1285 * cp-objcp-common.h (LANG_HOOKS_OMP_CLAUSE_DEFAULT_CTOR): New.
1286 (LANG_HOOKS_OMP_CLAUSE_COPY_CTOR): New.
1287 (LANG_HOOKS_OMP_CLAUSE_ASSIGN_OP): New.
1288 (LANG_HOOKS_OMP_CLAUSE_DTOR): New.
1289 * semantics.c (finish_omp_clauses): Look through
1290 arrays when looking up special member calls. Also
1291 remove FIRSTPRIVATE when LASTPRIVATE fails.
1292 (cxx_omp_clause_default_ctor, cxx_omp_clause_copy_ctor): New.
1293 (cxx_omp_clause_assign_op): New.
1294 * cp-tree.h: Declare them.
1296 2005-10-21 Richard Henderson <rth@redhat.com>
1298 * decl.c (check_previous_goto_1): Return false if error.
1299 (check_switch_goto): Likewise.
1300 (finish_case_label): Don't emit the case label on error.
1301 * parser.c (struct cp_parser): Revert
1302 in_switch_statement_p changes.
1303 (cp_parser_labeled_statement,
1304 cp_parser_selection_statement): Likewise.
1305 (cp_parser_begin_omp_structured_block): Don't save...
1306 (cp_parser_end_omp_structured_block): or restore
1307 in_switch_statement_p.
1309 2005-10-21 Richard Henderson <rth@redhat.com>
1311 * semantics.c (finish_omp_threadprivate): Set
1312 decl_flags.u2sel when necessary.
1314 2005-10-21 Richard Henderson <rth@redhat.com>
1316 * decl.c (poplevel_named_label_1): Restore creation of the
1318 (decl_jump_unsafe): Check for error_mark_node types.
1319 (check_goto): Don't check cdtor_label. Don't use identify_goto.
1320 * semantics.c (finish_return_stmt): Do check_omp_return before
1321 converting to cdtor_label goto.
1323 2005-10-21 Richard Henderson <rth@redhat.com>
1326 * decl.c (check_omp_return): Return false on error.
1327 * cp-tree.h (check_omp_return): Update decl.
1328 * semantics.c (finish_return_stmt): Avoid adding
1331 2005-10-21 Richard Henderson <rth@redhat.com>
1333 * cp-tree.h (struct language_function): Remove
1335 Change x_named_labels to a hashtable.
1336 (check_omp_return): Declare.
1337 * decl.c (struct named_label_use_entry): Rename from
1338 named_label_use_list. Remove label_decl.
1339 (struct named_label_entry): Rename from
1340 named_label_list. Remove old_value and next. Change
1341 in_try_scope and in_catch_scope to bool. Add
1343 (pop_labels_1): New.
1344 (pop_labels): Use it.
1345 (pop_local_label, poplevel_named_label_1): New.
1346 (poplevel): Use them.
1347 (named_label_entry_hash, named_label_entry_eq): New.
1348 (make_label_decl): Create named_labels. Move label
1349 creation bits from lookup_label.
1350 (declare_local_label): Tidy.
1351 (identify_goto): Split out from ...
1352 (check_previous_goto_1): Add exited_omp argument.
1355 (use_label): Merge into...
1356 (check_goto): ... here. Handle omp scopes.
1357 (check_omp_return): New.
1358 (check_previous_gotos): Merge into...
1359 (define_label): ... here.
1360 (save_function_data): Remove x_named_label_uses reference.
1361 (finish_function): Likewise.
1362 * name-lookup.h (sk_omp): New.
1363 * name-lookup.c (begin_scope): Handle it.
1364 * parser.c (cp_parser_omp_for): Don't create extra
1367 (cp_parser_omp_sections): Likewise.
1368 * semantics.c (finish_return_stmt): Call check_omp_return.
1369 (begin_omp_structured_block): Use sk_omp.
1370 (finish_omp_structured_block): Use do_poplevel. Don't build a
1371 MUST_NOT_THROW expression here.
1372 (begin_omp_parallel, finish_omp_parallel): Don't create extra
1373 compound statements.
1375 2005-10-21 Diego Novillo <dnovillo@redhat.com>
1378 * cp/cp-tree.h (struct lang_decl_flags): Add field
1380 (CP_DECL_IS_THREADPRIVATE): Define.
1381 * cp/semantics.c (finish_omp_threadprivate): Set. Do
1382 not error out if CP_DECL_IS_THREADPRIVATE is set
1384 * cp/decl.c (duplicate_decls): Merge
1385 CP_DECL_THREADPRIVATE_P.
1387 2005-10-20 Richard Henderson <rth@redhat.com>
1389 * cp-gimplify.c (cp_gimplify_omp_for): New.
1390 (cp_gimplify_expr): Call it.
1391 * cp-tree.h (OMP_FOR_GIMPLIFYING_P): New.
1392 * parser.c (struct cp_parser): Rename
1393 in_iteration_statement_p to in_iteration_statement and
1394 change to unsigned char. Similarly with
1395 in_switch_statement. Update all users.
1396 (IN_OMP_BLOCK, IN_OMP_FOR): New.
1397 (cp_parser_labeled_statement): Diagnose case labels
1398 binding closer to an openmp block nested than the
1400 (cp_parser_jump_statement): Diagnose break and
1401 continue labels binding closer to an openmp block than
1402 an iteration or switch.
1403 (cp_parser_omp_for_loop): Mark in_iteration_statement
1405 (cp_parser_begin_omp_structured_block): New.
1406 (cp_parser_end_omp_structured_block): New.
1407 (cp_parser_omp_structured_block): Use them.
1408 (cp_parser_omp_for, cp_parser_omp_sections_scope): Likewise.
1409 (cp_parser_omp_parallel): Likewise.
1411 2005-10-20 Richard Henderson <rth@redhat.com>
1413 * semantics.c (begin_omp_structured_block): New.
1414 (finish_omp_structured_block): New.
1415 (begin_omp_parallel, finish_omp_parallel): Use them.
1416 * parser.c (cp_parser_omp_structured_block): Likewise.
1417 (cp_parser_omp_for): Likewise.
1418 (cp_parser_omp_sections_scope): Likewise.
1419 * cp-tree.h: Declare them.
1421 2005-10-20 Richard Henderson <rth@redhat.com>
1423 * parser.c (cp_parser_omp_master): Return the statement.
1424 (cp_parser_omp_ordered): Likewise.
1425 (cp_parser_omp_construct): Set the locus for them.
1427 2005-10-19 Richard Henderson <rth@redhat.com>
1429 * semantics.c (finish_omp_atomic): Revert to
1430 uses_template_parms.
1432 2005-10-19 Richard Henderson <rth@redhat.com>
1434 * semantics.c (finish_omp_clauses): Avoid
1435 DECL_THREAD_LOCAL_P on a PARM_DECL. Remove some
1436 stub asserts guaranteed to fail.
1438 2005-10-19 Richard Henderson <rth@redhat.com>
1440 * cp-tree.h (OMP_ATOMIC_DEPENDENT_P, OMP_ATOMIC_CODE): New.
1441 (finish_omp_clauses, finish_omp_for, finish_omp_atomic): New.
1442 * parser.c (cp_parser_omp_clause_copyin): Remove.
1443 (cp_parser_omp_all_clauses): Use cp_parser_omp_var_list instead. Call finish_omp_clauses.
1444 (cp_parser_omp_clause_if): Don't do error checking here.
1445 (cp_parser_omp_clause_num_threads): Likewise.
1446 (cp_parser_omp_clause_schedule): Likewise.
1447 (cp_parser_omp_atomic): Use finish_omp_atomic.
1448 (cp_parser_omp_for_loop): Don't discard DECL_EXPR.
1449 Don't decompose assignment statment here. Use
1452 * pt.c (tsubst_omp_clauses): New.
1453 (tsubst_expr): Handle OMP_PARALLEL, OMP_FOR, OMP_SECTIONS,
1454 OMP_SINGLE, OMP_SECTION, OMP_CRITICAL, OMP_ATOMIC.
1455 * semantics.c (finish_omp_clauses): New.
1456 (begin_omp_parallel, finish_omp_parallel): Know Less about the
1457 internals of the stmt_list stack.
1458 (finish_omp_for, finish_omp_atomic): New.
1460 2005-10-18 Jakub Jelinek <jakub@redhat.com>
1462 * semantics.c (cxx_omp_predetermined_sharing): New function.
1463 * cp-tree.h (cxx_omp_predetermined_sharing): New prototype.
1465 (LANG_HOOKS_OMP_PREDETERMINED_SHARING): Redefine.
1467 2005-10-18 Richard Henderson <rth@redhat.com>
1469 * parser.c (cp_parser_omp_single): Use make_node and accessors
1472 2005-10-17 Richard Henderson <rth@redhat.com>
1474 * parser.c (cp_parser_omp_for_loop): Handle declarations.
1476 2005-10-12 Richard Henderson <rth@redhat.com>
1478 * Make-lang.in (CXX_C_OBJS): Add c-omp.o.
1479 * cp-tree.h (begin_omp_parallel, finish_omp_parallel): Declare.
1480 (finish_omp_threadprivate): Declare.
1481 * parser.c (struct cp_lexer): Add in_pragma.
1482 (cp_lexer_consume_token): Don't consume a PRAGMA_EOL
1484 (cp_parser_skip_to_closing_parenthesis): Stop at PRAGMA_EOL.
1485 (cp_parser_skip_to_end_of_statement): Likewise.
1486 (cp_parser_skip_to_end_of_block_or_statement): Likewise.
1487 (cp_parser_skip_to_closing_brace): Likewise.
1488 (cp_parser_skip_to_pragma_eol): Reset in_pragma.
1489 (cp_parser_require_pragma_eol): New.
1490 (cp_parser_statement): Add in_compound argument;
1492 Restart if a non-statement pragma seen outside a
1494 (cp_parser_statement_seq_opt): Stop at PRAGMA_EOL.
1495 (cp_parser_declaration_seq_opt): Likewise.
1496 (cp_parser_member_specification_opt): Likewise.
1497 (cp_parser_function_definition_after_decl): Likewise.
1498 (cp_parser_skip_until_found): Likewise.
1499 (cp_parser_cache_group): Likewise.
1500 (enum pragma_omp_clause, cp_parser_omp_clause_name,
1501 check_no_duplicate_clause,
1502 cp_parser_omp_var_list_no_open,
1503 cp_parser_omp_var_list, cp_parser_omp_clause_copyin,
1504 cp_parser_omp_clause_default, cp_parser_omp_clause_if,
1505 cp_parser_omp_clause_nowait,
1506 cp_parser_omp_clause_num_threads,
1507 cp_parser_omp_clause_ordered,
1508 cp_parser_omp_clause_reduction,
1509 cp_parser_omp_clause_schedule,
1510 cp_parser_omp_all_clauses,
1511 cp_parser_omp_structured_block, cp_parser_omp_atomic,
1512 cp_parser_omp_barrier, cp_parser_omp_critical,
1513 cp_parser_omp_flush, cp_parser_omp_for_loop,
1514 cp_parser_omp_for, cp_parser_omp_master,
1515 cp_parser_omp_ordered, cp_parser_omp_sections_scope,
1516 cp_parser_omp_sections, cp_parser_omp_parallel,
1517 cp_parser_omp_single, cp_parser_omp_threadprivate,
1518 cp_parser_omp_construct): New.
1519 (cp_parser_pragma): Handle OpenMP pragmas.
1520 * semantics.c (finish_omp_threadprivate): New.
1521 (begin_omp_parallel, finish_omp_parallel): New.
1523 2005-10-11 Richard Henderson <rth@redhat.com>
1525 * parser.c (struct cp_token): Add pragma_kind.
1526 (eof_token): Initialize it.
1527 (cp_lexer_handle_pragma): Remove.
1528 (cp_parser_initial_pragma): New.
1529 (cp_lexer_new_main): Use it.
1530 (cp_lexer_get_preprocessor_token): Initialize pragma_kind.
1531 (cp_lexer_print_token): Don't handle CPP_PRAGMA.
1532 (cp_parser_skip_to_pragma_eol): New.
1533 (cp_parser_error): Use it.
1536 2005-10-09 Richard Henderson <rth@redhat.com>
1538 * lex.c (parse_strconst_pragma): Update for c_lex name change.
1539 (handle_pragma_java_exceptions): Likewise.
1540 * parser.c (cp_lexer_new_main): Likewise.
1542 2005-10-06 Richard Henderson <rth@redhat.com>
1544 * parser.c (cp_lexer_new_main): Comment out defer_pragmas.
1545 (cp_lexer_handle_pragma): Comment out
1546 cpp_handle_deferred_pragma.
1548 2005-10-01 Richard Henderson <rth@redhat.com>
1550 * name-lookup.c (lookup_name): Remove prefer_type argument.
1551 (lookup_name_prefer_type): New function.
1552 * name-lookup.h (lookup_name_prefer_type): Declare it.
1553 * decl.c (lookup_and_check_tag): Use it.
1554 * pt.c (tsubst_friend_class): Likewise. Update for
1556 (lookup_template_class, tsubst_copy_and_build): Likewise.
1558 2006-03-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1561 * tree.c (bot_manip): Don't call mark_used.
1563 2006-03-02 Mike Stump <mrs@apple.com>
1565 * decl2.c (import_export_decl): Remove redundant call to
1566 targetm.cxx.key_method_may_be_inline ().
1568 2006-03-02 Richard Sandiford <richard@codesourcery.com>
1570 * decl.c (start_decl): Use have_global_bss_p when deciding
1571 whether to make the decl common.
1573 2006-03-01 Mike Stump <mrs@apple.com>
1576 * decl2.c (import_export_decl): Fix ABI breakage on darwin.
1578 2006-02-24 Geoffrey Keating <geoffk@apple.com>
1580 * except.c (expand_start_catch_block): Handle
1581 flag_use_cxa_get_exception_ptr.
1583 2006-02-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1586 * decl.c (grok_op_properties): Check for ellipsis in arguments of
1589 2006-02-20 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
1591 * Make-lang.in (C++): Remove.
1592 (.PHONY): Remove C++.
1594 2006-02-18 Mark Mitchell <mark@codesourcery.com>
1597 * cp-tree.h (cp_finish_decl): Adjust declaration.
1598 (grokbitfield): Likewise.
1599 (finish_static_data_member_decl): Likewise.
1600 * init.c (constant_value_1): Ensure processing_template_decl when
1601 folding non-dependent initializers for static data members of
1602 dependent types. Return error_mark_node for erroneous
1604 * class.c (get_vtable_decl): Use finish_decl, not cp_finish_decl.
1605 * decl.c (cp_make_fname_decl): Adjust call to cp_finish_decl.
1606 (cp_finish_decl): Add init_const_expr_p parameter. Set
1607 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P here.
1608 (finish_decl): Adjust call to cp_finish_decl.
1609 (compute_array_index_type): Robustify.
1610 (start_method): Use finish_decl, not cp_finish_decl.
1611 * rtti.c (emit_tinfo_decl): Likewise.
1612 * except.c (initialize_handler_parm): Adjust call to
1614 (expand_start_catch_block): Likewise.
1615 * cvt.c (build_up_reference): Adjust call to cp_finish_decl.
1616 * pt.c (instantiate_class_template): Adjust call to
1617 finish_static_data_member_decl.
1618 (tsubst_expr): Use finish_decl, not cp_finish_decl.
1619 (instantiate_decl): Adjust call to cp_finish_decl.
1620 * name-lookup.c (pushdecl_top_level_1): Use finish_decl, not
1622 * decl2.c (finish_static_data_member_decl): Add init_const_expr_p
1624 (grokfield): Likewise.
1625 * parser.c (cp_parser_condition): Check for constant initializers.
1626 (cp_parser_init_declarator): Adjust calls to grokfield and
1627 cp_finish_decl. Don't set
1628 DECL_INITIALIZED_BY_CONSTANT_EXPRESSION_P here.
1629 (cp_parser_member_declaration): Likewise.
1630 (cp_parser_objc_class_ivars): Likewise.
1632 2006-02-14 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1634 * call.c (standard_conversion): Return NULL instead of 0.
1635 (build_user_type_conversion_1): Likewise.
1636 (tourney): Likewise.
1637 * decl.c (redeclaration_error_message): Likewise.
1638 * error.c (language_to_string): Likewise.
1640 2006-02-13 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1642 * cp-tree.h (warn_hidden): Remove prototype.
1643 * class.c (warn_hidden): Make static.
1645 * cp-tree.h (build_type_conversion): Remove prototype.
1646 * cvt.c (build_type_conversion): Add prototype, make static.
1648 * cp-tree.h (push_tinst_level): Remove prototype.
1649 (pop_tinst_level): Likewise.
1650 * pt.c (push_tinst_level): Add prototype, make static.
1651 (pop_tinst_level): Likewise.
1653 2006-02-13 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1655 * decl.c (grokdeclarator): Return NULL_TREE instead of 0.
1656 * typeck.c (unary_complex_lvalue): Likewise.
1658 2006-02-13 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1660 * lex.c (parse_strconst_pragma): Return error_mark_node instead of
1661 "(tree)-1" to indicate failure. Simplify.
1662 (handle_pragma_interface): Test for error_mark_node instead of
1664 (handle_pragma_implementation): Likewise.
1666 2006-02-13 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1669 * parser.c (cp_parser_decl_specifier_seq): Check for duplicate
1670 decl-specifiers. Remove extra check for duplicate 'friend'.
1671 * decl.c (grokdeclarator): Remove check for duplicate
1672 decl-specifiers. Set longlong together with long_p.
1674 2006-02-12 Jason Merrill <jason@redhat.com>
1677 * except.c (build_throw): Add a CLEANUP_POINT_EXPR inside the
1678 TRY_CATCH_EXPR or MUST_NOT_THROW_EXPR.
1680 2006-02-10 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1682 * class.c (debug_class): Remove extern.
1683 (debug_thunks): Likewise.
1685 2006-02-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
1687 * typeck.c (string_conv_p): Don't test for flag_const_strings.
1689 2006-02-08 Jason Merrill <jason@redhat.com>
1692 * cp-gimplify.c (cp_gimplify_expr): Don't call
1693 cp_gimplify_init_expr for MODIFY_EXPRs.
1694 * typeck2.c (split_nonconstant_init_1): Use INIT_EXPR.
1696 2006-02-08 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1699 * decl.c (grokdeclarator): Set dname also for destructor.
1702 * decl.c (grokdeclarator): Clear storage_class together with staticp.
1704 2006-02-07 Gabriel Dos Reis <gdr@integrable-solutions.net>
1706 * cp-tree.h (tf_warning_or_error): Renamed from tf_warn_or_error.
1707 (cp_build_qualified_type): Propogate renaming.
1708 * call.c (convert_like_real): Likewise.
1709 * cvt.c (cp_convert_to_pointer, convert_to_reference): Likewise.
1710 * decl.c (make_typename_type, grokdeclarator): Likewise.
1711 * pt.c (tsubst_friend_function, instantiate_class_template,
1712 tsubst_default_argument, instantiate_decl,
1713 tsubst_initializer_list, tsubst_enum): Likewise.
1714 * semantics.c (finish_template_type): Likewise.
1715 * typeck.c (build_ptrmemfunc, convert_for_assignment): Likewise.
1717 2006-02-07 Dirk Mueller <dmueller@suse.com>
1719 * typeck.c (build_binary_op): Annotate div-by-zero
1720 warnings to make -Wno-div-by-zero have an effect.
1722 2006-02-07 Mark Mitchell <mark@codesourcery.com>
1725 * pt.c (coerce_template_template_parms): Do not templates with
1726 excess default arguments to match template template parameters
1727 with fewer parameters.
1728 (coerce_template_parms): Add use_default_args parameter; use
1729 default arguments only when true.
1730 (lookup_template_class): Adjust call to coerce_template_parms.
1731 (fn_type_unification): Likewise.
1733 (get_bindings): Likewise.
1734 (dependent_type_p): Add assertions.
1736 2006-02-06 Roger Sayle <roger@eyesopen.com>
1738 * decl.c (grokdeclarator): Don't bother checking for CHAR_TYPE.
1739 * rtti.c (typeinfo_in_lib_p): Likewise.
1740 * cp-tree.h (INTEGRAL_CODE_P, CP_INTEGRAL_TYPE_P): Likewise.
1741 * name-lookup.c (arg_assoc_type): Likewise.
1743 2006-02-04 Gabriel Dos Reis <gdr@integrable-solutions.net>
1745 * cp-tree.h (tf_warn_or_error): New substituion flag.
1746 (cp_build_qualified_type): Use it.
1747 * call.c (convert_like_real): Likewise.
1748 * cvt.c (cp_convert_to_pointer): Likewise.
1749 (convert_to_reference): Likewise.
1750 * decl.c (make_typename_type): Likewise.
1751 (grokdeclarator): Likewise.
1752 * pt.c (tsubst_friend_function): Likewise.
1753 (tsubst_friend_class): Likewise.
1754 (instantiate_class_template): Likewise.
1755 (tsubst_default_argument): Likewise.
1756 (instantiate_decl): Likewise.
1757 (tsubst_initializer_list): Likewise.
1758 (tsubst_enum): Likewise.
1759 * semantics.c (finish_template_type): Likewise.
1760 * typeck.c (build_ptrmemfunc): Likewise.
1761 (convert_for_assignment): Likewise.
1763 2006-02-03 Lee Millward <lee.millward@gmail.com>
1765 * typeck.c (string_conv_p): Pass appropiate
1766 OPT_Wxxxx values when calling warning().
1767 (build_array_ref, cxx_mark_addressable): Likewise.
1768 (check_return_expr): Likewise.
1770 * init.c (perform_member_init): Likewise.
1771 (sort_mem_initializers, emit_mem_initializers): Likewise.
1773 * class.c (check_field_decls): Likewise.
1774 (warn_about_ambiguous_bases): Likewise.
1776 * decl.c (pop_label, poplevel): Likewise.
1777 (duplicate_decls, grok_op_properties): Likewise.
1778 (start_preparsed_function, finish_function): Likewise.
1780 * name-lookup.c (pushdecl_maybe_friend): Likewise.
1781 (pushdecl_maybe_friend): Likewise.
1783 * parser.c (cp_parser_warn_min_max): Likewise.
1784 (cp_parser_cast_expression): Likewise.
1786 * method.c (lazily_declare_fn): Likewise.
1787 * cvt.c (convert_to_void): Likewise.
1788 * mangle.c (finish_mangling): Likewise.
1789 * cp-gimplify.c (gimplify_expr_stmt): Likewise.
1791 2006-02-03 Mark Mitchell <mark@codesourcery.com>
1793 * name-lookup.c (do_class_using_decl): Use IDENTIFIER_TYPENAME_P,
1794 not IDENTIFIER_OPNAME_P.
1796 2006-01-31 Mark Mitchell <mark@codesourcery.com>
1799 * cp-tree.h (DECL_TEMPLATE_SPECIALIZATIONS): Revise
1801 * pt.c (determine_specialization): Use INNERMOST_TEMPLATE_PARMS,
1803 (instantiate_class_template): Simplify.
1804 (verify_class_unification): Remove.
1805 (unify): Document parameters. Use INNERMOST_TEMPLATE_ARGS to
1806 permit multiple levels of template arguments.
1807 (more_specialized_class): Simplify.
1808 (get_class_bindings): Pass full arguments to unify. Fold
1809 verify_class_unification into this function. Return full
1811 (most_specialized_class): Adjust for changes to
1812 get_class_bindings. Issue errors here for ambiguity. Return the
1813 fully deduced arguments for the most specialized class, in
1814 addition to the partial specialization.
1816 2006-01-31 Ben Elliston <bje@au.ibm.com>
1818 * mangle.c: Comment fix.
1820 2006-01-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
1822 * Make-lang.in (cp-warn): Include CXX_COMPAT_WARN.
1823 * repo.c (extract_string, afgets): Use cast when converting from
1826 2006-01-29 Gabriel Dos Reis <gdr@integrable-solutions.net>
1828 * call.c (alloc_conversion): Use cast when converting from void *.
1829 (alloc_conversions): Likewise.
1830 (add_candidate): Likewise.
1831 (print_z_candidates): Likewise.
1832 (add_warning): Likewise.
1833 * pt.c (retrieve_local_specialization): Likewise.
1834 (process_partial_specialization): Likewise.
1835 (mangle_class_name_for_template): Likewise.
1836 (tsubst_template_args): Likewise.
1837 * typeck2.c (pat_calc_hash): Likewise.
1838 (pat_compare): Likewise.
1839 (abstract_virtuals_error): Likewise.
1840 * class.c (method_name_cmp): Likewise.
1841 (resort_method_name_cmp): Likewise.
1842 (get_vfield_name): Likewise.
1843 * decl2.c (generate_ctor_and_dtor_functions_for_priority): Likewise.
1844 * lex.c (init_reswords): Likewise.
1845 * rtti.c (create_pseudo_type_info): Likewise.
1846 * search.c (dfs_lookup_base): Likewise.
1847 (dfs_dcast_hint_pre): Likewise.
1848 (dfs_dcast_hint_post): Likewise.
1849 * tree.c (hash_tree_cons): Likewise.
1850 * repo.c (extract_string): Likewise.
1852 * cp-objcp-common.c (decl_shadowed_for_var_lookup): Likewise.
1853 * g++spec.c (lang_specific_driver): Likewise.
1855 2006-01-28 Gabriel Dos Reis <gdr@integrable-solutions.net>
1857 * call.c (joust): Pass option code to warning. Use inform for
1859 * class.c (check_bases): Likewise.
1860 (maybe_warn_about_overly_private_class): Likewise.
1861 (check_field_decls): Likewise.
1862 (layout_empty_base): Likewise.
1863 (layout_virtual_bases): Likewise.
1864 (layout_class_type): Likewise.
1866 2006-01-28 Mark Mitchell <mark@codesourcery.com>
1869 * decl.c (start_preparsed_function): Call maybe_apply_pragma_weak
1871 (start_function): ... here.
1873 2006-01-28 Mark Mitchell <mark@codesourcery.com>
1876 * class.c (resolve_address_of_overloaded_function): Adjust use of
1877 return value from most_specialized_instantiation.
1878 * pt.c (determine_specialization): Avoid multiple calls to
1880 (most_specialized_instantiation): When a tie occurs, set the
1881 current presumed champion to the next template. Return the
1882 TREE_LIST node containing the template, rather than the template
1884 (most_specialized): Remove.
1885 * name-lookup.c (push_overloaded_decl): When duplicate_decls
1886 indicates a failed redeclaration, report that to callers.
1888 2006-01-26 Jason Merrill <jason@redhat.com>
1891 * name-lookup.c (parse_using_directive): Require strong using to
1892 name a nested namespace.
1894 2006-01-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1897 * cp-tree.h (do_poplevel): Remove prototype.
1898 * semantics.c (do_poplevel): Add prototype. Make static.
1901 * cp-tree.h (default_conversion): Remove prototype.
1902 * typeck.c (default_conversion): Make static.
1904 2006-01-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1906 * cp-tree.h (get_primary_binfo): Remove prototype.
1907 (push_using_decl): Likewise.
1908 (current_template_args): Likewise.
1909 (more_specialized_class): Likewise.
1910 (mark_class_instantiated): Likewise.
1911 (default_conversion): Likewise.
1912 (pfn_from_ptrmemfunc): Likewise.
1913 * class.c (get_primary_binfo): Add prototype, make static, simplify.
1914 * name-lookup.c (push_using_decl): Make static.
1915 * pt.c (current_template_args): Likewise.
1916 (more_specialized_class): Likewise.
1917 (mark_class_instantiated): Likewise.
1918 * typeck.c (default_conversion): Make static.
1919 (pfn_from_ptrmemfunc): Add prototype, make static.
1921 2006-01-24 Dirk Mueller <dmueller@suse.de>
1923 * typeck.c (build_binary_op): Use OPT_Wfloat_equal in warning().
1925 2006-01-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1928 * parser.c (cp_parser_unqualified_id): Check that destructor name
1930 * call.c (check_dtor_name): Do not expect a BIT_NOT_EXPR.
1931 Adjust comment. Return early if possible.
1932 Use same_type_p to compare types.
1933 * typeck.c (lookup_destructor): Adjust call to check_dtor_name.
1935 2006-01-24 Mark Mitchell <mark@codesourcery.com>
1937 * semantics.c: Remove outdated comment.
1939 2006-01-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1941 * cp-tree.h (do_poplevel): Remove prototype.
1942 * semantics.c (do_poplevel): Add prototype. Make static.
1944 * cp-tree.h (original_type): Remove prototype.
1945 * typeck.c (original_type): Make static.
1947 * cp-tree.h (declare_global_var): Remove prototype.
1948 * decl.c (declare_global_var): Make static.
1950 * cp-tree.h (implicitly_declare_fn): Remove prototype.
1951 * method.c (implicitly_declare_fn): Make static.
1953 * cp-tree.h (fold_decl_constant_value): Remove prototype.
1954 * pt.c (fold_decl_constant_value): Make static.
1956 * cp-tree.h (build_x_delete): Remove prototype.
1957 * init.c (build_vec_delete_1): Call build_op_delete_call directly
1958 and not via build_x_delete.
1959 (build_x_delete): Remove.
1961 * cp-tree.h (get_vtt_name): Remove prototype.
1962 * class.c (get_vtt_name): Remove.
1963 (build_vtt): Call mangle_vtt_for_type instead of get_vtt_name.
1965 2006-01-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
1967 * rtti.c (build_dynamic_cast): Fix comment.
1969 2006-01-22 Gabriel Dos Reis <gdr@integrable-solutions.net>
1972 * rtti.c (build_dynamic_cast): Reject dynamic_cast use if
1975 2006-01-21 Mark Mitchell <mark@codesourcery.com>
1978 * class.c (build_base_path): Generate a NOP_EXPR instead of a
1979 COMPONENT_REF if the base and derived classes are at the same
1983 * decl.c (begin_destructor_body): Robustify.
1986 * parser.c (cp_parser_direct_declarator): Robustify.
1988 2006-01-20 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
1990 * parser.c (cp_lexer_next_token_is_keyword): Simplify.
1992 * parser.c (clear_decl_specs): Remove prototype.
1994 * parser.c (cp_parser_expression_fn): Remove.
1996 * call.c (add_builtin_candidates): Remove superfluous return.
1997 * name-lookup.c (do_toplevel_using_decl): Likewise.
1998 * parser.c (cp_parser_type_specifier_seq): Likewise.
1999 (cp_parser_save_default_args): Likewise.
2001 2006-01-20 Dirk Mueller <dmueller@suse.com>
2004 * semantics.c (finish_if_stmt): Call empty_body_warning.
2005 * parser.c (cp_parser_implicitly_scoped_statement):
2006 Mark empty statement with an empty stmt.
2008 2006-01-19 Mark Mitchell <mark@codesourcery.com>
2011 * name-lookup.c (do_class_using_decl): Don't try to look up base
2012 classes in templates with dependent base types.
2014 2006-01-19 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2017 * pt.c (maybe_process_partial_specialization): Return early on
2020 2006-01-19 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2023 * decl.c (start_preparsed_function): Check default arguments
2025 * name-lookup.c (pushdecl_maybe_friend): Check default arguments
2026 of all functions and function templates.
2027 * parser.c (cp_parser_late_parsing_default_args): Check default
2029 * decl2.c (check_default_args): Set missing default arguments to
2032 2006-01-18 Mark Mitchell <mark@codesourcery.com>
2035 * cp-tree.h (push_class_stack): New function.
2036 (pop_class_stack): Likewise.
2037 * class.c (class_stack_node): Add hidden field.
2038 (pushclass): Clear it.
2039 (push_class_stack): New function.
2040 (pop_class_stack): Likewise.
2041 (currently_open_class): Ignore hidden classes.
2042 (currently_open_derived_class): Likewise.
2043 * name-lookup.c (push_to_top_level): Call push_class_stack.
2044 (pop_from_top_level): Call pop_class_stack.
2046 2006-01-18 Kazu Hirata <kazu@codesourcery.com>
2048 * tree.c (find_tree_t, find_tree): Remove.
2049 * cp-tree.h: Remove the prototype for find_tree.
2051 2006-01-18 Jakub Jelinek <jakub@redhat.com>
2053 * search.c (lookup_conversions_r): Fix a pasto.
2055 2006-01-17 Eric Christopher <echristo@apple.com>
2057 * call.c (convert_like_real): When issuing conversion
2058 warnings, depend on OPT_Wconversion.
2059 * cvt.c (build_expr_type_conversion): Ditto.
2061 2006-01-17 Kazu Hirata <kazu@codesourcery.com>
2063 * name-lookup.c (lookup_namespace_name): Remove.
2064 * name-lookup.h: Remove the prototype for
2065 lookup_namespace_name.
2067 2006-01-17 Jakub Jelinek <jakub@redhat.com>
2070 * decl.c (compute_array_index_type): After issuing not an integral
2071 constant-expression error, set size to 1 to avoid ICEs later on.
2073 2006-01-16 Ian Lance Taylor <ian@airs.com>
2075 * parser.c: Include "cgraph.h".
2076 (cp_parser_asm_definition): Call cgraph_add_asm_node rather than
2079 2006-01-16 Rafael �ila de Esp�dola <rafael.espindola@gmail.com>
2081 * g++spec.c (lang_specific_spec_functions): Remove.
2083 2006-01-15 Gabriel Dos Reis <gdr@integrable-solutions.net>
2085 * decl.c (check_initializer): Fix thinko.
2087 2006-01-14 Mark Mitchell <mark@codesourcery.com>
2090 * parser.c (cp_parser_direct_declarator): Use cp_parser_error
2093 2006-01-13 Jason Merrill <jason@redhat.com>
2095 * pt.c (check_explicit_specialization): Use CP_DECL_CONTEXT even more.
2097 * name-lookup.c (set_decl_namespace): Use CP_DECL_CONTEXT.
2098 * pt.c (check_explicit_specialization): Likewise.
2100 2006-01-12 Jason Merrill <jason@redhat.com>
2103 * pt.c (check_explicit_specialization): Handle namespace
2105 * name-lookup.c (set_decl_namespace): Likewise.
2107 2006-01-12 Nathan Sidwell <nathan@codesourcery.com>
2110 * class.c (handle_using_decl): Pass correct scope to
2111 cp_emit_debug_info_for_using.
2113 2006-01-11 Nathan Sidwell <nathan@codesourcery.com>
2116 * tree.c (lvalue_p_1): Any part of a COMPONENT_REF affects
2119 2006-01-06 Gabriel Dos Reis <gdr@integrablesolutions.net>
2121 * parser.c (cp_parser_primary_expression): Document the grammar
2122 for the built-in offsetof, a GNU extension.
2124 2006-01-04 Zdenek Dvorak <dvorakz@suse.cz>
2127 * init.c (constant_value_1): Unshare use of DECL_INITIAL. Fix a typo
2130 2006-01-04 Chris Lattner <sabre@gnu.org>
2132 * typeck2.c: update copyright to 2006
2133 (split_nonconstant_init_1): Set TREE_CONSTANT to true.
2135 2006-01-04 Mark Mitchell <mark@codesourcery.com>
2138 * parser.c (cp_parser_nested_name_specifier_opt): Preserve access
2139 checks, even when parsing tentatively.
2141 2006-01-04 Richard Henderson <rth@redhat.com>
2143 Merge from gomp branch.
2144 * lex.c (handle_pragma_java_exceptions): Fix whitespace.
2145 * parser.c (struct cp_token): Add pragma_kind.
2146 (eof_token): Update to match.
2147 (struct cp_lexer): Add in_pragma; rearrange next for better packing.
2148 (cp_parser_initial_pragma): New.
2149 (cp_lexer_new_main): Use it. Don't bother clearing
2150 c_lex_return_raw_strings.
2151 (cp_lexer_get_preprocessor_token): Always initialize keyword
2152 and pragma_kind fields. Handle CPP_PRAGMA.
2153 (cp_lexer_consume_token): Don't allow CPP_PRAGMA_EOL when
2155 (cp_lexer_handle_pragma): Remove. Update callers to cp_parser_pragma.
2156 (cp_lexer_print_token) <CPP_PRAGMA>: Don't print as a string.
2157 (cp_parser_skip_to_pragma_eol): New.
2158 (cp_parser_error): Use it.
2159 (cp_parser_skip_to_closing_parenthesis): Stop at CPP_PRAGMA_EOL;
2160 rearrange with switch statement.
2161 (cp_parser_skip_to_end_of_statement): Likewise.
2162 (cp_parser_skip_to_end_of_block_or_statement): Likewise.
2163 (cp_parser_skip_to_closing_brace): Likewise.
2164 (cp_parser_skip_until_found): Likewise.
2165 (cp_parser_statement): Add in_compound argument; update callers.
2166 Use it to decide how to handle pragma parsing.
2167 (cp_parser_labeled_statement): Add in_compound argument; pass
2168 it on to cp_parser_statement.
2169 (cp_parser_statement_seq_opt): Stop at CPP_PRAGMA_EOL.
2170 (cp_parser_declaration_seq_opt): Likewise.
2171 (cp_parser_parameter_declaration): Likewise.
2172 (cp_parser_member_specification_opt): Likewise.
2173 (cp_parser_function_definition_after_decl): Likewise.
2174 (cp_parser_cache_group): Handle CPP_PRAGMA/CPP_PRAGMA_EOL pairs.
2175 (cp_parser_pragma): New.
2178 2006-01-04 Dirk Mueller <dmueller@suse.com>
2180 * decl.c (finish_constructor_body): create simple
2181 compound stmt instead of a if(1) { } construct.
2183 2006-01-03 Mark Mitchell <mark@codesourcery.com>
2186 * name-lookup.c (push_class_level_binding): When a derived class
2187 provides a type binding, eliminate any type binding from a base
2191 * repo.c (repo_emit_p): Always instantiate static data members
2192 initialized by constant expressions, so that there values are
2195 2006-01-02 Mark Mitchell <mark@codesourcery.com>
2198 * class.c (add_method): Set TYPE_HAS_CONVERSION for classes with a
2199 conversion operator.
2200 * decl.c (grokdeclarator): Do not set TYPE_HAS_CONVERSION here.
2203 * class.c (add_method): Never associate more than one destructor
2204 with a single class.
2207 * cp-tree.h (do_friend): Adjust prototype.
2208 * decl.c (grokfndecl): Make funcdef_flag a bool, not an int.
2209 (grokdeclarator): Likewise. Refine check for invalid
2210 declarations/definitions of member functions outside of their own
2212 * friend.c (do_friend): Make funcdef_flag a bool, not an int.
2215 * parser.c (cp_parser_mem_initializer_list): Check result of
2216 cp_parser_mem_initializer against error_mark_node, not NULL_TREE.
2217 (cp_parser_mem_initializer): Return error_mark_node for failure.
2220 * parser.c (cp_parser_template_parameter_list): Call
2221 begin_template_parm_list and end_template_parm_list here.
2222 (cp_parser_type_parameter): Not here.
2223 (cp_parser_template_declaration_after_export): Or here.
2224 (cp_parser_elaborated_type_specifier): Call
2225 cp_parser_check_template_parameters.
2227 * tree.c (build_target_expr_with_type): Use force_target_expr.
2229 * decl2.c (mark_used): Fix typo in comment.
2231 2006-01-02 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2233 * parser.c (cp_parser_using_declaration): Skip name-lookup on
2236 2005-12-30 Gabriel Dos Reis <gdr@integrable-solutions.net>
2238 * cxx-pretty-print.c (pp_cxx_constant): New. Print
2239 string-literal in parens if input program says so.
2240 (pp_cxx_primary_expression): Hand off constant printing to
2242 (pp_cxx_pretty_printer_init): Set pp->c_base.constant.
2243 (pp_cxx_expression): Use pp_cxx_constant for literals.
2244 * error.c (dump_expr): Use pp_constant for literals.
2246 2005-12-29 Nathan Sidwell <nathan@codesourcery.com>
2248 * method.c (make_thunk): Don't set comdat_linkage here.
2249 (use_thunk): Make thunk one only here, if thunk target is
2252 2005-12-26 Mark Mitchell <mark@codesourcery.com>
2255 * decl.c (grokdeclarator): Remove dead code.
2256 * ptree.c (cxx_print_xnode): Handle BASELINK.
2257 * parser.c (make_id_declarator): Add sfk parameter.
2258 (cp_parser_direct_declarator): Do not pass TYPE_DECLs to
2260 (cp_parser_declarator_id): Simplify BASELINKs here.
2261 (cp_parser_member_declaration): Adjust calls to
2264 2005-12-26 Mark Mitchell <mark@codesourcery.com>
2266 PR c++/23171, c++/23172, c++/25417.
2267 * typeck.c (build_unary_op): Create temporary variables for
2268 compound literals whose addresses are taken.
2269 * init.c (expand_aggr_init_1): Use COMPOUND_LITERAL_P.
2270 * decl.c (reshape_init_vector): Likewise.
2271 (reshape_init): Give it external linkage.
2272 (check_initializer): Use COMPOUND_LITERAL_P.
2273 (initialize_artificial_var): Allow the initializer to be a
2275 * call.c (make_temporary_var_for_ref_to_temp): Use
2276 create_temporary_var.
2277 * cp-tree.h (COMPOUND_LITERAL_P): New macro.
2278 (rehape_init): Declare.
2279 * typeck2.c (digest_init): Use COMPOUND_LITERAL_P.
2280 * semantics.c (finish_compound_literal): Use reshape_init.
2282 2005-12-23 Mark Mitchell <mark@codesourcery.com>
2285 * pt.c (instantiate_template): Handle SFINAE.
2287 2005-12-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2289 * decl.c (grokdeclarator): Improve diagnostic for friend
2290 declarations of class members.
2292 2005-12-22 Mark Mitchell <mark@codesourcery.com>
2295 * tree.c (really_overloaded_fn): Tweak comment.
2296 * pt.c (tsubst_call_declarator_parms): Remove.
2297 (tsubst_copy): Call mark_used on the member referenced by an
2299 * semantics.c (finish_qualified_id_expr): Simplify.
2300 * decl2.c (mark_used): Accept BASELINKs.
2303 * typeck.c (build_unary_op): Pass DECLs not names to
2305 * init.c (build_offset_ref): Do not do name lookup. Do not call
2307 * call.c (build_call): Simplify and tidy.
2308 * semantics.c (finish_qualified_id_expr): Call mark_used.
2310 2005-12-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2313 * parser.c (cp_parser_pure_specifier): Check for PURE_ZERO to
2314 identify a single '0'.
2316 2005-12-20 Mark Mitchell <mark@codesourcery.com>
2319 * decl.c (use_eh_spec_block): New function.
2320 (store_parm_decls): Use it.
2321 (finish_function): Likewise.
2323 2005-12-19 Mark Mitchell <mark@codesourcery.com>
2326 * init.c (expand_member_init): Print messages about baseclasses
2327 using %T rather than %D.
2330 * class.c (add_method): Do not treat templates as identical unless
2331 their return types are the same.
2333 2005-12-12 Mark Mitchell <mark@codesourcery.com>
2336 * tree.c (build_qualified_name): Return error_mark_node for
2339 2005-12-10 Mark Mitchell <mark@codesourcery.com>
2342 * pt.c (tsubst_copy_and_build): Permit dependent types for the
2343 object in a class member access expression.
2345 2005-12-10 Terry Laurenzo <tlaurenzo@gmail.com>
2348 * mangle.c (write_bare_function_type): Mangle return type for
2349 methods of Java classes
2351 2005-12-08 Th�dore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
2353 * call.c (build_conditional_expr): Print types in error messages.
2355 2005-12-07 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2357 * expr.c (cxx_expand_expr): Call gcc_unreachable instead of abort.
2359 2005-12-07 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2361 * cp-gimplify.c (gimplify_cp_loop): Use fold_build3.
2363 2005-12-07 Rafael �ila de Esp�dola <rafael.espindola@gmail.com>
2365 * Make-lang.in (c++.all.build, c++.install-normal): Remove.
2367 2005-12-07 Rafael �ila de Esp�dola <rafael.espindola@gmail.com>
2369 * Make-lang.in: Remove all dependencies on s-gtype.
2371 2005-12-06 Aldy Hernandez <aldyh@redhat.com>
2374 * decl.c (reshape_init_array_1): Handle max_index of -1.
2376 2005-12-06 Roger Sayle <roger@eyesopen.com>
2378 * typeck.c (build_binary_op): Issue warning if either operand of a
2379 comparison operator is a string literal, except for testing equality
2380 or inequality against NULL.
2382 2005-12-06 Roger Sayle <roger@eyesopen.com>
2385 * decl.c (compute_array_index_type): Check that itype is an
2386 INTEGER_CST node before testing/clearing TREE_OVERFLOW.
2388 2005-12-05 Daniel Berlin <dberlin@dberlin.org>
2390 * ptree.c (cxx_print_decl): Update to check for decl_common
2393 2005-12-02 Mark Mitchell <mark@codesourcery.com>
2396 * decl.c (duplicate_decls): Don't rely on DECL_TEMPLATE_INFO after
2399 2005-12-02 Richard Guenther <rguenther@suse.de>
2401 * semantics.c (simplify_aggr_init_expr): Use buildN instead
2404 2005-12-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
2406 * parser.c (cp_lexer_new_main): Usr GGC_RESIZEVEC instead of
2408 (cp_parser_template_argument_list): Use XRESIZEVEC instead of
2410 * class.c (pushclass): Likewise.
2412 2005-12-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
2414 * decl2.c (get_priority_info): Use XNEW, not xmalloc.
2415 * decl.c (push_switch): Likewise.
2416 * lex.c (handle_pragma_implementation): Likewise.
2417 * cp-objcp-common.c (decl_shadowed_for_var_insert): Use GGC_NEW,
2419 (cxx_initialize_diagnostics): Use XNEW, not xmalloc.
2420 * class.c (init_class_processing): Use XNEWVEC, not xmalloc.
2421 * g++spec.c (lang_specific_driver): Likewise.
2422 * mangle.c (save_partially_mangled_name): Likewise.
2423 * parser.c (cp_lexer_new_main): Use GGC_NEWVEC, not ggc_alloc.
2424 (cp_parser_template_argument_list): Use XNEWVEC, nto xmalloc.
2425 (cp_parser_sizeof_operand): Likewise.
2426 * repo.c (open_repo_file, open_repo_file): Likewise.
2428 2005-12-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
2430 * parser.c (cp_parser_make_typename_type): Call make_typename_type
2431 with tf_none instead of magic value 0.
2432 (cp_parser_explicit_instantiation): Call do_type_instantiation
2433 with tf_error instead of magic value 1.
2434 (cp_parser_elaborated_type_specifier): Call make_typename_type
2435 with tf_error instead of magic value 1.
2436 (cp_parser_class_name): Likewise.
2437 (cp_parser_lookup_name): Likewise.
2439 2005-12-01 Gabriel Dos Reis <gdr@integrable-solutions.net>
2441 * parser.c (cp_parser_declaration): Set token2.type to CPP_EOF,
2444 2005-11-30 Jason Merrill <jason@redhat.com>
2447 * cp-gimplify.c (cp_genericize_r): Don't dereference invisible reference
2450 2005-11-30 Ben Elliston <bje@au.ibm.com>
2452 * typeck.c (build_x_unary_op): Correct spelling in error message.
2454 2005-11-28 Nathan Sidwell <nathan@codesourcery.com>
2457 * class.c (check_field_decls): Only set DECL_PACKED on a field
2458 when its natural alignment is > BITS_PER_UNIT.
2460 2005-11-27 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2463 * cp-tree.h (DECL_MAIN_P): Remove duplicate definition.
2465 2005-11-26 Richard Henderson <rth@redhat.com>
2467 * lex.c: Update for pragma_lex rename.
2468 * parser.c: Likewise.
2470 2005-11-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2473 * decl.c (grokparms): Do not allow typedef-names in a '(void)'
2476 2005-11-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2478 * typeck2.c (process_init_constructor_union): Remove check for
2479 unnamed union members.
2481 2005-11-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2483 * name-lookup.c (lookup_name_real): Merge two if's.
2485 2005-11-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2487 * pt.c (instantiate_class_template): Clean-up.
2489 2005-11-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2491 * pt.c (template_class_depth_real): Remove. Move functionality to ...
2492 (template_class_depth): ... here, replacing count_specializations
2493 with 0. Adjust comment.
2495 2005-11-24 Richard Guenther <rguenther@suse.de>
2496 Dirk Mueller <dmueller@suse.de>
2499 * typeck.c (build_reinterpret_cast_1): Use
2500 strict_aliasing_warning.
2502 2005-11-23 Gabriel Dos Reis <gdr@integrable-solutions.net>
2505 * pt.c (check_instantiated_args): Reword diagnostic message about
2506 template argument involving local types.
2508 2005-11-23 Gabriel Dos Reis <gdr@integrable-solutions.net>
2511 * typeck.c (build_array_ref): Avoid code duplicate. Use common
2512 C/C++ diagnostic function warn_array_subscript_with_type_char.
2514 2005-11-21 Gabriel Dos Reis <gdr@integrable-solutions.net>
2517 * error.c (resolve_virtual_fun_from_obj_type_ref): New.
2518 (dump_expr): Use it in <case CALL_EXPR>.
2520 2005-11-21 Richard Henderson <rth@redhat.com>
2522 * cp-objcp-common.h, name-lookup.c, name-lookup.h: Revert 11-18 patch.
2524 * name-lookup.c (lookup_name): Remove prefer_type argument.
2525 (lookup_name_prefer_type): New.
2526 * decl.c (lookup_and_check_tag): Use them.
2527 * pt.c (tsubst_friend_class): Likewise.
2528 (lookup_template_class): Likewise.
2529 (tsubst_copy_and_build): Likewise.
2530 * name-lookup.h (lookup_name_prefer_type): New.
2531 (lookup_name): Remove declaration.
2533 2005-11-18 Mark Mitchell <mark@codesourcery.com>
2536 * decl.c (grokfndecl): Set up DECL_TEMPLATE_INFO before calling
2538 * name-lookup.c (set_decl_namespace):
2540 2005-11-18 Mike Stump <mrs@apple.com>
2542 * cp-objcp-common.h (LANG_HOOKS_LOOKUP_NAME): Add.
2543 * name-lookup.c (lookup_name_two): Remove.
2544 (lookup_name_one): Add.
2545 * name-lookup.h (lookup_name_two): Remove.
2546 (lookup_name_one): Add.
2548 2005-11-15 Jason Merrill <jason@redhat.com>
2551 * method.c (locate_copy): Also use skip_artificial_parms here.
2552 (synthesize_exception_spec): Use CLASS_TYPE_P rather than checking
2554 (locate_ctor): Abort if we fail to find a default constructor.
2556 2005-11-15 Mike Stump <mrs@apple.com>
2558 * name-lookup.c (lookup_name_two): Add.
2559 * name-lookup.h: Likewise.
2561 2005-11-15 Mark Mitchell <mark@codesourcery.com>
2564 * typeck.c (check_for_casting_away_constness): Use the diag_fn.
2565 (build_const_cast_1): Call it, for C-style casts.
2567 2005-11-14 Mark Mitchell <mark@codesourcery.com>
2570 * pt.c (check_explicit_specialization): Don't check for C linkage.
2571 (push_template_decl_real): Likewise.
2572 * parser.c (cp_parser_explicit_specialization): Check here.
2573 (cp_parser_template_declaration_after_export): And here.
2575 * parser.c (cp_lexer_get_preprocessor_token): Initialize keyword
2578 2005-11-14 Jason Merrill <jason@redhat.com>
2581 * method.c (locate_ctor): Skip all artificial parms, not just
2584 2005-11-14 Mark Mitchell <mark@codesourcery.com>
2586 * parser.c (eof_token): Add initializer for ambiguous_p.
2588 2005-11-13 Mark Mitchell <mark@codesourcery.com>
2591 * decl.c (check_redeclaration_exception_specification): New
2593 (duplicate_decls): Use it.
2594 * error.c (fndecl_to_string): Print the template parameter list.
2597 * cxx-pretty-print.c (pp_cxx_statement): Print qualifying scopes
2599 (pp_cxx_original_namespace_definition): Likewise.
2600 * name-lookup.c (ambiguous_decl): Don't issue error messages;
2601 instead return lists of ambiguous candidates.
2602 (select_decl): Handle ambiguous namespace lookups.
2603 * parser.c (cp_token): Add ambiguous_p.
2604 (cp_lexer_get_preprocessor_token): Set it.
2605 (cp_parser_diagnose_invalid_type_name): Avoid duplicate messages
2606 when a qualified name uses an invalid scope.
2607 (cp_parser_primary_expression): Print ambiguous candidates.
2608 (cp_parser_type_parameter): Adjust comment to reflect new
2609 parameter name for cp_parser_lookup_name.
2610 (cp_parser_template_argument): Likewise.
2611 (cp_parser_elaborated_type_specifier): Likewise.
2612 (cp_parser_namespace_name): Likewise.
2613 (cp_parser_class_name): Print ambiguous candidates.
2614 (cp_parser_lookup_name): Rename ambiguous_p parameter to
2615 ambiguous_decls. Use it to return a list of ambiguous candiates
2616 when a lookup is ambiguous.
2617 (cp_parser_lookup_name_simple): Adjust comment to reflect new
2618 parameter name for cp_parser_lookup_name.
2620 2005-11-12 Jakub Jelinek <jakub@redhat.com>
2623 * typeck.c (complete_type): Set TYPE_NEEDS_CONSTRUCTING
2624 and TYPE_HAS_NONTRIVIAL_DESTRUCTOR flags for all variants
2628 * pt.c (tsubst_copy_asm_operands): New function.
2629 (tsubst_expr) <case ASM_EXPR>: Use it.
2631 2005-11-08 Jakub Jelinek <jakub@redhat.com>
2634 * decl.c (redeclaration_error_message): Issue diagnostics about
2635 olddecl and newdecl disagreement on __thread property.
2636 (grokdeclarator): Set DECL_TLS_MODEL on class static variables.
2638 2005-11-08 Jason Merrill <jason@redhat.com>
2641 * method.c (use_thunk): Use build_cplus_new instead of
2644 2005-11-06 Jason Merrill <jason@redhat.com>
2645 James A. Morrison <phython@gcc.gnu.org>
2648 * decl2.c (cp_finish_file): Fix conditions for undefined warning.
2649 Set TREE_NO_WARNING instead of TREE_PUBLIC.
2650 * pt.c (instantiate_pending_templates): Set DECL_INITIAL to avoid
2651 a warning on a function we didn't instantiate because of excessive
2654 2005-11-06 Mark Mitchell <mark@codesourcery.com>
2656 * class.c (record_subobject_offsets): Don't record offsets past
2657 biggest empty class for non-empty base classes.
2658 (layout_class_type): Use TYPE_SIZE_UNIT, not TYPE_SIZE, when
2659 keeping track of the size of emptyclasses.
2662 * class.c (sizeof_biggest_empty_class): New variable.
2663 (record_subobject_offsets): Don't record offsets past biggest
2664 empty class for data members. Replace vbases_p parameter with
2665 is_data_member parameter.
2666 (build_base_field): Adjust call.
2667 (layout_class_type): Likewise. Maintain
2668 sizeof_biggest_empty_class.
2670 2005-11-05 Kazu Hirata <kazu@codesourcery.com>
2672 * decl2.c, init.c, typeck.c: Fix comment typos.
2674 2005-11-04 Richard Guenther <rguenther@suse.de>
2677 * init.c (build_vec_init): Build comparison of matching
2680 2005-11-03 Josh Conner <jconner@apple.com>
2683 pt.c (tsubst): Accept zero-length array if tf_error is set
2684 in complain flags. Change error message for negative-
2687 2005-11-04 Joseph S. Myers <joseph@codesourcery.com>
2689 * cp-tree.h (cp_cpp_error), error.c (cp_cpp_error): Take va_list*
2692 2005-11-03 Joseph S. Myers <joseph@codesourcery.com>
2695 * error.c (cp_cpp_error): New function.
2696 * cp-tree.h (cp_cpp_error): Declare.
2697 * parser.c (cp_lexer_new_main): Set CPP option client_diagnostic
2698 and error callback after lexing.
2700 2005-11-03 Mark Mitchell <mark@codesourcery.com>
2703 * pt.c (register_specialization): Update inline flags on clones.y
2705 2005-11-03 Andrew Pinski <pinskia@physics.uc.edu>
2708 * decl.c (declare_local_label): Return 0 for variables
2709 with error_mark_node as their types.
2711 2005-11-02 Mark Mitchell <mark@codesourcery.com>
2714 * call.c (build_conditional_expr): Do bad conversions, if there's
2718 * parser.c (cp_parser_postfix_dot_deref_expression): Improve error
2719 message for use of overloaded functions on LHS of "." operator.
2722 * parser.c (cp_parser_postfix_expression): Use
2723 cp_parser_elaborated_type_specifier to handle typename-types in
2725 (cp_parser_enclosed_argument_list): Skip ahead to the end of the
2726 template argument list if the closing ">" is not found.
2729 * pt.c (instantiate_decl): Use cp_finish_decl, not
2730 finish_static_data_member_decl.
2732 2005-10-28 Andrew Pinski <pinskia@physics.uc.edu>
2734 * decl.c (grokfndecl): Remove the setting
2735 of the return type of the function type
2736 of main after erroring about must returning
2739 2005-10-28 Andrew Pinski <pinskia@physics.uc.edu>
2742 * decl.c (grokfndecl): Create a new function type
2743 after erroring out about main not returning int.
2745 2005-10-28 Josh Conner <jconner@apple.com>
2748 * parser.c (cp_parser_member_declaration): Detect and handle
2749 a template specialization.
2751 2005-10-28 Andrew Pinski <pinskia@physics.uc.edu>
2754 * decl.c (start_decl): Check that the decl is an
2755 error_mark_node before getting the type.
2756 Remove the check for the decl's type being an
2759 2005-10-21 Mark Mitchell <mark@codesourcery.com>
2762 * parser.c (cp_parser_init_declarator): Pass attributes to
2765 2005-10-20 Mark Mitchell <mark@codesourcery.com>
2768 * search.c (accessible_p): Check access in the outermost set of
2769 template parameters.
2771 2005-10-20 Richard Guenther <rguenther@suse.de>
2773 * decl.c (grokdeclarator): Fix ambiguous pedwarn message.
2775 2005-10-18 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2778 * decl.c (grokdeclarator): Reject unqualified destructors in
2779 friend declarations.
2781 2005-10-18 Mark Mitchell <mark@codesourcery.com>
2784 * pt.c (convert_template_argument): Use canonical type variants in
2785 template specializations.
2787 2005-10-18 Nathan Sidwell <nathan@codesourcery.com>
2790 * name-lookup.c (arg_assoc): Template args can be null in a
2794 * class.c (update_vtable_entry_for_fn): Don't process invalid
2795 covariant overriders.
2798 * cp-tree.h (add_method): Add return value.
2799 * class.c (add_method): Return success indicator.
2800 * semantics.c (finish_member_declaration): Don't add an invalid
2801 method to the method list.
2803 2005-10-17 Mark Mitchell <mark@codesourcery.com>
2806 * call.c (build_new_method_call): Do not show VTT parameters to
2809 2005-10-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
2812 * parser.c (cp_parser_statement): If the parser reached CPP_EOF,
2813 only complain about missing statement.
2815 2005-10-17 Nathan Sidwell <nathan@codesourcery.com>
2818 * cp-tree.h (BASELINK_QUALIFIED_P): New.
2819 * pt.c (tsubst_copy_and_build): <CALL_EXPR case>: Use it.
2820 * typeck.c (finish_class_member_access_expr): Set it.
2823 * decl.c (check_default_argument): Don't check
2824 processing_template_decl or uses_template_parms here.
2825 (grokparms): Only call check_default_argument when not processing
2827 * parser.c (cp_parser_late_parsing_default_arg): Call
2828 check_default_argument when not processing a template decl.
2830 2005-10-16 Mark Mitchell <mark@codesourcery.com>
2833 * decl2.c (mark_used): Use uses_template_parms instead of
2835 * init.c (constant_value_1): Handle uninstantiated templates
2837 * pt.c (instantiate_decl): Add sanity check.
2839 2005-10-16 Mark Mitchell <mark@codesourcery.com>
2842 * typeck.c (check_template_keyword): Fix thinko.
2844 2005-10-16 Andrew Pinski <pinskia@physics.uc.edu>
2847 * decl.c (pop_switch): Only call c_do_switch_warnings
2848 when not processing templates.
2850 2005-10-16 Mark Mitchell <mark@codesourcery.com>
2853 * cp-tree.h (QUALIFIED_NAME_IS_TEMPLATE): New macro.
2854 (check_template_keyword): New function.
2855 (finish_id_expression): Change prototoype.
2856 (finish_qualified_id_expr): Change prototype.
2857 (build_qualified_name): New function.
2858 (finish_class_member_access_expr): Change prototype.
2859 * init.c (build_offset_ref): Use build_qualified_name.
2860 * mangle.c (write_expression): Likewise.
2861 * parser.c (cp_parser_primary_expression): Remove qualifying_class
2862 parameter. Add address_p and template_arg_p. Use
2863 build_qualified_name.
2864 (cp_parser_id_expression): Default *template_p to
2865 template_keyword_p. Check for invalid uses of the template
2867 (cp_parser_postfix_expression): Eliminate special handling for
2868 qualified names. Adjust call to cp_parser_primary_expression.
2869 (cp_parser_postfix_dot_deref_expression): Adjust call to
2870 cp_parser_id_expression and finish_class_member_access_expr.
2871 (cp_parser_template_argument_list): Add comment.
2872 (cp_parser_template_argument): Adjust use of
2873 cp_parser_primary_expression. Remove call to
2874 finish_qualified_id_expr.
2875 (cp_parser_lookup_name): Use build_qualified_name.
2876 * pt.c (tsubst): Use build_qualified_name.
2877 (tsubst_qualified_id): Likewise. Adjust call to
2878 finish_qualified_id_expr.
2879 (tsubst_copy): Use build_qualified_name.
2880 (tsubst_copy_and_build): Adjusts call to finish_id_expression and
2881 finish_class_member_access_expr.
2882 * semantics.c (finish_non_static_data_member): Use
2883 build_qualified_name.
2884 (finish_qualified_id_expr): Add template_p and template_arg_p
2886 (finish_id_expression): Remove qualifiying_class parameter. Add
2887 template_p, done, address_p, and template_arg_p. Use
2888 build_qualified_name. Adjust calls to
2889 finish_class_member_acess_expr.
2890 * tree.c (build_qualified_name): New function.
2891 * typeck.c (check_template_keyword): New function.
2892 (finish_class_member_access_expr): Add template_p argument. Check
2893 for invalid uses of the template keyword.
2895 2005-10-15 Mark Mitchell <mark@codesourcery.com>
2898 * class.c (maybe_warn_about_overly_private_class): Lazy
2899 constructors are public.
2901 2005-10-14 Mark Mitchell <mark@codesourcery.com>
2904 * call.c (convert_like_real): Rely on convert_and_check to issue
2905 warnings about overflow and conversion to unsigned.
2906 * decl.c (finish_enum): Use the location of the enumerators, not
2907 the closing brace of the enumeration, when reporting warnings
2909 (build_enumerator): Use error_mark_node for erroneous values.
2910 * typeck2.c (digest_init): Remove reference to "signature pointer"
2913 2005-10-14 Nathan Sidwell <nathan@codesourcery.com>
2916 * optimize.c (update_cloned_parm): Add FIRST parameter. Use it.
2917 (maybe_clone_body): Track the first clone.
2919 2005-10-13 Nathan Sidwell <nathan@codesourcery.com>
2922 * class.c (build_base_path): The vtable is always the first thing
2925 2005-10-13 Mark Mitchell <mark@codesourcery.com>
2928 * cp-tree.h (DECL_NONTRIVIALLY_INITIALIZED_P): New macro.
2929 * decl.c (duplicate_decls): Merge it into new declarations.
2930 (decl_jump_unsafe): Use it, rather than DECL_INITIAL.
2931 (cp_finish_decl): Set it, when appropriate.
2934 * call.c (build_new_method_call): Correct pretty-printing of
2936 * pt.c (tsubst_qualified_id): Recognize invalid uses of "~T" as an
2940 * decl.c (start_method): Return error_mark_node for errors.
2943 * pt.c (push_template_decl_real): Complain about attempts to
2944 declare template variables.
2947 * pt.c (tsubst_template_parms): Set processing_template_decl while
2948 processing the parameters.
2949 (tsubst_decl): Set processing_template_decl when substituting into
2953 * pt.c (most_specialized_instantiation): Robustify.
2956 * semantics.c (finish_id_expression): Issue errors about uses of
2957 local variables in containing functions even in templates.
2959 2005-10-12 Danny Smith <dannysmith@users.sourceforge.net>
2963 * class.c (finish_struct_1): Call
2964 targetm.cxx.adjust_class_at_definition.
2967 2005-10-12 Nathan Sidwell <nathan@codesourcery.com>
2970 * pt.c (build_non_dependent_expr): Don't wrap a COMPONENT_REF
2971 with already looked up member functions. Assert we're not
2972 returning a NON_DEPENDENT_EXPR with unknown type.
2973 * typeck.c (finish_class_member_access_expr): We can get
2974 non-template-id-expr baselinks. If the lookup finds a baselink,
2975 remember it even inside templates.
2978 * parser.c (cp_parser_functional_cast): Cope when TYPE is not a
2979 TYPE_DECL. Use dependent_type_p to check type.
2980 * pt.c (uses_template_parms_p): Use dependent_type_p for a
2982 (type_dependent_expression_p): Assert we've not been given a
2986 * decl.c (check_function_type): Correctly overwrite incomplete
2987 return type with void type.
2988 * typeck.c (check_return_expr): If the function's return type is
2989 void, don't try and convert a return expr.
2991 2005-10-12 David Edelsohn <edelsohn@gnu.org>
2994 * call.c (build_object_call): If BINFO is NULL, bypass
2995 lookup_fnfields and set fns to NULL_TREE.
2997 2005-10-12 Paolo Bonzini <bonzini@gnu.org>
3000 * error.c (dump_expr): Pass LABEL_DECL to dump_decl. Print
3001 an ADDR_EXPR of a LABEL_DECL as &&.
3003 2005-10-12 Nathan Sidwell <nathan@codesourcery.com>
3006 * class.c (walk_subobject_offsets): Don't walk error_mark_node.
3008 2005-10-11 Ian Lance Taylor <ian@airs.com>
3011 * cvt.c (convert_to_void): Don't warn about unused values when
3012 processing a template declaration.
3014 2005-10-11 Mark Mitchell <mark@codesourcery.com>
3017 * call.c (convert_like_real): Use decl_constant_value, not
3018 integral_constant_value.
3019 * init.c (constant_value_1): New function.
3020 (integral_constant_value): Use it.
3021 (decl_constant_value): Likewise.
3022 * typeck.c (decay_conversion): Use decl_constant_value, not
3023 integral_constant_value.
3026 * parser.c (cp_parser_elaborated_type_specifier): Don't treat
3027 class types as templates if the type is not appearing as part of a
3028 type definition or declaration.
3030 2005-10-10 Mark Mitchell <mark@codesourcery.com>
3033 * pt.c (instantiate_decl): Call finish_static_data_member_decl for
3034 static data members.
3036 2005-10-10 Giovanni Bajo <giovannibajo@gcc.gnu.org>
3037 Mark Mitchell <mark@codesourcery.com>
3040 * parser.c (cp_parser_template_argument_list): Do not treat
3041 contents of argument list as part of a constant expression.
3043 2005-10-10 Mark Mitchell <mark@codesourcery.com>
3046 * decl.c (grokdeclarator): Do not require template parameter lists
3047 for explicitly specialized class.
3048 * error.c (dump_aggr_type): Do not dump template arguments for
3049 non-primary specializations.
3050 (dump_function_name): Likewise.
3053 * pt.c (instantiate_decl): Instantiate the initializer of
3054 a static data member in the namespace containing the class
3055 containing the static data member.
3057 2005-10-08 James A. Morrison <phython@gcc.gnu.org>
3060 * parser.c (cp_parser_postfix_expression) <RID_TYPENAME>: Treat nontype
3061 scopes as nondependent.
3063 2005-10-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3065 * call.c (resolve_args): Remove redundant test.
3067 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
3069 PR tree-optimization/21419
3070 PR tree-optimization/24146
3071 PR tree-optimization/24151
3073 * semantics.c (finish_asm_stmt): Call readonly_error if outputs are
3074 read-only. Set ASM_VOLATILE_P for asms without outputs.
3076 2005-10-05 Nathan Sidwell <nathan@codesourcery.com>
3079 * call.c (joust): Adjust length count to more_specialized_fn.
3080 * pt.c (more_specialized_fn): Cope with non-static member vs
3083 2005-10-04 Andrew Pinski <pinskia@physics.uc.edu>
3086 * decl.c (make_rtl_for_nonlocal_decl): Use set_user_assembler_name
3087 instead of change_decl_assembler_name.
3089 2005-10-03 Alexandre Oliva <aoliva@redhat.com>
3091 * error.c (dump_type) <UNKNOWN_TYPE>: Print reworded message.
3093 2005-10-03 Mark Mitchell <mark@codesourcery.com>
3096 * repo.c: Include flags.h.
3097 (finish_repo): Add -frandom-seed to the arguments.
3099 2005-10-02 Mark Mitchell <mark@codesourcery.com>
3102 * parser.c (cp_parser_template_argument): Don't turn "T::f" into
3104 * pt.c (convert_nontype_argument): Remove ??? comment.
3107 * tree.c (lvalue_p_1): A VA_ARG_EXPR with class type is an lvalue,
3108 when class rvalues are lvalues.
3110 2005-09-28 Mark Mitchell <mark@codesourcery.com>
3113 * decl.c (grokdeclarator): Always pedwarn about overqualified
3116 2005-09-27 Mark Mitchell <mark@codesourcery.com>
3119 * name-lookup.c (maybe_process_template_type_declaration): Don't
3120 treat forward declarations of classes as templates just because
3121 we're processing_template_decl.
3122 * pt.c (tsubst_decl): Clear DECL_TEMPLATE_INFO for friend
3125 2005-09-26 Jason Merrill <jason@redhat.com>
3128 * cp-tree.h (FUNCTION_NEEDS_BODY_BLOCK): New macro.
3129 * name-lookup.c (pushdecl_maybe_friend): Check it.
3130 * decl.c (begin_function_body): Do nothing if it's false.
3131 (finish_function_body): Ditto.
3132 (outer_curly_brace_block): New fn.
3133 (finish_function): Use it.
3135 2005-09-26 Richard Guenther <rguenther@suse.de>
3138 * decl2.c (do_static_destruction): Remove.
3139 (finish_static_initialization_or_destruction): Likewise.
3140 (DECL_EFFECTIVE_INIT_PRIORITY): New macro.
3141 (NEEDS_GUARD_P): Likewise.
3142 (do_static_initialization): Rename to
3143 do_static_initialization_or_destruction. Process all
3144 initializers/destructors and handle common conditionalizing.
3145 (start_static_initialization_or_destruction): Rename to
3146 one_static_initialization_or_destruction. Handle only
3147 decl-specific conditionalizing.
3148 (cp_finish_file): Call do_static_initialization_or_destruction.
3150 2005-09-22 Jakub Jelinek <jakub@redhat.com>
3153 * class.c (find_final_overrider): Move diagnostic about no unique final
3155 (update_vtable_entry_for_fn): ... here.
3157 2005-09-21 Mark Mitchell <mark@codesourcery.com>
3160 * init.c (integral_constant_value): Use DECL_INTEGRAL_CONSTANT_VAR_P.
3162 2005-09-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3165 * call.c (resolve_args): Return error_mark_node on arguments
3166 whose TREE_TYPE is error_mark_node.
3168 2005-09-20 Jakub Jelinek <jakub@redhat.com>
3171 * rtti.c (get_pseudo_ti_init): Recompute ti pointer after
3172 get_tinfo_ptr calls.
3174 2005-09-16 Mark Mitchell <mark@codesourcery.com>
3177 * parser.c (cp_parser_enclosed_template_argument_list): Make sure
3178 skip_evaluation is false when processing template arguments.
3181 * pt.c (check_instantiated_args): Treat uses of anonymous types as
3182 causing type-deduction failure.
3184 2005-09-15 Jason Merrill <jason@redhat.com>
3187 * cp-tree.def (SIZEOF_EXPR, ALIGNOF_EXPR): Change code class to
3190 2005-09-15 Mark Mitchell <mark@codesourcery.com>
3193 * pt.c (tsubst_aggr_type): Make sure skip_evaluation is false when
3194 processing template arguments.
3196 * pt.c (check_explicit_instantiation_namespace): Fix typo.
3199 * decl.c (check_class_member_definition_namespace): New function.
3200 (grokfndecl): Use it.
3201 (grokvardecl): Likewise.
3202 (grokdecl): Improve documentation.
3203 * pt.c (check_explicit_instantiation_namespace): New function.
3204 (register_specialization): Call check_specialization_namespace
3205 when replacing an implicitly instantiated function.
3206 (check_explicit_specialization): Ensure that DECL_CONTEXT is set
3207 correctly for namespace-scope specializations.
3208 (do_decl_instantiation): Use
3209 check_explicit_instantiation_namespace.
3210 (do_type_instantiation): Likewise.
3212 2005-09-15 Nathan Sidwell <nathan@codesourcery.com>
3215 * error.c (dump_decl): <USING_DECL case> Use USING_DECL_SCOPE.
3217 2005-09-13 Bastian Blank <waldi@debian.org>
3220 * mangle.c (find_substitution): Do not use special substitutions
3221 for identifiers not in std::.
3223 2005-09-13 Mark Mitchell <mark@codesourcery.com>
3226 * typeck.c (cxx_mark_addressable): Only check DECL_HARD_REGISTER
3229 2005-09-13 Mark Mitchell <mark@codesourcery.com>
3232 * pt.c (tsubst_default_argument): Do treat default argument
3233 expressions as occurring in the context of the function called.
3235 2005-09-12 Mark Mitchell <mark@codesourcery.com>
3238 * parser.c (cp_parser_primary_expression): Recognize the closing
3239 ">" of a template-argument-list after a floating-point literal as
3240 the end of a cast expression.
3242 2005-09-12 Mark Mitchell <mark@codesourcery.com>
3245 * cvt.c (perform_qualification_conversions): Don't create
3246 unnecessary NOP_EXPRs.
3247 * pt.c (tsubst_template_arg): Use fold_non_dependent_expr.
3249 2005-09-12 Ian Lance Taylor <ian@airs.com>
3252 * cp-tree.h (struct lang_decl_flags): Add hidden_friend_p
3253 bitfield. Make dummy bitfield one bit smaller.
3254 (DECL_HIDDEN_FRIEND_P): Define.
3255 (pushdecl_maybe_friend): Declare.
3256 (pushdecl_top_level_maybe_friend): Declare.
3257 * decl.c (duplicate_decls): Add newdecl_is_friend parameter.
3258 Change prototype and all callers. Add assertion that a
3259 DECL_ARTIFICIAL FUNCTION_DECL is not DECL_HIDDEN_FRIEND_P. Set
3260 DECL_ANTICIPATED and DECL_HIDDEN_FRIEND_P in duplicated decl if
3262 * name-lookup.c (supplement_binding): Don't ignore a
3263 DECL_HIDDEN_FRIEND_P.
3264 (pushdecl_maybe_friend): Break out contents of pushdecl. Add
3265 is_friend parameter. Set DECL_ANTICIPATED and
3266 DECL_HIDDEN_FRIEND_P for a friend function.
3267 (pushdecl): Just call pushdecl_maybe_friend.
3268 (pushdecl_with_scope): Add is_friend parameter. Change prototype
3270 (pushdecl_namespace_level): Likewise.
3271 (push_overloaded_decl): Likewise. Check DECL_HIDDEN_FRIEND_P as
3272 well as DECL_ANTICIPATED when checking for a builtin.
3273 (do_nonmember_using_decl): Check DECL_HIDDEN_FRIEND_P as well as
3274 DECL_ANTICIPATED when checking for a builtin.
3275 (do_nonmember_using_decl): Likewise.
3276 (pushdecl_top_level_1): Add is_friend parameter. Change all
3278 (pushdecl_top_level_maybe_friend): New function.
3279 (remove_hidden_names): New function.
3280 (struct arg_lookup): Add args field.
3281 (friend_of_associated_class_p): New static function.
3282 (arg_assoc_namespace): Ignore hidden functions which are not
3283 friends of an associated class of some argument.
3284 (lookup_arg_dependent): Remove hidden functions from list passed
3285 in. Initialize k.args.
3286 * name-lookup.h (remove_hidden_names): Declare.
3287 * friend.c (do_friend): Call pushdecl_maybe_friend instead of
3289 * call.c (add_function_candidate): Change DECL_ANTICIPATED test to
3290 an assertion, with a check for DECL_HIDDEN_FRIEND_P.
3291 (build_new_function_call): Add koenig_p parameter. Change
3292 prototype and callers.
3293 * pt.c (register_specialization): Add is_friend parameter. Change
3295 (push_template_decl_real): Change is_friend parameter to bool.
3296 Change prototype and all callers.
3297 (tsubst_friend_class): Call pushdecl_top_level_maybe_friend
3298 instead of pushdecl_top_level.
3300 2005-09-11 Richard Henderson <rth@redhat.com>
3302 * decl2.c (build_anon_union_vars): Copy attributes from the base addr.
3303 * pt.c (tsubst_decl): Substitute in DECL_VALUE_EXPR.
3305 2005-09-09 Gabriel Dos Reis <gdr@integrable-solutions.net>
3307 * parser.c (cp_parser_translation_unit): Simplify. The while-block
3308 was actually executed at most once.
3310 2005-09-09 Richard Henderson <rth@redhat.com>
3313 * cp-tree.def (ALIAS_DECL): Remove.
3314 * cp-lang.c (cp_init_ts): Remove support for it.
3315 * error.c (dump_decl): Likewise.
3316 * name-lookup.c (pushdecl): Likewise.
3317 * semantics.c (finish_id_expression): Likewise.
3318 * decl2.c (build_anon_union_vars): Use a VAR_DECL with
3319 DECL_VALUE_EXPR instead.
3321 2005-09-09 Mark Mitchell <mark@codesourcery.com>
3324 * decl.c (start_preparsed_function): Do not pay attention to
3325 #pragma interface for implicitly-defined methods.
3326 * decl2.c (cp_finish_file): Do not complain about uses of inline
3327 functions that have bodies, even if we decided not to emit the
3328 body in this translation unit.
3329 * semantics.c (note_decl_for_pch): Do not mess with linkage.
3330 (expand_or_defer_fn): Make inline, non-template functions COMDAT
3333 2005-09-08 Richard Henderson <rth@redhat.com>
3336 * decl.c (wrapup_globals_for_namespace): Call
3337 emit_debug_global_declarations.
3338 * decl2.c (cp_finish_file): Likewise.
3340 2005-09-08 Mark Mitchell <mark@codesourcery.com>
3343 * decl2.c (mark_used): Instantiate static data members initialized
3344 by constants, even in a template.
3346 2005-09-08 Andrew Pinski <pinskia@physics.uc.edu>
3349 * parser.c (cp_parser_objc_selector_expression): Treat CPP_SCOPE as
3352 2005-09-07 Richard Guenther <rguenther@suse.de>
3354 * cp-gimplify.c (cp_gimplify_expr): Create empty CONSTRUCTOR
3355 for EMPTY_CLASS_EXPR.
3357 2005-09-06 Jakub Jelinek <jakub@redhat.com>
3360 * typeck.c (check_return_expr): Add no_warning argument. Set
3361 *no_warning to true if "return-statement with no value, in function
3362 returning" warning has been issued.
3363 * cp-tree.h (check_return_expr): Adjust prototype.
3364 * semantics.c (finish_return_stmt): Set TREE_NO_WARNING if
3365 check_return_expr set *no_warning to true.
3367 2005-09-06 Mark Mitchell <mark@codesourcery.com>
3369 * cp-tree.h (rvalue): New function.
3370 * call.c (build_conditional_expr): Use it.
3371 * init.c (build_new_1): Likewise.
3372 * rtti.c (build_dynamic_cast_1): Likewise.
3373 * tree.c (rvalue): New function.
3374 * typeck.c (build_unary_op): Use it.
3375 (build_static_cast_1): Likewise.
3378 * init.c (build_new_1): Make sure the entire array type is
3379 complete, not just its element types.
3381 2005-09-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3383 * decl.c (check_elaborated_type_specifier): Remove redundant check.
3385 2005-09-06 Jakub Jelinek <jakub@redhat.com>
3388 * typeck.c (ignore_overflows): New helper function.
3389 (build_static_cast_1): Use it.
3391 2005-09-06 Kazu Hirata <kazu@codesourcery.com>
3393 * cp-tree.h, decl.c, decl2.c, semantics.c: Fix comment typos.
3394 Follow spelling conventions.
3396 2005-09-05 Mark Mitchell <mark@codesourcery.com>
3399 * pt.c (tsubst_decl): Clear DECL_TEMPLATE_INSTANTIATED when
3402 2005-09-05 Mark Mitchell <mark@codesourcery.com>
3405 * semantics.c (finish_stmt_expr_expr): Add an explicit
3406 initialization to the last statement in the statement-expression.
3407 * (finish_stmt_expr): Adjust accordingly.
3409 2005-09-03 Mark Mitchell <mark@codesourcery.com>
3412 * decl2.c (mark_used): Always instantiate static data members
3413 initialized by constant expressions.
3414 * pt.c (instantiate_decl): Instantiate the initializers for static
3415 data members initialized by constant expressions.
3418 * semantics.c (expand_or_defer_fn): Do not call ggc_collect when
3419 finishing processing for a template function in a local class.
3421 2005-09-02 Mark Mitchell <mark@codesourcery.com>
3422 * parser.c (cp_parser_class_specifier): Push/pop GC contexts
3423 around functions in local classes.
3425 2005-09-02 Mark Mitchell <mark@codesourcery.com>
3428 * parser.c (cp_parser_class_specifier): Push/pop GC contexts
3429 around functions in local classes.
3431 2005-08-31 Andrew Pinski <pinskia@physics.uc.edu>
3434 * decl2.c (cp_finish_file): If this is obj-c++ and we need a static
3435 init, call generate_ctor_or_dtor_function.
3437 2005-08-31 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3440 * parser.c (cp_parser_lookup_name): Pass LOOKUP_COMPLAIN to
3441 lookup_name_real on final parse.
3443 2005-08-31 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3446 * semantics.c (qualified_name_lookup_error): Do not complain again
3449 2005-08-30 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3452 * parser.c (cp_parser_namespace_name): Move diagnostic for
3453 invalid namespace-name to here from ...
3454 * name-lookup.c (do_namespace_alias): ... here and ...
3455 (do_using_directive): ... here. Remove dead code.
3457 2005-08-28 Mark Mitchell <mark@codesourcery.com>
3460 * cp-tree.h (saved_scope): Add skip_evaluation.
3461 * decl.c (start_decl): Use DECL_INITIALIZED_IN_CLASS_P, not
3462 DECL_INITIAL, to determine whether or not a static data member was
3463 initialized in the class-specifier.
3464 (cp_finish_decl): Add comment.
3465 * init.c (integral_constant_value): Subtitute into the
3466 initializers for static data members in templates.
3467 * name-lookup.c (push_to_top_level): Save skip_evaluation.
3468 (pop_from_top_level): Restore it.
3469 * pt.c (instantiate_class_template): Do not substitute into the
3470 intializers of static data members when instantiating a class.
3471 (regenerate_decl_from_template): Simplify.
3472 (instantiate_decl): Tidy. Substitute into the initializer for a
3473 static data member even when the definition of the data member is
3476 2005-08-26 Mark Mitchell <mark@codesourcery.com>
3479 * pt.c (uses_template_parms): Handle IDENTIFIER_NODE.
3480 (type_dependent_expression_p): Allow BASELINKs whose associated
3481 functions are simply a FUNCTION_DECL.
3484 * cp-tree.h (build_vec_init): Adjust prototype.
3485 * init.c (perform_member_init): Adjust call to build_vec_init.
3486 (build_aggr_init): Likewise.
3487 (build_new_1): Do not call build_default_init for array types.
3488 (build_vec_init): Add explicit_default_init_p parameter. Perform
3489 default initialization of vector elements when set.
3490 * typeck.c (build_modify_expr): Adjust call to build_vec_init.
3492 2005-08-25 Nathan Sidwell <nathan@codesourcery.com>
3495 * typeck.c (build_x_unary_op): Make sure OFFSET_REF is not for a
3498 2005-08-24 Nathan Sidwell <nathan@codesourcery.com>
3501 * parser.c (cp_lexer_peek_nth_token): Relax assert.
3503 2005-08-23 Nathan Sidwell <nathan@codesourcery.com>
3506 * pt.c (tsubst_qualified_id): A SCOPE_REF can still remain.
3508 2005-08-22 James E Wilson <wilson@specifix.com>
3510 PR tree-optimization/23426
3511 * decl.c (grokdeclarator): Use TYPE_SIZE_UNIT not TYPE_SIZE for
3514 2005-08-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3517 * pt.c (push_template_decl_real): Return error_mark_node if the
3518 number of template parameters does not match previous definition.
3520 2005-08-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3523 * decl.c (require_complete_types_for_parms): Mark incomplete types
3526 2005-08-19 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3528 * parser.c (cp_parser_nth_token_starts_template_argument_list_p):
3529 Fix typo in leading comment.
3531 2005-08-15 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3533 * name-lookup.c, ptree.c: Delete HOST_PTR_PRINTF.
3535 2005-08-15 Fariborz Jahanian <fjahanian@apple.com>
3537 * cp-tree.h (can_convert_arg, fn_type_unification): New argument.
3538 * call.c (add_template_candidate_real): Pass down 'flags' to
3539 fn_type_unification.
3540 (can_convert_arg): New 'flags' argument. Pass it to call to
3541 implicit_conversion instead of LOOKUP_NORMAL.
3542 (can_convert): Add LOOKUP_NORMAL to call to can_convert_arg.
3543 * class.c (resolve_address_of_overloaded_function): Ditto.
3544 (resolve_address_of_overloaded_function): Ditto.
3545 * decl.c (reshape_init, check_default_argument): Ditto.
3546 * typeck.c (build_ptrmemfunc): Ditto.
3547 * pt.c (type_unification_real): Add 'flags' argument.
3548 (fn_type_unification): Pass 'flags' to type_unification_real.
3549 (type_unification_real): Pass new 'flags' argument to call to
3552 2005-08-12 Giovanni Bajo <giovannibajo@libero.it>
3553 Nathan Sidwell <nathan@codesourcery.com>
3557 * pt.c (unify) <METHOD_TYPE>: Check this-pointer cv-qualifiers
3560 2005-08-12 Nathan Sidwell <nathan@codesourcery.com>
3563 Revert my 2005-07-08 patch
3564 * pt.c (type_unification_real): Remove is_method_argument and
3566 (fn_type_unification, unify): Adjust type_unification_real calls.
3568 2005-08-11 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3571 * decl2.c (grokfield): Check that method is not static before
3574 2005-08-11 Nathan Sidwell <nathan@codesourcery.com>
3577 * name-lookup.c (pushtag): Process the template type before
3578 altering the identifier lookup fields. Remove unreachable code
3579 creating an empty stub decl.
3581 2005-08-10 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3584 * decl.c (grokdeclarator): Reset storage_class after error.
3586 2005-08-08 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3589 * init.c (build_new_1): Check for empty candidate list.
3591 2005-08-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3594 * pt.c (tsubst) <case METHOD_TYPE>: Check for error_mark_node
3595 before calling build_exception_variant.
3597 2005-08-06 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3600 * pt.c (tsubst_decl) <case TEMPLATE_DECL>: Return ERROR_MARK_NODE
3601 if substitution of template args did not succeed.
3603 2005-08-06 Michael Matz <matz@suse.de>
3605 * method.c (use_thunk): Call init_insn_lengths.
3607 2005-08-05 James A. Morrison <phython@gcc.gnu.org>
3610 * name-lookup.c (cp_emit_debug_info_for_using): Do nothing if
3611 sorrycount or errorcount are nonzero.
3613 2005-08-05 Mark Mitchell <mark@codesourcery.com>
3615 * name-lookup.c (pushtag): Remove accidental commit from:
3616 2004-12-21 Mark Mitchell <mark@codesourcery.com>
3618 * decl.c (grokdeclarator): Return error_mark_node, not
3619 void_type_node, to indicate errors.
3620 * parser.c (cp_parser_template_parameter_list): Robustify.
3621 (cp_parser_template_parameter): Likewise.
3623 2005-08-01 Kazu Hirata <kazu@codesourcery.com>
3625 * class.c, decl.c, name-lookup.c, pt.c, typeck.c, typeck2.c:
3628 2005-07-29 Kazu Hirata <kazu@codesourcery.com>
3630 * method.c: Fix a comment typo.
3632 2005-07-28 Mark Mitchell <mark@codesourcery.com>
3635 * call.c (add_builtin_candidate): Adjust for changes in
3636 representation of pointer-to-member types.
3638 2005-07-28 Mike Stump <mrs@apple.com>
3640 * pt.c (check_explicit_specialization): Add visibility logic.
3641 (lookup_template_class): Likewise.
3642 (instantiate_class_template): Likewise.
3644 2005-07-27 Devang Patel <dpatel@apple.com>
3646 * name-lookup.c (pushtag): Do no set DECL_IGNORED_P bit.
3648 2005-07-25 Ian Lance Taylor <ian@airs.com>
3650 * ptree.c (cxx_print_identifier): Print a leading space if the
3653 2005-07-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3655 * call.c (convert_for_arg_passing): Check function pointers when
3656 -Wmissing-format-attribute is activated.
3657 * typeck.c (convert_for_assignment): Likewise.
3659 2005-07-22 Manfred Hollstein <mh@suse.com>
3661 * parser.c (cp_parser_declaration): Fix unitialised warnings.
3663 2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
3665 * class.c (build_base_path): Fix typo.
3667 2005-07-21 Andrew Pinski <pinskia@physics.uc.edu>
3670 * class.c (build_base_path): Convert BINFO_OFFSET to the correct type.
3672 2005-07-21 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3674 * call.c: Fix comment typo(s).
3675 * cxx-pretty-print.h: Likewise.
3676 * name-lookup.c: Likewise.
3677 * parser.c: Likewise.
3679 2005-07-20 Douglas Gregor <doug.gregor@gmail.com>
3682 * semantics.c (perform_koenig_lookup): For dependent calls, just
3683 return the set of functions we've found so far. Later, it will be
3684 augmented by those found through argument-dependent lookup.
3685 * name-lookup.c (lookup_arg_dependent): Implement DR 164 by removing
3686 the optimization that skips namespaces where the functions were
3689 2005-07-20 Giovanni Bajo <giovannibajo@libero.it>
3691 Make CONSTRUCTOR use VEC to store initializers.
3692 * call.c (convert_default_arg): Update call to digest_init.
3693 * class.c (dump_class_hierarchy, dump_array): Update to cope with
3694 VEC in CONSTRUCTOR_ELTS.
3695 * cp-tree.h (EMPTY_CONSTRUCTOR_P): Likewise.
3696 (finish_compound_literal, digest_init): Update declaration.
3697 * decl.c (struct reshape_iter): New data type.
3698 (reshape_init_array): Rename to...
3699 (reshape_init_array_1): Update to cope with VEC in CONSTRUCTOR_ELTS.
3700 (reshape_init): Rewrite from scratch. Split parts into...
3701 (reshape_init_array, reshape_init_vector, reshape_init_class,
3702 reshape_init_r): New functions.
3703 (check_initializer): Update call to reshape_init. Remove obsolete
3705 (initialize_artificial_var, cp_complete_array_type): Update to cope
3706 with VEC in CONSTRUCTOR_ELTS.
3707 * decl2.c (grokfield): Update calls to digest_init.
3708 (mark_vtable_entries): Update to cope with VEC in CONSTRUCTOR_ELTS.
3709 * error.c (dump_expr_init_vec): New function.
3710 (dump_expr): Use dump_expr_init_vec.
3711 * init.c (build_zero_init, build_vec_init): Update to cope with VEC
3712 in CONSTRUCTOR_ELTS.
3713 (expand_default_init): Update call to digest_init.
3714 * parser.c (cp_parser_postfix_expression): Use a VEC for the
3716 (cp_parser_initializer_list): Build a VEC of initializers.
3717 * pt.c (tsubst_copy, tsubst_copy_and_build): Update to cope with VEC
3718 in CONSTRUCTOR_ELTS.
3719 * rtti.c (tinfo_base_init, generic_initializer, ptr_initializer,
3720 ptm_initializer, class_initializer, get_pseudo_ti_init): Use
3721 build_constructor_from_list instead of build_constructor.
3722 * semantics.c (finish_compound_literal): Update call to digest_init.
3723 * tree.c (stabilize_init): Update to cope with VEC in
3725 * typeck.c (build_ptrmemfunc1): Likewise.
3726 * typeck2.c: (cxx_incomplete_type_error, split_nonconstant_init_1):
3728 (store_init_value): Use build_constructor_from_list and update call
3730 (digest_init): Rewrite.
3731 (process_init_constructor): Rewrite from scratch. Split into...
3732 (process_init_constructor_array, picflag_from_initializer,
3733 process_init_constructor_record, process_init_constructor_union):
3735 (PICFLAG_ERRONEOUS, PICFLAG_NOT_ALL_CONSTANT, PICFLAG_NOT_ALL_SIMPLE):
3737 (build_functional_cast): Use build_constructor_from_list instead of
3740 2005-07-18 Mark Mitchell <mark@codesourcery.com>
3743 * cp-tree.h (instantiate_decl): Change prototype.
3744 * decl2.c (mark_used): Adjust accordingly.
3745 * pt.c (do_decl_instantiation): Likewise.
3746 (instantiate_class_member): Likewise.
3747 (instantiate_decl): Rename undefined_ok as expl_inst_class_mem_p.
3748 Clear DECL_INTERFACE_KNOWN for an explicitly instantiated template
3749 that has no definition available.
3750 (instantiate_pending_templates): Adjust call to instantiate_decl.
3752 2005-07-17 Mark Mitchell <mark@codesourcery.com>
3755 * cp-tree.h (DECL_TEMPLATE_INFO): Improve documentation.
3756 * decl.c (duplicate_decls): Re-register template specializations
3757 for functions that have DECL_TEMLPLATE_INFO, even if they do not
3758 have DECL_TEMPLATE_INSTANTIATION set.
3760 2005-07-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3762 * call.c (diagnostic_fn_t): New.
3763 (build_temp, convert_like_real): Use diagnostic_fn_t.
3765 2005-07-15 Mark Mitchell <mark@codesourcery.com>
3768 * repo.c (repo_emit_p): Robustify.
3770 2005-07-14 Daniel Berlin <dberlin@dberlin.org>
3773 * tree.c (decl_linkage): Don't check DECL_COMDAT on CONST_DECL.
3775 2005-07-15 Mark Mitchell <mark@codesourcery.com>
3778 * call.c (implicit_conversion): Add c_cast_p parameter.
3779 (standard_conversion): Likewise. Allow conversions between
3780 differently-qualified pointer types when performing a C-style
3782 (add_function_candidate): Adjust callee.
3783 (build_builtin_candidate): Likewise.
3784 (build_user_type_conversion_1): Likewise.
3785 (conditional_conversion): Likewise.
3786 (can_convert_arg): Likewise.
3787 (can_convert_arg_bad): Likewise.
3788 (perform_implicit_conversion): Likewise.
3789 * cp-tree.h (comp_ptr_ttypes_const): Declare.
3790 * typeck.c (comp_ptr_ttypes_const): Give it external linkage.
3793 2005-07-12 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3794 Nathan Sidwell <nathan@codesourcery.com>
3797 * pt.c (tsubst_template_parms): Check for invalid non-type
3800 2005-07-09 Andrew Pinski <pinskia@physics.uc.edu>
3802 * cp-lang.c (shadowed_var_for_decl, decl_shadowed_for_var_lookup,
3803 decl_shadowed_for_var_insert): Move over to cp-objcp-common.c.
3804 (cp_init_ts): Call init_shadowed_var_for_decl.
3805 Remove include of gt-cp-cp-lang.h.
3806 * cp-objcp-common.c (shadowed_var_for_decl,
3807 decl_shadowed_for_var_lookup, decl_shadowed_for_var_insert): Moved from
3809 (init_shadowed_var_for_decl): New function to initialize
3810 shadowed_var_for_decl.
3811 Include gt-cp-cp-objcp-common.h.
3812 * Make-lang.in (gt-cp-lang.h): Remove.
3813 (gt-cp-cp-objcp-common.h): Add.
3814 (cp/cp-lang.o): Remove dependancy on gt-cp-lang.h.
3815 (cp/cp-objcp-common.o): Add dependancy on gt-cp-cp-objcp-common.h.
3816 * config-lang.in (gtfiles): Remove cp-lang.c and Add cp-objcp-common.c.
3817 * cp-tree (init_shadowed_var_for_decl): Add prototype.
3819 2005-07-08 Daniel Berlin <dberlin@dberlin.org>
3821 * Make-lang.in: Add gt-cp-lang.h.
3823 * class.c (create_vtable_ptr): Stop setting DECL_ASSEMBLER_NAME on
3825 * config-lang.in: Add cp-lang.c to gtfiles.
3826 * cp-lang.c: Include hashtab.h.
3827 (cp_init_ts): New function.
3828 (LANG_HOOK_INIT_TS): Use macro.
3829 (decl_shadowed_for_var_lookup): New function.
3830 (decl_shadowed_for_var_insert): Ditto.
3831 * cp-tree.h (THUNK_FUNCTION_CHECK): Use decl_common.
3832 (NON_THUNK_FUNCTION_CHECK): Ditto.
3833 (DECL_NAMESPACE_ASSOCIATIONS): Use decl_non_common.
3834 (DECL_INIT_PRIORITY): Ditto.
3835 (DECL_HAS_SHADOWED_FOR_VAR_P): Ditto.
3836 (DECL_SHADOWED_FOR_VAR): Use hashtable.
3837 (SET_DECL_SHADOWED_FOR_VAR): Ditto.
3838 * decl.c (duplicate_decls): Update for new/updated structures.
3839 (poplevel): Use SET_DECL_SHADOWED_FOR_VAR.
3840 * decl2.c (start_static_initialization_or_destruction): Deal with
3842 * pt.c (tsubst_decl): Check TS_DECL_WRTL before doing
3844 * tree.c (handle_init_priority_attribute): Handle priority.
3846 2005-07-08 Nathan Sidwell <nathan@codesourcery.com>
3849 * pt.c (type_unification_real): Add is_method argument. Use it
3850 for this pointer unification.
3851 (fn_type_unification): Adjust type_unification_real call.
3854 2005-07-07 Nathan Sidwell <nathan@codesourcery.com>
3856 * pt.c (type_unification_real): Remove allow_incomplete argument.
3857 Remove unreachable code.
3858 (fn_type_unification): Adjust call to type_unification_real.
3861 2005-07-05 Paolo Bonzini <bonzini@gnu.org>
3863 * Makefile.in (class.o, decl2.o): Adjust dependencies.
3864 * class.c: Include tree-dump.h.
3865 * decl2.c: Include tree-dump.h.
3867 2005-07-02 Gabriel Dos Reis <gdr@integrable-solutions.net>
3869 * dump.c: Use dump_string_field.
3871 2005-07-03 Joseph S. Myers <joseph@codesourcery.com>
3873 * cp-tree.h (GCC_DIAG_STYLE): #undef before defining. Change
3874 minimum GCC version for format checking to 4.1.
3876 2005-07-02 Kazu Hirata <kazu@codesourcery.com>
3878 * Make-lang.in (cc1plus-checksum.c): Use
3879 build/genchecksum$(build_exeext), not build/genchecksum$(exeext).
3881 2005-07-02 Joseph S. Myers <joseph@codesourcery.com>
3883 * name-lookup.c, parser.c: Use %q, %< and %> to quote in
3886 2005-07-02 Zack Weinberg <zack@codesourcery.com>
3887 Joseph S. Myers <joseph@codesourcery.com>
3889 * error.c (location_of): Add comment.
3890 (locate_error, cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
3891 * cp-tree.h (cp_error_at, cp_warning_at, cp_pedwarn_at): Remove.
3892 * call.c, class.c, decl.c, decl2.c, friend.c, init.c,
3893 name-lookup.c, parser.c, pt.c, search.c, semantics.c, typeck.c,
3894 typeck2.c: Use '+' flag instead of %J, cp_error_at, cp_warning_at
3895 or cp_pedwarn_at. Mark up some diagnostic strings with N_.
3897 2005-06-30 Daniel Berlin <dberlin@dberlin.org>
3899 * decl.c (require_complete_types_for_parms): Call relayout_decl
3900 instead of layout_decl.
3902 2005-06-30 Zack Weinberg <zack@codesourcery.com>
3903 Jakub Jelinek <jakub@redhat.com>
3905 * cp-lang.c: No need to include cxx-pretty-print.h.
3906 * error.c (cp_printer): Update signature. No need to process
3908 (print_instantiation_partial_context): Output last newline
3909 with pp_base_newline.
3910 * Make-lang.in: Update dependencies.
3912 2005-06-30 Steven Bosscher <stevenb@suse.de>
3914 * decl.c (start_decl): Replace DECL_THREAD_LOCAL with
3915 DECL_THREAD_LOCAL_P.
3916 (cp_finish_decl): Likewise.
3917 (grokvardecl): Set the default DECL_TLS_MODEL here.
3919 2005-06-28 Joseph S. Myers <joseph@codesourcery.com>
3921 * cvt.c (ocp_convert): Use invalid_conversion hook.
3922 * typeck.c (build_binary_op): Use invalid_binary_op hook.
3923 (build_unary_op): Use invalid_unary_op hook.
3925 2005-06-28 Paul Brook <paul@codesourcery.com>
3927 * Make-lang.in (cp/except.o): Depend on $(TARGET_H)
3928 * except.c: Include target.h.
3929 (init_exception_processing): Initialize unwind_resume_libfunc.
3930 * doc/tm.texi: Document TARGET_ASM_TTYPE
3932 2005-06-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3934 * call.c (build_over_call): Pass in named argument list to
3935 `check_function_arguments'.
3936 * typeck.c (build_function_call): Likewise.
3938 2005-06-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3940 * cp-tree.h (lang_check_failed): Add noreturn attribute.
3942 2005-06-25 Kelley Cook <kcook@gcc.gnu.org>
3944 * all files: Update FSF address in copyright headers.
3946 2005-06-23 Jason Merrill <jason@redhat.com>
3949 * semantics.c (simplify_aggr_init_expr): Use
3950 CALL_EXPR_RETURN_SLOT_OPT, not CALL_EXPR_HAS_RETURN_SLOT_ADDR.
3952 2005-06-23 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
3954 * pt.c (register_specialization): Remove superfluous assertion.
3956 2005-06-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
3958 * call.c (convert_like_real): Add format attribute.
3959 * typeck.c (check_for_casting_away_constness,
3960 build_static_cast_1): Likewise.
3961 * typeck2.c (readonly_error, cxx_incomplete_type_diagnostic):
3964 2005-06-17 Geoffrey Keating <geoffk@apple.com>
3967 * pt.c (type_unification_real): Apply template type deduction even
3968 to procedure parameters that are not dependent on a template
3971 2005-06-16 Nathan Sidwell <nathan@codesourcery.com>
3973 * rtti.c (get_tinfo_decl): Avoid caching tinfo_descs when it might
3975 (create_pseudo_type_info): First parameter is an int.
3977 2005-06-15 Nathan Sidwell <nathan@codesourcery.com>
3980 * error.c (dump_expr) <COMPONENT_REF case>: Check DECL_NAME is not
3983 * Make-lang.in: Reformat some long lines.
3984 (gt-cp-rtti.h): New target.
3985 (cp/rtti.o): Add dependency.
3986 * config-lang.in (gtfiles): Add cp/rtti.c.
3987 * cp-tree.h (CPTI_TI_DESC_TYPE, CPTI_BLTN_DESC_TYPE,
3988 CPTI_PTR_DESC_TYPE, CPTI_ARY_DESC_TYPE, CPTI_FUNC_DESC_TYPE,
3989 CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE,
3990 CPTI_SI_CLASS_DESC_TYPE, CPTI_VMI_CLASS_DESC_TYPE,
3991 CPTI_PTM_DESC_TYPE, CPTI_BASE_DESC_TYPE): Remove.
3992 (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
3993 ary_desc_type_node, func_desc_type_node, enum_desc_type_node,
3994 class_desc_type_node, si_class_desc_type_node,
3995 vmi_class_desc_type_node, ptm_desc_type_node,
3996 base_desc_type_node): Remove.
3997 * decl.c: Adjust documentation of global trees.
3998 * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL,
3999 TINFO_REAL_NAME): Remove.
4000 (struct tinfo_s): New.
4001 (enum tinfo_kind): New.
4003 (get_tinfo_decl): Adjust use of tinfo descriptor.
4004 (tinfo_base_init, generic_initializer, ptr_initializer,
4005 ptm_initializer, class_initializer): Likewise.
4006 (get_pseudo_ti_init): Take descriptor index. Adjust.
4007 (create_pseudo_type_info): Likewise.
4008 (get_pseudo_ti_desc): Return descriptor index. Adjust.
4009 (create_tinfo_types): Adjust use of create_pseudo_type_info.
4010 (emit_tinfo_decl): Adjust use of tinfo descriptor.
4012 2005-06-14 Roger Sayle <roger@eyesopen.com>
4014 * decl.c (grokdeclarator): Only check TREE_OVERFLOW on INTEGER_CST.
4016 2005-06-13 Geoffrey Keating <geoffk@apple.com>
4018 * Make-lang.in (c++.install-man): Doesn't really depend on installdirs.
4019 (rule for installing g++.1 manpage): Does depend on installdirs.
4021 2005-06-13 Nathan Sidwell <nathan@codesourcery.com>
4024 * decl.c (cp_finish_decl): Clear runtime runtime initialization if
4025 in-class decl's initializer is bad.
4028 * parser.c (struct cp_parser): Document that scope could be
4030 (cp_parser_diagnose_invalid_type_name): Cope with error_mark for
4032 (cp_parser_nested_name_specifier): Return NULL_TREE on error.
4033 (cp_parser_postfix_expression): Deal with null or error_mark
4035 (cp_parser_elaborated_type_specifier): Adjust
4036 cp_parser_nested_name_specifier call.
4038 * parser (cp_parser_skip_to_end_of_block_or_statement): Cleanup.
4040 2005-06-12 Roger Sayle <roger@eyesopen.com>
4043 * error.c (dump_expr): UNARY_PLUS_EXPR need not handle void types.
4044 Treat CONVERT_EXPR identically to NOP_EXPR.
4046 2005-06-10 Aldy Hernandez <aldyh@redhat.com>
4049 * cvt.c (build_expr_type_conversion): Same.
4050 * typeck.c (build_binary_op): Handle vectors.
4051 (common_type): Same.
4052 (type_after_usual_arithmetic_conversions): Same.
4054 2005-06-08 Nathan Sidwell <nathan@codesourcery.com>
4057 * cp-tree.def (USING_DECL): Update documentation.
4058 * cp-tree.h (DECL_DEPENDENT_P): New.
4059 (USING_DECL_DECLS, USING_DECL_SCOPE): New.
4060 * class.c (handle_using_decl): Move most of the processing to ...
4061 * name-lookup.c (do_class_using_decl): ... here. Make stricter.
4062 (push_using_decl): Use USING_DECL_SCOPE.
4063 (cp_emit_debug_info_for_using): Make extern.
4064 * cxx-pretty-print.c (pp_cxx_statement) <USING_DECL case>: Adjust.
4065 * name-lookup.h (cp_emit_debug_info_for_using): Declare.
4066 * pt.c (tsubst_decl) <USING_DECL case>: Use do_class_using_decl
4068 (tsubst_expr): Use USING_DECL_SCOPE.
4069 * search.c (lookup_field_1): Use DECL_DEPENDENT_P.
4070 * semantics.c (finish_member_declaration): Likewise.
4072 2005-06-08 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4075 * pt.c (tsubst): Reject pointer-to-member of type void.
4078 * parser.c (cp_parser_label_declaration): Deal with invalid/missing
4081 2005-06-07 Nathan Sidwell <nathan@codesourcery.com>
4083 * cp-tree.def (DEFAULT_ARG): Adjust documentation.
4084 * cp-tree.h (DEFARG_INSTANTIATIONS): New.
4085 (struct tree_default_arg): Add instantiations member.
4086 * parser.c (cp_parser_late_parsing_default_args): Adjust to use a
4088 * pt.c (tsubst_arg_types): Likewise.
4090 * parser.c (cp_parser_late_parsing_default_args): Fix overeager
4091 assert in previous patch.
4093 2005-06-06 Jakub Jelinek <jakub@redhat.com>
4095 * error.c (locate_error): Use gmsgid instead of msgid for argument
4097 (cp_error_at, cp_warning_at, cp_pedwarn_at): Likewise.
4099 2005-06-06 Nathan Sidwell <nathan@codesourcery.com>
4102 * cp-tree.def (DEFAULT_ARG): Document TREE_CHAIN use.
4103 * parser.c (cp_parser_late_parsing_default_args): Propagate parsed
4104 argument to any early instantiations.
4105 * pt.c (tsubst_arg_types): Chain early instantiation of default arg.
4108 * cp-tree.h (add_method): Add using_decl parameter.
4109 * class.c (add_method): Add using_decl parameter. Adjust error
4111 (handle_using_decl): Pass the using decl to add_method.
4112 (clone_function_decl): Adjust add_member calls.
4113 * decl2.c (check_classfn): Likewise.
4114 * method.c (lazily_declare_fn): Likewise.
4115 * semantics.c (finish_member_declaration): Likewise.
4117 * method.c (synthesize_method): Use inform, not warning.
4119 2005-06-06 Hans-Peter Nilsson <hp@axis.se>
4121 * config-lang.in (target_libs): Remove target-gperf.
4123 2005-06-05 Mark Mitchell <mark@codesourcery.com>
4126 * cp-tree.h (DECL_IS_BUILTIN_CONSTANT_P): New macro.
4127 * parser.c (cp_parser_postfix_expression): Allow non-constant
4128 expressions as arguments to __builtin_constant_p.
4129 * tree.c (builtin_valid_in_constant_expr_p): Use
4130 DECL_IS_BUILTIN_CONSTANT_P.
4132 2005-06-03 Mark Mitchell <mark@codesourcery.com>
4135 * typeck.c (casts_away_constness_r): Do not drop cv-qualifiers on
4136 the pointed-to type for a pointer-to-member.
4139 * cp-tree.h (grok_op_properties): Remove friendp parameter.
4140 * decl.c (grokfndecl): Adjust call.
4141 (grok_op_properties): Determine the class of which the function is
4142 a member by looking at its DECL_CONTEXT, not current_class_type.
4143 * pt.c (tsubst_decl): Adjust call to grok_op_properties.
4145 2005-06-02 Nathan Sidwell <nathan@codesourcery.com>
4147 * method.c (synthesize_method): Add addtional arg to warning call.
4150 * Make-lang.in (method.o): Add diagnostic.h
4151 * decl.c (start_preparsed_function): Use decl's location for file
4153 * decl2.c (cp_finish_file): Set input_location before synthesizing
4155 (mark_used): When deferring a synthesized function, save current
4156 location. Do not set function's location when actually
4158 * method.c: #include diagnostic.h.
4159 (synthesize_method): Set the functions source location. Show
4160 needed location if errors are emitted.
4162 * decl.c (start_decl): Simplify specialization handling. Remove
4163 unneeded CLASSTYPE_TEMPLATE_INSTANTIATION check.
4164 * mangle.c (discriminator_for_local_entity): Use VEC_index.
4167 * decl.c (duplicate_decls): Copy all of DECL_USE_TEMPLATE.
4170 * name-lookup.c (pushtag): Push local class even in a template.
4172 2005-05-31 Nathan Sidwell <nathan@codesourcery.com>
4175 * init.c (integral_constant_value): Check the type of the
4176 initializer, not the decl.
4178 2005-05-30 Mark Mitchell <mark@codesourcery.com>
4181 * name-lookup.c (do_nonmember_using_decl): Ignore builtin
4182 functions, even when the used name is not a function.
4184 2005-05-30 Kazu Hirata <kazu@cs.umass.edu>
4186 * operators.def, optimize.c: Update copyright.
4188 2005-05-28 Mark Mitchell <mark@codesourcery.com>
4191 * call.c (standard_conversion): Permit conversions to complex
4192 types if conversion to the corresponding scalar type would be
4196 * method.c (implicitly_declare_fn): Clear processing_template_decl
4197 when generating implicit declaration.
4199 2005-05-27 Mark Mitchell <mark@codesourcery.com>
4202 * typeck.c (get_member_function_from_ptrfunc): Do not attempt
4203 conversions to base classes of incomplete types.
4205 2005-05-27 Ian Lance Taylor <ian@airs.com>
4207 * semantics.c (add_stmt): Add C++ frontend specific version.
4208 * cp-tree.h (STMT_IS_FULL_EXPR_P): Define.
4209 (stmts_are_full_exprs_p): Declare.
4211 2005-05-27 Roger Sayle <roger@eyesopen.com>
4212 Giovanni Bajo <giovannibajo@gcc.gnu.org>
4214 * cp-tree.def (UNARY_PLUS_EXPR): New C++ unary tree code.
4215 * parser.c (cp_parser_unary_expression): Use UNARY_PLUS_EXPR instead
4217 (cp_parser_unary_expression): Likewise.
4218 * typeck.c (build_unary_op): Likewise.
4219 * call.c (add_builtin_candidate, build_new_op): Likewise.
4220 * error.c (dump_expr): Likewise.
4221 * pt.c (tsubst_copy, tsubst_copy_and_build): Likewise.
4222 * decl.c (ambi_op_p, grok_op_properties): Likewise.
4223 * dump.c (dump_op): Likewise.
4224 * lex.c (init_operators): Likewise.
4225 * operators.def ("+"): Likewise.
4226 * cp-gimplify.c (cp_gimplify_expr): Handle UNARY_PLUS_EXPR like a
4227 conversion, if the result and argument types differ.
4228 * tree.c (fold_if_not_in_template): Fold UNARY_PLUS_EXPR much
4229 like a NOP_EXPR when !processing_template_decl.
4231 * cxx-pretty-print.c (pp_cxx_cast_expression): Prototype.
4232 (pp_cxx_unary_expression): Handle new UNARY_PLUS_EXPR tree code.
4234 2005-05-27 Nathan Sidwell <nathan@codesourcery.com>
4237 * typeck.c (get_delta_difference): Cope with incomplete but equal
4238 classes. Reorder if.
4241 * parser.c (cp_parser_late_parsing_for_member): Disable access
4242 checking for template functions.
4244 2005-05-26 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4247 * pt.c (redeclare_class_template): Change error message according
4248 to coding conventions.
4250 2005-05-26 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4252 * call.c (build_op_delete_call): Fix quoting in error message.
4254 2005-05-25 Richard Henderson <rth@redhat.com>
4257 * cp-tree.h (make_alias_for): Declare.
4258 * decl2.c (build_java_method_aliases): New.
4259 (cp_finish_file): Call it.
4260 * method.c (make_alias_for): Split out from ...
4261 (make_alias_for_thunk): ... here.
4263 2005-05-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4266 * semantics.c (finish_id_expression): Fix quoting in error message.
4268 2005-05-25 DJ Delorie <dj@redhat.com>
4270 * decl.c (duplicate_decls): Move warning control from if() to
4272 * name-lookup.c (parse_using_directive): Likewise.
4273 * parser.c (cp_parser_elaborated_type_specifier): Likewise.
4274 (cp_parser_init_declarator): Likewise.
4275 * tree.c (handle_com_interface_attribute): Likewise.
4277 2005-05-24 Ziemowit Laski <zlaski@apple.com>
4279 * class.c (layout_class_type): Do not issue C++ ABI warnings
4281 * decl.c (objc_mark_locals_volatile): Streamline by calling
4282 objc_volatilize_decl().
4283 * parser.c (cp_parser_objc_message_expression): Allow simple
4284 type specifiers (instead of merely type names) as message
4286 * pt.c (template_args_equal): Do not call objc_comptypes().
4287 * typeck.c (composite_pointer_type): If both pointers are
4288 ObjC-esque, arbitrarily choose the first; do not call
4290 (comptypes): Do not call objc_comptypes().
4291 (convert_for_assignment): Call objc_compare_types().
4292 (comp_ptr_ttypes_real): Call objc_type_quals_match() before
4293 concluding that types do not match.
4295 2005-05-24 Andrew Pinski <pinskia@physics.uc.edu>
4298 * optimize.c (update_cloned_parm): Copy the TYPE also from the
4301 2005-05-19 Jakub Jelinek <jakub@redhat.com>
4304 * decl.c (grokdeclarator): Fix "storage class specified for"
4307 2005-05-19 Kazu Hirata <kazu@cs.umass.edu>
4309 * parser.c: Fix comment typos.
4311 2005-05-18 Geoffrey Keating <geoffk@apple.com>
4313 * Make-lang.in (cc1plus-dummy): New.
4314 (cc1plus-checksum.c): New.
4315 (cc1plus-checksum.o): New.
4316 (cc1plus): Add cc1plus-checksum.o.
4318 2005-05-17 H.J. Lu <hongjiu.lu@intel.com>
4321 * decl2.c (determine_visibility): Don't set visibility to
4322 hidden if it has been set explicitly by user.
4324 2005-05-17 Ziemowit Laski <zlaski@apple.com>
4325 Mike Stump <mrs@apple.com>
4327 Yet more Objective-C++...
4329 * cp-objcp-common.h (cxx_get_alias_set): Move from
4331 (cxx_warn_unused_global_decl): Likewise.
4332 (cp_expr_size): Likewise.
4333 (cp_tree_size): Likewise.
4334 (cp_var_mod_type_p): Likewise.
4335 (cxx_initialize_diagnostics): Likewise.
4336 (cxx_types_compatible_p): Likewise.
4337 * cp-tree.h: to here.
4339 * lex.c (D_OBJC): Add.
4340 (init_reswords): Add.
4341 * Make-lang.in (cp/pt.o): Add cp/cp-objcp-common.h.
4342 * parser.c: Add c-common.h include.
4343 * pt.c: Add c-common.h and cp-objcp-common.h includes.
4344 (template_args_equal): Use objc_comptypes as well.
4345 (tsubst_copy_and_build): Use objcp_tsubst_copy_and_build as well.
4346 * semantics.c (do_poplevel): Remove static.
4348 * decl.c (objc_mark_locals_volatile): Don't change decls that are
4350 * decl2.c (generate_ctor_or_dtor_function): Add code to initialize
4351 Objective C++ early enough.
4352 * lex.c (struct resword reswords): Add Objective-C++ support.
4353 * parser.c (cp_lexer_get_preprocessor_token): Add Objective-C++.
4354 (cp_parser_objc_message_receiver): Add.
4355 (cp_parser_objc_message_args): Likewise.
4356 (cp_parser_objc_message_expression): Likewise.
4357 (cp_parser_objc_encode_expression): Likewise.
4358 (cp_parser_objc_defs_expression): Likewise.
4359 (cp_parser_objc_protocol_expression): Likewise.
4360 (cp_parser_objc_selector_expression): Likewise.
4361 (cp_parser_objc_expression): Likewise.
4362 (cp_parser_objc_visibility_spec): Likewise.
4363 (cp_parser_objc_method_type): Likewise.
4364 (cp_parser_objc_protocol_qualifiers): Likewise.
4365 (cp_parser_objc_typename): Likewise.
4366 (cp_parser_objc_selector_p): Likewise.
4367 (cp_parser_objc_selector): Likewise.
4368 (cp_parser_objc_method_keyword_params): Likewise.
4369 (cp_parser_objc_method_tail_params_opt): Likewise.
4370 (cp_parser_objc_interstitial_code): Likewise.
4371 (cp_parser_objc_method_signature): Likewise.
4372 (cp_parser_objc_method_prototype_list): Likewise.
4373 (cp_parser_objc_method_definition_list): Likewise.
4374 (cp_parser_objc_class_ivars): Likewise.
4375 (cp_parser_objc_identifier_list): Likewise.
4376 (cp_parser_objc_alias_declaration): Likewise.
4377 (cp_parser_objc_class_declaration): Likewise.
4378 (cp_parser_objc_protocol_declaration): Likewise.
4379 (cp_parser_objc_protocol_refs_opt): Likewise.
4380 (cp_parser_objc_superclass_or_category): Likewise.
4381 (cp_parser_objc_class_interface): Likewise.
4382 (cp_parser_objc_class_implementation): Likewise.
4383 (cp_parser_objc_end_implementation): Likewise.
4384 (cp_parser_objc_declaration): Likewise.
4385 (cp_parser_objc_try_catch_finally_statement): Likewise.
4386 (cp_parser_objc_synchronized_statement): Likewise.
4387 (cp_parser_objc_throw_statement): Likewise.
4388 (cp_parser_objc_statement): Likewise.
4389 (cp_parser_primary_expression): Add Objective-C++.
4390 (cp_parser_statement): Likewise.
4391 (cp_parser_declaration): Likewise.
4392 (cp_parser_simple_type_specifier): Likewise.
4393 (cp_parser_type_name): Likewise.
4394 (cp_parser_parameter_declaration_list): Likewise.
4395 (cp_parser_member_declaration) Likewise.
4396 * tree.c: Include debug.h.
4397 * typeck.c (composite_pointer_type): Add Objective-C++ support.
4398 (finish_class_member_access_expr): Likewise.
4399 (build_function_call): Allow objc to rewrite FUNCTION_DECLs.
4400 (build_modify_expr): Allow objc to generate write barriers.
4402 * Make-lang.in (cp/tree.o): Add debug.h.
4403 * tree.c (lvalue_p_1, case CONST_DECL): Add.
4405 2005-05-18 Jan Hubicka <jh@suse.cz>
4407 * method.c: Include tree-pass.h
4408 (use_thunk): Lower body before expanding.
4410 2005-05-17 Jakub Jelinek <jakub@redhat.com>
4413 * decl.c (maybe_deduce_size_from_array_init): Call
4414 cp_apply_type_quals_to_decl after completing array type.
4416 2005-05-16 Richard Henderson <rth@redhat.com>
4418 * decl.c (build_library_fn_1): Move setting TREE_NOTHROW ...
4419 (build_library_fn): ... here.
4421 2005-05-12 Ian Lance Taylor <ian@airs.com>
4423 * cp-tree.h (cp_stmt_codes): Don't define.
4424 (statement_code_p): Declare.
4425 (STATEMENT_CODE_P): Define.
4426 * lex.c (statement_code_p): Define.
4427 (cxx_init): Use actual codes in stmt_codes initializer, not
4428 cp_stmt_codes macro. Initialize statement_code_p directly, rather
4429 than using INIT_STATEMENT_CODES.
4431 2005-05-09 Mark Mitchell <mark@codesourcery.com>
4433 * typeck.c (build_unary_op): Do not resort to address arithmetic
4434 when taking the address of a COMPONENT_REF.
4436 2005-05-08 Kazu Hirata <kazu@cs.umass.edu>
4438 * class.c (vtbl_init_data_s): Change the type of fns to
4440 (build_vtbl_initializer, add_vcall_offset, add_vcall_offset):
4441 Use VEC instead of VARRAY.
4443 2005-05-07 Richard Sandiford <rsandifo@redhat.com>
4445 * mangle.c: Remove a reference to the MIPS -mint64 option.
4447 2005-05-07 Kazu Hirata <kazu@cs.umass.edu>
4449 * decl.c (wrapup_globals_for_namespace): Use VEC instead of
4451 * name-lookup.c (add_decl_to_level, begin_scope): Likewise.
4452 * name-lookup.h (cp_binding_level): Change the type of
4453 static_decls to VEC(tree,gc)*.
4455 * mangle.c (globals): Change the type of substitutions to
4457 (dump_substitution_candidates, add_substitution,
4458 find_substitution, finish_mangling, init_mangle): Use VEC
4461 2005-05-06 Kazu Hirata <kazu@cs.umass.edu>
4463 * decl2.c (spew_debug): Remove.
4465 * decl2.c (ssdf_decls, start_static_storage_duration_function,
4466 generate_ctor_or_dtor_function): Use VEC instead of VARRAY.
4468 * decl2.c (pending_statics, note_vague_linkage_var,
4469 cp_finish_file): Use VEC instead of VARRAY.
4470 (pending_statics_used): Remove.
4472 2005-05-05 Kazu Hirata <kazu@cs.umass.edu>
4474 * decl2.c (deferred_fns, note_vague_linkage_fn,
4475 cp_finish_file): Use VEC instead of VARRAY.
4477 2005-05-05 Mark Mitchell <mark@codesourcery.com>
4480 * pt.c (build_non_dependent_expr): Use is_overloaded_fn.
4482 2005-05-05 Kazu Hirata <kazu@cs.umass.edu>
4484 * pt.c: Fix a comment typo.
4486 2005-05-04 Kazu Hirata <kazu@cs.umass.edu>
4488 * cp-tree.h (language_function): Change the type of
4489 x_local_names to VEC.
4490 * decl.c (push_local_name): Adjust uses of local_names.
4492 2005-05-03 Kazu Hirata <kazu@cs.umass.edu>
4494 * friend.c, lex.c, mangle.c, repo.c: Update copyright.
4496 2005-05-02 Kazu Hirata <kazu@cs.umass.edu>
4498 * class.c (local_classes, init_class_processing): Use VEC
4500 * cp-tree.h (local_classes): Likewise.
4501 * mangle.c (discriminator_for_local_entity): Likewise.
4502 * name-lookup.c (pushtag): Likewise.
4504 * class.c (current_lang_depth, push_lang_context,
4505 pop_lang_context): Use VEC instead of VARRAY.
4506 * cp-tree.h (saved_scope): Use VEC for lang_base instead of
4508 * name-lookup.c (push_to_top_level): Use VEC instead of
4511 2005-05-02 Paolo Bonzini <bonzini@gnu.org>
4513 * semantics.c (finish_call_expr): Call resolve_overloaded_builtin
4514 for BUILT_IN_MD built-ins.
4516 2005-05-02 Michael Matz <matz@suse.de>
4519 * cp-tree.h (cp_tree_index): Remove CPTI_NULL, to be defined in C
4521 (null_node): Remove.
4522 * lex.c (cxx_init): Move null_node initialisation to C common frontend.
4524 2005-04-25 Ian Lance Taylor <ian@airs.com>
4526 * cp-tree.def: Add EXPR_STMT.
4527 * cp-tree.h (cp_stmt_codes): Add EXPR_STMT.
4528 (EXPR_STMT_EXPR): Define.
4529 * cp-gimplify.c: Include "flags.h".
4530 (gimplify_expr_stmt): New static function.
4531 (cp_gimplify_expr): Handle EXPR_STMT.
4532 * cxx-pretty-print.c (pp_cxx_statement): Use pp_cxx_expression
4533 rather than pp_expression.
4534 (pp_cxx_statement): Handle EXPR_STMT.
4535 * dump.c (cp_dump_tree): Handle EXPR_STMT.
4536 * lex.c (cxx_init): Don't use c_common_stmt_codes in stmt_codes
4539 2005-04-25 Andrew Pinski <pinskia@physics.uc.edu>
4542 * rtti.c (ifnonnull): Cast the zero comparison operand
4543 to the correct type.
4545 2005-04-24 Jakub Jelinek <jakub@redhat.com>
4548 * class.c: Include cgraph.h.
4549 (cp_fold_obj_type_ref): Set node->local.vtable_method.
4550 * Make-lang.in (cgraph.o): Depend on $(CGRAPH_H).
4552 2005-04-12 Markus F.X.J. Oberhumer <markus@oberhumer.com>
4554 * mangle.c (write_builtin_type): Handle integer types which are
4555 not one of the shared integer type nodes and emit a "vendor
4556 extended builtin type" with an encoding in the form of "u5int96".
4558 2005-04-24 Ian Lance Taylor <ian@airs.com>
4560 * cp-tree.def (USING_STMT): Change class to tcc_statement.
4561 (TRY_BLOCK, EH_SPEC_BLOCK, HANDLER, CLEANUP_STMT): Likewise.
4562 (IF_STMT, FOR_STMT, WHILE_STMT, DO_STMT): Likewise.
4563 (BREAK_STMT, CONTINUE_STMT, SWITCH_STMT): Likewise.
4565 2005-04-23 DJ Delorie <dj@redhat.com>
4567 * call.c, class.c, cvt.c, decl.c, decl2.c, except.c, friend.c,
4568 init.c, lex.c, mangle.c, method.c, name-lookup.c, parser.c,
4569 repo.c, rtti.c, tree.c, typeck.c, typeck2.c: Adjust warning()
4572 2005-04-22 Per Bothner <per@bothner.com>
4574 * decl.c (make_rtl_for_nonlocal_decl): Don't try get_fileinfo if
4575 input_filename is NULL, as it is for (say) __PRETTY_FUNCTION__.
4577 2005-04-22 Alexandre Oliva <aoliva@redhat.com>
4580 * name-lookup.c (push_overloaded_decl): Do not overload with
4581 non-duplicate anticipated built-in.
4583 2005-04-21 Kazu Hirata <kazu@cs.umass.edu>
4585 * cp-tree.h (THROW_NAME, AUTO_VTABLE_NAME, AUTO_TEMP_FORMAT,
4586 VTABLE_BASE, VTABLE_NAME_PREFIX, STATIC_NAME_FORMAT): Remove.
4588 2005-04-21 Nathan Sidwell <nathan@codesourcery.com>
4590 * cp-tree.h: Adjust for new VEC API.
4591 Define VEC(tree_pair_s,gc).
4592 (struct save_scope): Adjust.
4593 (struct lang_type_class): Adjust.
4594 (unemitted_tinfo_decls): Adjust.
4595 * class.c (add_method, resort_type_method_vec,
4596 finish_struct_methods, struct find_final_overrider_data,
4597 dfs_find_final_overrider_pre, find_final_overrider,
4598 get_vcall_index, warn_hidden, walk_subobject_offsets,
4599 check_methods, fixup_inline_methods, end_of_class,
4600 warn_about_ambiguous_bases, finish_struct, build_vtbl_initializer,
4601 add_vcall_offset): Adjust.
4602 * decl.c (xref_basetypes, finish_method): Adjust.
4603 * decl2.c (check_classfn): Adjust.
4604 * init.c (sort_mem_initializers, push_base_cleanups): Adjust.
4605 * method.c (do_build_copy_constructor): Adjust.
4606 * name-lookup.c (new_class_binding, store_binding,
4607 store_bindings, store_class_bindings): Adjust.
4608 * name-lookup.h: Define VEC(cxx_saved_binding,gc),
4609 VEC(cp_class_binding,gc).
4610 (struct cp_binding_level): Adjust.
4611 * parser.c: Define VEC(cp_token_position,heap).
4612 (struct cp_lexer): Adjust.
4613 (cp_lexer_new_main, cp_lexer_new_from_tokens, cp_lexer_destroy,
4614 cp_lexer_save_tokens): Adjust.
4615 * pt.c (retrieve_specialization,
4616 check_explicit_specialization): Adjust.
4617 * rtti.c (unemitted_tinfo_decls): Adjust.
4618 (init_rtti_processing, get_tinfo_decl, get_pseudo_ti_init,
4619 get_pseudo_ti_desc): Adjust.
4620 * search.c (dfs_access_in_type, lookup_conversion_operator,
4621 lookup_fnfields_1, dfs_walk_once, dfs_walk_once_accessible,
4622 dfs_get_pure_virtuals, lookup_conversions_r, binfo_for_vbase): Adjust.
4623 * semantics.c: Define VEC(deferred_access,gc).
4624 (push_deferring_access_checks): Adjust.
4625 * typeck2.c (abstract_virtuals_error): Adjust.
4627 2005-04-20 Ian Lance Taylor <ian@airs.com>
4629 * cp-tree.def: Add STMT_EXPR.
4630 * cp-tree.h (STMT_EXPR_NO_SCOPE): Define.
4631 (STMT_EXPR_STMT): Define.
4632 * cxx-pretty-print.c (pp_cxx_primary_expression): Handle
4634 (pp_cxx_expression): Likewise.
4635 (pp_cxx_statement): Call pp_cxx_statement, not pp_statement.
4636 * dump.c (cp_dump_tree): Handle STMT_EXPR.
4638 2005-04-18 Kazu Hirata <kazu@cs.umass.edu>
4640 * decl.c (expand_static_init): Call build2 and build3 instead
4643 * cp-tree.h (VPTR_NAME, VPTR_NAME_P): Remove.
4645 2005-04-17 Ian Lance Taylor <ian@airs.com>
4647 * cp-tree.def: Add SIZEOF_EXPR, ARROW_EXPR and ALIGNOF_EXPR.
4648 * cxx-pretty-print.c (pp_cxx_postfix_expression): Handle
4650 (pp_cxx_unary_expression): Handle SIZEOF_EXPR and ALIGNOF_EXPR.
4651 (pp_cxx_expression): Handle ARROW_EXPR, SIZEOF_EXPR, and
4653 * typeck.c (cxx_sizeof_or_alignof_type): Update call to
4654 c_sizeof_or_alignof_type for change in parameter type.
4656 2005-04-16 Mark Mitchell <mark@codesourcery.com>
4659 * typeck.c (cxx_sizeof_or_alignof_type): Check whether the type to
4660 which sizeof/alignof is dependent, rather than just whether we are
4661 processing_template_decl.
4663 2005-04-17 Kazu Hirata <kazu@cs.umass.edu>
4665 * cp-tree.h (LOOKUP_GLOBAL): Remove.
4666 (LOOKUP_ONLYCONVERTING, DIRECT_BIND, LOOKUP_NO_CONVERSION,
4667 LOOKUP_DESTRUCTOR, LOOKUP_NO_TEMP_BIND, LOOKUP_PREFER_TYPES,
4668 LOOKUP_PREFER_NAMESPACES, LOOKUP_CONSTRUCTOR_CALLABLE): Adjust
4671 2005-04-15 Richard Henderson <rth@redhat.com>
4674 * semantics.c (finish_call_expr): Call resolve_overloaded_builtin.
4676 2005-04-15 Kazu Hirata <kazu@cs.umass.edu>
4678 * cp-tree.h (lang_type_class): Remove redefined. Move
4679 java_interface into where redefined was. Increment the width
4681 (TYPE_REDEFINED): Remove.
4683 2005-04-14 Kazu Hirata <kazu@cs.umass.edu>
4685 * cp-tree.h (SET_TMPL_ARG, ENUM_TI_TEMPLATE, ENUM_TI_ARGS,
4686 CLASSTYPE_TEMPLATE_LEVEL): Remove.
4688 2005-04-11 Mark Mitchell <mark@codesourcery.com>
4690 * decl2.c (determine_visibility): Don't use export_class_data.
4691 (import_export_decl): Honor TARGET_CXX_CLASS_DATA_ALWAYS_WEAK and
4692 TARGET_CXX_DETERMINE_CLASS_DATA_VISIBILITY.
4694 2005-04-09 Kazu Hirata <kazu@cs.umass.edu>
4696 * cp-tree.h (cxx_alignof): Remove.
4698 * cp-tree.h (DECL_ARRAY_DELETE_OPERATOR_P): Remove.
4700 * cp-tree.h (EXCEPTION_CLEANUP_NAME, B_SET, B_CLR, B_TST,
4701 CONV_STATIC_CAST): Remove.
4703 * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Remove.
4705 * cp-tree.h (VF_BINFO_VALUE, VF_BASETYPE_VALUE): Remove.
4707 * cp-tree.h (cp_deprecated): Remove.
4709 2005-04-08 Ian Lance Taylor <ian@airs.com>
4711 * cp-tree.def: Define FOR_STMT, WHILE_STMT, DO_STMT, BREAK_STMT,
4712 CONTINUE_STMT, SWITCH_STMT.
4713 * cp-tree.h (cp_stmt_codes): Add FOR_STMT, WHILE_STMT, DO_STMT,
4714 BREAK_STMT, CONTINUE_STMT, SWITCH_STMT.
4715 (WHILE_COND, WHILE_BODY): Define.
4716 (DO_COND, DO_BODY): Define.
4717 (FOR_INIT_STMT, FOR_COND, FOR_EXPR, FOR_BODY): Define.
4718 (SWITCH_STMT_COND, SWITCH_STMT_BODY, SWITCH_STMT_TYPE): Define.
4719 * cp-gimplify.c (enum bc_t): Define.
4720 (struct cp_gimplify_ctx, ctxp): Define.
4721 (push_context, pop_context): New static functions.
4722 (begin_bc_block, finish_bc_block): New static functions.
4723 (build_bc_goto): New static function.
4724 (gimplify_cp_loop, gimplify_for_stmt): New static functions.
4725 (gimplify_while_stmt, gimplify_do_stmt): Likewise.
4726 (gimplify_switch_stmt): Likewise.
4727 (cp_gimplify_expr): Handle FOR_STMT, WHILE_STMT, DO_STMT,
4728 SWITCH_STMT, CONTINUE_STMT, BREAK_STMT.
4729 (cp_genericize): Call push_context and pop_context.
4730 * semantics.c (finish_break_stmt): Just call build_stmt
4731 (BREAK_STMT) rather than build_break_stmt.
4732 (finish_continue_stmt): Corresponding change.
4733 * decl.c (pop_switch): Update call to c_do_switch_warnings for new
4735 * cxx-pretty-print.c (pp_cxx_statement): Handle SWITCH_STMT,
4736 WHILE_STMT, DO_STMT, FOR_STMT, BREAK_STMT, CONTINUE_STMT.
4737 * dump.c (cp_dump_tree): Likewise.
4739 2005-04-08 Mark Mitchell <mark@codesourcery.com>
4742 * parser.c (cp_parser_type_specifier_seq): Add is_condition
4744 (cp_parser_new_type_id): Pass it.
4745 (cp_parser_condition): Likewise.
4746 (cp_parser_conversion_type_id): Likewise.
4747 (cp_parser_type_id): Likewise.
4748 (cp_parser_type_specifier_seq): In a condition, do not allow
4749 invalid type-specifier combinations.
4750 (cp_parser_exception_declaration): Adjust call to
4751 cp_parser_type_specifier_seq.
4753 * cp-tree.def (TINST_LEVEL): Document TINST_IN_SYSTEM_HEADER_P.
4754 * cp-tree.h (struct tinst_level): Add in_system_header_p.
4755 (TINST_IN_SYSTEM_HEADER_P): New macro.
4756 (make_tinst_level): Remove.
4757 * pt.c (lookup_template_class): Preserve DECL_IN_SYSTEM_HEADER on
4758 the instantiated class.
4759 (push_tinst_level): Do not use make_tinst_level. Set
4760 TINST_IN_SYSTEM_HEADER_P.
4761 (pop_tinst_level): Likewise.
4762 (instantiate_class_template): Set in_system_header.
4763 (instantiate_pending_templates): Likewise.
4764 * tree.c (make_tinst_level): Remove.
4766 2005-04-06 Joseph S. Myers <joseph@codesourcery.com>
4768 * decl.c (start_decl): Apply pending #pragma weak regardless of
4771 2005-04-06 Mark Mitchell <mark@codesourcery.com>
4774 * pt.c (regenerate_decl_from_template): Copy attributes for
4775 parameters from the pattern to the instantiation.
4777 2005-04-05 Mark Mitchell <mark@codesourcery.com>
4780 * cp-tree.def (OFFSET_REF): Correct comments.
4781 * init.c (build_offset_ref): Remove misleading comment.
4782 * typeck.c (build_unary_op): Handle pointer-to-member creation
4783 here, rather than ...
4784 (unary_complex_lvalue): ... here.
4786 2005-04-06 Jason Merrill <jason@redhat.com>
4789 * tree.c (stabilize_init): Don't bother trying to stabilize
4790 something with no side-effects.
4792 2005-04-05 Mark Mitchell <mark@codesourcery.com>
4795 * decl.c (grokdeclarator): Correct attribute handling.
4797 2005-04-05 Mark Mitchell <mark@codesourcery.com>
4800 * decl2.c (import_export_decl): Use non-COMDAT external linkage
4801 for virtual tables, typeinfo, etc. that will be emitted in only
4802 one translation unit on systems without weak symbols.
4804 2005-04-04 Mark Mitchell <mark@codesourcery.com>
4807 * parser.c (cp_parser_template_name): Fix thinko.
4809 2005-04-04 Nathan Sidwell <nathan@codesourcery.com>
4812 * method.c (use_thunk): Protect covariant pointer return
4813 adjustments from NULL pointers.
4815 2005-04-04 Jan Hubicka <jh@suse.cz>
4817 * decl2.c (finish_objects): Revert my previous patch.
4818 (cp_finish_file): Likewise.
4820 2005-04-03 Kazu Hirata <kazu@cs.umass.edu>
4822 * pt.c: Fix comment typos.
4824 2005-04-03 Nathan Sidwell <nathan@codesourcery.com>
4827 * pt.c (more_specialized_fn): Member functions are unordered wrt
4828 non-members. Conversion operators are unordered wrt other
4831 2005-04-01 Nathan Sidwell <nathan@codesourcery.com>
4833 * call.c (add_template_candidates_real): Remove length parameter
4834 from fn_type_unification call.
4835 * class.c (resolve_address_of_overloaded_function): Likewise
4836 * cp-tree.h (fn_type_unification): Remove length parameter.
4837 * pt.c (get_bindings_overload): Remove.
4838 (get_bindings_real): Rename to ...
4839 (get_bindings): ... here. Remove length and strict
4840 parameters. Change return type flag to boolean. Remove original
4841 forwarding function.
4842 (determine_specialization): Adjust get_bindings call.
4843 (fn_type_unification): Remove length parameter. Adjust.
4844 (type_unification_real): Remove length parameter. Adjust.
4845 (resolve_overloaded_unification): Adjust get_bindings call.
4846 (try_one_overload): Simplify confusing cascaded if control flow.
4847 (unify): Remove length paramter from type_unification_real call.
4848 (most_specialized_instantiation): Adjust get_bindings calls.
4849 (most_specialized): Likewise.
4851 2005-03-31 Nathan Sidwell <nathan@codesourcery.com>
4853 PR c++/19203, implement DR 214
4854 * call.c (joust): Use more_specialized_fn.
4855 * cp-tree.h (DEDUCE_ORDER): Remove.
4856 (more_specialized): Replace with ...
4857 (more_specialized_fn): ... this.
4858 * pt.c (maybe_adjust_types_for_deduction): Remove DEDUCE_ORDER
4860 (type_unification_real): Remove DEDUCE_ORDER case.
4861 (more_specialized): Replace with ...
4862 (more_specialized_fn): ... this. Implement DR 214.
4863 (most_specialized_instantiation): Use get_bindings_real directly.
4865 2005-03-31 Gabriel Dos Reis <gdr@integrable-solutions.net>
4868 * call.c (build_new_op): Remove check for -Wsynth.
4870 2005-03-31 Jan Hubicka <jh@suse.cz>
4872 * decl2.c (finish_objects): Mark ctor as needed.
4873 (cp_finish_file): Output variables only in nonunit-at-a-time.
4875 2005-03-29 Richard Henderson <rth@redhat.com>
4878 * decl.c (cp_complete_array_type): Rename from complete_array_type.
4879 Use the new complete_array_type in c-common.c. Update all callers.
4880 * cp-tree.h (cp_complete_array_type): Update to match.
4882 2005-03-24 Geoffrey Keating <geoffk@apple.com>
4884 * typeck.c (build_static_cast_1): Allow scalar_cast between
4885 any integral, floating, or enumeration type.
4887 2005-03-24 Steven Bosscher <stevenb@suse.de>
4889 * typeck.c (comptypes): First determine if the types are compatible
4890 from a target-independent point of view. Check target attributes
4893 * class.c (build_base_path):
4894 (build_vbase_offset_vtbl_entries):
4895 (add_vcall_offset): Replace fold (buildN (...)) with fold_buildN.
4896 * error.c (dump_expr): Likewise.
4897 * init.c (build_zero_init, expand_cleanup_for_base,
4898 build_vec_delete_1): Likewise.
4899 * mangle.c (write_integer_cst): Likewise.
4900 * method.c (thunk_adjust): Likewise.
4901 * pt.c (convert_nontype_argument, tsubst, unify): Likewise.
4902 * tree.c (cxx_print_statistics, array_type_nelts_total): Likewise.
4903 * typeck.c (build_ptrmemfunc_access_expr,
4904 (get_member_function_from_ptrfunc): Likewise.
4906 2005-03-23 Joseph S. Myers <joseph@codesourcery.com>
4908 * cp-objcp-common.h (LANG_HOOKS_TRUTHVALUE_CONVERSION): Remove.
4910 2005-03-23 Joseph S. Myers <joseph@codesourcery.com>
4912 * cp-tree.h (perform_integral_promotions): Remove.
4913 (default_conversion): Add.
4915 2005-03-22 Mark Mitchell <mark@codesourcery.com>
4917 * parser.c (cp_parser_warn_min_max): New function.
4918 (cp_parser_binary_expression): Use it.
4919 (cp_parser_assignment_operator_opt): Likewise.
4920 (cp_parser_operator): Likewise.
4922 2005-03-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4925 * decl.c (start_preparsed_function): Robustify.
4927 2005-03-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
4930 * parser.c (cp_parser_class_head): Return NULL_TREE when
4931 encountering a redefinition.
4933 2005-03-22 Nathan Sidwell <nathan@codesourcery.com>
4937 * typeck.c (build_ptrmemfunc): Allow OFFSET_REF when processing a
4940 2005-03-21 Paolo Carlini <pcarlini@suse.de>
4944 * init.c (emit_mem_initializers): Don't crash on undefined
4947 2005-03-21 Paolo Carlini <pcarlini@suse.de>
4950 * semantics.c (finish_stmt_expr_expr): Return immediately
4951 if error_operand_p (expr).
4953 2005-03-21 Joseph S. Myers <joseph@codesourcery.com>
4955 * cp-tree.h (lvalue_or_else, lvalue_p): New.
4956 * typeck.c (lvalue_or_else): New. Call lvalue_error.
4958 2005-03-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4961 * decl.c (decls_match): Compare context of VAR_DECL.
4963 2005-03-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
4966 * parser.c (cp_parser_postfix_expression) <case RID_TYPENAME>:
4967 Check the return value of cp_parser_nested_name_specifier.
4969 2005-03-18 Dale Johannesen <dalej@apple.com>
4971 * cp/tree.c (cp_tree_equal): Handle SSA_NAME.
4973 2005-03-18 Paolo Carlini <pcarlini@suse.de>
4976 * parser.c (cp_parser_diagnose_invalid_type_name):
4977 Check TYPE_BINFO (current_class_type) before attempting
4978 to emit inform messages.
4980 2005-03-17 Paolo Carlini <pcarlini@suse.de>
4983 * cp-tree.h (grok_op_properties): Change return type to void.
4984 * decl.c (grok_op_properties): Return early - don't check the
4985 arity - in case of a static member or an operator that cannot
4986 be non-member; tidy a bit.
4988 2005-03-17 Nathan Sidwell <nathan@codesourcery.com>
4991 * pt.c (contains_dependent_cast_p): Remove.
4992 (fold_non_dependent_expr): Don't use it.
4993 (value_dependent_expression_p): Use a switch statement.
4994 reference_exprs can be dependent.
4996 2005-03-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5000 * name-lookup.c (pushtag): Skip template parameter scope when
5001 scope is ts_global. Don't push tag into template parameter
5003 * pt.c (instantiate_class_template): Reorder friend class
5004 template substitution to handle non-dependent friend class
5005 that hasn't been previously declared.
5007 2005-03-14 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5009 Friend class name lookup 5/n
5011 * cp-tree.h (pushtag): Adjust declaration.
5012 * decl.c (lookup_and_check_tag): Call lookup_type_scope if
5014 (xref_tag): Adjust call to pushtag. Make hidden class visible.
5015 (start_enum): Adjust call to pushtag.
5016 * name-lookup.c (ambiguous_decl): Ignore hidden names.
5017 (qualify_lookup): Change return type to bool.
5018 (hidden_name_p): New function.
5019 (lookup_namespace_name, unqualified_namespace_lookup,
5020 lookup_name_real): Use it.
5021 (lookup_type_scope): Update comments.
5022 (maybe_process_template_type_declaration): Change parameter name
5023 from globalize to is_friend.
5024 (pushtag): Change globalize parameter of type int to tag_scope.
5025 Hide name if introduced by friend declaration.
5026 * name-lookup.h (hidden_name_p): Add declaration.
5027 * parser.c (cp_parser_lookup_name): Don't deal with hidden name
5029 * pt.c (push_template_decl_real): Make hidden class template
5031 (lookup_template_class, instantiate_class_template): Adjust call
5033 * semantics.c (begin_class_definition): Likewise.
5034 * rtti.c (init_rtti_processing, build_dynamic_cast_1,
5035 tinfo_base_init, emit_support_tinfos): Use ts_current instead of
5038 2005-03-13 Mark Mitchell <mark@codesourcery.com>
5041 * pt.c (determine_specialization): Reject non-specializations.
5043 2005-03-11 Per Bothner <per@bothner.com>
5045 * cp-tree.h (struct cp_declarator): New id_loc field.
5046 * cp/parser.c (cp_lexer_get_preprocessor_token): Set cp_token's
5047 location using c_lex_with_flags, instead of input_location.
5048 (cp_parser_direct_declarator): Set declarator's id_loc from
5051 2005-03-10 Jakub Jelinek <jakub@redhat.com>
5053 PR c++/18384, c++/18327
5054 * decl.c (reshape_init_array): Use UHWI type for max_index_cst
5055 and index. Convert max_index to size_type_node if it isn't
5056 host_integerp (, 1).
5058 2005-03-09 Mark Mitchell <mark@codesourcery.com>
5061 * pt.c (tsubst_decl): Apply array-to-pointer and
5062 function-to-pointer conversions to function arguments.
5063 (regenerate_decl_from_template): Likewise.
5065 2005-03-09 Paolo Carlini <pcarlini@suse.de>
5068 * decl.c (complete_array_type): In pedantic mode, return
5069 3 for an empty initializer list as the initializer for an
5070 array of unknown bound (8.5.1/4).
5071 (maybe_deduce_size_from_array_init): Fix final test to use
5074 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
5077 * pt.c (contains_dependent_cast_p): New.
5078 (fold_non_dependent_expr): Call it.
5080 2005-03-08 Mark Mitchell <mark@codesourcery.com>
5083 * cp-tree.h (target_type): Remove.
5084 * decl.c (layout_var_decl): Remove #if 0'd code.
5085 (cp_finish_decl): Remove dead code.
5086 * init.c (build_vec_init): When determining whether or not the
5087 element type has an asignment operator, look through all array
5089 * typeck.c (target_type): Remove.
5091 2005-03-07 Mark Mitchell <mark@codesourcery.com>
5093 * class.c (finish_struct_1): Do not warn about non-virtual
5094 destructors in Java classes.
5096 2005-03-05 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5099 * init.c (build_offset_ref): Don't build non-dependent SCOPE_REF.
5100 * pt.c (build_non_dependent_expr): Don't build NON_DEPENDENT_EXPR
5102 * typeck.c (build_x_unary_op): Don't build non-dependent SCOPE_REF.
5103 Also set PTRMEM_OK_P for NON_DEPENDENT_EXPR.
5104 (build_unary_op): Handle building ADDR_EXPR of OFFSET_REF inside
5107 2005-03-02 Alexandre Oliva <aoliva@redhat.com>
5109 * name-lookup.c (push_overloaded_decl): Don't error if the new
5110 decl matches the old one.
5111 * decl.c (redeclaration_error_message): Likewise.
5113 2005-03-01 Per Bothner <per@bothner.com>
5115 * decl.c (finish_function): Use SET_EXPR_LOCATION instead of
5116 unavailable annotate_with_file_line, if USE_MAPPED_LOCATION.
5118 2005-03-01 Nathan Sidwell <nathan@codesourcery.com>
5121 * class.c (update_vtable_entry_for_fn): Don't crash on invalid
5124 * cp-tree.g (THUNK_TARGET): Expand comment.
5125 * method.c (use_thunk): Make sure we also use the target, if that
5128 2005-02-27 Jakub Jelinek <jakub@redhat.com>
5131 * decl.c (cxx_comdat_group): Put thunks for
5132 TARGET_USE_LOCAL_THUNK_ALIAS_P (function) functions into the same
5133 comdat group as the thunk target.
5135 2005-02-24 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5137 * call.c, class.c, cp-tree.h, decl2.c, error.c, init.c, mangle.c,
5138 parser.c: Fix comment typo(s).
5140 2005-02-24 Jakub Jelinek <jakub@redhat.com>
5143 * decl.c (reshape_init): Don't warn about missing braces if STRING_CST
5144 initializes a char/wchar_t array.
5146 2005-02-23 Mark Mitchell <mark@codesourcery.com>
5149 * decl.c (grokvardecl): Set DECL_INTERFACE_KNOWN for declarations
5150 with internal linkage.
5152 2005-02-23 Alexandre Oliva <aoliva@redhat.com>
5154 * decl.c (grokvardecl): Don't exempt anonymous types from having
5155 linkage for variables that have linkage other than "C".
5157 2005-02-23 Kazu Hirata <kazu@cs.umass.edu>
5159 * cp-objcp-common.h, error.c: Update copyright.
5161 2005-02-22 Mark Mitchell <mark@codesourcery.com>
5164 * decl.c (start_decl_1): Don't clear TREE_READONLY.
5165 (cp_finish_decl): Likewise.
5166 (complete_vars): Call cp_apply_type_quals_to_decl.
5167 * typeck.c (cp_apply_type_quals): Avoid setting TREE_READONLY in
5168 cases where that's not valid.
5171 * init.c (integral_constant_value): Iterate if the value of a decl
5172 is itself a constant.
5175 * parser.c (cp_parser_class_head): Check for redefintions here.
5176 * semantics.c (begin_class_definition): Not here.
5179 * decl2.c (build_anon_union_vars): Add type parameter.
5180 (finish_anon_union): Pass it.
5183 * error.c (dump_expr): Do not print the body of a BIND_EXPR.
5184 Handle STATEMENT_LIST.
5187 * parser.c (cp_parser_direct_declarator): Always complain about
5188 non-constant array bounds when in a function scope.
5189 * semantics.c (finish_id_expression): Do not mark dependent names
5192 2005-02-21 Douglas Gregor <dgregor@cs.indiana.edu>
5196 * cp-tree.h (cp_apply_type_quals_to_decl): Declared.
5197 * decl.c (grokdeclarator): Pedwarn about qualifying a function
5199 Add qualifiers when declaring a typedef of a function type.
5200 Member function pointers pick up the qualifiers of the typedef
5201 used to declare them.
5202 Don't complain about creating cv-qualified function types.
5203 Complain about qualified function typedefs that are used to
5204 declare non-static member functions or free functions.
5205 Use cp_apply_type_quals_to_decl.
5206 (start_preparsed_function): Use cp_apply_type_quals_to_decl.
5207 (grokclassfn): Use cp_apply_type_quals_to_decl.
5208 * error.c (dump_type_suffix): Print qualifiers for function
5210 * pt.c (tsubst_decl): Use cp_apply_type_quals_to_decl.
5211 (tsubst): When substituting a function type into a member
5212 pointer type, pass along the qualifiers.
5213 (unify): Unify member pointers to member function pointers.
5214 * tree.c (cp_build_qualified_type_real): Function types may be
5215 qualified. This includes restrict qualifiers.
5216 * typeck.c (cp_apply_type_quals_to_decl): New function to replace
5217 use of c_apply_type_quals_to_decl. Drops qualifiers that are being
5218 added to function types.
5220 2005-02-20 Zack Weinberg <zack@codesourcery.com>
5223 * cp-objcp-common.h (LANG_HOOKS_TO_TARGET_CHARSET): Set to
5224 c_common_to_target_charset. Delete bogus comment.
5226 2005-02-18 Richard Henderson <rth@redhat.com>
5229 * except.c (do_get_exception_ptr): New.
5230 (expand_start_catch_block): Use it.
5232 2005-02-19 Jakub Jelinek <jakub@redhat.com>
5234 * decl.c (start_decl_1): Only check TYPE_NEEDS_CONSTRUCTING
5235 if type is not error_mark_node.
5237 2005-01-20 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5240 * decl2.c (grokfield): Do not apply attributes to template parameters
5241 as they are ignored by tsubst anyway.
5243 2005-02-18 Jakub Jelinek <jakub@redhat.com>
5246 * decl.c (start_decl_1): Clear TREE_READONLY flag if
5247 its type has TYPE_NEEDS_CONSTRUCTING.
5248 (complete_vars): Likewise.
5250 2005-02-17 Alexandre Oliva <aoliva@redhat.com>
5253 * class.c (finish_struct): Initialize TYPE_SIZE_UNIT of a
5254 template along with TYPE_SIZE.
5257 * semantics.c (perform_deferred_access_checks): Use
5258 get_deferred_access_checks to get the top of the stack.
5260 2005-02-15 Alexandre Oliva <aoliva@redhat.com>
5263 * class.c (add_implicitly_declared_members, check_field_decl)
5264 (check_field_decls, check_bases): Remove arguments, tests and
5265 assignments of cant_have_default_ctor-related variables.
5267 2005-02-15 Alexandre Oliva <aoliva@redhat.com>
5269 * decl2.c (mark_used): Set the source location of the used decl to
5270 the current input location here...
5271 * method.c (synthesize_method): ... not here. Set input_location
5272 from the decl instead.
5274 2005-02-14 Nathan Sidwell <nathan@codesourcery.com>
5277 * parser.c (cp_parser_late_parsing_for_member): Use
5278 current_function_decl as scope to push to and from.
5281 * pt.c (check_explicit_specialization): Make sure namespace
5282 binding lookup found an overloaded function.
5283 (lookup_template_function): Just assert FNS is an overloaded
5287 * decl.c (grokdeclarator): Check for error mark node in ptrmem
5290 2005-02-14 Alexandre Oliva <aoliva@redhat.com>
5293 * decl.c (redeclaration_error_message): Report redefinition of
5294 pure virtual function.
5296 2005-02-14 Nathan Sidwell <nathan@codesourcery.com>
5299 * class.c (build_simple_base_path): Build the component_ref
5301 (update_vtable_entry_for_fn): Walk the covariant's binfo chain
5302 rather than using lookup_base.
5303 * search.c (dfs_walk_once): Add non-recursive assert check.
5304 * typeck.c (build_class_member_access_expr): It is possible for
5305 the member type to be both const and volatile.
5307 2005-02-12 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5311 * pt.c (maybe_check_template_type): Remove.
5312 * cp-tree.h (maybe_check_template_type): Remove prototype.
5313 * name-lookup.c (maybe_process_template_type_declaration): Don't
5314 use maybe_check_template_type.
5316 2005-02-11 Richard Henderson <rth@redhat.com>
5319 * pt.c (get_mostly_instantiated_function_type): Save and restore
5320 flag_access_control instead of push/pop_access_scope.
5322 2005-02-10 Mark Mitchell <mark@codesourcery.com>
5325 * decl.c (reshape_init): Issue warnings about missing braces.
5327 2005-02-11 Kazu Hirata <kazu@cs.umass.edu>
5329 * cp-tree.def, except.c, ptree.c: Update copyright.
5331 2005-02-09 Mark Mitchell <mark@codesourcery.com>
5334 * call.c (build_op_delete_call): Check COMPLETE_TYPE_P before
5335 attempting name lookup.
5337 * parser.c (cp_parser_unqualified_id): Initialize type_decl.
5340 * call.c (initialize_reference): Robustify.
5343 * decl.c (grokdeclarator): Check for invalid use of destructor
5347 * parser.c (cp_parser_unqualified_id): Avoid creating destructor
5348 names with invalid types.
5351 * parser.c (cp_parser_direct_declarator): Allow type-dependent
5352 expressions as array bounds.
5355 * parser.c (cp_parser_attributes_list): Allow empty lists.
5357 2005-02-08 Mark Mitchell <mark@codesourcery.com>
5360 * class.c (add_method): Don't set TYPE_HAS_DESTRUCTOR.
5361 (check_bases): Give warnings about a base class with a
5362 non-virtual destructor, even if it is implicit.
5363 (finish_struct_bits): Don't copy TYPE_HAS_DESTRUCTOR.
5364 (maybe_warn_about_overly_private_class): Don't use
5365 TYPE_HAS_DESTRUCTOR.
5366 (finish_struct_methods): Don't set TYPE_HAS_DESTRUCTOR.
5367 (check_for_override): Give it external linkage.
5368 (add_implicitly_declared_members): Generate destructors lazily.
5369 (check_field_decls): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
5370 TYPE_HAS_DESTRUCTOR.
5371 (check_bases_and_members): Call check_methods before
5373 (check_bases_and_members): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR, not
5374 TYPE_HAS_DESTRUCTOR.
5375 (finish_struct_1): Do not use TYPE_HAS_DESTRUCTOR.
5376 * cp-tree.def (PSEUDO_DTOR_EXPR): Document.
5377 * cp-tree.h (TYPE_HAS_DESTRUCTOR): Remove.
5378 (lang_type_class): Add lazy_destructor.
5379 (CLASSTYPE_LAZY_DESTRUCTOR): New macro.
5380 (CLASSTYPE_DESTRUCTORS): Robustify.
5381 (TYPE_HAS_DESTRUCTOR): Remove.
5382 (check_for_override): Declare.
5383 (build_vbase_delete): Remove.
5384 * cvt.c (convert_to_void): Issue errors about pseudo-destructor
5386 * decl.c (cxx_maybe_build_cleanup): Remove dead code.
5387 * except.c (dtor_nothrow): Lazily create destructors if necessary.
5388 (build_throw): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
5389 * init.c (build_delete): Lazily create destructors, if necessary.
5390 (build_vbase_delete): Remove.
5391 * method.c (locate_dtor): Simplify.
5392 (implicitly_declare_fn): Add support for destructors.
5393 * parser.c (cp_parser_lookup_name): Lazily create destructors, if
5395 * pt.c (check_explicit_specialization): Don't use
5396 TYPE_HAS_DESTRUCTOR.
5397 (instantiate_class_template): Likewise.
5398 * ptree.c (cxx_print_type): Don't print TYPE_HAS_DESTRUCTOR.
5399 * rtti.c (emit_support_tinfos): Robustify.
5400 * search.c (lookup_fnfields_1): Lazily create destructors.
5401 * typeck.c (build_class_member_access_expr): Remove
5402 PSEUDO_DTOR_EXPR handling.
5403 (lookup_destructor): Likewise.
5405 2005-02-08 Kazu Hirata <kazu@cs.umass.edu>
5407 * cxx-pretty-print.c, cxx-pretty-print.h, decl.h: Update
5410 2005-02-07 Mark Mitchell <mark@codesourcery.com>
5412 * parser.c (cp_lexer_start_debugging): Avoid arithmetic operations
5413 on boolean variables.
5414 (cp_lexer_stop_debugging): Likewise.
5416 2005-02-03 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5419 * parser.c (cp_parser_pure_specifier): Emit a specific error
5420 message with an invalid pure specifier.
5421 * decl2.c (grok_function_init): Remove.
5422 (grokfield): An initializer for a method is a always a pure
5425 2005-02-02 Matt Austern <austern@apple.com>
5428 * cp-tree.h (builtin_valid_in_constant_expr_p): Declare.
5429 * parser.c (cp_parser_postfix_expression): Accept function call in
5430 constant expression if builtin_valid_in_constant_expr_p is true
5432 * pt.c (value_dependent_expression_p): Handle CALL_EXPRs properly.
5433 * semantics.c (finish_id_expression): Accept function call in constant
5434 expression if builtin_valid_in_constant_expr_p is true for that
5436 * tree.c (builtin_valid_in_constant_expr_p): New.
5438 2005-02-02 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5441 * pt.c (check_instantiated_args): Improve error message.
5442 Fix logic when to print its second part.
5444 2005-02-02 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5446 * cp-tree.h (complete_type_or_else): Remove macro.
5447 (complete_type_or_diagnostic): Rename to complete_type_or_else
5448 and remove last argument.
5449 * typeck.c (complete_type_or_diagnostic): Rename to
5450 complete_type_or_else and remove last argument.
5452 2005-02-02 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5454 * cp-tree.h (commonparms): Remove prototype.
5455 (convert_arguments): Likewise.
5456 (PFN_FROM_PTRMEMFUNC): Remove.
5457 * typeck.c (commonparms): Make static.
5458 (convert_arguments): Add prototype. Make static.
5459 (PFN_FROM_PTRMEMFUNC): Replace by pfn_from_ptrmemfunc.
5461 2005-01-31 Mark Mitchell <mark@codesourcery.com>
5463 * parser.c (cp_parser_primary_expression): Don't complain about
5464 floating-point literals in integral constant expressions when
5467 2005-02-01 Alexandre Oliva <aoliva@redhat.com>
5469 * parser.c (cp_parser_template_id): Revert comment patch too.
5474 * parser.c (cp_parser_template_id): Revert 2004-12-09's patch.
5475 Issue an error when creating the template id.
5476 * pt.c (fn_type_unification): Return early if the explicit
5477 template arg list is an error_mark_node.
5479 2005-01-31 Mark Mitchell <mark@codesourcery.com>
5481 * decl.c (build_enumerator): Do not issue duplicate error messages
5482 about invalid enumeration constants.
5483 * parser.c (cp_parser_non_integral_constant_expression): Always
5484 set parser->non_integral_constant_expression_p.
5485 (cp_parser_primary_expression): Add cast_p parameter. Issue
5486 errors about invalid uses of floating-point literals in
5488 (cp_parser_postfix_expression): Add cast_p parameter.
5489 (cp_parser_open_square_expression): Pass it.
5490 (cp_parser_parenthesized_expression_list): Add cast_p parameter.
5491 (cp_parser_unary_expression): Likewise.
5492 (cp_parser_new_placement): Pass it.
5493 (cp_parser_direct_new_declarator): Likewise.
5494 (cp_parser_new_initializer): Likewise.
5495 (cp_parser_cast_expression): Add cast_p parameter.
5496 (cp_parser_binary_expression): Likewise.
5497 (cp_parser_question_colon_clause): Likewise.
5498 (cp_parser_assignment_expression): Likewise.
5499 (cp_parser_expression): Likewise.
5500 (cp_parser_constant_expression): If an integral constant
5501 expression is invalid, return error_mark_node.
5502 (cp_parser_expression_statement): Pass cast_p.
5503 (cp_parser_condition): Likewise.
5504 (cp_parser_iteration_statement): Likewise.
5505 (cp_parser_jump_statement): Likewise.
5506 (cp_parser_mem_initializer): Likewise.
5507 (cp_parser_template_argument): Likewise.
5508 (cp_parser_parameter_declaration): Likewise.
5509 (cp_parser_initializer): Likewise.
5510 (cp_parser_throw_expression): Likewise.
5511 (cp_parser_attribute_list): Likewise.
5512 (cp_parser_simple_cast_expression): Likewise.
5513 (cp_parser_functional_cast): Likewise.
5514 (cp_parser_late_parsing_default_args): Likewise.
5515 (cp_parser_sizeof_operand): Save/restore
5516 non_integral_constant_expression_p.
5518 2005-01-31 Mike Stump <mrs@apple.com>
5520 * parser.c (cp_lexer_new_main): Get the first token, first, before
5523 2005-01-31 Mark Mitchell <mark@codesourcery.com>
5525 * decl.c (start_decl): Add missing parentheses.
5527 2005-01-30 Mark Mitchell <mark@codesourcery.com>
5530 * cp-tree.h (DECL_USE_TEMPLATE): Expand documentation.
5531 * decl.c (duplicate_decls): Do not discard
5532 DECL_IMPLICIT_INSTANTIATION when merging declarations.
5533 (start_decl): Do not SET_DECL_TEMPLATE_SPECIALIZATION for
5534 variables that do not have DECL_USE_TEMPLATE.
5537 * decl.c (grokdeclarator): Refactor code so that qualified names
5538 are never allowed as the declarator in a typedef.
5541 * name-lookup.c (do_nonmember_using_decl): Avoid overloading
5542 builtin declarations.
5545 * call.c (convert_like_real): Inline call to
5546 dubious_conversion_warnings here.
5547 * cp-tree.h (dubious_conversion_warnings): Remove.
5548 * semantics.c (finish_unary_op_expr): Copy INTEGER_CSTs before
5549 setting TREE_NEGATED_INT.
5550 * typeck.c (dubious_conversion_warnings): Remove.
5553 * name-lookup.c (pushdecl_namespace_level): Avoid accessing free'd
5556 2005-01-28 Mark Mitchell <mark@codesourcery.com>
5559 * parser.c (cp_parser_diagnose_invalid_type_name): Commit to
5563 * pt.c (redeclare_class_template): Robustify.
5565 2005-01-27 Steven Bosscher <stevenb@suse.de>
5567 * decl.c (finish_case_label): Use SWITCH_STMT accessor macros
5568 instead of SWITCH_EXPR ones.
5569 * pt.c (tsubst_expr): Likewise.
5570 * semantics.c (begin_switch_stmt, finish_switch_cond,
5571 finish_switch_stmt): Likewise.
5573 2005-01-26 J"orn Rennecke <joern.rennecke@st.com>
5576 * parser.c (cp_parser_initializer_clause): Initialize *non_constant_p.
5578 2005-01-25 Andrew Pinski <pinskia@physics.uc.edu>
5580 * class.c (abort_fndecl_addr): New variable.
5581 (build_vtbl_initializer): If we have a pure virtual function
5582 share the abort function's address.
5583 Include gt-cp-class.h at the end.
5584 * config-lang.in (gtfiles): Add cp/class.c.
5586 2005-01-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5588 * cxx-pretty-print.c (pp_cxx_statement): Add prototype. Make static.
5589 (pp_cxx_function_definition): Make static.
5590 * cxx-pretty-print.h (pp_cxx_statement): Remove prototype.
5591 (pp_cxx_function_definition): Likewise.
5593 2005-01-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5595 * name-lookup.c (print_binding_level): Make static.
5596 (constructor_name_full): Make static inline.
5597 (current_decl_namespace): Make static.
5598 * name-lookup.h (constructor_name_full): Remove prototype.
5599 (print_binding_level): Likewise.
5600 (current_decl_namespace): Likewise.
5602 2005-01-25 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5604 * decl.h (debug_bindings_indentation): Remove.
5606 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
5608 * typeck.c: Fix a comment typo.
5610 2005-01-21 Giovanni Bajo <giovannibajo@gcc.gnu.org>
5613 * pt.c (fold_decl_constant_value): Always call fold_non_dependent_expr
5615 (tsubst): Use fold_decl_constant_value in place of a bare call to
5616 integral_constant_value.
5618 2005-01-20 Kazu Hirata <kazu@cs.umass.edu>
5620 * typeck.c (more_qualified_p): Remove.
5621 * cp-tree.h: Remove the corresponding prototype.
5623 2005-01-19 Matt Austern <austern@apple.com>
5625 * typeck.c (comptypes): Handle return code from objc_comptypes
5628 2005-01-19 Kazu Hirata <kazu@cs.umass.edu>
5630 * cp-tree.h, name-lookup.h: Remove unused prototypes.
5632 2005-01-19 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5635 * semantics.c (finish_id_expression): Disable access checking for
5636 already lookuped FIELD_DECL.
5638 2005-01-18 Kazu Hirata <kazu@cs.umass.edu>
5640 * decl.c (delete_block): Remove.
5641 * cp-tree.h: Remove the corresponding prototype.
5643 * decl.c (vtable_decl_p, vtype_decl_p, walk_globals_data,
5644 walk_vtables_r, walk_vtables, walk_globals_r, walk_globals):
5646 * cp-tree.h: Remove the corresponding prototypes.
5648 * tree.c (count_functions, bound_pmf_p, cp_is_overload_p,
5649 cp_update_decl_after_saving, name_p): Remove.
5650 * cp-tree.h: Remove the corresponding prototypes.
5652 2005-01-18 Andrew Pinski <pinskia@physics.uc.edu>
5655 * semantics.c (finish_asm_stmt): Strip nops off
5656 input memory operands.
5658 2005-01-18 Kazu Hirata <kazu@cs.umass.edu>
5660 * Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,
5661 typeck2.c: Update copyright.
5663 2005-01-16 Kazu Hirata <kazu@cs.umass.edu>
5665 * class.c (get_enclosing_class): Remove.
5666 * cp-tree.h: Remove the corresponding prototypes.
5668 * cvt.c (convert_lvalue): Remove.
5669 * cp-tree.h: Remove the corresponding prototype.
5671 * pt.c (tinst_for_decl): Remove.
5672 * cp-tree.h: Remove the corresponding prototypes.
5674 * tree.c (hash_chainon): Remove.
5675 * cp-tree.h: Remove the corresponding prototypes.
5677 2005-01-15 Jakub Jelinek <jakub@redhat.com>
5680 * typeck2.c (split_nonconstant_init_1) <case VECTOR_TYPE>: Put a copy
5681 of CONSTRUCTOR's node into MODIFY_EXPR, as the original is modified.
5683 2005-01-12 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5685 * Make-lang.in (cp-warn): Don't append $(WERROR).
5687 2005-01-10 Kazu Hirata <kazu@cs.umass.edu>
5689 * cp-tree.h: Fix a comment typo.
5691 2005-01-07 Nathan Sidwell <nathan@codesourcery.com>
5694 * pt.c (tsubst_qualified_id): Call convert_from_reference.
5696 2005-01-06 Mark Mitchell <mark@codesourcery.com>
5699 * class.c (add_implicitly_declared_members): Remove dead code.
5700 * decl.c (grokfndecl): Add sfk parameter. Use it do set
5702 (grokdeclarator): Adjust calls to grokfndecl.
5703 * method.c (implicitly_declare_fn): Improve documentation.
5704 * parser.c (cp_parser_direct_declarator): Do not consider a
5705 function to be a constructor if the containing class was
5706 originally anonymous.
5708 2005-01-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5711 * search.c (lookup_field_1): Handle using declaration in
5712 class template partial specialization.
5714 2005-01-06 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
5717 * pt.c (push_access_scope): Handle friend defined in class.
5718 (pop_access_scope): Likewise.
5720 2005-01-06 Nathan Sidwell <nathan@codesourcery.com>
5723 * pt.c (tsubst_copy) <ARRAY_REF case>: Handle separately.
5724 (tsubst_copy_and_build) <ARRAY_REF case>: Remove obsolete
5725 array-new handling code. Use build_x_binary_op.
5727 2005-01-05 Nathan Sidwell <nathan@codesourcery.com>
5730 * cp-tree.h (start_decl): Take pointer to pushed scope, not bool.
5731 * name-lookup.h (push_scope): Return pushed scope, not flag.
5732 * name-lookup.c (push_scope): Return scope that should be popped,
5734 * decl.c (start_decl): Adjust.
5735 (grokfndecl): Adjust scope push and pop.
5736 * decl2.c (check_classfn): Likewise.
5737 * parser.c (cp_parser_condition, cp_parser_conversion_function_id,
5738 cp_parser_init_declarator, cp_parser_direct_declarator,
5739 cp_parser_class_specifier, cp_parser_class_head,
5740 cp_parser_lookup_name,
5741 cp_parser_constructor_declarator_p): Likewise.
5742 * pt.c (instantiate_class_template,
5743 resolve_typename_type): Likewise.
5745 2005-01-03 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
5748 * parser.c (cp_parser_unqualified_id): Do not issue error message
5749 for typedef-name as destructor declarator when performing an
5750 uncommitted tentative parse.
5752 2005-01-01 Steven Bosscher <stevenb@suse.de>
5755 * decl.c (finish_function): Fix comment. Annotate the compiler
5756 generated return with the current file name and line 0.