* cp-tree.h, name-lookup.h: Remove unused prototypes.
[official-gcc.git] / gcc / cp / ChangeLog
blob5891fde0a50a662e5747165803c9ba0d39fb7818
1 2005-01-19  Kazu Hirata  <kazu@cs.umass.edu>
3         * cp-tree.h, name-lookup.h: Remove unused prototypes.
5 2005-01-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7         PR c++/19375
8         * semantics.c (finish_id_expression): Disable access checking for
9         already lookuped FIELD_DECL.
11 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
13         * decl.c (delete_block): Remove.
14         * cp-tree.h: Remove the corresponding prototype.
16         * decl.c (vtable_decl_p, vtype_decl_p, walk_globals_data,
17         walk_vtables_r, walk_vtables, walk_globals_r, walk_globals):
18         Remove.
19         * cp-tree.h: Remove the corresponding prototypes.
21         * tree.c (count_functions, bound_pmf_p, cp_is_overload_p,
22         cp_update_decl_after_saving, name_p): Remove.
23         * cp-tree.h: Remove the corresponding prototypes.
25 2005-01-18  Andrew Pinski  <pinskia@physics.uc.edu>
27         PR c/19472
28         * semantics.c (finish_asm_stmt): Strip nops off
29         input memory operands.
31 2005-01-18  Kazu Hirata  <kazu@cs.umass.edu>
33         * Make-lang.in, call.c, cvt.c, init.c, rtti.c, tree.c,
34         typeck2.c: Update copyright.
36 2005-01-16  Kazu Hirata  <kazu@cs.umass.edu>
38         * class.c (get_enclosing_class): Remove.
39         * cp-tree.h: Remove the corresponding prototypes.
41         * cvt.c (convert_lvalue): Remove.
42         * cp-tree.h: Remove the corresponding prototype.
44         * pt.c (tinst_for_decl): Remove.
45         * cp-tree.h: Remove the corresponding prototypes.
47         * tree.c (hash_chainon): Remove.
48         * cp-tree.h: Remove the corresponding prototypes.
50 2005-01-15  Jakub Jelinek  <jakub@redhat.com>
52         PR c++/19263
53         * typeck2.c (split_nonconstant_init_1) <case VECTOR_TYPE>: Put a copy
54         of CONSTRUCTOR's node into MODIFY_EXPR, as the original is modified.
56 2005-01-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
58         * Make-lang.in (cp-warn): Don't append $(WERROR).
60 2005-01-10  Kazu Hirata  <kazu@cs.umass.edu>
62         * cp-tree.h: Fix a comment typo.
64 2005-01-07  Nathan Sidwell  <nathan@codesourcery.com>
66         PR c++/19298
67         * pt.c (tsubst_qualified_id): Call convert_from_reference.
69 2005-01-06  Mark Mitchell  <mark@codesourcery.com>
71         PR c++/19244
72         * class.c (add_implicitly_declared_members): Remove dead code.
73         * decl.c (grokfndecl): Add sfk parameter.  Use it do set
74         DECL_CONSTRUCTOR_P.
75         (grokdeclarator): Adjust calls to grokfndecl.
76         * method.c (implicitly_declare_fn): Improve documentation.
77         * parser.c (cp_parser_direct_declarator): Do not consider a
78         function to be a constructor if the containing class was
79         originally anonymous.
81 2005-01-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
83         PR c++/17154
84         * search.c (lookup_field_1): Handle using declaration in
85         class template partial specialization.
87 2005-01-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
89         PR c++/19258
90         * pt.c (push_access_scope): Handle friend defined in class.
91         (pop_access_scope): Likewise.
93 2005-01-06  Nathan Sidwell  <nathan@codesourcery.com>
95         PR c++/19270
96         * pt.c (tsubst_copy) <ARRAY_REF case>: Handle separately.
97         (tsubst_copy_and_build) <ARRAY_REF case>: Remove obsolete
98         array-new handling code.  Use build_x_binary_op.
100 2005-01-05  Nathan Sidwell  <nathan@codesourcery.com>
102         PR c++/19030
103         * cp-tree.h (start_decl): Take pointer to pushed scope, not bool.
104         * name-lookup.h (push_scope): Return pushed scope, not flag.
105         * name-lookup.c (push_scope): Return scope that should be popped,
106         not a flag.
107         * decl.c (start_decl): Adjust.
108         (grokfndecl): Adjust scope push and pop.
109         * decl2.c (check_classfn): Likewise.
110         * parser.c (cp_parser_condition, cp_parser_conversion_function_id,
111         cp_parser_init_declarator, cp_parser_direct_declarator,
112         cp_parser_class_specifier, cp_parser_class_head,
113         cp_parser_lookup_name,
114         cp_parser_constructor_declarator_p): Likewise.
115         * pt.c (instantiate_class_template,
116         resolve_typename_type): Likewise.
118 2005-01-03  Volker Reichelt  <reichelt@igpm.rwth-aaachen.de>
120         PR c++/14136
121         * parser.c (cp_parser_unqualified_id): Do not issue error message
122         for typedef-name as destructor declarator when performing an
123         uncommitted tentative parse.
125 2005-01-01  Steven Bosscher  <stevenb@suse.de>
127         PR middle-end/17544
128         * decl.c (finish_function): Fix comment.  Annotate the compiler
129         generated return with the current file name and line 0.
131 2004-12-31  Richard Henderson  <rth@redhat.com>
133         PR middle-end/17799
134         * call.c (make_temporary_var_for_ref_to_temp): Set DECL_IGNORED_P.
135         * class.c (build_vtable): Don't conditionallize setting it
136         based on DWARF2_DEBUG.
137         (layout_class_type): Set DECL_IGNORED_P.
138         * decl2.c (get_guard): Likewise.
139         * rtti.c (get_tinfo_decl, build_lang_decl): Likewise.
140         * tree.c (build_local_temp): Likewise.
142 2004-12-30  Mark Mitchell  <mark@codesourcery.com>
144         * cp-tree.h (cp_declarator): Split "name" field into
145         qualifying_scope and unqualified_name.
146         * decl.c (get_scope_of_declarator): Adjust accordingly.
147         (grokdeclarator): Likewise.
148         * decl2.c (grokfield): Likewise, and adjust call to
149         do_class_using_decl.
150         * name-lookup.c (do_class_using_decl): Split "decl" into
151         "scope" and "name".  Remove unnecessary code.
152         * name-lookup.h (do_class_using_decl): Adjust declaration.
153         * parser.c (make_id_declarator): Split "id" into qualifying_scope
154         and unqualified_name.
155         (cp_parser_using_declaration): Adjust call to do_class_using_decl.
156         (cp_parser_direct_declarator): Adjust to handle the fact that
157         cp_parser_declarator_id no longer returns a SCOPE_REF.
158         (cp_parser_direct_declarator): Likewise.
159         (cp_parser_declarator_id): Do not create a SCOPE_REF for qualified
160         names.
161         (cp_parser_member_declaration): Adjust call to make_id_declarator.
162         (cp_parser_check_declarator_template_parameters): Do not expect a
163         SCOPE_REF. 
164         
165         * decl.c (duplicate_decls): Call ggc_free on declarations we will
166         not be needing any longer.
168         PR c++/19190
169         * cvt.c (convert_to_void): Do not use STRIP_NOPs.
171 2004-12-28  Richard Henderson  <rth@redhat.com>
173         PR inline-asm/15740
174         * semantics.c (finish_asm_stmt): Resolve asm names.  Validate input
175         constraints.  Mark memory inputs addressable.
177 2004-12-27  Jason Merrill  <jason@redhat.com>
179         * decl.c (expand_static_init): Don't use shortcut if
180         targetm.relaxed_ordering.
182 2004-12-27  Mark Mitchell  <mark@codesourcery.com>
184         PR c++/19149
185         * decl.c (check_tag_decl): Robustify.
187 2004-12-23  Mark Mitchell  <mark@codesourcery.com>
189         PR c++/17595
190         * parser.c (cp_parser_error): Issue better messages about
191         #pragma in locations where it is not permitted.
193         PR c++/17413
194         * pt.c (check_instantiated_args): Remove bogus SFINAE code.
196         * cvt.c (convert_to_void): Fix typo in comment.
198 2004-12-23  Alexandre Oliva  <aoliva@redhat.com>
200         PR c++/18962
201         * pt.c (check_explicit_specialization): Use the argument list from
202         the definition in a template function specialization definition.
204 2004-12-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
206         PR c++/18733
207         * pt.c (check_explicit_specialization): Use special logic to validate
208         befriended specializations.
210 2004-12-22  Mark Mitchell  <mark@codesourcery.com>
212         * rtti.c (emit_support_tinfos): Avoid using C99 semantics.
214         PR c++/18464
215         * call.c (build_this): In templates, do not bother with
216         build_unary_op.
217         * typeck.c (unary_complex_lvalue): In a template, always refuse
218         simplifications. 
220         PR c++/18492
221         * cp-gimplify.c (cp_genericize): Relax assertion.
223         PR c++/11224
224         * cvt.c (convert_to_void): Warn about unused values.
226         PR c++/18257
227         * rtti.c (emit_support_tinfos): On systems without weak symbols,
228         emit the runtime library type-info objects as non-COMDAT. 
230 2004-12-21  Mark Mitchell  <mark@codesourcery.com>
232         PR c++/18378
233         * call.c (convert_like_real): Do not permit the use of a copy
234         constructor to copy a packed field.
236         PR c++/19063
237         * decl.c (grokdeclarator): Return error_mark_node, not
238         void_type_node, to indicate errors.
239         * parser.c (cp_parser_template_parameter_list): Robustify.
240         (cp_parser_template_parameter): Likewise.
242         PR c++/19034
243         * tree.c (cp_tree_equal): Handle OVERLOAD.
245 2004-12-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
247         * decl.c (define_label): Use POP_TIMEVAR_AND_RETURN.
248         * name-lookup.c (pushdecl_class_level): Likewise.
250 2004-12-21  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
252         * name-lookup.c (pushtag): Add missing POP_TIMEVAR_AND_RETURN.
254 2004-12-21  Andrew Pinski  <pinskia@physics.uc.edu>
256         PR c++/18984
257         * cp-gimplify.c (cp_genericize_r): Don't insert first but instead
258         check to see if contains the pointer.  Insert the statement before
259         returning.
261 2004-12-21  Nathan Sidwell  <nathan@codesourcery.com>
263         PR c++/14075
264         * decl.c (check_initializer): Check string initializer of array is
265         not parenthesized.
266         * cp-tree.h (PAREN_STRING_LITERAL_P): New.
267         * semantics.c (finish_parenthesized_expr): Mark a STRING_CST.
268         * error.c (dump_expr): <STRING_CST case> Add parens, if needed.
270         * cp-tree.def (TEMPLATE_TYPE_PARM,
271         BOUND_TEMPLATE_TEMPLATE_PARM, TYPE_OF_TYPE, TYPENAME_TYPE): Reorder 
272         for better code efficiency.
273         * cp-tree.h (CLASS_TYPE_P): Short circuit IS_AGGR_TYPE check.
274         (CAN_HAVE_FULL_LANG_DECL_P): Reorder for better optimization.
275         (INTEGRAL_CODE_P, CP_INTEGRAL_TYPE_P,
276         INTEGRAL_OR_ENUMERATION_TYPE_P, SCALAR_TYPE_P,
277         CP_AGGREGATE_TYPE_P, TYPE_PTROB_P, TYPE_REF_OBJ_P,
278         TYPE_PTROBV_P): Likewise. 
280         PR c++/18975
281         * method.c (do_build_copy_constructor): Refactor. Don't const
282         qualify a mutable field.
283         (do_build_assign_ref): Likewise.
285 2004-12-20  Matt Austern <austern@apple.com>
287         PR c++/19044
288         * decl.c (make_rtl_for_nonlocal_decl): Use
289         set_builtin_user_assembler_name.
290         
291 2004-12-19  Mark Mitchell  <mark@codesourcery.com>
293         * cp-tree.h (note_decl_for_pch): New function.
294         * class.c (build_clone): Call note_decl_for_pch.
295         * semantics.c (finish_member_declaration): Likewise.
296         (note_decl_for_pch): New function.
298 2004-12-17  Steven Bosscher  <stevenb@suse.de>
300         * init.c (build_zero_init): max_index is the number of
301         elements, minus 1.
303 2004-12-17  Nathan Sidwell  <nathan@codesourcery.com>
305         PR c++/18721
306         * class.c (add_method): Do not push conversion operators into a
307         binding level.
309         * cp-tree.h (CLASSTYPE_PRIMARY_TEMPLATE_TYPE): Reformat.
310         * error.c (dump_decl): <TYPE_DECL case> Remove extraneous braces.
312 2004-12-16  Nathan Sidwell  <nathan@codesourcery.com>
314         PR c++/18905
315         * cp-tree.h (integral_constant_value): Declare.
316         * call.c (null_ptr_cst_p): Use integral_constant_value, not
317         decl_constant_value.
318         (convert_like_real): Likewise.
319         * class.c (check_bitfield_decl): Likewise.
320         * cvt.c (ocp_convert): Likewise.
321         (convert): Remove unnecessary decl_constant_value call.
322         * decl.c (compute_array_index_type): Use integral_constant_value,
323         not decl_constant_value.
324         (build_enumerator): Likewise.
325         * decl2.c (grokfield): Likewise.
326         * init.c (decl_constant_value): Simplify.
327         (integral_constant_value): New.
328         * pt.c (fold_decl_constant_value): Use integral_constant_value,
329         remove subsequent check.
330         (tsubst): Use integral_constant_value, not decl_constant_value.
331         (tsubst_copy, unify): Likewise.
332         * typeck.c (decay_conversion): Likewise.
333         (build_compound_expr): Remove unnecessary decl_constant_value
334         calls.
335         (build_static_cast_1, build_reinterpret_cast_1):
336         (convert_for_assignment): Remove comment about not calling
337         decl_constant_value.
339 2004-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
341         PR c++/18825
342         * pt.c (instantiate_class_template): Set input_location for
343         friend function.
344         (tsubst_friend_function): Don't set input_location here.
345         Make sure the context is complete if necessary.
347 2004-12-15  Nathan Sidwell  <nathan@codesourcery.com>
349         PR c++/18981
350         * parser.c (cp_parser_lookup_name): Remove unneeded TYPENAME_TYPE
351         flag setting.
353 2004-12-14  Mark Mitchell  <mark@codesourcery.com>
355         PR c++/18738
356         * decl.c (make_typename_type): Do not handle namespace-scoped
357         names here.
358         (tag_name): Handle typename_type.
359         (check_elaborated_type_specifier): Handle typenames.
360         * parser.c (cp_parser_diagnose_invalid_type_name): Improve
361         comment.
362         (cp_parser_elaborated_type_specifier): Use
363         cp_parser_diagnose_invalid_type_name.
365 2004-12-14  Andrew Pinski  <pinskia@physics.uc.edu>
367         PR c++/18965
368         * init.c (build_zero_init): If the max_index is 0, there is no
369         need to create a RANGE_EXPR.
371 2004-12-14  Mark Mitchell  <mark@codesourcery.com>
373         PR c++/18793
374         * cp-objcp-common.c (cp_expr_size): Loosen assertion.
376 2004-12-14  Nathan Sidwell  <nathan@codesourcery.com>
378         PR c++/18949
379         * pt.c (tsubst_copy_and_build): <INDIRECT_REF case> Check that a
380         REFERENCE_REF_P is dereferencing a reference type.
381         * typeck.c (build_static_cast): Convert from reference even in a
382         template.
383         (build_reinterpret_cast, build_const_cast, build_c_cast): Likewise.
385 2004-12-14  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
387         * parser.c (cp_parser_uncommitted_to_tentative_parse_p): New function.
388         (cp_parser_name_lookup_error): Use it.
389         (cp_parser_check_for_invalid_template_id): Likewise.
390         (cp_parser_skip_to_closing_parenthesis): Likewise.
391         (cp_parser_nested_name_specifier_opt): Likewise.
392         (cp_parser_simple_declaration, cp_parser_template_id): Likewise.
393         (cp_parser_parameter_declaration_list): Likewise.
394         (cp_parser_parameter_declaration): Likewise.
395         (cp_parser_template_name): Let cp_parser_simulate_error perform
396         the checking.
397         (cp_parser_committed_to_tentative_parse): Remove.
399 2004-12-13  Andrew Pinski  <pinskia@physics.uc.edu>
401         PR c++/18968
402         * class.c (build_base_path): Convert the zero constant to the correct
403         type when comparing.
405 2004-12-13  Mark Mitchell  <mark@codesourcery.com>
407         PR c++/18925
408         * class.c (layout_class_type): Determine the visibility of static
409         data members.
411 2004-12-12  Roger Sayle  <roger@eyesopen.com>
413         PR middle-end/12454
414         * cp-gimplify.c (gimplify_if_stmt): Optimize the case where the
415         condition is a constant and the unexecuted clause is empty.
417 2004-12-10  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
419         PR c++/18731
420         * parser.c (cp_parser_class_head): Reject typedef-name in class head.
422 2004-12-09  Matt Austern  <austern@apple.com>
424         PR c++/18514
425         * name-lookup.c (do_nonmember_using_decl): A real function
426         declaration takes precedence over an anticipated declaration.
427         
428 2004-12-09  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
430         * parser.c (cp_parser_member_declaration): Fix comment typo.
432 2004-12-09  Alexandre Oliva  <aoliva@redhat.com>
434         PR c++/18757
435         * parser.c (cp_parser_template_id): Don't create a CPP_TEMPLATE_ID
436         if parsing failed.
438 2004-12-09  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
440         PR c++/18073
441         * typeck.c (build_reinterpret_cast_1): Allow cast from vector type.
443 2004-12-09  Nathan Sidwell  <nathan@codesourcery.com>
445         PR c++/16681
446         * init.c (build_zero_init): Build a RANGE_EXPR for an array
447         initializer.
449 2004-12-08  Kelley Cook  <kcook@gcc.gnu.org>
451         * typeck.c: Remove DOS line endings.
453 2004-12-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
455         PR c++/18100
456         * decl.c (lookup_and_check_tag): Diagnose nested class with 
457         the same name as enclosing class.
459 2004-12-08  Nathan Sidwell  <nathan@codesourcery.com>
461         PR c++/18803
462         * cp-tree.h (REFERENCE_REF_P): New.
463         (CPTI_TYPE_INFO_TYPE): Rename to ...
464         (CPTI_CONST_TYPE_INFO_TYPE): ... here.
465         (CPTI_TYPE_INFO_REF_TYPE): Remove.
466         (type_info_type_node): Rename to ...
467         (const_type_info_type_node): ... here.
468         (type_info_ref_type): Remove.
469         * call.c (build_user_type_conversion): Reformat.
470         (resolve_args): Do not convert_from_reference.
471         (build_object_call): Call convert_from_reference.
472         (prep_operand): Do not convert_from_reference.
473         (build_new_method_call): Likewise.
474         * class.c (build_vfield_ref): Likewise.
475         * cvt.c (convert_to_reference): Likewise.
476         (convert_from_reference): Build INDIRECT_REF here, not with
477         build_indirect_ref.
478         (convert_force): Do not convert_from_reference.
479         (build_expr_type_conversion): Likewise.
480         * decl.c (grok_reference_init): Likewise.
481         * decl2.c (delete_sanity): Likewise.
482         * except.c (initialize_handler_parm): Use POINTER_TYPE_P.
483         * init.c (build_dtor_call): Do not convert_from_reference.
484         * parser.c (cp_parser_template_argument): Unwrap indirected
485         reference. Allow TEMPLATE_PARM_INDEX as an object parm.
486         * pt.c (tsubst_copy_and_build) <case INDIRECT_REF>: Use
487         convert_from_reference, if indicated.
488         <case CALL_EXPR>: Do not convert_from_reference.
489         <case PARM_DECL, VAR_DECL>: Convert_from_reference if needed.
490         (tsubst_initializer_list): Do not convert_from_reference.
491         * rtti.c (init_rtti_processing): Adjust node creation.
492         (throw_bad_typeid): Use const_type_info_type_node.
493         Do not convert_from_reference.
494         (typeid_ok_p): Use const_type_info_type_node.
495         (build_typeid, get_typeid): Always return type_info typed node.
496         (build_dynamic_cast_1): Dont convert_from_reference. Refactor.
497         * semantics.c (finish_stmt_expr_expr): Do not
498         convert_from_reference.
499         (finish_id_expression): Convert_from_reference as appropriate.
500         * typeck.c (decay_conversion): Do not convert_from_reference.
501         (finish_class_member_access_expr): Likewise.
502         (build_indirect_ref): Use POINTER_TYPE_P.
503         (convert_arguments): Do not convert_from_reference.
504         (build_modify_expr): Likewise.
505         (convert_for_initialization): Likewise.
506         * typeck2.c (build_x_arrow): Likewise.
508 2004-12-07  Ziemowit Laski  <zlaski@apple.com>
510         * cp-tree.h (struct lang_type_class): Rename 'objc_protocols'
511         field to 'objc_info'.
513 2004-12-07  Kazu Hirata  <kazu@cs.umass.edu>
515         * pt.c: Replace a use of first_rtl_op with TREE_CODE_LENGTH.
517 2004-12-07  Roger Sayle  <roger@eyesopen.com>
519         * name-lookup.c (leave_scope): We only need to update
520         class_binding_level when leaving a class scope.
522 2004-12-06  Ziemowit Laski  <zlaski@apple.com>
524         * cp-tree.h (struct lang_type_class): Add 'objc_protocols' field.
526 2004-12-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
528         PR c++/17011, c++/17971
529         * pt.c (tsubst_copy) <FIELD_DECL case>: Check and diagnose
530         invalid field.
531         (tsubst_copy_and_build) <COMPONENT_REF case>: Check
532         error_mark_node after member substitution.
533         * semantics.c (finish_id_expression): Call
534         finish_non_static_data_member for non-dependent FIELD_DECL.
536 2004-12-03  Nathan Sidwell  <nathan@codesourcery.com>
538         PR c++/18782
539         * decl.c (grokdeclarator): Make sure class in pointer to member is
540         not a namespace.
542 2004-12-02  Nathan Sidwell  <nathan@codesourcery.com>
544         PR c++/18318
545         * parser.c (cp_parser_new_type_id): Move array size expression
546         checks from here ...
547         * init.c (build_new): ... to here.
549 2004-12-02  Nathan Sidwell  <nathan@codesourcery.com>
551         PR c++/18758
552         * parser.c (cp_parser_class_head): Return NULL_TREE when
553         push_template_decl fails.  Update comment.
555 2004-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
557         PR c++/15664, c++/18276
558         * pt.c (tsubst_decl) <TEMPLATE_DECL case>: Reorganize.  Correctly
559         tsubst TEMPLATE_DECL that is a TEMPLATE_TEMPLATE_PARM.
561 2004-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
563         PR c++/18123
564         * parser.c (cp_parser_type_specifier): Catch template declaration
565         of enum.
567 2004-12-01  Matt Austern  <austern@apple.com>
569         * name-lookup.c (namespace_binding): Omit alias check for global
570         namespace.
572 2004-12-01  Nathan Sidwell  <nathan@codesourcery.com>
574         PR c++/18729
575         * parser.c (cp_parser_class_name): Check decl's type is not
576         error_mark_node.
578         PR c++/17431
579         * call.c (standard_conversion): Add FLAGS parameter. Do not allow
580         derived to base conversion when checking constructor
581         accessibility.
582         (implicit_conversion): Pass FLAGS to standard_conversion.
583         (check_constructir_callable): Disallow conversion functions.
585 2004-11-30  Kazu Hirata  <kazu@cs.umass.edu>
587         * parser.c: Fix comment typos.
589 2004-11-27  Mark Mitchell  <mark@codesourcery.com>
591         PR c++/18368
592         * parser.c (cp_parser_check_for_definition_in_return_type): Take
593         the defined type as a parameter, and inform the user about the
594         possibility of a missing semicolon.
595         (cp_parser_explicit_instantiation): Adjust call to
596         cp_parser_check_for_definition_in_return_type.
597         (cp_parser_init_declarator): Likewise.
598         (cp_parser_member_declaration): Likewise.
600         PR c++/18674
601         * cp-tree.def (TYPENAME_TYPE): Remove discussion of implicit
602         typename from comments.
603         * cp-tree.h (TYPENAME_IS_ENUM_P): New macro.
604         (TYPENAME_IS_CLASS_P): Likewise.
605         (make_typename_type): Change prototype.
606         * decl.c (struct_typename_info): New type.
607         (typename_compare): Expect the second argument to be a
608         typename_info, not a tree.
609         (build_typename_type): Add tag_type parameter.  Do not create a
610         new type until necessary.
611         (make_typename_type): Add tag_type parameter.
612         * error.c (TYPENAME_TYPE): Print tags other than "typename" if
613         appropriate.
614         * friend.c (make_friend_class): Adjust call to make_typename_type.
615         * parser.c (cp_parser_make_typename_type): Likewise.
616         (cp_parser_primary_expression): Adjust call to
617         cp_parser_lookup_name.
618         (cp_parser_unqualified_id): Adjust calls to cp_parser_class_name.
619         (cp_parser_class_or_namespace_name): Likewise.
620         (cp_parser_postfix_expression): Adjust calls to
621         make_typename_type.
622         (cp_parser_mem_initializer_id): Adjust calls to
623         cp_parser_class_name.
624         (cp_parser_type_parameter): Adjust calls to cp_parser_lookup_name.
625         (cp_parser_template_name): Likewise.
626         (cp_parser_template_argument): Likewise.
627         (cp_parser_type_name): Adjust call to cp_parser_class_name.
628         (cp_parser_elaborated_type_specifier): Adjust calls to
629         make_typename_type and cp_parser_lookup_name.
630         (cp_parser_namespace_name): Likewise.
631         (cp_parser_class_name): Replace type_p parameter with tag_type.
632         Adjust calls to make_typename_type and cp_parser_lookup_name.
633         (cp_parser_class_head): Adjust calls to cp_parser_class_name.
634         (cp_parser_base_specifier): Likewise.
635         (cp_parser_lookup_name): Replace is_type parameter with tag_type.
636         Adjust calls to make_typename_type and lookup_qualified_name.
637         (cp_parser_lookup_name_simple): Adjust call to
638         cp_parser_lookup_name.
639         (cp_parser_constructor_declarator_p): Adjust call to
640         cp_parser_class_name.
641         * pt.c (convert_template_argument): Adjust all to
642         make_typename_type.
643         (tsubst_decl): Do not pre-substitute the type of the declaration.
644         (tsubst): Hand off declarations more quickly.  Adjust call to
645         make_typename_type. 
647         PR c++/18512
648         * parser.c (cp_parser_postfix_dot_deref_expression): Robustify.
650 2004-11-29  Daniel Jacobowitz  <dan@codesourcery.com>
652         PR c/7544
653         * Make-lang.in (cp/decl2.o): Update dependencies.
654         * decl2.c (finish_file): Call maybe_apply_pending_pragma_weaks.
656 2004-11-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
658         PR c++/18652
659         * name-lookup.c (pushtag): Change return type to tree.
660         * cp-tree.h (pushtag): Adjust declaration.
661         * decl.c (xref_tag, start_enum): Use return value of pushtag.
662         * pt.c (push_template_decl_real): Return immediately if
663         pushdecl_namespace_level returns error_mark_node.
665 2004-11-27  Kazu Hirata  <kazu@cs.umass.edu>
667         * pt.c: Fix a comment typo.
669 2004-11-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
671         Friend class name lookup 4/n
672         * class.c (pushclass): Don't call cxx_remember_type_decls.
673         * cp-tree.h (clear_anon_tags): Remove declaration.
674         * decl.c (grokdeclarator): Don't call lookup_tag_reverse.
675         * name-lookup.c (binding_entry_free, binding_table_free): Comment
676         out functions.
677         (binding_table_find_anon_type, binding_table_reverse_maybe_remap,
678         binding_table_remove_anonymous_types, cxx_remember_type_decls,
679         bt_print_entry, clear_anon_tags, follow_tag_typedef, lookup_tag,
680         lookup_tag_reverse): Remove
681         (begin_scope, leave_scope, kept_level_p, print_binding_level):
682         Don't use type_decls field in cp_binding_level.
683         (maybe_process_template_type_declaration, pushtag): Set
684         CLASSTYPE_NESTED_UTDS directly.
685         * name-lookup.h (binding_table_remove_anonymous_types,
686         cxx_remember_type_decls, lookup_tag, lookup_tag_reverse): Remove
687         declaration.
688         (cp_binding_level): Remove type_decls field.
690 2004-11-26  Kazu Hirata  <kazu@cs.umass.edu>
692         * typeck.c: Fix a comment typo.
694 2004-11-25  Mark Mitchell  <mark@codesourcery.com>
696         PR c++/18445
697         * class.c (instantiate_type): Treat NON_DEPENDENT_EXPRs with
698         unknown_type as non matching.  Tidy up.
699         * pt.c (build_non_dependent_expr): Do not build a
700         NON_DEPENDENT_EXPR for a VAR_DECL.
702         PR c++/18001
703         * cp-tree.h (lvalue_or_else): Remove declaration.
704         * tree.c (lvalue_or_else): Remove.
705         * typeck.c (build_unary_op): Adjust call to lvalue_or_else.
706         (build_modify_expr): Likewise.
708         PR c++/18625
709         * decl.c (duplicate_decls): Return error_mark_node on error, as
710         specified.
712         PR c++/18466
713         * decl.c (grokvardecl): Keep track of whether or not a there was
714         explicit qualification.
715         * name-lookup.c (set_decl_namespace): Complain about explicit
716         qualification of a name within its own namespace.
718         PR c++/18545
719         * typeck.c (check_return_expr): Robustify.
721 2004-11-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
723         Friend class name lookup 3/n, PR c++/3332
724         * name-lookup.c (push_inner_scope, pop_inner_scope): New functions.
725         (lookup_type_scope): Don't deal with name from user declaration
726         specially.
727         * name-lookup.h (push_inner_scope, pop_inner_scope): Add declarations.
728         * parser.c (cp_parser_class_specifier): Use push_inner_scope and
729         pop_inner_scope.
731 2004-11-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
733         Friend class name lookup 2/n, PR c++/14513, c++/15410
734         * name-lookup.c (lookup_name_real): Simplify.
735         (lookup_type_scope): Add SCOPE parameter.  Handle friend class
736         lookup.
737         * name-lookup.h (tag_scope): New enum type.
738         (lookup_type_scope): Adjust declaration.
739         * decl.c (lookup_and_check_tag, xref_tag, xref_tag_from_type):
740         Change bool parameter GLOBALIZED to TAG_SCOPE parameter SCOPE.
741         (start_enum): Likewise.  Add assertion test that NAME is 
742         IDENTIFIER_NODE.  Use anonymous name for dummy ENUMERAL_TYPE in
743         case of error.
744         * cp-tree.h (xref_tag, xref_tag_from_type): Adjust declarations.
745         * parser.c (cp_parser_elaborated_type_specifier,
746         cp_parser_class_head): Adjust call to xref_tag.
747         * pt.c (lookup_template_class, instantiate_class_template):
748         Likewise.
749         * rtti.c (init_rtti_processing, build_dynamic_cast_1,
750         tinfo_base_init, emit_support_tinfos): Likewise.
752 2004-11-25  Joseph S. Myers  <joseph@codesourcery.com>
754         * g++spec.c, lex.c: Avoid ` as left quote in diagnostics.
756 2004-11-24  Mark Mitchell  <mark@codesourcery.com>
758         PR c++/17473
759         * name-lookup.c (supplement_binding): Do not allow typedefs to be
760         redefined in class scope.
762         PR c++/18285
763         * parser.c (cp_parser_set_decl_type_spec): Do not try to allow
764         redefinitions of builtin types other that "bool" or "wchar_t".
766 2004-11-24  Steven Bosscher  <stevenb@suse.de>
768         * decl.c (cxx_init_decl_processing): Don't clear
769         flag_inline_functions.
771 2004-11-24  Mark Mitchell  <mark@codesourcery.com>
773         * pt.c (tsubst_function_type): Do not permit function types which
774         return arrays or functions.
776         PR c++/18586
777         * parser.c (cp_parser_init_declarator): Do not pop scope twice.
779         PR c++/18530
780         * cp-tree.h (CTOR_NAME): Remove.
781         (DTOR_NAME): Remove.
782         * decl.c (initialize_predefined_identifiers): Add spaces to the
783         end of constructor and destructor names.
785 2004-11-24  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
787         PR c++/8929
788         * decl.c (start_decl): Check for invalid specialization headers.
790 2004-11-24  Paolo Bonzini  <bonzini@gnu.org>
792         PR c++/16882
794         * call.c (standard_conversion): Move check for conversions between
795         vector pointers...
796         * typeck.c (ptr_reasonably_similar): ... here.
798 2004-11-23  Ben Elliston  <bje@au.ibm.com>
800         * cp-tree.h (context_as_string): Remove extern.
801         * error.c (context_as_string): Remove.
803         * cp-tree.h (cp_type_qual_from_rid): Remove extern.
804         * lex.c (cp_type_qual_from_rid): Remove.
806         * cp-tree.h (do_poplevel): Remove extern.
807         (check_multiple_declarators): Likewise.
808         * semantics.c (do_poplevel): Make static.
809         (check_multiple_declarators): Remove.
811         * cp-tree.h (check_final_overrider): Remove extern.
812         * search.c (check_final_overrider): Make static.
814         * cp-tree.h (build_artificial_parm): Remove extern.
815         * decl2.c (build_artificial_parm): Make static.
817 2004-11-22  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
819         PR c++/18354
820         * typeck.c (build_unary_op) <CONVERT_EXPR, NEGATE_EXPR>: Unify code.
821         Make sure the result is always a rvalue.
823 2004-11-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
825         * decl.c (start_preparsed_function): Call check_function_type even
826         in templates.
827         (require_complete_types_for_parms): Skip dependent types.
828         (check_function_type): Likewise.
830 2004-11-16  Steven Bosscher  <stevenb@suse.de>
832         * Make-lang.in (cp/decl.o, cp/search.o): Don't depend on stack.h.
833         * search.c: Don't include it.
835 2004-11-15  Andrew Pinski  <pinskia@physics.uc.edu>
837         * cp-gimplify.c: Include pointer-set.h
838         (cp_genericize_r): Use pointer_sets instead of a hashtable.
839         Also instert the new statement for CLEANUP_STMT.
840         (cp_genericize): Use pointer_sets instead of a hashtable.
841         * Make-lang.in (cp-gimplify.o): Depend on pointer-set.h.
843 2004-11-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
845         Friend class name lookup 1/n, PR c++/18471
846         * decl.c (lookup_and_check_tag): New function.
847         (xref_tag, start_enum): Use it.
848         (check_elaborated_type_specifier): Move TEMPLATE_TYPE_PARM check
849         before !DECL_IMPLICIT_TYPEDEF_P.  Also display previously declared
850         location.
851         * name-lookup.c (lookup_name_current_level): Rename to ...
852         (lookup_name_innermost_nonclass_level): ... this.
853         (lookup_type_scope): New function.
854         * name-lookup.h (lookup_name_current_level): Rename to ...
855         (lookup_name_innermost_nonclass_level): ... this.
856         (lookup_type_scope): Add declaration.
858 2004-11-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
860         PR c++/17344
861         * pt.c (coerce_template_parms): Only emit error message about
862         invalid template argument when TF_ERROR.
864 2004-11-12  Mark Mitchell  <mark@codesourcery.com>
866         PR c++/18389
867         * decl.c (start_decl): Make sure to set *pop_scope_p.  Return
868         error_mark_node to indicate errors.
870         PR c++/18429
871         * parser.c (cp_parser_direct_declarator): Disallow non-constant
872         array bounds when not inside a function.
874         PR c++/18436
875         * pt.c (tsubst_copy_and_build): Do not do Koenig lookup when an
876         unqualified name resolves to a member function.
878         PR c++/18407
879         * pt.c (tsubst_copy_and_build): Handle qualified names used from a
880         derived class correctly.
881         
882         * decl2.c (import_export_decl): Fix typo in comment.
883         * tree.c (pod_type_p): Likewise.
885 2004-11-10  Andrew Pinski  <pinskia@physics.uc.edu>
887         * typeck.c (cxx_mark_addressable): Add braces around the first if.
889 2004-11-10  Adam Nemet  <anemet@lnxw.com>
891         PR middle-end/18160  
892         * typeck.c (cxx_mark_addressable): Issue an error if address of an
893         explicit register variable is requested.
895 2004-11-10  Nathan Sidwell  <nathan@codesourcery.com>
897         PR c++/18143
898         * cp-tree.h (NON_THUNK_FUNCTION_CHECK, THUNK_FUNCTION_CHECK): New.
899         (struct lang_decl_flags): Add thunk_p flag.
900         (struct lang_decl): Remove separate fixed_offset. Place
901         cloned_function and fixed_offset into union.
902         (DECL_CLONED_FUNCTION_P, DECL_CLONED_FUNCTION): Adjust.
903         (DECL_THUNK_P, SET_DECL_THUNK_P): Adjust.
904         (THUNK_FIXED_OFFSET): Adjust.
905         * method.c (make_thunk): Adjust.
907 2004-11-09  Mark Mitchell  <mark@codesourcery.com>
909         PR c++/18369
910         * init.c (build_new_1): Handle parenthesized type-ids that name an
911         array type.  Tidy.
913 2004-11-09  Joseph S. Myers  <joseph@codesourcery.com>
915         * call.c, class.c, decl.c, decl2.c, error.c, mangle.c, parser.c,
916         pt.c, search.c, semantics.c, typeck.c: Use %q, %< and %> for
917         quoting in diagnostics.
918         * parser.c (cp_parser_sizeof_operand): Use '' instead of `' for
919         quoting in printf format.
920         * decl.c (duplicate_decls, start_decl): Use %qD instead of
921         unquoted %D.
923 2004-11-08  Kazu Hirata  <kazu@cs.umass.edu>
925         * class.c, decl.c, lex.c, name-lookup.c, parser.c, pt.c,
926         search.c, typeck2.c: Fix comment formatting.
928 2004-11-04  Ulrich Weigand  <uweigand@de.ibm.com>
929         
930         PR tree-optimization/18184
931         * cp-objcp-common.c (cxx_types_compatible_p): Do not treat pointers
932         of different modes or alias-all flags as equivalent.
933         * typeck.c (comptypes): Likewise.
935 2004-11-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
937         DR 49, 100
938         * cp-tree.h (TYPE_REF_OBJ_P): New macro.
939         (TYPE_PTR_P, TYPE_PTROB_P, TYPE_PTROBV_P, TYPE_PTRFN_P,
940         TYPE_REFFN_P): Document.
941         (fold_decl_constant_value): New prototype.
942         * pt.c (convert_nontype_argument_function): Rewrite and extract
943         parts into...
944         (fold_decl_constant_value, convert_nontype_argument_function): New.
945         (lookup_template_class): Add comment about useless double call.
946         * mangle.c (write_expression): Strip conversions before lowering
947         pointer to members.
948         * cvt.c (ocp_convert): Check LOOKUP_COMPLAIN for a pedwarn. Disallow
949         enum to enum conversion.
951 2004-11-02  Mark Mitchell  <mark@codesourcery.com>
953         PR c++/18124
954         * parser.c (cp_parser_type_parameter): Robustify.
956         PR c++/18155
957         * parser.c (cp_parser_single_declaration): Disallow template
958         typedefs.
960         PR c++/18177
961         * typeck.c (build_const_cast): Use error_operand_p.
963 2004-11-02  Ziemowit Laski  <zlaski@apple.com>
965         * cp-lang.c (cxx_types_compatible_p): Remove prototype and definition.
966         (LANG_HOOKS_TYPES_COMPATIBLE_P): Move to cp-objcp-common.h.
967         * cp-objcp-common.c (cxx_types_compatible_p): Moved definition here
968         from cp-lang.c.
969         * cp-objcp-common.h (cxx_types_compatible_p): Moved prototype here
970         from cp-lang.c.
971         (LANG_HOOKS_TYPES_COMPATIBLE_P): Moved here from cp-lang.c.
973 2004-11-01  Nathan Sidwell  <nathan@codesourcery.com>
975         PR c++/18064
976         * search.c (check_final_overrider): Deprecate gnu covariant extension.
978 2004-10-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
980         Convert diagnostics to use quoting flag q 9/n
981         * typeck.c (build_x_unary_op, convert_member_func_to_ptr, 
982         get_delta_difference):  Use new quotation style.
983         * repo.c (reopen_repo_file_for_write): Likewise.
984         * pt.c (do_type_instantiation): Likewise.
985         * parser.c (cp_parser_diagnose_invalid_type_name): 
986         * name-lookup.c (push_overloaded_decl, set_decl_namespace): 
987         * error.c (cp_print_error_function,
988         print_instantiation_full_context): Likewise.
989         * decl.c (define_label, grok_reference_init, 
990         maybe_deduce_size_from_array_init, revert_static_member_fn): 
991         * decl2.c (check_classfn): Likewise.
992         * class.c (add_method, check_field_decls, layout_class_type, 
993         resolve_address_of_overloaded_function): Likewise.
994         * call.c (build_x_va_arg, build_over_call): Likewise.
996 2004-10-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
998         Convert diagnostics to use quoting flag q 8/n
999         * cvt.c (cp_convert_to_pointer, warn_ref_binding, 
1000         convert_to_reference, ocp_convert, convert_to_void 
1001         cp_convert_to_pointer): Use new quotation style.
1003 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
1005         PR c++/15172
1006         * typeck2.c (store_init_value): Use split_nonconstant_init even
1007         for types that require construction.
1008         
1009 1004-10-28  Matt Austern  <austern@apple.com>
1011         PR c++/17542
1012         * cp-tree.h (class_key_or_enum_as_string): Declare.
1013         * error.c (class_key_or_enum): Rename to class_key_or_enum_as_string
1014         and remove static qualifier.
1015         * decl.c (shadow_tag): Warn about ignored attributes in class/struct/
1016         union/enum declaration.
1017         
1018 2004-10-29  Kazu Hirata  <kazu@cs.umass.edu>
1020         * pt.c: Fix a comment typo.
1022 2004-10-28  Nathan Sidwell  <nathan@codesourcery.com>
1024         * typeck.c (composite_pointer_type): Remove comment about DR 195.
1025         (build_reinterpret_cast_1): Revert DR195 patch. Only emit a
1026         warning when being pedantic.
1027         (build_reinterpet_cast, build_c_cast): Adjust.
1029 2004-10-29  Mark Mitchell  <mark@codesourcery.com>
1031         PR c++/17695
1032         * decl.c (grokdeclarator): Mark TYPE_DECLs as abstract when they
1033         appear in a constructor/destructor that will be cloned.
1035 1004-10-28  Matt Austern  <austern@apple.com>
1037         PR c++/14124
1038         * decl.c (finish_enum): Handle packed attribute.
1039         * parser.c (cp_parser_enum_specifier): Process trailing attributes.
1040         
1041 2004-10-28  Mark Mitchell  <mark@codesourcery.com>
1043         PR c++/17132
1044         * pt.c (instantiate_class_template): Increment
1045         processing_template_decl when substituting into a member class
1046         template.
1048 2004-10-27  Mark Mitchell  <mark@codesourcery.com>
1050         PR c++/17435
1051         * call.c (convert_like_real): Fix formatting.
1052         (initialize_reference): When binding a temporary to a base class,
1053         ensure that the nominal copy made is to the derived class, not the
1054         base class.
1056         PR c++/18140
1057         * parser.c (cp_parser_next_token_ends_template_argument_p): Do not
1058         include ">>".
1060 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
1062         * decl.c (bad_specifiers): Move the q after the %.
1064 2004-10-27  Andrew Pinski  <pinskia@physics.uc.edu>
1066         * parser.c (cp_parser_diagnose_invalid_type_name): Move the q after
1067         the %.
1069 2004-10-26  Mark Mitchell  <mark@codesourcery.com>
1071         * name-lookup.c (do_namespace_alias): Use FROB_CONTEXT.
1072         * search.c (current_scope): Fix prototype.
1074         PR c++/18093
1075         * search.c (current_scope): Return the innermost non-block scope,
1076         not the innermost non-block, non-namespace scope.
1077         (at_namespace_scope_p): Adjust accordingly.
1078         (dfs_accessible_post): Do not pass namespaces to is_friend.
1079         (dfs_walk_once_accessible_r): Likewise.
1080         * decl.c (grokvardecl): Adjust call to current_scope.
1081         (build_enumerator): Likewise.
1082         * parser.c (cp_parser_using_declaration): Likewise.
1083         (cp_parser_direct_declarator): Use at_namespace_scope_p instead of
1084         current_scope.
1085         (cp_parser_class_head): Adjust call to current_scope.
1086         * name-lookup.c (do_namespace_alias): Set the DECL_CONTEXT for the
1087         alias.
1089         PR c++/18020
1090         * pt.c (tusbst_copy_and_build): Resolve enumeration constants to
1091         their underlying values.
1093         PR c++/18161
1094         * typeck.c (build_binary_op): Honor build_type, even when in a
1095         template.
1097 2004-10-26  Nathan Sidwell  <nathan@codesourcery.com>
1099         * parser.c (cp_lexer_get_preprocessor_token): Remove unneeded
1100         padding token checking.
1102 2004-10-25  Andrew Pinski  <pinskia@physics.uc.edu>
1104         PR c++/18121
1105         * decl.c (grokdeclarator) <case cdk_array>: Remove the call
1106         layout_type as it is already done by create_array_type_for_decl.
1108 2004-10-22  Nathan Sidwell  <nathan@codesourcery.com>
1110         PR c++/18095
1111         * parser.c (eof_token): Make const, correctly initialize rid and
1112         location fields.
1113         (struct cp_lexer): Replace buffer_end pointer with buffer_length
1114         count. Adjust.
1115         (cp_lexer_new_main): Directly grow lexer's buffer here.  Don't
1116         zero it out.
1117         (cp_lexer_new_from_tokens): Adjust.
1118         (cp_lexer_grow_buffer): Remove.
1119         (cp_lexer_peek_nth_token, cp_lexer_consume_token,
1120         cp_lexer_purge_token): Add const casts.
1122 2004-10-21  Mark Mitchell  <mark@codesourcery.com>
1124         PR c++/18073
1125         PR c++/10841
1126         * cp-tree.h (convert_to_base): Change prototype.
1127         (build_ptrmemfunc): Likewise.
1128         (convert_ptrmem): New function.
1129         * call.c (struct conversion): Adjust documentation for base_p.
1130         (standard_conversion): Set base_p for ck_pmem conversions as
1131         appropriate.
1132         (convert_like_real): Use convert_to_base for ck_pmem and ck_ptr
1133         conversions.
1134         * class.c (convert_to_base): Handle both pointers and objects.
1135         Add nonnull parameter.
1136         (build_vfield_ref): Adjust call to convert_to_base.
1137         * cvt.c (cp_convert_to_pointer): Adjust call to build_ptrmemfunc.
1138         (convert_force): Likewise.
1139         * typeck.c (build_unary_op): Likewise.
1140         (convert_ptrmem): New function.
1141         (build_static_cast_1): Use it.
1142         (build_reinterpret_cast): Allow conversions to vector types.
1143         (get_delta_difference): Add c_cast_p parameter.
1144         (build_ptrmemfunc): Likewise.  Adjust calls to
1145         get_delta_difference.
1147 2004-10-21  Andrew Pinski  <pinskia@physics.uc.edu>
1149         PR c++/13560
1150         * error.c (cp_error_at): Output the context as it might be
1151         different file as the other location.
1153 2004-10-21  Kazu Hirata  <kazu@cs.umass.edu>
1155         * typeck.c: Fix a comment typo.
1157 2004-10-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1159         PR c++/13495
1160         * decl.c (make_unbound_class_template): Add PARM_LIST parameter.
1161         * cp-tree.h (make_unbound_class_template): Adjust prototype.
1162         * parser.c (cp_parser_lookup_name): Adjust call to
1163         make_unbound_class_template.
1164         (cp_parser_single_declaration): Handle member class of class
1165         template as template friend parsing correctly.
1166         * friend.c (is_friend): Call is_specialization_of_friend for
1167         template friend class.
1168         (make_friend_class): Handle member class of class template as
1169         template friend.
1170         * pt.c (is_specialization_of_friend): Likewise.
1171         (instantiate_class_template): Likewise.
1172         (tsubst): Adjust call to make_unbound_class_template.
1174 2004-10-20  Nathan Sidwell  <nathan@codesourcery.com>
1176         * typeck.c (composite_pointer_type): Add comment about DR 195
1177         (build_reinterpret_cast_1): Add for_reinterpret_cast_p parameter.
1178         Allow function pointer conversions that DR195 suggests.
1179         (build_reinterpret_cast, build_c_cast): Update
1180         build_reinterpret_cast_1 calls. 
1182 2004-10-20  Kazu Hirata  <kazu@cs.umass.edu>
1184         * call.c, typeck.c: Fix comment typos.
1186 2004-10-20  Nathan Sidwell  <nathan@codesourcery.com>
1188         * parser.c (cp_token_position): New typedef. Define VEC thereof.
1189         (struct cp_lexer): Allow buffer and buffer_end to be NULL. Make
1190         next_token and last_token cp_token_position. Make saved_tokens a
1191         VEC(cp_token_position).
1192         (eof_token): New static variable.
1193         (CP_SAVED_TOKENS_SIZE): Rename to ...
1194         (CP_SAVED_TOKEN_STACK): ... here.
1195         (cp_lexer_new_main): Adjust main lexer creation and buffer
1196         filling.
1197         (cp_lexer_new_from_tokens): Do not copy the tokens, merely point
1198         to the parent buffer.  Do not append eof token.
1199         (cp_lexer_destroy): Only free buffer if non-NULL. Free token
1200         stack.
1201         (cp_lexer_next_token, cp_lexer_prev_token): Remove.
1202         (cp_lexer_token_position, cp_lexer_token_at): New.
1203         (cp_lexer_saving_tokens): Adjust. Make inline.
1204         (cp_lexer_advance_token, cp_lexer_token_difference): Remove.
1205         (cp_lexer_peek_token_emit_debug_info): Fold into ...
1206         (cp_lexer_peek_token): ... here.
1207         (cp_lexer_peek_nth_token): Don't peek past EOF.
1208         (cp_lexer_consume_token): Set next_token to eof_token, if reaching
1209         EOF.
1210         (cp_lexer_purge_token): Adjust eof setting.
1211         (cp_lexer_purge_tokens_after): Likewise.
1212         (cp_lexer_save_tokens): Push next_token directly.
1213         (cp_lexer_commit_tokens): Adjust.
1214         (cp_lexer_rollback_tokens): Pop next_token directly.
1215         (cp_parser_check_for_invalid_template_id): Adjust token purging.
1216         (cp_parser_translation_unit): Do not consume the EOF.
1217         (cp_parser_nested_name_specifier_opt): Adjust token purging.
1218         (cp_parser_template_id, cp_parser_template_name): Likewise.
1220 2004-10-19  Mark Mitchell  <mark@codesourcery.com>
1222         PR c++/14035
1223         * call.c (struct conversion): Add base_p.
1224         (convert_like): Add c_cast_p argument.
1225         (convert_like_with_conversion): Likewise.
1226         (build_conv): Clear base_p.
1227         (standard_conversion): Set it, for derived-to-base conversions.
1228         (convert_like_real): Add c_cast_p parameter.  Handle pointer
1229         conversions directly rather than relying on ocp_convert.
1230         (perform_direct_initialization_if_possible): Add c_cast_p
1231         parameter.
1232         * cp-tree.h (perform_direct_initialization_if_possible): Change
1233         prototype.
1234         (convert_member_func_to_ptr): New function.
1235         * typeck.c (check_for_casting_away_constness): Add diag_fn
1236         parameter.
1237         (build_static_cast_1): New function, split out from ...
1238         (build_static_cast): ... here.  Use build_static_cast_1.
1239         (build_reinterpret_cast_1): New function, split out from ...
1240         (build_reinterpret_cast): ... here.  Use build_reinterpret_cast_1.
1241         (build_const_cast_1): New function, split out from ...
1242         (build_const_cast): ... here.  Use build_const_cast_1.
1243         (build_c_cast): Rewrite to use build_const_cast_1,
1244         build_static_cast_1, and build_reinterpret_cast_1.
1245         (convert_member_func_to_ptr): New function.
1247 2004-10-19  Paolo Bonzini  <bonzini@gnu.org>
1249         PR c++/18047
1250         * parser.c (enum cp_parser_prec): Give relational expressions
1251         a higher precedence than equality expressions.
1253 2004-10-15  Nathan Sidwell  <nathan@codesourcery.com>
1255         * cp-tree.h (UNIQUELY_DERIVED_FROM_P): Adjust lookup_base call.
1256         (ACCESSIBLY_UNIQUELY_DERIVED_P): Remove.
1257         (PUBLICLY_UNIQUELY_DERIVED_P): Adjust lookup_base call.
1258         (enum base_access): Reorganize.
1259         (accessible_base_p, accessible_p): Add consider_local_p parameter.
1260         * call.c (standard_conversion): Update comment about
1261         DERIVED_FROM_P.
1262         (enforce_access): Adjust accessible_p call.
1263         (build_over_call): Adjust accessible_base_p call.
1264         * class.c (convert_to_base): Adjust lookup_base call.
1265         (build_vtbl_ref_1): Likewise.
1266         (warn_about_ambiguous_bases): Likewise. Add early exit.
1267         * cvt.c (convert_to_pointer_force) Adjust lookup_base call.
1268         * search.c (accessible_base_p): Add consider_local_p parameter.
1269         (lookup_base): Pass consider_local_p to accessible_base_p call.
1270         (friend_accessible_p): Check whether scope is a class member.
1271         Remove unnecessary class template check.
1272         (accessible_p): Add consider_local_p parameter. Use it.
1273         (adjust_result_of_qualified_name_lookup): Adjust lookup_base call.
1274         * tree.c (maybe_dummy_object): Likewise.
1275         * typeck.c (comp_except_type): Use PUBLICLY_UNIQUELY_DERIVED_P.
1276         (build_class_member_access_expr): Adjust lookup_base call.
1277         * typeck2.c (binfo_or_else): Likewise.
1278         * rtti.c (build_dynamic_cast_1): Access can consider friendship
1279         and current scope.
1281 2004-10-17  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1283         PR c++/17743
1284         * decl2.c (grokfield): Apply attributes also to TYPE_DECLs.
1286 2004-10-16  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
1288         PR c++/10479
1289         * parser.c (cp_parser_parenthesized_expression_list): Fold
1290         non-dependent expressions in attribute lists.
1292 2004-10-15  Mark Mitchell  <mark@codesourcery.com>
1294         PR c++/17042
1295         * decl.c (declare_global_var): Use the return value from pushdecl.
1297         PR c++/14667
1298         * parser.c (cp_parser_simple_declaration): Do not diagnose invalid
1299         type names if we have already found a valid type.
1300         (cp_parser_member_declaration): Likewise.
1301         
1302         PR c++/17916
1303         * parser.c (cp_parser_member_specification_opt): Handle
1304         CPP_PRAGMA.
1306 2004-10-15  Kazu Hirata  <kazu@cs.umass.edu>
1308         * dump.c, g++spec.c, repo.c: Update copyright.
1310 2004-10-15  Kazu Hirata  <kazu@cs.umass.edu>
1312         * decl.c: Fix a comment typo.
1314 2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
1316         PR c++/16301
1317         * name-lookup.c (parse_using_directive): If we have a
1318         error_mark_node, do not set the decl namespace associations
1319         on it.
1321 2004-10-14  Mark Mitchell  <mark@codesourcery.com>
1323         PR c++/17976
1324         * decl.c (cp_finish_decl): Do not call expand_static_init more
1325         than once for a single variable.
1327 2004-10-14  Matt Austern  <austern@apple.com>
1329         * Make-lang.in (pt.o): depends on pointer-set.h
1330         * cp-tree.h (cp_walk_subtrees): Last argument is pointer_set_t* now.
1331         * pt.c (struct pair_fn_data): Use pointer_set_t, not htab_t
1332         (for_each_template_parm): Convert from htab_t to pointer_set_t.
1333         * tree.c (cp_walk_subtrees): Last argument is pointer_set_t* now.
1334         
1335 2004-10-13  Andrew Pinski  <pinskia@physics.uc.edu>
1337         PR c++/17661
1338         * semantics.c (finish_for_expr): Convert expression to void
1339         so that we don't create temporaries for a?b:c.
1341 2004-10-13  Kazu Hirata  <kazu@cs.umass.edu>
1343         * search.c: Fix a comment typo.
1345 2004-10-12  Nathan Sidwell  <nathan@codesourcery.com>
1347         * class.c (dfs_modify_vtables): Simplify condition. Return
1348         dfs_skip_bases as appropriate.
1349         (modify_all_vtables): Walk in pre-order.
1350         * search.c (dfs_walk_all, dfs_walk_once_r,
1351         dfs_walk_once_accessible_r): Assert post order function never
1352         returns dfs_skip_bases.
1354         * search.c (struct lookup_base_data_s): New.
1355         (lookup_base_r): Replace with ...
1356         (dfs_lookup_base): ... this.
1357         (lookup_base): Use dfs_walk_all.
1359 2004-10-12  Kazu Hirata  <kazu@cs.umass.edu>
1361         * search.c: Fix comment typos.
1363 2004-10-11  Mark Mitchell  <mark@codesourcery.com>
1365         PR c++/15786
1366         * parser.c (cp_parser_declarator): Add member_p parameter. 
1367         (cp_parser_condition): Adjust calls to cp_parser_declarator.
1368         (cp_parser_explicit_instantiation): Likewise.
1369         (cp_parser_init_declarator): Likewise.
1370         (cp_parser_direct_declarator): Add member_p parameter.  Do not
1371         parse tentatively when parsing the parameters to a member.
1372         (cp_parser_type_id): Adjust calls to cp_parser_declarator.
1373         (cp_parser_parameter_declaration): Likewise.
1374         (cp_parser_member_declaration): Likewise.
1375         (cp_parser_exception_declaration): Likewise.
1377         PR c++/17936
1378         * cp-tree.h (CLASSTYPE_TEMPLATE_SPECIALIZATION): Add a comment.
1379         * pt.c (optimize_specialization_lookup_p): Do not optimize lookups
1380         for members of partial or explicit specializations.
1382         PR c++/17929
1383         * decl2.c (finish_anon_union): Robustify.
1385 2004-10-11  Nathan Sidwell  <nathan@codesourcery.com>
1387         * cp-tree.h (get_dynamic_cast_base_type): Rename to ...
1388         (dcast_base_hint): ... here.
1389         * rtti.c (build_dynamic_cast_1): Use dcast_base_hint.
1390         * search.c (struct dcast_data_s): New.
1391         (dynamic_cast_base_recurse): Remove. Replace with ...
1392         (dfs_dcast_hint_pre, dfs_dcast_base_post): ... these. New.
1393         (get_dynamic_cast_base_type): Rename to ...
1394         (dcast_base_hint): ... here.  Use dfs_walk_once_accessible.
1395         (accessible_r): Remove.
1396         (dfs_accessible_post): New, broken out of accessible_r.
1397         (accessible_p): Use dfs_walk_once_accessible.
1398         (dfs_walk_once_accessible_r): New. From accessible_r.
1399         (dfs_walk_once_accessible): New. From acessible_p.
1401         * cp-tree.h (SAME_BINFO_TYPE_P): New.
1402         * class.c (build_base_path): Use SAME_BINFO_TYPE_P to compare
1403         binfo types.
1404         (convert_to_base_statically, determine_primary_bases,
1405         update_vtable_entry_for_fn, dfs_modify_vtables, build_vtt_inits,
1406         dfs_build_secondary_vptr_vtt_inits, build_ctor_vtbl_group,
1407         accumulate_vtbl_inits, dfs_accumulate_vtbl_inits,
1408         build_vtbl_initializer, add_vcall_offset_vtbl_entries_1): Likewise.
1409         * init.c (expand_member_init): Likewise.
1410         * search.c (lookup_base_r, dynamic_cast_base_recurse,
1411         binfo_via_virtual, copied_binfo, binfo_for_vbase,
1412         original_binfo): Likewise.
1413         * tree.c (copy_binfo): Likewise.
1415 2004-10-11  Kazu Hirata  <kazu@cs.umass.edu>
1417         * semantics.c: Fix comment typos.
1419 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
1421         PR c++/17554
1422         part of c++/17657
1423         middle-end/17703
1424         * semantics.c (maybe_cleanup_point_expr): Call
1425         fold_build_cleanup_point_expr.
1426         (maybe_cleanup_point_expr_void): New function.
1427         (add_decl_expr): Call maybe_cleanup_point_expr_void.
1428         (finish_expr_stmt): Likewise.
1429         (finish_return_stmt): Likewise.
1430         (finish_for_expr): Likewise.
1431         (finish_asm_stmt): Likewise.
1432         * typeck.c (condition_conversion): Call
1433         fold_build_cleanup_point_expr.
1435 2004-10-10  Andrew Pinski  <pinskia@physics.uc.edu>
1437         PR c++/17907
1438         * semantics.c (add_decl_expr): If the decl has a size which
1439         has side effects then the decl expression needs a cleanup point.
1441 2004-10-10  Mark Mitchell  <mark@codesourcery.com>
1443         PR c++/17393
1444         * decl.c (grokdeclarator): Robustify error-recovery on invalid
1445         declarations.
1447 2004-10-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1449         Convert diagnostics to use quoting flag q 7/n
1450         * typeck.c (composite_pointer_type_r, composite_pointer_type, 
1451         cxx_sizeof_or_alignof_type, cxx_sizeof_or_alignof_expr, 
1452         string_conv_p, build_class_member_access_expr, 
1453         build_class_member_access_expr, lookup_destructor, 
1454         finish_class_member_access_expr, build_indirect_ref, 
1455         get_member_function_from_ptrfunc, build_function_call, 
1456         convert_arguments, build_binary_op, pointer_diff, build_unary_op, 
1457         check_for_casting_away_constness, build_static_cast, 
1458         build_reinterpret_cast, build_const_cast, build_c_cast, 
1459         build_modify_expr, get_delta_difference, build_ptrmemfunc, 
1460         dubious_conversion_warnings, convert_for_assignment, 
1461         convert_for_initialization, 
1462         maybe_warn_about_returning_address_of_local, check_return_expr): 
1463         Use quoting marks.
1465         * typeck2.c (error_not_base_type, readonly_error, 
1466         abstract_virtuals_error, cxx_incomplete_type_diagnostic, 
1467         store_init_value, digest_init, build_x_arrow, 
1468         build_m_component_ref, require_complete_eh_spec_types): Likewise.
1470         * tree.c (cp_build_qualified_type_real, 
1471         handle_java_interface_attribute, handle_init_priority_attribute):
1472         Likewise.
1474         * semantics.c (finish_asm_stmt, finish_non_static_data_member, 
1475         finish_pseudo_destructor_expr, 
1476         check_template_template_default_arg, begin_class_definition, 
1477         finish_base_specifier, qualified_name_lookup_error, 
1478         finish_id_expression, finish_typeof): Likewise.
1480         * search.c (lookup_base, check_final_overrider,
1481         look_for_overrides_r): Likewise.
1483         * rtti.c (get_tinfo_decl, build_dynamic_cast_1): Likewise.
1485 2004-10-09  Mark Mitchell  <mark@codesourcery.com>
1487         PR c++/17867
1488         * error.c (dump_expr): Correct handling of AGGR_INIT_EXPRs using a
1489         constructor.
1491         PR c++/17670
1492         * init.c (build_new): Correct comments.
1493         * parser.c (cp_parser_new_expression): Use NULL_TREE for nelts in
1494         the non-array case.
1496         PR c++/17821
1497         * parser.c (cp_parser_postfix_dot_deref_expression): If the
1498         pseduo-destructor-name production does not work, fall back to the
1499         ordinary production.
1501         PR c++/17826
1502         * tree.c (cp_tree_equal): Handle a BASELINK.
1504         PR c++/17524
1505         * cp-tree.h (check_var_type): New function.
1506         * decl.c (check_var_type): New function, split out from ...
1507         (grokdeclarator): ... here.
1508         * pt.c (tsubst_decl): Use check_var_type.
1510         PR c++/17685
1511         * decl.c (grokdeclarator): Disallow declarations of operators as
1512         non-functions.
1513         
1514 2004-10-08  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
1516         PR c++/17868
1517         * error.c (dump_expr): Add missing case for RDIV_EXPR.
1519 2004-10-08  Kazu Hirata  <kazu@cs.umass.edu>
1521         * pt.c, search.c: Fix comment typos.
1523 2004-10-08  Nathan Sidwell  <nathan@codesourcery.com>
1525         * cp-tree.h (dfs_walk, dfs_walk_real, dfs_unmark, markedp,
1526         unmarkedp): Remove.
1527         (dfs_skip_bases, dfs_walk_all, dfs_walk_once): New.
1528         * class.c (struct find_final_overrider_data): Remove most_derived,
1529         vpath_list and vpath fields.  Add path field.
1530         (dfs_find_final_ocerrider_1): Add DEPTH parameter. Adjust.
1531         (dfs_find_final_overrider): Rename to ...
1532         (dfs_find_final_overrider_pre): ... here. Adjust.
1533         (dfs_find_final_overrider_post): Adjust.
1534         (dfs_find_final_overrider_q): Fold into
1535         dfs_find_final_overrider_pre.
1536         (find_final_overrider): Adjust dfs searching.
1537         (dfs_modify_vtables): Don't mark binfo here.
1538         (modify_all_vtables): Use dfs_walk_once.
1539         (build_vtt_inits): Likwise. Use dfs_walk_all.
1540         (dfs_build_secondary_vptr_vtt_inits): Don't mark binfo here.
1541         Return dfs_skip_bases as appropriate.
1542         (dfs_fixup_binfo_vtbls): Return dfs_skip_bases as appropriate.
1543         * init.c (dfs_initialized_vtbl_ptrs): Return dfs_skip_bases as
1544         appropriate. Don't mark binfo here.
1545         (initialize_vtbl_ptrs): Use dfs_walk_once.
1546         * search.c (struct vbase_info): Remove unused struct.
1547         (access_in_type): Use dfs_walk_once.
1548         (dfs_access_in_type): Don't mark binfo here.
1549         (dfs_accessible_queue_p, dfs_accessible_p) Remove.
1550         Fold into ...
1551         (accessible_r): ... here. New. Specialize dfs_walk_once.
1552         (accessible_p): Use accessible_r.
1553         (lookup_field_queue_p): Remove. Fold into ...
1554         (lookup_field_r): ... here. Adjust.
1555         (lookup_member): Use dfs_walk_all.
1556         (dfs_walk_real, dfs_walk): Replace with ...
1557         (dfs_walk_all, dfs_walk_once): ... these.
1558         (dfs_walk_once_r, dfs_unmark_r): Workers for dfs_walk_once.
1559         (dfs_unmark, unmarkedp, markedp): Remove.
1560         (dfs_get_pure_virtuals): Don't mark binfo here.
1561         (get_pure_virtuals): Use dfs_walk_once.
1562         (dfs_debug_unmarked_p): Remove. Fold into ...
1563         (dfs_debug_mark): ... here.
1564         (note_debug_info_needed): Use dfs_walk_all.
1566 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
1568         * pt.c (tsubst_expr) <case ASM_EXPR>: Look passed the
1569         CLEANUP_POINT_EXPR to get the asm expression.
1571 2004-10-07  Mark Mitchell  <mark@codesourcery.com>
1573         * cp-tree.h (ICS_USER_FLAG): Remove comment about obsolete flag.
1574         (DECL_MEMBER_TEMPLATE_P): New macro.
1575         (is_member_template): Remove.
1576         (class_method_index_for_fn): New function.
1577         * pt.c (build_over_call): Use DECL_MEMBER_TEMPLATE_P.
1578         * class.c (finish_struct_methods): Remove out-of-date comment.
1579         * decl.c (copy_fn_p): Use DECL_MBMER_TEMPLATE_P.
1580         * decl2.c (check_classfn): Use DECL_MEMBER_TEMPLATE_P and
1581         class_method_index_for_fn.
1582         * pt.c (is_member_template): Remove.
1583         (is_member_template_class): Likewise.
1584         (optimize_specialization_lookup_p): New function.
1585         (retrieve_specialization): Optimize lookups for members that are
1586         not member templates.
1587         (register_specialization): Adjust accordingly.
1588         (build_template_decl): Add member_template_p parameter.  Set
1589         DECL_MEMBER_TEMPLATE_P.
1590         (process_partial_specialization): Adjust call to
1591         retrieve_specialization.
1592         (push_template_decl_real): Determine whether the template is a
1593         member template.
1594         (lookup_template_class): Use retrieve_specialization.
1595         (tsubst_decl): Adjust call to retrieve_specialization.
1596         (tsubst_exception_specification): New function.
1597         (tsubst): Use it.
1598         (tsubst_copy): Use DECL_MEMBER_TEMPLATE_P.
1599         (instantiate_template): Adjust call to retrieve_specialization.
1600         (regenerate_decl_from_template): Do not actually generate a new
1601         DECL.
1602         (instantiate_decl): Adjust call to retrieve_specialization.
1603         (class_method_index_for_fn): New method.
1605 2004-10-07  Andrew Pinski  <pinskia@physics.uc.edu>
1607         * parser.c (cp_parser_asm_definition): Look passed the
1608         CLEANUP_POINT_EXPR to get the asm expression.
1610 2004-10-06  Andrew Pinski  <pinskia@physics.uc.edu>
1612         PR c++/17368
1613         * semantics.c (finish_asm_stmt): Asm expressions need cleanup
1614         also.
1616 2004-10-05  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1618         Convert diagnostics to use quoting flag q 6/n
1619         * pt.c (finish_member_template_decl, check_specialization_scope, 
1620         maybe_process_partial_specialization, determine_specialization, 
1621         check_explicit_specialization, maybe_check_template_type, 
1622         process_partial_specialization, check_default_tmpl_args, 
1623         push_template_decl_real, redeclare_class_template, 
1624         convert_nontype_argument, coerce_template_parms, 
1625         lookup_template_class, push_tinst_level, 
1626         instantiate_class_template, tsubst_arg_types, 
1627         tsubst_function_type, tsubst, tsubst_qualified_id, 
1628         tsubst_copy_and_build, check_instantiated_args, 
1629         do_decl_instantiation, do_type_instantiation, 
1630         invalid_nontype_parm_type_p, check_specialization_namespace, 
1631         convert_template_argument, determine_specialization, 
1632         check_template_shadow, tsubst_decl 
1633         instantiate_pending_templates): Use quoting marks.
1635 2004-10-05  Nathan Sidwell  <nathan@codesourcery.com>
1637         PR c++/17829
1638         * parser.c (cp_parser_postfix_expression): Inhibit Koenig when
1639         unqualified lookup finds a member function.
1641 2004-10-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1643         Convert diagnostics to use quoting flag q 5/n
1644         * parser.c (cp_parser_name_lookup_error, 
1645         cp_parser_diagnose_invalid_type_name, 
1646         cp_parser_primary_expression, cp_parser_unqualified_id, 
1647         cp_parser_nested_name_specifier_opt, cp_parser_labeled_statement, 
1648         cp_parser_jump_statement, cp_parser_simple_declaration, 
1649         cp_parser_decl_specifier_seq, cp_parser_mem_initializer_id, 
1650         cp_parser_type_parameter, cp_parser_template_id, 
1651         cp_parser_template_name, cp_parser_direct_declarator, 
1652         cp_parser_parameter_declaration_list, cp_parser_class_head, 
1653         cp_parser_base_specifier, cp_parser_lookup_name, 
1654         cp_parser_late_parsing_default_args, 
1655         cp_parser_optional_template_keyword 
1656         cp_parser_elaborated_type_specifier, cp_parser_check_class_key, 
1657         cp_parser_check_access_in_redeclaration): Use quoting marks.
1659         * name-lookup.c (supplement_binding, pushdecl, 
1660         check_for_out_of_scope_variable, validate_nonmember_using_decl, 
1661         do_nonmember_using_decl, lookup_tag, set_decl_namespace, 
1662         push_namespace, do_namespace_alias, do_using_directive, 
1663         ambiguous_decl, lookup_namespace_name, add_function): Likewise.
1665         * method.c (use_thunk): Likewise.
1667         * lex.c (unqualified_name_lookup_error, 
1668         unqualified_fn_lookup_error): Likewise.
1670 2004-10-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1672         Convert diagnostics to use quoting flag q 4/n
1673         * except.c (decl_is_java_type, build_throw, 
1674         is_admissible_throw_operand, check_handlers_1, check_handlers): 
1675         Use quoting formats.
1676         * friend.c (add_friend, make_friend_class, do_friend): Likewise.
1677         * init.c (sort_mem_initializers, emit_mem_initializers, 
1678         member_init_ok_or_else, expand_member_init, is_aggr_type, 
1679         build_offset_ref, build_java_class_ref): Likewise.
1681 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1683         Convert diagnostics to use quoting flag q 3/n
1684         * decl.c (pop_label, duplicate_decls, redeclaration_error_message,
1685         redeclaration_error_message, lookup_label, check_goto,
1686         make_typename_type, make_unbound_class_template,
1687         fixup_anonymous_aggr, check_tag_decl, start_decl, start_decl_1, 
1688         grok_reference_init, layout_var_decl, maybe_commonize_var, 
1689         check_for_uninitialized_const_var, reshape_init_array, 
1690         reshape_init, check_initializer, cp_finish_decl,
1691         member_function_or_else, bad_specifiers, grokfndecl, grokvardecl, 
1692         check_static_variable_definition, compute_array_index_type, 
1693         create_array_type_for_decl, check_special_function_return_type, 
1694         grokdeclarator, check_default_argument, grokparms, 
1695         grok_ctor_properties, grok_op_properties, 
1696         check_elaborated_type_specifier, xref_tag, finish_enum, 
1697         build_enumerator, check_function_type, start_preparsed_function, 
1698         store_parm_decls): Use quoting formats.
1699         * decl2.c (grok_array_decl, delete_sanity, check_member_template, 
1700         check_java_method, check_classfn, finish_static_data_member_decl, 
1701         grokfield, grokbitfield, grok_function_init,
1702         build_anon_union_vars, coerce_new_type, coerce_delete_type,
1703         check_default_args): Likewise.
1704         * parser.c (cp_parser_decl_specifier_seq): Likewise.
1706 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1708         Convert diagnostics to use quoting flag q 2/n
1709         * class.c (build_base_path, add_method, alter_access,
1710         handle_using_decl, check_bases,
1711         maybe_warn_about_overly_private_class, find_final_overrider,
1712         warn_hidden, finish_struct_anon, add_implicitly_declared_members,
1713         check_bitfield_decl, check_field_decls, layout_empty_base,
1714         build_base_field, check_methods, layout_virtual_bases,
1715         warn_about_ambiguous_bases, layout_class_type, finish_struct_1,
1716         resolve_address_of_overloaded_function, instantiate_type,
1717         note_name_declared_in_class): Use format flag "q" for quoting.
1719 2004-10-03  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1721         Convert diagnostics to use quoting flag q 1/n
1722         * error.c (locate_error): Ignore quoting flag q.
1723         * call.c (build_user_type_conversion_1, build_operator_new_call,
1724         build_object_call, op_error, build_conditional_expr,
1725         build_new_op, build_op_delete_call, enforce_access,
1726         convert_like_real, convert_arg_to_ellipsis, build_x_va_arg,
1727         convert_default_arg, build_over_call, build_new_method_call,
1728         joust, perform_implicit_conversion, initialize_reference): Use the
1729         quoting flag q.
1731 2004-10-03  Andrew Pinski  <pinskia@physics.uc.edu>
1733         PR c++/17797
1734         * typeck.c (build_reinterpret_cast): Return if the inner type
1735         is error_mark_node.
1737 2004-10-01  Jan Hubicka  <jh@suse.cz>
1739         * semantics.c (expand_body): Update call of tree_rest_of_compilation.
1741 2004-09-30  Nathan Sidwell  <nathan@codesourcery.com>
1743         * cp-tree.h (struct lang_decl): Shrink by reordering fields and
1744         turning operator_code and fixed_offset into bitfields.
1746 2004-09-29  Joseph S. Myers  <jsm@polyomino.org.uk>
1748         * decl.c (duplicate_decls): Merge TREE_DEPRECATED.
1750 2004-09-29  Jason Merrill  <jason@redhat.com>
1752         PR tree-optimization/17697
1753         * decl.c (duplicate_decls): Copy TREE_NOTHROW from newdecl to olddecl.
1755 2004-09-28  Jason Merrill  <jason@redhat.com>
1757         PR middle-end/17525
1758         * class.c (build_base_field): Set TYPE_MODE.
1760 2004-09-28  Roger Sayle  <roger@eyesopen.com>
1762         PR driver/17537
1763         * g++spec.c (lang_specific_driver): Unrecognized libraries, other
1764         than -lc and -lm, may require linking against libstc++.
1766 2004-09-28  Kazu Hirata  <kazu@cs.umass.edu>
1768         * tree.c: Fix a comment typo.
1770 2004-09-28  Nathan Sidwell  <nathan@codesourcery.com>
1772         * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): Remove.
1773         (struct secondary_vptr_vtt_init_data_s): New.
1774         (build_vtt_inits): Adjust dfs_walkers.
1775         (dfs_build_secondary_vptr_vtt_inits): Caller data is a
1776         secondary_vptr_vtt_init_data_s structure. Adjust.
1777         (dfs_ctor_vtable_bases_queue_p): Remove.
1778         (dfs_fixup_binfo_vtbls): No need to clear BINFO_MARKED. Simplify.
1780         * pt.c (struct get_template_base_data_s): Remove.
1781         (get_template_base_r): Fold into get_template_base.
1782         (get_template_base): Walk base binfos directly in inheritance
1783         graph order.
1785 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
1787         PR c++/17642
1788         * cp-tree.h (fold_if_not_in_template): New function.
1789         * call.c (build_conditional_expr): Use fold_if_not_in_template.
1790         (build_cxx_call): Likewise.
1791         * cvt.c (convert_to_complex): Likewise.
1792         (ocp_convert): Likewise.
1793         (convert): Likewise.
1794         (convert_force): Likewise.
1795         * decl.c (compute_array_index_type): Clear
1796         processing_template_decl while folding array bounds.
1797         * pt.c (convert_nontype_argument): Clear
1798         processing_template_decl while processing non-type argument
1799         initialization.
1800         * tree.c (fold_if_not_in_template): New function.
1801         * typeck.c (build_class_member_access_expr): Use
1802         fold_if_not_in_template.
1803         (build_array_ref): Likewise.
1804         (build_binary_op): Likewise.  Do not try to optimize computations
1805         when processing templates.
1806         (cp_pointer_int_sum): Use fold_if_not_in_template.
1807         (pointer_diff): Likewise.
1808         (build_unary_op): Likewise.
1809         (build_reinterpret_cast): Likewise.
1810         (get_delta_difference): Likewise.
1811         (expand_ptrmemfunc_cst): Likewise.
1812         (dubious_conversion_warnings): Likewise.
1814 2004-09-27  Matt Austern  <austern@apple.com>
1816         * cp/parser.c (struct cp_token): New one-bit field , implicit_extern_c
1817         (cp_lexer_get_preprocessor_token): Set implicit_extern_c for
1818         tokens that come from headers that are implicitly extern "C".
1819         (struct cp_parser): new one-bit field, implicit_extern_c.
1820         (cp_parser_new): Set parser's implicit_extern_c to false.
1821         (cp_parser_translation_unit): Pop lang context if we were in a
1822         header that was implicitly extern "C".
1823         (cp_parser_declaration_seq_opt): Push/pop lang context as
1824         required by the token's and parser's implicit_extern_c.
1825         
1826 2004-09-27  Mark Mitchell  <mark@codesourcery.com>
1828         PR c++/17585
1829         * cp-tree.h (shared_member_p): Declare.
1830         * search.c (shared_member_p): Give it external linkage.
1831         * semantics.c (finish_qualified_id_expr): Use it.
1832         (finish_id_expression): Likewise.
1834         PR c++/17585
1835         * semantics.c (finish_id_expression): Do not add "this->" to
1836         static member functions.
1838 2004-09-27  Nathan Sidwell  <nathan@codesourcery.com>
1840         PR c++/17681
1841         * error.c (dump_type): Change TREE_VEC case into TREE_BINFO.
1843         * class.c (struct count_depth_data): Remove.
1844         (dfs_depth_post, dfs_depth_q): Remove.
1845         (find_final_overrider): Use number of vbase classes as depth
1846         bound.
1847         
1848         * cp-tree.h (types_overlap_p): Remove.
1849         * search.c (struct overlap_info): Remove.
1850         (dfs_check_overlap, dfs_no_overlap_yet, types_overlap_p): Remove.
1851         
1852         * pt.c (GTB_VIA_VIRTUAL, GTB_IGNORE_TYPE): Remove.
1853         (get_template_base_recursive): Remove. Replace with ...
1854         (get_template_base_r): ... this.
1855         (struct get_template_base_data_s): New.
1856         (get_template_base): Use get_template_base_r via dfs_walk.  Always
1857         return NULL on failure.
1858         (unify): Remove error_mark_node check from get_template_base result.
1860 2004-09-24  Paolo Bonzini  <bonzini@gnu.org>
1862         * parser.c (cp_parser_expression_stack): Clarify why it is
1863         an array of NUM_PREC_VALUES elements.
1864         (cp_parser_binary_expression): Clarify why we do not need to
1865         handle stack overflow.
1867 2004-09-24  Nathan Sidwell  <nathan@codesourcery.com>
1869         PR c++/16889
1870         * search.c (lookup_field_queue_p): Correct check for hidden base.
1872         * search.c (bfs_walk): Remove.
1873         (lookup_member): Use dfs_walk_real.
1874         (dfs_walk_real): Move and adjust documentation from bfs_walk.
1876 2004-09-23  Zack Weinberg  <zack@codesourcery.com>
1878         * decl.c (grokfndecl): If ::main is found not to return int,
1879         correct it after issuing a diagnostic.
1880         (grokdeclarator): If the incoming type was error_mark_node, do
1881         not complain about declaring something with no type.
1882         (start_function): Change check for ::main not returning int to
1883         an assertion, as grokfndecl now catches this when the user did it.
1884         * init.c (perform_member_init, sort_mem_initializers)
1885         (emit_mem_initializers): Make most diagnostics be issued on
1886         the line of current_function_decl, not whatever the current
1887         input line is.
1888         * parser.c (cp_lexer_peek_token_emit_debug_info): Surround
1889         definition and declaration with #ifdef ENABLE_CHECKING.
1890         Avoid unnecessary use of fprintf.
1891         (cp_lexer_print_token, cp_lexer_debug_stream): Adjust stub
1892         definitions to avoid warnings.
1893         (cp_lexer_new_main): Add assertion that first token is not a
1894         padding token.
1895         (cp_lexer_new_from_token_array): Fold into ...
1896         (cp_lexer_new_from_tokens): ... here.  Add assertion that
1897         first token is not a padding token.
1898         (cp_lexer_set_source_position_from_token): Move nearer to callers.
1899         Remove unused lexer argument.
1900         (cp_lexer_peek_token): Just print debugging report (if enabled)
1901         and return lexer->next_token.
1902         (cp_lexer_skip_purged_tokens): Delete.
1903         (cp_lexer_next_token_is, cp_lexer_next_token_is_not): Make
1904         inline, simplify bodies.
1905         (cp_lexer_peek_nth_token): Add debugging report a la
1906         cp_lexer_peek_token.
1907         (cp_lexer_consume_token): Correct commentary.  Advance over
1908         purged tokens here.  Set current source position here, from
1909         token to be returned.  Avoid unnecessary use of fprintf.
1910         (cp_lexer_purge_token): Advance next_token pointer over this and
1911         subsequent purged tokens.
1912         (cp_parser_error): Adjust source position to that of the
1913         peeked token.
1914         (cp_parser_push_lexer_for_tokens, cp_parser_pop_lexer): New functions.
1915         (cp_parser_string_literal): Remove some excessive cleverness.
1916         (cp_parser_enum_specifier): Call start_enum before consuming
1917         the opening brace.
1918         (cp_parser_member_declaration): Make the "extra semicolon"
1919         diagnostic consistently-worded with the other place this is
1920         diagnosed.  Explicitly set the diagnostic location to the
1921         location of the offending semicolon.
1922         (cp_parser_enclosed_template_argument_list): Use %</%> quoting
1923         in diagnostics.  Do not use cp_parser_require.  Set location
1924         of diagnostics about improper use of '>>' to location of
1925         offending token.
1926         (cp_parser_late_parsing_for_member):
1927         Use cp_parser_push_lexer_for_tokens and cp_parser_pop_lexer.
1928         (cp_parser_late_parsing_default_args): Likewise.  Manually
1929         move some logic outside the loop.
1931 2004-09-23  Andrew Pinski  <pinskia@physics.uc.edu>
1933         PR c++/17618
1934         * cvt.c (cp_convert_to_pointer): Return early when the type is
1935         an error_mark_node.
1937 2004-09-21 Fariborz Jahanian <fjahanian@apple.com>
1939         PR c++/13989
1940         PR c++/9844
1941         * decl.c (grokfndecl): Add new argument "attrlist", use it
1942         to call cplus_decl_attributes.
1943         (start_function): Remove call to cplus_decl_attributes.
1944         * cvt.c (ocp_convert): Add support to use type conversion
1945         function to vector type.
1946         * parser.c (cp_parser_conversion_type_id): Add attributes, if any,
1947         to the parsed type.
1949 2004-09-23  Paolo Bonzini  <bonzini@gnu.org>
1951         PR c++/17596
1953         * parser.c (cp_parser_token_tree_map_node,
1954         cp_parser_pm_expression, cp_parser_additive_expression,
1955         cp_parser_multiplicative_expression, cp_parser_shift_expression,
1956         cp_parser_relational_expression, cp_parser_equality_expression,
1957         cp_parser_and_expression, cp_parser_exclusive_or_expression,
1958         cp_parser_inclusive_or_expression,
1959         cp_parser_logical_and_expression,
1960         cp_parser_logical_or_expression): Removed.
1961         (enum cp_parser_prec, struct cp_parser_token_tree_map_node,
1962         binops, binops_by_token): New.
1963         (cp_parser_assignment_expression): Use cp_parser_binary_expression.
1964         (cp_parser_new): Initialize binops_by_token.
1965         (cp_parser_binary_expression): Rewritten.
1966         (N_CP_TTYPES): New.
1968 2004-09-23  Kazu Hirata  <kazu@cs.umass.edu>
1970         * parser.c: Fix a comment typo.
1972 2004-09-23  Nathan Sidwell  <nathan@codesourcery.com>
1974         PR c++/17620
1975         * decl.c (xref_basetypes): Look through typedefs before checking
1976         for duplicate base.
1978 2004-09-22  Nathan Sidwell  <nathan@codesourcery.com>
1980         * cp-tree.h (unemitted_tinfo_decls): Make a VEC(tree).
1981         * decl2.c (cp_finish_file): Adjust tinfo decl emission loop.
1982         * rtti.c (unemitted_tinfo_decls): Make a VEC(tree).
1983         (init_rtti_processing): Initialize it to something realistic.
1984         (get_tinfo_decl): Adjust pushing the new decl.
1986         * cp-tree.h (struct lang_type_class): Remove marked flags, add
1987         diamond_shaped and repeated_base flags.  Reorder to keep 8-bit blocks.
1988         (TYPE_MARKED_P): New.
1989         (CLASSTYPE_DIAMOND_SHAPED_P, CLASSTYPE_REPEATED_BASE_P): New.
1990         (CLASSTYPE_MARKED_N, SET_CLASSTYPE_MARKED_N,
1991         CLEAR_CLASSTYPE_MARKED_N): Remove.
1992         (CLASSTYPE_MARKED_*, SET_CLASSTYPE_MARKED_*,
1993         CLEAR_CLASSTYPE_MARKED_*): Remove.
1994         * decl.c (xref_basetypes): Use TYPE_MARKED_P. Determine diamond
1995         shaped and repeated base properties.
1996         * lex.c (cxx_make_type): Don't clear TYPE_ALIAS_SET.
1997         * rtti.c (dfs_class_hint_mark, dfs_class_hint_unmark,
1998         class_hint_flags): Remove.
1999         (get_pseudo_ti_init): Use CLASSTYPE_REPEATED_BASE_P and
2000         CLASSTYPE_DIAMOND_SHAPED_P.
2002 2004-09-21  Ziemowit Laski  <zlaski@apple.com>
2004         * cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Moved here from
2005         cp-objcp-common.h.
2006         (objcp_tsubst_copy_and_build): Reformat function signature.
2007         * cp-objcp-common.h (objcp_tsubst_copy_and_build): Likewise.
2008         (LANG_HOOKS_FOLD_OBJ_TYPE_REF): Moved to cp-lang.c.
2010 2004-09-21  Zack Weinberg  <zack@codesourcery.com>
2012         * parser.c (cp_lexer_peek_token, cp_lexer_consume_token):
2013         Don't handle CPP_PRAGMA tokens specially.
2014         (cp_lexer_handle_pragma): Use cp_lexer_consume_token.  Don't
2015         purge the token; do clear token->value after processing.  Add
2016         assertion at beginning that token->value is nonzero.
2017         (cp_parser_statement, cp_parser_declaration_seq_opt): Handle
2018         CPP_PRAGMA as a full statement or declaration in its own right.
2020 2004-09-21  Matt Austern  <austern@apple.com>
2022         PR c++/15049
2023         * decl.c (grokvardecl): Accept declarations of global variables
2024         using anonymous types.
2026 2004-09-21  Roger Sayle  <roger@eyesopen.com>
2028         PR c++/7503
2029         * tree.c (lvalue_p_1):  Disallow MIN_EXPR and MAX_EXPR as lvalues
2030         if either operand has side-effects.
2031         * typeck.c (rationalize_conditional_expr): Assert that neither
2032         operand of MIN_EXPR or MAX_EXPR has side-effects.
2033         (build_modify_expr):  Add support for MIN_EXPR and MAX_EXPR.
2034         Check that the "lhs" is a valid lvalue, i.e. that neither operand
2035         of a MIN_EXPR or MAX_EXPR has a side-effect.
2037 2004-09-21  Nathan Sidwell  <nathan@codesourcery.com>
2039         * cp-tree.h (struct lang_type_header): Remove
2040         uses_multiple_inheritance field.
2041         (TYPE_USES_MULTIPLE_INHERITANCE): Remove.
2042         (TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P): Remove.
2043         (TYPE_USES_VIRTUAL_BASECLASSES): Remove.
2044         (DECL_NEEDS_VTT_PARM_P): Use CLASSTYPE_VBASECLASSES.
2045         (TYPE_CONTAINS_VPTR_P): Likewise.
2046         * call.c (add_template_candidate_real): Use
2047         CLASSTYPE_VBASECLASSES.
2048         (build_special_member_call): Likewise.
2049         * class.c (finish_struct_bits): Remove
2050         TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P & TYPE_USES_VIRTUAL_BASECLASSES
2051         bookkeeping.
2052         (check_bases_and_members): Use TYPE_CONTAINS_VPTR_P.
2053         (create_vtable_ptr): Remove TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P
2054         bookkeeping.
2055         (build_vtt_inits): Use CLASSTYPE_VBASECLASSES.
2056         (accumulate_vtbl_inits, build_vbase_offset_vtbl_entries):
2057         Likewise.
2058         * decl.c (xref_basetypes): Remove TYPE_USES_MULTIPLE_INHERITANCE,
2059         TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P, TYPE_USES_VIRTUAL_BASECLASSES
2060         bookkeeping.
2061         (cxx_maybe_build_cleanup): Use CLASSTYPE_VBASECLASSES.
2062         * decl2.c (maybe_retrofit_in_chrg): Likewise.
2063         * init.c (expand_member, push_base_cleanups): Likewise.
2064         * pt.c (instantiate_class_template): Remove
2065         TYPE_USES_MULTIPLE_INHERITANCE,
2066         TYPE_BASE_CONVS_MAY_REQUIRE_CODE_P, TYPE_USES_VIRTUAL_BASECLASSES
2067         bookkeeping.
2068         * ptree.c (cxx_print_type): Remove TYPE_USES_MULTIPLE_INHERITANCE
2069         check.
2070         * typeck2.c (process_init_constructor): Replace some sorrys with
2071         asserts.
2073 2004-09-21  Andreas Tobler  <a.tobler@schweiz.ch>
2075         * decl.c (reshape_init_array): Initialize max_index_cst to fix
2076         bootstrap failure.
2078 2004-09-20  Mark Mitchell  <mark@codesourcery.com>
2080         PR c++/17530
2081         * pt.c (tsubst): Fix parentheses to accomodate emacs.
2082         (tsubst_baselink): If we get a single function, mark it as used.
2084 2004-09-20  Matt Austern <austern@apple.com>
2085             Zack Weinberg  <zack@codesourcery.com>
2087         * decl.c (make_rtl_for_nonlocal_decl, start_preparsed_function):
2088         Apply lbasename to input_filename before passing to get_fileinfo.
2089         * semantics.c (begin_class_definition): Likewise.
2090         * lex.c (handle_pragma_interface): Apply get_fileinfo to the
2091         correct filename.  Rename variables to be less confusing.
2092         (handle_pragma_implementation): Likewise.  Disable "appears
2093         after file is included" diagnostic.
2095         * parser.c (struct cp_token): Add in_system_header fiag.
2096         (CP_TOKEN_BLOCK_NUM_TOKENS, struct cp_token_block)
2097         (CP_TOKEN_BUFFER_SIZE, cp_token_cache_push_token)
2098         (CPP_NONE, cp_lexer_read_token): Delete.
2099         (struct cp_lexer): Remove first_token, string_tokens,
2100         main_lexer_p fields.  Clarify comments.
2101         (struct cp_token_cache): Now just a pair of pointers.
2102         (CP_LEXER_BUFFER_SIZE): New #define.
2103         (CPP_PURGED): New fake token type.
2104         (cp_lexer_new_from_token_array, cp_lexer_destroy)
2105         (cp_lexer_peek_token_emit_debug_info, cp_lexer_skip_purged_tokens)
2106         (cp_lexer_handle_pragma, cp_token_cache_new, cp_parser_string_literal):
2107         New functions.
2108         (cp_lexer_new_from_tokens): Now a simple wrapper around
2109         cp_lexer_new_from_token_array.
2110         (cp_lexer_set_source_position_from_token): Also update
2111         in_system_header.
2112         (cp_lexer_next_token, cp_lexer_prev_token, cp_lexer_advance_token):
2113         Don't wrap round.
2114         (cp_lexer_token_difference): Dont handle wrapping round.
2115         (cp_lexer_new_main): Enable pragma deferral and raw strings,
2116         read the entire translation unit through c_lex_with_flags into
2117         this lexer's buffer, then turn raw strings back off again.
2118         (cp_lexer_grow_buffer): Adjust for buffer no longer being circular.
2119         (cp_lexer_get_preprocessor_token): No need to handle not being
2120         the main lexer.  Set token->in_system_header too.
2121         (cp_lexer_peek_token): Skip purged tokens.  Feed pragma tokens
2122         to cp_lexer_handle_pragma.  No need to call cp_lexer_read_token.
2123         (cp_lexer_peek_nth_token): Likewise.
2124         (cp_lexer_purge_token): Mark the token PURGED, don't shift all
2125         the other tokens down.
2126         (cp_lexer_purge_tokens_after): Likewise.
2127         (cp_lexer_save_tokens, cp_lexer_rollback_tokens): Don't worry
2128         about there being no tokens.
2129         (cp_lexer_print_token): Revise to give useful information on
2130         all tokens.
2131         (struct cp_parser): Add field translate_strings_p.
2132         (cp_parser_new): Initialize it.
2133         (cp_parser_translation_unit): Destroy the lexer when done.
2134         (cp_parser_parameter_declaration): Restructure saving of
2135         default arguments.
2136         (cp_parser_save_member_function_body): Likewise.
2137         (cp_parser_check_for_invalid_template_id)
2138         (cp_parser_nested_name_specifier_opt, cp_parser_template_id):
2139         Adjust calls to cp_lexer_advance_token.
2140         (cp_parser_skip_to_closing_parenthesis, cp_parser_declaration):
2141         No need to fiddle c_lex_string_translate.
2142         (cp_parser_primary_expression, cp_parser_linkage_specification)
2143         (cp_parser_asm_definition, cp_parser_asm_specification_opt)
2144         (cp_parser_asm_operand_list, cp_parser_asm_clobber_list)
2145         Use cp_parser_string_literal.
2146         (cp_parser_attribute_list): Save and restore
2147         parser->translate_strings_p, not c_lex_string_translate.
2148         (cp_parser_cache_group): Delete.
2149         (cp_parser_cache_group_1): Rename cp_parser_cache_group.  Do
2150         not take a cache argument.
2152 2004-09-20  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
2154         PR c++/14179
2155         * decl.c (reshape_init): Extract array handling into...
2156         (reshape_init_array): New function. Use integers instead of trees
2157         for indices. Handle out-of-range designated initializers.
2159 2004-09-20  Steven Bosscher  <stevenb@suse.de>
2161         * lex.c (cxx_init): Don't set the ridpointer for RID_NULL
2162         to null_node.
2164 2004-09-19  Mark Mitchell  <mark@codesourcery.com>
2166         * decl2.c (determine_visibility): Allow class visibility
2167         directives to override targetm.cxx.export_class_data.
2169 2004-09-18  Kazu Hirata  <kazu@cs.umass.edu>
2171         * call.c, semantics.c: Follow spelling conventions.
2172         * class.c: Fix a comment typo.
2174 2004-09-16  Geoffrey Keating  <geoffk@apple.com>
2176         PR pch/13361
2177         * cp/lex.c (handle_pragma_interface): Duplicate string from tree.
2178         (handle_pragma_implementation): Likewise.
2180 2004-09-17  Jeffrey D. Oldham  <oldham@codesourcery.com>
2181             Zack Weinberg  <zack@codesourcery.com>
2183         * cp-tree.def: Use tree_code_class enumeration constants
2184         instead of code letters.
2185         * call.c, class.c, cp-gimplify.c, cp-lang.c, cxx-pretty-print.c
2186         * mangle.c, pt.c, semantics.c, tree.c, typeck.c:
2187         Update for new tree-class enumeration constants.
2189 2004-09-16  Mark Mitchell  <mark@codesourcery.com>
2191         PR c++/16002
2192         * parser.c (cp_parser_simple_declaration): Commit to tentative
2193         parses after seeing a decl-specifier.
2194         (cp_parser_simple_declaration): Eliminate spurious message.
2195         (cp_parser_init_declarator): Adjust error message.
2197         PR c++/16029
2198         * lex.c (unqualified_name_lookup_error): Mark the dummy
2199         declaration as used.
2201         PR c++/17501
2202         * parser.c (cp_parser_nested_name_specifier): Do not resolve
2203         typename types if the user explicitly said "typename".
2205 2004-09-16  Andrew MacLeod  <amacleod@redhat.com>
2207         * error.c (dump_decl): Make sure there is lang_specific info before
2208         checking for DTOR and CTOR decls.
2210 2004-09-16  Nathan Sidwell  <nathan@codesourcery.com>
2212         * class.c (copy_virtuals): Remove.
2213         (build_primary_vtable): Use copy_list directly.
2214         (build_secondary_vtable): Likewise.
2215         (update_vtable_entry_for_fn): Clear BV_CALL_INDEX here.
2216         (create_vtable_ptr): Likewise.
2218 2004-09-16  Kazu Hirata  <kazu@cs.umass.edu>
2220         * search.c: Follow spelling conventions.
2222 2004-09-16  Nathan Sidwell  <nathan@codesourcery.com>
2224         * cp-tree.h (struct lang_type_class): Make pure_virtuals a
2225         VEC(tree).
2226         (CLASSTYPE_INLINE_FRIENDS, CLASSTYPE_PURE_VIRTUALS): Update
2227         comments.
2228         * call.c (build_new_method_call): Don't confirm a pure virtual is
2229         in CLASSTYPE_PURE_VIRTUALS.  Reorder checks. Make it a warning.
2230         * class.c (check_methods): CLASSTYPE_INLINE_FRIENDS is a VEC(tree).
2231         (fixup_inline_methods, finish_struct): Likewise.
2232         * decl.c (finish_method): Likewise.
2233         * search.c (dfs_get_pure_virtuals, get_pure_virtuals):
2234         CLASSTYPE_PURE_VIRTUALS is a VEC(tree).
2235         * typeck2.c (abstract_virtuals_error): Likewise. Truncate the
2236         vector to avoid repeating the list in error messages.
2238 2004-09-15  Mark Mitchell  <mark@codesourcery.com>
2240         * cp-objcp-common.h (LANG_HOOKS_COMDAT_GROUP): Define.
2241         * cp-tree.h (cxx_comdat_group): Declare.
2242         * decl.c (cxx_comdat_group): New function.
2244 2004-09-15  Nathan Sidwell  <nathan@codesourcery.com>
2246         * search.c (get_pure_virtuals): Remove unused variables.
2248         * cp-tree.h (struct lang_decl_flags): Remove
2249         needs_final_overrider.
2250         (DECL_NEEDS_FINAL_OVERRIDER_P): Remove.
2251         * decl.c (duplicate_decls): Do not copy DECL_NEEDS_FINAL_OVERRIDER_P.
2252         * class.c (finish_struct_bits): Correct comment about
2253         CLASSTYPE_PURE_VIRTUALS.
2254         * search.c (get_pure_virtuals): Remove useless loop.
2256 2004-09-14  Mark Mitchell  <mark@codesourcery.com>
2258         PR c++/17324
2259         * mangle.c (partially_mangled_name): New variable.
2260         (partially_mangled_name_len): Likewise.
2261         (save_partially_mangled_name): New function.
2262         (restore_partially_mangled_name): Likewise.
2263         (write_encoding): Save and restore partially mangled names around
2264         calls to get_mostly_instantiated_function_type.
2265         (write_unqualified_name): Likewise.
2267 2004-09-14  Nathan Sidwell  <nathan@codesourcery.com>
2269         * pt.c (unify): Replace gcc_unreachable with gcc_assert.
2271 2004-09-13  Mark Mitchell  <mark@codesourcery.com>
2273         PR c++/16162
2274         * parser.c (cp_parser_id_expression): Correct value for
2275         is_declarator.
2276         (cp_parser_nested_name_specifier_opt): Look through typenames as
2277         necessary.
2278         (cp_parser_template_name): Honor check_dependency_p.
2280         PR c++/16716
2281         * parser.c (cp_parser_parse_and_diagnose_invalid_type_name):
2282         Robustify.
2284         PR c++/17327
2285         * pt.c (unify): Add ENUMERAL_TYPE case.  Replace sorry with
2286         gcc_unreacable.
2288 2004-09-12  Richard Henderson  <rth@redhat.com>
2290         PR c++/16254
2291         * semantics.c (maybe_cleanup_point_expr): Don't call fold.
2292         * typeck.c (condition_conversion): Likewise.
2294 2004-09-11  Richard Henderson  <rth@redhat.com>
2296         PR c++/17404
2297         * pt.c (cur_stmt_expr): Move from tsubst_expr.
2298         (tsubst_expr) <case STMT_EXPR>: Move ...
2299         (tsubst_copy_and_build): ... here.
2301 2004-09-10  Zack Weinberg  <zack@codesourcery.com>
2303         * cp-tree.h (interface_only, interface_unknown): Delete declarations;
2304         comment explaining them moved to c-common.h.
2305         * lex.c (interface_only, interface_unknown, extract_interface_info):
2306         Delete definitions.
2307         (cxx_finish): Don't reset interface_unknown.
2308         (handle_pragma_interface): Don't set interface_only and
2309         interface_unknown; just the like-named fields in finfo.
2310         (handle_pragma_implementation): Adjust comment.
2311         * decl2.c (cp_finish_file): Don't reset interface_only and
2312         interface_unknown.
2313         * method.c (synthesize_method): Don't reset interface_unknown or
2314         call extract_interface_info.
2315         * pt.c (pop_tinst_level): Don't call extract_interface_info.
2316         * decl.c (start_cleanup_fn): Don't save or restore interface_only
2317         and interface_unknown.
2318         (make_rtl_for_nonlocal_decl): Call get_fileinfo on input_filename
2319         and use the result instead of the interface_only/interface_unknown
2320         globals.
2321         (start_preparsed_function): Likewise.
2322         * lex.c (cxx_make_type): Likewise.
2323         * semantics.c (begin_class_definition): Likewise.
2324         (expand_body): Don't call extract_interface_info.
2326 2004-09-10  Ziemowit Laski  <zlaski@apple.com>
2328         * decl.c (objc_mark_locals_volatile): Make description of
2329         routine more descriptive; only mark VAR_DECLs at each
2330         binding level.
2332 2004-09-10  Richard Henderson  <rth@redhat.com>
2334         PR c++/17386
2335         * call.c (build_vfield_ref): Move...
2336         * class.c (build_vfield_ref): ... here.  Convert datum to the
2337         primary base containing the vptr.
2338         (make_new_vtable): Simplify build_primary_vtable arguments.
2339         (finish_struct_1): Do not duplicate TYPE_VFIELD.
2340         * typeck.c (build_class_member_access_expr): Don't warn for
2341         null object access to base fields.
2343 2004-09-10  Ziemowit Laski  <zlaski@apple.com>
2345         * decl.c (objc_get_current_scope, objc_mark_locals_volatile):
2346         New functions, to be called from ObjC++.
2348 2004-09-10  Kazu Hirata  <kazu@cs.umass.edu>
2350         * class.c, cp-tree.h, decl.c, decl2.c, mangle.c,
2351         name-lookup.h, parser.c, search.c, semantics.c, typeck2.c: Fix
2352         comment typos.
2354 2004-09-09  Ziemowit Laski  <zlaski@apple.com>
2356         * typeck.c (build_c_cast): Preserve the cast if casting
2357         to and from an Objective-C type.
2359 2004-09-09  Ziemowit Laski  <zlaski@apple.com>
2361         * Make-lang.in (cp/typeck.o): Depend on c-common.h.
2362         * typeck.c: Include c-common.h.
2363         (comptypes): For RECORD_TYPEs, call objc_comptypes() and
2364         return the result if nonnegative.
2366 2004-09-09  Zack Weinberg  <zack@codesourcery.com>
2368         * decl2.c (import_export_class)
2369         * lex.c (handle_pragma_interface):
2370         Test MULTIPLE_SYMBOL_SPACES with if, not #ifdef.
2372 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
2374         * Make-lang.in (cp/semantics.o): Depend on c-common.h.
2375         * semantics.c: Include c-common.h.
2376         (finish_compound_stmt): Call objc_clear_super_receiver().
2378 2004-09-08  Ziemowit Laski  <zlaski@apple.com>
2380         * cp-tree.h (do_poplevel): New prototype.
2381         * semantics.c (do_poplevel): Make externally visible.
2383 2004-09-08  Nathan Sidwell  <nathan@codesourcery.com>
2385         * cp-tree.h (tree_pair_s): Define a GC'd vector.
2386         * name-lookup.h (cxx_saved_binding, cp_class_binding): Likewise.
2387         * semantics.c (deferred_access): Likewise.
2389 2004-09-06  Daniel Jacobowitz  <dan@debian.org>
2391         * semantics.c (expand_body): Assert that we are not nested.
2393 2004-09-06  Zack Weinberg  <zack@codesourcery.com>
2395         * decl.c (build_enumerator): Use add_double and int_fits_type_p
2396         instead of cp_build_binary_op, to avoid creating short-lived trees.
2397         * parser.c (cp_parse_type_specifier <RID_ENUM>): Use two-token
2398         lookahead instead of backtracking.  Move some code to avoid a
2399         conditional branch.
2400         (cp_parser_enum_specifier): Avoid duplication of effort with caller.
2401         Use cp_lexer_next_token_is/cp_lexer_next_token_is_not as appropriate.
2402         (cp_parser_enumerator_list, cp_parser_enumerator_definition):
2403         Use cp_lexer_next_token_is/cp_lexer_next_token_is_not as appropriate.
2405 2004-09-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2407         * decl.c (grok_declarator): Remove a redundant semicolon.
2409         * parser.c (cp_parser_decl_specifier_seq, cp_parser_type_specifier):
2410         Correct comments describing function parameters.
2412 2004-09-03  Matt Austern  <austern@apple.com>
2413         Compile speed improvement.
2414         * parser.c (cp_lexer_print_token): Only define if ENABLE_CHECKING set.
2415         Otherwise define a stub macro that expands to nothing.
2416         (cp_lexer_debugging_p): Only define if ENABLE_CHECKING set.  Otherwise
2417         define a stub macro that expands to 0.
2418         (cp_lexer_start_debugging): Only define if ENABLE_CHECKING set.
2419         (cp_lexer_stop_debugging): Likewise.
2420         (cp_lexer_debug_stream): Only define if ENABLE_CHECKING set.  Otherwise
2421         define a stub macro that expands to NULL.
2422         (cp_lexer_new_main): Only set debugging_p if ENABLE_CHECKING set.
2423         (cp_lexer_new_from_tokens): Likewise.
2425 2004-09-03  Jan Hubicka  <jh@suse.cz>
2427         * decl.c (finish_function): Clean out pointers we no longer need.
2429 2004-09-03  Jan Beulich  <jbeulich@novell.com>
2431         * g++spec.c (MATH_LIBRARY_PROFILE): Default to MATH_LIBRARY rather
2432         than "-lm".
2434 2004-09-02  Paul Brook  <paul@codesourcery.com>
2436         * decl2.c (determine_visibility): Only check data visibility
2437         for VAR_DECLS.
2439 2004-08-31  Mark Mitchell  <mark@codesourcery.com>
2441         * cp-tree.h (DECL_CONSTRUCTION_VTABLE_P): New macro.
2442         * class.c (build_ctor_vtbl_group): Set DECL_CONSTRUCTION_VTABLE_P.
2443         * decl2.c (determine_visibility): Honor
2444         TARGET_CXX_EXPORT_CLASS_DATA.
2446         * class.c (key_method): Rename to ...
2447         (determine_key_method): ... this.
2448         (finish_struct_1): Adjust accordingly.
2449         * cp-tree.h (key_method): Declare.
2450         * decl2.c (maybe_emit_vtables): Determine the key method here if
2451         it has not already been done.
2453 2004-08-31  Ziemowit Laski  <zlaski@apple.com>
2455         * Make-lang.in (CXX_AND_OBJCXX_OBJS): Add cp/cp-objcp-common.o.
2456         (cp/cp-lang.o): Depend on debug.h, gtype-cp.h and cp/cp-objcp-common.h.
2457         (cp/cp-decl.c): Do not depend on gtype-cp.h.
2458         (cp/cp-objcp-common.o): New target.
2459         * cp-lang.c: Include debug.h, cp-objcp-common.h and gtype-cp.h.
2460         (cxx_get_alias_set, cxx_warn_unused_global_decl, cp_expr_size,
2461         cp_tree_size, cp_var_mod_type_p, cxx_initialize_diagnostics): Move
2462         prototypes and definitions to cp-objcp-common.h and cp-objcp-common.c,
2463         respectively.
2464         (LANG_HOOKS_TREE_SIZE, LANG_HOOKS_FINISH,
2465         LANG_HOOKS_CLEAR_BINDING_STACK, LANG_HOOKS_INIT_OPTIONS,
2466         LANG_HOOKS_INITIALIZE_DIAGNOSTICS, LANG_HOOKS_HANDLE_OPTION,
2467         LANG_HOOKS_HANDLE_FILENAME, LANG_HOOKS_MISSING_ARGUMENT,
2468         LANG_HOOKS_POST_OPTIONS, LANG_HOOKS_GET_ALIAS_SET,
2469         LANG_HOOKS_EXPAND_CONSTANT, LANG_HOOKS_EXPAND_EXPR,
2470         LANG_HOOKS_EXPAND_DECL, LANG_HOOKS_PARSE_FILE,
2471         LANG_HOOKS_DUP_LANG_SPECIFIC_DECL, LANG_HOOKS_TRUTHVALUE_CONVERSION,
2472         LANG_HOOKS_SET_DECL_ASSEMBLER_NAME, LANG_HOOKS_MARK_ADDRESSABLE,
2473         LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
2474         LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
2475         LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_PRINT_ERROR_FUNCTION,
2476         LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL, LANG_HOOKS_WRITE_GLOBALS,
2477         LANG_HOOKS_FUNCTION_INIT, LANG_HOOKS_FUNCTION_FINAL,
2478         LANG_HOOKS_FUNCTION_MISSING_NORETURN_OK_P,
2479         LANG_HOOKS_COMMON_ATTRIBUTE_TABLE, LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE,
2480         LANG_HOOKS_ATTRIBUTE_TABLE, LANG_HOOKS_TREE_INLINING_WALK_SUBTREES,
2481         LANG_HOOKS_TREE_INLINING_CANNOT_INLINE_TREE_FN,
2482         LANG_HOOKS_TREE_INLINING_ADD_PENDING_FN_DECLS,
2483         LANG_HOOKS_TREE_INLINING_AUTO_VAR_IN_FN_P,
2484         LANG_HOOKS_TREE_INLINING_ANON_AGGR_TYPE_P,
2485         LANG_HOOKS_TREE_INLINING_VAR_MOD_TYPE_P,
2486         LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN,
2487         LANG_HOOKS_TREE_DUMP_TYPE_QUALS_FN, LANG_HOOKS_EXPR_SIZE,
2488         LANG_HOOKS_CALLGRAPH_ANALYZE_EXPR,
2489         LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION, LANG_HOOKS_MAKE_TYPE,
2490         LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE,
2491         LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
2492         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE, LANG_HOOKS_INCOMPLETE_TYPE_ERROR,
2493         LANG_HOOKS_TYPE_PROMOTES_TO, LANG_HOOKS_REGISTER_BUILTIN_TYPE,
2494         LANG_HOOKS_GIMPLIFY_EXPR, LANG_HOOKS_FOLD_OBJ_TYPE_REF): Move
2495         hooks to cp-objcp-common.h.
2496         (finish_file): New function.
2497         * cp-objcp-common.c: New file.
2498         * cp-objcp-common.h: New file.
2499         * cp-tree.h (cp_finish_file): New prototype.
2500         * decl.c: Do not include gtype-cp.h.
2501         * decl2.c (finish_file): Rename to cp_finish_file.
2503 2004-08-31  Richard Henderson  <rth@redhat.com>
2505         PR c++/17221
2506         * pt.c (tsubst_expr): Move OFFSETOF_EXPR handling ...
2507         (tsubst_copy_and_build): ... here.
2509 2004-08-30  Mark Mitchell  <mark@codesourcery.com>
2511         * cp-tree.h (initialize_artificial_var): Declare.
2512         * decl.c (initialize_artifical_var): New function.
2513         * class.c (initialize_array): Remove.
2514         (initialize_vtable): Use initialize_artificial_var.
2515         (build_vtt): Likewise.
2516         (build_ctor_vtbl_group): Likewise.
2518 2004-08-30  Richard Henderson  <rth@redhat.com>
2520         * class.c (build_base_path): Use build_address directly.
2521         * typeck.c (build_unary_op): Don't lower &a.b to pointer
2522         arithmetic directly.
2523         * typeck2.c (store_init_value): Don't assume !TREE_CONSTANT
2524         means !initializer_constant_valid_p.
2526 2004-08-30  Richard Henderson  <rth@redhat.com>
2528         * class.c (fixed_type_or_null): Use get_base_address before
2529         assuming an ADDR_EXPR is non-null.
2531 2004-08-30  Nathan Sidwell  <nathan@codesourcery.com>
2533         * name-lookup.c (pop_binding, pushdecl,
2534         set_identifier_type_value_with_scope, push_overloaded_decl,
2535         arg_assoc_type): Replace abort with gcc_assert or gcc_unreachable.
2536         * parser.c (cp_parser_diagnose_invalid_type_name,
2537         cp_parser_postfix_expression, cp_parser_unary_expression,
2538         cp_parser_check_declarator_template_para): Likewise.
2539         * pt.c (push_inline_template_parms_recursive,
2540         check_explicit_specialization, convert_nontype_argument,
2541         coerce_template_template_parms, uses_template_parms,
2542         instantiate_class_template, tsubst_decl, tsubst, tsubst_copy,
2543         tsubst_expr, instantiate_template,
2544         maybe_adjust_types_for_deduction, type_unification_real,
2545         resolve_overloaded_unification, template_decl_level,
2546         type_dependent_expression_p): Likewise.
2547         * search.c (lookup_base_r): Likewise.
2548         * semantics.c (finish_stmt_expr, simplify_aggr_init_expr): Likewise.
2549         * tree.c (lvalue_p_1, count_functions, cxx_printable_name,
2550         verify_stmt_tree_r, get_type_decl, stabilize_call): Likewise.
2551         * typeck.c (common_type, get_member_function_from_ptrfunc,
2552         build_binary_op, build_unary_op, expand_ptrmemfunc_cst): Likewise.
2553         * typeck2.c (cxx_incomplete_type_diagnostic,
2554         split_nonconstant_init_1, store_init_value,
2555         process_init_constructor): Likewise.
2557 2004-08-30  Nathan Sidwell  <nathan@codesourcery.com>
2559         * call.c (check_dtor_name): Replace abort with gcc_assert or
2560         gcc_unreachable.
2561         (build_call, add_builtin_candidate, build_new_op,
2562         convert_like_real, build_over_call, in_charge_arg_for_name,
2563         source_type, joust): Likewise.
2564         * class.c (build_simple_base_path, get_vcall_index,
2565         finish_struct_1, instantiate_type, get_enclosing_class,
2566         add_vcall_offset_vtbl_entries_1, cp_fold_obj_type_ref): Likewise.
2567         * cp-gimplify.c (cp_genericize): Likewise.
2568         * cp-lang.c (cp_expr_size, cp_tree_size): Likewise.
2569         * cvt.c (cp_convert_to_pointer, ocp_convert): Likewise.
2570         * decl.c (poplevel, make_unbound_class_template, reshape_init,
2571         check_special_function_return_type, grokdeclarator,
2572         grok_op_properties, tag_name, xref_tag, start_preparsed_function,
2573         finish_function): Likewise.
2574         * decl2.c (grokfield, maybe_emit_vtables):Likewise.
2575         * error.c (dump_global_iord, dump_decl, dump_template_decl,
2576         language_to_string): Likewise.
2577         * except.c (choose_personality_routine): Likewise.
2578         * friend.c (do_friend): Likewise.
2579         * g++spec.c (lang_specific_driver): Likewise.
2580         * init.c (build_zero_init, expand_default_init, build_new_1,
2581         build_vec_delete_1, build_vec_init, build_dtor_call): Likewise.
2582         * lex.c (retrofit_lang_decl, cp_type_qual_from_rid): Likewise.
2583         * mangle.c (add_substitution, write_unscoped_name,
2584         write_template_prefix, write_identifier,
2585         write_special_name_destructor, write_type, write_builtin_type,
2586         write_expression, write_template_param,
2587         write_java_integer_type_codes): Likewise.
2588         * method.c (implicitly_declare_fn): Likewise.
2590 2004-08-30  Nathan Sidwell  <nathan@codesourcery.com>
2592         * cp-tree.h (BINFO_PRIMARY_P): Use a binfo flag.
2593         (BINFO_INDIRECT_PRIMARY_P): Remove.
2594         * class.c (determine_primary_base): Rename to ...
2595         (determine_primary_bases): ... here.  Set all primary bases.
2596         (set_primary_base): Remove.
2597         (mark_primary_bases): Remove.
2598         (build_simple_base_path, walk_subobject_offsets,
2599         propagate_binfo_offsets, end_of_class): Adjust.
2600         (layout_class_type): Rename determine_primary_base call.
2601         (dump_class_hierarchy_r, dump_vtable): Adjust. Don't pass a binfo
2602         to type_as_string.
2603         (dfs_build_secondary_vptr_vtt_inits, dfs_accumulate_vtbl_inits,
2604         build_rtti_vtbl_entries): Adjust.
2605         * init.c (build_vtbl_address): Adjust.
2607         * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Use gcc_assert.
2609 2004-08-28  Ziemowit Laski  <zlaski@apple.com>
2611         * Make-lang.in (CXX_OBJS): Split up into CXX_OBJS and
2612         CXX_AND_OBJCXX_OBJS.
2613         (CXX_C_OBJS): Include in CXX_AND_OBJCXX_OBJS instead of listing
2614         separately on the link line.
2616 2004-08-28  Jason Merrill  <jason@redhat.com>
2618         * decl.c (expand_static_init): Avoid bogus warnings.
2620 2004-08-27  Jason Merrill  <jason@redhat.com>
2622         PR c++/16851
2623         * tree.c (stabilize_init): See through a COMPOUND_EXPR.
2625         PR c++/13684
2626         * decl.c (expand_static_init): Use thread-safety API.
2627         (register_dtor_fn): Return the call, don't expand it.
2628         * tree.c (add_stmt_to_compound): New fn.
2629         (stabilize_call): Use it.
2631 2004-08-27  Richard Henderson  <rth@redhat.com>
2633         * cp-tree.def (OFFSETOF_EXPR): New.
2634         * parser.c (cp_parser_builtin_offsetof): Either built an
2635         OFFSETOF_EXPR, or call fold_offsetof immediately.
2636         * pt.c (tsubst_expr): Handle OFFSETOF_EXPR.
2638 2004-08-27  Nathan Sidwell  <nathan@codesourcery.com>
2640         * call.c (validate_conversion_obstack): Replace
2641         my_friendly_assert with gcc_assert or gcc_unreachable.
2642         (direct_reference_binding, merge_conversion_sequences,
2643         build_user_type_conversion_1, perform_overload_resolution,
2644         build_op_delete_call, enforce_access, call_builtin_trap,
2645         build_over_call, build_special_member_call, build_new_method_call,
2646         initialize_reference): Likewise.
2647         * class.c (build_base_path, build_primary_vtable, alter_access,
2648         check_bases, update_vtable_entry_for_fn, layout_empty_base,
2649         clone_function_decl, adjust_clone_args,
2650         type_requires_array_cookie, include_empty_classes,
2651         finish_struct_1, resolve_address_of_overloaded_function,
2652         instantiate_type, get_vtbl_decl_for_binfo, build_vtt_inits,
2653         dfs_build_secondary_vptr_vtt_inits, build_ctor_vtbl_group,
2654         accumulate_vtbl_inits, build_vtbl_initializer,
2655         build_vbase_offset_vtbl_entries, build_rtti_vtbl_entries): Likewise.
2656         * cvt.c (build_up_reference, convert_to_reference): Likewise.
2657         * decl.c (poplevel, duplicate_decls, make_typename_type,
2658         cxx_init_decl_processing, reshape_init, check_initializer,
2659         make_rtl_for_nonlocal_decl, initialize_local_var, cp_finish_decl,
2660         expand_static_init, grokfndecl, grokvardecl, build_ptrmem_type,
2661         grokdeclarator, copy_fn_p, grok_op_properties, xref_tag,
2662         xref_basetypes, start_preparsed_function, save_function_data,
2663         finish_function, finish_method, maybe_register_incomplete_var,
2664         complete_vars): Likewise.
2665         * decl2.c (grok_array_decl, check_member_template,
2666         check_classfn, finish_static_data_member_decl, coerce_new_type,
2667         coerce_delete_type, import_export_class, decl_needed_p,
2668         determine_visibility, import_export_decl, build_cleanup,
2669         start_static_initialization_or_destructi, do_static_destruction,
2670         prune_vars_needing_no_initialization,
2671         build_offset_ref_call_from_tree): Likewise.
2672         * error.c (dump_decl, dump_expr): Likewise.
2673         * init.c (finish_init_stmts, build_zero_init,
2674         expand_virtual_init, expand_default_init, expand_aggr_init_1,
2675         build_offset_ref, build_new_1, build_delete, build_vbase_delete):
2676         Likewise.
2677         * mangle.c (write_method_parms, write_template_args,
2678         write_expression, write_template_arg): Likewise.
2679         * method.c (make_thunk, finish_thunk, use_thunk): Likewise.
2680         * name-lookup.c (pop_binding, begin_scope, leave_scope,
2681         resume_scope, push_using_decl, validate_nonmember_using_decl,
2682         is_ancestor, poplevel_class, set_inherited_value_binding_p,
2683         push_class_level_binding, do_class_using_decl, push_namespace,
2684         pop_namespace, add_using_namespace, ambiguous_decl,
2685         lookup_namespace_name, lookup_type_current_level,
2686         maybe_process_template_type_declaration): Likewise.
2687         * parser.c (cp_lexer_peek_nth_token,
2688         cp_parser_parse_and_diagnose_invalid_typ,
2689         cp_parser_translation_unit, cp_parser_template_id,
2690         cp_parser_lookup_name, cp_parser_late_parsing_for_member): Likewise.
2691         * pt.c (push_access_scope, finish_member_template_decl,
2692         push_inline_template_parms_recursive, add_outermost_template_args,
2693         get_innermost_template_args, begin_explicit_instantiation,
2694         end_explicit_instantiation, retrieve_specialization,
2695         is_specialization_of, is_specialization_of_friend,
2696         register_specialization, check_explicit_specialization,
2697         comp_template_parms, process_template_parm,
2698         process_partial_specialization, convert_nontype_argument,
2699         coerce_template_template_parms, coerce_template_parms,
2700         mangle_class_name_for_template, lookup_template_function,
2701         lookup_template_class, instantiate_class_template, tsubst_decl,
2702         tsubst_function_type, tsubst, tsubst_qualified_id, tsubst_copy,
2703         instantiate_template, fn_type_unification, type_unification_real,
2704         get_template_base, regenerate_decl_from_template,
2705         template_for_substitution, instantiate_decl,
2706         get_mostly_instantiated_function_type, dependent_scope_ref_p,
2707         value_dependent_expression_p, resolve_typename_type): Likewise.
2708         * repo.c (repo_emit_p): Likewise.
2709         * rtti.c (build_headof, get_tinfo_decl, get_pseudo_ti_init,
2710         create_tinfo_types, emit_tinfo_decl): Likewise.
2711         * search.c (lookup_base_r, lookup_base, lookup_field_1,
2712         dfs_access_in_type, build_baselink, lookup_member,
2713         adjust_result_of_qualified_name_lookup, copied_binfo): Likewise.
2714         * semantics.c (perform_or_defer_access_check,
2715         finish_non_static_data_member, finish_stmt_expr_expr,
2716         finish_stmt_expr, finish_call_expr, finish_pseudo_destructor_expr,
2717         finish_template_template_parm, finish_member_declaration,
2718         emit_associated_thunks): Likewise.
2719         * tree.c (build_target_expr_with_type, force_target_expr,
2720         copy_binfo, get_first_fn, cp_tree_equal): Likewise.
2721         * typeck.c (type_after_usual_arithmetic_conversions, comptypes,
2722         cxx_sizeof_or_alignof_type, perform_integral_promotions,
2723         build_class_member_access_expr, finish_class_member_access_expr,
2724         build_ptrmemfunc_access_expr, build_unary_op,
2725         unary_complex_lvalue, cxx_mark_addressable, build_modify_expr,
2726         build_ptrmemfunc, expand_ptrmemfunc_cst, check_return_expr
2727         * typeck2.c (complete_type_check_abstract,
2728         abstract_virtuals_error, process_init_constructor,
2729         add_exception_specifier): Likewise.
2731 2004-08-27  Nathan Sidwell  <nathan@codesourcery.com>
2733         * class.c (build_vtbl_initializer): Use ssize_int.
2734         * decl.c (complete_array_type): Likewise.
2735         * method.c (finish_thunk): Likewise.
2736         * search.c (get_dynamic_base_type): Likewise.
2738 2004-08-26  Richard Henderson  <rth@redhat.com>
2740         * cp-tree.h (DECL_FIELD_IS_BASE): New.
2741         * class.c (build_base_field): Set it.
2742         (build_simple_base_path): Use it.
2743         (fixed_type_or_null): Don't consider base fields definitive.
2745 2004-08-25  Roger Sayle  <roger@eyesopen.com>
2747         PR middle-end/16693
2748         PR tree-optimization/16372
2749         * decl.c (finish_enum): Make the precision of the enumerated type
2750         the same width as the underlying integer type.
2752 2004-08-25  Mark Mitchell  <mark@codesourcery.com>
2754         PR c++/17155
2755         * lex.c (build_lang_decl): Set DECL_NO_STATIC_CHAIN for all C++
2756         functions.
2758         * mangle.c (get_identifier_nocopy): Add cast.
2760         * cp-tree.h (mangle_type): Remove.
2761         * mangle.c (globals): GTY it.
2762         (mangle_obstack): New variable.
2763         (name_obstack): Likewise.
2764         (name_base): Likewise.
2765         (write_char): Adjust accordingly.
2766         (write_chars): Likewise.
2767         (write_string): Likewise.
2768         (start_mangling): Initialize G.substitutions only one.  Add
2769         ident_p parameter.
2770         (finish_mangling): Use VARRAY_CLEAR to reclaim
2771         storage in G.substitutions.  Use obstack_finish.
2772         (init_mangle): Adjust for changes to variable names above.
2773         Initialize G.substitutions.
2774         (mangle_decl_string): Adjust call to start_mangling.
2775         (get_identifier_nocopy): New function.
2776         (mangle_decl): Use it.
2777         (mangle_type_string): Adjust call to start_mangling.
2778         (mangle_special_for_type): Likewise.
2779         (mangle_vtt_for_type): Likewise.
2780         (mangle_ctor_vtbl_for_type): Likewise.
2781         (mangle_thunk): Likewise.
2782         (mangle_guard_variable): Likewise.
2783         (mangle_ref_init_variable): Likewise.
2785 2004-08-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2787         PR c++/14428
2788         * pt.c (redeclare_class_template): Check the type of non-type and
2789         template template parameter.
2791 2004-08-25  Nathan Sidwell  <nathan@codesourcery.com>
2793         * call.c (convert_class_to_reference): Adjust build_int_cst calls.
2794         (build_user_type_conversion_1, convert_like_real,
2795         build_java_interface_fn_ref, build_special_member_call): Likewise.
2796         * class.c (finish_struct_1, build_vtbl_initializer): Likewise.
2797         * cp-gimplify.c (cp_gimplify_expr): Likewise.
2798         * cvt.c (cp_convert_to_pointer): Likewise.
2799         * decl.c (cxx_init_decl_processing, complete_array_type): Likewise.
2800         * decl2.c (start_static_initialization_or_destruction,
2801         generate_ctor_or_dtor_function): Likewise.
2802         * except.c (build_throw): Likewise.
2803         * mangle.c (write_integer_cst): Likewise.
2804         * method.c (finish_thunk): Likewise.
2805         * rtti.c (build_headof, get_tinfo_decl_dynamic,
2806         build_dynamic_cast_1, ptr_initializer, ptm_initializer,
2807         get_pseudo_ti_init): Likewise.
2808         * search.c (get_dynamic_cast_base_type): Likewise.
2810 2004-08-25  Zack Weinberg  <zack@codesourcery.com>
2812         * class.c, search.c: Remove references to DWARF_DEBUG.
2814 2004-08-25  Adam Nemet  <anemet@lnxw.com>
2816         * repo.c (extract_string): Reset backquote after one character.
2817         (get_base_filename): Fix indentation.
2819 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
2821         * decl.c (cxx_init_decl_processing): Adjust
2822         build_common_tree_nodes call.
2824 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
2826         PR c++/16889
2827         * (is_subobject_of_p): Resurrect & optimize.
2828         (lookup_field_r): Use it.
2830 2004-08-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2832         PR c++/16706
2833         * search.c (friend_accessible_p): Increment processing_template_decl
2834         when deal with TEMPLATE_DECL of SCOPE.
2836 2004-08-24  Nathan Sidwell  <nathan@codesourcery.com>
2838         PR c++/17149
2839         * semantics.c (check_accessibility_of_qualified_id): Defer check
2840         if qualifying_type is a template parameter.
2842 2004-08-23  Mark Mitchell  <mark@codesourcery.com>
2844         PR c++/17163
2845         * pt.c (instantiate_decl): Do not try to apply
2846         DECL_DECLARED_INLINED_P to a VAR_DECL.
2848         * search.c (build_baselink): Fix typo in comment.
2850 2004-08-22 Andrew Pinski  <apinski@apple.com>
2852         Revert:
2853         2004-08-22  Andrew Pinski  <apinski@apple.com>
2854         PR c++/14029
2855         * typeck.c (build_unary_op): Use &a.b if the folded lowered
2856         expression is not constant.
2858 2004-08-23  Nathan Sidwell  <nathan@codesourcery.com>
2860         * name-lookup.c (pushdecl): Rename build_type_copy call.
2861         * tree.c (cp_build_qualified_type_real,
2862         build_exception_variant, handle_java_interface_attribute): Likewise.
2864 2004-08-22  Andrew Pinski  <apinski@apple.com>
2866         PR c++/14029
2867         * typeck.c (build_unary_op): Use &a.b if the folded lowered
2868         expression is not constant.
2870 2004-08-20  Mark Mitchell  <mark@codesourcery.com>
2872         PR c++/17121
2873         * decl.c (expand_static_init): Use DECL_FUNCTION_SCOPE_P.
2875 2004-08-21  Joseph S. Myers  <jsm@polyomino.org.uk>
2877         PR c++/17120
2878         * pt.c (tsubst_copy_and_build): Avoid clearing TREE_NO_WARNING for
2879         MODOP_EXPR.
2881 2004-08-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2883         * pt.c (register_specialization): Check DECL_TEMPLATE_SPECIALIZATION
2884         before calling comp_template_args.
2886 2004-08-20  Nathan Sidwell  <nathan@codesourcery.com>
2888         * class.c (build_vtbl_initializer): Use build_int_cst for
2889         negative size types.
2890         * decl.c (complete_array_type): Likewise.
2891         * method.c (finish_thunk): Likewise.
2893 2004-08-20  Andreas Tobler  <a.tobler@schweiz.ch>
2895         * tree.c: Remove unused mark_local_for_remap_r.
2897 2004-08-19  Eric Christopher  <echristo@redhat.com>
2899         * cp-tree.h (cxx_unsave_expr_now): Delete prototype.
2900         * tree.c (cxx_unsave_expr_now): Delete.
2901         (cp_unsave_r): Ditto.
2903 2004-08-19  Mark Mitchell  <mark@codesourcery.com>
2905         PR c++/15890
2906         * pt.c (push_template_decl_real): Disallow template allocation
2907         functions with fewer than two parameters.
2909 2004-08-19  Nathan Sidwell  <nathan@codesourcery.com>
2911         * cp-tree.h (build_shared_int_cst): Remove.
2912         * tree.c (shared_int_cache): Remove.
2913         (build_shared_int_cst): Remove.
2914         * class.c (finish_struct_1): Use build_int_cst.
2916 2004-08-19  Nathan Sidwell  <nathan@codesourcery.com>
2918         * decl.c (finish_enum): Do not copy value node early, copy
2919         later.
2920         * lex.c (cxx_init): Force null_node to be unique.
2922 2004-08-19  Joseph S. Myers  <jsm@polyomino.org.uk>
2924         PR c++/17041
2925         * pt.c (tsubst_copy, tsubst_copy_and_build): Copy TREE_NO_WARNING
2926         from input for MODOP_EXPR.
2928 2004-08-18  Mark Mitchell  <mark@codesourcery.com>
2930         * pt.c (dependent_template_p): Fix typo in commment.
2932         PR c++/17068
2933         * pt.c (dependent_template_p): Treat IDENTIFIER_NODEs as
2934         dependent.
2936 2004-08-17  Mark Mitchell  <mark@codesourcery.com>
2938         PR c++/16246
2939         * pt.c (unify): Tidy ARRAY_TYPE handling.  Make sure that non-type
2940         arguments have the same type as the corresponding parameter.
2942         PR c++/16215
2943         * parser.c (cp_parser_name_lookup_error): If parser->object_scope
2944         is set use it for diagnostic purposes.
2945         (cp_parser_pseudo_destructor_name): Remove special-case error
2946         message.
2948         PR c++/15871
2949         * semantics.c (expand_or_defer_fn): Honor -fkeep-inline-functions.
2951         PR c++/16965
2952         * cp-tree.h (qualified_name_lookup_error): Add parameter.
2953         * name-lookup.c (do_class_using_decl): Restrict set of entities
2954         passed to cp_emit_debug_info_for_using more carefully.
2955         (lookup_qualified_name): Allow lookup_member to return sets of
2956         ambiguous entries.
2957         * parser.c (cp_parser_lookup_name): Add ambiguous_p parameter.
2958         (cp_parser_primary_expression): Handle ambiguous lookups.
2959         (cp_parser_template_name): Adjust use of cp_parser_lookup_name.
2960         (cp_parser_template_argument): Likewise.
2961         (cp_parser_elaborate_type_specifier): Likewise.
2962         (cp_parser_namespace_name): Likewise.
2963         (cp_parser_class_name): Likewise.
2964         (cp_parser_lookup_name_simple): Likewise.
2965         * pt.c (tsubst_qualified_id): Handle ambiguous results.
2966         (tsubst_expr): Likewise.
2967         * semantics.c (qualified_name_lookup_error): Add decl paramter.
2968         For ambiguous lookups, print candidates.
2970 2004-08-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2972         PR c++/6749
2973         * pt.c (instantiate_pending_templates): Add int parameter.  Don't
2974         return anything.
2975         * cp-tree.h (instantiate_pending_templates): Adjust prototype.
2976         * decl2.c (finish_file): Adjust call to
2977         instantiate_pending_templates.
2979 2004-08-15  Roger Sayle  <roger@eyesopen.com>
2981         * call.c (build_vfield_ref, build_call, build_conditional_expr,
2982         convert_arg_to_ellipsis, build_x_va_arg, build_over_call,
2983         build_java_interface_fn_ref, build_special_member_call,
2984         build_new_method_call, initialize_reference): Replace calls to
2985         build with calls to buildN.
2986         * class.c (build_base_path, convert_to_base_statically,
2987         build_vfn_ref, instantiate_type, dfs_accumulate_vtbl_inits,
2988         build_vtbl_initializer): Likewise.
2989         * cp-gimplify.c (genericize_try_block, genericize_catch_block,
2990         gimplify_if_stmt, cp_genericize_r): Likewise.
2991         * cvt.c (convert_to_void): Likewise.
2992         * decl.c (check_initializer, finish_constructor_body,
2993         finish_destructor_body): Likewise.
2994         * error.c (dump_expr): Likewise.
2995         * except.c (build_exc_ptr, expand_start_catch_block, build_throw):
2996         Likewise.
2997         * init.c (perform_member_init, expand_virtual_init,
2998         expand_cleanup_for_base, build_init, expand_default_init,
2999         build_offset_ref, decl_constant_value, build_new, build_new_1,
3000         build_vec_delete_1, build_vec_init, build_delete,
3001         push_base_cleanups, build_vec_delete): Likewise.
3002         * mangle.c (write_integer_cst): Likewise.
3003         * method.c (thunk_adjust, do_build_copy_constructor,
3004         do_build_assign_ref): Likewise.
3005         * pt.c (lookup_template_function, tsubst, tsubst_copy_and_build,
3006         unify, build_non_dependent_expr): Likewise.
3007         * rtti.c (build_headof, build_typeid, ifnonnull,
3008         build_dyanmic_cast_1, tinfo_base_init): Likewise.
3009         * semantics.c (begin_compound_stmt, finish_call_expr,
3010         finish_pseudo_destructor_expr, finish_id_expression,
3011         simplify_aggr_init_expr, finalize_nrv_r): Likewise.
3012         * tree.c (build_target_expr, build_cplus_new, array_type_nelts_top,
3013         array_type_nelts_total, stabilize_call): Likewise.
3014         * typeck.c (decay_conversion, build_class_member_access_expr,
3015         lookup_destructor, build_ptrmemfunc_access_expr, build_array_ref,
3016         get_member_function_from_ptrfunc, build_binary_op, pointer_diff,
3017         build_x_unary_op, build_unary_op, unary_complex_lvalue,
3018         build_compound_expr, build_modify_expr, expand_ptrmemfunc_cst,
3019         check_return_expr): Likewise.
3020         * typeck2.c (split_nonconstant_1, split_nonconstant_init_1,
3021         split_nonconstant_init, store_init_value, build_m_component_ref):
3022         Likewise.
3024 2004-08-15  Nathan Sidwell  <nathan@codesourcery.com>
3026         * call.c (convert_class_to_reference,
3027         build_user_type_conversion_1, convert_like_real,
3028         build_java_interface_fn_ref, build_special_member_call): Use
3029         build_int_cst.
3030         * class.c (build_vtbl_initializer): Likewise.
3031         * cp-gimplify.c (cp_gimplify_expr): Likewise.
3032         * cvt.c (cp_convert_to_pointer): Likewise.
3033         * decl.c (cxx_init_decl_processing, complete_array_type): Likewise.
3034         * decl2.c (start_static_initialization_or_destruction,
3035         generate_ctor_or_dtor_function): Likewise.
3036         * except.c (build_throw): Likewise.
3037         * lex.c (cxx_init): Likewise.
3038         * mangle.c (write_integer_cst): Likewise.
3039         * rtti.c (build_headof, get_tinfo_decl_dynamic,
3040         build_dynamic_cast_1, ptr_initializer, ptm_initializer,
3041         get_pseudo_ti_init): Likewise.
3042         * search.c (get_dynamic_cast_base_type): Likewise.
3043         * tree.c (build_shared_int_cst): Likewise.
3045 2004-08-12  Mark Mitchell  <mark@codesourcery.com>
3047         PR c++/16273
3048         * class.c (count_depth_data): New type.
3049         (dfs_depth_post): New function.
3050         (dfs_depth_q): Likewise.
3051         (find_final_overrider_data_s): Change type of vpath.
3052         Add vpath_list.
3053         (dfs_find_final_overrider_1): New function.
3054         (dfs_find_final_overrider): Use it.
3055         (dfs_find_final_overrider_q): Adjust use of vpath.
3056         (dfs_find_final_overrider_post): Likewise.
3057         (find_final_overrider): Use dfs_depth.  Allocate and deallocate
3058         vpath_list.
3060 2004-08-12 Jan Beulich <jbeulich@novell.com>
3062         * parser.c (cp_parser_asm_definition): Properly consume scope operator
3063         tokens preceding the clobbers. Don't check for scope operator
3064         following inputs. Simplify inputs handling to match that now used for
3065         clobbers.
3067 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
3069         PR c++/16698
3070         * except.c (build_throw): Allocate cleanup_type and the function
3071         for __cxa_throw separately.
3073         PR c++/16853
3074         * call.c (standard_conversion): Do not accept conversions between
3075         pointers to members if the class types are unrelated.
3077         PR c++/16618
3078         * parser.c (cp_parser_builtin_offsetof): Cast to "const volatile
3079         char &" instead of just "char &".
3081         PR c++/16870
3082         * pt.c (tsubst): Just return the unknown_type_node.
3084 2004-08-11  Mark Mitchell  <mark@codesourcery.com>
3086         PR c++/16964
3087         * parser.c (cp_parser_class_specifier): Robustify.
3089         PR c++/16904
3090         * pt.c (tsubst_copy_and_build): Complain about invalid
3091         qualification.
3093         PR c++/16929
3094         * pt.c (tsubst_default_argument): Clear out current_class_ptr and
3095         current_class_ref while tsubsting.
3097 2004-08-10  Mark Mitchell  <mark@codesourcery.com>
3099         PR c++/16971
3100         * parser.c (cp_parser_init_declarator): Robustify.
3102 2004-08-06  Richard Sandiford  <rsandifo@redhat.com>
3104         * typeck2.c (process_init_constructor): Guard the missing field warning
3105         with warn_missing_field_initializers rather than extra_warnings.
3107 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
3109         * class.c (instantiate_type) <ENTRY_VALUE_EXPR>: Do not handle.
3111 2004-08-05  Mark Mitchell  <mark@codesourcery.com>
3113         * decl.c (start_preparsed_function): Move determine_visibility
3114         call.
3115         * decl2.c (determine_visibility): Incorporate dllexport testing.
3117 2004-08-05  Geoffrey Keating  <geoffk@apple.com>
3119         * g++spec.c (lang_specific_driver): An -Xlinker or -Wl, option
3120         means that libstdc++ is needed.
3122 2004-08-05  Nathan Sidwell  <nathan@codesourcery.com>
3124         * cvt.c (cp_convert_to_pointer): Adjust force_fit_type call.
3126 2004-08-04  Geoffrey Keating  <geoffk@apple.com>
3128         * decl.c (make_rtl_for_nonlocal_decl): Set DECL_ASSEMBLER_NAME rather
3129         than passing it as a parameter to rest_of_decl_compilation.
3130         * decl2.c (grokfield): Use set_user_assembler_name.
3132 2004-08-04  Nathan Sidwell  <nathan@codesourcery.com>
3134         * decl.c (complete_array_type): Don't gratuitously copy
3135         maxindex. Its type is always set.
3137 2004-08-04  Paul Brook  <paul@codesourcery.com>
3139         * Make-lang.in (cp/semantics.o, cp/optimize.o): Depend on TARGET_H.
3140         * cp-tree.h (struct language_function): Rename x_dtor_label to
3141         x_cdtor_label.
3142         (dtor_label): Rename ...
3143         (cdtor_label): ... to this.
3144         * decl.c (begin_constructor_body): Remove.
3145         (check_special_function_return_type): Maybe change the return type.
3146         (grokdeclarator): Pass the class type.
3147         (start_preparsed_function): Constructors may need a return label.
3148         (finish_constructor_body, finish_destructor_body): Set the return
3149         value.
3150         (begin_function_body): Don't call begin_constructor_body.
3151         (finish_function): Don't warn for constructors or destructors.
3152         (implicitly_declare_fn): Maybe change the return type.
3153         * optimize.c: Include target.h.
3154         (maybe_clone_body): Remap the function result.
3155         * semantics.c: Include target.h.
3156         (finish_return_stmt): Maybe jump to return label for constructors.
3158 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
3160         * class.c (build_vtable): Do not set DECL_VISIBILITY here.
3161         (check_field_decls): Or here.
3162         (check_methods): Or here.
3163         (initialize_array): Don't mess with DECL_CONTEXT.
3164         * cp-tree.h (start_decl): Adjust prototype.
3165         (determine_visibility): New function.
3166         * decl.c (duplicate_decls): Remove checks for hidden "operator
3167         new".
3168         (build_library_fn_1): Give all library functions default
3169         visibility.
3170         (start_decl): Add pop_scope_p parameter.  Tidy.
3171         (cp_finish_decl): Do not pop scopes here.  Call
3172         determine_visibility for variable definitions.
3173         (start_preparsed_function): Call determine_visibility.
3174         * decl2.c (determine_visibility): New function.
3175         * method.c (use_thunk): Fix formatting.
3176         * parser.c (cp_parser_condition): Adjust calls to start_decl.
3177         (cp_parser_init_declarator): Likewise.
3178         * pt.c (instantiate_decl): Always call pop_nested_class.
3179         * rtti.c (get_tinfo_decl): Do not set DECL_VISIBILITY.
3180         (tinfo_base_init): Likewise.
3182 2004-08-02  Mark Mitchell  <mark@codesourcery.com>
3184         PR c++/16707
3185         * name-lookup.c (validate_nonmember_using_decl): Robustify.
3187 2004-08-01  Mark Mitchell  <mark@codesourcery.com>
3189         PR c++/16224
3190         * name-lookup.c (decl_namespace): Remove.
3191         (current_decl_namespace): Use decl_namespace_context instead of
3192         decl_namespace.
3193         (push_decl_namespace): Likewise.
3194         (arg_assoc_class): Likewise.
3195         (arg_assoc_type): Likewise.
3196         * pt.c (check_specialization_namespace): New function.
3197         (maybe_process_partial_specialization): Use it.
3198         (register_specialization): Likewise.
3200         PR c++/16489
3201         * cp-tree.h (DECL_INTEGRAL_CONSTANT_VAR_P): New macro.
3202         * call.c (null_ptr_cst_p): Handle variables with constant
3203         initializers.
3204         * pt.c (convert_nontype_argument): Use
3205         DECL_INTEGRAL_CONSTANT_VAR_P.
3206         * semantics.c (finish_id_expression): Likewise.
3208         PR c++/16529
3209         * decl.c (duplicate_decls): Reject duplicate namespace
3210         declarations.
3212         PR c++/16810
3213         * typeck.c (build_ptrmemfunc): Loosen assertion.
3215 2004-08-01  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3217         * call.c (z_candidate::template_decl): Rename from template.
3218         (add_template_candidate_real): Adjust member reference.
3219         (joust): Likewise.
3221 2004-07-29  Mark Mitchell  <mark@codesourcery.com>
3223         * cp-tree.h (IDENTIFIER_REPO_CHOSEN): Define.
3224         (lang_decl_flags): Narrow the width of "languages".  Add
3225         repo_available_p.
3226         (DECL_NEEDED_P): Remove.
3227         (FOR_EACH_CLONE): New macro.
3228         (DECL_REPO_AVAILABLE_P): Likewise.
3229         (DECL_TINFO_P): Likewise.
3230         (set_linkage_according_to_type): Declare.
3231         (import_export_vtable): Remove.
3232         (import_export_tinfo): Likewise.
3233         (mark_needed): New function.
3234         (decl_needed_p): Likewise.
3235         (note_vauge_linkage_fn): Likewise.
3236         (init_repo): Change prototype.
3237         (repo_template_used): Remove.
3238         (repo_template_instantiated): Likewise.
3239         (repo_emit_p): New function.
3240         (repo_export_class_p): Likewise.
3241         (no_linkage_check): Change prototype.
3242         * class.c (set_linkage_according_to_type): New function.
3243         (build_vtable): Use it.  Do not call import_export_vtable.  Set
3244         DECL_IGNORED_P if appropriate.
3245         * decl.c (duplicate_decls): Preserve DECL_REPO_AVAILABLE_P.
3246         (make_rtL_for_nonlocal_decls): Check for template instantiations
3247         explicitly.
3248         (grokfndecl): Adjust call to no_linkage_check.
3249         (set_linkage_for_static_data_member): New function.
3250         (grokvardecl): Use it.  Adjust call to no_linkage_check.
3251         (grokdeclarator): Use set_linkage_for_static_data_member.
3252         * decl2.c (note_vague_linkage_fn): New function.
3253         (note_vague_linkage_var): Likewise.
3254         (finish_static_data_member_decl): Use it.
3255         (import_export_vtable): Remove.
3256         (import_export_class): Use repo_export_class_p.
3257         (var_finalized_p): Simplify.
3258         (maybe_emit_vtables): Simplify.
3259         (mark_needed): New function.
3260         (decl_needed_p): Likewise.
3261         (import_export_decl): Add documentation and consistency checks.
3262         Use repo_emit_p.  Handle virtual tables and RTTI information
3263         here.
3264         (import_export_tinfo): Remove.
3265         (write_out_vars): Call import_export_decl.
3266         (cxx_callgraph_analyze_expr): Ensure that all vtables are emitted
3267         whenever one is.
3268         (finish_file): Use decl_needed_p.  Do not call import_export_decl
3269         for undefined static data members.  Do not warn about undefined
3270         inlines when using a repository.
3271         (mark_used): Use note_vague_linkage_fn.  Always defer template
3272         instantiations.
3273         * lex.c (cxx_init): Adjust call to init_repo.  Always set
3274         flag_unit_at_a-time.
3275         * method.c (synthesize_method): Remove unncessary
3276         import_export_decl call.
3277         (implicitly_declare_fn): Use set_linkage_according_to_type.
3278         * optimize.c (maybe_clone_body): Use FOR_EACH_CLONE.
3279         * pt.c (instantiate_class_template): Don't redundantly add classes
3280         to keyed_classes.  Don't call repo_template_used.
3281         (tsubst_decl): Set DECL_INTERFACE_KNOWN for instantiations of
3282         templates with internal linkage.
3283         (check_instantiated_args): Adjust call to no_linkage_check.
3284         (instantiate_template): Use FOR_EACH_CLONE.
3285         (mark_definable): New function.
3286         (mark_decl_instantiated): Use it.
3287         (do_decl_instantiation): Adjust tests for explicit instantiation
3288         after "extern template".
3289         (instantiate_class_member): Do not use repo_template_instantiated.
3290         (do_type_instantiation): Simplify.
3291         (instantiate_decl): Use mark_definable.  Check repo_emit_p.
3292         Simplify.
3293         * repo.c (repo_get_id): Remove.
3294         (original_repo): Remove.
3295         (IDENTIFIER_REPO_USED): Remove.
3296         (IDENTIFIER_REPO_CHOSEN): Remove.
3297         Remove all #if 0'd code.
3298         (repo_template_used): Remove.
3299         (repo_template_instantiated): Remove.
3300         (temporary_obstack_initialized_p): New variable.
3301         (init_repo): Register with lang_post_pch_load.  Avoid creating
3302         identifiers unnecessarily.  Don't use original_repo.  Close the
3303         file here.
3304         (reopen_repo_file_for_write): Not here.
3305         (finish_repo): Always write out a new repository file.
3306         (repo_emit_p): New function.
3307         (repo_export_class_p): Likewise.
3308         * rtti.c (get_tinfo_decl): Use set_linkage_according_to_type.
3309         (involves_incomplete_p): New function.
3310         (tinfo_base_init): Use it.
3311         (ptr_initializer): Remove non_public_ptr parameter.
3312         (ptm_initializer): Likewise.
3313         (get_pseudo_ti_init): Likewise.
3314         (unemitted_tinfo_decl_p): Remove.
3315         (emit_tinfo_decl): Use import_export_decl.
3316         * semantics.c (expand_body): Move updates of static_ctors and
3317         static_dtors to ...
3318         (expand_or_defer_fn): ... here.
3319         * tree.c (no_linkage_check): Add relaxed_p parameter.
3321 2004-07-28  Eric Christopher  <echristo@redhat.com>
3323         * cp-lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Delete.
3325 2004-07-28  Nathan Sidwell  <nathan@codesourcery.com>
3327         * cp-tree.h (struct tree_pair_s): New.
3328         (typedef tree_pair_p): New.
3329         (DEF_VEC_O(tree_pair_s)): New.
3330         (struct lang_type_class): Make vcall_indices a VEC(tree_pair_s).
3331         (CLASSTYPE_VCALL_INDICES): Update documentation.
3332         * class.c (get_vcall_index): Adjust.
3333         (add_vcall_offset): Adjust.
3335 2004-07-27  Kelley Cook  <kcook@gcc.gnu.org>
3337         * pt.c, typeck.c: Remove spurious carriage returns.
3339 2004-07-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3341         PR c++/14429
3342         * pt.c (coerce_template_template_parms) <PARM_DECL case>: Only check
3343         when the type of ARG is not dependent.
3345 2004-07-26  Geoffrey Keating  <geoffk@apple.com>
3347         * g++spec.c (LIBSTDCXX_PROFILE): Default to LIBSTDCXX.
3348         (lang_specific_driver): If the C++ or math library options don't
3349         start with '-l', don't count them as added libraries.
3351 2004-07-26  Nathan Sidwell  <nathan@codesourcery.com>
3353         * decl.c (xref_basetypes): Adjust base access vector creation.
3354         * rtti.c (get_pseudo_ti_init, get_pseudo_ti_desc): Adjust base
3355         access accesses.
3356         * search.c (dynamic_cast_base_recurse, dfs_access_in_type): Likewise.
3358 2004-07-26  Niall Douglas  <s_fsfeurope2@nedprod.com>
3359             Brian Ryner  <bryner@brianryner.com>
3361         PR c++/15000
3362         PR c++/9283
3363         * class.c (check_field_decls): Apply hidden visibility if
3364         -fvisibility-inlines-hidden and inlined unless otherwise specified
3365         (build_vtable): Set vtable visibility to class visibility.
3366         (check_field_decls): Default static member visibility to class
3367         visibility.
3368         (check_methods): Default method visibility to class visibility.
3369         * cp-tree.h: Added CLASSTYPE_VISIBILITY and
3370         CLASSTYPE_VISIBILITY_SPECIFIED macro.
3371         * decl.c (duplicate_decls): New logic for merging definition decls
3372         with declaration decls. Added ignore & warning when non default
3373         applied to global operator new or delete.
3374         * method.c, optimize.c, rtti.c: Added setting of VISIBILITY_SPECIFIED
3375         wherever VISIBILITY was changed
3376         * rtti.c (get_tinfo_decl): Set typeinfo visibility to class
3377         visibility.
3378         (tinfo_base_init): Set typeinfo name visibility to class visibility.
3380 2004-07-25  Bernardo Innocenti  <bernie@develer.com>
3382         * decl.c: Rename all identifiers named `class' to `cl'.
3383         * cp-tree.h: Likewise.
3385 2004-07-25  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3387         * cp-tree.h (TYPE_SET_PTRMEMFUNC_TYPE): Use GGC_CNEW.
3388         * typeck2.c (abstract_virtuals_error): Use GGC_NEW.
3389         * name-lookup.c (binding_entry_make): Use GGC_NEW.
3390         (binding_table_construct): Use GGC_CNEWVEC.
3391         (binding_table_new): Use GGC_NEW.
3392         (cxx_binding_make): Likewise.
3393         (begin_scope): Likewise.
3394         (push_to_top_level): Use GCC_CNEW.
3395         * parser.c (cp_token_cache_new): Likewise.
3396         (cp_token_cache_push_token): Likewise.
3397         (cp_lexer_new_main): Likewise.
3398         (cp_lexer_new_from_tokens): Likewise.
3399         (cp_parser_context_new): Likewise.
3400         (cp_parser_new): Likewise.
3401         (cp_lexer_new_from_tokens): Use GGC_NEWVEC.
3402         * lex.c (cxx_make_type): Use GGC_CNEW.
3403         (retrofit_lang_decl): Use GGC_NEWVAR.
3404         (cxx_dup_lang_specific_decl): Likewise.
3405         (copy_lang_type): Likewise.
3406         * decl.c (use_label): Use GGC_NEW instead of ggc_alloc.
3407         (save_function_data): Likewise.
3408         (lookup_label): Use GGC_CNEW instead of ggc_alloc_cleared.
3409         (cxx_push_function_context): Likewise.
3411 2004-07-25  Richard Henderson  <rth@redhat.com>
3413         * decl.c (start_preparsed_function): Set DECL_ARTIFICIAL and
3414         DECL_IGNORED_P on RESULT_DECL.
3415         * semantics.c (finalize_nrv): Copy them too.
3417 2004-07-23  Nathan Sidwell  <nathan@codesourcery.com>
3419         * search.c (lookup_conversion_operator): Avoid two loops.
3420         (add_conversions): Remove.
3421         (check_hidden_convs, split_conversions,
3422         lookup_conversions_r):  New.
3423         (lookup_conversions): Use lookup_conversions_r.
3425 2004-07-22  Nathan Sidwell  <nathan@codesourcery.com>
3427         * pt.c (get_template_base): Check type is completable.
3429 2004-07-21  Eric Christopher  <echristo@redhat.com>
3431         * decl.c (poplevel): Inline unused variable checking.
3432         Change formatting.
3434 2004-07-21  Paolo Bonzini  <bonzini@gnu.org>
3436         * typeck.c (build_binary_op): Do not use RDIV_EXPR for
3437         integer vectors.
3439 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3441         PR c++/14497
3442         * pt.c (check_explicit_specialization): Remove extension to accept
3443         specializations without template headers. Fall-through to normal
3444         processing.
3446 2004-07-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3448         PR c++/509
3449         * pt.c (determine_specialization): New parameter template_count.
3450         Disambiguate between member templates and member functions counting
3451         the template headers.
3452         (check_explicit_specialization): Update caller.
3453         (tsubst_friend_function): Likewise.
3455 2004-07-20  Steven Bosscher  <stevenb@suse.de>
3457         * cp-tree.def (TINST_LEVEL): Make it an 'x' node.
3458         * cp-tree.h (tinst_level_t): New tree type.
3459         (union lang_tree_node): Handle it.
3460         (TINST_LOCATION): New accessor macro.
3461         (make_tinst_level): New prototype.
3462         * cp-lang.c (cp_tree_size): Handle TINST_LEVEL.
3463         * decl.c (cp_tree_node_structure): Likewise.
3464         * error.c (print_instantiation_full_context): Use TINST_LOCATION.
3465         (print_instantiation_partial_context): Likewise.
3466         * pt.c (pop_tinst_level): Likewise.
3467          (push_tinst_level): Use make_tinst_level.
3468         * tree.c (make_tinst_level): New function.
3469         (cp_walk_subtrees): Walk TINST_DECL for a TINST_LEVEL node.
3471 2004-07-20  Mark Mitchell  <mark@codesourcery.com>
3473         * parser.c (cp_parser_simple_type_specifier): Fix typo.
3475         PR c++/16637
3476         * parser.c (cp_parser_simple_type_specifier): Do not record usage
3477         of globally-qualified names.
3479 2004-07-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3481         PR c++/16175
3482         * error.c (dump_type) <BOUND_TEMPLATE_TEMPLATE_PARM case>: Output
3483         cv qualifier.
3485 2004-07-19  Mark Mitchell  <mark@codesourcery.com>
3487         PR c++/16623
3488         * cp-tree.h (lang_type_class): Add lazy_assignment_op.
3489         (CLASSTYPE_LAZY_ASSIGNMENT_OP): New macro.
3490         * class.c (add_implicitly_declared_members): Use
3491         CLASSTYPE_LAZY_ASSIGNMENT_OP.
3492         * method.c (lazily_declare_fn): Clear
3493         CLASSTYPE_LAZY_ASSIGNMENT_OP.
3494         * search.c (lookup_fnfields_1): Check it.
3496 2004-07-20  Nathan Sidwell  <nathan@codesourcery.com>
3498         * cp-tree.h (vec_binfo_member): Remove.
3499         * tree.c (vec_binfo_member): Remove.
3501         * cp-tree.h (struct lang_type_class): Remove vfields field.
3502         (CLASSTYPE_VFIELDS): Remove.
3503         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
3504         * class.c (determine_primary_base): Remove CLASSTYPE_VFIELDS
3505         handling.
3506         (dfs_modify_vtables): Use TYPE_CONTAINS_VPTR_P.
3507         (finish_struct_1): Remove CLASSTYPE_VFIELDS handling.
3508         * init.c (dfs_initialize_vtbl_ptrs): Use TYPE_CONTAINS_VPTR_P.
3510 2004-07-20  Nathan Sidwell  <nathan@codesourcery.com>
3512         * cp-tree.h (DEF_VEC_P(tree)): Remove here.
3513         (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX, BINFO_PRIMARY_BASE_OF):
3514         Moved to common.
3515         (BINFO_LANG_SLOTS): Remove.
3516         * tree.c (copy_binfo): Adjust BINFO creation and accessors.
3517         * decl.c (xref_basetypes): Adjust BINFO creation and accessors.
3518         * class.c (check_bases): Adjust BINFO accessors.
3519         (determine_primary_base, finish_struct_bits,
3520         maybe_warn_about_overly_private_class, warn_hidden,
3521         walk_subobject_offsets, propagate_binfo_offsets, end_of_class,
3522         warn_about_ambiguous_bases, get_vfield_name,
3523         dump_class_hierarchy_r, build_vtt_inits, accumulate_vtbl_inits,
3524         add_vcall_offset_vtbl_entries_r): Likewise.
3525         * dump.c (cp_dump_tree): Likewise.
3526         * init.c (sort_mem_initializers, expand_member_init, build_delete,
3527         push_base_cleanups): Likewise.
3528         * method.c (do_build_copy_constructor, do_build_assign_ref,
3529         synthesize_exception_spec): Likewise.
3530         name-lookup.c (arg_assoc_class): Likewise.
3531         * pt.c (instantiate_class_template,
3532         get_template_base_recursive): Likewise.
3533         * rtti.c (get_pseudo_ti_init, get_pseudo_ti_desc): Likewise.
3534         * typeck2.c (process_init_constructor): Likewise.
3535         * search.c (lookup_base_r, dynamic_cast_base_recurse,
3536         dfs_access_in_type, dfs_walk_real, look_for_overrides,
3537         types_overlap_p, copied_binfo, original_binfo): Likewise.
3538         (binfo_for_vtable): Remove
3540 2004-07-20  Steven Bosscher  <stevenb@suse.de>
3542         * cp-tree.h (struct lang_decl_flags): Unify the template_info and
3543         thunk_alias, and the access and virtual_offset fields.
3544         (THUNK_VIRTUAL_OFFSET, THUNK_ALIAS): Adjust.
3545         * decl.c (finish_case_label): Update c_add_case_node call.
3547 2004-07-19  Mark Mitchell  <mark@codesourcery.com>
3549         Revert patch for PR c++/16623.
3551 2004-07-19  Kelley Cook  <kcook@gcc.gnu.org>
3553         * except.c: Remove two spurious carriage returns.
3555 2004-07-19  Mark Mitchell  <mark@codesourcery.com>
3557         PR c++/16623
3558         * cp-tree.h (lang_type_class): Add lazy_assignment_op.
3559         (CLASSTYPE_LAZY_ASSIGNMENT_OP): New macro.
3560         * class.c (add_implicitly_declared_members): Use
3561         CLASSTYPE_LAZY_ASSIGNMENT_OP.
3562         * method.c (lazily_declare_fn): Clear
3563         CLASSTYPE_LAZY_ASSIGNMENT_OP.
3564         * search.c (lookup_fnfields_1): Check it.
3566 2004-07-19  Nathan Sidwell  <nathan@codesourcery.com>
3568         * class.c (add_method): Delay adding the slot until the end.
3569         (determine_primary_base): Adjust VEC_iterate invokation.
3570         (resort_type_method_vec, finish_struct_methods, warn_hidden,
3571         walk_subobject_offsets, end_of_class, warn_about_ambiguous_bases,
3572         build_vtbl_initializer): Likewise.
3573         * init.c (sort_mem_initializers, build_delete, push_base_cleanups,
3574         build_vbase_delete): Likewise.
3575         * method.c (do_build_copy_constructor): Likewise.
3576         * name-lookup.c (new_class_binding, print_binding_level,
3577         poplevel_class, store_class_bindings, push_to_top_level,
3578         pop_from_top_level): Likewise.
3579         * pt.c (check_explicit_specialization): Likewise.
3580         * search.c (lookup_conversion_operator, lookup_fnfields_1,
3581         get_pure_virtuals, add_conversions, dfs_check_overlap,
3582         binfo_for_vbase): Likewise.
3584 2004-07-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3586         PR c++/12170
3587         * pt.c (unify) <BOUND_TEMPLATE_TEMPLATE_PARM case>: Use only
3588         innermost set of template arguments during deduction.  Simplify.
3590 2004-07-19  Joseph S. Myers  <jsm@polyomino.org.uk>
3592         * typeck.c (build_modify_expr, build_x_modify_expr): Set
3593         TREE_NO_WARNING on assignments with an operator other than '='.
3595 2004-07-10  Steven Bosscher  <stevenb@suse.de>
3596             Joseph S. Myers  <jsm@polyomino.org.uk>
3598         * cp-tree.h (C_SET_EXP_ORIGINAL_CODE): Remove.
3599         * decl2.c (grokfield): Don't check current_class_depth via
3600         unused TREE_COMPLEXITY.
3601         * semantics.c (finish_parenthesized_expr): Set TREE_NO_WARNING
3602         to avoid the missing parentheses warning.
3603         Don't set C_SET_EXP_ORIGINAL_CODE.
3605 2004-07-18  Mark Mitchell  <mark@codesourcery.com>
3607         * tree.c (no_linkage_helper): Remove.
3608         (no_linkage_check): Don't use walk_tree_without_duplicates.
3610         * mangle.c (write_expression): Issue a sorry for zero-operand
3611         functional casts.
3613 2004-07-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3615         PR c++/13092
3616         * init.c (build_offset_ref): Build SCOPE_REF with non-null
3617         TREE_TYPE for non-dependent names.
3618         * typeck.c (build_x_unary_op): Handle non-dependent SCOPE_REF.
3619         * pt.c (type_dependent_expression_p): Handle SCOPE_REF with
3620         unknown_type_node as its TREE_TYPE.
3621         * cxx-pretty_print.c (pp_cxx_unqualified_id): Handle BASELINK.
3622         * error.c (dump_decl) <SCOPE_REF case>: Use pp_expression.
3623         (dump_expr) <SCOPE_REF case>: Likewise.
3625 2004-07-17  Jason Merrill  <jason@redhat.com>
3627         PR c++/16115
3628         * call.c (type_passed_as): Make the invisible reference type
3629         __restrict.
3630         * cp-gimplify.c (gimplify_cleanup_stmt): Rename to
3631         cp_genericize_r.  Handle invisible reference lowering.
3632         (is_invisiref_parm): New fn.
3633         (cp_genericize): Adjust the types of invisible reference parms.
3634         Don't repeat the walk for clones.
3635         * decl.c (store_parm_decls): Don't generate any code for clones.
3637 2004-07-17  Joseph S. Myers  <jsm@polyomino.org.uk>
3639         * cp-tree.h (builtin_function): Declare.
3641 2004-07-16  Mark Mitchell  <mark@codesourcery.com>
3643         * class.c (finish_struct_methods): Remove unncessary code.
3644         (add_implicitly_declared_members): Create declarations for default
3645         constructors and copy constructors lazily.
3646         * cp-tree.h (lang_type_class): Remove lazy_default_ctor and
3647         lazy_copy_ctor.
3648         (CLASSTYPE_LAZY_DEFAULT_CTOR): New macro.
3649         (CLASSTYPE_LAZY_COPY_CTOR): Likewise.
3650         * decl2.c (check_classfn): Robustify.
3651         (locate_dtor): Handle empty CLASSTYPE_METHOD_VEC.
3652         (locate_ctor): Handle lazy default constructors.
3653         (locate_copy): Handle lazy copy constructors.
3654         (implicitly_declare_fn): Make sure we're looking at the
3655         TYPE_MAIN_VARIANT for a class before creating functions.  Don't
3656         set TYPE_HAS_CONSTRUCTOR.
3657         (lazily_declare_fn): New function.
3658         * name-lookup.c (constructor_name_full): Simplify.
3659         * search.c (lookup_fnfields_1): Lazily create methods, as
3660         necessary.
3661         (lookup_for_overrides): Handle empty CLASSTYPE_METHOD_VEC.
3663 2004-07-16  Steven Bosscher  <stevenb@suse.de>
3665         * cp-tree.h (struct lang_type): Don't have three GTY options on a
3666         single bit GTY desc.
3668 2004-07-16  Richard Henderson  <rth@redhat.com>
3670         * cp-lang.c (LANG_HOOKS_TREE_INLINING_COPY_RES_DECL_FOR_INLINING): Die.
3671         * cp-tree.h (cp_copy_res_decl_for_inlining): Remove.
3672         * tree.c (cp_copy_res_decl_for_inlining): Remove.
3674 2004-07-16  Nathan Sidwell  <nathan@codesourcery.com>
3676         * class.c (finish_struct_bits): Use for loop.
3677         (propagate_binfo_offsets): Do primary binfo outside of loop.
3679         PR c++/16583
3680         * dump.c (cp_dump_tree): Don't dump the bases if there's no
3681         binfo.
3683         * pt.c (tsubst) <TREE_BINFO case>: We should never get here.
3685 2004-07-15  Mark Mitchell  <mark@codesourcery.com>
3687         * cp-tree.h (lang_type_class): Remove has_real_assign_ref and
3688         has_abstract_assign_ref.  Make methods a VEC(tree) *.
3689         (TYPE_HAS_CONST_ASSIGN_REF): Add documentation.
3690         (CLASSTYPE_CONSTRUCTORS): Adjust for changes to CLASSTYPE_METHOD_VEC.
3691         (CLASSTYPE_DESTRUCTORS): Likewise.
3692         (TYPE_HAS_REAL_ASSIGN_REF): Remove.
3693         (TYPE_HAS_ABSTRACT_ASSIGN_REF): Likewise.
3694         (add_method): Change prototoype.
3695         * class.c (add_method): Remove error_p parameter.  Adjust for
3696         changes to CLASSTYPE_METHOD_VEC.
3697         (handle_using_decl): Adjust call to add_method.
3698         (maybe_warn_about_overly_private_class): Adjust for
3699         changes to CLASSTYPE_METHOD_VEC.
3700         (resort_type_method_vec): Likewise.
3701         (finish_struct_methods): Likewise.
3702         (check_for_override): Likewise.
3703         (warn_hidden): Likewise.
3704         (add_implicitly_declared_members): Defer creation of assignment
3705         operators.  Adjust call to add_method.
3706         (clone_function_decl): Adjust call to add_method.
3707         (check_bases_and_members): Don't set TYPE_HAS_REAL_ASSIGN_REF.
3708         (finish_struct_1): Use CLASSTYPE_DESTRUCTORS.
3709         * decl.c (grok_special_member_properties): Don't set
3710         TYPE_HAS_ABSTRACT_ASSIGN_REF.
3711         * decl2.c (check_classfn): Adjust for
3712         changes to CLASSTYPE_METHOD_VEC.
3713         * method.c (locate_dtor): Use CLASSTYPE_DESTRUCTORS.
3714         (locate_ctor): Use CLASSTYPE_CONSTRUCTORS.
3715         (locate_copy): Adjust for changes to CLASSTYPE_METHOD_VEC.
3716         (implicitly_declare_fn): Set DECL_SOURCE_LOCATION.  Do not call
3717         cp_finish_decl.
3718         * pt.c (check_explicit_specialization): Adjust for
3719         changes to CLASSTYPE_METHOD_VEC.
3720         (instantiate_class_template): Do not set
3721         TYPE_HAS_ABSTRACT_ASSIGN_REF.
3722         * ptree.c (cxx_print_type): Don't try to print
3723         CLASSTYPE_METHOD_VEC.
3724         * rtti.c (emit_support_tinfos): Use CLASSTYPE_DESTRUCTORS.
3725         * search.c (lookup_field_r): Adjust for
3726         changes to CLASSTYPE_METHOD_VEC.
3727         (lookup_fnfields): Likewise.
3728         (lookup_conversion_operator): Likewise.
3729         (lookup_fnfields_1): Likewise.  Create assignment operators
3730         lazily.
3731         (look_for_overrides_here): Adjust for
3732         changes to CLASSTYPE_METHOD_VEC.
3733         (add_conversions): Likewise.
3734         * semantics.c (finish_member_declaration): Adjust call to add_method.
3736 2004-07-15  Jason Merrill  <jason@redhat.com>
3738         * cp-lang.c (cxx_types_compatible_p): To the middle-end,
3739         references and pointers are compatible.
3741 2004-07-15  Nathan Sidwell  <nathan@codesourcery.com>
3743         * decl.c (xref_basetypes): Refactor.
3744         * tree.c (copy_base_binfos): Replace with ...
3745         (copy_binfo): ... this. Deep copy the given binfo, (not the just
3746         bases of the given base).
3747         * cp-tree.h (copy_base_binfo): Remove.
3748         (copy_binfo): Declare.
3750 2004-07-15  Mark Mitchell  <mark@codesourcery.com>
3752         * name-lookup.c (set_inherited_value_binding_p): Add class_type
3753         parameter.
3754         (get_class_binding): Adjust.
3755         (push_class_level_binding): Don't use set_inherited_value_binding_p.
3757 2004-07-15  Nathan Sidwell  <nathan@codesourcery.com>
3759         * class.c (finish_struct_bits): Don't set TYPE_HAS_CONVERSION here.
3760         * decl.c (xref_basetypes): Set it here.
3762         * class.c (check_bases): Don't set CLASSTYPE_NON_AGGREGATE here.
3763         Don't check for incomplete base.
3764         (get_vfield_name): Simplify while loop.
3765         * decl.c (xref_basetypes): Set CLASSTYPE_NON_AGGREGATE here.
3767 2004-07-14  Mark Mitchell  <mark@codesourcery.com>
3769         * lex.c (cxx_make_type): Remove call to get_pointer_type.
3771         * cp-tree.h (IDENTIFIER_VALUE): Remove.
3772         (BINFO_PUSHDECLS_MARKED): Likewise.
3773         (maybe_inject_for_scope_var): Likewise.
3774         (push_class_decls): Likewise.
3775         * name-lookup.h (push_class_binding): Remove.
3776         (innermost_non_namespace_value): New function.
3777         (outer_binding): Likewise.
3778         * class.c (add_method): Push bindings before adding to
3779         TYPE_METHODS.
3780         (restore_class_cache): Do not restore class_shadowed.
3781         (pushclass): Do not add USING_DECLs.  Do not call
3782         push_class_decls.
3783         * config-lang.in (gtfiles): Remove $(srcdir)/cp/search.c.
3784         * decl.c (pushdecl): Use outer_binding.
3785         (poplevel): Set the scope for an out-of-scope for-loop declaration
3786         appropriately.
3787         (cp_finish_decl): Don't call maybe_inject_for_scope_var.
3788         * name-lookup.c (new_class_binding): New function.
3789         (push_binding): Use it.
3790         (pushdecl): Use innermost_non_namespace_value.
3791         (maybe_inject_for_scope_var): Remove.
3792         (push_class_binding): Remove.
3793         (set_inherited_value_binding_p): New function.
3794         (get_class_binding): New function.
3795         (push_class_level_binding): Assert that the current_class_type is
3796         being defined.
3797         (outer_binding): New function.
3798         (innermost_non_namespace_value): Likewise.
3799         (lookup_name_real): Use outer_binding.
3800         (lookup_name_current_level): Ignore out-of-scope variables.
3801         * pt.c (check_template_shadow): Use innermost_non_namespace_value.
3802         (lookup_template_class): Likewise.
3803         * search.c (dfs_push_type_decls): Remove.
3804         (dfs_push_decls): Likewise.
3805         (setup_class_bindings): Likewise.
3806         (lookup_field_1): Handle USING_DECLs from dependent scopes.
3807         (marked_pushdecls_p): Remove.
3808         (unmarked_pushdecls_p): Remove.
3809         (marked_identifiers): Remove.
3810         (setup_class_bindings): Remove.
3811         (dfs_push_type_decls): Remove.
3812         (dfs_push_decls): Remove.
3813         (push_class_decls): Remove.
3815 2004-07-13  Mark Mitchell  <mark@codesourcery.com>
3817         PR c++/16518
3818         PR c++/16337
3819         * decl.c (grokvardecl): Make declspecs parameter const.
3820         (grokdeclarator): Likewise.  Adjust accordingly.
3821         * decl.h (grokdeclarator): Adjust declaration.
3822         * parser.c (cp_parser_init_declarator): Do not clear
3823         decl_specifiers->attributes.
3825         * cp-tree.h (lang_identifier): Remove class_value.
3826         (IDENTIFIER_CLASS_VALUE): Remove.
3827         (pop_class_decls): Likewise.
3828         (init_search_processing): Likewise.
3829         * class.c (handle_using_decl): Use lookup_member, not
3830         IDENTIFIER_CLASS_VALUE.
3831         (restore_class_cache): New function, split out from ...
3832         (pushclass): ... here.  Do not call clear_identifier_class_values.
3833         (invalidate_class_lookup_cache): Do not clear
3834         IDENTIFIER_CLASS_VALUE.
3835         (popclass): Do not call pop_class_decls.
3836         (maybe_note_name_used_in_class): Do not save names looked up after
3837         the class is complete.  Use lookup_member, not
3838         IDENTIFIER_CLASS_VALUE.
3839         * config-lang.in (gtfiles): Add $(srcdir)/cp/search.c.
3840         * decl.c (cxx_init_decl_processing): Do not call
3841         init_search_processing.
3842         * method.c (do_build_copy_constructor): Remove unnecessary code.
3843         (do_build_assign_ref): Likewise.
3844         * name-lookup.c (pushdecl): Use lookup_member, not
3845         IDENTIFIER_CLASS_VALUE.
3846         (set_identifier_type_value_with_scope): Set TREE_TYPE on the
3847         type_shadowed list.
3848         (poplevel_class): Do not restore IDENTIFIER_CLASS_VALUE.
3849         (push_class_binding): Do not set it.
3850         (clear_identifier_class_values): Remove.
3851         (push_class_level_binding): Do not set IDENTIFIER_CLASS_VALUE.
3852         (store_binding): Do not save it.
3853         (pop_from_top_level): Do not restore it.
3854         * name-lookup.h (cxx_saved_binding): Remove class_value.
3855         (clear_identifier_class_values): Remove.
3856         * ptree.c (cxx_print_identifier): Do not print
3857         IDENTIFIER_CLASS_VALUE.
3858         * search.c (search_obstack): Remove.
3859         (push_stack_level): Remove.
3860         (pop_stack_level): Remove.
3861         (search_level): Remove.
3862         (search_stack): Remove.
3863         (lookup_member): Don't check IDENTIFIER_CLASS_VALUE.
3864         (setup_class_bindings): Use IDENTIFIER_MARKED, not
3865         IDENTIFIER_CLASS_VALUE.
3866         (marked_identifiers): New variable.
3867         (push_class_decls): Clear IDENTIFIER_MARKED.
3868         (pop_class_decls): Don't call pop_search_level.
3869         (init_search_processing): Remove.
3871 2004-07-12  Mark Mitchell  <mark@codesourcery.com>
3873         * cp-tree.h (get_aggr_typedef): Remove.
3874         * init.c (get_aggr_typedef): Likewise.
3876         * name-lookup.c (push_class_level_binding): Simplify.
3878 2004-07-12  Andrew Pinski  <apinski@apple.com>
3880         PR c++/16475
3881         Revert:
3882         2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
3883                 PR c++/16276
3884                 * rtti.c (emit_tinfo_decl): Turn off DECL_ONE_ONLY if typeinfo
3885                 is not public.
3887 2004-07-12  Eric Christopher  <echristo@redhat.com>
3889         * parser.c (cp_parser_class_head): Remove unused variable.
3891 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3893         * decl.c (grok_op_properties): Reject [de-]allocation functions
3894         declared in a namespace, or declared as static.
3896 2004-07-12  Nathan Sidwell  <nathan@codesourcery.com>
3898         * cp-tree.h (make_binfo): Remove.
3899         * decl.c (xref_basetypes): Use make_tree_binfo directly.
3900         * tree.h (copy_base_binfos): Likewise.
3901         (make_binfo): Remove.
3903         * call.c (build_user_type_conversion_1, build_new_op,
3904         check_constructor_callable, build_temp,
3905         perform_direct_initialization_of_possible): Pass type directly to
3906         lookup_fnfields & build_special_member_call.
3907         (build_special_member_call): Accept a type, and complete it.
3908         * class.c (finish_stuct_bits): Copy the BINFOs here.
3909         * cvt.c (ocp_convert): Pass type directly to
3910         build_special_member_call.
3911         * decl.c (build_ptrmemfunc_type): Call xref_bastypes here.
3912         (xref_basetypes): Allocate the binfo here. Adjust.
3913         * init.c (build_init, build_new_1): Pass type directly to
3914         build_special_member_call.
3915         * lex.c (cxx_make_type): Do not allocate binfo here.
3916         * name-lookup.c (arg_assoc_class): Incomplete types have no binfo.
3917         * parser.c (cp_parser_class_head): Always call xref_basetypes.
3918         * pt.c (instantiate_class_template): Likewise. Inhibit access
3919         checking for template friends.
3920         * ptree.c (cxx_print_type): Adjust record printing.
3921         * search.c (lookup_base): When taking a type, complete it before
3922         looking for a binfo.
3923         (lookup_member): Delay completing a type.
3924         (push_class_decls): Don't walk an incomplete type.
3925         (lookup_conversions): Likewise.
3926         * semantics.c (finish_stmt_expr_expr): Pass type directly to
3927         build_special_member_call.
3928         * tree.c (copy_base_binfos): Adjust.
3929         (make_binfo): Likewise.
3930         * typeck.c (build_modify_expr): Pass type directly to
3931         build_special_member_call.
3932         * typeck2.c (process_init_constructor): Check a binfo exists.
3933         (build_m_component_ref): Allow accessing an incomplete type.
3934         (build_functional_cast): Pass type directly to
3935         build_special_member_call.
3937 2004-07-12  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
3939         PR c++/2204
3940         * config-lang.in (gtfiles): Add typeck2.c.
3941         * Make-lang.in: Tweak typeck2.c dependencies, and add rule for
3942         gt-cp-typeck2.h.
3943         * cp-tree.h: Declare complete_type_check_abstract.
3944         * typeck2.c (pat_calc_hash, pat_compare,
3945         complete_type_check_abstract): New functions.
3946         (abstract_virtuals_error): If the type is abstract, register the
3947         declaration within abstract_pending_vars for further checks.
3948         Inspect also dependent types. Handle IDENTIFIER_NODEs as decl.
3949         * decl.c (cp_finish_decl): Do not strip array types.
3950         (create_array_type_for_decl): Check for abstractness of the element
3951         type.
3952         (complete_vars): Call complete_type_check_abstract.
3953         * class.c (finish_struct): Prepare a list of virtual functions for
3954         template types, and call complete_vars on it to check for abstractness.
3956 2004-07-12  Paolo Bonzini  <bonzini@gnu.org>
3958         PR tree-optimization/14107
3959         * decl.c (finish_function): Remove temporary band-aid.
3961 2004-07-11  Mark Mitchell  <mark@codesourcery.com>
3963         * call.c (build_operator_new_call): Avoid using push_to_top_level.
3964         (build_new_op): Adjust call to lookup_function_nonclass.
3965         * name-lookup.c (identifier_type_value): Adjust call to
3966         lookup_name_real.
3967         (lookup_name_real): Add block_p parameter.
3968         (lookup_name_nonclass): Adjust call to lookup_name_real.
3969         (lookup_function_nonclass): Likewise.
3970         (lookup_name): Likewise.
3971         * name-lookup.h (lookup_name_real): Change prototype.
3972         (lookup_name_nonclass): Likewise.
3973         * parser.c (cp_parser_lookup_name): Likewise.
3975         * cp-tree.h (saved_scope): Make old_bindings a vector.
3976         (unuse_fields): Remove.
3977         * name-lookup.h (cxx_saved_binding): Define it.
3978         * class.c (pushclass): Don't use unuse_fields.
3979         * name-lookup.c (cxx_saved_binding_make): Remove.
3980         (store_binding): Add new bindings to a vector, using an
3981         accumulator style, rather than adding them to a list.
3982         (store_bindings): Adjust accordingly.
3983         (store_class_bindings): Likewise.
3984         (push_to_top_level): Likewise.
3985         (pop_from_top_level): Likewise.
3986         * optimize.c (maybe_clone_body): Must push_to_top_level and
3987         pop_from_top_level calls outside of loop.
3988         * parser.c (cp_parser_class_specifier): Move push_scope/pop_scope
3989         calls here from cp_parser_late_parsing_default_args.
3990         (cp_parser_save_default_args): Record the class type in which the
3991         function is declared.
3992         (cp_parser_late_parsing_default_args): Do not call
3993         push_nested_class/pop_nested_class.
3994         * search.c (dfs_unuse_fields): Remove.
3995         (unuse_fields): Remove.
3997 2004-07-11  Joseph S. Myers  <jsm@polyomino.org.uk>
3999         * cp-lang.c (LANG_HOOKS_MAYBE_BUILD_CLEANUP, LANG_HOOKS_PUSHLEVEL,
4000         LANG_HOOKS_POPLEVEL, LANG_HOOKS_UPDATE_DECL_AFTER_SAVING): Remove.
4001         * cp-tree.h (poplevel): Declare.
4002         (set_block): Remove.
4003         * decl.c (set_block): Remove.
4005 2004-07-10  Mike Stump  <mrs@apple.com>
4007         * decl2.c (import_export_class): Never export/import vtables
4008         with inline key functions.
4010 2004-07-09  Steven Bosscher  <stevenb@suse.de>
4012         * typeck.c (c_expand_asm_operands): Remove.
4014 2004-07-09  Mike Stump  <mrs@apple.com>
4016         * typeck.c (build_class_member_access_expr): Skip null deref
4017         warning when we don't dereference it.
4019 2004-07-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4021         PR c++/8211
4022         PR c++/16165
4023         * class.c (check_field_decls): Improve -Weffc++ warning: do not
4024         warn for pointers to functions/members, or for classes without
4025         destructors.
4027 2004-07-08  Mark Mitchell  <mark@codesourcery.com>
4029         * name-lookup.h (struct cp_binding_level): Update documentation
4030         for class_shadowed.
4032 2004-07-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4034         PR c++/16169
4035         * typeck.c (check_return_expr): Improve -Weffc++ warning: handle
4036         returning CALL_EXPR, and non-reference return type.
4038 2004-07-08  Nathan Sidwell  <nathan@codesourcery.com>
4040         * name-lookup.c (push_binding): Use VEC_reserve.
4042 2004-07-08  Richard Henderson  <rth@redhat.com>
4044         * cp-tree.h (expand_eh_spec_block): Remove.
4046 2004-07-07  Mark Mitchell  <mark@codesourcery.com>
4048         * cp-tree.h (saved_scope): Remove x_previous_class_type and
4049         x_previous_class_values; add x_previous_class_level.
4050         (previous_class_type): Remove.
4051         (previous_class_values): Remove.
4052         (previous_class_level): New macro.
4053         * class.c (pushclass): Restore the identifier cache more
4054         expeditiously.
4055         (invalidate_class_lookup_cache): Use vector for class_shadowed and
4056         previous_class_values.
4057         * decl.c (poplevel): Likewise.
4058         * name-lookup.c (cxx_binding_init): New function.
4059         (cxx_binding_make): Use it.
4060         (push_binding): For a binding in a class level, use a vector of
4061         cp_class_binding nodes.
4062         (push_binding_level): New function.
4063         (begin_scope): Use it.
4064         (leave_scope): Do not put class binding levels on the free list.
4065         (print_binding_level): Adjust for the fact that class_shadowed is
4066         a vector.
4067         (poplevel_class): Likewise.
4068         (clear_identifier_class_values): Likewise.
4069         (push_class_level_binding): Likewise.
4070         (set_class_shadows): Remove.
4071         (store_binding): New function.
4072         (store_class_bindings): New function.
4073         (push_to_top_level): Use store_class_bindings as appropriate.
4074         (pop_from_top_level): Use previous_class_level, not
4075         previous_class_type.
4076         * name-lookup.h (cp_class_binding): New type.
4077         (cp_binding_level): Use a vector object for class_shadowed.
4078         (push_binding_level): Declare.
4079         (set_class_shadows): Remove.
4081 2004-07-07  Andrew Pinski  <apinski@apple.com>
4083         * class.c (instantiate_type): BUFFER_REF is dead.
4084         * lex.c (init_operators): IN_EXPR is dead.
4086 2004-07-07  Jason Merrill  <jason@redhat.com>
4088         PR c++/16334
4089         * call.c (build_new_op): Give overload warnings for built-in
4090         candidates.
4092 2004-07-07  H.J. Lu  <hongjiu.lu@intel.com>
4094         PR c++/16276
4095         * rtti.c (emit_tinfo_decl): Turn off DECL_ONE_ONLY if typeinfo
4096         is not public.
4098 2004-07-07  Nathan Sidwell  <nathan@codesourcery.com>
4100         * cp-tree.h (CLASSTYPE_N_BASECLASSES): Remove.
4101         * class.c (build_primary_vtable, check_bases,
4102         determine_primary_base, finish_struct_bits,
4103         maybe_warn_about_overly_private_class, dfs_find_final_overrider_q,
4104         get_basefndecls, warn_hidden, walk_subobject_offsets,
4105         build_base_fields, create_vtable_ptr, propagate_binfo_offsets,
4106         layout_virtual_bases, end_of_class, warn_about_ambiguous_bases,
4107         finish_struct_1, get_vfield_name, contains_empty_class_p,
4108         dump_class_hierarchy_r, finish_vtbls, build_vtt_inits,
4109         dfs_ctor_vtable_bases_queue_p, accumulate_vtbl_inits,
4110         add_vcall_offset_vtbl_entries_r, cp_fold_obj_type_ref): Adjust
4111         BINFO macros.
4112         * decl.c (xref_basetypes): Likewise.
4113         * dump.c (cp_dump_tree): Likewise.
4114         * error.c (dump_expr): Likewise.
4115         * init.c (sort_mem_initializers, expand_member_init,
4116         push_base_cleanups): Likewise.
4117         * method.c (do_build_copy_constructor, do_build_assign_reg,
4118         synthesize_exception_spec): Likewise.
4119         * name-lookup.c (arg_assoc_class): Likewise.
4120         * pt.c (instantiate_class_template, tsubst,
4121         get_template_base_recursive): Likewise.
4122         * ptree.c (cxx_print_type): Likewise.
4123         * rtti.c (get_psuedo_ti_init, get_pseudo_ti_desc): Likewise.
4124         * search.c (lookup_base_r, dynamic_cast_base_recurse,
4125         dfs_access_in_type, access_in_type, lookup_field_queue_p,
4126         bfs_walk, dfs_walk_real, look_for_overrides, markedp, unmarkedp,
4127         marked_pushdecls_p, unmarked_pushdecls_p, dfs_debug_markedp,
4128         dfs_debug_unmarkedp, dfs_check_overlap, dfs_no_overlap_yet,
4129         binfo_for_vtable, copied_binfo, original_binfo): Likewise
4130         * tree.c (copy_base_binfos, make_binfo): Likewise.
4131         * typeck.c (commmon_base_type): Likewise
4132         * typeck2.c (process_init_constructor): Likewise
4134 2004-07-06  Joseph S. Myers  <jsm@polyomino.org.uk>
4136         * decl.c (check_tag_decl): Name redeclared type in diagnostic.
4138 2004-07-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4140         PR c++/3671
4141         * pt.c (convert_nontype_argument): Disallow conversions between
4142         different enumeration types.
4144 2004-07-06  Nathan Sidwell  <nathan@codesourcery.com>
4146         * cp-tree.h (BINFO_MARKED): Remove.
4147         (BINFO_VTABLE_PATH_MARKED, BINFO_NEW_VTABLE_MARKED,
4148         BINFO_DEPENDENT_BASE_P, BINFO_LOST_PRIMARY_P,
4149         BINFO_INDIRECT_PRIMARY_P): Use appropriate BINFO_FLAG_n.
4150         (SET_BINFO_NEW_VTABLE_MARKED): Use BINFO_VIRTUAL_P.
4151         * class.c (build_base_path): Use BINFO_VIRTUAL_P.
4152         (mark_primary_bases, determine_primary_base, base_derived_from,
4153         dfs_find_final_overrider, dfs_find_final_overrider_q,
4154         dfs_find_inal_overrider_post, update_vtable_entry_for_fn,
4155         dfs_modify_vtables, walk_subobject_offsets,
4156         layout_nonempty_base_or_field, build_base_field,
4157         build_base_fields, propagate_binfo_offsets, layout_virtual_bases,
4158         end_of_class, get_vfield_name, dump_class_hierarchy, dump_vtable,
4159         finish_vtbls, build_vtt_inits, dfs_build_secondary_vptr_vtt_inits,
4160         build_ctor_vtbl_group, accumulate_vtble_inits,
4161         dfs_accumulate_vtbls_inits, build_vbase_offset_vtbl_entries,
4162         build_vcall_offset_vtbl_entries, add_vcall_offset_vtbl_entries_r,
4163         add_vcall_offset_vtbl_entries_1): Likewise.
4164         * decl.c (xref_basetypes): Incomming virtual base indicated by
4165         TREE_TYPE. Adjust.
4166         * dump.c (cp_dump_tree): Use BINFO_VIRTUAL_P.
4167         * init.c (finish_init_stmts, sort_mem_initializers,
4168         emit_mem_initializers, build_vtble_address, expand_member_init,
4169         push_base_cleanups): Likewise.
4170         * method.c (do_build_copy_constructor): Likewise.
4171         * pt.c (instantiate_class_template,
4172         get_template_base_recursive): Likewise.
4173         * rtti.c (dfs_class_hint_mark, get_pseudo_ti_init,
4174         get_pseudo_ti_desc): Likewise.
4175         * search.c (lookup_base_r, dynamic_cast_base_recurse,
4176         binfo_from_vbase, binfo_via_virtual, copied_binfo,
4177         original_binfo): Likewise.
4178         * semantics.c (finish_base_specifier): Virtualness is indicated
4179         by TREE_TYPE.
4180         * tree.c (copy_base_binfos): Use BINFO_VIRTUAL_P.
4182 2004-07-06  Mark Mitchell  <mark@codesourcery.com>
4184         Revert:
4185         2004-06-24  Jason Merrill  <jason@redhat.com>
4186         PR c++/16115
4187         * decl.c (grokparms): Give the PARM_DECL reference type if the
4188         parameter is passed by invisible reference.
4190 2004-07-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4192         * cp-lang.c (cp_var_mod_type_p): Add extra arg.
4193         * decl.c (grokdeclarator): Extra arg to variably_modified_type_p.
4194         * pt.c (check_instantiated_args, unify): Likewise.
4196 2004-07-05  Phil Edwards  <phil@codesourcery.com>
4198         * Make-lang.in (check-c++, lang_checks):  Add some comments.
4200 2004-07-05  Zack Weinberg  <zack@codesourcery.com>
4202         * cp-mudflap.c: Delete file.
4203         * Makefile.in: Remove all references to cp-mudflap.o.
4205 2004-07-05  Zack Weinberg  <zack@codesourcery.com>
4207         * decl.c (cxx_init_decl_processing): Call
4208         build_common_tree_nodes before creating the global NAMESPACE_DECL.
4210 2004-07-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4212         PR c++/2518
4213         * call.c (build_operator_new_call): Look only at global scope.
4215 2004-07-05  Nathan Sidwell  <nathan@codesourcery.com>
4217         * call.c (enforce_access): Expect TREE_BINFO.
4218         * class.c (binfo_ctor_vtable): Check TREE_BINFO.
4219         * cp-tree.h (RECORD_OR_UNION_TYPE_CHECK): Remove.
4220         (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX, BINFO_PRIMARY_BASE_OF):
4221         Adjust.
4222         (BINFO_LANG_ELTS): Remove.
4223         (BINFO_LANG_SLOTS): New.
4224         (TYPE_RAISES_EXCEPTIONS, ENUM_TEMPLATE_INFO): Use TYPE_LANG_SLOT_1.
4225         (CLASSTYPE_TEMPLATE_INFO): Adjust.
4226         * pt.c (tsubst): Split TREE_BINFO case from TREE_VEC case.
4227         * search.c (lookup_member): Check TREE_BINFO.
4228         * semantics.c (perform_or_defer_access_check): Likewise.
4229         (check_accessibility_of_qualified_id): Check
4230         deferred_access_no_check.
4231         * tree.c (make_binfo): Use make_tree_binfo.
4233 2004-07-04  Mark Mitchell  <mark@codesourcery.com>
4235         * method.c (implicitly_declare_fn): Set linkage of generated
4236         functions.
4238 2004-07-04  Richard Henderson  <rth@redhat.com>
4240         * typeck.c (cxx_mark_addressable): Don't put_var_into_stack.
4242 2004-07-03  Scott Brumbaugh  <scottb.lists@verizon.net>
4244         PR c++/3761
4245         * name-lookup.c (push_class_level_binding): Don't pass a
4246         TREE_LIST of ambiguous names to check_template_shadow as it
4247         only handles declarations. Instead, pull the declaration
4248         out and pass that.
4250 2004-07-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
4252         PR c++/14971
4253         * pt.c (check_explicit_specialization): Clarify error message.
4255 2004-07-02  Richard Henderson  <rth@redhat.com>
4257         * tree.c (cp_unsave_r): Update remap_save_expr call.
4259 2004-07-02  Mark Mitchell  <mark@codesourcery.com>
4261         PR c++/16240
4262         * mangle.c (write_template_arg): Correct mangling.
4264         PR c++/16297
4265         * decl.c (grokdeclarator): Robustify.
4267 2004-07-01  Richard Henderson  <rth@redhat.com>
4269         * class.c (fixed_type_or_null): Don't handle RTL_EXPR.
4270         * method.c (synthesize_method): Don't clear_last_expr.
4271         * name-lookup.c (maybe_push_cleanup_level): Likewise.
4273 2004-07-01  Nick Clifton  <nickc@redhat.com>
4275         * decl2.c (import_export_class): Invoke the
4276         import_export_class field in the gcc_target structure if it is not
4277         empty.
4279 2004-06-30  Richard Henderson  (rth@redhat.com>
4281         * decl.c (start_preparsed_function): Don't set immediate_size_expand.
4282         * method.c (use_thunk): Likewise.
4284 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
4286         * call.c (build_over_call), typeck.c (build_function_call): Call
4287         check_function_arguments instead of check_function_format.
4289 2004-06-30  Joseph S. Myers  <jsm@polyomino.org.uk>
4291         * call.c (build_over_call), typeck.c (build_function_call): Update
4292         calls to check_function_format.
4294 2004-06-30  Richard Henderson  <rth@redhat.com>
4296         * call.c (build_over_call): Use __builtin_memcpy for copying
4297         CLASS_AS_BASE rather than funny casting.
4299 2004-06-30  Richard Henderson  <rth@redhat.com>
4301         * init.c (build_new_1): Fill in TYPE_DOMAIN, TYPE_SIZE and
4302         TYPE_SIZE_UNIT of full_type.
4304 2004-06-30  Per Bothner  <per@bothner.com>
4306         Conditionally compile support for --enable-mapped_location.
4307         * decl.c (pop_label):  Handle (imperfectly) USE_MAPPED_LOCATION case.
4308         * decl2.c:  If USE_MAPPED_LOCATION, don't do some line number
4309         adjustments - which I don't understand.
4310         * error.c (dump_decl):  Rename "<interrnal>" to "<built-in>".
4311         * error.c:  Use LOCATION_FILE and EXPR_LOCATION macros.
4312         (print_instantiation_partial_context):  Use expand_location.
4313         * decl.c (duplicate_decl):  Use new DECL_IS_BUILTIN macro.
4314         * name-lookup.c:  Likewise.
4315         * lex.c (cxx_init):  Likewise.  Also use BUILTINS_LOCATION.
4316         * name-lookup.c:  Use input_line macro.
4317         * parser.c (cp_lexer_get_preprocessor_token):  Use UNKNOWN_LOCATION.
4318         (cp_parser_statement):  Rename locaal variable statement_locus to
4319         statement_location and use SET_EXPR_LOCATION macro.
4320         * pt.c:  Handle USE_MAPPED_LOCATION case.  Use new macros.
4321         * tree.c (cp_walk_subtrees):  Likewise.
4323 2004-06-29  Per Bothner  <per@bothner.com>
4325         * tree.c (build_min_nt, build_min, build_min_non_dep):
4326         Don't set TREE_COMPLEXITY from input_line.
4328 2004-06-29  Paul Brook  <paul@codesourcery.com>
4330         * init.c: Include target.h.
4331         (get_cookie_size): Remove and replace with target hook.
4332         Update callers.
4333         (build_new_1): Store the element size in the cookie.
4335 2004-06-29  Nathan Sidwell  <nathan@codesourcery.com>
4337         PR c++/16260
4338         * parser.c (cp_parser_template_declaration_after_export): Disable
4339         access checks here ...
4340         (cp_parser_class_specifier): ... not here.
4342 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
4344         * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK,
4345         VAR_FUNCTION_OR_PARM_DECL_CHECK, RECORD_OR_UNION_TYPE_CHECK,
4346         BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Use appropriate
4347         TREE_CHECK macro.
4349 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
4351         * cp-tree.h (struct deferred_access): Move to ...
4352         * semantics.c (struct deferred_access): ... here. Adjust.
4353         (deferred_access_stack): Make a VEC(deferred_access),
4354         (deferred_access_free_list): Remove.
4355         (deferred_access_no_check): New.
4356         (push_deferring_access_checks, resume_deferring_access_checks,
4357         stop_deferring_access_checks, pop_deferring_access_checks,
4358         get_deferred_access_checks, pop_to_parent_deferring_access_checks,
4359         perform_deferred_access_checks, perform_or_defer_access_check): Adjust.
4361 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
4363         PR c++/16174
4364         * call.c (build_temp): Declare.
4365         (check_constructor_callable): New.
4366         (reference_binding): Only set CHECK_COPY_CONSTRUCTOR if not for
4367         CONSTRUCTOR_CALLABLE.
4368         (convert_like_real, initialize_reference): Use
4369         check_constructor_callable.
4370         * cp-tree.h (LOOKUP_CONSTRUCTOR_CALLABLE): New.
4371         (LOOKUP_*): Renumber.
4373 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
4375         * friend.c (add_friend): Only perform access checks when context
4376         is a class.
4377         * lex.c (cxx_make_type): Only create a binfo for aggregate types.
4378         * parser.c (cp_parser_class_specifier): Disable access checks here
4379         when parsing the body of a templated class.
4380         * semantics.c (perform_or_defer_access_checks): Reorder to allow
4381         NULL binfos when not checking access.
4383 2004-06-28  Nathan Sidwell  <nathan@codesourcery.com>
4385         Use vector API for vbase list.
4386         * cp-tree.h: Include vec.h
4387         (DEF_VEC_P (tree)): New type.
4388         (struct lang_type_class): Change vbase's member type.
4389         (binfo_for_vbase): Declare.
4390         * class.c (determine_primary_base, base_derived_from,
4391         update_vtable_entry_for_fn, walk_subobject_offsets, end_of_class,
4392         warn_about_ambiguous_bases, dfs_accumulate_vtbl_inits,
4393         build_vtbl_initializer): Adjust.
4394         * decl.c (xref_basetypes): Adjust, accumulate upper bound of
4395         vbases.
4396         * init.c (sort_mem_initializers, expand_member_init,
4397         push_base_cleanups): Adjust.
4398         * method.c (do_build_copy_constructor): Adjust.
4399         * search.c (get_pure_virtuals, copied_binfo, original_binfo): Adjust.
4400         (binfo_for_vbase): New.
4401         * tree.c (copy_base_binfos): Adjust.
4403 2004-06-28  Mark Mitchell  <mark@codesourcery.com>
4405         * parser.c (cp_parser_set_decl_spec_type): Fix thinko.
4407 2004-06-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4409         PR c++/14123
4410         * cxx-pretty-print.c (pp_cxx_ptr_operator): Properly put
4411         paranthesis in case of pointers to array members.
4412         * error.c (dump_type_prefix): Likewise.
4413         (dump_type_suffix): Maybe issue a whitespace when printing
4414         ARRAY_TYPE.
4416 2004-06-27  Mark Mitchell  <mark@codesourcery.com>
4418         PR c++/16193
4419         * parser.c (cp_parser_set_decl_spec_type): Refine test for
4420         redefinition of built-in types.
4422 2004-06-27  Gabriel Dos Reis  <gdr@integrable-solutions.net>
4424         * error.c (pp_template_argument_list_start): Remove.
4425         (pp_template_argument_list_end): Likewise.
4426         (pp_separate_with_comma): Use pp_cxx_separate_with.
4427         (reinit_global_formatting_buffer): Remove.
4428         (pp_non_consecutive_character): Likewise.
4429         (dump_scope): Use pp_cxx_colon_colon.
4430         (dump_template_parameter): Use pp_cxx_identifier,
4431         pp_cxx_tree_identifier and pp_cxx_whitespace.
4432         (dump_templat_bindings): Replace use of pp_string with sequence
4433         of pp_cxx_whitespace and pp_equal.
4434         (dump_type): Use pp_cxx_identifier, pp_cxx_tree_identifier,
4435         pp_cxx_colon_colon, pp_cxx_whitespace throughout.  Don't set
4436         padding here.
4437         (dump_aggr_type): Use pp_cxx_identifier amd pp_cxx_tree_identifier.
4438         (dump_type_prefix): Don't set padding.  Use pp_cxx_whitespace,
4439         pp_cxx_left_parent, pp_cxx_colon_colon and pp_cxx_star troughout.
4440         (dump_type_suffix): Use pp_cxx_right_paren, pp_cxx_left_bracket,
4441         pp_cxx_right_bracket, pp_cxx_identifier throughout,
4442         (dump_decl): Likewise.
4443         (dump_template_decl): Likewise.
4444         (dump_function_decl): Likewise.  Set padding as appropriate.
4445         (dump_parameters): Use pp_cxx_left_paren, pp_cxx_identifier and
4446         pp_cxx_right_paren.
4447         (dump_exception_spec): Likewise.
4448         (dump_function_name): Use pp_cxx_tree_identifier and
4449         pp_cxx_identifier.
4450         (dump_template_parms): Use pp_cxx_begin_template_argument_list and
4451         pp_cxx_end_template_argument_list.
4452         (dump_expr): Use pp_cxx_left_paren, pp_cxx_right_paren,
4453         pp_cxx_colon_colon, pp_cxx_identifier, pp_cxx_tree_identifier and
4454         pp_cxx_whitespace throughout.
4455         (dump_binary_op): Use pp_cxx_whitespace, pp_cxx_left_paren and
4456         pp_cxx_right_paren.
4457         (dump_unary_op): Likewise.
4458         (reinit_cxx_pp): New function.
4459         (type_as_string); Use it.
4460         (expr_as_string): Likewise.
4461         (decl_as_string); Likewise.
4462         (context_as_string): Likewise.
4463         (lang_decl_name): Likewise.
4464         (decl_to_string): Likewise.
4465         (expr_to_string): Likewise.
4466         (parm_to_string): Likewise.
4467         (type_to_string): Likewise.
4468         (args_to_string): Likewise.
4469         (cv_to_string): Likewise.
4471 2004-06-26  Mark Mitchell  <mark@codesourcery.com>
4473         * cp-tree.h (cp_cv_quals): New type.
4474         (cp_declarator): Use it instead of "tree" as appropriate.
4475         (grok_method_quals): Adjust prototype.
4476         (grokclassfn): Likewise.
4477         (do_friend): Likewise.
4478         * decl.c (grokfndecl): Use cp_cv_quals, not tree.
4479         (grokdeclarator): Likewise.
4480         * decl2.c (grok_method_quals): Likewise.
4481         (grokclassfn): Likewise.
4482         * friend.c (do_friend): Likewise.
4483         * method.c (implicitly_declare_fn): Adjust call to grokclassfn.
4484         * parser.c (make_call_declarator): Use cp_cv_quals, not tree.
4485         (make_pointer_declarator): Likewise.
4486         (make_reference_declarator): Likewise.
4487         (make_ptrmem_declarator): Likewise.
4488         (cp_parser_ptr_operator): Likewise.
4489         (cp_parser_cv_qualifier_seq_opt): Likewise.
4490         (cp_parser_cv_qualifier_opt): Remove.
4491         (cp_parser_new_declarator_opt): Adjust call to
4492         cp_parser_ptr_operator.
4493         (cp_parser_conversion_declaration_opt): Likewise.
4494         (cp_parser_declarator): Use cp_cv_quals, not tree.
4495         (cp_parser_direct_declarator): Likewise.
4497 2004-06-26  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4499         * call.c, cp-tree.h, cxx-pretty-print.c, decl.c, decl2.c:
4500         Rename DECL_STMT to DECL_EXPR.
4501         * init.c, name-lookup.c, parser.c, pt.c, semantics.c: Likewise.
4502         * cp-lang.c (LANG_HOOKS_SAFE_FROM_P): Deleted.
4503         * tree.c (cp_walk_subtrees): Don't call c_walk_subtrees.
4505 2004-06-26  Jan Hubicka  <jh@suse.cz>
4507         PR C++/14865
4508         * decl2.c (maybe_emit_vtables):  Always import_export_vtable for the
4509         reachability analysis.
4511 2004-06-25  Mark Mitchell  <mark@codesourcery.com>
4513         * cp-mudflap.c (mflang_flush_calls): Fix thinkos resulting from
4514         2004-06-23 change.
4516 2004-06-25  Paul Brook  <paul@codesourcery.com>
4518         * decl2.c (get_guard): Call targetm.cxx.guard_type.
4519         (get_guard_bits, get_guard_cond): Call targetm.cxx.guard_mask_bit.
4521 2004-06-24  Mark Mitchell  <mark@codesourcery.com>
4523         * decl.c (grokdeclarator): Restore error messages about __thread.
4524         * parser.c (cp_parser_decl_specifier_seq): Likewise.
4526 2004-06-24  Jason Merrill  <jason@redhat.com>
4528         PR c++/16115
4529         * decl.c (grokparms): Give the PARM_DECL reference type if the
4530         parameter is passed by invisible reference.
4532 2004-06-24  Andreas Schwab  <schwab@suse.de>
4534         * cp-tree.h (enum cp_storage_class): Remove trailing comma.
4536 2004-06-23  Mark Mitchell  <mark@codesourcery.com>
4538         * Make-lang.in (cp/lex.o): Do not depend on cp/lex.h.
4539         (cp/decl.o): Likewise.
4540         (cp/decl2.o): Likewise.
4541         (cp/pt.o): Likewise.
4542         (cp/semantics.o): Likewise.
4543         * config-lang.in (gtfiles): Do not reference cp/lex.h.
4544         * class.c: Do not include lex.h.
4545         (add_implicitly_declared_members): Do not use
4546         adding_implicit_members.
4547         (check_bases_and_members): Do not talk about grok_x_components.
4548         * cp/cp-tree.h (adding_implicit_members): Remove.
4549         (cp_storage_class): New type.
4550         (cp_decl_spec): Likewise.
4551         (cp_decl_specifier_seq): Likewise.
4552         (cp_parameter_declarator): Use it for the decl_specifiers field.
4553         (check_tag_decl): Adjust prototype.
4554         (shadow_tag): Likewise.
4555         (groktypename): Likewise.
4556         (start_decl): Likewise.
4557         (start_function): Likewise.
4558         (start_method): Likewise.
4559         (grok_x_components): Remove.
4560         (grokfield): Adjust prototype.
4561         (grokbitfield): Likewise.
4562         (finish_member_class_template): Remove.
4563         * decl.c: Do not include lex.h.
4564         (adding_implicit_members): Do not define.
4565         (check_tag_decl): Do not use trees to represent decl-specifiers.
4566         (shadow_tag): Likewise.
4567         (groktypename): Likewise.
4568         (start_decl): Likewise.
4569         (grokvardecl): Likewise.
4570         (grokdeclarator): Likewise.
4571         (grokparms): Likewise.
4572         (start_function): Likewise.
4573         (start_method): Likewise.
4574         * decl.h (grokdeclarator): Adjust prototype.
4575         * decl2.c: Do not include lex.h.
4576         (grok_x_components): Remove.
4577         (grokfield): Do not use trees to represent decl-specifiers.
4578         (grokbitfield): Likewise.
4579         * lex.c: Do not include lex.h.
4580         * lex.h: Remove.
4581         * parser.c: Include target.h.
4582         (clear_decl_specs): New function.
4583         (cp_parser_translation_unit): Do not use trees to represent
4584         decl-specifiers.
4585         (cp_parser_postfix_expression): Likewise.
4586         (cp_parser_new_type_id): Likewise.
4587         (cp_parser_condition): Likewise.
4588         (cp_parser_simple_declaration): Likewise.
4589         (cp_parser_decl_specifier_seq): Likewise.
4590         (cp_parser_function_specifier_opt): Likewise.
4591         (cp_parser_conversion_type_id): Likewise.
4592         (cp_parser_template_parameter): Likewise.
4593         (cp_parser_explicit_instantiation): Likewise.
4594         (cp_parser_type_specifier): Likewise.
4595         (cp_parser_simple_type_specifier): Likewise.
4596         (cp_parser_init_declarator): Likewise.
4597         (cp_parser_type_id): Likewise.
4598         (cp_parser_type_specifier_seq): Likewise.
4599         (cp_parser_parameter_declaration): Likewise.
4600         (cp_parser_member_declaration): Likewise.
4601         (cp_parser_exception_declaration): Likewise.
4602         (cp_parser_function_definition_from_specifiers_and_declarator):
4603         Likewise.
4604         (cp_parser_single_declaration): Likewise.
4605         (cp_parser_save_member_function_body): Likewise.
4606         (cp_parser_friend_p): Likewise.
4607         (cp_parser_set_storage_class): New function.
4608         (cp_parser_set_decl_spec_type): Likewise.
4609         * pt.c: Do not include lex.h.
4610         * semantics.c: Likewise.
4611         (finish_member_class_template): Remove.
4613 2004-06-23  Roger Sayle  <roger@eyesopen.com>
4615         * call.c (build_cxx_call): Don't call expand_tree_builtin.  No
4616         longer take both "args" and "convert_args" as arguments.
4617         (build_op_delete_call): Update call to build_cxx_call.
4618         (build_over_call): Likewise, update call to build_cxx_call.
4619         * cp-tree.h (build_cxx_call): Update funtion prototype.
4620         * typeck.c (build_function_call): Don't call expand_tree_builtin.
4621         * rtti.c (throw_bad_cast): Update call to build_cxx_call.
4622         (throw_bad_typeid): Likewise.
4623         (build_dynamic_cast_1): Likewise.
4625 2004-06-22  Richard Henderson  <rth@redhat.com>
4627         * class.c (build_vfn_ref): Take a pointer not object.  Build
4628         an OBJ_TYPE_REF.
4629         (cp_fold_obj_type_ref): New.
4630         * call.c (build_over_call): Update build_vfn_ref call.
4631         * cp-lang.c (LANG_HOOKS_FOLD_OBJ_TYPE_REF): New.
4632         * cp-tree.h (cp_fold_obj_type_ref): Declare.
4634 2004-06-21  Jason Merrill  <jason@redhat.com>
4636         PR c++/16112
4637         * cp-gimplify.c (cp_gimplify_init_expr): Look through
4638         CLEANUP_POINT_EXPR.
4640 2004-06-21  Mark Mitchell  <mark@codesourcery.com>
4642         * cp-tree.def (NEW_EXPR): Add a fourth slot.
4643         * cp-tree.h (PARMLIST_ELLIPSIS_P): Remove.
4644         (TREE_PARMLIST): Likewise.
4645         (CALL_DECLARATOR_PARMS): Likewise.
4646         (CALL_DECLARATOR_QUALS): Likewise.
4647         (CALL_DECLARATOR_EXCEPTION_SPEC): Likewise.
4648         (cp_declarator_kind): New type.
4649         (cp_parameter_declarator): Likewise.
4650         (cp_declarator): Likewise.
4651         (cp_error_declarator): Likewise.
4652         (no_parameters): Likewise.
4653         (groktypename): Change prototype.
4654         (start_decl): Likewise.
4655         (start_handler_parms): Likewise.
4656         (get_scope_of_declarator): Likewise.
4657         (start_function): Likewise.
4658         (start_preparsed_function): New function.
4659         (start_function): Change prototype.
4660         (start_method): Likewise.
4661         (grokfield): Likewise.
4662         (grokbitfield): Likewise.
4663         (build_new): Likewise.
4664         (make_pointer_declarator): Remove.
4665         (make_reference_declarator): Likewise.
4666         (make_call_declarator): Likewise.
4667         (set_quals_and_spec): Likewise.
4668         (process_template_parm): Change prototype.
4669         (begin_function_definition): Remove.
4670         (finish_parmlist): Remove.
4671         * decl.c (groktypename): Do not use trees to represent
4672         declarators.
4673         (start_decl): Likewise.
4674         (start_handler_parms): Remove.
4675         (get_scope_of_declarator): Reimplement.
4676         (grokdeclarator): Do not use trees to represent declarators.
4677         (grokparms): Likewise.
4678         (start_function): Likewise.
4679         (start_method): Likewise.
4680         (build_void_list_mode): Do not use TREE_PARMLIST.
4681         * decl.h (grokdeclarator): Change prototype.
4682         * decl2.c (grok_method_quals): Robustify.
4683         (grok_x_components): Do not use trees to represent declarators.
4684         (grokfield): Likewise.
4685         (grokbitfield): Likewise.
4686         (start_objects): Build FUNCTION_DECLs, not declarators.
4687         (start_static_storage_duration_function): Likewise.
4688         * init.c (build_new): Simplify.
4689         * lex.c (make_pointer_declarator): Remove.
4690         (make_reference_declarator): Likewise.
4691         (make_call_declarator): Likewise.
4692         (set_quals_and_spec): Likewise.
4693         * method.c (use_thunk): Use start_preparsed_function.
4694         (synthesize_method): Likewise.
4695         (implicitly_declare_fn): Build FUNCTION_DECLs, not declarators.
4696         * optimize.c (maybe_clone_body): Use start_preparsed_function.
4697         * parser.c (cp_error_declarator): New variable.
4698         (declarator_obstack): Likewise.
4699         (alloc_declarator): New function.
4700         (make_declarator): Likewise.
4701         (make_id_declarator): Likewise.
4702         (make_pointer_declarator): Likewise.
4703         (make_reference_declarator): Likewise.
4704         (make_ptrmem_declarator): Likewise.
4705         (make_call_declarator): Likewise.
4706         (make_array_declarator): Likewise.
4707         (no_parameters): New variable.
4708         (make_parameter_declarator): Likewise.
4709         (cp_parser_check_for_definition_in_return_type): Do not use trees
4710         to represent declarators.
4711         (cp_parser_translation_unit): Likewise.
4712         (cp_parser_new_expression): Likewise.
4713         (cp_parser_new_type_id): Likewise.
4714         (cp_parser_new_declarator_opt): Likewise.
4715         (cp_parser_direct_new_declarator): Likewise.
4716         (cp_parser_condition): Likewise.
4717         (cp_parser_declaration_statement): Likewise.
4718         (cp_parser_declaration): Likewise.
4719         (cp_parser_conversion_type_id): Likewise.
4720         (cp_parser_conversion_declarator_opt): Likewise.
4721         (cp_parser_template_parameter_list): Likewise.
4722         (cp_parser_template_parameter): Likewise.
4723         (cp_parser_explicit_instantiation): Likewise.
4724         (cp_parser_init_declarator): Likewise.
4725         (cp_parser_declarator): Likewise.
4726         (cp_parser_direct_declarator): Likewise.
4727         (cp_parser_type_id): Likewise.
4728         (cp_parser_parameter_declaration_clause): Likewise.
4729         (cp_parser_parameter_declaration_list): Likewise.
4730         (cp_parser_parameter_declaration): Likewise.
4731         (cp_parser_member_declaration): Likewise.
4732         (cp_parser_exception_declaration): Likewise.
4733         (cp_parser_check_declarator_template_parameters): Likewise.
4734         (cp_parser_function_definition_from_specifiers_and_declarator):
4735         Likewise.
4736         (cp_parser_save_member_function_body): Likewise.
4737         * pt.c (process_template_parm): Add is_non_type parameter.
4738         (convert_template_argument): Adjust call to groktypename.
4739         (tsubst_call_declarator_parms): Remove use of TREE_PARMLIST.
4740         (tsubst): Do not expect declarators.
4741         (tsubst_copy_and_build): Adjust NEW_EXPR case to handle additional
4742         argument.
4743         (instantiate_decl): Use start_preparsed_function.
4744         * semantics.c (begin_function_definition): Remove.
4745         (finish_parmlist): Remove.
4746         * cp-mudflap.c (mflang_flush_calls): Build FUNCTION_DECLs, not
4747         declarators.
4749 2004-06-21  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4751         * call.c (build_vfield_ref): Add new operand for COMPONENT_REF.
4752         (build_new_method_call): Likewise.
4753         * decl.c (local_variable_p_walkfn): Don't walk into types.
4754         * decl2.c (grok_array_decl): Add new operands for ARRAY_REF.
4755         (build_anon_union_vars): Add new operand for COMPONENT_REF.
4756         * init.c (buld_new): Add new operand for ARRAY_REF.
4757         * method.c (do_build_copy_constructor): New op for COMPONENT_REF.
4758         (do_build_assign_ref): Likewise.
4759         * parser.c (cp_parser_direct_new_declarator): Add new operands
4760         for ARRAY_REF.
4761         (cp_parser_direct_declarator): Likewise.
4762         * pt.c (tsubst): Likewise.
4763         (tsubst_copy, tsubst_copy_and_build): Likewise; also add new operand
4764         for COMPONENT_REF.
4765         * semantics.c (finish_non_static_data_member): Add new operand
4766         for COMPONENT_REF.
4767         * typeck.c (build_class_member_access_expr): Likewise.
4768         (build_class_member_access_expr, finish_class_member_access_expr):
4769         Likewise.
4770         (build_ptrmemfunc_access_expr): Likewise.
4771         (build_array_ref): Add new operands for ARRAY_REF.
4772         * typeck2.c (split_nonconstant_init_1): Likewise; COMPONENT_REF too.
4773         * tree.c (count_trees_r, no_linkage_helper): Don't walk in types.
4775 2004-06-21  Richard Henderson  <rth@redhat.com>
4777         * dump.c (cp_dump_tree): Don't use dump_next_stmt.
4778         * parser.c (cp_parser_jump_statement): Update commentary.
4779         * pt.c (tsubst_expr): Use RETURN_EXPR.
4780         * semantics.c (finish_return_stmt): Likewise.
4781         (finalize_nrv_r): Likewise.
4782         * typeck.c, typeck2.c: Update file start commentary.
4784 2004-06-21  Richard Henderson  <rth@redhat.com>
4786         * semantics.c (finish_expr_stmt): Call verify_sequence_points.
4788 2004-06-20  Richard Henderson  <rth@redhat.com>
4790         * cp-tree.h (add_decl_stmt): Declare.
4791         * pt.c (tsubst_copy): Abort for CLEANUP_POINT_EXPR.
4792         * semantics.c (maybe_cleanup_point_expr): New.
4793         (add_decl_stmt, finish_expr_stmt, finish_return_stmt,
4794         finish_for_expr, finish_switch_cond): Use it.
4795         (finalize_nrv_r): Don't build an EXPR_STMT.  Don't frob TREE_CHAIN.
4797 2004-06-20  Richard Henderson  <rth@redhat.com>
4799         * cp-tree.def (CLEANUP_STMT, IF_STMT): Move from c-common.def.
4800         * cp-gimplify.c (gimplify_if_stmt): Move from c-gimplify.c.
4801         (cp_gimplify_expr): Call it.
4802         (gimplify_cleanup_stmt): Move from c-gimplify.c.
4803         (cp_genericize): New.
4804         * decl.c (finish_function): Call it.
4805         * cp-tree.h (cp_stmt_codes): Add CLEANUP_STMT, IF_STMT.
4806         (CLEANUP_BODY, CLEANUP_EXPR, CLEANUP_DECL): Move from c-common.h.
4807         (IF_COND, THEN_CLAUSE, ELSE_CLAUSE): Likewise.
4808         (cp_genericize): Declare.
4809         * cxx-pretty-print.c (pp_cxx_statement): Add CLEANUP_STMT, IF_STMT.
4810         * dump.c (cp_dump_tree): Likewise.
4811         * semantics.c (push_cleanup): Move from c-semantics.c.
4813 2004-06-20  Zack Weinberg  <zack@codesourcery.com>
4815         * cp-lang.c (has_c_linkage): Implement.
4817         * cp-tree.h (set_mangled_name_for_decl): Don't prototype.
4818         * decl.c (duplicate_decls): Use COPY_DECL_RTL.
4819         (builtin_function_1): Don't call make_decl_rtl.
4820         (build_cp_library_fn): Don't call set_mangled_name_for_decl.
4821         (grokvardecl): Don't call mangle_decl.
4822         * except.c (nothrow_libfn_p): Look at DECL_NAME, not
4823         DECL_ASSEMBLER_NAME.
4824         * method.c (set_mangled_name_for_decl): Delete.
4825         * name-lookup.c (pushdecl): When a local extern shadows a
4826         file-scope declaration of the same object, give both DECLs the
4827         same DECL_UID.
4828         * typeck.c (cxx_mark_addressable): Don't set TREE_ADDRESSABLE
4829         on DECL_ASSEMBLER_NAME.
4831 2004-06-19  Richard Henderson  <rth@redhat.com>
4833         * cp-gimplify.c: Remove unnecessary prototypes.
4834         (cp_gimplify_stmt): Merge into ...
4835         (cp_gimplify_expr): ... here.  Move to end of file.  Handle
4836         stmts_are_full_exprs_p frobbing.
4837         * cp-tree.h (cp_gimplify_stmt): Remove.
4838         * pt.c (tsubst_expr): Merge prep_stmt and unify.
4839         * tree.c (init_tree): Don't set lang_gimplify_stmt.
4841 2004-06-18  Richard Henderson  <rth@redhat.com>
4843         PR c++/16034
4844         * semantics.c (begin_cond): New.
4845         (finish_cond): Rewrite to handle template DECL_STMTs specially.
4846         Assume that non-template decls go land before the conditional.
4847         (simplify_loop_decl_cond): Likewise.
4848         (begin_if_stmt, finish_if_stmt_cond, begin_while_stmt,
4849         finish_while_stmt_cond, finish_for_init_stmt, finish_for_cond,
4850         begin_switch_stmt, finish_switch_cond): Update to match.
4852 2004-06-17  Jason Merrill  <jason@redhat.com>
4854         PR c++/16015
4855         * semantics.c (simplify_aggr_init_expr): Don't return the slot.
4856         (finish_stmt_expr_expr): Update type after conversions.
4857         (finish_stmt_expr): Wrap initializer in CLEANUP_POINT_EXPR.
4858         Handle void initializer.
4859         * tree.c (build_cplus_new): Make AGGR_INIT_EXPRs void.
4861 2004-06-17  Geoffrey Keating  <geoffk@apple.com>
4863         * class.c (build_clone): Don't call defer_fn, let mark_used do it.
4864         * cp-tree.h (defer_fn): Delete.
4865         * decl2.c (defer_fn): Delete.
4866         (finish_file): Simplify deferred_fns loops; check that
4867         only used inline functions get into deferred_fns.
4868         (mark_used): Inline previous contents of defer_fn.
4870 2004-06-16  Richard Henderson  <rth@redhat.com>
4872         * cp-tree.h (COMPOUND_STMT_TRY_BLOCK, COMPOUND_STMT_BODY_BLOCK): Kill.
4873         (BIND_EXPR_TRY_BLOCK, BIND_EXPR_BODY_BLOCK): New.
4874         * cxx-pretty-print.c (pp_cxx_function_definition): Move handling
4875         of CTOR_INITIALIZER ...
4876         (pp_cxx_statement): ... here.
4877         * decl.c (begin_function_body): Don't set COMPOUND_STMT_BODY_BLOCK.
4878         (finish_function): Use alloc_stmt_list to zap entire function.
4879         * parser.c (cp_parser_compound_statement): Update commentary.
4880         * pt.c (tsubst_expr): Use BIND_EXPR instead of COMPOUND_STMT.
4881         * semantics.c (begin_compound_stmt, finish_compound_stmt): Likewise.
4882         (finish_stmt_expr): Don't look through COMPOUND_STMT.
4884 2004-06-16  Geoffrey Keating  <geoffk@apple.com>
4886         * pt.c (mark_decl_instantiated): Don't call defer_fn.
4888 2004-06-16  Richard Henderson  <rth@redhat.com>
4890         * parser.c (cp_parser_labeled_statement): Update commentary.
4891         * pt.c (tsubst_expr): Use CASE_LABEL_EXPR.
4892         * tree.c (mark_local_for_remap_r): Likewise.
4894 2004-06-16  Richard Henderson  <rth@redhat.com>
4896         * parser.c (cp_parser_asm_definition): Update commentary.
4897         * pt.c (tsubst_expr): Use ASM_EXPR.
4898         * semantics.c (finish_asm_stmt): Likewise.
4900 2004-06-16  Richard Henderson  <rth@redhat.com>
4902         * decl.c (finish_destructor_body): Use LABEL_EXPR.
4903         * parser.c (cp_parser_statement): Update commentary.
4904         * pt.c (tsubst_expr): Use LABEL_EXPR, GOTO_EXPR.
4905         * semantics.c (finish_goto_stmt, finish_label_stmt): Likewise.
4906         * tree.c (mark_local_for_remap_r): Likewise.
4908 2004-06-16  Richard Henderson  <rth@redhat.com>
4910         PR c++/16012
4911         * semantics.c (begin_for_stmt, begin_for_stmt): Do put the init
4912         statement in FOR_INIT_STMT for templates.
4914 2004-06-15  Richard Henderson  <rth@redhat.com>
4916         * call.c (initialize_reference): Don't build CLEANUP_STMT here.
4917         * cp-gimplify.c (cp_gimplify_stmt): Remove next_p argument.
4918         (genericize_try_block): Use gimplify_stmt.
4919         (genericize_catch_block, genericize_eh_spec_block): Likewise.
4920         (cp_gimplify_init_expr): Remove STMT_EXPR special case.
4921         (gimplify_must_not_throw_expr): Update voidify_wrapper_expr call.
4922         * cp-lang.c (LANG_HOOKS_TREE_INLINING_TREE_CHAIN_MATTERS_P): Remove.
4923         (cp_tree_chain_matters_p): Remove.
4924         * cp-tree.h (COMPOUND_STMT_TRY_BLOCK): New.
4925         (COMPOUND_STMT_BODY_BLOCK): New.
4926         (STATEMENT_LIST_NO_SCOPE, STATEMENT_LIST_TRY_BLOCK): New.
4927         (EXPR_STMT_STMT_EXPR_RESULT): New.
4928         (building_stmt_tree): Check cur_stmt_list.
4929         (tf_stmt_expr_cmpd, tf_stmt_expr_body): Remove.
4930         (BCS_NO_SCOPE, BCS_TRY_BLOCK, BCS_FN_BODY): New.
4931         * decl.c (poplevel): Use pop_stmt_list for minding cleanups.
4932         (cp_finish_decl): Use push_cleanup.
4933         (start_function, finish_function): Use statement lists.
4934         (finish_stmt): Do nothing.
4935         * except.c (begin_eh_spec_block): Use statement lists.
4936         (check_handlers_1, check_handlers): Likewise.
4937         * init.c (construct_virtual_base): Don't add extra compound stmts.
4938         (build_vec_init): Likewise.
4939         * name-lookup.c (maybe_push_cleanup_level): Use statement lists.
4940         * name-lookup.h (struct cp_binding_level): Add statement_list.
4941         * parser.c (cp_parser_statement): Take the STMT_EXPR node, not a bool.
4942         (cp_parser_labeled_statement, cp_parser_expression_statement,
4943         cp_parser_statement_seq_opt): Likewise.
4944         (cp_parser_compound_statement): Likewise.  Take bool for try block.
4945         (cp_parser_selection_statement): Tidy if processing.
4946         (cp_parser_already_scoped_statement): Rewrite to do what it says.
4947         * pt.c (tsubst_copy): Move STMT_EXPR to tsubst_expr.
4948         (tsubst_expr): Rewrite STMT_EXPR processing.  Handle STATEMENT_LIST.
4949         Mind COMPOUND_STMT_TRY_BLOCK, EXPR_STMT_STMT_EXPR_RESULT.
4950         * semantics.c (do_poplevel, do_pushlevel): Use statement lists.
4951         (finish_cond): New, rewritten from FINISH_COND.
4952         (simplify_loop_decl_cond): New.
4953         (finish_expr_stmt): Avoid nested EXPR_STMTs.
4954         (begin_if_stmt, finish_if_stmt_cond, finish_then_clause,
4955         begin_else_clause, finish_else_clause, finish_if_stmt,
4956         begin_while_stmt, finish_while_stmt_cond, finish_while_stmt,
4957         begin_do_stmt, finish_do_body, begin_for_stmt, finish_for_init_stmt,
4958         finish_for_cond, finish_for_stmt, begin_switch_stmt,
4959         finish_switch_cond, finish_switch_stmt, begin_try_block,
4960         finish_try_block, finish_cleanup_try_block, finish_function_try_block,
4961         finish_handler_sequence, finish_function_handler_sequence,
4962         begin_handler, finish_handler_parms, finish_handler,
4963         begin_stmt_expr, finish_stmt_expr_expr, finish_stmt_expr): Rewrite
4964         using statement lists.
4965         (begin_compound_stmt): Replace has_no_scope argument with flags.
4966         Update all callers.  Use statement lists.
4967         (finish_compound_stmt): Likewise.
4968         (finish_decl_cleanup, finish_eh_cleanup): Use push_cleanup.
4969         (current_scope_stmt_stack): Remove.
4970         (simplify_aggr_init_expr): Don't muck with TREE_CHAIN.
4971         * typeck2.c (split_nonconstant_init_1, split_nonconstant_init):
4972         Rewrite with statement lists.
4974 2004-06-15  Alexandre Oliva  <aoliva@redhat.com>
4976         * parser.c: Change all assignments of c_lex_string_translate
4977         to true and false to 1 and 0.
4978         (cp_lexer_read_token): Convert type of the translated string.
4979         (cp_parser_skip_to_closing_parentheses): Preserve original
4980         value of c_lex_string_translate, and set it to -1 while
4981         running.
4982         (cp_parser_cache_group): Likewise.
4983         (cp_parser_cache_group_1): Renamed.
4984         (cp_parser_asm_operand_list): Remove redundant setting of
4985         c_lex_string_translate.
4986         (cp_parser_primary_expression) [CPP_STRING, CPP_WSTRING]:
4987         Handle chained strings.
4989 2004-06-12  Andrew Pinski  <apinski@apple.com>
4991         PR c++/14639
4992         Revert:
4993         2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
4995                 * cp-tree.h: Fix typo.
4997                 * cp-tree.h: Include cgraph.h
4998                 (DECL_NEEDED_P): Use cgraph_*node on the decl instead of
4999                 TREE_SYMBOL_REFERENCED on the DECL_ASSEMBLER_NAME of the decl.
5001 2004-06-12  Jason Merrill  <jason@redhat.com>
5003         PR tree-optimization/14107
5004         * decl.c (finish_function): Warn about no return in all functions.
5006 2004-06-15  Paolo Bonzini  <bonzini@gnu.org>
5008         * cp-tree.h (struct language_function): Remove cannot_inline.
5009         * decl.c (save_function_data): cannot_inline is no more.
5010         (cxx_push_function_context): Likewise.
5011         * decl2.c (start_objects, start_static_storage_duration_function):
5012         Reset DECL_INLINE, set DECL_UNINLINABLE.
5014 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5016         PR c++/15967
5017         * search.c (lookup_field): Propagate the ambiguity list.
5018         (lookup_fnfields): Likewise.
5020 2004-06-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5022         PR c++/15947
5023         * parser.c (cp_parser_template_name): Ctors/dtors never need a
5024         template keyword to disambiguate.
5026 2004-06-14  Mark Mitchell  <mark@codesourcery.com>
5028         PR c++/15096
5029         * decl.c (grokdeclarator): Ignore pointer-to-members when
5030         computing template depth.
5032         PR c++/14930
5033         * name-lookup.c (pushtag): Do not try to put class declarations in
5034         explicit specialization scopes.
5036 2004-06-11  Andrew Pinski  <pinskia@physics.uc.edu>
5038         * decl.c (grokdeclarator): Do not depend on C99's _Bool's behavior.
5040 2004-06-11  Mark Mitchell  <mark@codesourcery.com>
5042         PR c++/15862
5043         * name-lookup.c (unqualified_namespace_lookup): Do not ignore type
5044         bindings for undeclared built-ins.
5046 2004-06-11  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5048         * typeck2.c (abstract_virtual_errors): Reword diagnostics, make them
5049         appear at the correct location.
5051 2004-06-10  Jason Merrill  <jason@redhat.com>
5053         PR c++/15875
5054         Revert:
5055         2004-06-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5056         * init.c (build_offset_ref): Build SCOPE_REF with non-null
5057         TREE_TYPE for non-dependent names.
5058         * pt.c (type_dependent_expression_p): Handle SCOPE_REF with
5059         unknown_type_node as its TREE_TYPE.
5060         * cxx-pretty_print.c (pp_cxx_unqualified_id): Handle BASELINK.
5061         * error.c (dump_decl) <SCOPE_REF case>: Use pp_expression.
5062         (dump_expr) <SCOPE_REF case>: Likewise.
5064 2004-06-10  Mark Mitchell  <mark@codesourcery.com>
5066         PR c++/15227
5067         * parser.c (cp_parser_direct_declarator): Robustify.
5069         PR c++/15877
5070         * pt.c (tsubst_copy): Use decl_constant_value on enumeration
5071         constants in non-dependent contexts.
5073         PR c++/14211
5074         PR c++/15076
5075         * typeck.c (build_static_cast): Wrap casts in NON_LVALUE_EXPR when
5076         necessary.
5078 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
5080         PR c++/14791
5081         * decl.c (duplicate_decls): Handle fileptr_type_node arguments
5082         specially.
5084 2004-06-09  Mark Mitchell  <mark@codesourcery.com>
5086         Revert:
5087         PR c++/15815
5088         2004-06-07  Mark Mitchell  <mark@codesourcery.com>
5089         * lex.c (handle_pragma_interface): Deprecate.
5090         (handle_pragma_implementation): Likewise.
5092 2004-06-09  Andrew Pinski  <pinskia@physics.uc.edu>
5094         * g++spec.c (lang_specific_driver): Remove check for -lm
5095         and -lmath when check it see if it was the math library.
5097 2004-06-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5099         PR c++/7841
5100         * parser.c (cp_parser_direct_declarator): Reject constructor named
5101         as qualified template-id.
5103 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
5105         PR c++/15815
5106         * lex.c (handle_pragma_interface): Deprecate.
5107         (handle_pragma_implementation): Likewise.
5109 2004-06-07  Mark Mitchell  <mark@codesourcery.com>
5111         PR c++/15766
5112         * parser.c (cp_parser_iteration_statement): Fix typo in error
5113         message.
5115         PR c++/14777
5116         * pt.c (tsubst_default_argument): Do not defer access checks
5117         while substituting into the default argument.
5119         PR c++/15554
5120         * pt.c (tsubst_copy): Do not try to substitute for an enumeration
5121         constant in a non-dependent context.
5123         PR c++/15057
5124         * except.c (build_throw): Ensure that temp_expr has been
5125         initialized.
5127 2004-06-06  Roger Sayle  <roger@eyesopen.com>
5129         * cp/cp-tree.h (lvalue_or_else): Add function prototype.
5131 2004-06-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5133         PR c++/15503
5134         * parser.c (cp_parser_mem_initializer_id): Gracefully reject
5135         'typename', and accept 'template'.
5137 2004-06-03  Andrew Pinski  <pinskia@physics.uc.edu>
5138             Jan Hubicka  <jh@suse.cz>
5140         PR c++/14639
5141         * method.c (use_think): Do not mark thunk as referenced.
5143 2004-06-03  Matt Austern  <austern@apple.com>
5145         PR c++/15428
5146         * decl2.c (maybe_emit_vtables): If TARGET_WEAK_NOT_IN_ARCHIVE_TOC
5147         is nonzero, and if we see a noninline definition of a key method,
5148         make the vtables nonweak.
5150 2004-06-02  Matt Austern  <austern@apple.com>
5152         * cp-tree.h (instantiate_decl): new boolean parameter,
5153         undefined_ok. Current behavior is equivalent to its being 0.
5154         * decl2.c (mark_used): Add new argument when calling instantiate_decl
5155         * pt.c (mark_decl_instantiated): Unconditionally make
5156         instantiations explicit unconditionally
5157         (do_decl_instantiation): Don't call SET_DECL_EXPLICIT_INSTANTIATION,
5158         since mark_decl_instantiated now does it.
5159         (instantiate_class_member): New.  Instantiate a member of an
5160         explicitly instantiated class template.
5161         (do_type_instantiation): Explicitly instantiate members of an
5162         explicitly instantiated class template.
5163         (instantiate_decl): if undefined_ok is nonzero, and if we're
5164         trying to explicitly instantiated a template with no definition,
5165         change it to an implicit instantiation.
5166         (instantiate_pending_templates): Add new argument to instantiate_decl.
5167         * tree.c (cp_cannot_inline_tree_fn): Likewise.
5169 2004-06-02  Andrew Pinski  <pinskia@physics.uc.edu>
5171         * cp-tree.h: Fix typo.
5173         * cp-tree.h: Include cgraph.h
5174         (DECL_NEEDED_P): Use cgraph_*node on the decl instead of
5175         TREE_SYMBOL_REFERENCED on the DECL_ASSEMBLER_NAME of the decl.
5177 2004-06-01  Jason Merrill  <jason@redhat.com>
5179         PR c++/15142
5180         * call.c (call_builtin_trap): Remove type parm.
5181         (convert_arg_to_ellipsis): Change a non-POD argument to integer type.
5182         (build_x_va_arg): Dereference a null pointer for a non-POD argument.
5184 2004-06-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5186         PR c++/13092
5187         * init.c (build_offset_ref): Build SCOPE_REF with non-null
5188         TREE_TYPE for non-dependent names.
5189         * pt.c (type_dependent_expression_p): Handle SCOPE_REF with
5190         unknown_type_node as its TREE_TYPE.
5191         * cxx-pretty_print.c (pp_cxx_unqualified_id): Handle BASELINK.
5192         * error.c (dump_decl) <SCOPE_REF case>: Use pp_expression.
5193         (dump_expr) <SCOPE_REF case>: Likewise.
5195 2004-06-01  Richard Henderson  <rth@redhat.com>
5196             Andrew Pinski  <pinskia@physics.uc.edu>
5198         * lex.c (reswords): Rename "__offsetof" to "__builtin_offsetof".
5199         * parser.c (struct cp_parser): Remove in_offsetof.
5200         (cp_parser_new): Don't set it.
5201         (cp_parser_unary_expression): Don't check it.
5202         (cp_parser_postfix_open_square_expression): Split out from ...
5203         (cp_parser_postfix_expression): ... here.
5204         (cp_parser_postfix_dot_deref_expression): Likewise.
5205         (cp_parser_builtin_offsetof): New.
5206         (cp_parser_primary_expression): Use it.
5208 2004-06-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5210         PR c++/14932
5211         * parser.c (cp_parser_postfix_expression): Allow subscript
5212         operator in offsetof.
5214 2004-05-31  Mark Mitchell  <mark@codesourcery.com>
5216         PR c++/15701
5217         * friend.c (add_friend): Do not try to perform access checks for
5218         functions from dependent classes.
5220 2004-05-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5222         * cxx-pretty-print.c (pp_cxx_colon_colon): Expor.
5223         (pp_cxx_begin_template_argument_list): Turn into a function.
5224         (pp_cxx_end_template_argument_list): Likewise.
5225         (pp_cxx_separate_with): Define.
5226         (pp_cxx_unqualified_id): Tidy.
5227         (pp_cxx_primary_expression): Likewise.
5228         (pp_cxx_postfix_expression): Likewise.
5229         (pp_cxx_expression): Likewise.
5230         (pp_cxx_simple_type_specifier): Likewise.
5231         (pp_cxx_type_specifier_seq): Likewise.
5232         (pp_cxx_parameter_declaration_clause): Likewise.
5233         (pp_cxx_exception_specification): Likewise.
5234         (pp_cxx_direct_declarator): Likewise.
5235         (pp_cxx_type_id): Likewise.
5236         * cxx-pretty-print.h (pp_cxx_whitespace): Export from
5237         cxx-pretty-print.c.
5238         (pp_cxx_left_paren): Likewise.
5239         (pp_cxx_right_paren): Likewise.
5240         (pp_cxx_left_brace): Likewise.
5241         (pp_cxx_right_brace): Likewise.
5242         (pp_cxx_left_bracket): Likewise.
5243         (pp_cxx_right_bracket): Likewise.
5244         (pp_cxx_dot): Likewise.
5245         (pp_cxx_identifier): Likewise.
5246         (pp_cxx_tree_identifier): Likewise.
5247         (pp_cxx_ampersand): New macro.
5248         (pp_cxx_star): Likewise.
5249         (pp_cxx_arrow): Likewise.
5250         (pp_cxx_semicolon): Likewise.
5251         (pp_cxx_complement): Likewise.
5252         (pp_cxx_begin_template_argument_list): Declaree.
5253         (pp_cxx_end_template_argument_list): Likewise.
5254         (pp_cxx_colon_colon): likewise.
5256 2004-05-31  Eric Botcazou  <ebotcazou@libertysurf.fr>
5258         * parser.c (cp_parser_simple_type_specifier): Explicitly test
5259         against NULL_TREE.
5261 2004-05-31  Kazu Hirata  <kazu@cs.umass.edu>
5263         * call.c, class.c, cp-tree.def, decl2.c, name-lookup.c, pt.c,
5264         typeck.c: Fix comment formatting.
5266 2004-05-30  Andrew Pinski  <pinskia@physics.uc.edu>
5268         * cp-lang.c (cp_expand_decl): Remove.
5269         (LANG_HOOKS_EXPAND_DECL): Use c_expand_decl.
5271 2004-05-30  Andreas Jaeger  <aj@suse.de>
5273         * lang-specs.h: Add missing initializers for .ii.
5275 2004-05-28  Aldy Hernandez  <aldyh@redhat.com>
5277         * decl.c (cp_make_fname_decl): Free return value from
5278         fname_as_string.
5280 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
5282         PR c++/15083
5283         * decl2.c (delete_sanity): Set TREE_SIDE_EFFECTS on a DELETE_EXPR,
5284         even in a templat.e
5285         * init.c (build_new): Likewise.
5287         PR c++/15640
5288         * name-lookup.c (arg_assoc): Robustify.
5290         PR c++/15471
5291         * typeck.c (unary_complex_lvalue): Use context_for_name_lookup
5292         when determining the scope to use for a pointer to member.
5293         (lookup_anon_field): Give it external linkage.
5294         * cp-tree.h (lookup_anon_field): Declare it.
5295         * expr.c (cplus_expand_constant): Use it.
5297 2004-05-28  Mark Mitchell  <mark@codesourcery.com>
5299         PR c++/14668
5300         * parser.c (cp_parser_simple_type_specifier): Call
5301         maybe_note_name_used_in_class.
5303 2004-05-28  Tom Marshall  <tmarshall@real.com>
5305         PR c++/15214
5306         * class.c (finish_struct_1): Warn only if the dtor is non-private or
5307         the class has friends.
5309 2004-05-27  Adam Nemet  <anemet@lnxw.com>
5311         PR c++/12883
5312         * decl.c (complete_array_type): Set TYPE_NEEDS_CONSTRUCTING and
5313         TYPE_HAS_NONTRIVIAL_DESTRUCTOR based on the underlying type.
5315 2004-05-24  Geoffrey Keating  <geoffk@apple.com>
5317         * method.c (implicitly_declare_fn): Don't call defer_fn; abort
5318         if it might be needed.
5319         * pt.c (mark_decl_instantiated): Only call defer_fn if
5320         the function actually needs processing in finish_file.
5321         * decl2.c (finish_file): Add check that elements in
5322         deferred_fns_used are really needed there.  Remove unnecessary
5323         test of DECL_SAVED_TREE.
5325 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
5327         * Make-lang.in: No need to specify $(LIBCPP).
5329 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
5331         PR c++/15044
5332         * parser.c (cp_parser_class_head): Robustify.
5334         PR c++/15317
5335         * parser.c (cp_parser_decl_specifier_seq): Correct error in
5336         comment.
5337         (cp_parser_constructor_declarator_p): Treat attributes
5338         as decl-specifiers.
5340         PR c++/15329
5341         * typeck.c (build_unary_op): Do not attempt to resolve casts to
5342         base classes in templates.
5344 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
5346         PR c++/15165
5347         * pt.c (instantiate_template): Robustify.
5349 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
5351         PR c++/15025
5352         * decl.c (xref_tag): Issue errors about redeclaring template
5353         classes as non-template classes.
5355 2004-05-23  Mark Mitchell  <mark@codesourcery.com>
5357         PR c++/14821
5358         * name-lookup.c (supplement_binding): Allow redefinitions of
5359         namespace aliases.
5361         PR c++/14883
5362         * parser.c (cp_parser_template_argument): Robustify.
5364 2004-05-23  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5366         * class.c (alter_access): Use %E format specifier to print an
5367         identifier node.  Avoid looking at the IDENTIFIER_POINTER.
5368         (push_lang_context): Likewise.
5369         * decl.c (lookup_label): Likewise.
5370         (grokdeclarator): Likewise.
5371         * parser.c (cp_parser_check_for_invalid_template_id): Likewise.
5372         * pt.c (do_type_instantiation): Likewise.
5373         * tree.c (handle_java_interface_attribute): Likewise.
5374         (handle_com_interface_attribute): Likewise.
5375         (handle_init_priority_attribute): Likewise.
5377 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
5379         PR c++/15285
5380         PR c++/15299
5381         * pt.c (build_non_dependent_expr): Expand the set of tree nodes
5382         recognized as overloaded functions.
5384 2004-05-22  Mark Mitchell  <mark@codesourcery.com>
5386         PR c++/15507
5387         * class.c (layout_nonempty_base_or_field): Do not try to avoid
5388         layout conflicts for unions.
5390         PR c++/15542
5391         * typeck.c (build_x_unary_op): Instantiate template class
5392         specializations before looking for "operator &".
5394         PR c++/15427
5395         * typeck.c (complete_type): Layout non-dependent array types, even
5396         in templates.
5398         PR c++/15287
5399         * typeck.c (build_unary_op): Do not optimize "&x[y]" when in a
5400         template.
5402 2004-05-22  Roger Sayle  <roger@eyesopen.com>
5404         * name-lookup.c (check_for_out_of_scope_variable): Avoid ICE by
5405         returning when TREE_TYPE is error_mark_node.
5406         * typeck.c (require_complete_type): Return error_mark_node if
5407         value's type is an error_mark_node.
5409 2004-05-20  Andrew Pinski  <pinskia@physics.uc.edu>
5411         * optimize.c (calls_setjmp_r): Remove.
5412         (calls_setjmp_p): Remove.
5413         * cp-tree.c (calls_setjmp_p): Remove.
5414         * decl.c (finish_function): Do not call calls_setjmp_p.
5416 2004-05-18  Zack Weinberg  <zack@codesourcery.com>
5418         * decl.c (cp_finish_decl): Use mark_decl_referenced.
5419         * decl2.c (maybe_make_one_only): Likewise.
5420         * method.c (use_thunk): Likewise.
5422 2004-05-18  Jason Merrill  <jason@redhat.com>
5424         * class.c (build_base_path): Tidy a bit.
5426 2004-05-14  Geoffrey Keating  <geoffk@apple.com>
5428         * name-lookup.c (struct scope_binding): New.
5429         (EMPTY_SCOPE_BINDING): New.
5430         (lookup_using_namespace): Take a scope_binding instead of a
5431         cxx_binding.
5432         (qualified_lookup_using_namespace): Likewise.
5433         (cxx_binding_clear): Delete.
5434         (do_nonmember_using_decl): Use a scope_binding instead of a
5435         cxx_binding.
5436         (lookup_tag): Don't call select_decl.
5437         (ambiguous_decl): Don't return anything (and change callers to match).
5438         Take a scope_binding as the second parameter.
5439         (lookup_namespace_name): Use a scope_binding instead of a
5440         cxx_binding.
5441         (unqualified_namespace_lookup): Likewise.
5442         (lookup_qualified_name): Likewise.
5443         (select_decl): Take a scope_binding instead of a cxx_binding.
5444         Use macros rather than hand-coding tests for type-ness.
5446 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5448         * cp-gimplify.c: Rename from cp-simplify.c.
5449         * Make-lang.in, optimize.c: Update.
5451 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
5453         Merge from tree-ssa-20020619-branch.  See
5454         ChangeLog.tree-ssa for details.
5456         * Make-lang.in, call.c, class.c, cp-lang.c, cp-tree.def,
5457         cp-tree.h, cvt.c, decl.c, decl2.c, error.c, except.c,
5458         expr.c, init.c, name-lookup.h, optimize.c, parser.c,
5459         pt.c, rtti.c, semantics.c, tree.c, typeck.c, typeck2.c:
5460         Merged.
5461         * cp-mudflap.c: New file.
5462         * cp-simplify.c:: New file.
5464 2004-05-03  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5466         PR c++/14389
5467         * decl2.c (check_classfn): For member templates, compare also the
5468         template parameters to match the declaration.
5469         * cp-tree.h: Adjust declaration of check_classfn.
5470         * decl.c (start_decl, grokfndecl): Adjust callers of check_classfn.
5471         * friend.c (do_friend): Likewise.
5472         * pt.c (tsubst_friend_function): Likewise.
5474 2004-05-01  Zack Weinberg  <zack@codesourcery.com>
5476         * decl.c (reshape_init): Do not apply TYPE_DOMAIN to a VECTOR_TYPE.
5477         Instead, dig into the representation type to find the array bound.
5479 2004-04-30  Jason Merrill  <jason@redhat.com>
5481         Refer to base members using COMPONENT_REFs where possible.
5482         * class.c (build_simple_base_path): New fn.
5483         (build_base_path): Use it for non-virtual base references.
5484         (layout_class_type): Change base fields to their real type
5485         after layout is done.
5486         * cp-tree.h (IS_FAKE_BASE_TYPE): New macro.
5487         * cp-lang.c (cxx_get_alias_set): Use it.
5489 2004-04-30  Kazu Hirata  <kazu@cs.umass.edu>
5491         * class.c, cp-tree.h, decl.c, decl2.c, pt.c, rtti.c: Fix
5492         comment typos.
5494 2004-04-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5496         PR c++/15064
5497         * parser.c (cp_parser_postfix_expression): typeid operator cannot be
5498         used in integral constant expressions.
5500 2004-04-22  Mark Mitchell  <mark@codesourcery.com>
5502         * init.c (build_aggr_init): Fix accidental use of C99 construct in
5503         previous change.
5505         * class.c (initialize_array): Don't set TREE_HAS_CONSTRUCTOR on
5506         braced initializer.
5507         * cp-tree.h (BRACE_ENCLOSED_INITIALIZER_P): New macro.
5508         * decl.c (reshape_init): Use it.
5509         * init.c (perform_member_init): Remove redundant condition.
5510         (build_aggr_init): Adjust to handle brace-enclosed initializers
5511         correctly.
5512         (expand_default_init): Use BRACE_ENCLOSED_INITIALIZER_P.
5514         * parser.c (cp_parser_initializer_clause): Do not set
5515         TREE_HAS_CONSTRUCTOR on the initializer.
5516         * rtti.c (tinfo_base_init): Likewise.
5517         (generic_initializer): Likewise.
5518         (ptr_initializer): Likewise.
5519         (ptm_initializer): Likewise.
5520         (class_initializer): Likewise.
5521         (get_pseudo_ti_init): Likewise.
5522         * typeck2.c (digest_init): Use BRACE_ENCLOSED_INITIALIZER_P.
5524 2004-04-22  Alan Modra  <amodra@bigpond.net.au>
5526         * name-lookup.c (anonymous_namespace_name): Make static.
5528 2004-04-19  Roger Sayle  <roger@eyesopen.com>
5530         PR middle-end/14531
5531         * class.c (build_base_path): Call fold whilst building the NULL
5532         pointer check expression trees.
5534 2004-04-15  Bryce McKinlay  <mckinlay@redhat.com>
5536         * init.c (build_new_1): Don't use type size argument for Java
5537         _Jv_AllocObject call.
5539 2004-04-09  Danny Smith  <dannysmith@users.sourceforge.net>
5541         * method.c (make_alias_for_thunk): Remove preprocessor guard on
5542         declaration and definition.
5544 2004-04-08  Danny Smith  <dannysmith@users.sourceforge.net>
5546         PR c++/14808
5547         * method.c (use_thunk): Test TARGET_USE_LOCAL_THUNK_ALIAS_P rather
5548         than ASM_OUTPUT_DEF.
5550 2004-04-08  Jakub Jelinek  <jakub@redhat.com>
5552         * decl2.c (mark_used): Don't segfault if cfun != NULL but
5553         current_function_decl == NULL.
5555 2004-04-05  Nathan Sidwell  <nathan@codesourcery.com>
5557         PR c++/3518
5558         * pt.c (check_cv_quals_for_unify): Ignore bogus CV quals at outer
5559         level.
5561 2004-04-05  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5563         * init.c (decl_constant_value): Don't look at DECL_INITIAL
5564         of PARM_DECL.
5565         * tree.c (bot_manip, build_min): Don't look at TREE_CONSTANT
5566         or TREE_SIDE_EFFECTS of a type.
5568 2004-04-02  Nathan Sidwell  <nathan@codesourcery.com>
5570         PR c++/14007
5571         * pt.c (check_cv_quals_for_unify): Correct logic for disallowed
5572         cv-qualifier unification.
5573         * tree.c (cp_build_qualified_type_real): Renable DR295 logic.
5575 2004-04-02  Jan Hubicka  <jh@suse.cz>
5577         * cp-lang. (LANG_HOOKS_UPDATE_DECL_AFTER_SAVING): Define.
5578         * cp-tree.h (cp_update_decl_after_saving): Declare.
5579         * tree.c (cp_update_decl_after_saving): Define.
5581 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
5583         PR c++/14803
5584         * typeck.c (get_delta_difference): Call fold before returning the
5585         value.
5587 2004-04-01  Richard Henderson  <rth@redhat.com>
5589         PR c++/14804
5590         * decl.c (cp_finish_decl): Preserve TREE_READONLY more often.
5591         * typeck2.c (split_nonconstant_init): Clear TREE_READONLY.
5593 2004-04-01  Mark Mitchell  <mark@codesourcery.com>
5595         PR c++/14810
5596         * name-lookup.c (maybe_push_cleanup_level): Robustify.
5598 2004-04-01  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5600         * class.c (VTT_TOP_LEVEL_P): Use unsigned_flag directly.
5602 2004-03-31  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5604         * call.c (joust): Use TYPE_UNSIGNED, not TREE_UNSIGNED.
5605         * class.c (check_bitfield_decl): Likewise.
5606         * cvt.c (type_promotes_to): Likewise.
5607         * decl.c (finish_enum): Likewise.
5608         * mangle.c (write_builtin_type): Likewise.
5609         * semantics.c (finish_switch_cond, finish_unary_op_expr): Likewise.
5610         * typeck.c (type_after_usual_arithmetic_conversions): Likewise.
5611         (build_binary_op): Likewise.
5613 2004-03-31  Jan Hubicka  <jh@suse.cz>
5615         * tree.h (optimize_function): Kill prototype.
5616         * optimize.c (dump_function, optimize_function, dump_finction): Kill.
5617         * semantics.c (expand_body): Kill.
5619 2004-03-30  Mark Mitchell  <mark@codesourcery.com>
5621         PR c++/14724
5622         * decl.c (start_decl_1): Do not decide whether or not to create a
5623         new cleanup level until after the type has been completed.
5625         PR c++/14763
5626         * pt.c (tsubst_default_argument): Clear current_function_decl.
5628 2004-03-30  Zack Weinberg  <zack@codesourcery.com>
5630         * name-lookup.c, parser.c: Use new shorter form of GTY markers.
5632 2004-03-29  Zack Weinberg  <zack@codesourcery.com>
5634         * error.c (dump_function_name): If T's DECL_LANG_SPECIFIC
5635         is null, just print the literal name and return.
5637 2004-03-25  Kazu Hirata  <kazu@cs.umass.edu>
5639         * cxx-pretty-print.c: Fix comment typos.
5641 2004-03-24  Kazu Hirata  <kazu@cs.umass.edu>
5643         * cxx-pretty-print.c, cxx-pretty-print.h, decl.h, friend.c:
5644         Update copyright.
5646 2004-03-23  Ziemowit Laski  <zlaski@apple.com>
5648         * Make-lang.in (cp/mangle.o): Depend on $(TARGET_H).
5649         * mangle.c (write_type): Add call to 'mangle_fundamental_type'
5650         target hook.
5652 2004-03-23  Zack Weinberg  <zack@codesourcery.com>
5654         PR 12267, 12391, 12560, 13129, 14114, 14133
5655         * cp-lang.c (c_reset_state): Delete.
5656         (push_file_scope, pop_file_scope): New stubs.
5657         * parser.c (c_parse_file): Call sorry() here if called more than once.
5659 2004-03-23  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5661         * typeck.c (build_c_cast): Only look at TREE_CONSTANT_OVERFLOW
5662         for INTEGER_CST.
5664 2004-03-22  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5666         * cxx-pretty-print.c (pp_cxx_parameter_declaration_clause): Declare.
5668 2004-03-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5670         * error.c (enum pad): Remove.
5671         (dump_qualifiers): Likewise.
5672         (dump_type): Replace dump_qualifiers with pp_cxx_cv_qualifier_seq.
5673         (dump_aggr_type): Likewise.
5674         (dump_type_suffix): Likewise.
5675         (dump_simple_decl): Likewise.
5676         (dump_function_decl): Likewise.
5677         (cv_to_string): Likewise.
5678         (dump_type_prefix): Likewise.  Adjust return void.
5679         * cxx-pretty-print.c (pp_cxx_cv_qualifier_seq): Move to
5680         cxx_pretty_print.h.
5681         (pp_cxx_template_keyword_if_needed): Document.
5682         (pp_cxx_qualified_id): Document case FUNCTION_DECL.  Tidy.
5683         (pp_cxx_expression): Handle NON_DEPENDENT_EXPR and
5684         MUST_NOT_THROW_EXPR.
5686 2004-03-21  Mark Mitchell  <mark@codesourcery.com>
5688         PR c++/14616
5689         * decl.c (cp_finish_decl): Compute the size of arrays declared in
5690         templates, if their type is non-dependent.
5692 2004-03-19  Mark Mitchell  <mark@codesourcery.com>
5694         * call.c (build_op_delete_call): Do not forget the placement
5695         arguments when iterating through mutiple delete operators.
5697         * cp-tree.h (svaed_scope): Remove last_parms.
5698         (NEW_DELETE_OPNAME_P): New macro.
5699         (last_function_parms): Remove.
5700         (do_friend): Adjust prototype.
5701         * decl.c (grokparms): Return the PARM_DECLs directly, rather than
5702         using last_function_parms.
5703         (grokfndecl): Take the PARM_DECLs as an argument, rather than
5704         using last_function_parms.
5705         (grokdeclarator): Adjust accordingly.  Do not form METHOD_TYPEs
5706         for class-specific operator new and operator delete.
5707         (grok_op_properties): Do not look for allocation functions with
5708         METHOD_TYPEs.
5709         (start_function): Use DECL_ARGUMENTS instead of
5710         last_function_parms.
5711         * decl.h (last_function_parms): Do not declare.
5712         * decl2.c (grokclassfn): Do not use last_function_parms.
5713         * friend.c (do_friend): Remove parmdecls parameter.
5714         * name-lookup.c (push_to_top_level): Do not save last_function_parms.
5715         (pop_from_top_level): Do not restore it.
5716         * pt.c (check_explicit_specialization): Do not adjust
5717         last_function_parms.
5719         * name-lookup.c (do_local_using_decl): Create a local binding for
5720         types brought in via using declarations.
5722         * name-lookup.c (lookup_arg_dependent): Handle block-scope
5723         function declarations correctly.
5725         * semantics.c (finish_id_expression): Correct handling of
5726         conversion operators to dependent types.
5728         * typeck.c (lookup_destructor): Allow the use of destructors from
5729         base classes.
5731 2004-03-19  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5733         * cxx-pretty-print.c (pp_cxx_unqualified_id): Use
5734         TEMPLATE_TYPE_PARM_INDEX instead of TYPE_FIELDS.
5735         * search.c (dfs_unuse_fields): Add two more TREE_CODES that mean
5736         the field is named TEMPLATE_TYPE_PARM_INDEX.
5738 2004-03-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5740         PR c++/14545
5741         * parser.c (cp_parser_functional_cast): A cast to anything
5742         but integral or enumaration type is not an integral constant
5743         expression.
5744         * pt.c (value_dependent_expression_p): Handle cast expressions
5745         without operands (such as "int()").
5747 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5749         * semantics.c (finish_pseudo_destructor_expr): Allow differing
5750         cv-qualification between the type named by the
5751         pseudo-destructor-name and the object-type.
5753         * search.c (accessible_base_p): Handle non-proper bases.
5755         * name-lookup.c (do_nonmember_using_decl): If a using declaration
5756         refers to a single overloaded function, set the type of the
5757         function.
5758         * tree.c (lvalue_type): Simplify.
5759         * typeck.c (type_unknown_p): Do not assume all OVERLOADs have an
5760         unknown type.
5761         (build_unary_op): Handle OVERLOADs with known types.
5763         * decl.c (duplicate_decls): Do not destroy DECL_ARGUMENTS for
5764         function templates.
5766         * parser.c (cp_parser_postfix_expression): Handle the use of
5767         "typename" in non-dependent contexts.  Convert appropriately when
5768         when using a qualified name after "->" or ".".
5770         * call.c (conditional_conversion): Honor the requirement that some
5771         conversions refer to the original object.
5773 2004-03-18  Mark Mitchell  <mark@codesourcery.com>
5775         * call.c (build_conditional_expr): Do not call force_rvalue for
5776         operands of void_type when the conditional expression itself has
5777         void type.
5778         * name-lookup.c (pushdecl): Don't consider a declaration of a
5779         function named "main" to be an overload of a type named "main".
5780         * parser.c (cp_parser_template_name): Perform name lookup when the
5781         template name is proceeded by "template" if the qualifying scope
5782         is non-dependent.
5783         * typeck.c (composite_pointer_type_r): Correctly handle
5784         pointer-to-member types.
5785         (build_const_cast): Likewise.
5787 2004-03-18  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5789         * cp-tree.def (TEMPLATE_TYPE_PARM, TYPEOF_TYPE): Update comments.
5790         * cp-tree.h (NEW_EXPR_USE_GLOBAL, DELETE_EXPR_USE_GLOBAL): Add check.
5791         (DELETE_EXPR_USE_VEC, COMPOUND_EXPR_OVERLOADED): Likewise.
5792         (KOENIG_LOOKUP_P, PTRMEM_OK_P, TEMPLATE_TYPE_PARM_INDEX): Likewise.
5793         (TYPENAME_TYPE_FULLNAME): Add check and use type.values.
5794         (TYPEOF_TYPE_EXPR): New macro.
5795         * class.c (finish_struct_bits): Use TYPE_VFIELD and TYPE_METHODS.
5796         * error.c (dump_type): Use TYPEOF_TYPE_EXPR.
5797         * pt.c (tsubst): Likewise.
5798         * semantics.c (finish_typeof): Likewise.
5799         * search.c (dfs_unuse_fields): Handle TYPENAME_TYPE, TYPEOF_TYPE,
5800         and TEMPLATE_TYPE_PARM.
5801         * typeck.c (comptypes): Use TYPE_ORIG_SIZE_TYPE, not TYPE_DOMAIN.
5802         (build_array_ref): Use TYPE_DOMAIN, not TYPE_VALUES.
5804 2004-03-16  Mark Mitchell  <mark@codesourcery.com>
5806         PR c++/14586
5807         * cp-tree.h (build_new_op): Change prototype.
5808         (build_x_binary_op): Likewise.
5809         * call.c (build_new_op): Add overloaded_p parameter.
5810         * decl2.c (grok_array_decl): Adjust call to build_new_op.
5811         * parser.c (cp_parser_binary_expression): Note that uses of
5812         overloaded operators prevents an expression from being considered
5813         an integral constant.
5814         * pt.c (tsubst_copy_and_build): Adjust calls to build_new_op and/or
5815         build_x_binary_op.
5816         * semantics.c (finish_call_expr): Likewise.
5817         * typeck.c (rationalize_conditional_expr): Likewise.
5818         (build_x_indirect_ref): Likewise.
5819         (build_x_binary_op): Likewise.
5820         (build_x_unary_op): Likewise.
5821         (build_x_compound_expr): Likewise.
5822         (build_modify_expr): Likewise.
5823         * typeck2.c (build_x_arrow): Likewise.
5825 2004-03-15  Kazu Hirata  <kazu@cs.umass.edu>
5827         * cp-lang.c, ptree.c: Update copyright.
5829 2004-03-13  Mark Mitchell  <mark@codesourcery.com>
5831         PR c++/14550
5832         * parser.c (cp_parser_non_integral_constant_expression): Encode
5833         more of the idiom that surrounded calls to this function within
5834         the function itself
5835         (cp_parser_primary_expression): Adjust accordingly.
5836         (cp_parser_postfix_expression): Likewise.
5837         (cp_parser_unary_expression): Likewise.
5838         (cp_parser_cast_expression): Likewise.
5839         (cp_parser_assignment_expression): Likewise.
5840         (cp_parser_expression): Likewise.
5841         (cp_parser_new_expression): Note that new-expressions are not
5842         allowed in integral constant expressions.
5843         (cp_parser_delete_expression): Likewise.
5845 2004-03-12  Matt Austern  <austern@apple.com>
5847         * decl2.c (maybe_make_one_only): Look at
5848         TARGET_EXPLICIT_INSTANTIATION_ONE_ONLY when deciding whether
5849         to make an explicit instantiation weak.
5850         * method.c (use_thunk): Make sure we call comdat_linkage
5851         when appropriate.
5852         * pt.c (do_type_instantiation): On systems where weak symbols
5853         don't go in a static archive's TOC, explicit instantiation of a
5854         class must imply *explicit* instantiation of its memeber.
5856 2004-03-11  Kazu Hirata  <kazu@cs.umass.edu>
5858         * call.c, cp-tree.h, pt.c: Fix comment typos.
5860 2004-03-10  Mark Mitchell  <mark@codesourcery.com>
5862         PR c++/14510
5863         * decl.c (xref_tag): Disregard non-type declarations when
5864         looking up a tagged type.
5866 2004-03-09  Nathan Sidwell  <nathan@codesourcery.com>
5868         PR c++/14397
5869         * call.c (convert_like_real): Build a const qualified temporary,
5870         when testing ctor access.
5872 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
5874         * call.c (initialize_reference): Fix typo.
5876 2004-03-09  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
5878         PR c++/14409
5879         * pt.c (determine_specialization): For member templates, match also
5880         constness.
5882         PR c++/14448
5883         * parser.c (cp_parser_initializer_clause): Fold initializer if it is
5884         non-dependent.
5885         * pt.c (tsubst_copy_and_build): Handle NOP_EXPRs.
5887 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
5889         PR c++/14230
5890         * call.c (initialize_reference): Handle initializers that are
5891         class-member access expressions applies to rvalues.
5893 2004-03-09  Mark Mitchell  <mark@codesourcery.com>
5895         PR c++/14432
5896         * name-lookup.c (supplement_binding): Ignore functions that are
5897         marked DECL_ANTICIPATED.
5899 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
5901         PR c++/14401
5902         * class.c (check_field_decls): Complain about non-static data
5903         members of reference type in unions.  Propagate
5904         CLASSTYPE_REF_FIELDS_NEED_INIT and
5905         CLASSTYPE_READONLY_FIELDS_NEED_INIT from the types of non-static
5906         data members.
5907         * init.c (perform_member_init): Complain about mbmers with const
5908         type that are not explicitly initialized.
5910 2004-03-08  Mark Mitchell  <mark@codesourcery.com>
5912         * class.c (check_methods): Don't use IDENTIFIER_ERROR_LOCUS.
5913         * cp-tree.h (DECL_INVALID_OVERRIDER_P): New macro.
5914         (lang_identifier): Remove implicit_decl and error_locus.
5915         (IDENTIFIER_IMPLICIT_DECL): Remove.
5916         (SET_IDENTIFIER_IMPLICTI_DECL): Likewise.
5917         (IDENTIFIER_ERROR_LOCUS): Likewise.
5918         (SET_IDENTIFIER_ERROR_LOCUS): Likewise.
5919         (TYPE_ASSEMBLER_NAME_STRING): Likewise.
5920         (TYPE_ASSEMBLER_NAME_LENGTH): Likewise.
5921         (implicitly_declare): Remove.
5922         * decl.c (warn_extern_redeclared_static): Remove check of
5923         IDENTIFIER_IMPLICIT_DECL.
5924         (duplicate_decls): Don't check IDENTIFIER_ERROR_LOCUS.
5925         (implicitly_declare): Remove.
5926         (grok_ctor_properties): Don't set IDENTIFIER_ERROR_LOCUS.
5927         (start_function): Don't check IDENTIFIER_IMPLICIT_DECL.
5928         (start_method): Don't check IDENTIFIER_ERROR_LOCUS.
5929         * lex.c (unqualified_name_lookup_error): Create a dummy VAR_DECL
5930         in the innermost scope, rather than at namespace scope.
5931         * name-lookup.c (push_local_binding): Give it external linkage.
5932         (pushdecl): Remove dead code.
5933         * name-lookup.h (push_local_binding): Declare it.
5934         * ptree.c (cxx_print_identifier): Don't print
5935         IDENTIFIER_IMPLICIT_DECL or IDENTIFIER_ERROR_LOCUS.
5936         * search.c (check_final_overrider): Use DECL_INVALID_OVERRIDER_P,
5937         not IDENTIFIER_ERROR_LOCUS.
5938         * typeck.c (build_function_call): Remove dead code.
5940 2004-03-08  Jason Merrill  <jason@redhat.com>
5942         PR c++/13170
5943         * decl.c (xref_tag): Remove attribute handling.
5944         * cp-tree.h: Adjust prototype.
5945         * decl.c, parser.c, rtti.c: Adjust callers.
5946         * parser.c (cp_parser_class_head): Pass back attributes in the
5947         class head.
5948         (cp_parser_class_specifier): Adjust.
5950 2004-03-08  Matt Austern  <austern@apple.com>
5952         PR debug/14079
5953         * name-lookup.c (add_decl_to_level): Add extern variables, as well
5954         as static, to static_decls array.
5956 2004-03-05  Jason Merrill  <jason@redhat.com>
5958         * tree.c (list_hash_pieces): s/TYPE_HASH/TREE_HASH/.
5960 2004-03-04  Geoffrey Keating  <geoffk@apple.com>
5962         * decl.c (grokfndecl): Update old incorrect comment.
5963         (grokvardecl): Diagnose C++ variables of type with no linkage.
5965 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5967         PR c++/14369
5968         * pt.c (build_non_dependent_expr): Do not create a
5969         NON_DEPENDENT_EXPR for a THROW_EXPR.
5971 2004-03-01  Gabriel Dos Reis  <gdr@integrable-solutions.net>
5973         PR c++/14369
5974         * error.c (dump_expr): Handle THROW_EXPR.
5976 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5978         PR c++/14360
5979         * parser.c (cp_parser_postfix_expression): Do not perform Koenig
5980         lookup if ordinary name-lookup finds a non-function.
5981         * pt.c (tsubst_copy_and_build): Likewise.
5983         PR c++/14361
5984         * parser.c (cp_parser_late_parsing_default_args): Check that there
5985         are no extra tokens after the end of the default-argument
5986         expression.
5988 2004-03-01  Mark Mitchell  <mark@codesourcery.com>
5990         PR c++/14324
5991         * lex.c (retrofit_lang_decl): Treat entities with no linkage as
5992         having C++ linkage for name-mangling purposes.
5994         PR c++/14260
5995         * parser.c (cp_parser_direct_declarator): Recognize constructor
5996         declarators that use a template-id to name the class being
5997         constructed.
5999         PR c++/14337
6000         * pt.c (tsubst_qualified_id): Handle dependent qualifying scopes.
6001         (tsubst_expr): Do not call tsubst_copy, even when
6002         processing_template_decl.
6004 2004-03-01  Jeff Law  <law@redhat.com>
6006         * init.c (build_vec_delete_1): Convert 2nd argument to NE_EXPR to
6007         the proper type.
6009 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
6011         PR c++/14138
6012         * name-lookup.h (push_scope): Change prototype.
6013         * name-lookup.c (push_scope): Do not reenter the current class
6014         scope.
6015         * decl.c (grokfndecl): Check return code from push_scope before
6016         calling pop_scope.
6017         * decl2.c (check_classfn): Likewise.
6018         * parser.c (cp_parser_conversion_function_id): Likewise.
6019         (cp_parser_init_declarator): Likewise.
6020         (cp_parser_direct_declarator): Likewise.
6021         (cp_parser_class_specifier): Likewise.
6022         (cp_parser_class_head): Likewise.
6023         (cp_parser_lookup_name): Likewise.
6024         (cp_parser_constructor_declarator_p): Likewise.
6025         * pt.c (instantiate_class_template): Likewise.
6026         (resolve_typename_type): Likewise.
6028 2004-02-29  Mark Mitchell  <mark@codesourcery.com>
6030         PR c++/14267
6031         * typeck.c (build_modify_expr): Remove more of the cast-as-lvalue
6032         extension.
6034         PR debug/12103
6035         * class.c (update_vtable_entry_for_fn): Do not go through
6036         covariance machinery if the type returned by an overrider is the
6037         same as the original.
6039 2004-02-29  Kazu Hirata  <kazu@cs.umass.edu>
6041         * call.c: Fix a comment typo.
6043 2004-02-27  Ziemowit Laski  <zlaski@apple.com>
6045         * tree.c (pod_type_p): Treat VECTOR_TYPEs as PODs.
6047 2004-02-26  Mark Mitchell  <mark@codesourcery.com>
6049         PR c++/14278
6050         * parser.c (cp_parser_parameter_declaration_list): Commit
6051         to fewer tentative parses.
6053 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6055         PR c++/14284
6056         * pt.c (dependent_type_p_r): A template template parameter is a
6057         dependent type.
6059 2004-02-26  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6061         PR c++/14246
6062         * mangle.c (write_template_arg_literal): Don't rely on identity for
6063         boolean constants.
6065 2004-02-24  Jason Merrill  <jason@redhat.com>
6067         * tree.c (build_exception_variant): Use check_qualified_type.
6069 2004-02-23  Zack Weinberg  <zack@codesourcery.com>
6070             Kazu Hirata  <kazu@cs.umass.edu>
6072         * decl.c (cxx_init_decl_processing): Don't check
6073         flag_writable_strings.
6075 2004-02-23  Andrew Pinski  <pinskia@physics.uc.edu>
6077         PR c++/14156
6078         * typeck.c (maybe_warn_about_returning_address_of_location):
6079         Change check for VAR_DECL to use DECL_P instead.
6081 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6083         PR c++/14250
6084         * cvt.c (build_expr_type_conversion): Type must be complete before
6085         looking up for conversions.
6087 2004-02-23  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6089         PR c++/14143
6090         * name-lookup.c (arg_assoc_class): Don't look into template
6091         arguments if it is not a primary template.
6093 2004-02-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
6095         PR c++/12007
6096         * method.c (use_thunk): Always clone function argument tree.
6098 2004-02-20  Mark Mitchell  <mark@codesourcery.com>
6100         PR c++/14199
6101         * pt.c (tsubst_copy): Call mark_used for a PARM_DECL.
6103         PR c++/14173
6104         * semantics.c (begin_class_definition): Set TYPE_PACKED correctly
6105         for all type variants.
6107 2004-02-19  Mark Mitchell  <mark@codesourcery.com>
6109         PR c++/13927
6110         * decl.c (duplicate_decls): Return error_mark_node for invalid
6111         redeclarations.
6112         * name-lookup.c (push_namespace): Ignore the return value from
6113         pushdecl.
6114         * pt.c (push_template_decl_real): Robustify.
6116         PR c++/14186
6117         * name-lookup.c (push_class_level_binding): Do not complain about
6118         adding a binding for a member whose name is the same as the
6119         enclosing class if the member is located in a base class of the
6120         current class.
6122 2004-02-19  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6124         PR c++/14181
6125         * parser.c (cp_parser_new_expression): Parse an ill-formed
6126         direct-new-declarator after a parenthesized type-id to emit good
6127         diagnostic.
6129 2004-02-18  Kazu Hirata  <kazu@cs.umass.edu>
6131         * cp-tree.def, cvt.c: Update copyright.
6133 2004-02-17  Mark Mitchell  <mark@codesourcery.com>
6135         PR c++/11326
6136         * cp-tree.h (abi_version_at_least): Remove.
6137         * mangle.c: Include flags.h.
6139 2004-02-15  Mark Mitchell  <mark@codesourcery.com>
6141         PR c++/13971
6142         * call.c (build_conditional_expr): Handle conversions between
6143         class types which result in differently cv-qualified type
6144         variants.
6146         PR c++/14086
6147         * class.c (delete_duplicate_fields_1): Remove.
6148         (delete_duplicate_fields): Likewise.
6149         (finish_struct_anon): Remove check for members with the same name
6150         as their enclosing class.
6151         (check_field_decls): Do not call duplicate_fields.
6152         * decl.c (grokdeclarator): Remove check for static data members
6153         with the same name as their enclosing class.
6154         * name-lookup.c (push_class_level_binding): Check for members with
6155         the same name as their enclosing class.
6157 2004-02-15  Gabriel Dos Reis  <gdr@integrable-solutions.net>
6159         PR c++/14085
6160         * error.c (dump_decl): Handle TEMPLATE_TYPE_PARM.
6162 2004-02-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6164         PR c++/13635
6165         * pt.c (push_template_decl_real): Make sure DECL_TI_ARGS of DECL
6166         has full set of arguments.
6168 2004-02-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6170         PR c++/13927
6171         * error.c (dump_decl) <ALIAS_DECL>: Dump as simple declarations.
6173 2004-02-13  Mark Mitchell  <mark@codesourcery.com>
6175         PR c++/14122
6176         * cp-tree.h (delete_sanity): Change prototype.
6177         * decl2.c (delete_sanity): Make doing_vec a bool, not an int.
6178         Remove dead code.  Adjust code to warn about deleting an array.
6179         * typekc.c (decay_conversion): Use build_address and build_nop.
6181         PR c++/14108
6182         * search.c (accessible_p): Do not check access in thunks.
6184         PR c++/14083
6185         * call.c (build_conditional_expr): Call force_rvalue on the
6186         non-void operand in the case that one result is a throw-expression
6187         and the other is not.
6189 2004-02-13  Ian Lance Taylor  <ian@wasabisystems.com>
6191         PR c++/9851
6192         * parser.c (cp_parser_pseudo_destructor_name): Check for errors on
6193         the type name and look ahead for ::~, and bail out early with a
6194         better error message if the parse is going to fail.
6196 2004-02-12  Mark Mitchell  <mark@codesourcery.com>
6198         * call.c (conversion_kind): New type.
6199         (conversion_rank): Likewise.
6200         (conversion): Likewise.
6201         (CONVERSION_RANK): New macro.
6202         (conversion_obstack): New variable.
6203         (obstack_initialized): Likewise.
6204         (z_candidate): Change type of convs and second_conv.
6205         (candidate_warning): New type.
6206         (IDENTITY_RANK): Remove.
6207         (EXACT_RANK): Likewise.
6208         (PROMO_RANK): Likewise.
6209         (STD_RANK): Likewise.
6210         (PBOOL_RANK): Likewise.
6211         (USER_RANK): Likewise.
6212         (ELLIPSIS_RANK): Likewise.
6213         (BAD_RANK): Likewise.
6214         (ICS_RANK): Likewise.
6215         (ICS_STD_RANK): Likewise.
6216         (ICS_USER_FLAG): Likewise.
6217         (ICS_ELLIPSIS_FLAG): Likewise.
6218         (ICS_THIS_FLAG): Likewise.
6219         (ICS_BAD_FLAG): Likewise.
6220         (NEED_TEMPORARY_P): Likewise.
6221         (CHECK_COPY_CONSTRUCTOR_P): Likewise.
6222         (USER_CONV_CAND): Likewise.
6223         (USER_CONV_FN): Likewise.
6224         (conversion_obstack_alloc): New function.
6225         (alloc_conversion): Likewise.
6226         (validate_conversion_obstack): Likewise.
6227         (alloc_conversions): Likewise.
6228         (build_conv): Adjust to deal with new conversion data structures.
6229         (build_identity_conv): New function.
6230         (build_ambiguous_conv): Likewise.
6231         (standard_conversion): Adjust to deal with new conversion data
6232         structures.
6233         (convert_class_to_reference): Likewise.
6234         (direct_reference_binding): Likewise.
6235         (reference_binding): Likewise.
6236         (implicit_conversion): Likewise.
6237         (add_candidate): Likewise.
6238         (add_function_candidate): Likewise.
6239         (add_conv_candidate): Likewise.
6240         (build_builtin_candidate): Likewise.
6241         (print_z_candidate): Likewise.
6242         (merge_conversion_sequences): Likewise.
6243         (build_user_type_conversion_1): Likewise.
6244         (build_user_type_conversion): Likewise.
6245         (build_new_function_call): Likewise.
6246         (build_object_call): Likewise.
6247         (conditional_conversion): Likewise.
6248         (build_conditional_expr): Likewise.
6249         (build_new_op): Likewise.
6250         (build_op_delete_call): Likewise.
6251         (convert_like_real): Likewise.
6252         (build_over_call): Likewise.
6253         (build_new_method_call): Likewise.
6254         (is_subseq): Likewise.
6255         (maybe_handle_implicit_object): Likewise.
6256         (maybe_handle_ref_bind): Likewise.
6257         (compare_ics): Likewise.
6258         (source_type): Likewise.
6259         (add_warning): Likewise.
6260         (joust): Likewise.
6261         (can_convert_arg): Likewise.
6262         (can_convert_arg_bad): Likewise.
6263         (perform_implicit_conversion): Likewise.
6264         (perform_direct_initialization_if_possible): Likewise.
6265         (initialize_reference): Likewise.
6266         * cp-lang.c (cp_tree_size): Do not handle WRAPPER.
6267         * cp-tree.def (WRAPPER): Likewise.
6268         (IDENTITY_CONV): Remove.
6269         (LVALUE_CONV): Likewise.
6270         (QUAL_CONV): Likewise.
6271         (STD_CONV): Likewise.
6272         (PTR_CONV): Likewise.
6273         (PMEM_CONV): Likewise.
6274         (BASE_CONV): Likewise.
6275         (REF_BIND): Likewise.
6276         (USER_CONV): Likewise.
6277         (AMBIG_CONV): Likewise.
6278         (RVALUE_CONV): Likewise.
6279         * cp-tree.h (tree_wrapper): Remove.
6280         (WRAPPER_ZC): Remove.
6281         (lang_tree_node): Remove wrapper.
6282         (LOOKUP_SPECULATIVELY): Remove.
6283         (build_op_delete_call): Adjust prototype.
6284         (validate_conversion_obstack): Declare.
6285         (build_zc_wrapper): Remove.
6286         * cvt.c (convert_to_reference): Remove dead code.
6287         (ocp_convert): Likewise.
6288         * decl.c (redeclaration_error_message): Correct handling of
6289         templates.
6290         (finish_destructor_body): Do not use LOOKUP_SPECULATIVELY.
6291         (cp_tree_node_structure): Remove WRAPPER case.
6292         * decl2.c (finish_file): Call validate_conversion_obstack.
6293         * init.c (build_new_1): Remove use of LOOKUP_SPECULATIVELY.
6294         (build_op_delete_call): Likewise.
6295         (build_x_delete): Likewise.
6296         (build_delete): Adjust call to build_op_delete_call.
6297         * pt.c (tsubst_friend_declaration): Adjust code to determine
6298         whether or not a friend template is a definition.
6299         (tsubst_decl): Clear DECL_INITIAL for new FUNCTION_DECLs.
6300         * tree.c (build_zc_wrapper): Remove.
6302 2004-02-12  Zack Weinberg  <zack@codesourcery.com>
6304         * cp-lang.c: Don't define LANG_HOOKS_BUILTIN_TYPE_DECLS.
6305         * cp-tree.h: Don't declare cxx_builtin_type_decls.
6306         * decl.c (builtin_type_decls, cxx_builtin_type_decls): Delete.
6307         (record_builtin_type): Call debug_hooks->type_decl on the TYPE_DECL.
6309 2004-02-10  Mark Mitchell  <mark@codesourcery.com>
6311         * typeck.c (lookup_destructor): Fix typo in error message.
6313 2004-02-09  Kazu Hirata  <kazu@cs.umass.edu>
6315         * call.c, parser.c, tree.c: Fix comment typos.
6317 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6319         Bug 13856
6320         * optimize.c (maybe_clone_body): Don't update DECL_ESTIMATED_INSNS.
6321         * decl.c (duplicate_decls, start_function): Likewise.
6323 2004-02-07  Zack Weinberg  <zack@codesourcery.com>
6325         * name-lookup.c (pushdecl): Issue shadow warnings directly.
6326         * parser.c (free_parser_stacks): Delete.
6328 2004-02-07  Kazu Hirata  <kazu@cs.umass.edu>
6330         * rtti.c: Update copyright.
6332 2004-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6334         PR c++/14033
6335         * decl.c (require_complete_types_for_parms): Do not insert
6336         error_mark_node in the parameter list.
6338 2004-02-06  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6340         PR c++/14028
6341         * parser.c (cp_parser_enclosed_template_argument_list): Emit straight
6342         error when terminator can not be found.
6344 2004-02-05  Kelley Cook  <kcook@gcc.gnu.org>
6346         Make-lang.in (po-generated):  Delete.
6348 2004-02-05  Kazu Hirata  <kazu@cs.umass.edu>
6350         * call.c (type_passed_as): Replace PROMOTE_PROTOTYPES with
6351         targetm.calls.promote_prototypes.
6353 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6355         PR middle-end/13750
6356         Revert:
6357         2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6358         PR pch/13361
6359         * cp/lex.c (handle_pragma_interface): Duplicate string from tree.
6360         (handle_pragma_implementation): Likewise.
6362 2004-02-05  Mark Mitchell  <mark@codesourcery.com>
6364         PR c++/13714
6365         * typeck.c (lookup_destructor): Tweak error message.
6367 2004-02-05  Jan Hubicka  <jh@suse.cz>
6369         * tree.c (cp_cannot_inline_tree_fn):  Allow inlining of comdat
6370         functions.
6372 2004-02-05  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6374         PR c++/14008
6375         * parser.c (cp_parser_diagnose_invalid_typename): Removed parsing
6376         code, only emits the diagnostic now. Added lookup of the identifier
6377         and support for qualified ids.
6378         (cp_parser_parse_and_diagnose_invalid_type_name): New function.
6379         Parse an (invalid) type name as id-expression within a declarator.
6380         (cp_parser_simple_declaration): Use it.
6381         (cp_parser_member_declaration): Likewise.
6382         (cp_parser_make_typename_type): New function. Handle errors through
6383         cp_parser_diagnose_invalid_typename.
6384         (cp_parser_elaborated_type_specifier): Use it.
6386 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6388         PR c++/13932
6389         * call.c (convert_like_real): Use "converting" rather than
6390         "argument" as the descriptive keyword to
6391         dubious_conversion_warnings.
6392         * typeck.c (convert_for_assignment): Do not call
6393         dubious_conversion_warnings.
6395 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6397         PR c++/13086
6398         * init.c (build_delete): Emit a more informative error message in
6399         case of an incomplete type, and on the correct source line.
6401 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
6403         * error.c, search.c: Update copyright.
6405 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6407         PR c++/9941
6408         * rtti.c (tinfo_base_init): Use import_export_tinfo to decide the
6409         linkage for the typeinfo name string.
6411 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6413         PR c++/13969
6414         * cp-tree.h (fold_non_dependent_expr): New function.
6415         * parser.c (cp_parser_fold_non_dependent_expr): Remove.
6416         (cp_parser_template_argument): Use fold_non_dependent_expr.
6417         (cp_parser_direct_declarator): Likewise.
6418         * pt.c (fold_non_dependent_expr): New function.
6419         (convert_nontype_argument): Use it.
6420         (tsubst_qualified_id): Simplify.
6421         (tsubst_copy_and_build): Likewise.
6423 2004-02-04  Mark Mitchell  <mark@codesourcery.com>
6425         * decl.c (cxx_push_function_context): Do not set
6426         current_function_is_thunk.
6427         * method.c (use_thunk): Set CALL_FROM_THUNK on the call to the
6428         actual function.
6430 2004-02-04  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6432         PR c++/13997
6433         * pt.c (more_specialized_class): Increase processing_template_decl
6434         while partial ordering.
6436 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6438         PR c++/13925
6439         * decl.c (start_function): Do not call pushdecl for any
6440         instantiation or specialization of a primary template.
6442 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6444         PR c++/13950
6445         * parser.c (cp_parser_class_name): Robustify.
6447         PR c++/13970
6448         * parser.c (cp_parser_cache_group): Do not consume the EOF token.
6450         PR c++/14002
6451         * semantics.c (finish_id_expression): Do not return an
6452         IDENTIFIER_NODE when lookup finds a PARM_DECL.
6454 2004-02-03  Mark Mitchell  <mark@codesourcery.com>
6456         PR c++/13978
6457         * pt.c (build_non_dependent_expr): Do not build
6458         NON_DEPENDENT_EXPRs for FUNCTION_DECLs or TEMPLATE_DECLs.
6460         PR c++/13968
6461         * semantics.c (finish_id_expression): Do not return an
6462         IDENTIFIER_NODE when lookup finds a VAR_DECL.
6464         PR c++/13975
6465         * parser.c (cp_parser_simple_declaration): When skipping to the
6466         end of the statement swallow the terminating semicolon.
6468 2004-02-02  Mark Mitchell  <mark@codesourcery.com>
6470         PR c++/13113
6471         * init.c (build_offset_ref): Improve error recovery for invalid
6472         uses of non-static member functions.
6474         PR c++/13854
6475         * cp-tree.h (cp_build_type_attribute_variant): New function.
6476         * class.c (build_clone): Use cp_build_type_attribute_variant.
6477         * decl.c (duplicate_decls): Likewise.
6478         * pt.c (copy_default_args_to_explicit_spec): Likewise.
6479         (tsubst_function_type): Likewise.
6480         * tree.c (build_exception_variant): Check attributes before
6481         concluding that two types are the same.
6482         (cp_build_type-attribute_variant): New method.
6483         * typeck.c (merge_types): Use cp_build_type_attribute_variant.
6485         PR c++/13907
6486         * call.c (convert_class_to_reference): Keep better track of
6487         pedantically invalid user-defined conversions.
6489 2004-02-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6491         PR c++/13957
6492         * pt.c (tsubst_qualified_id): Improved error message when a type
6493         is expected but not found.
6495 2004-01-31  Kazu Hirata  <kazu@cs.umass.edu>
6497         * class.c: Fix comment typos.
6498         * decl.c: Likewise.
6499         * error.c: Likewise.
6500         * parser.c: Likewise.
6501         * pt.c: Likewise.
6502         * search.c: Likewise.
6503         * typeck.c: Likewise.
6505 2004-01-30  Richard Henderson  <rth@redhat.com>
6507         PR c++/13693
6508         * method.c (use_thunk): Don't force_target_expr for void thunks.
6509         * tree.c (build_target_expr_with_type): Assert non-void type.
6510         (force_target_expr): Likewise.
6512 2004-01-30  Michael Matz  <matz@suse.de>
6514         * parser.c (cp_parser_labeled_statement): Accept case ranges.
6516 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6518         DR206
6519         PR c++/13813
6520         * decl.c (grokdeclarator): Check immediatly type completeness for
6521         non-dependent types.
6523 2004-01-30  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6525         PR c++/13683
6526         * call.c (convert_arg_to_ellipsis): Don't emit a warning if within
6527         a sizeof expression.block
6529 2004-01-29  Mark Mitchell  <mark@codesourcery.com>
6531         PR c++/13883
6532         * mangle.c (write_encoding): Correct encoding of member template
6533         constructors.
6535 2004-01-28  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6537         * parser.c (cp_parser_template_id): Parse tentatively `[:' after a
6538         template name as it was `<::' (digraph typo).
6539         (cp_parser_nth_token_starts_template_argument_list_p): New function.
6540         (cp_parser_id_expression): Use it.
6541         (cp_parser_nested_name_specifier_opt): Likewise.
6542         (cp_parser_template_name): Likewise.
6543         (cp_parser_class_name): Likewise.
6544         (cp_lexer_get_preprocessor_token): Use c_lex_with_flags.
6546 2004-01-28  Mark Mitchell  <mark@codesourcery.com>
6548         PR c++/13791
6549         * typeck.c (merge_types): Do not merge attributes into
6550         TYPENAME_TYPEs.
6552         PR c++/13736
6553         * parser.c (cp_parser_direct_declarator): Do not prevent
6554         backtracking inside a parenthesized declarator.
6555         (cp_parser_parameter_declaration): Fix typo in comment.
6557 2004-01-28  Jan Hubicka  <jh@suse.cz>
6559         * semantics.c (expand_body)  Do emit_associated_thunks before
6560         expansion.
6562 2004-01-27  Devang Patel  <dpatel@apple.com>
6564         * name-lookup.c: Include "debug.h"
6565         (do_namespace_alias): Invoke debug_hooks to emit debug info
6566         for namespace alias.
6567         (do_local_using_decl): Invoke debug_hooks to emit debug info
6568         for using decl.
6569         (do_class_using_decl): Same.
6570         (do_toplevel_using_decl): Same.
6571         (do_using_directive): Same.
6572         (cp_emit_debug_info_for_using): New function.
6573         * Make-lang.in (cp/parser.o): Depend on debug.h
6574         (cp/name-lookup.o): Same.
6576 2004-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6578         * cp-tree.h (language_function, lang_type_header): Use
6579         BOOL_BITFIELD.
6580         * name-lookup.h (cp_binding_level): Likewise.
6582 2004-01-26  Mark Mitchell  <mark@codesourcery.com>
6584         PR c++/13663
6585         * semantics.c (finish_for_expr): Check for unresolved overloaded
6586         functions.
6588         * class.c (add_method): Just check processing_template_decl to
6589         determine whether or not we are within a template.
6590         * decl2.c (maybe_retrofit_in_chrg): Likewise.
6591         * init.c (decl_constant_value): Check the type of the declaration,
6592         not TREE_READONLY.
6593         * name-lookup.c (maybe_push_to_top_level): Rename to ...
6594         (push_to_top_level): ... this.
6595         * name-lookup.h (maybe_push_to_top_level): Do not declare it.
6596         * pt.c (push_template_decl_real): Reorder condition for speed.
6597         (convert_template_argument): Use dependency-checking functions in
6598         place of uses_template_parms.
6599         (lookup_template_class): Avoid calling uses_template_parms more
6600         than once.
6601         (uses_template_parms): Reimplement, using dependency-checking
6602         functions.
6603         (instantiate_class_template): Use push_to_top_level, not
6604         maybe_push_to_top_level.
6605         (type_unification_real): Simplify.
6606         (type_dependent_expression_p): Handle OFFSET_REFs and
6607         TEMPLATE_DECLs.
6608         (any_dependent_template_arguments_p): Handle multiple levels of
6609         template argument.
6610         * semantics.c (expand_or_defer_fn): Do not check
6611         uses_template_parms for template instantiations.
6612         * typeck.c (comptypes): Avoid calling cp_type_quals.
6614 2004-01-25  Mark Mitchell  <mark@codesourcery.com>
6616         PR c++/13833
6617         * call.c (build_over_call): Do not convert arguments when
6618         processing a template.
6619         * pt.c (build_non_dependent_expr): Do not build a
6620         NON_DEPENDENT_EXPR for arithmetic constants.
6622 2004-01-25  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6624         PR c++/13810
6625         * parser.c (cp_parser_type_parameter): When cp_parser_id_expression
6626         returns a TYPE_DECL. no further lookup is required.
6627         * semantics.c (check_template_template_default_arg): A TYPE_DECL
6628         is invalid. Rework to give better diagnostics.
6630 2004-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6632         PR c++/13797
6633         * pt.c (instantiate_class_template): Add an error_mark_node
6634         check.
6635         (tsubst_decl) <TEMPLATE_DECL case>: Likewise.
6637 2004-01-23  Andrew Pinski  <pinskia@physics.uc.edu>
6639         PR c++/13701
6640         * decl.c (finish_function): Move the call to
6641         finish_fname_decls below the call to
6642         finish_eh_spec_block.
6644 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
6646         * optimize.c, typeck2.c: Update copyright.
6648 2004-01-21  Kazu Hirata  <kazu@cs.umass.edu>
6650         * Make-lang.in, call.c, class.c, decl2.c, except.c, expr.c,
6651         init.c, mangle.c, typeck.c: Update copyright.
6653 2004-01-21  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
6655         * parser.c (cp_parser_class_specifier): Prevent garbage collection.
6657 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
6659         * Make-lang.in: Replace $(docdir) with doc.
6660         (c++.info, c++.srcinfo): Dummy entry.
6661         (c++.man, c++.srcman): New rules.
6662         (c++.install-man): Revamp rule.
6664 2004-01-20  Kelley Cook  <kcook@gcc.gnu.org>
6666         * Make-lang.in (CXX_INSTALL_NAME, GXX_INSTALL_NAME,
6667         CXX_TARGET_INSTALL_NAME, GXX_TARGET_INSTALL_NAME): Define via a
6668         immediate $(shell) instead of deferred backquote.
6670 2004-01-19  Mark Mitchell  <mark@codesourcery.com>
6672         PR c++/13651
6673         * parser.c (cp_parser_postfix_expression): When encountering
6674         incomplete type on left-hand side of "->" or ".", treat the entire
6675         expression as erroneous.
6677         PR c++/13592
6678         * call.c (build_field_call): Remove.
6679         (n_build_method_call): Likewise.
6680         (build_method_call): Likewise.
6681         (build_new_method_call): Do not call build_field_call.
6682         * class.c (n_build_method_call): Remove.
6683         (print_class_statistics): Do not print it.
6684         * cp-tree.h (build_method_call): Remove declaration.
6685         (finish_object_call_expr): Likewise.
6686         (build_new_1): Do not use build_method_call.
6687         * parser.c (cp_parser_postfix_expression): Use finish_call_expr
6688         when the function appearing on the right-hand-side of "." or "->"
6689         is not actually a function.
6690         * pt.c (tsubst_copy_and_build): Likewise.
6691         * semantics.c (finish_object_call_expr): Remove.
6693 2004-01-18  Mark Mitchell  <mark@codesourcery.com>
6695         PR c++/13710
6696         * pt.c (tsubst): Use finish_typeof.
6698 2004-01-18  Jason Merrill  <jason@redhat.com>
6700         PR c++/11725
6701         * except.c (build_throw): In a template, set
6702         current_function_returns_abnormally.
6704 2004-01-17  Fred Fish  <fnf@intrinsity.com>
6706         PR c++/11895
6707         * decl.c (reshape_init): Handle VECTOR_TYPE like ARRAY_TYPE,
6708         except don't call array_type_nelts() with a VECTOR_TYPE.
6710 2004-01-16  Jan Hubicka  <jh@suse.cz>
6712         * mangle.c (write_mangled_name): Remove inline modifier.
6714 2004-01-16  Mark Mitchell  <mark@codesourcery.com>
6716         PR c++/13574
6717         * decl.c (compute_array_index_type): Fix grammar in comment.
6718         * init.c (build_zero_init): Handle zero-sized arrays correctly.
6720         PR c++/13178
6721         * call.c (name_as_c_string): Print conversion operator names
6722         correctly.
6724         PR c++/13478
6725         * call.c (initialize_reference): Pass -1 for inner parameter to
6726         convert_like_real.
6728 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6730         PR c++/13407
6731         * parser.c (cp_parser_base_specifier): Check for an invalid
6732         keyword `typename' and emit an user-friendly error message.
6734 2004-01-15  Geoffrey Keating  <geoffk@apple.com>
6736         PR pch/13361
6737         * cp/lex.c (handle_pragma_interface): Duplicate string from tree.
6738         (handle_pragma_implementation): Likewise.
6740 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6742         PR c++/9259
6743         * typeck.c (build_class_member_access_expr): Allow to access members
6744         of the currently open class.
6745         (finish_class_member_access_expr): Likewise.
6747 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
6749         PR c++/13659
6750         * name-lookup.c (validate_nonmember_using_decl): Take scope and
6751         name by value, instead of computing them.
6752         (do_local_using_decl, do_toplevel_using_decl): Add scope and name
6753         arguments.  Pass them to validate_nonmember_using_decl.
6754         * name-lookup.h (do_local_using_decl): Adjust.
6755         (do_toplevel_using_decl): Likewise.
6756         * parser.c (cp_parser_using_declaration): Likewise.
6757         * pt.c (tsubst_expr): Likewise.
6759 2004-01-15  Alexandre Oliva  <aoliva@redhat.com>
6761         PR c++/13594
6762         PR c++/13658
6763         * name-lookup.c (qualified_lookup_using_namespace): Search
6764         strongly-associated namespaces first, and only then try other
6765         namespaces.
6767 2004-01-15  Kelley Cook  <kcook@gcc.gnu.org>
6769         * Make-lang.in (c++.srcextra): Dummy entry.
6771 2004-01-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6773         PR c++/8856
6774         * parser.c (cp_parser_template_name): Don't try to parse a
6775         conversion-function-id, as it cannot be a template-name.
6776         (cp_parser_simple_type_specifier): Check for invalid template-ids
6777         even after a built-in type.
6779 2004-01-14  Jan Hubicka  <jh@suse.cz>
6781         PR c++/12850
6782         * pt.c (instantiate_decl):  Do not increase function_depth.
6784 2004-01-14  Danny Smith  <dannysmith@users,sourceforge.net>
6786         PR c++/9021
6787         PR c++/11005
6788         * parser.c (cp_parser_elaborated_type_specifier): Warn about
6789         attributes and discard.
6790         * decl.c (xref_tag): Don't overwite existing attributes with
6791         NULL_TREE.
6793 2004-01-14  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6795         PR c++/12335
6796         * parser.c (cp_parser_lookup_name): Return error_mark_node if there
6797         is no destructor while looking up a BIT_NOT_EXPR.
6799 2004-01-13  Ian Lance Taylor  <ian@wasabisystems.com>
6801         * cxxfilt.c: Remove unused file.
6803 2004-01-14  Jan Hubicka  <jh@suse.cz>
6805         Partial fix to PR c++/12850
6806         * decl2.c (mark_used): Do not proactively instantiate templates
6807         when compiling in unit-at-a-time or not optimizing.
6808         * optimize.c (maybe_clone_body): Do not increase function depth.
6810 2004-01-13  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6812         PR c++/13474
6813         * pt.c (tsubst) <INTEGER_TYPE>: Remove obsolete array index tweaking.
6815 2004-01-12  Steven Bosscher  <stevenb@suse.de>
6817         PR c++/13558
6818         * parser.c (cp_parser_member_declaration): Any non-type is also
6819         not a class or a function.
6821 2004-01-12  Jason Merrill  <jason@redhat.com>
6823         PR c++/12815
6824         * class.c (build_base_path): Do not mark vtable references as
6825         TREE_CONSTANT.
6826         (build_vtbl_ref_1): Likewise.
6828 2004-01-12  Richard Henderson  <rth@redhat.com>
6830         PR opt/10776
6831         * typeck2.c (split_nonconstant_init_1, split_nonconstant_init): New.
6832         (store_init_value): Use it.
6833         * decl.c (check_initializer): Expect full initialization code
6834         from store_init_value.
6835         * init.c (expand_aggr_init_1): Likewise.
6836         * decl2.c (maybe_emit_vtables): Abort if runtime init needed.
6838 2004-01-12  Mark Mitchell  <mark@codesourcery.com>
6840         * class.c (layout_class_type): For non-POD class types, also copy
6841         the DECL_SIZE and DECL_MODE of fields to the base class type.
6843 2004-01-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6845         PR c++/13289
6846         * pt.c (instantiate_decl): Set DECL_TEMPLATE_INSTANTIATED before
6847         calling regenerate_decl_from_template.
6849 2004-01-12  Scott Brumbaugh  <scottb.lists@verizon.net>
6851         PR c++/4100
6852         * parser.c (cp_parser_decl_specifier_seq): Add check for a friend
6853         decl-specifier occurring along with a class definition.
6855 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
6857         * parser.c (cp_parser_decl_specifier_seq): Add parenthetical
6858         clauses to comments describing declares_class_or_enum.
6859         (cp_parser_type_specifier): Set *declares_class_or_enum to 0, not
6860         false.
6862 2004-01-12  Jan Hubicka  <jh@suse.cz>
6864         * pt.c (for_each_template_parm): Do not check for duplicates.
6865         (for_each_template_parm): Use walk_tree duplicate checking code.
6867 2004-01-11  Ian Lance Taylor  <ian@wasabisystems.com>
6869         PR c++/3478
6870         * parser.c (cp_parser_decl_specifier_seq): If the first decl_spec
6871         is error_mark_node, don't add any more decl_specs.
6872         (cp_parser_init_declarator): After committing to a declaration, if
6873         the decl_specifiers start with error_mark_node, issue an error and
6874         change the type to "int".
6876 2004-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
6878         PR bootstrap/7817
6879         * Make-lang.in: Copy gcc.1 to g++.1 rather than using .so.
6881 2004-01-10  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6883         DR 337
6884         PR c++/9256
6885         * pt.c (tsubst): Substitution must fail if we are attempting to
6886         create an array with element type that is an abstract class type.
6887         * decl.c (cp_finish_decl): Strip pointers and array types recursively
6888         before calling abstract_virtuals_error.
6890 2004-01-09  Alexandre Oliva  <aoliva@redhat.com>
6892         * name-lookup.c (qualified_lookup_using_namespace): Consider
6893         strong using directives even if we've already found a binding.
6895 2004-01-09  Mark Mitchell  <mark@codesourcery.com>
6897         * cp-tree.h (cxx_expand_expr): Change prototype.
6898         * expr.c (cxx_expand_expr): Add alt_rtl parameter.
6900 2004-01-08  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
6902         PR c++/12573
6903         * pt.c (value_dependent_expression_p): Handle COMPONENT_REFs by
6904         looking into them recursively. They can be there because of the
6905         new __offsetof__ extension.
6907 2004-01-07  Zack Weinberg  <zack@codesourcery.com>
6909         * parser.c (cp_parser_save_member_function_body): Mark the
6910         definition static.
6912 2004-01-05  Mark Mitchell  <mark@codesourcery.com>
6914         PR c++/13057
6915         * class.c (build_clone): Copy type attributes from the original
6916         function to the clone.
6918         PR c++/12815
6919         * class.c (build_vtbl_ref_1): Do not unconditionally mark vtable
6920         references as constant.
6922         PR c++/12132
6923         * parser.c (cp_parser_explicit_instantiation): Improve error
6924         recovery.
6925         (cp_parser_require): Improve indication of the error location.
6927         PR c++/13451
6928         * parser.c (cp_parser_class_head): Reorder logic to check for
6929         invalid qualification.
6931 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
6933         PR c++/13157
6934         * name-lookup.c (lookup_using_namespace): Remove spacesp
6935         parameter.
6936         (unqualified_namespace_lookup): Likewise.
6937         (lookup_qualified_name): Adjust accordingly.
6938         (lookup_name_real): Likewise.
6939         (lookup_arg_dependent): Do not eliminate the namespace of the
6940         functions found by unqualified name lookup unless that is the
6941         current namespace.
6943 2004-01-04  Andrew Pinski  <pinskia@physics.uc.edu>
6945         * semantics.c (push_deferring_access_checks): Fix format.
6946         (resume_deferring_access_checks): Likewise.
6947         (stop_deferring_access_checks): Likewise.
6948         (pop_deferring_access_checks): Likewise.
6949         (get_deferred_access_checks): Likewise.
6950         (pop_to_parent_deferring_access_checks): Likewise.
6951         (perform_deferred_access_checks): Likewise.
6952         (perform_or_defer_access_check): Likewise.
6954 2004-01-04  Richard Henderson  <rth@redhat.com>
6956         * call.c (build_over_call): Don't create a save_expr of an
6957         aggregate, but rather its address.
6959 2004-01-04  Mark Mitchell  <mark@codesourcery.com>
6961         PR c++/13529
6962         * parser.c (cp_parser_postfix_expression): Allow "." to appear in
6963         an offsetof expression.
6965         * parser.c (cp_parser_parameter_declaration): Fix comment.
6967         PR c++/12226
6968         * call.c (CHECK_COPY_CONSTRUCTOR_P): New macro.
6969         (reference_binding): Set it when appropriate.
6970         (build_temp): New function, split out from ...
6971         (convert_like_real): ... here.  Honor CHECK_COPY_CONSTRUCTOR_P.
6972         (initialize_reference): Likewise.
6974         PR c++/13536
6975         * parser.c (cp_parser): Add in_type_id_in_expr_p.
6976         (cp_parser_new): Initialize it.
6977         (cp_parser_postfix_expression): Set it.
6978         (cp_parser_sizeof_operand): Likewise.
6979         (cp_parser_parameteR_declaration): Do not commit early to tenative
6980         parsers when in_type_id_in_expr_p is set.
6982 2004-01-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6984         PR c++/13094
6985         * parser.c (cp_parser_template_argument): Don't call
6986         make_unbound_class_template directly.
6987         (cp_parser_lookup_name): Don't extract TEMPLATE_DECL from
6988         UNBOUND_CLASS_TEMPLATE tree node.
6990 2004-01-02  Richard Sandiford  <rsandifo@redhat.com>
6992         PR target/12729
6993         * method.c (use_thunk): Pass the CALL_EXPR through force_target_expr.
6995 2004-01-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6997         PR c++/13520
6998         * cp-tree.h (DECL_UNBOUND_CLASS_TEMPLATE_P): New macro.
6999         (DECL_FUNCTION_TEMPLATE_P): Use it.
7000         (DECL_CLASS_TEMPLATE_P): Likewise.
7001         * parser.c (cp_parser_lookup_name): Add is_template parameter.
7002         (cp_parser_type_parameter): Adjust call to cp_parser_lookup_name.
7003         (cp_parser_template_name): Likewise.
7004         (cp_parser_elaborated_type_specifier): Likewise.
7005         (cp_parser_namespace_name): Likewise.
7006         (cp_parser_class_name): Likewise.
7007         (cp_parser_lookup_name_simple): Likewise.
7009 See ChangeLog.3 for earlier changes.