OSDN Git Service

* .cvsignore: Remove.
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2002-12-31  Neil Booth  <neil@daikokuya.co.uk>
2
3         * .cvsignore: Remove.
4
5 2002-12-31  Steven Bosscher  <s.bosscher@student.tudelft.nl>
6
7         * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c,
8           except.c, expr.c friend.c, g++spec.c, init.c, lang-options.h,
9           lang-specs.h, lex.c, mangle.c, method.c, optimize.c, parser.c,
10           pt.c, ptree.c, repo.c, rtti.c, search.c, semantics.c, tree.c,
11           typeck.c, typeck2.c: Replace "GNU CC" with "GCC" in the
12           copyright header.
13         * lex.h: parse.y is dead, so don't mention it.  Also replace the
14           copyright header with the default GNU copyright header.
15
16 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
17
18         * cp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove.
19         (lookup_name_namespace_only): Likewise.
20         (begin_only_namespace_names): Likewise.
21         (end_only_namespace_names): Likewise.
22         * decl.c (only_namespace_names): Remove.
23         (qualify_lookup): Do not check LOOKUP_TEMPLATES_EXPECTED.
24         (lookup_name_real): Do not check only_namespace_names.
25         (lookup_name_namespace_only): Remove.
26         (begin_only_namespace_names): Likewise.
27         (end_only_namespace_names): Likewise.
28         * parser.c (cp_parser_nested_name_specifier_opt): Handle erroneous
29         nested-name-specifiers more gracefully.
30         (cp_parser_class_or_namespace_name): Avoid looking up namespace
31         names when they cannot possibly appear.
32         (cp_parser_template_name): Adjust call to cp_parser_lookup_name.
33         (cp_parser_elaborated_type_specifier): Likewise.
34         (cp_parser_namespace_name): Only look for namespace names.
35         (cp_parser_lookup_name): Add is_namespace parameter.
36         (cp_parser_lookup_name_simple): Adjust call to
37         cp_parser_lookup_name.
38
39         * parser.c (cp_parser_dependent_type_p): Fix thinko.
40
41 2002-12-31  Neil Booth  <neil@daikokuya.co.uk>
42
43         * .cvsignore: Update.
44
45 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
46
47         * class.c (modify_vtable_entry): Remove unused variable.
48         (get_vcall_index): Always expect a non-thunk.
49         (update_vtable_entry_for_fn): Combine covariant adjustments, when
50         overriding a thunk. Pass get_vcall_index a non-thunk.
51
52         * decl2.c (finish_file): Mark undefined inlines as extern.
53
54 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
55
56         * cp-tree.def (RETURN_INIT): Remove.
57         * cp-tree.h (DECL_IN_MEMORY_P): Remove.
58         (scope_kind): Add sk_block, sk_try, sk_catch, sk_for.
59         (note_level_for_for): Remove.
60         (note_level_for_try): Likewise.
61         (note_level_for_catch): Likewise.
62         (finish_named_return_value): Likewise.
63         (do_pushlevel): Change prototype.
64         (pending_lang_change): Remove.
65         * decl.c (begin_scope): Handle sk_block, sk_try, sk_catch,
66         sk_for.
67         (note_level_for_for): Remove.
68         (note_level_for_try): Likewise.
69         (note_level_for_catch): Likewise.
70         (maybe_inject_for_scope_var): Remove use of DECL_IN_MEMORY_P.
71         * parser.c (cp_parser_context_free_list): Make it "deletable".
72         (cp_parser_template_argument): Remove misleading comment.
73         * pt.c (tsubst_expr): Remove RETURN_INIT code.
74         * semantics.c (genrtl_named_return_value): Remove.
75         (do_pushlevel): Take a scope kind as an argument.
76         (begin_if_stmt): Adjust.
77         (begin_while_stmt): Likewise.
78         (begin_for_stmt): Likewise.
79         (finish_for_init_stmt): Likewise.
80         (begin_switch_stmt): Likewise.
81         (begin_handler): Likewise.
82         (begin_compound_stmt): Likewise.
83         (finish_named_return_value): Remove.
84         (cp_expand_stmt): Remove RETURN_INIT case.
85         * tree.c (cp_statement_code_p): Remove RETURN_INIT case.
86         
87 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
88
89         PR c++/9112
90         * parser.c (cp_parser_direct_declarator): Handle erroneous
91         parenthesized declarators correctly.
92
93 2002-12-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
94
95         * cp-tree.h (pending_lang_change): Declare.
96
97 2002-12-30  Mark Mitchell  <mark@codesourcery.com>
98
99         * parser.c (cp_parser_context_free_list): New variable.
100         (cp_parser_context_new): Use it.
101         (cp_parser_error): Check return code from
102         cp_parser_simulate_error.
103         (cp_parser_simulate_error): Return a value.
104         (cp_parser_id_expression): Optimize common case.
105         (cp_parser_class_name): Likewise.
106         (cp_parser_class_specifier): Adjust call to
107         cp_parser_late_parsing_default_args.
108         (cp_parser_lookup_name): Optimize common case.
109         (cp_parser_late_parsing_for_member): Adjust call to
110         cp_parser_late_parsing_default_args.
111         (cp_parser_late_parsing_default_args): Add scope parameter.
112         (cp_parser_require): Avoid creating the error message unless it's
113         needed.
114         (cp_parser_parse_definitely): Place free'd contexts on the free
115         list.
116
117         * parser.c (cp_parser_declaration_seq_opt): Handle pending_lang_change.
118
119 2002-12-30  David Edelsohn  <edelsohn@gnu.org>
120
121         * parser.c (cp_parser_parameter_declaration_clause): Treat system
122         header as extern "C" if NO_IMPLICIT_EXTERN_C undefined.
123
124 2002-12-30  Nathanael Nerode  <neroden@gcc.gnu.org>
125
126         * config-lang.in, Make-lang.in, operators.def, cp-tree.def:  
127         GCC, not GNU CC.
128
129 2002-12-30  Mark Mitchell  <mark@codesourcery.com>
130
131         * parse.y: Remove.
132         * spew.c: Likewise.
133         * Make-lang.in (gt-cp-spew.h): Remove.
134         * cp-tree.h (do_pending_lang_change): Remove.
135         (do_identifier): Change prototype.
136         (finish_id_expr): Remove.
137         * decl.c (lookup_name_real): Remove yylex variable.
138         * decl2.c (build_expr_from_tree): Adjust call to do_identifier.
139         * lex.c (init_cpp_parse): Remove.
140         (reduce_cmp): Likewise.
141         (token_cmp): Likewise.
142         (yychar): Likewise.
143         (lastiddecl): Likewise.
144         (token_count): Likewise.
145         (reduce_count): Likewise.
146         (yyhook): Likewise.
147         (print_parse_statistics): Likewise.
148         (do_pending_lang_change): Likewise.
149         (do_identifier): Remove parsing parameter.
150         * lex.h (lastiddecl): Remove.
151         (looking_for_typename): Remove.
152         (looking_for_template): Likewise.
153         (pending_lang_change): Likewise.
154         (yylex): Likewise.
155         * semantics.c (finish_id_expr): Remove.
156         
157         * decl.c (grokdeclarator): Diagnost "extern thread" and "static
158         thread" correctly.
159
160 2002-12-30  Nathanael Nerode  <neroden@gcc.gnu.org>
161
162         * decl.c, decl2.c, decl.h:  GCC, not GNU CC.  This is the C++ front
163         end, not the C front end.
164
165 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
166
167         * cp-tree.h (THUNK_TARGET): New macro.
168         (THUNK_VIRTUAL_OFFSET): For result thunks it is always a binfo.
169         (finish_thunk): Remove offset parms.
170         * class.c (find_final_overrider): Look through thunks.
171         (get_vcall_index): Use THUNK_TARGET.
172         (update_vtable_entry_for_fn): Look through thunks. Set covariant
173         fixed offset here. Adjust finish_thunk call.
174         (build_vtbl_initializer): Adjust finish_thunk calls.
175         * mangle.c (mangle_call_offset): Remove superfluous if.
176         (mangle_thunk): Adjust.
177         * method.c (make_thunk): Adjust.
178         (finish_thunk): Adjust.
179         (thunk_adjust): Remove assert.
180         (use_thunk): Use THUNK_TARGET
181         * dump1.c (cp_dump_tree): Adjust thunk dumping.
182
183         PR c++/9054
184         * class.c (layout_class_type): Set TYPE_CONTEXT of type for base.
185         * dump.c (cp_dump_tree, RECORD_TYPE): Deal with type for base types.
186
187 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
188
189         Remove traditional C constructs 4/n.
190         * decl2.c (grok_method_quals, warn_if_unknown_interface,
191         grok_x_components, cp_build_parm_decl, build_artificial_parm,
192         maybe_retrofit_in_chrg, grokclassfn, grok_array_decl,
193         delete_sanity, check_member_template, check_java_method,
194         check_classfn, finish_static_data_member_decl, grokfield,
195         grokbitfield, grokoptypename, grok_function_init,
196         cplus_decl_attributes, constructor_name, defer_fn,
197         build_anon_union_vars, finish_anon_union, coerce_new_type,
198         coerce_delete_type, comdat_linkage, maybe_make_one_only,
199         key_method, import_export_vtable, import_export_class,
200         output_vtable_inherit, import_export_decl, import_export_tinfo,
201         build_cleanup, get_guard, get_guard_bits, get_guard_cond,
202         set_guard, start_objects, finish_objects,
203         start_static_storage_duration_function,
204         finish_static_storage_duration_function, get_priority_info,
205         start_static_initialization_or_destruction,
206         finish_static_initialization_or_destruction,
207         do_static_initialization, do_static_destruction,
208         prune_vars_needing_no_initialization, write_out_vars,
209         reparse_decl_as_expr, finish_decl_parsing, namespace_ancestor,
210         add_using_namespace, merge_functions, ambiguous_decl,
211         lookup_using_namespace, lookup_using_namespace,
212         qualified_lookup_using_namespace, set_decl_namespace,
213         decl_namespace, current_decl_namespace, push_decl_namespace,
214         pop_decl_namespace, push_scope, pop_scope, add_function,
215         arg_assoc_namespace, arg_assoc_template_arg, arg_assoc,
216         lookup_arg_dependent, do_namespace_alias,
217         validate_nonmember_using_decl, do_nonmember_using_decl,
218         do_toplevel_using_decl, do_local_using_decl,
219         do_class_using_decl, do_using_directive, check_default_args,
220         mark_used, handle_class_head): Use C90 prototypings.  Use booleans.
221         * parser.c (cp_parser_class_head): Use booleanss.
222         * decl.c (walk_globals, walk_vtables): Likewise.
223         * cp-tree.h (walk_globals_pred, walk_globals_fn, walk_vtables,
224         walk_globals): Change return type from 'int' to 'bool'.
225         * rtti.c (init_rtti_processing, build_headof, throw_bad_cast
226         throw_bad_typeid, get_tinfo_decl_dynamic, typeid_ok_p,
227         build_typeid, tinfo_name, get_tinfo_decl, get_tinfo_ptr,
228         get_typeid, ifnonnull, build_dynamic_cast_1, build_dynamic_cast,
229         qualifier_flags, tinfo_base_init, generic_initializer,
230         ptr_initializer, dfs_class_hint_mark, ptm_initializer,
231         dfs_class_hint_unmark, class_hint_flags, class_initializer,
232         typeinfo_in_lib_p, get_pseudo_ti_init, create_pseudo_type_info,
233         get_pseudo_ti_desc, create_tinfo_types, emit_support_tinfos,
234         unemitted_tinfo_decl_p, emit_tinfo_decl): Likewise.
235         * repo.c (repo_compile_flags, repo_template_declared,
236         repo_template_defined, repo_class_defined, repo_get_id,
237         repo_template_used, repo_vtable_used, repo_inline_used,
238         repo_tinfo_used, repo_template_instantiated, extract_string,
239         open_repo_file, afgets, init_repo, reopen_repo_file_for_write,
240         finish_repo): Likewise.
241         * ptree.c (cxx_print_decl, cxx_print_type, cxx_print_identifier,
242         cxx_print_xnode): Likewise..
243         * cp-lang.c (ok_to_generate_alias_set_for_type, cxx_get_alias_set,
244         cxx_warn_unused_global_decl, cp_expr_size): Likewise.
245         * cxxfilt.c (demangle_it, print_demangler_list, usage,
246         standard_symbol_characters, hp_symbol_characters, main, fatal):
247         Likewise. 
248         (strip_underscore):  Change type from 'int' to 'bool'.
249         (main): Use boolean constants.
250
251 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
252
253         Remove traditional C constructs 3/n.
254         * cvt.c (cp_convert_to_pointer, convert_to_pointer_force,
255         build_up_reference, warn_ref_binding, convert_to_reference,
256         convert_from_reference, convert_lvalue, cp_convert, ocp_convert,
257         convert_to_void, convert, convert_force, build_type_conversion,
258         build_expr_type_conversion, type_promotes_to,
259         perform_qualification_conversions): Use C90 prototyping style.
260         * decl2.c (grok_array_decl): Use boolean constant.
261         (delete_sanity): Likewise.
262         * typeck.c (build_unary_op): Likewise.
263         * semantics.c (finish_switch_cond): Likewise.
264         * parser.c (cp_parser_direct_new_declarator): Likewise.
265         * init.c (build_new): Likewise.
266
267 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
268
269         * Make-lang.in (po-generated): Remove parse.c.
270         (CXX_OBJS): Remove parse.o and spew.o.  Add parser.o.
271         ($(srcdir)/cp/parse.h): Remove target.
272         ($(srcdir)/cp/parse.c): Likewise.
273         (gt-cp-parse.h): Likewise.
274         (gt-cp-parser.h): New target.
275         (c++.distclean): Do not remove parse.output.
276         (c++.maintainer-clean): Do not remove parse.c or parse.h.
277         (cp/spew.o): Remove target.
278         (cp/lex.o): Adjust dependencies.
279         (cp/pt.o): Likewise.
280         (cp/parse.o): Likewise.
281         (cp/TAGS): Do not mention parse.c.
282         (cp/parser.o): New target.
283         * NEWS: Mention the new parser.
284         * call.c (build_scoped_method_call): Simplify.
285         (build_method_call): Likewise.
286         (build_new_function_call): Adjust calls to add_function_candidate
287         and add_template_candidate.
288         (build_new_op): Improve handling of erroroneous operands.
289         (convert_default_arg): Remove circular argument processing.
290         (name_as_c_string): New function.
291         (build_new_method_call): Use it.
292         (perform_implicit_conversion): Use error_operand_p.
293         * class.c (finish_struct_anon): Use constructor_name_p.
294         (check_field_decls): Likewise.
295         (pop_nested_class): Use OVL_NEXT, not OVL_CHAIN.
296         (resolve_address_of_overloaded_function): Likewise.
297         (instantiate_type): Tweak pointer-to-member handling.
298         (get_primary_binfo): Remove incorrect assertion.
299         * config-lang.in (gtfiles): Add parser.c, remove parse.c.
300         * cp-tree.h (DEFARG_TOKENS): New macro.
301         (default_arg): New structure.
302         (cp_tree_node_structure_enum): Add TS_CP_DEFAULT_ARG.
303         (lang_tree_node): Add default_arg.
304         (cp_tree_index): Add CPTI_TYPE_INFO_REF_TYPE.
305         (type_info_ref_type): New macro.
306         (saved_scope): Make processing_explicit_instantiation a boolean.
307         (check_access): New field.
308         (unparsed_text): Remove.
309         (language_function): Remove unparsed_inlines.
310         (error_operand_p): New macro.
311         (lang_decl): Adjust pending_inline_info.
312         (DEFARG_POINTER): Remove.
313         (tag_types): Add typenames.
314         (lookup_ualified_name): Declare.
315         (lookup_name_real): Likewise.
316         (shadow_tag): Adjust prototype.
317         (get_scope_of_declarator): Declare it.
318         (process_next_inline): Remove it.
319         (check_for_missing_semicolon): Likewise.
320         (maybe_get_template_decl_from_type_decl): Declare it.
321         (finish_label_stmt): Adjust prototype.
322         (finish_non_static_data_meber): Declare it.
323         (finish_pseudo_destructor_call_expr): Rename to ...
324         (finish_pseudo_destructor_expr): ... this.
325         (finish_compound_literal): Declare it.
326         (begin_inline_definitions): Remove it.
327         (init_spew): Remove.
328         (peekyylex): Likewise.
329         (arbitrate_lookup): Likewise.
330         (frob_opname): Likewise.
331         (maybe_snarf_defarg): Likewise.
332         (add_defarg_fn): Likewise.
333         (do_pending_defargs): Likewise.
334         (done_pending_defargs): Likewise.
335         (unprocessed_defarg_fn): Likewise.
336         (replace_defarg): Likewise.
337         (end_input): Likewise.
338         (get_overloaded_fn): Likewise.
339         * cvt.c (convert_to_reference): Improve error handling.
340         * decl.c (lookup_name_real): Do not declare it static.
341         (maybe_push_to_top_level): Set check_access.
342         (identifier_type_value): Adjust call to lookup_name_real.
343         (lookup_qualified_name): New method.
344         (lookup_name_real): Remove special-case parsing code.
345         (lookup_name-nonclass): Adjust call to lookup_name_real.
346         (lookup_name_namespace_only): Likewise.
347         (lookup_name): Likewise.
348         (check_tag_decl): Return the type declared.
349         (shadow_tag): Likewise.
350         (register_dtor_fn): Tweak check_access.
351         (grokfndecl): Use constructor_name_p.
352         (get_scope_of_declarator): New function.
353         (grokdeclarator): Obscure tweaks for slightly different declarator
354         representations.
355         (start_method): Return error_mark_node to indicate failure.
356         (cp_tree_node_structure_enum): Use TS_CP_DEFAULT_ARG for DEFAULT_ARGs. 
357         * decl2.c (constructor_name_full): Simplify.
358         (constructor_name): Use it.
359         (build_expr_from_tree): Adjust for changes to do new parser.
360         (push_scope): Improve robustness.
361         (validate_nonmember_using_decl): Process declarations, not names.
362         (do_class_using_decl): Likewise.
363         (handle_class_head): Do not mess with CLASSTYPE_DECLARED_CLASS
364         here.
365         * error.c (dump_expr): Handle IDENTIFIER_NODEs and BASELINKs.
366         * expr.c (cxx_expand_expr): Handle BASELINKs.
367         * init.c (member_init_ok_or_else): Issue more errors.
368         (build_offset_ref): Tweak handling of FUNCTION_DECLs.
369         * lex.c: Do not include parse.h.
370         (yypring): Do not declare.
371         (yylval): Likewise.
372         (make_reference_declarator): Remove error-generating code.
373         (rid_to_yy): Remove.
374         (cxx_init): Do not call init_spew.
375         (yypring): Remove.
376         (check_for_missing_semicolon): Remove.
377         * lex.h (got_scope): Remove.
378         (got_object): Remove.
379         * method.c (hack_identifier): Use finish_non_static_data_member.
380         (implicitly_declare_fn): Adjust use of constructor_name.
381         * parser.c: New file.
382         * pt.c (parse.h): Do not include it.
383         (maybe_get_template_decl_from_template): Do not declare it.
384         (finish_member_template_decl): Tweak.
385         (begin_explicit_instantiation): Adjust for
386         processing_explicit_instantiation being boolean.
387         (end_explicit_instantiation): Likewise.
388         (maybe_process_partial_specialization): Tighten specialization
389         test.
390         (retrieve_local_specialization): Adjust ue of hash table.
391         (eq_local_specializations): New function.
392         (register_local_specialization): Likewise.
393         (push_template_decl_real): Remove unnecessary test.
394         (maybe_get_template_decl_from_type_decl): Don't make it static.
395         (for_each_template_parm_r): Handle TYPEOF_TYPE.
396         (tsubst_copy): Use retrieive_local_specialization to handle
397         PARM_DECL.  Adjust handling of CONST_DECLs.  Handle BASELINKs.
398         Handle COMPONENT_REFs with pseudo-destructor-expressions.
399         Simplify handling of CALL_EXPR and METHOD_CALL_EXPR.
400         (tsubst_expr): Pass decls, not names, to do_local_using_decl.
401         (unify): Tweak handling of CONST_DECLs.
402         (regenerate_decl_from_template): Use push_nested_class.
403         (template_for_substitution): New funciton.
404         (instantiate_decl): Use it.  Register parameters as local
405         specializations.
406         * rtti.c (init_rtti_processing): Set type_info_ref_type.
407         (build_typeid): Use it.
408         (get_typeid): Likeise.
409         * search.c (accessible_p): Use check_access, not
410         flag_access_control.
411         (adjust_result_of_qualified_name_lookup): Pay attention to the
412         context_class.
413         * semantics.c (finish_asm_stmt): Adjust error handling.
414         (finish_label_stmt): Return the statement.
415         (finish_non_static_data_member): New function.
416         (finish_class_expr): Handle BASELINKs.
417         (finish_call_expr): Handle PSEUDO_DTOR_EXPR.
418         (finish_object_call_expr): Simplify handling during templates.
419         (finish_pseudo_destructor_call_expr): Rename to ...
420         (finish_pseudo_dtor_expr): ... this.
421         (finish_compound_literal): New function.
422         (begin_inline_definitions): Remove.
423         (finish_sizeof): Remove special template handling.
424         * spew.c: Do not include parse.h.
425         * tree.c (get_overloaded_fn): Remove.
426         * typeck.c (build_class_member_access_expr): Handle
427         PSEUDO_DTOR_EXPR.  Adjust handling of static member functions.
428         (lookup_destructor): New function.
429         (finish_class_member_access_expr): Use it.
430         (convert_arguments): Simplify.
431         (build_unary_op): Handle BASELINKs.
432         
433 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
434
435         PR c++/4803
436         * decl2.c (mark_used): Defer inline functions.
437         (finish_file): Merge deferred_fns loops. Check all used
438         inline functions have a definition.
439         * method.c (make_thunk): Thunks are not inline.
440
441         PR c++/5116, c++/764
442         * call.c (build_new_op): Make sure template class operands are
443         instantiated.
444
445 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
446
447         PR C++/7964
448         * cp-tree.h (resolve_scoped_fn_name): Prototype.
449         * call.c (resolve_scoped_fn_name): New function. Deal with
450         more template expansion. Broken out of ...
451         * parse.y (parse_finish_call_expr): ... here. Call it.
452         * decl2.c (build_expr_from_tree, CALL_EXPR): Use
453         resolve_scoped_fn_name and build_call_from_tree.
454
455         PR c++/9053
456         * decl.c (duplicate_decls): Templates may be disambiguated by
457         return type.
458         
459         PR c++/8702
460         * decl2.c (check_classfn): Use lookup_fnfield_1. List all
461         conversion operators on failure.
462
463 2002-12-23  Gabriel Dos Reis  <gdr@integrable-solutions.net>
464
465         Remove traditional C constructs 2/n.
466         * call.c (tourney, build_field_call, equal_functions, joust,
467         compare_ics, build_over_call, build_java_interface_fn_ref,
468         convert_like_real, op_error, build_object_call, resolve_args,
469         build_vfield_ref, check_dtor_name, build_scoped_method_call,
470         build_addr_func, build_call, build_method_call, null_ptr_cst_p,
471         sufficient_parms_p, build_conv, non_reference, strip_top_quals,
472         standard_conversion, reference_related_p,
473         reference_compatible_p, convert_class_to_reference,
474         direct_reference_binding, reference_binding,
475         ,implicit_conversion, is_complete, promoted_arithmetic_type_p,
476         add_template_conv_candidate, any_viable, any_strictly_viable,
477         build_this, splice_viable, print_z_candidates,
478         build_user_type_conversion, build_new_function_call,
479         conditional_conversion, build_conditional_expr, build_new_op,
480         build_op_delete_call, enforce_access, call_builtin_trap,
481         convert_arg_to_ellipsis, build_x_va_arg, cxx_type_promotes_to,
482         convert_default_arg, type_passed_as, convert_for_arg_passing,
483         in_charge_arg_for_name, is_properly_derived_from,
484         maybe_handle_implicit_object, maybe_handle_ref_bind,
485         source_type, add_warning, can_convert, can_convert_arg,
486         perform_implicit_conversion, can_convert_arg_bad,
487         initialize_reference, add_conv_candidate,
488         add_template_candidate_real, add_template_candidate): Ansify.
489
490 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
491
492         PR c++/8572
493         * cp-tree.h (grokoptypename): Add SCOPE parameter.
494         * decl2.c (grokoptypename): Add SCOPE parameter. tsubst the type
495         if in a template scope.
496         * parse.y (unoperator): Return the scope.
497         (operator_name): Adjust grokoptypename call.
498
499 2002-12-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
500
501         * cp-tree.h (make_unbound_class_template): Use tsubst_flags_t.
502         * decl.c (make_unbound_class_template): Adjust.  Check for tf_error.
503         * pt.c (tsubst) [OFFSET_TYPE]: Check for tf_error.
504
505 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
506
507         * ChangeLog: Fix a typo.
508         * class.c: Fix comment typos.
509         * cp-tree.h: Likewise.
510
511 2002-12-18  Jason Merrill  <jason@redhat.com>
512
513         Handle anonymous unions at the tree level.
514         C++ ABI change: Mangle anonymous unions using the name of their
515         first named field (by depth-first search).  Should not cause
516         binary compatibility problems, though, as the compiler previously
517         didn't emit anything for affected unions.
518         * cp-tree.def (ALIAS_DECL): New tree code.
519         * decl2.c (build_anon_union_vars): Build ALIAS_DECLs.  Return the
520         first field, not the largest.
521         (finish_anon_union): Don't mess with RTL.  Do set DECL_ASSEMBLER_NAME,
522         push the decl, and write it out at namespace scope.
523         * decl.c (lookup_name_real): See through an ALIAS_DECL.
524         (pushdecl): Add namespace bindings for ALIAS_DECLs.
525         * rtti.c (unemitted_tinfo_decl_p): Don't try to look at the name
526         of a decl which doesn't have one.
527         * typeck.c (build_class_member_access_expr): Don't recurse if
528         we already have the type we want.
529
530 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
531
532         PR c++/8099
533         * friend.c (make_friend_class): Allow partial specialization
534         when declaration is not a template friend.
535
536 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
537
538         PR c++/3663
539         * pt.c (lookup_template_class): Copy TREE_PRIVATE and
540         TREE_PROTECTED to created decl nodes.
541
542 2002-12-18  Mark Mitchell  <mark@codesourcery.com>
543
544         * class.c (build_base_field): Do not set DECL_PACKED on the
545         FIELD_DECL.
546
547 2002-12-18  Gabriel Dos Reis  <gdr@integrable-solutions.net>
548
549         * cp-tree.h (struct tree_srcloc): Use location_t.
550         (SOURCE_LOCUS): New.
551         (SRCLOC_FILE, SRCLOC_LINE): Adjust.
552
553 2002-12-17  Jason Merrill  <jason@redhat.com>
554
555         * decl.c (finish_function): Also complain about no return in
556         templates.
557         * semantics.c (finish_return_stmt): Also call check_return_expr in 
558         templates.
559         * typeck.c (check_return_expr): In a template, just remember that we
560         saw a return.
561
562 2002-12-16  Jason Merrill  <jason@redhat.com>
563
564         * semantics.c (simplify_aggr_init_exprs_r): Don't change the type
565         of the CALL_EXPR.
566
567         * semantics.c (do_pushlevel): Call pushlevel after adding the
568         SCOPE_STMT.
569         (do_poplevel): Call poplevel before adding the SCOPE_STMT.
570         * parse.y (function_body): Go back to using compstmt.
571         * decl.c (pushdecl): Skip another level to get to the parms level.
572
573         * call.c (build_new_method_call): Use is_dummy_object to determine
574         whether or not to evaluate the object parameter to a static member
575         function.
576
577 2002-12-14  Jason Merrill  <jason@redhat.com>
578
579         * semantics.c (simplify_aggr_init_exprs_r): Also prepend the
580         return slot for normal functions.  Set CALL_EXPR_HAS_RETURN_SLOT_ADDR.
581         * tree.c (build_cplus_new): If the type isn't TREE_ADDRESSABLE,
582         don't bother with an AGGR_INIT_EXPR.
583         (cp_copy_res_decl_for_inlining): If the type isn't TREE_ADDRESSABLE,
584         just generate a new decl normally.  Take return slot parm.
585         * cp-tree.h: Adjust prototype.
586
587 2002-12-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
588
589         PR C++/8031
590         * cvt.c (convert_to_pointer_force): Don't try comparing against 
591         erronous type.
592
593 2002-12-13  Geoffrey Keating  <geoffk@apple.com>
594
595         * cp-tree.h: Have the multiple-include guards around
596         the entire file.
597
598 2002-12-10  David Edelsohn  <edelsohn@gnu.org>
599
600         * cp/spew.c (feed_input): Change limit to last_pos and pos to cur_pos
601         for SPEW_DEBUG.
602         (snarf_method): Same.
603         (snarf_defarg): Same.
604
605 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
606
607         PR c++/8372
608         * pt.c (tsubst_copy): Handle destructor names more correctly.
609
610 2002-12-10  Matt Austern   <austern@apple.com>
611
612         * cp-tree.h: get rid of needs_virtual_reinit bit.
613         
614 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
615
616         * NEWS: Document removal of in-class initialization extension for 
617         static data members of non-arithmetic, non-enumeration type.
618         * decl.c (check_static_variable_definition): Do not allow that
619         extension.
620         * decl2.c (grokfield): Do not call digest_init when processing
621         templates.
622
623 2002-12-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
624
625         * error.c (dump_expr): Fix format specifier warning.
626
627 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
628
629         * class.c (finish_struct_1): Correct comment.
630         * cp-tree.c (DECL_SORTED_FIELDS): Likewise.
631
632 2002-12-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
633
634         PR C++/8799
635         * error.c (dump_expr): Don't ever try to dump a non-existent
636         expression. 
637
638 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
639
640         Implement covariant returns.
641         * cp-tree.h (IS_AGGR_TYPE_2): Remove.
642         (struct lang_decl_flags): Add this_thunk_p flag.
643         Rename vcall_offset to virtual_offset.
644         (struct lang_decl): Rename delta to fixed_offset.
645         (DECL_THIS_THUNK_P, DECL_RESULT_THUNK_P): New #defines.
646         (SET_DECL_THUNK_P): Add THIS_ADJUSTING arg.
647         (THUNK_DELTA, THUNK_VCALL_OFFSET): Rename to ...
648         (THUNK_FIXED_OFFSET, THUNK_VIRTUAL_OFFSET): ... here.
649         (make_thunk): Add this_adjusting arg.
650         (finish_thunk): Declare.
651         (mangle_thunk): Add this_adjusting arg.
652         * class.c (get_vcall_index): Use base function for lookup.
653         (update_vtable_entry_for_fn): Generate covariant thunk.
654         (finish_struct_1): Set DECL_VINDEX to NULL for thunks.
655         (build_vtbl_initializer): Use base function for lookup.
656         Finish covariant thunk here. Adjust thunk generation.
657         * dump.c (cp_dump_tree): Simplify DECL_GLOBAL_[CD]TOR_P handling.
658         Adjust thunk dumping.
659         * mangle.c (mangle_call_offset): New function.
660         (mangle_thunk): Adjust for covariant thunks.
661         * method.c (make_thunk): Adjust. Do not set name here.
662         (finish_thunk): New function. Set name here.
663         (use_thunk): Generate covariant thunks too.
664         (thunk_adjust): New function.
665         * search.c (covariant_return_p): Remove. Fold into ...
666         (check_final_overrider): ... here. Simplify.
667         * semantics.c (emit_associated_thunks): Walk covariant thunk lists.
668
669 2002-12-03  Jason Merrill  <jason@redhat.com>
670
671         PR c++/8674
672         * call.c (build_over_call): Check specifically for TARGET_EXPR
673         when eliding.
674
675         PR c++/8461, c++/8625
676         * call.c (convert_for_arg_passing): Don't mess with error_mark_node.
677         (cp_convert_parm_for_inlining): Remove.
678         * cp-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING): 
679         Remove.
680         * cp-tree.h (ADDR_IS_INVISIREF): Remove.
681         * except.c (stabilize_throw_expr): Remove ADDR_IS_INVISIREF code.
682
683         * call.c (build_user_type_conversion_1): Don't set ICS_BAD_FLAG on
684         an ambiguous conversion.
685
686 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
687
688         PR c++/8688
689         * decl.c (reshape_init): Handle erroneous initializers.
690
691 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
692
693         PR c++/8720
694         * spew.c (remove_last_token): Make sure that last_chunk is set
695         correctly.
696
697         PR c++/8615
698         * error.c (dump_expr): Handle character constants with
699         TREE_OVERFLOW set.
700         
701 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
702
703         DR 180
704         * decl.c (grokdeclarator): Require class-key for all friend class.
705         Output the correct type and context in the error message.
706
707 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
708
709         PR c++/5919
710         * pt.c (unify): Use variably_modified_type_p to test validity of
711         template argument types.
712         
713         PR c++/8727
714         * cp-tree.h (lang_type_class): Add typeinfo_var.
715         (CLASSTYPE_TYPEINFO_VAR): New macro.
716         * rtti.c (get_tinfo_decl): Use it.
717
718         PR c++/8663
719         * init.c (expand_member_init): Always get the main variant of a
720         base class.
721
722 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
723
724         PR c++/8332
725         PR c++/8493
726         * decl.c (cxx_init_decl_processing): Use size_type_node, not
727         c_size_type_node.
728         * decl2.c (coerce_new_type): Likewise.
729         * except.c (do_allocate_exception): Likewise.
730
731 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
732
733         * call.c, class.c, cp-lang.c, cvt.c, cxxfilt.c, decl.c, decl2.c,
734         dump.c, error.c, except.c, expr.c, friend.c, g++spec.c, init.c,
735         lex.c, mangle.c, method.c, optimize.c, parse.y, pt.c, ptree.c,
736         repo.c, rtti.c, search.c, semantics.c, spew.c, tree.c, typeck.c,
737         typeck2.c: Include coretypes.h and tm.h.
738         * Make-lang.in: Update dependencies.
739
740 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
741
742         PR c++/8227
743         * decl.c (layout_var_decl): Deal gracefully with erroneous types.
744         (check_initializer): Validate the type of the initialized
745         variable, even if the initializer is absent.
746         * typeck.c (cp_type_quals): Deal gracefully with erroneous types.
747         
748         PR c++/8214
749         * typeck.c (convert_for_assignment): Do not use
750         decl_constant_value on the operand.
751
752         PR c++/8511
753         * pt.c (instantiate_decl): Handle template friends defined outside
754         of the class correctly.
755
756 2002-11-29  Joe Buck <jbuck@synopsys.com>
757
758         * parse.y (class_head_defn): Set CLASSTYPE_DECLARED_CLASS for
759         anonymous structs.
760         
761 2002-11-29  Mark Mitchell  <mark@codesourcery.com>
762
763         * class.c (walk_subobject_offsets): Recur on binfos as well as on
764         types.
765         (layout_nonempty_base_or_field): Pass it a binfo when processing a
766         base class.
767         (layout_empty_base): Likewise.
768         (build_base_field): Likewise.
769         
770 2002-11-27  Mark Mitchell  <mark@codesourcery.com>
771
772         * class.c (build_base_field): Make sure we get the canonical base
773         when descending through primary bases.
774
775 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
776
777         * decl.c (check_initializer): Don't error on initialisation of
778         a scalar with a brace-enclosed expression.
779
780 2002-11-26  Nathan Sidwell  <nathan@codesourcery.com>
781
782         * cp-tree.h (DECL_LANG_FLAG_4): Document more uses.
783         (template_parms_equal): Remove prototype.
784         * typeck.c (buuld_indirect_ref): Reformat.
785
786 2002-11-25  Jason Merrill  <jason@redhat.com>
787
788         * init.c (build_vec_init): Use a FOR_STMT instead of an IF_STMT
789         and a DO_STMT.
790
791 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
792
793         * tree.c (cp_build_qualified_type_real): Correct handling of
794         array types.
795         * class.c (walk_subobject_offsets): Fix thinko.
796         (build_base_field): Record offsets of empty bases in primary
797         virtual bases.
798         (layout_class_type): Record offsets of empty bases in fields.
799         
800         * search.c (is_subobject_of_p_1): Fix thinko.
801         (lookup_field_queue_p): Likewise.
802
803 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
804
805         * class.c (layout_class_type): Reuse tail padding when laying out
806         virtual bases.
807
808 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
809
810         * rtti.c (qualifier_flags): Fix thinko.
811
812 2002-11-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
813
814         Remove traditional C constructs 1/n.
815         * cp-tree.h (init_method, set_mangled_name_for_decl,
816         build_opfncall, hack_identifier, make_thunk, use_thunk,
817         synthesize_method, implicitly_declare_fn,
818         skip_artificial_parms_for, optimize_function, calls_setjmp_p,
819         maybe_clone_body): Remove use of PARAMS.
820
821         * method.c (do_build_assign_ref, do_build_copy_constructor,
822         synthesize_exception_spec, locate_dtor, locate_ctor, locate_copy):
823         Likewise.
824         (synthesize_method): Use 'bool' type and constants instead of
825         'int'.
826         (locate_copy): Likewise.
827         (implicitly_declare_fn): Likewise.
828
829         * optimize.c (calls_setjmp_r, update_cloned_parm, dump_function):
830         Remove old-style declaration.
831         (maybe_clone_body): Use 'bool' type and constants.
832
833 2002-11-21  Glen Nakamura  <glen@imodulo.com>
834
835         PR c++/8342
836         * typeck.c (get_member_function_from_ptrfunc): Make sure that a
837         SAVE_EXPR for instance_ptr doesn't get evaluated first inside one
838         of the branches of a COND_EXPR.
839
840 2002-11-19  Mark Mitchell  <mark@codesourcery.com>
841
842         * pt.c (for_each_template_parm): Free allocated memory.
843         * search.c (is_subobject_of_p_1): New function.
844         (is_subobject_of_p): Avoid walking virtual bases multiple times.
845
846 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
847
848         * g++spec.c (lang_specific_spec_functions): New.
849
850 2002-11-15  Kazu Hirata  <kazu@cs.umass.edu>
851
852         * ChangeLog: Follow spelling conventions.
853         * class.c: Likewise.
854         * decl2.c: Likewise.
855
856 2002-11-14  Zack Weinberg  <zack@codesourcery.com>
857
858         * search.c (dfs_push_decls): Do not try to reorder elements
859         3..n of method_vec if method_vec has only two elements.
860         Reverse order of two tests to avoid accessing unallocated
861         memory.
862
863 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
864
865         * class.c (dfs_find_final_overrider): Adjust so that the most
866         derived object is a binfo, rather than a class type.
867         (find_final_overrider): Likewise.
868         (add_vcall_offset_vtbl_entries_1): Simplify accordingly.
869         (add_vcall_offset): Likewise.
870
871 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
872
873         PR c++/8389
874         * pt.c (instantiate_template): Push class scope for member
875         functions.
876         (get_mostly_instantiated_function_type): Likewise.  Don't call
877         tsubst on context.  Remove CONTEXTP and TPARMSP parameters.
878         * cp-tree.h (get_mostly_instantiated_function_type): Adjust.
879         * mangle.c (write_encoding, write_unqualified_name): Adjust.
880
881 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
882
883         * class.c (add_vcall_offset_vtbl_entries_1): Correct ordering of
884         vcall offfsets.  Split out ...
885         (add_vcall_offset): ... new function.
886
887         PR c++/8338
888         * pt.c (for_each_template_parm): Add htab parameter.
889         (process_partial_specialization): Adjust call.
890         (push_template_decl_real): Likewise.
891         (pair_fn_data): Add visited.
892         (for_each_template_parm_r): Avoid walking duplicates more than
893         once.
894         (uses_template_parms): Adjust call to for_each_template_parm.
895
896 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
897
898         * class.c (add_implicitly_declared_members): Put implicitly
899         declared functions at the end of TYPE_METHODs when -fabi-version
900         is at least 2.
901
902 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
903
904         * decl2.c (finish_file): Correct spelling.
905
906 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
907
908         * call.c (build_special_member_call): Do not try to lookup VTTs by
909         name.
910         * class.c (vtbl_init_data): Add generate_vcall_entries.
911         (get_vtable_decl): Do not look up virtual tables by name.
912         (copy_virtuals): Do not use BV_USE_VCALL_INDEX_P.
913         (set_primary_base): Do not set CLASSTYPE_RTTI.
914         (determine_primary_base): Likewise.
915         (get_matching_virtual): Remove.
916         (get_vcall_index): New function.
917         (update_vtable_entry_for_fn): Do not try to use virtual thunks
918         when they are not required.  Assign vcall indices at this point.
919         (finish_struct_1): Do not set CLASSTYPE_NEEDS_VIRTUAL_REINIT.
920         Do update dynamic_classes.
921         (build_vtt): Do not add VTTs to the symbol table.
922         (build_ctor_vtbl_group): Likewise.
923         (build_vtbl_initializer): Simplify handling of vcall indices.
924         (build_vcall_offset_vtbl_entries): Pretend to build vcall offsets
925         for the most derived class.
926         (add_vcall_offset_vtbl_entries_1): But do not actually add them to
927         the vtable.
928         * cp-tree.h (dynamic_classes): New macro.
929         (lang_type_class): Remove rtti.  Add vtables.  Add vcall_indices.
930         (CLASSTYPE_RTTI): Remove.
931         (CLASSTYPE_NEEDS_VIRTUAL_REINIT): Remove.
932         (CLASSTYPE_VCALL_INDICES): New macro.
933         (CLASSTYPE_VTABLES): Likewise.
934         (BV_USE_VCALL_INDEX_P): Remove.
935         (build_vtable_path): Remove.
936         * decl2.c (finish_vtable_vardecl): Remove.
937         (key_method): Remove #if 0'd code.
938         (finish_vtable_vardecl): Rename to ...
939         (maybe_emit_vtables): ... this.
940         (finish_file): Use it.
941         * search.c (look_for_overrides_here): Update comment.
942
943 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
944
945         PR c/7353 redux
946         * decl2.c (grokfield): Reject TYPE_DECLs with initializers.
947
948 2002-10-30  Jason Merrill  <jason@redhat.com>
949
950         PR c++/8186
951         * cp-tree.h (ADDR_IS_INVISIREF): New macro.
952         * call.c (convert_for_arg_passing): Set it.
953         * except.c (stabilize_throw_expr): Recurse for such an arg.
954
955 2002-10-31  Mark Mitchell  <mark@codesourcery.com>
956
957         * cp-tree.h (lang_decl_flags): Remove init_priority.
958         (lang_decl): Add delta.
959         (GLOBAL_INIT_PRIORITY): Remove.
960         (THUNK_DELTA): Revise definition.
961         * decl2.c (start_objects): Don't set GLOBAL_INIT_PRIORITY.
962         * dump.c (cp_dump_tree): Don't dump it.
963
964 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
965
966         PR c++/8160
967         * typeck2.c (process_init_constructor): Call complete_array_type.
968
969         PR c++/8149
970         * decl.c (make_typename_type): Issue errors about invalid results.
971
972 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
973
974         Core issue 287, PR c++/7639
975         * cp-tree.h (lang_type_class): Add decl_list field.
976         (CLASSTYPE_DECL_LIST): New macro.
977         (maybe_add_class_template_decl_list): Add declaration.
978         * class.c (duplicate_tag_error): Initialize CLASSTYPE_DECL_LIST.
979         (unreverse_member_declarations): Reverse CLASSTYPE_DECL_LIST.
980         (maybe_add_class_template_decl_list): New function.
981         (add_implicitly_declared_members): Use it.
982         * decl.c (maybe_process_template_type_declaration): Likewise.
983         (pushtag): Likewise.
984         * friend.c (add_friend): Likewise.
985         (make_friend_class): Likewise.
986         * semantics.c (finish_member_declaration): Likewise.
987         (begin_class_definition): Initialize CLASSTYPE_DECL_LIST.
988         * pt.c (instantiate_class_template): Use CLASSTYPE_DECL_LIST
989         to process members and friends in the order of declaration.
990
991 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
992
993         PR c++/8287
994         * decl.c (finish_destructor_body): Create the label to jump to
995         when returning from a destructor here.
996         (finish_function_body): Rather than here.
997
998 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
999
1000         PR c++/7266
1001         * decl.c (grokdeclarator): Check that TREE_OPERAND 0 of a
1002         SCOPE_REF is not null before dereferencing it.
1003
1004 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
1005
1006         * call.c (build_over_call): Use DECL_CONTEXT, not
1007         DECL_VIRTUAL_CONTEXT.
1008         * class.c (modify_vtable_entry): Don't mess with
1009         DECL_VIRTUAL_CONTEXT.
1010         (set_vindex): Remove.
1011         (set_primary_base): Remove vfuns_p parameter.
1012         (determine_primary_base): Likewise.
1013         (modify_all_vtables): Likewise.
1014         (layout_class_type): Likewise.  Adjust calls to other functions
1015         accordingly.
1016         (finish_struct_1): Adjust calls to modified functions.  Set
1017         DECL_VINDEX here.
1018         * cp-tree.h (lang_type_class): Remove vsize.
1019         (CLASSTYPE_VSIZE): Remove.
1020         (lang_decl): Remove thunks.
1021         (DECL_THUNKS): Adjust.
1022         (DECL_VIRTUAL_CONTEXT): Remove.
1023         (duplicate_decls): Don't copy it.
1024         * pt.c (build_template_decl): Don't set it.
1025         (tsubst_decl): Likewise.
1026         * typeck.c (expand_ptrmemfunc_cst): Don't use it.
1027
1028         * class.c (build_vtbl_initializer): Don't use build_vtable_entry.
1029         (build_vtable_entry): Remove.
1030         * cp-tree.h (BINFO_VIRTUALS): Expand documentation.
1031         (lang_decl): Add thunks.
1032         (DECL_THUNKS): New macro.
1033         * decl.c (duplicate_decls): Copy it.
1034         * method.c (make_thunk): Simplify, and add thunks to DECL_THUNKS.
1035         * semantics.c (emit_associated_thunks): Simplify.
1036
1037 2002-10-24  David Edelsohn  <edelsohn@gnu.org>
1038
1039         PR c++/7228
1040         * cp-tree.h (CLASSTYPE_READONLY_FIELDS_NEED_INIT): Check that
1041         lang_type structure exists before accessing field.
1042         (SET_CLASSTYPE_READONLY_FIELDS_NEED_INIT): New macro.
1043         (CLASSTYPE_REF_FIELDS_NEED_INIT): Similar.
1044         (SET_CLASSTYPE_REF_FIELDS_NEED_INIT): New macro.
1045         * class.c (check_field_decls): Use new macros.
1046         * typeck2.c (process_init_constructor): Remove redundant check for
1047         existence of lang_type structure.
1048
1049 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
1050
1051         * class.c (end_of_base): New method.
1052         (end_of_class): Use it.  Check indirect virtual bases.
1053
1054         * class.c (check_field_decls): Fix typo.
1055
1056 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
1057
1058         PR c++/8067
1059         * decl.c (maybe_inject_for_scope_var): Ignore __FUNCTION__ and
1060         related variables.
1061
1062         PR c++/7679
1063         * spew.c (next_token): Do not return an endless stream of
1064         END_OF_SAVED_INPUT tokens.
1065         (snarf_method): Add three END_OF_SAVED_INPUT tokens to the end of
1066         the cached token stream.
1067         (snarf_defarg): Likewise.
1068
1069 2002-10-23  Zack Weinberg  <zack@codesourcery.com>
1070
1071         * cp-lang.c (cp_var_mod_type_p): New: C++ hook for
1072         variably_modified_type_p.
1073         * cp-tree.h: Remove prototype of variably_modified_type_p.
1074         * tree.c (variably_modified_type_p): Remove; now implemented
1075         in language-independent code.
1076
1077 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
1078
1079         PR c++/6579
1080         * spew.c (snarf_parenthesized_expression): New function.
1081         (snarf_block): Use it.
1082
1083 2002-10-22  Richard Henderson  <rth@redhat.com>
1084
1085         * method.c (use_thunk): Always compute vcall_value; assert that
1086         it is not zero.  Use can_output_mi_thunk; use output_mi_thunk
1087         for vcall thunks as well.
1088
1089 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
1090
1091         * class.c (empty_base_at_nonzero_offset_p): New function.
1092         (layout_nonempty_base_or_field): Do not check for conflicts when
1093         laying out a virtual base using the GCC 3.2 ABI.
1094         (build_base_field): Correct checking for presence of empty classes
1095         at nonzero offsets when clearing CLASSTYPE_NEARLY_EMPTY_P.
1096
1097         * class.c (include_empty_classes): Use normalize_rli.
1098         (layout_class_type): Likewise.
1099
1100         * decl.c (reshape_init): Tweak handling of character arrays.
1101
1102         PR c++/8218
1103         * cp-tree.h (lang_type_class): Add contains_empty_class_p.
1104         (CLASSTYPE_CONTAINS_EMPTY_CLASS_P): New macro.
1105         * class.c (check_bases): Update CLASSTYPE_CONTAINS_EMPTY_CLASS_P.
1106         (check_field_decls): Likewise.
1107         (layout_class_type): Likewise.
1108         (finish_struct_1): Initialize it.
1109         (walk_subobject_offsets): Use it to prune searches.
1110
1111 2002-10-20  Mark Mitchell  <mark@codesourcery.com>
1112
1113         * method.c (use_thunk): Compute the vcall index as a HOST_WIDE_INT.
1114         * optimize.c (optimize_function): Replace ASM_OUTPUT_MI_THUNK with
1115         TARGET_ASM_OUTPUT_MI_THUNK in comments.
1116
1117 2002-10-18  Zack Weinberg  <zack@codesourcery.com>
1118
1119         * decl.c (start_decl): Point users of the old initialized-
1120         typedef extension at __typeof__.
1121
1122 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
1123
1124         * Make-lang.in (method.o): Depend on TARGET_H.
1125         * method.c (target.h): Include it.
1126         (use_thunk): Use target hooks.  Use vcall thunks, if available.
1127
1128 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
1129
1130         * class.c (base_derived_from): Make sure return value is a bool.
1131
1132 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
1133
1134         * class.c (find_final_overrider_data_s): Remove overriding_fn and
1135         overriding_base.
1136         (dfs_base_derived_from): New function.
1137         (base_derived_from): Likewise.
1138         (dfs_find_final_overrider): Use base_derived_from.
1139         (find_final_overrider): Adjust.
1140
1141 2002-10-18  Jason Merrill  <jason@redhat.com>
1142
1143         PR c++/8080
1144         * semantics.c (finish_for_cond, finish_while_cond): Don't mess
1145         with condition decls in a template.
1146
1147 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
1148
1149         * class.c (add_method): Compare template parms too.
1150
1151 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
1152
1153         PR c++/7584
1154         * class.c (handle_using_decl): Allow the declaration used to be
1155         from an ambiguous base.
1156
1157         * pt.c (convert_template_argument): Revert this change:
1158                 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
1159                 * pt.c (convert_template_argument): Do not fold non-type
1160                 template rguments when inside a template.
1161
1162         * init.c (expand_default_init): Handle brace-enclosed initializers
1163         correctly.
1164
1165 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
1166
1167         * mangle.c (write_expression): Correct handling of enumeration
1168         constants.
1169         (write_template_arg): Likewise.
1170         * pt.c (convert_template_argument): Do not fold non-type template
1171         arguments when inside a template.
1172
1173         PR c++/7478
1174         * cvt.c (convert_to_reference): Allow references as the incoming
1175         type.
1176
1177 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
1178
1179         PR c++/7524
1180         * method.c (do_build_assign_ref): Use cp_build_qualified_type, not
1181         build_qualified_type.
1182
1183 2002-10-15  Richard Henderson  <rth@redhat.com>
1184
1185         * error.c (dump_expr): Use real_to_decimal directly, and with
1186         the new arguments.
1187
1188 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
1189
1190         * decl.c (reshape_init): Fix typo.
1191
1192         * cp-tree.h (operator_name_info_t): Add arity.
1193         * lex.c (init_operators): Initialize it.
1194         * mangle.c (write_conversion_operator_name): New function.
1195         (write_unqualified_name): Use it.
1196         (write_template_args): Accept template arguments as a TREE_LIST.
1197         (write_expression): Adjust handling of qualified names to match
1198         specification.
1199
1200 2002-10-15  Jason Merrill  <jason@redhat.com>
1201
1202         * call.c (call_builtin_trap): New fn.
1203         (convert_arg_to_ellipsis): Use it.  Downgrade error to warning.
1204         (build_call): Don't set current_function_returns_abnormally outside
1205         a function.
1206
1207 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
1208
1209         * class.c (check_field_decls): Remove empty_p parameter.  Instead,
1210         clear CLASSTYPE_EMPTY_P.
1211         (build_base_field): Likewise.
1212         (build_base_fields): Likewise.
1213         (check_bases_and_members): Likewise.
1214         (create_vtbl_ptr): Likewise.
1215         (layout_class_type): Likewise.  Ensure that empty classes have
1216         size zero when used as base classes in the 3.2 ABI.
1217         (finish_struct_1): Initialize CLASSTYPE_EMPTY_P and
1218         CLASSTYPE_NEARLY_EMPTY_P.  Adjust calls to avoid passing empty_p
1219         parameter.
1220         (is_empty_class): Correct definition when using post-3.2 ABI.
1221         * cp-tree.h (lang_type_class): Add empty_p.
1222         (CLASSTYPE_EMPTY_P): New macro.
1223
1224 2002-10-12  Nathan Sidwell  <nathan@codesourcery.com>
1225
1226         * init.c (build_delete): Do not apply save_expr for arrays.
1227         (build_vec_delete): Likewise.
1228
1229 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
1230
1231         * decl.c (layout_var_decl): Call layout_decl even for variables
1232         whose type is an array with unspecified bounds.
1233
1234         PR c++/7176
1235         * lex.c (do_identifier): Add another option for the parsing
1236         parameter.
1237         * parse.y (do_id): Use it.
1238
1239 2002-10-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1240
1241         PRs C++/6803, C++/7721 and C++/7803
1242         * decl.c (grokdeclarator): Gracefully handle template-name as
1243         decl-specifier.
1244
1245 2002-10-11  Jason Molenda  <jmolenda@apple.com>
1246
1247         * init.c (build_field_list): Provide uses_unions_p with a default
1248         value.
1249
1250 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
1251
1252         PR c++/5661
1253         * cp-tree.h (variably_modified_type_p): New function.
1254         (grokdeclarator) Tighten check for variably modified types as
1255         fields.
1256         * pt.c (convert_template_argument): Do not allow variably modified
1257         types as template arguments.
1258         * tree.c (variably_modified_type_p): New function.
1259
1260         * NEWS: Document removal of "new X = ..." extension.
1261         * class.c (initialize_array): Set TREE_HAS_CONSTRUCTOR on
1262         brace-enclosed initializers.
1263         * cp-tree.h (CP_AGGREGATE_TYPE_P): New macro.
1264         (initialize_local_var): Remove declaration.
1265         (expand_static_init): Likewise.
1266         * decl.c (next_initializable_field): New function.
1267         (reshape_init): Likewise.
1268         (check_initializer): Use them.  Build dynamic initializer for
1269         aggregates here too.
1270         (initialize_local_var): Simplify, and incorporate cleanup
1271         insertion code as well.
1272         (destroy_local_var): Remove.
1273         (cp_finish_decl): Tidy.
1274         (expand_static_init): Fold checks for whether or not a variable
1275         needs initialization into this function.  Simplify.
1276         * decl2.c (do_static_initialization): Simplify.
1277         * init.c (build_init): Do not set TREE_SIDE_EFFECTS when it will
1278         be done for us automatically.
1279         (expand_default_init): Handle brace-enclosed initializers
1280         correctly.
1281         (expand_aggr_init_1): Remove RTL-generation code.
1282         (build_vec_init): Remove "new X = ..." support.
1283         * parse.y (new_initializer): Likewise.
1284         * rtti.c (get_pseudo_ti_init): Set TREE_HAS_CONSTRUCTOR on
1285         brace-enclosed initializer.
1286         (create_pseudo_type_info): Likewise.
1287         * typeck2.c (store_init_value): Don't try to handle digest_init
1288         being called more than once.
1289         (digest_init): Tidy handling of brace-enclosed initializers.
1290
1291 2002-10-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1292
1293         * decl.c (typename_hash): Use htab_hash_pointer.
1294
1295 2002-10-10  Jim Wilson  <wilson@redhat.com>
1296
1297         * decl.c (duplicate_decls): Don't call decl_attributes.
1298
1299 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
1300
1301         PR c/7353
1302         * decl.c (start_decl): Unconditionally issue error for
1303         'typedef foo = bar'.
1304         (cp_finish_decl): Remove special case for TYPE_DECL with initializer.
1305         (grokdeclarator): Remove redundant error for 'typedef foo = bar'.
1306
1307 2002-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1308
1309         * decl2.c (prune_vtable_vardecl): Delete unused function.
1310
1311 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
1312
1313         PR c++/7754
1314         * decl2.c (finish_anon_union): Do not expand anonymous unions when
1315         procesing template functions.
1316         * pt.c (tsubst_decl, case VAR_DECL): Try to complete the variable
1317         type. Call layout_decl.
1318         (tsubst_expr, case DECL_STMT): Handle anonymous unions.
1319
1320 2002-10-07  Richard Henderson  <rth@redhat.com>
1321
1322         * decl2.c, pt.c: Revert c++/7754 fix.
1323
1324 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1325
1326         PR c++/7804
1327         * error.c (dump_expr) [REAL_CST]: Output in decimal format.
1328
1329 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
1330
1331         PR c++/7931
1332         * pt.c (for_each_template_parm_r): Handle BASELINKs.
1333
1334         PR c++/7754
1335         * decl2.c (finish_anon_union): Do not expand anonymous unions when
1336         procesing template functions.
1337         * pt.c (tsubst_decl, case VAR_DECL): Try to complete the variable
1338         type. Call layout_decl.
1339         (tsubst_expr, case DECL_STMT): Handle anonymous unions.
1340
1341 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
1342
1343         PR c++/8006
1344         * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Handle instances of template
1345         template parameters.
1346         (globals): Add entity and need_abi_warning.
1347         (decl_is_template_id): Use TYPE_TEMPLATE_INFO, not
1348         CLASSTYPE_TEMPLATE_INFO.
1349         (is_std_substitution): Use CLASSTYPE_TI_TEMPLATE, not
1350         TYPE_TI_TEMPLATE.
1351         (write_prefix): Handle typename types correctly.
1352         (write_template_prefix): Handle template template parameters
1353         correctly.
1354         (start_mangling): Add entity parameter.
1355         (finish_mangling): Warn about names whose mangling will change.
1356         (mangle_decl_string): Adjust.
1357         (mangle_type_string): Likewise.
1358         (mangle_special_for_type): Likewise.
1359         (mangle_ctor_vtbl_for_type): Likewise.
1360         (mangle_thunk): Likewise.
1361         (mangle_guard_variable): Likewise.
1362         (mangle_ref_init_variable): Likewise.
1363
1364 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
1365
1366         PR c++/7188.
1367         * cp-tree.def (CTOR_INITIALIZER): Use one slot, not two.
1368         * cp-tree.h (emit_base_init): Rename to ....
1369         (emit_mem_initializers): ... this.
1370         (expand_member_init): Change prototype.
1371         * init.c (perform_member_init): Compute explicit, rather than
1372         requiring it as a parameter.
1373         (sort_member_init): Rename to ...
1374         (sort_mem_initializers): ... this.  Process bases and data members
1375         together.
1376         (sort_base_init): Remove.
1377         (emit_base_init): Rename to ...
1378         (emit_mem_initializers): ... this.
1379         (expand_aggr_vbase_init_1): Remove.
1380         (construct_virtual_bases): Rename to ...
1381         (construct_virtual_base): ... this.
1382         (expand_member_init): Rework handling of base initializers.
1383         * method.c (do_build_copy_constructor): Use
1384         finish_mem_initializers.
1385         * parse.y (member_init): Adjust calls to expand_member_init.
1386         * pt.c (tsubst_expr): Simplify CTOR_INITIALIZER case.
1387         (tsubst_initializer_list): Use expand_member_init.
1388         * semantics.c (finish_mem_intiailizers): Simplify.
1389
1390 2002-10-02  Matt Austern  <austern@apple.com>
1391         * decl.c (walk_vtables_r): Fixed typo that caused result to
1392         never get a nonzero value.
1393
1394 2002-10-02  Roger Sayle  <roger@eyesopen.com>
1395
1396         PR optimization/6627
1397         * cp-tree.h (enum ptrmemfunc_vbit_where_t): Delete definition
1398         from here, and move it to tree.h.
1399         * decl.c (cxx_init_decl_processing): If storing the vbit
1400         in function pointers, ensure that force_align_functions_log
1401         is atleast one.
1402
1403 2002-10-02  Matt Austern  <austern@apple.com>
1404
1405         * class.c (check_field_decls): Changed warning about const member
1406         variables so that it doesn't get issued for a class aggregate.
1407
1408 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
1409
1410         * decl.c (cp_finish_decl): Make sure array types are laid out,
1411         even if the array bounds are unknown.
1412
1413 2002-10-01  Steve Ellcey  <sje@cup.hp.com>
1414
1415         * class.c (build_vtbl_initializer): Change build_c_cast
1416         to build1.
1417
1418 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
1419
1420         * decl.c (cp_finish_decl): Make sure array types are laid out,
1421         even if the array bounds are unknown.
1422
1423         * decl.c (cp_finish_decl): Correct check for dynamic
1424         initialization of thread-local storage.
1425
1426 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
1427
1428         * tree.c (really_overloaded_fn): TEMPLATE_ID_EXPRs are also
1429         overloaded.
1430
1431 2002-09-30  Steve Ellcey  <sje@cup.hp.com>
1432
1433         * class.c (build_vtbl_initializer): Add cast.
1434         (add_vcall_offset_vtbl_entries_1):
1435         Use TARGET_VTABLE_DATA_ENTRY_DISTANCE for offset.
1436
1437 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
1438
1439         * class.c (walk_subobject_offsets): Correct the calculation of
1440         offsets for virtual bases.  Correct the counting of array
1441         elements.
1442         (layout_nonempty_base_or_field): Simplify.  Correct the
1443         calculation of offsets to be propagated through the binfo
1444         hierarchy.
1445         (build_base_field): Avoid creating a FIELD_DECL for empty bases.
1446         Add the FIELD_DECL to TYPE_FIELDS.
1447         (build_base_fields): Adjust accordingly.
1448         (layout_virtual_bases): Use build_base_field.
1449         (end_of_class): Return a tree, not an integer.
1450         (warn_about_ambiguous_direct_bases): Rename to ...
1451         (warn_about_ambiguous_bases): ... this.
1452         (include_empty_classes): New function.
1453         (layout_class_type): Create an alternative version of the type to
1454         be used when as a base class type.  Do not call
1455         finish_record_layout until we are done laying out the class.
1456         * cp-tree.h (lang_type_class): Remove size, size_unit.  Add
1457         as_base.
1458         (CLASSTYPE_SIZE): Reimplement.
1459         (CLASSTYPE_SIZE_UNIT): Likewise.
1460         (CLASSTYPE_ALIGN): Likweise.
1461         (CLASSTYPE_USER_ALIGN): Likewise.
1462         (CLASSTYPE_AS_BASE): New macro.
1463         (DECL_INITIALIZED_P): Likewise.
1464         (extract_init): Remove prototype.
1465         (build_forced_zero_init): Rename to ...
1466         (build_zero_init): ... this.
1467         (force_store_init_value): Remove.
1468         * decl.c (obscure_complex_init): Remove.
1469         (duplicate_decls): Copy DECL_INITIALIZED_P.
1470         (check_initializer): Do not leave junk in DECL_INITIAL.
1471         (cp_finish_decl): Handle zero-initialization of entities with
1472         static storage duration.
1473         * expr.c (extract_init): Remove.
1474         * init.c (build_forced_zero_init): Remove.
1475         (build_zero_init): New function.
1476         (build_default_init): Use it.
1477         (build_field_list): Skip FIELD_DECLs for base subobjects.
1478         (push_base_cleanups): Likewise.
1479         * method.c (do_build_assign_ref): Likewise.
1480         (synthesize_exception_spec): Likewise.
1481         * pt.c (tsubst_decl): Clear DECL_INITIALIZED_P.
1482         (regenerate_decl_from_template): To not set DECL_INITIAL for a
1483         static data member whose initialization took place in its class.
1484         (instantiate_decl): Do not pass an initializer to cp_finish_decl
1485         in that situation.
1486         * search.c (dfs_push_decls): Skip FIELD_DECLs for base subobjects.
1487         (dfs_unuse_fields): Likewise.
1488         * tree.c (pod_type_p): Handle error_mark_node.
1489         (zero_init_p): Likewise.
1490         * typeck.c (lookup_anon_field): Skip FIELD_DECLs for base
1491         subobjects.
1492         * typeck2.c (store_init_value): Remove #if 0'd code.
1493         (force_store_init_value): Remove.
1494         (process_init_constructor): Use build_zero_init.
1495
1496 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
1497
1498         PR c++/7788
1499         * rtti.c (unemitted_tinfo_decl_p): Check it has a field.
1500
1501 2002-09-29  Kazu Hirata  <kazu@cs.umass.edu>
1502
1503         * cp-tree.h: Fix comment typos.
1504         * decl.c: Likewise.
1505         * pt.c: Likewise.
1506
1507 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
1508
1509         * cp/class.c (contains_empty_class_p): New method.
1510         (walk_subobject_offsets): Correct computation of field offset.
1511         (layout_empty_base): Correct placement of emtpy base classes.
1512         (layout_class_type): Warn about ABI changes.
1513
1514 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
1515
1516         * cp/class.c (layout_virtual_bases): Do not round the size of the
1517         type to a multiple of the alignment before laying out virtual bases.
1518         (layout_class_type): Correct handling of bit-fields that are wider
1519         than their type inside unions.  Round the size of the type to a
1520         even number of bytes when computing the size without virtual
1521         bases.
1522         * cp/cp-tree.h (abi_version_at_least): New macro.
1523
1524 2002-09-21  Kazu Hirata  <kazu@cs.umass.edu>
1525
1526         * ChangeLog: Follow spelling conventions.
1527         * ChangeLog.2: Likewise.
1528         * call.c: Likewise.
1529         * class.c: Likewise.
1530         * cp-tree.h: Likewise.
1531         * cvt.c: Likewise.
1532         * decl.c: Likewise.
1533         * decl2.c: Likewise.
1534         * except.c: Likewise.
1535         * friend.c: Likewise.
1536         * g++spec.c: Likewise.
1537         * init.c: Likewise.
1538         * lex.c: Likewise.
1539         * mangle.c: Likewise.
1540         * method.c: Likewise.
1541         * operators.def: Likewise.
1542         * optimize.c: Likewise.
1543         * pt.c: Likewise.
1544         * rtti.c: Likewise.
1545         * search.c: Likewise.
1546         * semantics.c: Likewise.
1547         * spew.c: Likewise.
1548         * tree.c: Likewise.
1549         * typeck.c: Likewise.
1550
1551 2002-09-18  Devang Patel  <dpatel@apple.com>
1552
1553         * cp/cp-tree.h: New prototype for walk_vtabls().
1554         * cp/decl.c (walk_vtables_r): New function.
1555         (struct cp_binding_level): Add new members, namespaces,
1556         names_size and vtables.
1557         (add_decl_to_level): Add decl in namespaces or vtables
1558         chain, if conditions match.
1559         (walk_vtables): New function.
1560         (walk_namespaces_r): Travers separate namespace chain
1561         for namespace decls.
1562         (wrapup_globals_for_namespace): Use names_size instead
1563         of list_length().
1564         * cp/decl2.c (finish_file): Use walk_vtables() instead of
1565         walk_globals() to walk vtable decls.
1566
1567 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
1568
1569         * decl.c (grokdeclarator): Use assert, not internal_error. Don't
1570         ICE with invalid pointers & references.
1571
1572 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
1573
1574         * Make-lang.in: Remove all references to the demangler.
1575         * cxxfilt.c: Moved to binutils.
1576
1577 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
1578
1579         PR c++/7718
1580         * pt.c (tsubst_decl): Remove assert.
1581
1582         Remove DR 295 implementation.
1583         * pt.c (check_cv_quals_for_unify): Disable function & method cases.
1584         * tree.c (cp_build_qualified_type_real): Likewise. Don't warn
1585         about ignoring volatile qualifiers.
1586
1587         * search.c (lookup_member): Correct documentation.
1588
1589 2002-09-16  Geoffrey Keating  <geoffk@apple.com>
1590
1591         * cp-tree.h (union lang_tree_node): Add chain_next option.
1592
1593 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
1594
1595         * parse.y (parse_finish_call_expr): Check lookup_member result.
1596
1597         PR c++/7015
1598         * semantic.c (finish_asm_stmt): Fix operand/output_operands
1599         thinko.
1600         * typeck.c (c_expand_asm_operands): Protect from error_mark_node.
1601
1602 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
1603
1604         PR c++/7919
1605         * call.c (build_over_call): Convert this pointer for fns found by
1606         using decls.
1607
1608 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
1609
1610         * ChangeLog: Follow spelling conventions.
1611         * ChangeLog.1: Likewise.
1612
1613 2002-09-14  Nathan Sidwell  <nathan@codesourcery.com>
1614
1615         PR c++/7768
1616         * pt.c (build_template_decl): Copy DECL_DESTRUCTOR_P.
1617
1618 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
1619
1620         * error.c: Fix comment formatting.
1621         * except.c: Likewise.
1622         * expr.c: Likewise.
1623         * friend.c: Likewise.
1624         * g++spec.c: Likewise.
1625         * init.c: Likewise.
1626         * lex.c: Likewise.
1627         * mangle.c: Likewise.
1628         * method.c: Likewise.
1629         * optimize.c: Likewise.
1630         * pt.c: Likewise.
1631         * rtti.c: Likewise.
1632         * search.c: Likewise.
1633         * semantics.c: Likewise.
1634         * spew.c: Likewise.
1635         * tree.c: Likewise.
1636         * typeck.c: Likewise.
1637         * typeck2.c: Likewise.
1638
1639 2002-09-13  Matt Austern  <austern@apple.com>
1640
1641         PR C++/7828
1642         * cp/cp-tree.h, cp/tree.c: New function non_cast_lvalue_p.
1643         * cp/call.c: Change call-by-const-reference mechanism to use
1644         non_cast_lvalue_p when deciding whether the create a temporary.
1645         We need a temporary when passing, e.g. (long) x by const ref.
1646
1647 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
1648
1649         * pt.c (unify, ARRAY_TYPE): Element type can be more qualified.
1650
1651 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
1652
1653         * decl.c: Fix comment formatting.
1654         * decl2.c: Likewise.
1655
1656 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
1657
1658         * call.c: Fix comment formatting.
1659         * class.c: Likewise.
1660         * cp-lang.c: Likewise.
1661         * cp-tree.h: Likewise.
1662         * cvt.c: Likewise.
1663
1664 2002-09-11  Zack Weinberg  <zack@codesourcery.com>
1665
1666         * Make-lang.in: Build cp/cxxfilt.o from $(srcdir)/cp/cxxfilt.c,
1667         and c++filt from cxxfilt.o + version.o + $(LIBDEPS).
1668         * cxxfilt.c: New file: split from libiberty/cplus-dem.c, with
1669         minor adjustments (use version_string, eliminate yet another
1670         duplicate of xmalloc)
1671
1672 2002-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1673
1674         * cp-tree.h (require_complete_eh_spec_types): Add prototype.
1675
1676 2002-09-05  Jason Merrill  <jason@redhat.com>
1677
1678         * typeck2.c (add_exception_specifier): Only pedwarn for an
1679         incomplete type.
1680         (require_complete_eh_spec_types): New fn.
1681         (cxx_incomplete_type_diagnostic): Also support pedwarning.
1682         * typeck.c (complete_type_or_diagnostic): Likewise.
1683         * call.c (build_call): Call require_complete_eh_spec_types.
1684         * rtti.c (get_pseudo_ti_desc): Give an error rather than aborting
1685         on an incomplete type.
1686
1687 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
1688
1689         * decl.c (start_cleanup_fn): Clear interface_only before
1690         start_function, restore it afterwards.
1691
1692 2002-09-02  Nathan Sidwell  <nathan@codesourcery.com>
1693
1694         * cp-tree.h (finish_builtin_type): Remove.
1695         * decl2.c (finish_builtin_type): Move to common code.
1696         * decl.c (build_ptrmemfunc_type): Adjust.
1697         * rtti.c (create_pseudo_type_info): Adjust.
1698         (create_tinfo_types): Adjust.
1699
1700 2002-08-31  Jason Merrill  <jason@redhat.com>
1701
1702         * cp-lang.c (cp_expr_size): Allow initialization from a
1703         CONSTRUCTOR.
1704
1705 2002-08-30  Richard Henderson  <rth@redhat.com>
1706
1707         PR opt/7515
1708         * tree.c: Include target.h.
1709         (cp_cannot_inline_tree_fn): Don't auto-inline functions that
1710         don't bind locally.
1711         * Makefile.in (tree.o): Update.
1712
1713 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
1714
1715         * class.c (layout_virtual_bases): Warn about bugs in G++ that
1716         result in incorrect object layouts.
1717         (layout_class_type): Likewise.
1718
1719 2002-08-24  Matt Austern  <austern@apple.com>
1720
1721         * tree.c (lvalue_p_1): Add argument for whether casts of lvalues
1722         are allowable.
1723         (real_lvalue_p): Update caller.
1724         (lvalue_p): Ditto.
1725         (non_cast_lvalue_or_else): New.
1726         * tree.h: Declare it.
1727         * typeck.c (build_unary_op): Use non_cast_lvalue_or_else.
1728
1729 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
1730
1731         * typeck.c (build_class_member_access_expr): Handle COMPOUND_EXPR
1732         and COND_EXPR specially; fix error message output.
1733
1734 2002-08-22  Jason Merrill  <jason@redhat.com>
1735
1736         * pt.c (tsubst_expr): RETURN_EXPR is now RETURN_STMT_EXPR.
1737         * semantics.c (nullify_returns_r): Likewise.
1738
1739 2002-08-17  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1740
1741         Fix PR/7621
1742         * typeck.c (finish_class_member_access_expr): Diagnose cases where
1743         name lookup finds nothing.
1744
1745 2002-08-15  Jason Merrill  <jason@redhat.com>
1746
1747         * semantics.c (finish_then_clause): Remove redundant assignment.
1748         (finish_if_stmt, begin_switch_stmt, finish_switch_stmt): Move the
1749         extra binding level outside the if/switch statement.
1750         (finish_while_cond, finish_for_cond): Rewrite complex condition
1751         into the loop body.
1752
1753 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
1754
1755         * parse.y (sizeof, alignof, typeof): New non-terminals to
1756         increment skip_evaluation.  Replace terminals with them and
1757         decrement skip_evaluation at the end of rules using them.
1758         * decl2.c (mark_used): Don't assemble_external if
1759         skipping evaluation.
1760
1761 2002-08-15  Gabriel Dos Reis  <gdr@nerim.net>
1762
1763         Fix PR/7504
1764         * parse.y (parse_finish_call_expr): Handle incomplete
1765         type used to name a scope.
1766
1767 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
1768
1769         PR c++/7598
1770         * typeck.c (build_unary_op): Fold offsetof idiom. Fixes
1771         regression caused by my 2002-08-08 patch.
1772
1773 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
1774
1775         * decl.c (pushdecl_class_level): Honor requests to bind names to
1776         OVERLOADs.
1777
1778 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1779
1780         * decl2.c (build_call_from_tree): Fix uninitialized variable.
1781         * parse.y (parse_finish_call_expr): Likewise.
1782         * repo.c (old_args, old_dir, old_main): Const-ify.
1783
1784 2002-08-11  Gabriel Dos Reis  <gdr@nerim.net>
1785
1786         * decl.c (duplicate_decls): Replace DECL_SOURCE_FILE +
1787         DECL_SOURCE_LINE with DECL_SOURCE_LOCATION.
1788         * optimize.c (maybe_clone_body): Likewise.
1789         * pt.c (tsubst_enum): Likewise.
1790         (lookup_template_class): Likewise.
1791         * tree.c (cp_copy_res_decl_for_inlining): Likewise.
1792
1793 2002-08-10  Neil Booth  <neil@daikokuya.co.uk>
1794
1795         * lang-specs.h: Remove -ansi.
1796
1797 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
1798
1799         * tree.c (maybe_dummy_object): Replace // with /* */
1800
1801 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
1802
1803         * call.c (standard_conversion): Use build_ptrmem_type.
1804         * cp-tree.h (build_ptrmem_type): New function.
1805         (adjust_result_of_qualified_name_lookup): Likewise.
1806         * decl.c (grokvardecl): Do not look for OFFSET_TYPEs to indicate
1807         static data members.
1808         (build_ptrmem_type): New function.
1809         (grokdeclarator): Do not use build_offset_type when encountering a
1810         qualified name.
1811         * parse.y (parse_finish_call_expr): Use
1812         adjust_result_of_qualified_name_lookup.
1813         * search.c (adjust_result_of_qualified_name_lookup): New function.
1814         * typeck.c (qualify_type_recursive): Use TYPE_PTRMEM_* rather than
1815         accessing OFFSET_TYPEs directly.
1816
1817 2002-08-08  Mike Stump  <mrs@apple.com>
1818
1819         * call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.
1820         (type_decays_to): Likewise.
1821         * class.c (find_final_overrider): Likewise.
1822         (maybe_note_name_used_in_class): Likewise.
1823         * decl.c (current_tmpl_spec_kind): Likewise.
1824         (add_binding): Likewise.
1825         (push_class_binding): Likewise.
1826         (duplicate_decls): Likewise.
1827         (layout_var_decl): Likewise.
1828         (grokfndecl): Likewise.
1829         (grokdeclarator): Likewise.
1830         (check_default_argument): Likewise.
1831         * decl2.c (handle_class_head): Likewise.
1832         * error.c (dump_template_decl): Likewise.
1833         * init.c (build_offset_ref): Likewise.
1834         * pt.c (check_specialization_scope): Likewise.
1835         (determine_specialization): Likewise.
1836         (check_explicit_specialization): Likewise.
1837         (maybe_check_template_type): Likewise.
1838         (process_partial_specialization): Likewise.
1839         (check_default_tmpl_args): Likewise.
1840         (push_template_decl_real): Likewise.
1841         (convert_template_argument): Likewise.
1842         (try_class_unification): Likewise.
1843         (get_bindings_real): Likewise.
1844         (do_decl_instantiation): Likewise.
1845         * semantics.c (begin_function_definition): Likewise.
1846         (finish_member_declaration): Likewise.
1847         (check_multiple_declarators): Likewise.
1848         * typeck.c (comp_array_types): Likewise.
1849         (comptypes): Likewise.
1850         (expr_sizeof): Likewise.
1851         (build_binary_op): Likewise.
1852         (dubious_conversion_warnings): Likewise.
1853         (check_return_expr): Likewise.
1854
1855 2002-08-08  Mark Mitchell  <mark@codesourcery.com>
1856
1857         * typeck.c (build_class_member_access_expr): Do not return
1858         error_mark_node when no error has occurred.
1859
1860 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
1861
1862         * typeck.c (build_component_addr): Remove.
1863         (build_unary_op): Just check it's not a bitfield, and then build
1864         an ADDR_EXPR.
1865
1866 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
1867
1868         * class.c (convert_to_base): Correct check for error_mark_node.
1869         (create_vtable_ptr): Remove unused VFUNS_P parm.
1870
1871 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
1872
1873         * cp/Make-lang.in (c++.mostlyclean): Remove coverage files.
1874
1875 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
1876
1877         Rework build_component_ref.
1878         * call.c (build_vfield_ref): Do not go through build_component_ref.
1879         (build_field_call): Use build_class_member_access_expr.
1880         (build_user_type_conversion_1): Use BASELINK_FUNCTIONS.
1881         (build_object_call): Likewise.
1882         * class.c (convert_to_base): New function.
1883         (type_requires_array_cookie): Use BASELINK_FUNCTIONS.
1884         (instantiate_type): Handle BASELINKs.
1885         * cp-tree.def (BASELINK): New tree code.
1886         * cp-tree.h (BASELINK_P): Reimplement.
1887         (SET_BASELINK_P): Remove.
1888         (BASELINK_BINFO): Reimplement.
1889         (BASELINK_FUNCTIONS): Likewise.
1890         (BASELINK_ACCESS_BINFO): Likewise.
1891         (BASELINK_OPTYPE): Likewise.
1892         (convert_to_base): New function.
1893         (name_p): Likewise.
1894         (build_object_ref): Remove.
1895         (build_component_ref_1): Likewise.
1896         (build_component_ref): Likewise.
1897         (build_x_component_ref): Likewise.
1898         (build_class_member_access_expr): New function.
1899         (finish_class_member_access_expr): Likewise.
1900         (build_ptrmemfunc_access_expr): Likewise.
1901         * decl.c (grokdeclarator): Handle BASELINKs.
1902         * decl2. (build_expr_from_tree): Handle COMPONENT_REFs by using
1903         finish_class_member_access_expr.
1904         (arg_assoc): Handle BASELINKs.
1905         (do_class_using_decl): Likewise.
1906         * error.c (dump_decl): Likewise.
1907         (dump_expr): Use build_ptrmemfunc_access_expr.
1908         * except.c (dtor_nothrow): Use CLASSTYPE_DESTRUCTORS to find
1909         destructors.
1910         (build_throw): Use BASELINK_FUNCTIONS.
1911         * init.c (perform_member_init): Use
1912         build_class_member_access_expr.
1913         (build_offset_ref): Handle BASELINKs.  Use
1914         build_class_member_access_expr.
1915         * method.c (hack_identifier): Likewise.
1916         * parse.y (do_id): Use BASELINK, not TREE_LIST.
1917         (primary): Remove uses of build_object_ref.
1918         * pt.c (lookup_template_function): Handle BASELINKs.
1919         (resolve_overloaded_unification): Likewise.
1920         * search.c (build_baselink): Build a BASELINK, not a TREE_LIST.
1921         (lookup_field): Use BASELINK, not TREE_LIST.
1922         (lookup_fnfiels): Likewise.
1923         (setup_class_bindings): Likewise.
1924         * semantics.c (finish_object_call_expr): Do not use
1925         build_method_call when we already know what function is being
1926         called.
1927         * spew.c (identifier_type): Use BASELINK, not TREE_LIST.
1928         * tree.c (really_overloaded_fn): Use OVL_CHAIN for OVERLOADs, not
1929         TREE_CHAIN.
1930         (name_p): New function.
1931         * typeck.c (build_object_ref): Remove.
1932         (build_component_ref_1): Likewise.
1933         (build_x_component_ref): Likewise.
1934         (build_class_member_access_expr): New function.
1935         (finish_class_member_access_expr): Likewise.
1936         (build_ptrmemfunc_access_expr): Likewise.
1937         (get_member_function_from_ptrfunc): Use
1938         build_ptrmemfunc_access_expr.
1939         (build_binary_op): Likewise.
1940         (build_unary_op): Likewise.
1941         (build_ptrmemfunc): Likewise.
1942         (pfn_from_ptrmemfunc): Likewise.
1943         * typeck2.c (build_m_component_ref): Adjust comment.
1944
1945 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
1946
1947         * Make-lang.in (CXX_C_OBJS): Update.
1948         * cp-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option.
1949         * cp-tree.h (cxx_decode_option): Remove.
1950         * decl2.c (compare_options, lang_f_options, unsupported_options,
1951         cxx_decode_option): Remove.
1952
1953 2002-08-06  Gabriel Dos Reis  <gdr@nerim.net>
1954
1955         * typeck.c (build_x_unary_op): Handle pointer-to-member.
1956
1957 2002-08-05  Geoffrey Keating  <geoffk@redhat.com>
1958
1959         * class.c: Don't include obstack.h.
1960         (popclass):
1961         * decl2.c: Delete bogus comment.
1962         * error.c: Don't include obstack.h.
1963         * except.c: Likewise.
1964         (dump_type): Correct comment.
1965         * method.c: Don't include obstack.h.
1966         * tree.c: Likewise.
1967
1968 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
1969
1970         Fix PR/2213
1971         * cvt.c (cp_convert_to_pointer): Reject conversions from integral
1972         expressions to pointer-to-data-member of pointer-to-member-functions.
1973
1974 2002-08-04  Geoffrey Keating  <geoffk@redhat.com>
1975
1976         * cvt.c (ocp_convert): Delete obsolete code.
1977         * parse.y (permanent_obstack): Delete declaration.
1978         * pt.c (permanent_obstack): Delete declaration.
1979         * repo.c (permanent_obstack): Delete declaration.
1980         (open_repo_file): Use xmalloc instead of permanent_obstack.
1981         (init_repo): Use xstrdup instead of permanent_obstack.
1982
1983 2002-08-04  Nathan Sidwell  <nathan@codesourcery.com>
1984
1985         * cp-tree.h (VF_DERIVED_VALUE): Remove.
1986         * class.c (finish_struct_1): Use VF_BINFO_VALUE not VF_DERIVED_VALUE.
1987
1988 2002-08-03  Nathan Sidwell  <nathan@codesourcery.com>
1989
1990         PR 7470.
1991         C++ ABI change - vfunc ordering.
1992         * class.c (add_virtual_function): Remove.
1993         (dfs_modify_all_vtables): Take list of all declared
1994         virtuals. Assign all that are not in primary base.
1995         (check_for_override): Adjust comments.
1996         (create_vtable_ptr): Take single list of virtuals. Build chain
1997         of declared virtuals here.
1998         (layout_class_type): Take single list of virtuals. Adjust.
1999         (finish_struct_1): Keep virtuals on single list. Adjust.
2000
2001 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
2002
2003         * init.c (build_member_call): Use build_new_method_call, not
2004         build_method_call.
2005
2006 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
2007
2008         * Make-lang.in (spew.o, lex.o, pt.o): Add path to parse.h dependencies.
2009
2010 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
2011
2012         * call.c (build_method_call): Issue a more helpful error message
2013         about ambiguous method names.
2014
2015 2002-08-02  Nathan Sidwell  <nathan@codesourcery.com>
2016
2017         * tree.c (build_shared_int_cst): Make cache file scope, and
2018         GTY it.
2019
2020 2002-08-02  Jason Merrill  <jason@redhat.com>
2021
2022         * cp-lang.c (LANG_HOOKS_EXPR_SIZE): Define.
2023         (cp_expr_size): New fn.
2024         * call.c (build_over_call): Lose empty class hackery.
2025         (convert_arg_to_ellipsis): Promote non-POD warning to error.
2026         * typeck.c (build_modify_expr): Don't use save_expr on an lvalue.
2027
2028         * semantics.c (expand_body): Do tree optimization in the function
2029         context, too.
2030
2031 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
2032
2033         * cp-tree.h: Move all warning and flag declarations to c-common.h.
2034         * decl.c: Move all warning and flag variables to c-common.c.
2035         * decl2.c: Move all warning and flag variables to c-common.c.
2036         * lex.c (flag_digraphs): Remove.
2037         (warn_traditional): Now in c-common.c.
2038
2039 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
2040
2041         * call.c (build_field_call): Do not look up the field by name.
2042         (build_method_call): Simplify.
2043         (struct z_candidate): Add access_path and conversion_path.  Remove
2044         basetype_path.
2045         (convert_class_to_reference): Adjust use of
2046         add_function_candidate.
2047         (add_candidate): Add conversion_path argument.
2048         (add_function_candidate): Use it.
2049         (add_conv_dndidate): Likewise.
2050         (build_builtin_candidate): Likewise.
2051         (add_template_candidate_real): Add conversion_path argument.
2052         (add_template_conv_candidate): Likewise.
2053         (add_template_candidate): Likewise.
2054         (build_user_type_conversion_1): Use it.
2055         (build_new_function_call): Remove name lookup code.  Adjust use of
2056         add_template_candidate and add_function_candidate.
2057         (build_new_op): Likewise.
2058         (convert_like_real): Use build_special_member_call.
2059         (build_over_call): Use cand->conversion_path.
2060         (build_special_member_call): New method.
2061         (build_new_method_call): Remove name lookup code.
2062         * cp-tree.def (OFFSET_REF): Update documentation.
2063         (TEMPLATE_ID_EXPR): Likewise.
2064         * cp-tree.h (BASELINK_ACCESS_BINFO): New macro.
2065         (BASELINK_OPTYPE): Likewise.
2066         (build_new_method_call): Adjust prototype.
2067         (build_special_member_call): New method.
2068         (build_baselink): New method.
2069         (build_offset_ref_call_from_tree): Likewise.
2070         (build_call_from_tree): Likewise.
2071         (finish_qualified_call_expr): Remove.
2072         (finish_call_expr): Adjust prototype.
2073         (build_x_function_call): Remove.
2074         * cvt.c (ocp_convert): Use build_special_member_call.
2075         * decl2.c (reparse_absdcl_as_expr): Use finish_call_expr.
2076         (build_expr_from_tree): Adjust handling for TEMPLATE_ID_EXPR and
2077         CALL_EXPR.
2078         (build_offset_ref_call_from_tree): New function.
2079         (build_call_from_tree): Likewise.
2080         * init.c (expand_cleanup): Use build_special_member_call.
2081         (expand_default_init): Likewise.
2082         (build_member_call): Use finish_call_expr.
2083         (build_new_1): Use build_special_member_call.
2084         (push_base_cleanups): Likewise.
2085         * method.c (do_build_assign_ref): Likewise.
2086         * parse.y (template_id): Do not pass a COMPONENT_REF to
2087         lookup_template_function.
2088         (primary): Use parse_finish_call_epxr, not finish_call_expr.
2089         (parse_finish_call_expr): New function.
2090         * pt.c (lookup_template_function): Add assertions.
2091         * search.c (lookup_base): Allow T to be a binfo.
2092         (build_baselink): New function.
2093         (lookup_member): Use it.
2094         * semantics.c (finish_call_expr): Do not do name lookup.
2095         (finish_object_call_expr): Remove #if 0'd code.
2096         (finish_qualified_call_expr): Remove.
2097         * typeck.c (build_x_function_call): Remove.
2098         (build_static_case): Use build_special_member_call.
2099         * typeck2.c (build_functional_cast): Likewise.
2100
2101 2002-07-30  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2102
2103         * lang-specs.h: Remove __GXX_ABI_VERSION, moved to gcc.c.
2104
2105 2002-07-30  Gabriel Dos Reis  <gdr@nerim.net>
2106
2107         * cp-tree.h (VF_DERIVED_VALUE): Restore from previous deletion.
2108
2109 2002-07-30  Nathan Sidwell  <nathan@codesourcery.com>
2110
2111         * cp-tree.h (CLASSTYPE_VFIELDS, VF_*, BV_*): Add more
2112         documentation.
2113
2114 2002-07-29  Alan Modra  <amodra@bigpond.net.au>
2115
2116         * cp-tree.h: Comment typo fix.
2117
2118 2002-07-29  Richard Earnshaw  <rearnsha@arm.com>
2119
2120         * spew.c (space_for_token): Allocate zeroed memory for a new token
2121         chunk.
2122
2123 2002-07-27  Roger Sayle  <roger@eyesopen.com>
2124
2125         * decl.c (builtin_function_1): No need to explicitly mark
2126         BUILT_IN_RETURN and BUILT_IN_EH_RETURN as noreturn.
2127
2128 2002-07-27  Roger Sayle  <roger@eyesopen.com>
2129
2130         * decl2.c (cxx_decode_option): Support -fno-builtin-foo.
2131
2132 2002-07-26  Jason Merrill  <jason@redhat.com>
2133
2134         * call.c (build_over_call): Likewise.
2135         (cp_convert_parm_for_inlining): New fn.
2136         (convert_for_arg_passing): New fn.
2137         (convert_default_arg, build_over_call): Use it.
2138         (type_passed_as): New fn.
2139         * pt.c (tsubst_decl): Use it.
2140         * decl2.c (cp_build_parm_decl): New fn.
2141         (build_artificial_parm): Use it.
2142         (start_static_storage_duration_function): Likewise.
2143         * decl.c (start_cleanup_fn, grokdeclarater): Likewise.
2144         (grokparms): Don't mess with DECL_ARG_TYPE.
2145         * typeck.c (convert_arguments): Use convert_for_arg_passing.
2146         * cp-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
2147         Define.
2148         * cp-tree.h: Declare new fns.
2149
2150 2002-07-26  Neil Booth  <neil@daikokuya.co.uk>
2151
2152         * cp-tree.h (flag_operator_names): Remove.
2153         * decl2.c (flag_operator_names): Remove.
2154         (lang_f_options): Remove operator-names.
2155         * lex.c (D_OPNAME): Remove.
2156         (reswords): Remove operator names.
2157         (rid_to_yy): Remove operator names.
2158         (init_reswords): No need to handle D_OPNAME.
2159         * spew.c (read_process_identifier): There are no operator
2160         names.
2161
2162 2002-07-26  Jason Merrill  <jason@redhat.com>
2163
2164         * dump.c (cp_dump_tree): Call c_dump_tree.
2165         * Make-lang.in (CXX_C_OBJS): Add c-dump.o.
2166
2167 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
2168
2169         * error.c (print_whitespace): Remove.
2170         * g++spec.c (LIBUNWIND): Move.
2171         * mangle.c (mangled_position, write_signed_number): Remove.
2172
2173 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
2174
2175         * decl2.c (cxx_decode_option): Similarly.
2176
2177 2002-07-25  Gabriel Dos Reis  <gdr@nerim.net>
2178
2179         * cp-tree.h (cxx_sizeof_nowarn): Now a macro.
2180         (cxx_sizeof_or_alignof_type): Take a third argument.
2181         (cxx_sizeof): Adjust definition.
2182         (cxx_alignof): Likewise.
2183         * init.c (build_delete): Use cxx_sizeof_nowarn to reflect reality.
2184         * typeck.c (cxx_sizeof_or_alignof_type): Take a third argument for
2185         complaining.
2186         (c_sizeof_nowarn): Remove definition.
2187         (build_unary_op): Use cxx_sizeof_nowarn.
2188
2189 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
2190
2191         * tree.c (cp_build_qualified_type_real): When copying
2192         pointer-to-method types, unshare the record that holds
2193         the cached pointer-to-member-function type.
2194
2195 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
2196
2197         * cp-tree.h (FILE_FUNCTION_PREFIX_LEN): Remove.
2198
2199 2002-07-23  Gabriel Dos Reis  <gdr@nerim.net>
2200
2201         Fix PR/7363:
2202         * typeck.c (cxx_sizeof_or_alignof_type): New function.
2203         (c_sizeof): Remove definition.
2204         (expr_sizeof): Use cxx_sizeof.
2205         * decl2.c (build_expr_from_tree): Use cxx_sizeof_or_alignof_type.
2206         * decl.c (finish_destructor_body): Use cxx_sizeof.
2207         * semantics.c (finish_alignof): Likewise.
2208         (finish_alignof): Use cxx_alignof.
2209         * cp-tree.h (cxx_sizeof, cxx_alignof): New macros.
2210         (cxx_sizeof_or_alignof_type): Declare.
2211         (my_friendly_assert): Move to ../c-common.h.
2212
2213 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
2214
2215         * class.c, method.c, pt.c, search.c: Don't define obstack macros.
2216
2217 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2218
2219         PR c++/7347, c++/7348
2220         * cp-tree.h (tsubst_flags_t): Add tf_parsing.
2221         * decl.c (make_typename_type): Use it.
2222         (make_unbound_class_template): Likewise.
2223         (lookup_name_real): Don't call type_access_control if scope is
2224         template parameter dependent.
2225         * parse.y (template_arg): Call make_unbound_class_template with
2226         tf_parsing set.
2227         (nest_name_specifier): Call make_typename_type with tf_parsing set.
2228         (typename_sub0): Likewise.
2229         (typename_sub1): Likewise.
2230         (instantiate_decl): Push class scope.
2231         * pt.c (regenerate_decl_from_template): Call pushclass and popclass
2232         for both static variable and member function template.
2233         (instantiate_decl) Call pushclass and popclass when tsubst'ing type
2234         and arguments.
2235         * search.c (type_access_control): Do type access for TEMPLATE_DECL
2236         too.
2237
2238 2002-07-20  Roger Sayle  <roger@eyesopen.com>
2239
2240         * decl2.c (cxx_decode_option): Simplify -fhandle-exceptions
2241         test by using positive_option.  Make whitespace consistent.
2242
2243 2002-07-20  Gabriel Dos Reis  <gdr@nerim.net>
2244
2245         * spew.c (struct unparsed_test): Replace 'filename' and 'lineno'
2246         members with 'locus'.  Adjust use throughout.
2247         (struct feed):  Likewise.
2248         (alloc_unparsed_test): Change prototype, take a 'const location_t *'.
2249         Adjust use.
2250         (snarf_defarg): Use error(), not error_with_file_and_line().
2251
2252 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
2253
2254         * lang-specs.h (@c++): Include "%2" (cc1plus_spec) wherever
2255         cpp_options is included.
2256
2257 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2258
2259         PR c++/2862, c++/2863
2260         * pt.c (determine_specialization): Compare the length of
2261         TYPE_ARG_TYPES.  Tidy.
2262
2263 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2264
2265         PR c++/3797
2266         * decl.c (duplicate_decls): Don't propagate inlining parameters from
2267         olddecl to newdecl when newdecl is a specialization of the
2268         instantiation olddecl.
2269
2270 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2271
2272         PR c++/4802, c++/5387
2273         * decl.c (make_typename_type): Use enforce_access.
2274
2275 2002-07-17  Scott Snyder <snyder@fnal.gov>
2276
2277         PR c++/7320
2278         * rtti.c (get_tinfo_decl): Set DECL_COMDAT.
2279
2280 2002-07-12  Mark Mitchell  <mark@codesourcery.com>
2281
2282         * class.c (add_method): Correct handling of conversion operators.
2283
2284 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
2285
2286         PR c++/7224
2287         * class.c (add_method): Simplify.
2288
2289 2002-07-11  Jason Merrill  <jason@redhat.com>
2290
2291         PR c++/7279
2292         * tree.c (cp_copy_res_decl_for_inlining): Also copy
2293         TREE_ADDRESSABLE.
2294
2295 2002-07-10  Graham Stott  <graham.stott@btinternet.com>
2296
2297         * pt.c (template_parm_this_level_p, push_template_decl_real):
2298         Pass depth as int pointer.
2299
2300 2002-07-11  Tim Josling  <tej@melbpc.org.au>
2301
2302         Remove front end hard coding from gengtype.c.
2303
2304         * config-lang.in (gtfiles): Add files needed for this front end.
2305
2306 2002-07-10  Mark Mitchell  <mark@codesourcery.com>
2307
2308         * cp-tree.h (unqualified_name_lookup_error): Declare it.
2309         (begin_function_definition): Adjust prototype.
2310         * lex.c (unqualified_name_lookup_error): New function, split out
2311         from ...
2312         (do_identifier): ... here.
2313         * parse.y (parse_begin_function_definition): New function.
2314         (fn.def1): Use it.
2315         * semantics.c (begin_function_definition): Accept decl-specifiers
2316         and attributes as separate parameters.
2317
2318 2002-07-10  Jason Merrill  <jason@redhat.com>
2319
2320         PR c++/6255
2321         * decl.c (lookup_name_real): Build a new TYPENAME_TYPE rather than
2322         modifying the old one.
2323
2324 2002-07-09  Mark Mitchell  <mark@codesourcery.com>
2325
2326         * cp-tree.h (constructor_name_p): Declare it.
2327         (check_template_template_default_arg): Likewise.
2328         * class.c (handle_using_decl): Use constructor_name_p.
2329         * decl.c (grokdeclarator): Likewise.
2330         * decl2.c (constructor_name_p): Define it.
2331         * init.c (build_member_call): Use constructor_name_p.
2332         * parse.y (template_parm): Use check_template_template_default_arg.
2333         * pt.c (check_explicit_specialization): Use constructor_name_p.
2334         * semantics.c (check_template_template_default_arg): New function.
2335
2336 2002-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2337
2338         * pt.c (can_complete_type_without_circularity): Add static to
2339         function definition.
2340
2341 2002-07-08  Mark Mitchell  <mark@codesourcery.com>
2342
2343         * cp-tree.h (have_extern_spec): Declare it
2344         * decl.c (have_extern_spec): Define it.
2345         (start_decl): Eliminate use of used_extern_spec.
2346         (start_function): Likewise.
2347         * parse.y (have_extern_spec): Remove declaration.
2348         (used_extern_spec): Likewise.
2349         (frob_specs): Eliminate use of used_extern_spec.
2350         (.hush_warning): Likewise.
2351
2352 2002-07-07  Mark Mitchell  <mark@codesourcery.com>
2353
2354         * Make-lang.in (cp/parse.o): Depend on decl.h.
2355         * cp-tree.h (do_decl_instantiation): Change prototype.
2356         * parse.y: Include decl.h.
2357         (parse_decl_instantiation): New function.
2358         (explicit_instantiation): Use it.
2359         * pt.c (do_decl_instantiation): Accept a DECL, not a DECLARATOR
2360         and DECLSPECS.
2361
2362 2002-07-07  Roger Sayle  <roger@eyesopen.com>
2363
2364         * error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for
2365         constructor and destructor tests when passed a TEMPLATE_DECL.
2366
2367 2002-07-05  Jason Merrill  <jason@redhat.com>
2368
2369         * cvt.c (cp_convert_to_pointer): Call force_fit_type for null
2370         pointers.
2371
2372         PR optimization/7145
2373         * tree.c (cp_copy_res_decl_for_inlining): Also copy DECL_INITIAL.
2374
2375 2002-07-05  Nathan Sidwell  <nathan@codesourcery.com>
2376
2377         Repair damage on weak-impared targets caused by my previous patch.
2378         * cp-tree.h (import_export_tinfo): Add parameter.
2379         * decl2.c (import_export_tinfo): Add parameter, post adjust
2380         DECL_COMDAT.
2381         * rtti.c (emit_tinfo_decl): DECL_COMDAT is (nearly) always setup by
2382         import_export_tinfo.
2383
2384 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2385
2386         PR c++/6944
2387         * init.c (build_aggr_init): Remove qualifiers of init before calling
2388         build_vec_init.
2389         (build_vec_init): Flatten multi-dimensional array during cleanup.
2390         (build_vec_delete_1): Abort if the type of each element is array.
2391
2392 2002-07-03  Graham Stott  <graham.stott@btinternet.com>
2393
2394         * pt.c (instantiate_class_template): Fix typo.
2395
2396 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2397
2398         * typeck2.c (cxx_incomplete_type_diagnostic): Fix typo caused
2399         by CVS conflict in my last patch.
2400
2401 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2402
2403         PR c++/6716
2404         * pt.c (can_complete_type_without_circularity): New function.
2405         (instantiate_class_template): Use it.
2406         * typeck2.c (cxx_incomplete_type_diagnostic): Improve error
2407         message due to incomplete fields.
2408
2409 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
2410
2411         PR c++/7112
2412         * mangle.c (write_expression): Add mangling for sizeof when
2413         applied to a type.
2414         * operators.def: Remove stale comment.
2415
2416 2002-06-30  Nathan Sidwell  <nathan@codesourcery.com>
2417
2418         * cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...
2419         (CPTI_TYPE_INFO_PTR_TYPE): ... this.
2420         (tinfo_decl_type): Replace with ...
2421         (type_info_ptr_type): ... this.
2422         (import_export_tinfo): Declare.
2423         (tinfo_decl_p): Rename to ...
2424         (unemitted_tinfo_decl_p): ... this.
2425         * decl2.c (import_export_decl): Break out tinfo handling into ...
2426         (import_export_tinfo): ... here. New function.
2427         (finish_file): Adjust.
2428         * rtti.c (TINFO_REAL_NAME): New macro.
2429         (init_rtti_processing): Create the tinfo types.
2430         (get_tinfo_decl_dynamic): Use type_info_ptr_type, get_tinfo_ptr.
2431         (get_tinfo_decl): Adjust.
2432         (get_tinfo_ptr): New function.
2433         (get_type_id): Use it.
2434         (tinfo_base_init): Create vtable decl here, if it doesn't exist.
2435         (ptr_initializer): Use get_tinfo_ptr.
2436         (ptm_initializer): Likewise.
2437         (synthesize_tinfo_var): Break into ...
2438         (get_pseudo_ti_init): ... this. Just create the initializer.
2439         (get_pseudo_ti_desc): .. and this.
2440         (create_real_tinfo_var): Remove.
2441         (create_pseudo_type_info): Don't create the vtable decl here.
2442         (get_vmi_pseudo_type_info): Remove.
2443         (create_tinfo_types): Adjust.
2444         (tinfo_decl_p): Rename to ...
2445         (unemitted_tinfo_decl_p): ... here. Adjust.
2446         (emit_tinfo_decl): Adjust. Create the initializer.
2447
2448 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
2449
2450         PR c++/6695
2451         * pt.c (tsubst_friend_class): Substitute into the context of the
2452         friend before using it.
2453
2454 2002-06-26  Mark Mitchell  <mark@codesourcery.com>
2455
2456         * cp-tree.h (xref_tag): Change prototype.
2457         (handle_class_head): Likewise.
2458         (build_x_component_ref): Likewise.
2459         * decl.c (cxx_init_decl_processing): Adjust call to xref_tag.
2460         (xref_tag): Take attributes as a separate parameter.
2461         (xref_tag_from_type): Adjust call to xref_tag.
2462         * decl2.c (build_expr_from_tree): Adjust call to
2463         build_x_component_ref.
2464         (handle_class_head): Take attributes as a separate parameter.
2465         * parse.y (parse_xref_tag): New function.
2466         (parse_handle_class_head): Likewise.
2467         (primary): Use parse_xref_tag.
2468         (class_head_decl): Use parse_handle_class_head.
2469         (class_head_defn): Likewise.
2470         * rtti.c (init_rtti_processing): Adjust call to xref_tag.
2471         (build_dynamic_cast_1): Likewise.
2472         (create_pseudo_type_info): Likewise.
2473         (emit_support_tinfos): Likewise.
2474         * typeck.c (build_object_ref): Adjust call to
2475         build_x_component_ref.
2476         (build_x_component_ref): Remove protect parameter.
2477
2478 2002-06-25  Mark Mitchell  <mark@codesourcery.com>
2479
2480         * call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.
2481         * class.c (handle_using_decl): Likewise.
2482         (instantiate_type): Likewise.
2483         * cp-tree.h (BASELINK_FUNCTIONS): New macro.
2484         (xref_basetypes): Change prototype.
2485         (begin_mem_initializers): New function.
2486         (get_overloaded_fn): Likewise.
2487         * decl.c (xref_basetypes): Simplify.
2488         * error.c (dump_expr): Use BASELINK_FUNCTIONS.
2489         * init.c (build_offset_ref): Likewise.
2490         * parse.y (base_init): Use begin_mem_initializers().
2491         (structsp): Adjust call to xref_basetypes.
2492         * pt.c (determine_specialization): Use BASELINK_FUNCTIONS.
2493         (instantiate_class_template): Adjust call to xref_basetypes.
2494         * semantics.c (begin_mem_initializers): New function.
2495         * tree.c (is_overloaded_fn): Use BASELINK_FUNCTIONS.
2496         (really_overlaoded_fn): Likewise.
2497         (get_overloaded_fn): New function.'
2498         (get_first_fn): USe BASELINK_FUNCTIONS.
2499
2500 2002-06-24  Mark Mitchell  <mark@codesourcery.com>
2501
2502         * cp-tree.h (SCALAR_TYPE_P): New macro.
2503         (check_for_out_of_scope_variable): New function.
2504         (at_class_scope_p): Likewise.
2505         (finish_fname): Likewise.
2506         * class.c (finish_struct): Use at_function_scope_p.
2507         * decl.c (check_for_out_of_scope_variable): New function, split
2508         out from do_identifier.
2509         (finish_enum): Use at_function_scope_p.
2510         * lex.c (do_identifier): Use check_for_out_of_scope_variable.
2511         * parse.y (VAR_FUNC_NAME): Give it <ttype>.  Use finish_fname.
2512         (primary): Use at_function_scope_p.
2513         * search.c (at_class_scope_p): New function.
2514         * semantics.c (finish_fname): Likewise.
2515         (check_multiple_declarators): Use at_function_scope_p.
2516
2517 2002-06-23  Mark Mitchell  <mark@codesourcery.com>
2518
2519         * parse.y (parse_scoped_id): New function.
2520         (primary): Use it.
2521         * cp-tree.h (do_scoped_id): Adjust declaration.
2522         * lex.c (do_scoped_id): Remove call to yylex.
2523         * decl2.c (build_expr_from_tree): Adjust use of do_scoped_id.
2524         * typeck2.c (add_exception_specifier): Use tree_cons, rather than
2525         expanding it inline.
2526
2527 2002-06-23  Matt Thomas  <matt@3am-software.com>
2528
2529         * decl.c (finish_function): Change "#ifdef VMS_TARGET" to
2530         "#if VMS_TARGET".
2531
2532 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2533
2534         * mangle.c (integer_type_codes): Const-ify.
2535
2536 2002-06-20  Richard Henderson  <rth@redhat.com>
2537
2538         PR c++/6747
2539         * typeck.c (mark_addressable): Don't test TREE_ADDRESSABLE early.
2540         Call put_var_into_stack.
2541
2542 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2543
2544         * spew.c (remove_last_token): Use ARRAY_SIZE in lieu of explicit
2545         array size calculation.
2546
2547 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2548
2549         PR c++/6892
2550         * pt.c (tsubst_expr): Handle FILE_STMT.
2551
2552 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2553
2554         PR c++/6723
2555         * pt.c (lookup_template_class): Don't build complete argument of
2556         BOUND_TEMPLATE_TEMPLATE_PARM if appeared as a default template
2557         argument.
2558
2559 2002-06-19  Akim Demaille  <akim@epita.fr>
2560
2561         * parse.y (TYPENAME): Rename as tTYPENAME to avoid the clash with
2562         decl.h's TYPENAME.
2563         * spew.c, lex.c: Adjust.
2564         * parse.y (explicit_instantiation): Add empty action to override
2565         the default $$ = $1 where it introduces a type clash.
2566
2567 2002-06-14  Jason Merrill  <jason@redhat.com>
2568
2569         * semantics.c (begin_for_stmt): Push the 'for' scope before
2570         adding the FOR_STMT.
2571
2572         C++ ABI changes.
2573         * class.c (build_base_field): Set DECL_PACKED.
2574         (layout_class_type): Don't use tail padding of PODs.
2575         * mangle.c (write_unqualified_name): Fix template conversion op
2576         mangling.
2577
2578 2002-06-16  Richard Henderson  <rth@redhat.com>
2579
2580         PR opt/6793
2581         * tree.c (cp_cannot_inline_tree_fn): Don't short-circuit test
2582         after template instantiation.
2583
2584 2002-06-16  Richard Henderson  <rth@redhat.com>
2585
2586         * cp-tree.h, decl2.c (flag_ms_extensions): Move to c-common.
2587
2588 2002-06-15  Gabriel Dos Reis  <gdr@codesourcery.com>
2589
2590         * cp-tree.h (compiler_error): Remove declaration.
2591         * lex.c (compiler_error): Remove definition.
2592
2593 2002-06-14  Steve Ellcey  <sje@cup.hp.com>
2594
2595         * g++spec.c (LIBUNWIND): New.
2596         (lang_specific_driver): Add it if USE_UNWIND_EXCEPTIONS is set.
2597
2598 2002-06-13  Jessica Han  <jessica@cup.hp.com>
2599
2600         * class.c (build_vtable): Use TARGET_VTABLE_ENTRY_ALIGN.
2601         (build_vtbl_initializer): Honor TARGET_VTABLE_DATA_ENTRY_DISTANCE.
2602         (build_vbase_offset_vtbl_entries): Likewise.
2603         * rtti.c (build_headof): Likewise.
2604         (get_tinfo_decl_dynamic): Likewise.
2605         (create_pseudo_type_info): Likewise.
2606
2607 2002-06-12  Stan Shebs  <shebs@apple.com>
2608
2609         * mpw-config.in: Remove file, no longer used.
2610         * mpw-make.sed: Ditto.
2611
2612 2002-06-07  Zack Weinberg  <zack@codesourcery.com>
2613
2614         * decl2.c: Update call to cpp_handle_option.
2615
2616 2002-06-07  H.J. Lu  (hjl@gnu.org)
2617
2618         * decl2.c (flag_use_cxa_atexit): Set to DEFAULT_USE_CXA_ATEXIT.
2619
2620 2002-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2621
2622         * error.c (cp_error_at): Fix typo.
2623
2624 2002-06-04  Gabriel Dos Reis  <gdr@codesourcery.com>
2625
2626         * error.c (cp_diagnostic_starter): Adjust call.
2627         (maybe_print_instantiation_context): Change prototype to take a
2628         'diagnostic_info *'.
2629         (print_instantiation_full_context): Likewise.
2630         (print_instantiation_partial_context): Likewise.
2631         (cp_diagnostic_starter): Likewise.
2632         (cp_diagnostic_finalizer): Likewise.
2633         (cp_print_error_function): Likewise.
2634         (cp_printer): Take a secondary parameter as a 'text_info *'.
2635         Remove output_state savings.  Adjust calls.
2636
2637 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
2638
2639         * pt.c (inline_parm_levels): Mark for GC.
2640
2641         * mangle.c (start_mangling): Allocate G.substitutions here...
2642         (init_mangle): ... rather than here.
2643         (finish_mangling): Clear the varray pointer when done with it.
2644         * spew.c (yylexstring): Don't use VARRAY_FREE.
2645         * search.c (bfs_walk): Don't use VARRAY_FREE.
2646         * decl2.c (pending_statics): Use gengtype to mark.
2647         (deferred_fns): Likewise.
2648         (ssdf_decls): Likewise.
2649         (init_decl2): Delete.
2650         * decl.c (pop_from_top_level): Don't use VARRAY_FREE.
2651         (cxx_init_decl_processing): Don't call init_decl2.
2652         (cxx_pop_function_context): Don't use VARRAY_FREE.
2653         * cp-tree.h (struct saved_scope): No need for special marking
2654         of varrays.
2655         (struct language_function): Likewise.
2656         (local_classes): Use gengtype to mark.
2657         (init_decl2): Delete prototype.
2658         * class.c (init_class_processing): Don't use
2659         ggc_add_tree_varray_root.
2660         (build_vtbl_initializer): Don't use VARRAY_FREE.
2661
2662         * decl.c (typename_compare): Don't use same_type_p.
2663
2664         * decl.c: Include hashtab.h instead of hash.h.
2665         (typename_hash): Update to use htab_h.
2666         (typename_compare): Likewise.
2667         (typename_htab): Use gengtype to mark.
2668         (build_typename_type): Update to use htab_h.
2669         * Make-lang.in (cp/decl.o): Use HASHTAB_H instead of hash.h.
2670
2671         * Make-lang.in (gt-cp-tree.h): New rule.
2672         (cp/tree.o): Depend on gt-cp-tree.h.
2673         * config-lang.in (gtfiles): Add cp/tree.c.
2674         * tree.c: Include gt-cp-tree.h.
2675         (list_hash_table): Use gengtype to mark.
2676         (init_tree): Use gengtype to mark trees.
2677
2678         * Make-lang.in (cp/decl.o): Add debug.h dependency.
2679         * call.c (struct z_candidate): Use gengtype.
2680         (USER_CONV_CAND): Use WRAPPER_ZC.
2681         (convert_class_to_reference): Use build_zc_wrapper.
2682         (build_type_conversion_1): Likewise.
2683         (build_over_call): Use WRAPPER_ZC.
2684         (add_warning): Use build_zc_wrapper.
2685         * cp-lang.c (LANG_HOOKS_MARK_TREE): Delete.
2686         * cp-tree.h (struct lang_identifier): Use gengtype.
2687         (struct template_parm_index_s): Likewise.
2688         (struct ptrmem_cst): Likewise.
2689         (struct tree_binding): Likewise.
2690         (struct tree_overload): Likewise.
2691         (struct tree_srcloc): Likewise.
2692         (struct tree_wrapper): Likewise.  Also modify to have a pointer
2693         to struct z_candidate rather than void.
2694         (enum cp_tree_node_structure_enum): New.
2695         (union lang_tree_node): New.
2696         (cxx_mark_tree): Delete prototype.
2697         (cp_tree_node_structure): New prototype.
2698         (build_ptr_wrapper): Delete prototype.
2699         (build_int_wrapper): Delete prototype.
2700         (build_zc_wrapper): New prototype.
2701         * decl.c: Include debug.h
2702         (cxx_mark_tree): Delete.
2703         (cp_tree_node_structure): New.
2704         * tree.c (build_ptr_wrapper): Delete.
2705         (build_int_wrapper): Delete.
2706         (build_zc_wrapper): New.
2707
2708         * cp-tree.h [! ENABLE_TREE_CHECKING] (LANG_TYPE_PTRMEM_CHECK):
2709         Correct typo.  Patch from k_fukui@highway.ne.jp.
2710
2711         * semantics.c (current_stmt_tree): Update for change to
2712         struct language_function.
2713         (finish_mem_initializers): Likewise.
2714         * decl.c (cxx_init_decl_processing): Don't set mark_lang_status.
2715         * cp-tree.h (struct language_function): Rename from
2716         cp_language_function.  Change all uses.
2717         (cp_function_chain): Don't need to cast.
2718
2719         * class.c (duplicate_tag_error): Reset discriminator.
2720         (check_bases_and_members): Update for data structure changes.
2721         * cp-tree.h (struct lang_id2): Use gengtype.
2722         (flagged_type_tree): Likewise.
2723         (SET_LANG_ID): Use GGC on struct lang_id2.
2724         (struct cp_language_function): Use gengtype.  Remove field
2725         'x_vcalls_possible_p'.
2726         (current_vcalls_possible_p): Delete.
2727         (struct lang_type_header): New.
2728         (struct lang_type_class): Rename from struct lang_type.  Include
2729         struct lang_type_header.
2730         (struct lang_type_ptrmem): New.
2731         (struct lang_type): New.
2732         (LANG_TYPE_CLASS_CHECK): New.  Use it in all the appropriate macros.
2733         (LANG_TYPE_PTRMEM_CHECK): New.  Use it in all the appropriate macros.
2734         (TYPE_SET_PTRMEMFUNC_TYPE): Set discriminator, update for changes.
2735         (struct lang_decl_flags): Use gengtype.  Add discriminators.
2736         (struct lang_decl): Use gengtype.  Add and use discriminators.
2737         Update the macros that reference moved fields.
2738         (LANG_DECL_U2_CHECK): New function.  Use it when appropriate.
2739         (SET_DECL_THUNK_P): Set discriminator too.
2740         (clear_inline_text_obstack): Delete prototype.
2741         (finish_inline_definitions): Delete prototype.
2742         (mark_pending_inlines): Delete prototype.
2743         (lang_check_failed): New prototype.
2744         * decl.c (struct named_label_use_list): Use gengtype.
2745         (struct named_label_list): Likewise.
2746         (mark_binding_level): Delete.
2747         (mark_named_label_lists): Delete.
2748         (push_local_name): Set discriminator on DECL_LANG_SPECIFIC.
2749         (cxx_init_decl_processing): Use generated marker routine.
2750         (begin_destructor_body): Delete dead set to
2751         current_vcalls_possible_p.
2752         (mark_lang_function): Delete.
2753         (mark_cp_function_context): Delete.
2754         (lang_mark_tree): Use generated marker routines.
2755         * decl2.c (start_objects): Set discriminator when setting
2756         GLOBAL_INIT_PRIORITY.
2757         * lex.c (retrofit_lang_decl): Set discriminators.
2758         (copy_lang_type): Update for changes to lang_type structure.
2759         (cp_make_lang_type): Set discriminator.
2760         * parse.y: Use gengtype on YYLVAL.  Don't use dots in identifiers.
2761         * search.c: Include ggc.h.
2762         * semantics.c (anon_aggr_type_p): Use the macro, don't hand-code it.
2763         (finish_inline_definitions): Delete.
2764         * spew.c (struct token): Use gengtype.
2765         (struct token_chunk): New.
2766         (struct unparsed_text): Use gengtype.  Store tokens in chunks.
2767         (struct feed): Use gengtype.
2768         (feed_obstack): Delete.
2769         (feed): Mark as GC root.
2770         (pending_inlines): Mark as GC root.
2771         (pending_inlines_tail): Likewise.
2772         (processing_these_inlines): Likewise.
2773         (token_obstack): Make static.
2774         (first_token): Likewise.
2775         (init_spew): Don't initialize deleted things; use gengtype for roots.
2776         (clear_inline_text_obstack): Delete.
2777         (feed_input): Use GC for struct feed.  Update for changes to
2778         struct unparsed_text.
2779         (mark_pending_inlines): Delete.
2780         (next_token): Rename from add_token.  Change all callers.  Update
2781         for changes to struct unparsed_text.
2782         (space_for_token): New.
2783         (remove_last_token): New.
2784         (alloc_unparsed_text): New.
2785         (snarf_block): Take an unparsed_text.  Update for changes to struct
2786         unparsed_text.
2787         (snarf_method): Update for changes to struct unparsed_text.
2788         (snarf_defarg): Update for changes to struct unparsed_text.
2789         * tree.c (lang_check_failed): New.
2790
2791         * Make-lang.in (gt-cp-call.h gt-cp-decl2.h gt-cp-parse.h
2792         gt-cp-pt.h gt-cp-repo.h gt-cp-spew.h): New rules.
2793         (cp/spew.o): Add dependency on gt-<filename>.h.
2794         (cp/decl2.o): Add dependency on gt-<filename>.h.
2795         (cp/call.o): Add dependency on gt-<filename>.h.
2796         (cp/pt.o): Add dependency on gt-<filename>.h.
2797         (cp/repo.o): Add dependency on gt-<filename>.h.
2798         (cp/parse.o): Add dependency on gt-<filename>.h.
2799         * call.c: Use gengtype for roots.
2800         * config-lang.in (gtfiles): Add cp-tree.h decl.h lex.h call.c
2801         decl2.c parse.y pt.c repo.c spew.c.
2802         * cp-tree.h: Use gengtype for roots.
2803         (struct saved_scope): Use GGC, gengtype.
2804         (cp_parse_init): Delete prototype.
2805         (init_pt): Delete prototype.
2806         * decl.c: Use gengtype for roots.
2807         (mark_saved_scope): Delete.
2808         (cxx_init_decl_processing): Don't call deleted initilisation
2809         routines.
2810         (signed_size_zero_node): Delete, unused.
2811         * decl.h: Use gengtype for roots.
2812         * decl2.c: Use gengtype for roots.
2813         * lex.h: Use gengtype for roots.
2814         * parse.y: Use gengtype for roots.
2815         (cp_parse_init): Delete.
2816         * pt.c: Use gengtype for roots.
2817         (init_pt): Delete.
2818         * repo.c: Use gengtype for roots.
2819         * spew.c: Use gengtype for roots.
2820
2821         * Make-lang.in: Allow for filename changes.  Add gtype-cp.h.
2822         (cp/decl.o): Add dependency on gtype-cp.h.
2823         * decl.c: Remove use of add_deletable_root, use GTY marker instead.
2824         Include gtype-cp.h.  Allow for filename changes.
2825
2826         * Make-lang.in (cp/gt-decl.h): Generate using gengtype.
2827         (cp/decl.o): Add cp/gt-decl.h dependency.
2828         * config-lang.in (gtfiles): New.
2829         * tree.h: Rename struct binding_level to struct cp_binding_level.
2830         * decl.c: Rename struct binding_level to struct cp_binding_level.
2831         Include cp/gt-decl.h.
2832         (struct cp_binding_level): Use gengtype.
2833         (make_binding_level): Use GGC on struct cp_binding_level.
2834         (mark_binding_level): Use gt_ggc_m_cp_binding_level.
2835         (cxx_init_decl_processing): Mark free_binding_level as
2836         deletable.
2837
2838         * decl.c (mark_cp_function_context): Update calling sequence.
2839
2840         * decl.c (start_function): Don't free 'struct
2841         cp_language_function'.
2842         (pop_cp_function_context): Likewise.
2843         (save_function_data): Allocate it using GC.
2844         * semantics.c (genrtl_start_function): Don't free 'struct
2845         cp_language_function'.
2846
2847 2002-05-31  Matthew Woodcraft  <mattheww@chiark.greenend.org.uk>
2848
2849         * lang-specs.h: Use cpp_debug_options.
2850
2851 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
2852
2853         * mangle.c, tree.c: Include real.h.
2854         * Make-lang.in: Update dependency lists.
2855
2856 2002-05-25  Neil Booth  <neil@daikokuya.demon.co.uk>
2857
2858         * lex.c: Don't include c-lex.h.
2859         * parse.y, spew.c: Don't include c-lex.h; include c-pragma.h.
2860
2861 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
2862
2863         * spew.c (yyungetc, snarf_block): Remove indent_level handling.
2864
2865 2002-05-22  Richard Henderson  <rth@redhat.com>
2866
2867         * decl.c (obscure_complex_init): Check for VAR_DECL
2868         before using DECL_THREAD_LOCAL.
2869
2870 2002-05-22  Richard Henderson  <rth@redhat.com>
2871
2872         * decl.c (check_tag_decl): Handle RID_THREAD.
2873         (obscure_complex_init): Reject run-time init of tls.
2874         (grokvardecl, grokdeclarator): Handle RID_THREAD.
2875         * lex.c (reswords): Add __thread.
2876         (rid_to_yy): Map RID_THREAD to SCSPEC.
2877
2878 2002-05-22  Neil Booth  <neil@daikokuya.demon.co.uk>
2879
2880         * cp-lang.c (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
2881         * cp-tree.h (cxx_post_options): Kill.
2882         * cp-lex.c (cxx_post_options): Kill.
2883
2884 2002-05-21  Richard Henderson  <rth@redhat.com>
2885
2886         * lex.c (rid_to_yy): Add RID_THREAD.
2887
2888 2002-05-21  Alexandre Oliva  <aoliva@redhat.com>
2889
2890         * init.c (build_vec_init): Test for trivial copy-assignment when
2891         copy-assigning arrays.
2892
2893 2002-05-20  Andreas Jaeger  <aj@suse.de>
2894
2895         * init.c (build_default_init): Remove unused variable.
2896
2897 2002-05-20  Alexandre Oliva  <aoliva@redhat.com>
2898
2899         * call.c (any_strictly_viable): New.
2900         (build_new_op): Use it for COMPOUND_EXPR and ADDR_EXPRs.
2901
2902 2002-05-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2903
2904         * error.c (dump_type) [TYPEOF_TYPE]: Fix parenthesis printing.
2905
2906 2002-05-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2907
2908         PR c++/186, DR 259
2909         * pt.c (do_decl_instantiation): Don't complain explicit
2910         instantiation after explicit specialization.
2911         (do_type_instantiation): Likewise.
2912
2913 2002-05-19  Alexandre Oliva  <aoliva@redhat.com>
2914
2915         * cp-tree.h (complete_type_or_diagnostic): Changed prototype,
2916         renamed from...
2917         (complete_type_or_else): ... this.  Redefined as macro.
2918         (cxx_incomplete_type_diagnostic): Declare.
2919         (cxx_incomplete_type_error): Define as macro.
2920         * init.c (build_delete): Warn about incomplete types other than
2921         void, and use the built-in operator delete for them.
2922         * typeck.c (complete_type_or_diagnostic): Renamed from
2923         complete_type_or_else.  Added warn_only argument, passed to...
2924         * typeck2.c (cxx_incomplete_type_diagnostic): ... this.  Print
2925         warnings or errors depending on new warn_only argument.  Renamed
2926         from...
2927         (cxx_incomplete_type_error): ... this.  New implementation in
2928         terms of cxx_incomplete_type_diagnostic.
2929
2930 2002-05-18  Jason Merrill  <jason@redhat.com>
2931
2932         PR c++/6611
2933         * decl2.c (import_export_decl): If we clear
2934         DECL_NOT_REALLY_EXTERN, make sure DECL_EXTERNAL is set.
2935
2936 2002-05-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2937
2938         PR c++/6620
2939         * pt.c (verify_class_unification): Don't check if PARM is template
2940         parameter dependent.  Simplify.
2941         (unify) [TEMPLATE_PARM_INDEX]: Handle when ARG is a template
2942         parameter dependent expression.
2943
2944 2002-05-14  Jason Merrill  <jason@redhat.com>
2945
2946         * rtti.c (get_tinfo_decl): Don't call comdat_linkage.
2947         Do set DECL_COMDAT.
2948         (synthesize_tinfo_var): Take the public decl.
2949         (create_real_tinfo_var): Likewise.  Check DECL_COMDAT.
2950         (emit_tinfo_decl): Adjust.  Call import_export_decl.
2951         * decl2.c (import_export_decl): Simplify tinfo decl handling.
2952
2953 2002-05-14  Alexandre Oliva  <aoliva@redhat.com>
2954
2955         * cp-tree.h (struct lang_type): Added non_zero_init.
2956         (CLASSTYPE_NON_ZERO_INIT_P): New macro.
2957         (zero_init_p, force_store_init_value, build_forced_zero_init): Declare.
2958         * class.c (check_field_decls): Test non_zero_init.
2959         * cvt.c (convert_to_pointer_force): Use cp_convert_to_pointer for
2960         zero-to-NULL conversions.
2961         * decl.c (obscure_complex_init): Don't reset DECL_INITIAL of a
2962         type that needs zero-initialization without zeros.
2963         (check_initializer_decl): Compute zero-initializer for types
2964         that require a non-trivial one.
2965         * init.c (build_forced_zero_init): New function.
2966         (build_default_init): Use it.
2967         * tree.c (zero_init_p): New function.
2968         * typeck2.c (force_store_init_value): New function.
2969         (process_init_constructor): Create non-trivial zero-initializers
2970         for array members and class fields.
2971
2972 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
2973
2974         * lang-specs.h: Remove redundant -lang-c++.
2975
2976 2002-05-13  Jason Merrill  <jason@redhat.com>
2977
2978         * class.c (build_vtbl_ref_1): Use fixed_type_or_null.
2979         (fixed_type_or_null): See through reference vars.
2980         (build_base_path): Vtable contents are constant.
2981         * typeck.c (get_member_function_from_ptrfunc): Likewise.
2982
2983 2002-05-12  Jason Merrill  <jason@redhat.com>
2984
2985         * cp-lang.c (ok_to_generate_alias_set_for_type): Backend-created
2986         structs are safe.
2987
2988 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
2989
2990         * cp-tree.h (flag_ansi): Remove.
2991         * decl2.c (flag_ansi): Remove.
2992         (cxx_decode_option): Set flag_iso and flag_undef.
2993
2994 2002-05-09  Jason Merrill  <jason@redhat.com>
2995
2996         * typeck.c (get_member_function_from_ptrfunc): Reorganize.
2997         Use subtraction rather than a bitmask to get the index.
2998         * cvt.c (cp_convert_to_pointer): Bail on an error_mark_node.
2999
3000         * pt.c (tsubst_expr) [ASM_STMT]: Copy ASM_INPUT_P.
3001
3002 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
3003
3004         * Make-lang.in (decl2.o): Update.
3005         * cp-tree.h (warn_multichar): Remove.
3006         * decl2.c: Include c-common.h.
3007         (warn_multichar): Remove.
3008
3009 2002-05-03  Jason Merrill  <jason@redhat.com>
3010
3011         * tree.c (build_cplus_array_type): Only const and volatile get
3012         special handling.
3013
3014         * decl.c (BOOL_TYPE_SIZE): Move default to defaults.h.
3015
3016 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
3017
3018         ABI change, returning simple classes from functions.
3019         * class.c (finish_struct_bits): Only mark TREE_ADDRESSABLE if
3020         TYPE_HAS_TRIVIAL_INIT_REF is false or
3021         TYPE_HAS_NONTRIVIAL_DESTRUCTOR is true.
3022
3023 2002-04-30  Jason Merrill  <jason@redhat.com>
3024
3025         PR debug/6436
3026         * decl.c (grokdeclarator): Don't override TYPE_NAME of an
3027         anonymous class with a typedef if there are attributes.
3028
3029 2002-04-29  Paul Eggert  <eggert@twinsun.com>
3030
3031         * parse.y (nomods_initdcl0): Replace $<ttype>3 with $<ttype>$.
3032
3033 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
3034
3035         PR c++/6477
3036         * decl.c (follow_tag_typedef): Check if TYPE_NAME (original) is
3037         non-NULL first.
3038
3039 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
3040
3041         PR c++/6492
3042         * pt.c (tsubst_friend_class): If the friend has an explicit scope,
3043         enter that scope before name lookup.
3044
3045         PR c++/6486
3046         * method.c (do_build_copy_constructor): Avoid building
3047         cv-qualified reference types.
3048
3049 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
3050
3051         PR c++/5719
3052         * decl.c (grok_op_properties): Assignment ops don't have to return
3053         by value. operator% should.
3054
3055 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3056
3057         PR c/6343
3058         * decl.c (duplicate_decls): Call merge_weak.
3059
3060 2002-04-26  Richard Henderson  <rth@redhat.com>
3061
3062         * parse.y (malloced_yyss, malloced_yyvs): New.
3063         (yyoverflow): Re-add.  Set them.
3064         (free_parser_stacks): New.
3065
3066 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
3067
3068         PR c++/6497
3069         * method.c (do_build_assign_ref): Pass a derivation to
3070         build_method_call when calling base class assignment operators.
3071
3072 2002-04-26  Richard Henderson  <rth@redhat.com>
3073
3074         * parse.y (yyoverflow): Revert.
3075
3076 2002-04-26  Richard Henderson  <rth@redhat.com>
3077
3078         PR c/3581
3079         * parse.y (string): Remove.  Update all uses to use STRING
3080         instead, and not call combine_strings.
3081         * rtti.c (tinfo_name): Use fix_string_type.
3082         * semantics.c (finish_asm_stmt): Don't call combine_strings.
3083         * spew.c (yylexstring): New.
3084         (read_token): Use it.
3085
3086 2002-04-25  Richard Henderson  <rth@redhat.com>
3087
3088         PR c/2161
3089         * parse.y (yyoverflow): New.
3090
3091 2002-04-25  Jason Merrill  <jason@redhat.com>
3092
3093         PR c++/5607
3094         * search.c (check_final_overrider): No longer static.
3095         * class.c (update_vtable_entry_for_fn): Call it.
3096         * cp-tree.h: Adjust.
3097
3098 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
3099
3100         * cp-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
3101         * cp-tree.h (cxx_set_yydebug): Die.
3102         * lex.c (YYDEBUG): Get from c-lex.h.
3103         (cxx_set_yydebug): Remove.
3104         * parse.y: Include c-lex.h.
3105         (YYDEBUG): Get from c-lex.h.
3106
3107 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
3108
3109         PR c++/6438.
3110         * cvt.c (convert_to_void): Don't unconditionally make COND_EXPRs
3111         void.
3112
3113 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3114
3115         * cp-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
3116         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE):
3117         Redefine.
3118         * cp-tree.h (cp_attribute_table): Rename.
3119         * decl.c (lang_attribute_table): Remove declaration.
3120         (cxx_init_decl_processing): Don't set it.
3121         * tree.c (cp_attribute_table): Rename.
3122
3123 2002-04-24  Jason Merrill  <jason@redhat.com>
3124
3125         PR c++/6331
3126         * method.c (do_build_copy_constructor): Use cp_build_qualified_type.
3127         * typeck.c (build_modify_expr): Allow arrays to differ in cv-quals.
3128         The pedwarn for array assignment is now unconditional.
3129         * tree.c (build_cplus_array_type_1): Still process simple array types
3130         normally in templates.
3131
3132         PR c++/6395
3133         * decl.c (make_rtl_for_nonlocal_decl): Don't mess with #pragma i/i
3134         stuff for comdats.
3135
3136 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
3137
3138         * parse.y (check_class_key): Allow KEY to be union/enum/struct/class
3139         node with attributes.
3140
3141 2002-2-23  David O'Brien  <obrien@FreeBSD.org>
3142
3143         * g++spec.c (MATH_LIBRARY_PROFILE, LIBSTDCXX_PROFILE): Add.
3144         Use MATH_LIBRARY_PROFILE and LIBSTDCXX_PROFILE if profile flag given.
3145
3146 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
3147
3148         PR c++/6256:
3149         * pt.c (tsubst_friend_class): Handle templates with explicit
3150         nested names.
3151
3152         PR c++/6331:
3153         * typeck.c (merge_types): Remember the cv-qualification of pointer
3154         types when merging them.
3155
3156 2002-04-20  Neil Booth  <neil@daikokuya.demon.co.uk>
3157
3158         * cp-lang.c (LANG_HOOKS_FUNCTION_INIT,
3159         LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_MARK): Redefine.
3160         * cp-tree.h (cxx_push_function_context, cxx_pop_function_context,
3161         cxx_mark_function_context): New.
3162         * decl.c (push_cp_function_context, pop_cp_function_context,
3163         mark_cp_function_context): Rename for consistency.
3164         (cxx_init_decl_processing): Don't set old hooks.
3165
3166 2002-04-19  Neil Booth  <neil@daikokuya.demon.co.uk>
3167
3168         * call.c (convert_type_from_ellipsis): Rename, update.
3169         * cp-lang.c (LANG_HOOKS_TYPE_PROMOTES_TO): Redefine.
3170         * cp-tree.h (convert_type_from_ellipsis): Rename.
3171         * decl.c (cxx_init_decl_processing): Don't set hook.
3172
3173 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
3174
3175         * call.c (build_new_method_call): Update.
3176         * cp-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
3177         * cp-tree.h (cxx_incomplete_type_error): New.
3178         * decl.c (grokdeclarator, grokparms): Update.
3179         * decl2.c (check_classfn): Update.
3180         * pt.c (tsubst): Update.
3181         * typeck.c (complete_type_or_else, expr_sizeof,
3182         decay_conversion): Update.
3183         * typeck2.c (incomplete_type_error): Rename.
3184         (add_exception_specifier): Update.
3185
3186 2002-04-18  Jason Merrill  <jason@redhat.com>
3187
3188         PR c++/5658
3189         * search.c (setup_class_bindings): A class template qualifies as a
3190         type binding.
3191
3192 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
3193
3194         PR c++/6316
3195         * decl2.c (finish_file): Clear DECL_EXTERNAL in a separate loop
3196         before expanding.
3197
3198 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
3199
3200         * init.c (begin_init_stmts): Remove commented out code.
3201         (finish_init_stmts): Set STMT_EXPR_NO_SCOPE.
3202         * semantics.c (begin_gobal_stmt_expr): Adjust call to
3203         expand_start_stmt_expr.
3204
3205 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
3206
3207         * decl.c (register_dtor_fn): Pass the address of dso_handle, not
3208         dso_handle itself, to __cxa_atexit.
3209
3210 2002-04-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3211
3212         * error.c (cxx_print_error_function): Adjust call to macros.
3213
3214 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
3215
3216         * class.c (layout_virtual_bases): Do all dsize computation on trees.
3217
3218 2002-04-14  Jason Merrill  <jason@redhat.com>
3219
3220         * typeck.c (get_member_function_from_ptrfunc): Don't do
3221         gratuitious division and multiplication on
3222         ptrmemfunc_vbit_in_delta targets.
3223
3224 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
3225
3226         PR c++/5373.
3227         * semantics.c (finish_expr_stmt): Remember the type of the
3228         expression before any conversions are performed.
3229
3230 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
3231
3232         PR c++/5189.
3233         * call.c (add_template_candidate_real): Do not treat member
3234         templates as copy constructors.
3235
3236 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
3237
3238         * decl.c (duplicate_decls): Do not copy the RTL for a variable
3239         declaration if the old variable had an incomplete type and the new
3240         variable does not.
3241         (complete_vars): Do not call layout_decl for completed variables.
3242
3243 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
3244
3245         * decl.c (duplicate_decls): Don't try to unify an implicit typedef
3246         with an explicit one.
3247         (follow_tag_typedef): New.
3248         (lookup_tag): Use it to extract the tag of an explicit typedef.
3249         (xref_tag): Likewise.
3250
3251 2002-04-11  Andrew Haley  <aph@redhat.com>
3252
3253         * typeck.c (type_after_usual_arithmetic_conversions):
3254         If two types have the same variant, return immediately.
3255         When two floating-point operands are the same precision:
3256           convert to float if one of the operands is float;
3257           if neither operand is one of the standard types, return the type
3258           of the first operand.
3259
3260 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
3261
3262         PR c++/5507
3263         * decl.c (make_typename_type): Remove implicit typenameness.
3264
3265 2002-04-09  Jason Merrill  <jason@redhat.com>
3266
3267         PR optimization/6189
3268         * semantics.c (genrtl_start_function): Don't free
3269         DECL_SAVED_FUNCTION_DATA for inline functions.
3270
3271         * init.c (build_member_call): For now, don't convert to
3272         intermediate base if it would cause an error.
3273
3274 2002-04-08  Paolo Carlini  <pcarlini@unitus.it>
3275
3276         * parse.y (namespace_qualifier, maybe_identifier,
3277         begin_explicit_instantiation, end_explicit_instantiation,
3278         apparent_template_type, .finish_template_type,
3279         do_id, maybe_init, defarg_again, component_decl_1):
3280         Add ending ';', in accordance with POSIX.
3281
3282 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
3283
3284         PR c++/5571
3285         * class.c (layout_class_type): Remember incomplete static
3286         variables.
3287         (finish_struct_1): Call complete_vars, not
3288         hack_incomplete_structures.
3289         * cp-tree.h (hack_incomplete_structures): Rename to ...
3290         (complete_vars): ... this.
3291         (struct saved_scope): Remove incomplete.
3292         (namespace_scope_incomplete): Remove.
3293         * decl.c (struct binding_level): Remove incomplete.
3294         (incomplete_vars): New variable.
3295         (mark_binding_level): Don't mark incomplete.
3296         (print_binding_level): Don't print it.
3297         (mark_saved_scope): Don't mark incomplete.
3298         (pushdecl): Use maybe_register_incopmlete_var.
3299         (cxx_init_decl_processing): Register incomplete_vars for GC.
3300         (start_decl_1): Clarify error message.
3301         (hack_incomplete_vars): Remove.
3302         (maybe_register_incomplete_var): New function.
3303         (complete_vars): Likewise.
3304
3305 2002-04-06  Jason Merrill  <jason@redhat.com>
3306
3307         PR c++/4934
3308         * error.c (dump_expr) [CONVERT_EXPR]: Make sure TREE_TYPE (t) is
3309         set before checking it.
3310
3311         PR c++/525
3312         * init.c (build_member_call): Use build_scoped_ref.
3313         (resolve_offset_ref): Likewise.
3314         * call.c (build_scoped_method_call): Likewise.
3315         * tree.c (maybe_dummy_object): Kludge around current_class_type being
3316         wrong.
3317         * typeck2.c (build_scoped_ref): Return the binfo via binfo_p parm.
3318         * cp-tree.h: Adjust.
3319
3320         * init.c (push_base_cleanups): Just use build_scoped_method_call.
3321
3322         PR c++/6179
3323         * method.c (implicitly_declare_fn): Pass unqualified type to
3324         synthesize_exception_spec.
3325
3326 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
3327
3328         * cp-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
3329         * cvt.c: Update comment.
3330         * init.c (expand_cleanup_for_base): Update.
3331         * semantics.c (finish_parenthesized_expr): Update.
3332         * typeck.c (cp_truthvalue_conversion): Update.
3333
3334 2002-04-04  Jason Merrill  <jason@redhat.com>
3335
3336         * semantics.c (finish_eh_cleanup): New fn.
3337         * cp-tree.h: Add prototype.
3338         * init.c (perform_member_init, expand_cleanup_for_base): Use
3339         finish_eh_cleanup.
3340         * cp-tree.def (SUBOBJECT, CTOR_STMT): Remove.
3341         * cp-tree.h: Remove references.
3342         * decl.c (begin_constructor_body, end_constructor_body): Likewise.
3343         * dump.c (cp_dump_tree): Likewise.
3344         * pt.c (tsubst_expr): Likewise.
3345         * semantics.c (genrtl_ctor_stmt, genrtl_subobject): Remove.
3346         (cp_expand_stmt): Remove handling of CTOR_STMT and SUBOBJECT.
3347         * tree.c (cp_statement_code_p): Likewise.
3348
3349         * init.c (build_new_1): Set CLEANUP_EH_ONLY on deleting cleanup.
3350
3351         PR c++/5636
3352         * semantics.c (nullify_returns_r): Just set CLEANUP_EH_ONLY on
3353         cleanup for nrv.
3354
3355         PR c++/5104
3356         * typeck.c (comptypes) [FUNCTION_TYPE]: Don't compare exception
3357         specifiers.
3358         [METHOD_TYPE]: Use same code as FUNCTION_TYPE.
3359
3360 2002-04-03  Richard Henderson  <rth@redhat.com>
3361
3362         * cp-lang.c (cxx_warn_unused_global_decl): New.
3363         (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
3364
3365 2002-04-03  Neil Booth  <neil@daikokuya.demon.co.uk>
3366
3367         * cp-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Redefine.
3368         * tree.c (init_tree): Don't set hook.
3369
3370 2002-04-03  Roger Sayle  <roger@eyesopen.com>
3371
3372         PR c++/5998:
3373         * decl.c (duplicate_decls): Don't mess with assembler names when
3374         redeclaring builtin functions as static.
3375
3376 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
3377
3378         * call.c (build_addr_func): Update.
3379         * class.c (resolve_address_of_overloaded_function): Update.
3380         * cp-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
3381         * cp-tree.h (cxx_mark_addressable): New.
3382         * decl.c (register_dtor_fn, cxx_maybe_build_cleanup): Update.
3383         * decl2.c (build_cleanup): Update.
3384         * except.c (build_throw): Update.
3385         * init.c (resolve_offset_ref): Update.
3386         * pt.c (convert_nontype_argument): Update.
3387         * semantics.c (finish_asm_stmt, simplify_affr_init_exprs_r): Update.
3388         * typeck.c (decay_conversion, build_array_ref, build_unary_op,
3389         unary_complex_lvalue): Update.
3390         (mark_addressable): Rename.
3391
3392 2002-04-01  Roger Sayle  <roger@eyesopen.com>
3393
3394         PR c++/5998:
3395         * decl.c (duplicate_decls):  Overwrite the RTL when (and only
3396         when) overwriting a built-in function.  Don't use COPY_DECL_RTL,
3397         but follow the SET_DECL_RTL idiom used elsewhere in the function.
3398
3399 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
3400
3401         * cp-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
3402         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
3403         * decl.c (grokdeclarator): Update.
3404         * mangle.c (write_integer_cst): Update.
3405         * typeck.c (build_binary_op): Update.
3406
3407 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
3408
3409         * cp-lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
3410         * lex.c (cxx_init): Don't set hook.
3411
3412 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
3413
3414         * Make-lang.in (error.o): Update.
3415         * cp-lang.c (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
3416         * cp-tree.h (struct diagnostic_context): Predeclare.
3417         (cxx_print_error_function): New.
3418         * error.c: Include langhooks-def.h.
3419         (lang_print_error_function): Rename.  Update.
3420         (init_error): Don't set hook.
3421
3422 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
3423
3424         * cp-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
3425         Redefine.
3426         * cvt.c (cp_convert_to_pointer, type_promotes_to): Use new hooks.
3427         * decl.c (finish_enum): Similarly.
3428         * error.c (dump_type): Similarly.
3429         * lex.c (cxx_init): Similarly.
3430         * mangle.c (write_builtin_type): Similarly.
3431         * typeck.c (comptypes): Similarly.
3432
3433 2002-03-28  Roger Sayle  <roger@eyesopen.com>
3434
3435         PR c++/5998:
3436         * decl.c (cxx_init_decl_processing): Re-enable built-in functions
3437         in the g++ front-end.
3438         (duplicate_decl): Allow redefinition of anticipated built-ins.
3439         Fix inlining problem by over-writing the old DECL_RTL.
3440         (lookup_namespace_name): Fail to find an identifier in the
3441         specified namespace if its still anticipated.
3442         (builtin_function_1): New function split out from builtin_function
3443         to create a builtin in the current namespace with given context.
3444         (builtin_function): Call builtin_function_1 to define the
3445         appropriate builtins in both the std and global namespaces.
3446         (select_decl): Don't test for anticipated decls here.
3447         (unqualified_namespace_lookup): Instead ignore them whilst
3448         searching through scopes and namespaces.
3449         * decl2.c (do_nonmember_using_decl): If a using declaration
3450         specifies an anticipated built-in function, mark it as no longer
3451         anticipated in that scope.
3452         (ambiguous_decl):  Avoid resolving to an anticipated decl.
3453         * lex.c (do_scoped_id): Fail to find an identifier in the global
3454         namespace if its still anticipated.
3455
3456 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
3457
3458         * cp-lang.c (LANG_HOOKS_MAKE_TYPE): Redefine.
3459         * cp-tree.h (cp_make_lang_type): Rename.
3460         * lex.c (cp_make_lang_type): Rename.
3461         (make_aggr_type): Update.
3462         * tree.c (init_tree): Don't set make_lang_type_fn.
3463
3464 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
3465
3466         PR c++/6073
3467         * class.c (finish_struct_1): Update static field's DECL_MODE even
3468         if its type is a variant of t.
3469
3470 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3471
3472         * cp-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
3473         * cp-tree.h (cxx_insert_default_attributes): New.
3474         * decl.c (insert_default_attributes): Rename.
3475
3476 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
3477
3478         PR c++/4884
3479         * call.c (build_op_delete_call): Allow for the fact the placement
3480         may be a COMPOUND_EXPR.
3481
3482 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3483
3484         * cp-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
3485         * cp-tree.h (init_cplus_expand): Remove.
3486         (cxx_expand_expr): New.
3487         * expr.c (cplus_expand_expr): Rename cxx_expand_expr,
3488         fix prototype.
3489         (init_cplus_expand): Remove.
3490         * lex.c (cxx_init): Don't call init_cplus_expand.
3491
3492 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
3493
3494         PR c++/4884.
3495         * init.c (build_new_1): Allow for the fact the result of
3496         build_function_call may be a COMPOUND_EXPR.
3497
3498 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
3499
3500         PR c++/5682
3501         * cp-tree.h (BINFO_PRIMARY_P): Explain meaning better.
3502         (dfs_skip_nonprimary_vbases_unmarkedp): Remove.
3503         (dfs_skip_nonprimary_vbases_markedp): Remove.
3504         * search.c (get_shared_vbase_if_not_primary): Remove.
3505         (dfs_skip_nonprimary_vbases_unmarkedp): Remove.
3506         (dfs_skip_nonprimary_vbases_markedp): Remove.
3507         (dfs_unmarked_real_bases_queue_p): Just get the canonical binfo.
3508         (dfs_marked_real_bases_queue_p): Likewise.
3509
3510 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
3511
3512         * cp-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
3513         * cp-tree.h (cxx_mark_tree): New.
3514         * decl.c (lang_mark_tree): Rename cxx_mark_tree.
3515
3516 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
3517
3518         * cp-tree.h (cxx_maybe_build_cleanup): New.
3519         * decl.c (destroy_local_var, hack_incomplete_structures): Update.
3520         (maybe_build_cleanup): Rename cxx_maybe_build_cleanup.
3521         * tree.c (build_target_expr): Update.
3522         * cp-lang.c (LANG_HOOKS_MAYBE_BUILD_CLEANUP): Redefine.
3523
3524 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3525
3526         * decl2.c (cxx_decode_option): Handle -E.
3527         * lang-specs.h (default_compilers): Preprocess with cc1plus.
3528         * lex.c (cxx_init): Exit quickly if c_common_init returns NULL.
3529
3530 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
3531
3532         PR c++/6037
3533         * decl.c (start_enum): Don't set TREE_ADDRESSABLE on TREE_LIST node.
3534
3535 2002-03-23  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3536
3537         * error.c (dump_type): Be careful about implicit typenames.
3538
3539 2002-03-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3540
3541         PR C++/3656
3542         * semantics.c (finish_base_specifier): Handle erronous base
3543         classes.
3544
3545 2002-03-22  Zack Weinberg  <zack@codesourcery.com>
3546
3547         * error.c: Always use REAL_VALUE_TO_DECIMAL; don't test
3548         REAL_IS_NOT_DOUBLE.
3549
3550 2002-03-22  Jeff Knaggs  <jknaggs@redhat.com>
3551
3552         * typeck.c (get_member_function_from_ptrfunc): Scale idx down to
3553         an index into the vtable_entry array regardless of
3554         TARGET_PTRMEMFUNC_VBIT_LOCATION.
3555
3556 2002-03-21  Aldy Hernandez  <aldyh@redhat.com>
3557
3558         * tree.c (cp_cannot_inline_tree_fn): Same.
3559
3560 2002-03-21  Neil Booth  <neil@daikokuya.demon.co.uk>
3561
3562         * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
3563         insert_block, getdecls, global_bindings_p): New.
3564
3565 2002-03-20  Nathan Sidwell  <nathan@codesourcery.com>
3566
3567         PR c++/4361
3568         * mangle.c (struct globals) Add internal_mangling_p member.
3569         (write_template_param): Do internal mangling, if needed.
3570         (mangle_conv_op_name_for_type): Request internal mangling.
3571
3572 2002-03-20  Jason Merrill  <jason@redhat.com>
3573
3574         PR c++/2136
3575         * init.c (build_delete): Check access for a member op delete here.
3576         * decl2.c (delete_sanity): Not here.
3577
3578 2002-03-19  Jason Merrill  <jason@redhat.com>
3579
3580         PR c++/5118
3581         * class.c (get_vfield_name): Use the constructor_name.
3582
3583 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
3584
3585         * cp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
3586         * cp-tree.h (lang_printable_name): Rename.
3587         * error.c (lang_decl_name): Use new hook.
3588         * lex.c (cxx_init): Remove old hook.
3589         * pt.c (tsubst_decl): Use new hook.
3590         * tree.c (lang_printable_name): Rename.
3591
3592 2002-03-18  Eric Botcazou  <ebotcazou@multimania.com>
3593
3594         PR c++/3882
3595         * pt.c (tsubst_decl): Move __PRETTY_FUNCTION__ handling...
3596         (tsubst_expr) [DECL_STMT]: ...here. And substitute the initializer
3597         only after recording the declaration.
3598
3599 2002-03-18  Jason Merrill  <jason@redhat.com>
3600
3601         PR c++/2039
3602         * init.c (resolve_offset_ref): Hand off to build_component_ref.
3603
3604         PR c++/4222, c++/5995
3605         * call.c (build_over_call): Fix empty class logic.
3606
3607         PR c++/3870
3608         * cp-tree.h (struct saved_scope): Add last_parms field.
3609         * decl.c (maybe_push_to_top_level): Save last_function_parms.
3610         (pop_from_top_level): Restore it.
3611
3612         PR c++/4377
3613         * mangle.c (write_expression): Strip NOP_EXPRs sooner.  Also strip
3614         NON_LVALUE_EXPRs.
3615
3616         PR c++/4003
3617         * pt.c (tsubst_friend_function): Use decl_namespace_context.
3618
3619         PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.
3620         * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE for a
3621         type with a nontrivial destructor.
3622
3623 2002-03-17  Jason Merrill  <jason@redhat.com>
3624
3625         PR c++/4460
3626         * class.c (build_base_path): Virtual base layout is fixed in
3627         in-charge [cd]tors.
3628
3629 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
3630
3631         * cp-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
3632         * parse.y (yyparse): Remove macro.
3633
3634 2002-03-17  Jason Merrill  <jason@redhat.com>
3635
3636         PR c++/5757
3637         * init.c (build_new_1): Pass the right pointer to op delete.
3638
3639 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
3640
3641         PR c++/4361
3642         * cp-tree.h (CLASSTYPE_METHOD_VEC): Document where templated
3643         conversion operators go.
3644         (struct lang_decl_flags): Add template_conv_p and unused
3645         bitfields.
3646         (DECL_TEMPLATE_CONV_FN_P): New macro.
3647         * call.c (build_user_type_conversion_1): Don't check second type
3648         conversion of overload set first.
3649         * class.c (add_method): Make sure templated conversion operators
3650         all end up on slot 2.
3651         * lex.c (do_identifier): A conversion operator token might be
3652         satisfied by a templated conversion operator.
3653         * pt.c (check_explicit_specialization): Use
3654         CLASSTYPE_FIRST_CONVERSION_SLOT.
3655         (template_parm_this_level_p): New function.
3656         (push_template_decl_real): Determine DECL_TEMPLATE_CONV_FN_P.
3657         * search.c (lookup_fnfields_1): Template conversions will be on
3658         the first slot.
3659         * typeck.c (build_component_ref): Preserve the type of an
3660         conversion operator name on the overload type.
3661         (build_x_function_call): Retrieve the conversion operator name.
3662
3663 2002-03-15  Richard Henderson  <rth@redhat.com>
3664
3665         * init.c (build_new_1): Use size_binop instead of cp_build_binary_op.
3666
3667 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
3668
3669         * cp-tree.h (CLEANUP_DECL): Remove.
3670         (CLEANUP_EXPR): Likewise.
3671         * decl.c (destroy_local_var): Simplify.
3672         (maybe_build_cleanup): Tidy.
3673         * dump.c (cp_dump_tree): Remove handling of CLEANUP_STMT.
3674         * semantics.c (cp_expand_stmt): Likewise.
3675         * cp/tree.c (cp_statement_code_p): Likewise.
3676
3677 2002-03-15  Jason Merrill  <jason@redhat.com>
3678
3679         PR c++/5857
3680         * decl.c (duplicate_decls): Use merge_types instead of common_type.
3681         * typeck.c (common_type): Just hand off to
3682         type_after_usual_arithmetic_conversions and
3683         composite_pointer_type.
3684         (merge_types): New fn.
3685         (commonparms): Use it instead of common_type.
3686         (type_after_usual_arithmetic_conversions): Also handle COMPLEX_TYPE.
3687         (composite_pointer_type): Also handle attributes.
3688         * cp-tree.h: Declare merge_types.
3689
3690         * decl.c (make_rtl_for_nonlocal_decl): Also defer COMDAT
3691         variables.
3692         * decl2.c (maybe_make_one_only): Also mark the decl as needed.
3693
3694 2002-03-14  Richard Henderson  <rth@redhat.com>
3695
3696         * decl.c: Include c-pragma.h.
3697         (start_decl, start_function): Invoke maybe_apply_pragma_weak.
3698         * Make-lang.in: Update dependencies.
3699
3700 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
3701
3702         PR c++/5908
3703         * call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too.
3704         * cvt.c (convert_to_void): Preserve TREE_NO_UNUSED_WARNING.
3705
3706 2002-03-12  Richard Sandiford  <rsandifo@redhat.com>
3707
3708         * mangle.c (write_builtin_type): Handle 128-bit integers even if
3709         they are not a standard integer type.
3710
3711 2002-03-12  Richard Sandiford  <rsandifo@redhat.com>
3712
3713         * cp-tree.h (init_init_processing): Remove declaration.
3714         * init.c (BI_header_type, init_init_processing): Remove old ABI stuff.
3715         * decl.c (cxx_init_decl_processing): Don't call init_init_processing.
3716
3717 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3718
3719         * cp-lang.c (tree_code_type, tree_code_length, tree_code_name):
3720         Define.
3721         * decl.c (duplicate_decls): Use TREE_CODE_LENGTH, not
3722         tree_code_length.
3723         * lex.c (cplus_tree_code_type, cplus_tree_code_length,
3724         cplus_tree_code_name): Delete.
3725         (cxx_init): Don't call add_c_tree_codes, instead set
3726         lang_unsafe_for_reeval.  Don't try to copy into the various
3727         tree_code arrays.
3728
3729 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
3730
3731         PR c++/5659
3732         * decl.c (xref_tag): Don't set CLASSTYPE_DECLARED_CLASS here.
3733         * decl2.c (handle_class_head): Set CLASSTYPE_DECLARED_CLASS for
3734         definitions.
3735
3736 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
3737
3738         Revert 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>,
3739         DR209 is now not a defect.
3740         * cp-tree.h (skip_type_access_control): Remove.
3741         * decl.c (grokdeclarator): Do type access control for friend
3742         declarations.
3743         * semantics.c (decl_type_access_control): Don't reset
3744         current_type_lookups.
3745         (save_type_access_control): Always save the lookups.
3746         (skip_type_access_control): Remove.
3747         (finish_class_definition): Don't change type_lookups.
3748
3749 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
3750
3751         Revert 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>,
3752         It is incorrect.
3753         * typeck.c (build_static_cast): Compare non-qualified types
3754         with pointer to member conversions.
3755
3756 2002-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
3757             Daniel Berlin  <dan@dberlin.org>
3758
3759         * cp-lang.c (ok_to_generate_alias_set_for_type): New function.
3760         (cxx_get_alias_set): Use it.
3761
3762 2002-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3763
3764         * cp-tree.h (stabilize_expr): Prototype.
3765
3766 2002-03-08  Craig Rodrigues  <rodrigc@gcc.gnu.org>
3767
3768         * cp-tree.h (CLEAR_BINFO_MARKED): Make both parts of
3769         conditional return void.
3770
3771 2002-03-08  Neil Booth  <neil@daikokuya.demon.co.uk>
3772
3773         * cp-lang.c (LANG_HOOKS_UNSAVE): Redefine.
3774         * cp-tree.h (cxx_unsave): New.
3775         * tree.c (cp_unsave): Rename cxx_unsave, update prototype.
3776         (init_tree): Update.
3777
3778 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3779
3780         * decl.c (cxx_init_decl_processing): Use ARRAY_SIZE in lieu of
3781         explicit sizeof/sizeof.
3782         * decl2.c (cxx_decode_option): Likewise.
3783         * lex.c (init_reswords, REDUCE_LENGTH, TOKEN_LENGTH): Likewise.
3784
3785 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
3786
3787         PR c++/775
3788         * decl.c (lookup_tag): Only reject enum/class mismatch, not
3789         class/union mismatch.
3790         * parse.y (check_class_key): New function.
3791         (structsp): Call it.
3792
3793 2002-03-01  Michael Matz  <matz@suse.de>
3794
3795         * typeck.c (cp_pointer_int_sum): Complete inner type which is
3796         used later by size_in_bytes().
3797
3798 2002-03-01  Phil Edwards  <pme@gcc.gnu.org>
3799
3800         * cp-tree.h:  Require __GNUC__ to be #defined.
3801         (build_init):  Add missing prototype.
3802
3803 2002-03-01  Jason Merrill  <jason@redhat.com>
3804
3805         * except.c: Don't include decl.h or obstack.h.  Do include
3806         tree-inline.h.
3807         (build_throw): Destroy temporaries from the thrown
3808         expression before calling __cxa_throw.  Construct a thrown
3809         temporary directly into the exception object.
3810         (stabilize_throw_expr): New function.
3811         (wrap_cleanups_r): New function.
3812         * tree.c (stabilize_expr): New function.
3813         * init.c (build_init): New function.
3814         * Make-lang.in (cp/except.o): Adjust .h deps.
3815
3816 2002-02-28  Jason Merrill  <jason@redhat.com>
3817
3818         * search.c (lookup_base_r): Don't clear is_non_public just because
3819         we found a friendly scope.
3820
3821         * decl.c (finish_function): Only warn about missing return
3822         statement with -Wreturn-type.
3823
3824 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
3825
3826         * class.c (build_clone): Update.
3827         * cp-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
3828         * cp-tree.h (cxx_dup_lang_specific_decl): New.
3829         * lex.c (copy_lang_decl): Rename cxx_dup_lang_specific_decl.
3830         (copy_decl): Update.
3831         * method.c (make_thunk): Update.
3832
3833 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
3834
3835         * decl2.c: Delete traditional-mode-related code copied from
3836         the C front end but not used, or used only to permit the
3837         compiler to link.
3838
3839 2002-02-24 Craig Rodrigues  <rodrigc@gcc.gnu.org>
3840
3841         PR c++/4093
3842         * cp-tree.h (SET_BINFO_MARKED): Cast false part of condition
3843         to void.
3844
3845 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
3846
3847         PR other/5746
3848         * semantics.c (finish_switch_cond): Don't call get_unwidened
3849         if error_mark_node.
3850
3851 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
3852
3853         PR c++/2645, DR 295
3854         * cp-tree.h (tsubst_flags_t): Add tf_ignore_bad_quals,
3855         tf_keep_type_decl.
3856         (make_typename_type): Use tsubst_flags_t.
3857         * decl.c (make_typename_type): Adjust. Return non-artificial
3858         TYPE_DECLs, if required.
3859         (grokdeclarator): Simplify CVR qualification handling. Allow bad
3860         qualifiers on typedef types.
3861         * decl2.c (handle_class_head): Adjust make_typename_type call.
3862         * parse.y (nested_name_specifier): Likewise.
3863         (typename_sub0): Likewise.
3864         (typename_sub1): Likewise.
3865         * pt.c (convert_template_argument): Adjust make_typename_type
3866         return value.
3867         (tsubst): Adjust cp_build_qualified_type_real calls.
3868         (check_cv_quals_for_unify): Cope with allowing bad qualifications
3869         on template type parms.
3870         (instantiate_decl): Recheck substitutions to give warnings on bad
3871         qualifications.
3872         * tree.c (cp_build_qualified_type_real): Use tf_allow_bad_quals.
3873
3874 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
3875
3876         * cp/decl.c (duplicate_decls): Merge always_inline attribute.
3877
3878         * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
3879         unless DECL_ALWAYS_INLINE.
3880
3881 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
3882
3883         * typeck.c (cp_pointer_int_sum): Renamed from
3884         pointer_int_sum, call pointer_int_sum.
3885
3886 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
3887
3888         * decl.c (duplicate_decls): Return 0 if issued error about
3889         redeclaration.
3890
3891 2002-02-19  Jason Merrill  <jason@redhat.com>
3892
3893         ABI change: Mangle `void (A::*)() const' as
3894         M1AKFvvE, not MK1AFvvE.
3895         * mangle.c (write_function_type): Write cv-quals for member
3896         function type here.
3897         (write_pointer_to_member_type): Not here.
3898
3899 2002-02-18  Jason Merrill  <jason@redhat.com>
3900
3901         * pt.c (do_type_instantiation): Don't pedwarn if in_system_header.
3902         (do_decl_instantiation): Likewise.
3903
3904 2002-02-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
3905
3906         PR c++/5685
3907         * decl.c (duplicate_decls): Make warning unconditional
3908         if duplicate default argument declarations are present.
3909
3910 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
3911
3912         * typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
3913         shortening.
3914
3915 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
3916
3917         * decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs,
3918         remove incorrect comment. Move #if 0'd code to common path. Use
3919         IMPLICIT_TYPENAME_P. Simplify & reformat ARRAY_TYPE duplication.
3920
3921 2002-02-13  Jason Merrill  <jason@redhat.com>
3922
3923         * decl.c (builtin_function): Set TREE_THIS_VOLATILE on return fns.
3924         (finish_function): Don't warn if current_function_returns_null.
3925
3926         * typeck2.c (digest_init): Do handle values of vector type.
3927
3928         * typeck2.c (digest_init, process_init_constructor): Treat vectors
3929         like arrays.
3930
3931 2002-02-11  Jason Merrill  <jason@redhat.com>
3932
3933         * parse.y (reserved_declspecs): Don't handle attributes.
3934         (reserved_typespecquals): Handle them here.
3935         * Make-lang.in (parse.c): Adjust expected conflicts.
3936
3937 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
3938
3939         * parse.y (primary, primary_no_id): Use compstmt_or_stmtexpr
3940         instead of compstmt.
3941         (compstmt_or_stmtexpr): Renamed from compstmt.
3942         (compstmt): In addition to compstmt_or_stmtexpr clear last_expr_type.
3943
3944 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
3945
3946         Rename instantiate_type_flags to tsubst_flags_t & expand use.
3947         * cp-tree.h (instantiate_type_flags): Rename to ...
3948         (tsubst_flags_t): ... here. Rename itf_complain to tf_error,
3949         add tf_warning flag.
3950         (instantiate_type): Adjust prototype.
3951         (tsubst, tsubst_expr, tsubst_copy, lookup_template_class,
3952         do_type_instantiation, cp_build_qualified_type_real): Likewise.
3953         cp_build_qualified_type: Adjust.
3954         * class.c (instantiate_type): Adjust parameter. Rename itf_* to
3955         tf_*.
3956         * call.c (standard_conversion): Rename itf_* to tf_*.
3957         (reference_binding): Likewise.
3958         (convert_like_real): Likewise.
3959         * cvt.c (cp_convert_to_pointer): Likewise.
3960         (convert_to_reference): Likewise.
3961         * decl.c (lookup_namespace_name): Use tf_* flags.
3962         (make_typename_type): Likewise.
3963         (grokdeclarator): Likewise.
3964         * pt.c (convert_nontype_argument): Adjust COMPLAIN usage.
3965         (coerce_template_template_parms, convert_template_argument,
3966         coerce_template_parms, maybe_get_template_decl_from_type_decl,
3967         lookup_template_class, tsubst_friend_function, tsubst_friend_class,
3968         instantiate_class_template, tsubst_template_arg_vector,
3969         tsubst_template_parms, tsubst_aggr_type, tsubst_default_argument,
3970         tsubst_decl, tsubst_arg_types, tsubst_function_type,
3971         tsubst_call_declarator_parms, tsubst, tsubst_copy, tsubst_expr,
3972         instantiate_template, fn_type_unification,
3973         resolve_overloaded_unification, verify_class_unification,
3974         unify, get_bindings_real, do_type_instantiation,
3975         regenerate_decl_from_template, instantiate_decl,
3976         tsubst_initializer_list, tsubst_enum,
3977         get_mostly_instantiated_function_type,
3978         invalid_nontype_parm_type_p): Likewise.
3979         * tree.c (cp_build_qualified_type_real): Likewise.
3980         * typeck.c (build_binary_op): Rename itf_* to tf_*.
3981         (build_ptrmemfunc): Likewise.
3982         (convert_for_assignment): Likewise.
3983
3984 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
3985
3986         PR c++/109
3987         * decl.c (grokdeclarator): Allow friend declarations from
3988         dependent types.
3989         * decl2.c (handle_class_head): Don't push into template parm contexts.
3990         * pt.c (push_template_decl_real): Template parm contexts are never
3991         being defined.
3992
3993 2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
3994
3995         * class.c: Include target.h.
3996         (check_bitfield_decl): Disregard EMPTY_FIELD_BOUNDARY,
3997         BITFIELDS_NBYTES_LIMITED and PCC_BITFIELD_TYPE_MATTERS for MS
3998         bit-field layout.
3999         * Make-lang.in: Adjust deps.
4000
4001 2002-02-05  Jason Merrill  <jason@redhat.com>
4002
4003         * error.c (dump_type): Be more helpful about VECTOR_TYPE.
4004
4005 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
4006
4007         * semantics.c (begin_switch_stmt): Clear SWITCH_TYPE.
4008         (finish_switch_cond): Set SWITCH_TYPE.
4009
4010 2002-02-04  Richard Henderson  <rth@redhat.com>
4011
4012         * method.c (use_thunk): Always initialize the block tree.  Reindent.
4013         * semantics.c (expand_body): Emit thunks after function, not before.
4014
4015 2002-02-04  Jason Merrill  <jason@redhat.com>
4016
4017         * decl.c (start_function): Call cplus_decl_attributes immediately
4018         after grokdeclarator.
4019
4020         * decl.c (start_function): Combine DECL_RESULT handling code.
4021
4022 2002-02-03  Jason Merrill  <jason@redhat.com>
4023
4024         * xref.c: Remove.
4025         * Make-lang.in (CXX_OBJS): Remove cp/xref.o
4026         (cp/xref.o): Remove dependencies.
4027         * class.c (finish_struct_1, check_methods): Don't call xref fns.
4028         (finish_struct_1): Likewise.
4029         * friend.c (make_friend_class): Likewise.
4030         * lex.c (cxx_init, cxx_finish, extract_interface_info): Likewise.
4031         * spew.c (read_process_identifier): Likewise.
4032
4033 2002-02-01  Jason Merrill  <jason@redhat.com>
4034
4035         PR c++/4872
4036         * decl.c (finish_function): Warn about a non-void function with
4037         no return statement and no abnormal exit.
4038         * cp-tree.h (struct cp_language_function): Add returns_abnormally.
4039         (current_function_returns_abnormally): New macro.
4040         * call.c (build_call): Set it.
4041
4042         * typeck.c (build_component_ref): Always complain about offsetof
4043         constructs on non-PODs.  Only make it an error for members of
4044         virtual bases.
4045
4046         * error.c (dump_scope): Don't add TFF_DECL_SPECIFIERS.
4047         (dump_function_decl): Always dump parms.
4048
4049         * decl2.c (finish_static_data_member_decl): Complain about a local
4050         class with a static data member.
4051
4052         PR c++/4286
4053         * search.c (lookup_field_1): Don't xref a static data member
4054         just because we looked it up.
4055
4056 2002-01-31  Jason Merrill  <jason@redhat.com>
4057
4058         * Make-lang.in (parse.c): Handle .output file.
4059
4060         PR c++/3395
4061         * decl.c (xref_tag): Remember early attributes in TYPE_ATTRIBUTES,
4062         not TREE_TYPE.
4063         * semantics.c (finish_class_definition): Adjust.
4064
4065         Allow attributes in parms and casts.
4066         * parse.y (named_parm): Don't strip attrs.
4067         (declmods): Remove 'attributes' production.
4068         (nonempty_cv_qualifiers): Accept attributes.
4069         (ATTRIBUTE): Give precedence.
4070         * decl.c (groktypename): Handle attributes.
4071         (grokparms): Likewise.
4072
4073 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
4074
4075         * decl2.c (cxx_decode_option): Pass 0 as last argument to
4076         cpp_handle_option.
4077         * lang-specs.h: Use cpp_unique_options instead of cpp_options
4078         when used together with cc1_options.
4079
4080 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
4081
4082         PR c++/5132
4083         * typeck2.c (digest_init): Make sure non-array core type is
4084         instantiated.
4085         * decl2.c (reparse_absdcl_as_casts): Just store the type in the
4086         constructor, rather than build a new one.
4087         (build_expr_from_tree, CONSTRUCTOR case): Be careful with the
4088         PURPOSE of constructor elts.
4089
4090 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
4091
4092         * Make-lang.in (parse.c): Adjust expected number of
4093         shift-reduce conflicts.
4094         (decl.o): Depend on diagnostic.h.
4095         * decl.c: Include diagnostic.h.
4096         (grokdeclarator): Check for null pointer.
4097         (finish_function): Don't abort when
4098         current_binding_level->parm_flag != 1, if errors have
4099         occurred; throw away the statement tree and extra binding
4100         levels, and continue.
4101         * lex.c (note_list_got_semicolon): Check for null pointer.
4102         * method.c (hack_identifier): Just return error_mark_node if
4103         value is error_mark_node.
4104         * parse.y (primary: TYPEID(type_id)): No need to use
4105         TYPE_MAIN_VARIANT here.
4106         (handler_seq): Accept an empty list of catch clauses and
4107         generate a fake handler block to avoid later crashes.
4108         (ansi_raise_identifier): Accept the error token too.
4109         * semantics.c (begin_class_definition,
4110         finish_class_definition): Check for error_mark_node.
4111
4112 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
4113
4114         * typeck2.c (friendly_abort): Delete definition.
4115         * cp-tree.h (friendly_abort): Don't prototype.
4116         (my_friendly_assert): Use fancy_abort.
4117
4118 2002-01-23  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4119
4120         * cp-tree.h (my_friendly_abort): Remove.
4121
4122 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
4123
4124         * spew.c (pending_inlines, pending_inlines_tail,
4125         processing_these_inlines): Make static.
4126         (mark_pending_inlines): Remove static.
4127         (begin_parsing_inclass_inline): If in function, save pi
4128         for GC to cp_function_chain->unparsed_inlines instead.
4129         (process_next_inline): Likewise.
4130         * cp-tree.h (struct cp_language_function): Add unparsed_inlines.
4131         (mark_pending_inlines): Add prototype.
4132         * decl.c (spew_debug): Remove unused extern.
4133         (mark_lang_function): Call mark_pending_inlines.
4134
4135 2002-01-23  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4136
4137         * call.c, class.c, decl.c, decl2.c, error.c, expr.c, friend.c,
4138         init.c, lex.c, mangle.c, method.c, pt.c, repo.c, rtti.c, search.c,
4139         semantics.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c:
4140         Change my_fancy_abort() to abort().
4141
4142 2002-01-23  Jason Merrill  <jason@redhat.com>
4143
4144         PR c++/5453
4145         * class.c (fixed_type_or_null): Fix thinko.
4146
4147         PR c++/3331
4148         * init.c (resolve_offset_ref): Use build_indirect_ref.
4149
4150         * decl2.c (grokclassfn): Don't set DECL_REGISTER on 'this'.
4151
4152 2002-01-22  Jason Merrill  <jason@redhat.com>
4153
4154         * parse.y (function_body): Suppress the block for the outermost
4155         curly braces.
4156         * decl.c (pushdecl): Don't try to skip it.
4157         (begin_function_body): Keep the block we create, not the next one.
4158         * init.c (emit_base_init): Don't mess with keep_next_level.
4159
4160         * class.c (build_base_path): Tweak formatting.
4161
4162 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
4163
4164         Fix regression introduced with patch for c++/775
4165         * parse.y (class_head_defn): Check for template specializations
4166         with a different class-key.
4167
4168 2002-01-17  Jason Merrill  <jason@redhat.com>
4169
4170         * decl.c (begin_constructor_body, begin_destructor_body): New fns.
4171         (begin_function_body): Call them and keep_next_level.
4172         * init.c (emit_base_init): Call keep_next_level.
4173         * semantics.c (setup_vtbl_ptr): Lose.
4174         * cp-tree.h (struct cp_language_function): Remove vtbls_set_up_p.
4175         (vtbls_set_up_p): Lose.
4176         * pt.c (tsubst_expr, CTOR_INITIALIZER): Call emit_base_init.
4177         * method.c (do_build_copy_constructor): Likewise.
4178         (synthesize_method): Call finish_mem_initializers.
4179         * parse.y (nodecls): Likewise.
4180
4181         * error.c (dump_type_suffix): Print the exception specs before
4182         recursing.
4183         (dump_function_decl): Here, too.
4184
4185         * cp-tree.h (TMPL_PARMS_DEPTH): Cast to signed HOST_WIDE_INT.
4186
4187 2002-01-10  Ira Ruben   <ira@apple.com>
4188
4189         PR c++/907
4190         * decl.c (start_method): Handle attrlist.
4191
4192 2002-01-10  Jakub Jelinek  <jakub@redhat.com>
4193
4194         * decl2.c (max_tinst_depth): Increase default limit to 500.
4195
4196 2002-01-10  Graham Stott  <grahams@redhat.com>
4197
4198         * spew.c (YYCHAR): Uppercase macro parameter and add
4199         parenthesis.
4200         (YYCODE): Likewise.
4201         (NAME): Uppercase macro parameter.
4202
4203 2002-01-09  Graham Stott  <grahams@redhat.com>
4204
4205         * decl.h (grokdeclarator): Wrap long line.
4206
4207         * semantics.c (FINISH_COND): Uppercase macro paramaters and
4208         add parenthesis.
4209
4210 2002-01-08  Graham Stott  <grahams@redhat.com>
4211
4212         * xref.c (FILE_NAME_ABSOLUTE_P): Add parenthesis.
4213         (PALLOC): Uppercase macro parameter and whitespace.
4214         (SALLOC): Uppercase macro parameter.
4215         (SFREE): Uppercase macros parameter, add parenthese and
4216         whitespace.
4217         (STREQL): Uppercase macro parameter and whitespace.
4218         (STRNEQ): Likewise.
4219         (STRLSS): Likewise.
4220         (STRLEQ): Likewise.
4221         (STRGTR): Likewise.
4222         (STRGEQ): Likewise.
4223
4224         * call.c (convert_like): Add parenthesis and wrap.
4225         (convert_like_with_context): Likewise.
4226         (ICS_RANK): Whitespace.
4227         (NEED_TEMPORARY_P): Remove parenthesis.
4228
4229         * class.c (VTT_TOP_LEVEL_P): Uppercase macro parameter and
4230         whitespace.
4231         (VTT_MARKED_BINFO_P): Likewise.
4232
4233         * decl.c (BINDING_LEVEL): Add parenthesis.
4234         (DEF_OPERATOR): Likewise.
4235
4236         * mangle.c (MANGLE_TRACE): Add parenthesis.
4237         (MANGLE_TRACE_TREE): Likewise.
4238         (write_signed_number): Likewise.
4239         (write_unsigned_number): Likewise.
4240
4241         * pt.c (ccat): Uppercase macro parameter.
4242         (cat): Likewise
4243
4244         * search.c (SET_BINFO_ACCESS): Add parenthesis.
4245
4246 2002-01-07  Jason Merrill  <jason@redhat.com>
4247
4248         * decl2.c (coerce_new_type): Downgrade error for size_t mismatch
4249         to pedwarn.
4250
4251         PR c++/3536
4252         * method.c (make_thunk): If !flag_weak, give the thunk the
4253         function's linkage.
4254         (use_thunk): Here, too.
4255
4256 2002-01-07  Graham Stott  <grahams@redhat.com>
4257
4258         * error.c: Update copyright date.
4259         (print_scope_operator): Add parenthesis.
4260         (print_left_paren): Likewise.
4261         (print_right_paren): Likewise.
4262         (print_left_bracket): Likewise.
4263         (print_right_bracket): Likewise.
4264         (print_template_argument_list_start): Likewise.
4265         (print_template_argument_list_end): Likewise.
4266         (print_non_consecutive_character): Likewise.
4267         (print_tree_identifier): Likewise.
4268         (print_identifier): Likewise.
4269         (NEXT_CODE): Uppercase macro parameter.
4270         (ident_fndecl): Delete unused.
4271         (GLOBAL_THING): Likewise.
4272
4273 2002-01-06  Graham Stott  <grahams@redhat.com>
4274
4275         * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): Add parenthesis.
4276         (VAR_FUNCTION_OR_PARM_DECL_CHECK): Likewise.
4277         (VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK) Likewise.
4278         (RECORD_OR_UNION_TYPE_CHECK): Likewise.
4279         (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Likewise.
4280         (C_IS_RESERVED_WORD): Uppercase macro parameter.
4281         (C_RID_YYCODE) Likewise.
4282         (ptrmem_cst): Use rtx.
4283         (LOCAL_BINDING_P): Add whitespace.
4284         (INHERITED_VALUE_BINDING_P): Likewise.
4285         (BINDING_SCOPE): Wrap long line.
4286         (BINDING_HAS_LEVEL_P): Remove parenthesis.
4287         (BINDING_VALUE): Wrap long line.
4288         (BINDING_TYPE): Whitespace.
4289         (IDENTIFIER_GLOBAL_VALUE): Add parenthesis.
4290         (SET_IDENTIFIER_GLOBAL_VALUE): Likewise.
4291         (IDENTIFIER_NAMESPACE_VALUE): Likewise.
4292         (SET_IDENTIFIER_NAMESPACE_VALUE: Likewise.
4293         (same_type_p): Uppercase macro parameters.
4294         (same_type_ignoring_top_level_qualifiers_p): Likewise.
4295         (OVL_FUNCTION): Wrap long line.
4296         (OVL_CHAIN): Whitespace.
4297         (OVL_CURRENT): Add parenthesis and whitespace.
4298         (OVL_NEXT): Whitespace.
4299         (OVL_USED): Likewise.
4300         (IDENTIFIER_TYPE_VALUE): Likewise.
4301         (REAL_IDENTIFIER_TYPE_VALUE): Remove parenthesis.
4302         (SET_IDENTIFIER_TYPE_VALUE): Add parenthesis and whitespace.
4303         (LANG_ID_FIELD): Whitespace.
4304         (SET_LANG_ID(NODE,VALUE,NAME): Likewise.
4305         (IDENTIFIER_LABEL_VALUE): Whitespace and wrap.
4306         (SET_IDENTIFIER_LABEL_VALUE): Whitespace.
4307         (IDENTIFIER_IMPLICIT_DECL): Whitespace and wrap.
4308         (SET_IDENTIFIER_IMPLICIT_DECL); Whitespace.
4309         (IDENTIFIER_ERROR_LOCUS): Whitespace and wrap.
4310         (SET_IDENTIFIER_ERROR_LOCUS); Whitespace.
4311         (IDENTIFIER_VIRTUAL_P): Likewise.
4312         (IDENTIFIER_OPNAME_P): Likewise.
4313         (IDENTIFIER_TYPENAME_P): Remove parenthesis.
4314         (C_TYPE_FIELDS_READONLY): Uppercase macro parameters.
4315         (C_SET_EXP_ORIGINAL_CODE): Likewise.
4316         (TYPE_ASSEMBLER_NAME_STRING): Wrap long line.
4317         (TYPE_ASSEMBLER_NAME_LENGTH): Likewise.
4318         (IS_AGGR_TYPE): Uppercase macro parameter.
4319         (CLASS_TYPE_P): Likewise.
4320         (IS_AGGR_TYPE_CODE): Uppercase macro parameter and parenthesis.
4321         (IS_AGGR_TYPE_2): Whitespace.
4322         (TAGGED_TYPE_P): Uppercase macro parameter.
4323         (TYPE_BUILT_IN): Whitespace.
4324         (TYPE_FOR_JAVA): Likewise.
4325         (FUNCTION_ARG_CHAIN): Remove parenthesis.
4326         (FUNCTION_FIRST_USER_PARMTYPE): Add parenthesis.
4327         (FUNCTION_FIRST_USER_PARAM): Likewise.
4328         (PROMOTES_TO_AGGR_TYPE): Whitespace.
4329         (DERIVED_FROM_P): Add parenthesis and wrap.
4330         (UNIQUELY_DERIVED_FROM_P): Likewise.
4331         (ACCESSIBLY_UNIQUELY_DERIVED_P): Likewise.
4332         (PUBLICLY_UNIQUELY_DERIVED_P): Likewise.
4333         (CLASSTYPE_USE_TEMPLATE): Whitespace.
4334         (CLASSTYPE_INLINE_FRIENDS): Remove parenthesis.
4335         (TYPE_GETS_DELETE): Add parenthesis.
4336         (TYPE_HAS_CONVERSION): Add parenthesis and wrap.
4337         (TYPE_HAS_ASSIGN_REF): Likewise,
4338         (TYPE_HAS_CONST_ASSIGN_REF): Likewise.
4339         (TYPE_HAS_INIT_REF): Likewise.
4340         (TYPE_HAS_CONST_INIT_REF): Likewise.
4341         (TYPE_BEING_DEFINED): Likewise.
4342         (TYPE_LANG_SPECIFIC): Likewise.
4343         (CLASSTYPE_RTTI): Likewise.
4344         (TYPE_OVERLOADS_CALL_EXPR): Likewise.
4345         (TYPE_OVERLOADS_ARRAY_REF): Likewise.
4346         (TYPE_OVERLOADS_ARROW): Likewise.
4347         (TYPE_USES_MULTIPLE_INHERITANCE): Likewise.
4348         (TYPE_USES_VIRTUAL_BASECLASSES): Add parenthesis.
4349         (CLASSTYPE_METHOD_VEC): Likewise.
4350         (CLASSTYPE_MARKED_N): Likewise.
4351         (CLASSTYPE_MARKED): Likewise.
4352         (CLASSTYPE_MARKED2): Likewise.
4353         (CLASSTYPE_MARKED3): Likewise.
4354         (CLASSTYPE_MARKED4): Likewise.
4355         (CLASSTYPE_MARKED5): Likewise.
4356         (CLASSTYPE_MARKED6): Likewise.
4357         (SET_CLASSTYPE_MARKED): Whitespace.
4358         (CLEAR_CLASSTYPE_MARKED): Likewise.
4359         (SET_CLASSTYPE_MARKED2): Likewise.
4360         (CLEAR_CLASSTYPE_MARKED2): Likewise.
4361         (SET_CLASSTYPE_MARKED3): Likewise.
4362         (CLEAR_CLASSTYPE_MARKED3): Likewise.
4363         (SET_CLASSTYPE_MARKED4): Likewise.
4364         (CLEAR_CLASSTYPE_MARKED4): Likewise.
4365         (SET_CLASSTYPE_MARKED5): Likewise.
4366         (CLEAR_CLASSTYPE_MARKED5): Likewise.
4367         (SET_CLASSTYPE_MARKED6): Likewise.
4368         (CLEAR_CLASSTYPE_MARKED6): Likewise.
4369         (CLASSTYPE_TAGS): Likewise.
4370         (CLASSTYPE_VSIZE): Likewise.
4371         (CLASSTYPE_VBASECLASSES): Likewise.
4372         (CANONICAL_BINFO): Add parenthesis.
4373         (CLASSTYPE_SIZE(NODE): Likewise.
4374         (CLASSTYPE_SIZE_UNIT): Likewise.
4375         (CLASSTYPE_ALIGN(NODE): Likewise.
4376         (CLASSTYPE_USER_ALIGN): Likewise.
4377         (TYPE_JAVA_INTERFACE): Likewise.
4378         (CLASSTYPE_PURE_VIRTUALS): Likewise.
4379         (CLASSTYPE_NEEDS_VIRTUAL_REINIT): Whitespace and wrap.
4380         (TYPE_HAS_DEFAULT_CONSTRUCTOR): Likewise.
4381         (CLASSTYPE_HAS_MUTABLE): Likewise.
4382         (CLASSTYPE_FRIEND_CLASSES): Likewise. Likewise.
4383         (CLASSTYPE_DECLARED_CLASS): Whitespace and wrap.
4384         (CLASSTYPE_READONLY_FIELDS_NEED_INIT): Likewise.
4385         (CLASSTYPE_REF_FIELDS_NEED_INIT): Likewise.
4386         (CLASSTYPE_INTERFACE_ONLY): Likewise.
4387         (CLASSTYPE_INTERFACE_KNOWN): Likewise.
4388         (CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
4389         (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
4390         (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
4391         (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
4392         (CLASSTYPE_DEBUG_REQUESTED): Whitespace and wrap.
4393         (BINFO_UNSHARED_MARKED): Whitespace.
4394         (BINFO_MARKED): Whitespace and wrap.
4395         (SET_BINFO_MARKED): Likewise.
4396         (CLEAR_BINFO_MARKED): Likewise.
4397         (BINFO_VTABLE_PATH_MARKED): Likewise.
4398         (SET_BINFO_VTABLE_PATH_MARKED): Likewise.
4399         (CLEAR_BINFO_VTABLE_PATH_MARKED): Likewise.
4400         (BINFO_SUBVTT_INDEX): Remove parenthesis.
4401         (BINFO_VPTR_INDEX): Likewise.
4402         (BINFO_PRIMARY_BASE_OF): Likewise,
4403         (CLASSTYPE_VFIELDS): Whitespace.
4404         (VF_DERIVED_VALUE): Wrap long line.
4405         (NAMESPACE_LEVEL): Whitespace.
4406         (CAN_HAVE_FULL_LANG_DECL_P): Remove parenthesis.
4407         (DEFARG_POINTER): Whitespace.
4408         (DECL_NEEDED_P): Remove parenthesis.
4409         (DECL_LANGUAGE): Whitespace.
4410         (SET_DECL_LANGUAGE): Add parenthesis.
4411         (DECL_CONSTRUCTOR_P): Whitespace and wrap.
4412         (DECL_OVERLOADED_OPERATOR_P): Remove parenthesis.
4413         (DECL_IN_AGGR_P): Whitespace.
4414         (DECL_FRIEND_P): Likewise.
4415         (DECL_BEFRIENDING_CLASSES): Likewise.
4416         (DECL_STATIC_FUNCTION_P): Whitespace and wrap.
4417         (DECL_NONCONVERTING_P): Whitespace.
4418         (DECL_PURE_VIRTUAL_P): Likewise.
4419         (DECL_NEEDS_FINAL_OVERRIDER_P): Likewise.
4420         (DECL_PENDING_INLINE_INFO): Whitespace.
4421         (DECL_SORTED_FIELDS): Likewise.
4422         (DECL_DEFERRED_FN): Likewise.
4423         (DECL_TEMPLATE_INFO): Likewise.
4424         (CLASSTYPE_TEMPLATE_INFO): Whitespace and wrap.
4425         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO); Likewise.
4426         (SET_TYPE_TEMPLATE_INFO): Add parenthesis.
4427         (TMPL_ARGS_LEVEL): Likewise.
4428         (SET_TMPL_ARGS_LEVEL): Likewise.
4429         (INNERMOST_TEMPLATE_PARMS): Whitespace.
4430         (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter.
4431         (INTEGRAL_CODE_P(CODE): Add parenthesis.
4432         (CP_INTEGRAL_TYPE_P): Remove parenthesis.
4433         (TYPE_HAS_CONSTRUCTOR): Whitespace.
4434         (TREE_HAS_CONSTRUCTOR): Likewise.
4435         (TYPE_HAS_DESTRUCTOR): Likewise.
4436         (TYPE_HAS_REAL_ASSIGN_REF): Likewise.
4437         (TYPE_HAS_COMPLEX_ASSIGN_REF): Likewise.
4438         (TYPE_HAS_ABSTRACT_ASSIGN_REF): Likewise.
4439         (TYPE_HAS_COMPLEX_INIT_REF): Likewise.
4440         (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): Likewise.
4441         (TYPE_PTRMEMFUNC_P): Likewise.
4442         (TYPE_PTRMEMFUNC_FLAG): Likewise.
4443         (TYPE_GET_PTRMEMFUNC_TYPE): Likewise.
4444         (TYPE_SET_PTRMEMFUNC_TYPE): Likewise.
4445         (TYPE_PTRMEM_CLASS_TYPE): Remove parenthesis.
4446         (TYPE_PTRMEM_POINTED_TO_TYPE): Likewise.
4447         (DECL_ACCESS): Whitespace.
4448         (DECL_GLOBAL_CTOR_P): Remove parenthesis.
4449         (DECL_GLOBAL_DTOR_P): Likewise.
4450         (GLOBAL_INIT_PRIORITY): Likewise.
4451         (DECL_TEMPLATE_PARMS): Likewise.
4452         (DECL_TEMPLATE_RESULT): Likewise.
4453         (DECL_TEMPLATE_INSTANTIATIONS): Likewise.
4454         (DECL_TEMPLATE_SPECIALIZATIONS): Likewise.
4455         (DECL_IMPLICIT_TYPEDEF_P): Remove parenthesis.
4456         (SET_DECL_IMPLICIT_TYPEDEF_P): Likewise.
4457         (PRIMARY_TEMPLATE_P): Add parenthesis.
4458         (DECL_USE_TEMPLATE): Whitespace.
4459         (CLASSTYPE_IMPLICIT_INSTANTIATION): Likewise.
4460         (SET_CLASSTYPE_IMPLICIT_INSTANTIATION): Likewise.
4461         (CLASSTYPE_EXPLICIT_INSTANTIATION): Likewise.
4462         (SET_CLASSTYPE_EXPLICIT_INSTANTIATION): Likewise.
4463         (CALL_DECLARATOR_PARMS): Remove parenthesis.
4464         (CALL_DECLARATOR_QUALS): Likewise.
4465         (CALL_DECLARATOR_EXCEPTION_SPEC): Likewise.
4466         (TEMP_NAME_P): Wrap.
4467         (VFIELD_NAME_P): Likewise.
4468         (B_SET): Uppercase macro parameters and add parenthesis.
4469         (B_CLR): Likewise.
4470         (B_TST): Likewise.
4471         (LOOKUP_NAMESPACES_ONLY): Uppercase macro parameters.
4472         (LOOKUP_TYPES_ONLY): Uppercase macro parameters.
4473         (LOOKUP_QUALIFIERS_ONLY): Uppercase macro parameters.
4474         (same_or_base_type_p): Likewise.
4475         (cp_deprecated): Likewise.
4476
4477 2002-01-05  Richard Henderson  <rth@redhat.com>
4478
4479         * semantics.c (expand_body): Revert last change.
4480
4481 2002-01-04  Jason Merrill  <jason@redhat.com>
4482
4483         PR c++/4122
4484         * class.c (update_vtable_entry_for_fn): Set delta to zero for a
4485         lost primary.
4486
4487         * class.c (build_vtbl_initializer): Check for a lost primary
4488         before calculating the vtable entry to throw away.
4489
4490 2002-01-02  Jason Merrill  <jason@redhat.com>
4491
4492         * semantics.c (expand_body): Call outlining_inline_function when
4493         emitting an inline function out of line.
4494
4495 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4496
4497         PR c++/5116, c++/764 reversion
4498         * call.c (build_new_op): Revert the instantiations. They are
4499         incorrect.
4500
4501 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4502
4503         PR c++/5089
4504         * decl2.c (reparse_absdcl_as_casts): Don't warn about casts to void.
4505
4506 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4507
4508         PR c++/3716
4509         * pt.c (tsubst_aggr_type): Move pmf handling into tsubst.
4510         (tsubst, case POINTER_TYPE): Handle pmfs here.
4511         (tsubst, case OFFSET_TYPE): Check it is not an offset to
4512         reference. If it is offset to FUNCTION_TYPE, create a METHOD_TYPE.
4513
4514 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4515
4516         PR c++/35
4517         * cp-tree.h (DECL_LANG_FLAG_0): Used for PARM_DECL too.
4518         (DECL_TEMPLATE_PARM_P): A PARM_DECL might be one too.
4519         * pt.c (process_template_parm): SET_DECL_TEMPLATE_PARM_P on the
4520         PARM_DECL.
4521         (tsubst_template_parms): Break up loop statements.
4522         (tsubst_decl, case PARM_DECL): Copy DECL_TEMPLATE_PARM_P. Template
4523         parm PARM_DECLs don't get promoted.
4524
4525 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4526
4527         PR c++/5123
4528         * typeck.c (build_component_ref): Cope with a TEMPLATE_ID_EXPR.
4529         (build_x_function_call): Cope with a COMPONENT_REF containing a
4530         TEMPLATE_ID_EXPR.
4531
4532 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4533
4534         PR c++/5213
4535         * pt.c (convert_template_argument): Be more careful determining
4536         when RECORD_TYPE templates are or are not templates.
4537
4538 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4539
4540         PR c++/775
4541         * cp-tree.h (handle_class_head): Adjust prototype.
4542         * decl2.c (handle_class_head): Add DEFN_P and NEW_TYPE_P
4543         parameters. Use for all class heads.
4544         * parse.y (named_class_head_sans_basetype, named_class_head,
4545         named_complex_class_head_sans_basetype,
4546         named_class_head_sans_basetype_defn,
4547         unnamed_class_head): Remove.
4548         (class_head, class_head_apparent_template): Recognize class heads
4549         (class_head_decl, class_head_defn): New reductions. Process class
4550         heads.
4551         (structsp): Adjust class definition and class declaration
4552         reductions.
4553         (maybe_base_class_list): Give diagnostic on empty list.
4554
4555 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4556
4557         PR c++/4379
4558         * typeck.c (build_x_unary_op): Don't destroy the OFFSET_REF on a
4559         single non-static member.
4560         (unary_complex_lvalue): If it cannot be a pointer to member, don't
4561         make it so. Check it is not pointer to reference.
4562
4563 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4564
4565         PR c++/5132
4566         * decl2.c (reparse_absdcl_as_casts): Don't digest_init if we
4567         are processing a template decl.
4568
4569 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4570
4571         PR c++/5116, c++/764
4572         * call.c (build_new_op): Make sure template class operands are
4573         instantiated. Simplify arglist construction.
4574
4575 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
4576
4577         * call.c (build_user_type_conversion_1): Use my_friendly_assert
4578         rather than if ... abort.
4579         * cvt.c (convert_to_reference): Likewise.
4580         * semantics.c (setup_vtbl_ptr): Likewise.
4581         * pt.c (lookup_template_class): Comment typo.
4582
4583 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
4584
4585         PR c++/5125
4586         * pt.c (push_template_decl_real): Make sure DECL has
4587         DECL_LANG_SPECIFIC.
4588
4589 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
4590
4591         PR c++/335
4592         * init.c (resolve_offset_ref): Copy cv qualifiers of this pointer
4593         for non-reference fields.
4594         * typeck.c (require_complete_type): Use resolve_offset_ref).
4595
4596 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
4597
4598         PR c++/196
4599         * parse.y (bad_parm): Better diagnostic when given a SCOPE_REF.
4600
4601 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
4602
4603         PR c++/160
4604         * typeck.c (build_modify_expr): Remove old unreachable code & tidy
4605         up. Don't stabilize_references when initializing a reference.
4606
4607 2001-12-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4608
4609         * decl2.c (lang_f_options): Const-ify.
4610
4611 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
4612
4613         * config-lang.in (diff_excludes): Remove.
4614
4615 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
4616
4617         PR c++/90
4618         * typeck.c (build_function_call_real): Use original function
4619         expression for errors.
4620
4621 2001-12-18  Jason Merrill  <jason@redhat.com>
4622
4623         PR c++/3242
4624         * class.c (add_method): Do compare 'this' quals when trying to match a
4625         used function.  Don't defer to another used function.
4626
4627 2001-12-18  Nathan Sidwell  <nathan@codesourcery.com>
4628
4629         * pt.c (instantiate_clone): Remove, fold into ...
4630         (instantiate_template): ... here. Simplify by removing mutual
4631         recursion.
4632         * typeck2.c (build_m_component_ref): Don't cv qualify the function
4633         pointed to by a pointer to function.
4634         * class.c (delete_duplicate_fields_1): Typo.
4635
4636 2001-12-18  Jason Merrill  <jason@redhat.com>
4637
4638         C++ ABI change: destroy value arguments in caller.
4639         * semantics.c (genrtl_start_function, genrtl_finish_function): Don't
4640         create an extra binding level for the parameters.
4641         * decl.c (store_parm_decls): Don't do parameter cleanups.
4642
4643 2001-12-18  Nathan Sidwell  <nathan@codesourcery.com>
4644
4645         * call.c (build_new_method_call): Use '%#V'.
4646         * error.c (cv_to_string): Use V parameter to determine padding.
4647
4648 2001-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4649
4650         * call.c, decl2.c, init.c: Use "built-in" and "bit-field"
4651         spellings in messages.
4652
4653 2001-12-17  Zack Weinberg  <zack@codesourcery.com>
4654
4655         * cp-tree.h: Delete #defines for cp_error, cp_warning,
4656         cp_pedwarn, and cp_compiler_error.
4657         * call.c, class.c, cp-tree.h, cvt.c, decl.c, decl2.c, error.c,
4658         except.c, friend.c, init.c, lex.c, method.c, parse.y, pt.c,
4659         rtti.c, search.c, semantics.c, spew.c, tree.c, typeck.c,
4660         typeck2.c: Change calls to the above macros to use their
4661         language-independent equivalents: error, warning, pedwarn, and
4662         internal_error respectively.
4663
4664 2001-12-16  Neil Booth  <neil@daikokuya.demon.co.uk>
4665
4666         * decl2.c (finish_file): Remove back_end_hook.
4667
4668 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
4669
4670         * ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call.c, class.c,
4671         cp-tree.h, decl.c, decl2.c, except.c, operators.def, optimize.c,
4672         pt.c, rtti.c, semantics.c, typeck.c: Fix spelling errors.
4673
4674 2001-12-15  Joseph S. Myers  <jsm28@cam.ac.uk>
4675
4676         * lang-options.h: Use American spelling in messages.
4677
4678 2001-12-13  Jason Merrill  <jason@redhat.com>
4679
4680         * Make-lang.in (parse.h): Separate rule, just depend on parse.c.
4681
4682         Use cleanups to run base and member destructors.
4683         * init.c (push_base_cleanups): New function, split out from...
4684         (build_delete): ...here.  Lose !TYPE_HAS_DESTRUCTOR code.
4685         * decl.c (finish_destructor_body): Move vbase destruction code to
4686         push_base_cleanups.
4687         (begin_function_body, finish_function_body): New fns.
4688         (finish_function): Move [cd]tor handling and call_poplevel to
4689         finish_function_body.
4690         (pushdecl): Skip the new level.
4691         * semantics.c (genrtl_try_block): Don't call end_protect_partials.
4692         (setup_vtbl_ptr): Call push_base_cleanups.
4693         * method.c (synthesize_method): Call {begin,end}_function_body.
4694         * pt.c (tsubst_expr): Handle COMPOUND_STMT_BODY_BLOCK.
4695         * cp-tree.h: Declare new fns.
4696         * parse.y (function_body, .begin_function_body): New nonterminals.
4697         (fndef, pending_inline, function_try_block): Use function_body.
4698         (ctor_initializer_opt, function_try_block): No longer has a value.
4699         (base_init): Remove .set_base_init token.
4700         (.set_base_init, compstmt_or_error): Remove.
4701         * Make-lang.in (parse.c): Expect two fewer s/r conflicts.
4702
4703         * optimize.c (maybe_clone_body): Fix parameter updating.
4704
4705 2001-12-12  Jason Merrill  <jason@redhat.com>
4706
4707         * decl.c (store_parm_decls): Remove parms_have_cleanups cruft.
4708         * semantics.c (genrtl_start_function): Don't pass
4709         parms_have_cleanups or push an extra binding level.
4710         (genrtl_finish_function): Lose cleanup_label cruft.
4711
4712         * cp-tree.h (struct cp_language_function): Remove x_ctor_label.
4713         (ctor_label): Remove.
4714         * semantics.c (finish_return_stmt): Lose ctor_label support.
4715         * decl.c (finish_constructor_body, mark_lang_function): Likewise.
4716         * typeck.c (check_return_expr): Check DECL_DESTRUCTOR_P, not
4717         dtor_label.
4718
4719         * call.c (build_new_method_call): Let resolves_to_fixed_type_p
4720         check for [cd]tors.
4721         * class.c (fixed_type_or_null, case INDIRECT_REF): Fix.
4722
4723         * decl.c (finish_function): Check VMS_TARGET, not VMS.
4724
4725         * decl.c (start_cleanup_fn): Remove redundant pushlevel.
4726         (end_cleanup_fn): And poplevel.
4727
4728         * semantics.c (setup_vtbl_ptr): Always build a CTOR_INITIALIZER
4729         if we're in a template.
4730
4731 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
4732
4733         * cp-tree.h (DESTRUCTOR_DECL_PREFIX, DESTRUCTOR_NAME_P,
4734         ANON_PARMNAME_FORMAT, ANON_PARMNAME_P, DESTRUCTOR_NAME_FORMAT,
4735         THIS_NAME_P): Delete.
4736         * spew.c (read_process_identifier): Remove DESTRUCTOR_NAME_P,
4737         THIS_NAME_P and ANON_PARMNAME_P tests from warning about clash
4738         with internal naming scheme.
4739         * error.c (dump_decl): Remove DESTRUCTOR_NAME_P use.
4740
4741 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4742
4743         * decl.c (grokdeclarator): Deprecated implicit typename use.
4744
4745 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
4746
4747         PR g++/51
4748         * parse.y (frob_specs): Indicate it is a language linkage which
4749         contained the extern.
4750         * decl.c (grokdeclarator): Allow extern language linkage with
4751         other specifiers.
4752
4753 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
4754
4755         PR g++/72
4756         * decl.c (add_binding): Don't reject duplicate typedefs involving
4757         template parameters.
4758
4759 2001-12-10  Neil Booth  <neil@daikokuya.demon.co.uk>
4760
4761         * parse.y, semantics.c: Similarly.
4762
4763 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
4764
4765         PR g++/87
4766         * cp-tree.h (DECL_COPY_CONSTRUCTOR_P): Use copy_fn_p.
4767         (copy_args_p): Rename to ...
4768         (copy_fn_p): ... here.
4769         (grok_special_member_properties): New function.
4770         (grok_op_properties): Lose VIRTUALP parameter.
4771         (copy_assignment_arg_p): Remove.
4772         * call.c (build_over_call): Use copy_fn_p.
4773         * decl.c (grokfndecl): Reformat. Adjust call to
4774         grok_op_properties.
4775         (copy_args_p): Rename to ...
4776         (copy_fn_p): ... here. Reject template functions. Check for pass
4777         by value.
4778         (grok_special_member_properties): Remember special functions.
4779         (grok_ctor_properties): Don't remember them here, just check.
4780         (grok_op_properties): Likewise.
4781         (start_method): Call grok_special_member_properties.
4782         * decl2.c (grokfield): Likewise.
4783         (copy_assignment_arg_p): Remove.
4784         (grok_function_init): Don't remember abstract assignment here.
4785         * pt.c (instantiate_class_template): Call
4786         grok_special_member_properties.
4787         (tsubst_decl): Adjust grok_op_properties call.
4788
4789 2001-12-08  Aldy Hernandez  <aldyh@redhat.com>
4790
4791         * lex.c (rid_to_yy): Add RID_CHOOSE_EXPR and
4792         RID_TYPES_COMPATIBLE_P.
4793
4794 2001-12-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4795
4796         * semantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BIND flag in
4797         call to build_aggr_init.
4798         * cp-tree.h (DIRECT_BIND): Document new use of DIRECT_BIND.
4799
4800 2001-12-08  Neil Booth  <neil@daikokuya.demon.co.uk>
4801
4802         * parse.y: Replace uses of the string non-terminal with STRING.
4803         Don't perform string concatentaion here.
4804         (string): Remove non-terminal.
4805         * semantics.c (finish_asm_stmt): Don't concatenate strings here.
4806
4807 2001-12-05  Jason Merrill  <jason@redhat.com>
4808
4809         * cp-lang.c (LANG_HOOKS_TREE_INLINING_START_INLINING): Define.
4810         (LANG_HOOKS_TREE_INLINING_END_INLINING): Define.
4811         * tree.c (cp_start_inlining, cp_end_inlining): New fns.
4812         * pt.c (push_tinst_level): No longer static.
4813         * cp-tree.h: Declare them.
4814
4815         * init.c (resolve_offset_ref): Don't check access for the base
4816         conversion to access a FIELD_DECL.
4817
4818         * cp-tree.h (TYPE_REFFN_P): New macro.
4819         * decl.c (bad_specifiers): Check it, too.
4820
4821         * rtti.c (create_pseudo_type_info): Set CLASSTYPE_INTERFACE_ONLY
4822         on the __*_type_info type if we haven't seen a definition.
4823
4824 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
4825
4826         * decl.c: Include c-common.h.
4827         (shadow_warning): Move to c-common.c.
4828
4829 Wed Dec  5 17:00:49 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4830
4831         * decl.c (duplicate_decls): Don't copy DECL_NO_CHECK_MEMORY_USAGE.
4832
4833 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
4834
4835         * pt.c (end_template_parm_list): Clear TREE_CHAIN of each parm.
4836
4837 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
4838
4839         PR g++/164
4840         * init.c (sort_base_init): Allow binfos to be directly specified.
4841         * method.c (do_build_copy_constructor): Explicitly convert to the
4842         base instance.
4843         (do_build_assign_ref): Likewise.
4844
4845 2001-12-03  Hans-Peter Nilsson  <hp@bitrange.com>
4846
4847         * decl.c (xref_basetypes): Don't use C99 construct in tag_code
4848         declaration and initialization.
4849
4850 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
4851
4852         * typeck2.c: Remove leading capital from diagnostic messages, as
4853         per GNU coding standards.
4854
4855 2001-12-03  Mumit Khan  <khan@nanotech.wisc.edu>
4856
4857         PR c++/3394
4858         * decl.c (xref_basetypes): Handle attributes between
4859         'class' and name.
4860
4861 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
4862
4863         PR g++/3381
4864         * parse.y (named_complex_class_head_sans_basetype): Add new
4865         reduction.
4866         * Make-lang.in (parse.c): Adjust expected conflict count.
4867
4868 2001-12-03  Jason Merrill  <jason@redhat.com>
4869
4870         * class.c (finish_vtbls): Fill in BINFO_VPTR_FIELD in the
4871         immediate binfos for our virtual bases.
4872
4873 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4874
4875         * call.c (build_java_interface_fn_ref): Similarly.
4876         * except.c (is_admissible_throw_operand): Similarly.
4877         * init.c (build_java_class_ref): Similarly.
4878         * xref.c (open_xref_file): Similarly.
4879
4880 2001-12-01  Neil Booth  <neil@daikokuya.demon.co.uk>
4881
4882         * class.c (finish_struct): Remove trailing periods from messages.
4883         * decl.c (check_tag_decl): Similarly.
4884         * lex.c (cxx_set_yydebug): Similarly.
4885         * typeck2.c (friendly_abort): Similarly.
4886
4887 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
4888
4889         PR c++/3048
4890         * cp-tree.h (ovl_member): Remove.
4891         * decl2.c (merge_functions): Handle extern "C" functions
4892         specially.
4893         * tree.c (ovl_member): Remove.
4894
4895 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
4896
4897         PR c++/4842
4898         * class.c (get_basefndecls): Take an IDENTIFIER_NODE, not a
4899         FUNCTION_DECL, as input.
4900         (mark_overriders): Remove.
4901         (warn_hidden): Rework for the new ABI.
4902
4903 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
4904
4905         PR c++/3471
4906         * call.c (convert_like_real): Do not build additional temporaries
4907         for rvalues of class type.
4908
4909 2001-11-28  Nathan Sidwell  <nathan@codesourcery.com>
4910
4911         * cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.
4912         (ACCESSIBLY_UNIQUELY_DERIVED_FROM_P): Likewise.
4913         (PUBLICLY_UNIQUELY_DERIVED_FROM_P: Likewise.
4914         (DERIVED_FROM_P): Likewise.
4915         (enum base_access): Renumber, add ba_quiet bit mask.
4916         (get_binfo): Remove.
4917         (get_base_distance): Remove.
4918         (binfo_value): Remove.
4919         (ACCESSIBLY_DERIVED_FROM_P): Remove.
4920         * call.c (standard_conversion): Use lookup_base.
4921         * class.c (strictly_overrides): Likewise.
4922         (layout_virtual_bases): Likewise.
4923         (warn_about_ambiguous_direct_bases): Likewise.
4924         (is_base_of_enclosing_class): Likewise.
4925         (add_vcall_offset_vtbl_entries_1): Likewise.
4926         * cvt.c (build_up_reference): Adjust comment.
4927         * init.c (build_member_call): Reformat.
4928         * search.c (get_binfo): Remove.
4929         (get_base_distance_recursive): Remove.
4930         (get_base_distance): Remove.
4931         (lookup_base_r): Tweak.
4932         (lookup_base): Add ba_quiet control. Complete the types here.
4933         (covariant_return_p): Use lookup_base.
4934         * tree.c (binfo_value): Remove.
4935         (maybe_dummy_object): Use lookup_base.
4936         * typeck.c (build_static_cast): Use lookup_base.
4937         (get_delta_difference): Likewise.
4938         * typeck2.c (binfo_or_else): Use lookup_base.
4939         (build_scoped_ref): Add back error_mark_check.
4940         (build_m_component_ref): Use lookup_base.
4941
4942 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
4943
4944         * Make-lang.in (c++.generated-manpages): New dummy target.
4945
4946 Tue Nov 27 09:03:47 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4947
4948         * Make-lang.in (cp-lang.o): Depends on c-common.h.
4949         * cp-lang.c (c-common.h): Include.
4950         (LANG_HOOKS_EXPAND_CONSTANT, LANG_HOOKS_SAFE_FROM_P): New hooks.
4951         * decl.c (cxx_init_decl_processing): Don't set lang_safe_from_p.
4952         * expr.c (init_cplus_expand): Don't set lang_expand_constant.
4953
4954 2001-11-26  Neil Booth  <neil@daikokuya.demon.co.uk>
4955
4956         * decl2.c (c_language): Move to c-common.c.
4957         * lex.c (cxx_post_options, cxx_init_options): Use c-common.c
4958         functions.
4959         (cxx_init): Update.
4960
4961 2001-11-26  Jason Merrill  <jason@redhat.com>
4962
4963         * call.c (joust): Remove COND_EXPR hack.
4964
4965 2001-11-25  Aldy Hernandez  <aldyh@redhat.com>
4966
4967         * search.c (lookup_base_r): Declare bk in variable declaration
4968         space.
4969
4970 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
4971
4972         PR g++/3145
4973         * class.c (build_vbase_pointer): Remove.
4974         (build_vbase_path): Remove.
4975         (build_base_path): New function.
4976         * cp-tree.h (base_access, base_kind): New enumerations.
4977         (build_base_path): Declare.
4978         (convert_pointer_to_real): Remove.
4979         (convert_pointer_to): Remove.
4980         (lookup_base): Declare.
4981         (convert_pointer_to_vbase): Remove.
4982         * call.c (build_scoped_method_call): Use lookup_base &
4983         build_base_path instead of convert_pointer_to_real,
4984         get_base_distance & get_binfo.
4985         (build_over_call): Likewise.
4986         * cvt.c (cp_convert_to_pointer): Likewise.
4987         (convert_to_pointer_force): Likewise.
4988         (build_up_reference): Likewise.
4989         (convert_pointer_to_real): Remove.
4990         (convert_pointer_to): Remove.
4991         * init.c (dfs_initialize_vtbl_ptrs): Use build_base_path
4992         instead of convert_pointer_to_vbase & build_vbase_path.
4993         (emit_base_init): Use build_base_path instead of
4994         convert_pointer_to_real.
4995         (expand_virtual_init): Lose unrequired conversions.
4996         (resolve_offset_ref): Use lookup_base and build_base_path
4997         instead of convert_pointer_to.
4998         * rtti.c (build_dynamic_cast_1): Use lookup_base &
4999         build_base_path instead of get_base_distance & build_vbase_path.
5000         * search.c (get_vbase_1): Remove.
5001         (get_vbase): Remove.
5002         (convert_pointer_to_vbase): Remove.
5003         (lookup_base_r): New function.
5004         (lookup_base): New function.
5005         * typeck.c (require_complete_type): Use lookup_base &
5006         build_base_path instead of convert_pointer_to.
5007         (build_component_ref): Likewise.
5008         (build_x_function_call): Likewise.
5009         (get_member_function_from_ptrfunc): Likewise.
5010         (build_component_addr): Likewise.
5011         * typeck2.c (build_scoped_ref): Likewise.
5012
5013 2001-11-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
5014
5015         * cp-tree.h (CP_TYPE_QUALS): Removed.
5016         * decl.c (cxx_init_decl_processing): Don't set lang_dump_tree.
5017         * cp-lang.c: Set LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN and
5018         LANG_HOOKS_TREE_DUMP_TYPE_QUALS_FN.
5019         * dump.c (cp_dump_tree): Use void* dump_info argument to match
5020         lang-hooks prototype.
5021         * call.c, cp-tree.h, cvt.c, decl.c, init.c, mangle.c, method.c, pt.c,
5022         rtti.c, semantics.c, tree.c, typeck.c, typeck2.c: All references to
5023         CP_TYPE_QUALS changed to cp_type_quals.
5024         * Make-lang.in: References to c-dump.h changed to tree-dump.h.
5025         (CXX_C_OBJS): Remove c-dump.o.
5026
5027 2001-11-21  Mark Mitchell  <mark@codesourcery.com>
5028
5029         PR c++/3637
5030         * pt.c (lookup_template_class): Ensure that all specializations
5031         are registered on the list corresponding to the most general
5032         template.
5033
5034 2001-11-20  Mark Mitchell  <mark@codesourcery.com>
5035
5036         * call.c (non_reference): Add documentation.
5037         (convert_class_to_reference): Do not strip reference types
5038         from conversion operators.
5039         (maybe_handle_ref_bind): Simplify.
5040         (compare_ics): Correct handling of references.
5041
5042 2001-11-19  John Wilkinson <johnw@research.att.com>
5043
5044         * dump.c (dump_op): New function.
5045         (cp_dump_tree): Dump CLASSTYPE_TEMPLATE_SPECIALIZATION.  Use
5046         dump_op.  Dump DECL_MUTABLE, access and staticness for VAR_DECLs.
5047         DECL_PURE_VIRTUAL_P, DECL_VIRTUAL_P,
5048
5049 2001-11-19  Mark Mitchell  <mark@codesourcery.com>
5050
5051         PR4629
5052         * semantics.c (finish_sizeof): Make sure that expression created
5053         while processing a template do not have a type.
5054         (finish_alignof): Likewise.
5055         * typeck.c (c_sizeof): Likewise.
5056         (expr_sizeof): Likewise.
5057
5058 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
5059
5060         * lex.c (cxx_finish): Call c_common_finish.
5061         (finish_parse): Remove.
5062
5063 2001-11-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5064
5065         * decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE
5066         when displaying error message about missing array bounds.
5067
5068 2001-11-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5069
5070         * mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR,
5071         CONST_CAST_EXPR.
5072         * operators.def: Add CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_EXPR.
5073
5074 2001-11-16  Neil Booth  <neil@daikokuya.demon.co.uk>
5075
5076         * cp-tree.h (print_class_statistics): Restore.
5077
5078 2001-11-15  Jason Merrill  <jason@redhat.com>
5079
5080         * method.c (use_thunk): Don't emit debugging information for thunks.
5081
5082         * parse.y: Add ... IDENTIFIER SCOPE and ... PTYPENAME SCOPE expansions.
5083         * decl.c (make_typename_type): Handle getting a class template.
5084         * search.c (lookup_field_r): A class template is good enough for
5085         want_type.
5086
5087         * call.c (convert_like_real): Only use cp_convert for the bad part.
5088         (standard_conversion): Also allow bad int->enum.
5089         * typeck.c (ptr_reasonably_similar): Also allow functions to
5090         interconvert.  Pointers to same-size integers are reasonably
5091         similar.
5092
5093         * cvt.c (convert_to_void): If we build a new COND_EXPR, always
5094         give it void type.
5095
5096 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
5097
5098         PR g++/3154
5099         * init.c (sort_base_init): Remove unreachable code.
5100         (expand_member_init): Adjust comment to reflect reality. Simplify
5101         and remove unreachable code.
5102
5103 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
5104
5105         * cp-tree.h (init_reswords, cxx_init_decl_processing): New.
5106         (cxx_init): Update prototype.
5107         * decl.c (init_decl_processing): Rename.  Move null node init
5108         to its creation time.
5109         * lex.c (cxx_init_options): Update.
5110         (cxx_init): Combine with old init_parse; also call
5111         cxx_init_decl_processing.
5112
5113 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
5114
5115         * decl.c (check_initializer): Try to complete the type of an
5116         array element before checking whether it's complete.  Don't
5117         complain about arrays with complete element types but an
5118         unknown size.
5119         (cp_finish_decl): Build the hierarchical constructor before
5120         calling maybe_deduce_size_from_array_init.
5121
5122 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
5123
5124         * Make-lang.in: Change all uses of $(manext) to $(man1ext).
5125
5126 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
5127
5128         PR g++/4206
5129         * parse.y (already_scoped_stmt): Remove.
5130         (simple_stmt, WHILE & FOR): Use implicitly_scoped_stmt.
5131
5132 2001-11-12  H.J. Lu <hjl@gnu.org>
5133
5134         * cvt.c (ocp_convert): Don't warn the address of a weak
5135         function is always `true'.
5136
5137 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5138
5139         * cp-lang.c (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
5140         LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
5141         LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): Override.
5142         * cp-tree.h (print_class_statistics): Remove.
5143         (cxx_print_statistics, cxx_print_xnode, cxx_print_decl, cxx_print_type,
5144         cxx_print_identifier, cxx_set_yydebug): New.
5145         * lex.c (set_yydebug): Rename c_set_yydebug.
5146         * ptree.c (print_lang_decl, print_lang_type, print_lang_identifier,
5147         lang_print_xnode): Rename.
5148         * tree.c (print_lang_statistics): Rename.
5149
5150 2001-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5151
5152         * class.c (dump_array): Fix format specifier warning.
5153
5154 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5155
5156         * cp-lang.c (LANG_HOOKS_NAME): Override.
5157         (struct lang_hooks): Constify.
5158         * lex.c (cxx_init_options): Update.
5159         (lang_identify): Remove.
5160         * parse.y (language_string): Remove.
5161
5162 2001-11-08  Andreas Franck  <afranck@gmx.de>
5163
5164         * Make-lang.in (CXX_INSTALL_NAME, GXX_CROSS_NAME,
5165         DEMANGLER_CROSS_NAME): Handle program_transform_name the way
5166         suggested by autoconf.
5167         (GXX_TARGET_INSTALL_NAME, CXX_TARGET_INSTALL_NAME): Define.
5168         (c++.install-common): Use the transformed target alias names.
5169
5170 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
5171
5172         * Make-lang.in: Update.
5173         * cp-lang.c: Include langhooks-def.h.
5174
5175 2001-11-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5176
5177         * pt.c (tsubst_copy): Call tsubst for TYPEOF_EXPR.
5178
5179 2001-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5180
5181         * lex.c (copy_lang_type): Add static prototype.
5182
5183 2001-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5184
5185         * pt.c (unify): Handle SCOPE_REF.
5186
5187 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
5188
5189         * tree.c (cp_copy_res_decl_for_inlining): Adjust
5190         DECL_ABSTRACT_ORIGIN for the return variable.
5191
5192 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
5193
5194         *  Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
5195
5196 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5197
5198         * ChangeLog.1, ChangeLog.2, ChangeLog, class.c, decl2.c, search.c,
5199         semantics.c, spew.c: Fix spelling errors.
5200
5201 2001-10-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5202
5203         * decl2.c (validate_nonmember_using_decl): Handle NAMESPACE_DECL.
5204
5205 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
5206
5207         * cp-lang.c: Redefine LANG_HOOKS_CLEAR_BINDING_STACK to
5208         pop_everything.
5209
5210 Tue Oct 23 14:00:20 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5211
5212         * cp-lang.c (cxx_get_alias_set): New function.
5213         Point LANG_HOOKS_GET_ALIAS_SET to it.
5214
5215 2001-10-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5216
5217         * cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
5218         * cp-tree.h (make_unbound_class_template): Prototype new function.
5219         * decl.c (make_unbound_class_template): New function.
5220         * decl2.c (arg_assoc_template_arg): Handle UNBOUND_CLASS_TEMPLATE.
5221         * error.c (dump_type): Likewise.
5222         * mangle.c (write_type): Likewise.
5223         * parse.y (template_parm): Likewise.
5224         (template_argument): Use make_unbound_class_template.
5225         * pt.c (convert_template_argument): Handle UNBOUND_CLASS_TEMPLATE.
5226         (tsubst): Likewise.
5227         (tsubst_copy): Likewise.
5228         (unify): Likewise.
5229         * tree.c (walk_tree): Likewise.
5230         * typeck.c (comptypes): Likewise.
5231
5232 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5233
5234         * xref.c (GNU_xref_member): Use safe-ctype macros and/or fold
5235         extra calls into fewer ones.
5236
5237 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
5238
5239         * decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
5240         Warn when merging inline with attribute noinline.
5241         (start_decl, start_function): Warn if inline and attribute
5242         noinline appear in the same declaration.
5243
5244 2001-10-16  H.J. Lu <hjl@gnu.org>
5245
5246         * cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined
5247         for tree checking disabled.
5248
5249 2001-10-16  Hans-Peter Nilsson  <hp@axis.com>
5250
5251         * cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL &&
5252         NO_DOT_IN_LABEL]: Adjust to match VFIELD_NAME.
5253
5254 2001-10-15  Richard Sandiford  <rsandifo@redhat.com>
5255
5256         * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.
5257         (unify): Only handle MINUS_EXPR specially if the above flag is set
5258         and the subtracted constant is 1.  Clear the flag on recursive calls.
5259         Set it when unifying the maximum value in an INTEGER_TYPE's range.
5260
5261 2001-10-15  Richard Sandiford  <rsandifo@redhat.com>
5262
5263         * decl.c (bad_specifiers): Don't allow exception specifications
5264         on any typedefs.
5265
5266 2001-10-14  Neil Booth  <neil@daikokuya.demon.co.uk>
5267
5268         * cp/lex.c (init_cp_pragma): Similarly.
5269
5270 2001-10-13  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5271
5272         * pt.c (lookup_template_class): Build complete template arguments
5273         for BOUND_TEMPLATE_TEMPLATE_PARM.
5274
5275 2001-10-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5276
5277         * cp-tree.h (TYPE_BINFO): Update comment.
5278         (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): New macro.
5279         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Use template_info.
5280         (TYPENAME_TYPE_FULLNAME): Use TYPE_FIELDS.
5281         (copy_type): Prototype new function.
5282         * lex.c (copy_lang_decl): Gather tree node statistics.
5283         (copy_lang_type): New function.
5284         (copy_type): Likewise.
5285         (cp_make_lang_type): Create lang_type for
5286         BOUND_TEMPLATE_TEMPLATE_PARM.  Set TYPE_BINFO for TYPENAME_TYPE
5287         and BOUND_TEMPLATE_TEMPLATE_PARM.
5288         * pt.c (tsubst): Use copy_type instead of copy_node.
5289         * search.c (lookup_field_1): Ignore TYPENAME_TYPE.
5290
5291 2001-10-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5292
5293         * pt.c (determine_specialization): Ignore functions without
5294         DECL_TEMPLATE_INFO.
5295
5296 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
5297
5298         PR g++/4476
5299         * typeck2.c (abstract_virtuals_error): Ignore incomplete classes.
5300
5301 2001-10-11  Jason Merrill  <jason_merrill@redhat.com>
5302
5303         * typeck2.c (store_init_value): Don't re-digest a bracketed
5304         initializer.
5305
5306         * class.c (finish_struct_anon): Use TYPE_ANONYMOUS_P instead of
5307         ANON_AGGR_TYPE_P.
5308
5309 2001-10-11  Richard Henderson  <rth@redhat.com>
5310
5311         * class.c (build_vtable_entry_ref): Create a VTABLE_REF instead
5312         of an asm statement.
5313         (build_vtbl_ref_1): Split out from build_vtbl_ref.
5314         (build_vfn_ref): Use it to handle vtable descriptors before
5315         calling build_vtable_entry_ref.
5316         * decl2.c (output_vtable_inherit): Use assemble_vtable_inherit.
5317
5318 2001-10-10  Richard Henderson  <rth@redhat.com>
5319
5320         * parse.y (asm_operand): Allow named operands.
5321         * semantics.c (finish_asm_stmt): Tweek for changed location
5322         of the operand constraint.
5323
5324 2001-10-09  Jason Merrill  <jason_merrill@redhat.com>
5325
5326         * call.c (standard_conversion): Add bad conversion between
5327         integers and pointers.
5328         (convert_like_real): Don't use convert_for_initialization for bad
5329         conversions; complain here and use cp_convert.
5330         (build_over_call): Don't handle bad conversions specially.
5331         (perform_implicit_conversion): Allow bad conversions.
5332         (can_convert_arg_bad): New fn.
5333         * cp-tree.h: Declare it.
5334         * typeck.c (convert_for_assignment): Use it.
5335         (ptr_reasonably_similar): Any target type is similar to void.
5336
5337 2001-10-08  Alexandre Oliva  <aoliva@redhat.com>
5338
5339         * Make-lang.in (CXX_OBJS): Added cp-lang.o.
5340         (cp/cp-lang.o): New rule.
5341         * cp-tree.h: Declare hooks.
5342         * tree.c: Make hooks non-static.
5343         (init_tree): Don't initialize hooks here.
5344         * lex.c: Likewise.  Move definition of lang_hooks to...
5345         * cp-lang.c: ... new file.
5346
5347 2001-10-08  Richard Henderson  <rth@redhat.com>
5348
5349         * cp-tree.h (struct lang_decl_flags): Remove declared_inline.
5350         (DECL_DECLARED_INLINE_P): Use the bit in struct c_lang_decl.
5351
5352 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5353
5354         * class.c (build_vtable_entry_ref): Const-ify.
5355         * decl.c (predefined_identifier,
5356         initialize_predefined_identifiers): Likewise.
5357         * init.c (build_new_1): Likewise.
5358         * lex.c (cplus_tree_code_type, cplus_tree_code_length, resword):
5359         Likewise.
5360
5361 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
5362
5363         * optimize.c (struct inline_data): Moved to ../tree-inline.c.
5364         (INSNS_PER_STMT): Likewise.
5365         (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
5366         (copy_body, initialize_inlined_parameters): Likewise.
5367         (declare_return_variable, inlinable_function_p): Likewise.
5368         (expand_call_inline, expand_calls_inline): Likewise.
5369         (optimize_inline_calls, clone_body): Likewise.
5370         * tree.c (walk_tree): Moved to ../tree-inline.c.
5371         (walk_tree_without_duplicates): Likewise.
5372         (copy_tree_r, remap_save_expr): Likewise.
5373
5374 2001-10-04  Alexandre Oliva  <aoliva@redhat.com>
5375
5376         * Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.
5377         (cp/pt.o, cp/semantics.o, cp/optimize.o): Likewise.
5378         * cp-tree.h (lang_decl): Moved inlined_fns to tree_decl.
5379         (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved to ../tree.h.
5380         (flag_inline_trees): Moved declaration to ../tree-inline.h.
5381         (walk_tree): Moved declaration to ../tree-inline.h.
5382         (walk_tree_without_duplicates, copy_tree_r): Likewise.
5383         (remap_save_expr): Likewise.
5384         * decl.c: Include tree-inline.h.
5385         (lang_mark_tree): Don't mark inlined_fns.
5386         * decl2.c (flag_inline_trees): Moved defn to ../tree-inline.c.
5387         * optimize.c: Include tree-inline.h.
5388         (optimize_inline_calls): Move declaration to ../tree.h, as
5389         non-static.
5390         (remap_decl): Use language-independent constructs and hooks.
5391         (remap_block, copy_body_r, declare_return_variable): Likewise.
5392         (inlinable_function_p): Likewise.  Don't test for
5393         DECL_LANG_SPECIFIC before DECL_INLINED_FNS as inlined_fns is
5394         no longer language-specific.
5395         (optimize_inline_calls): Likewise.  Make it non-static.  Moved
5396         call of dump_function to...
5397         (optimize_function): Here...
5398         (clone_body): New function, extracted from...
5399         (maybe_clone_body): ... here.  Build decl_map locally and pass
5400         it on to clone_body.
5401         * pt.c, semantics.c: Include tree-inline.h.
5402         * tree.c: Likewise.
5403         (cp_walk_subtrees): New language-specific hook for tree inlining.
5404         (cp_cannot_inline_tree_fn, cp_add_pending_fn_decls,
5405         cp_is_overload_p, cp_auto_var_in_fn_p,
5406         cp_copy_res_decl_for_inlining): Likewise.
5407         (walk_tree): Move language-specific constructs into...
5408         (cp_walk_subtrees): this new function.
5409         (copy_tree_r): Use language-independent constructs and hooks.
5410         (init_tree): Initialize tree inlining hooks.
5411         (remap_save_expr): Adjust prototype so that the declaration
5412         does not require the definition of splay_tree.
5413
5414 2001-10-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5415
5416         * rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type used
5417         to build the declaration instead of the declaration itself.
5418
5419 2001-10-02  Jason Merrill  <jason_merrill@redhat.com>
5420
5421         * decl2.c (cxx_decode_option): Add 'else'.
5422
5423         * spew.c (end_input): No longer static.
5424         * cp-tree.h: Declare it.
5425         * parse.y (datadef): Add "error END_OF_SAVED_INPUT" expansion.
5426
5427 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5428
5429         * call.c (build_over_call), typeck.c (build_function_call_real):
5430         Pass type attributes to check_function_format rather than name or
5431         assembler name.  Don't require there to be a name or assembler
5432         name to check formats.
5433
5434 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5435
5436         * decl.c (init_decl_processing): Don't call
5437         init_function_format_info.  Initialize lang_attribute_table
5438         earlier.
5439         (builtin_function): Call decl_attributes.
5440         (insert_default_attributes): New.
5441
5442 2001-10-01  Jason Merrill  <jason_merrill@redhat.com>
5443
5444         * decl.c (grokdeclarator): Copy array typedef handling from C
5445         frontend.
5446
5447         * decl.c (grokdeclarator): Copy too-large array handling from C
5448         frontend.
5449
5450 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
5451
5452         * config-lang.in (target_libs): Added target-gperf, so that we
5453         don't try to build it if C++ is disabled.
5454
5455 2001-09-23  Zack Weinberg  <zack@codesourcery.com>
5456
5457         * Make-lang.in (CXX_OBJS): Take out cp/errfn.o.
5458         (cp/errfn.o): Delete rule.
5459         (cp/error.o): Depend on flags.h.
5460         * errfn.c: Delete file.
5461         * cp-tree.h: Declare warn_deprecated.  Remove definitions of
5462         TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS,
5463         and TFF_TEMPLATE_DEFAULT_ARGUMENTS. #define cp_error, cp_warning,
5464         cp_pedwarn, and cp_compiler_error to error, warning, pedwarn, and
5465         internal_error respectively.  Make cp_deprecated into a macro.
5466         Don't define cp_printer typedef or declare cp_printers.
5467         * error.c: Include flags.h.
5468         Delete: struct tree_formatting_info, print_function_argument_list,
5469         print_declaration, print_expression, print_function_declaration,
5470         print_function_parameter, print_type_id, print_cv_qualifier_seq,
5471         print_type_specifier_seq, print_simple_type_specifier,
5472         print_elaborated_type_specifier, print_rest_of_abstract_declarator,
5473         print_parameter_declaration_clause, print_exception_specification,
5474         print_nested_name_specifier, and definition of cp_printers.
5475         (locate_error): New function.
5476         (cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and
5477         rewritten in terms of locate_error and diagnostic.c.
5478         (cp_tree_printer): Rename cp_printer; wire up to *_to_string
5479         instead of deleted print_* routines.  Handle %C, %L, %O, %Q also.
5480         (init_error): Adjust to match.
5481
5482 Sat Sep 22 09:15:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5483
5484         * Make-lang.in (CXX_C_OBJS): Add attribs.o.
5485
5486 2001-09-21  Richard Henderson  <rth@redhat.com>
5487
5488         * class.c (set_vindex): Mind TARGET_VTABLE_USES_DESCRIPTORS.
5489         (build_vtbl_initializer): Likewise.
5490         (build_vfn_ref): New.
5491         * cp-tree.h: Declare it.
5492         * call.c (build_over_call): Use it.
5493         * decl2.c (mark_vtable_entries): Mark FDESC_EXPR.
5494         * typeck.c (get_member_function_from_ptrfunc): Mind descriptors.
5495
5496 Fri Sep 21 08:16:19 2001  J"orn Rennecke <amylaar@redhat.com>
5497
5498         * decl.c (grokdeclarator): Use C syntax for attr_flags declaration.
5499
5500 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
5501
5502         Table-driven attributes.
5503         * decl.c: Rename DECL_MACHINE_ATTRIBUTES to DECL_ATTRIBUTES.
5504         * decl2.c (cplus_decl_attributes): Only take one attributes
5505         parameter.
5506         * cp-tree.c (cplus_decl_attributes): Update prototype.
5507         * class.c (finish_struct), decl.c (start_decl, start_function),
5508         decl2.c (grokfield), friend.c (do_friend), parse.y
5509         (parse_bitfield): Update calls to cplus_decl_attributes.
5510         * decl.c (grokdeclarator): Take a pointer to a single ordinary
5511         attribute list.
5512         * decl.h (grokdeclarator): Update prototype.
5513         * decl2.c (grokfield): Take a single ordinary attribute list.
5514         * friend.c (do_friend): Likewise.
5515         * decl.c (shadow_tag, groktypename, start_decl,
5516         start_handler_parms, grokdeclarator, grokparms, start_function,
5517         start_method), decl2.c (grokfield, grokbitfield, grokoptypename),
5518         parse.y (parse_field, parse_bitfield, component_decl_1), pt.c
5519         (process_template_parm, do_decl_instantiation): Pass single
5520         ordinary attribute lists around.
5521         * decl.c (grokdeclarator): Correct handling of nested attributes.
5522         Revert the patch
5523         1998-10-18  Jason Merrill  <jason@yorick.cygnus.com>
5524                 * decl.c (grokdeclarator): Embedded attrs bind to the right,
5525                 not the left.
5526         .
5527         * cp-tree.h (cp_valid_lang_attribute): Remove declaration
5528         (cp_attribute_table): Declare.
5529         * decl.c (valid_lang_attribute): Don't define.
5530         (lang_attribute_table): Define.
5531         (init_decl_processing): Initialize lang_attribute_table instead of
5532         valid_lang_attribute.
5533         * tree.c (cp_valid_lang_attribute): Remove.
5534         (handle_java_interface_attribute, handle_com_interface_attribute,
5535         handle_init_priority_attribute): New functions.
5536         (cp_attribute_table): New array.
5537         * decl2.c (import_export_class): Don't use
5538         targetm.valid_type_attribute.
5539
5540 2001-09-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5541
5542         * Make-lang.in (cp/error.o): Depend on real.h
5543         * error.c: #include "real.h"
5544
5545 2001-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5546
5547         * mangle.c (mangle_conv_op_name_for_type): Use concat in lieu of
5548         xmalloc/strcpy/strcat.
5549
5550 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5551
5552         * decl.c (warn_extern_redeclared_static, cp_make_fname_decl):
5553         Const-ification.
5554         * pt.c (tsubst_decl): Likewise.
5555
5556 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5557
5558         * decl2.c (lang_f_options): Const-ification.
5559         * lex.c (cplus_tree_code_name): Likewise.
5560         * spew.c (yyerror): Likewise.
5561
5562 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
5563
5564         PR c++/3986
5565         * class.c (force_canonical_binfo_r): Check & move an indirect
5566         primary base first.
5567         (force_canonical_binfo): Check that it's not already
5568         canonical.
5569         (mark_primary_virtual_base): Remove BINFO parameter.
5570         (mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here.
5571
5572 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
5573
5574         Remove TYPE_NONCOPIED_PARTS.
5575         * cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Map onto
5576         CLASSTYPE_PURE_VIRTUALS.
5577         (TYPE_RAISES_EXCEPTIONS): Map onto TYPE_BINFO.
5578         * class.c (duplicate_tag_error): Remove TYPE_NONCOPIED_PARTS.
5579         (layout_class_type): Don't call fixup_inline_methods here ...
5580         (finish_struct_1): ... call it here.
5581
5582 2001-09-04  Mark Mitchell  <mark@codesourcery.com>
5583
5584         * decl.c (duplicate_decls): Remove code deadling with
5585         DECL_SAVED_INSNS.
5586         * decl2.c (finish_file): Likewise.
5587         * pt.c (instantiate_decl): Likewise.
5588         * semantics.c (expand_body): Don't defer local functions if
5589         they wouldn't be deferred for some other reason.  Don't
5590         generate RTL for functions that will not be emitted.
5591         (genrtl_start_function): Remove code deadling with
5592         DECL_SAVED_INSNS.
5593         (genrtl_finish_function): Likewise.
5594
5595 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
5596
5597         PR c++/4203
5598         * call.c (build_over_call): Do not optimize any empty base
5599         construction.
5600
5601 2001-08-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5602
5603         * error.c (dump_template_decl): Output template parameters
5604         together with their specifiers.
5605         Output `class' prefix for template template parameter.
5606         (dump_decl): Fix formatting.
5607
5608 2001-08-30  Kurt Garloff  <garloff@suse.de>
5609
5610         * optimize.c (inlinable_function_p): Allow only smaller single
5611         functions. Halve inline limit after reaching recursive limit.
5612
5613 2001-08-30  Joern Rennecke <amylaar@redhat.com>
5614             Jason Merrill  <jason_merrill@redhat.com>
5615
5616         * class.c (build_vtable_entry_ref): Subtract in char*, not
5617         ptrdiff_t.
5618
5619 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
5620
5621         * tree.c (cp_build_qualified_type_real): Use get_qualified_type.
5622         (build_cplus_array_type): Use cp_build_qualified_type, not
5623         TYPE_MAIN_VARIANT, to get an unqualified version.
5624
5625         * decl2.c (grok_alignof): Lose.
5626         (build_expr_from_tree): Use expr_sizeof and c_alignof_expr.
5627         * typeck.c (c_alignof): Lose.
5628         * semantics.c (finish_sizeof, finish_alignof): New.
5629         * parse.y: Use them.
5630         * cp-tree.h: Declare them.
5631
5632 2001-08-22  Jason Merrill  <jason_merrill@redhat.com>
5633
5634         * pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.
5635         Don't loop in COMPOUND_STMT, FOR_STMT or TRY_BLOCK.
5636         * tree.c (cp_statement_code_p): A TAG_DEFN is a statement.
5637
5638 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
5639
5640         * typeck2.c (add_exception_specifier): Only require complete type if
5641         not in processing template declaration.
5642
5643 2001-08-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5644
5645         * decl.c: Cast argument to size_t, not HOST_WIDE_INT, in calls to
5646         GNU_xref_start_scope and GNU_xref_end_scope.
5647
5648         * tree.c (TYPE_HASH): Moved to ../tree.h.
5649
5650 2001-08-16  Mark Mitchell  <mark@codesourcery.com>
5651
5652         * cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS
5653         on COMPOUND_EXPRs.
5654
5655 2001-08-14  Richard Henderson  <rth@redhat.com>
5656
5657         * class.c, cp-tree.h (build_vfn_ref): Remove.
5658         * call.c, rtti.c: Replace all refernces with build_vtbl_ref.
5659
5660 2001-08-13  Mark Mitchell  <mark@codesourcery.com>
5661
5662         * call.c (build_over_call): Mark COMPOUND_EXPRs generated for
5663         empty class assignment as having side-effects to avoid
5664         spurious warnings.
5665
5666 2001-08-13  Zack Weinberg  <zackw@panix.com>
5667
5668         * Make-lang.in (cp/except.o): Add libfuncs.h to dependencies.
5669         * except.c: Include libfuncs.h.
5670
5671 2001-08-11  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5672
5673         * decl.c (grokdeclarator): Clarify diagnostic message.
5674
5675 2001-08-13  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5676
5677         * decl2.c (do_nonmember_using_decl): Replace using directive
5678         with using declaration in the error message.
5679
5680 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5681
5682         * pt.c (maybe_fold_nontype_arg): Use TREE_TYPE of ARG as the
5683         criterion to avoid rebuilding expression tree instead of
5684         processing_template_decl.
5685
5686 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
5687
5688         Support named return value optimization for inlines, too.
5689         * decl.c (finish_function): Nullify returns here.
5690         * semantics.c (genrtl_start_function): Not here.
5691         (cp_expand_stmt): Don't mess with CLEANUP_STMTs.
5692         (nullify_returns_r): No longer static.  Just clear RETURN_EXPR.
5693         Also nullify the CLEANUP_STMT for the nrv.
5694         * cp-tree.h: Declare it.
5695         * optimize.c (declare_return_variable): Replace the nrv with the
5696         return variable.
5697         * typeck.c (check_return_expr): Be more flexible on alignment check.
5698         Ignore cv-quals when checking for a matching type.
5699
5700 2001-08-09  Richard Henderson  <rth@redhat.com>
5701
5702         * decl2.c (finish_objects): Use target hooks instead of
5703         assemble_constructor and assemble_destructor.
5704
5705 2001-08-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5706
5707         * g++spec.c (lang_specific_driver): Quote argument after `-Xlinker'.
5708
5709 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
5710
5711         PR c++/3820
5712         Stop using TYPE_NONCOPIED_PARTS.
5713         * call.c (build_over_call): Be careful when copy constructing
5714         or assigning to an empty class.
5715         * class.c (check_bases_and_members): It has a
5716         COMPLEX_ASSIGN_REF if it has a vptr.
5717         (layout_class_type): Don't add empty class padding to
5718         TYPE_NONCOPIED_PARTS.
5719         (finish_struct_1): Don't add the VFIELD either.
5720         * cp-tree.h (TYPE_HAS_TRIVIAL_INIT_REF): Mention _copy_
5721         initialization.
5722
5723 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
5724
5725         * tree.c (walk_tree): Walk siblings even if !walk_subtrees.
5726
5727 2001-08-06  Richard Henderson  <rth@redhat.com>
5728
5729         * decl2.c (finish_objects): Pass a symbol_ref and priority to
5730         assemble_{constructor,destructor}.  Remove priority handling.
5731
5732 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5733
5734         Don't allow template-id in using-declaration.
5735         * decl2.c (validate_nonmember_using_decl): Handle template-ids.
5736         (do_class_using_decl): Likewise.
5737
5738 2001-08-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
5739
5740         * cp/spew.c (read_token): No need to pop buffers.
5741
5742 2001-08-02  Stan Shebs  <shebs@apple.com>
5743
5744         * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer used.
5745         (fnaddr_from_vtable_entry): Remove decl.
5746         * method.c (use_thunk): Update comment.
5747
5748 2001-08-01  Andrew Cagney  <ac131313@redhat.com>
5749
5750         * repo.c (get_base_filename): Change return value to const char
5751         pointer.
5752
5753 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
5754
5755         Kill -fhonor-std.
5756         * NEWS: Document.
5757         * cp-tree.h (flag_honor_std): Remove.
5758         (CPTI_FAKE_STD): Remove.
5759         (std_node): Remove comment about it being NULL.
5760         (fake_std_node): Remove.
5761         * decl.c (in_fake_std): Remove.
5762         (walk_namespaces_r): Remove fake_std_node check.
5763         (push_namespace): Remove in_fake_std code.
5764         (pop_namespace): Likewise.
5765         (lookup_name_real): Remove fake_std_node check.
5766         (init_decl_processing): Always create std_node. Always add
5767         std:: things there.
5768         (builtin_function): Always put non '_' fns in std.
5769         * decl2.c (flag_honor_std): Remove.
5770         (lang_f_options): Remove honor-std.
5771         (unsupported_options): Add honor-std.
5772         (set_decl_namespace): Remove fake_std_node check.
5773         (validate_nonmember_using_decl): Likewise.
5774         (do_using_directive): Likewise.
5775         (handle_class_head): Likewise.
5776         * dump.c (cp_dump_tree): Likewise.
5777         * except.c (init_exception_processing): Adjust.
5778         * init.c (build_member_call): Remove fake_std_node check.
5779         (build_offset_ref): Likewise.
5780         * lang-options.h: Remove -fhonor-std, -fno-honor-std.
5781         * rtti.c (init_rtti_processing): Adjust.
5782
5783 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
5784
5785         * tree.c (cp_tree_equal): WITH_CLEANUP_EXPR node to use its second
5786         operand while calling cp_tree_equal.
5787
5788 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
5789
5790         The 3.0 ABI no longer has vbase pointer fields.
5791         * cp-tree.h (VBASE_NAME, VBASE_NAME_FORMAT, VBASE_NAME_P,
5792         FORMAT_VBASE_NAME): Remove.
5793         * method.c (do_build_copy_constructor): Adjust.
5794         (do_build_assign_ref): Adjust.
5795         * search.c (lookup_field_r): Adjust.
5796         * typeck.c (build_component_ref): Adjust.
5797
5798         The 3.0 ABI always has a vtable pointer at the start of every
5799         polymorphic class.
5800         * rtti.c (build_headof_sub): Remove.
5801         (build_headof): Adjust.
5802         (get_tinfo_decl_dynamic): No need to check flag_rtti
5803         here. Adjust.
5804         (create_real_tinfo_var): Explain why we need a hidden name.
5805
5806 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
5807
5808         PR c++/3631
5809         * class.c (update_vtable_entry_for_fn): The fixed adjustment
5810         of a virtual thunk should be from declaring base.
5811
5812 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
5813
5814         * class.c (dfs_ctor_vtable_bases_queue_p): Always walk into
5815         the shared virtual base, so preserving inheritance graph order.
5816
5817 2001-07-30  Andreas Jaeger  <aj@suse.de>
5818
5819         * decl2.c: Remove unused var global_temp_name_counter.
5820
5821 2001-07-28  Richard Henderson  <rth@redhat.com>
5822
5823         * method.c (pending_inlines): Remove.
5824
5825 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
5826
5827         * class.c (mark_primary_virtual_base): Don't adjust base
5828         offsets here.
5829         (dfs_unshared_virtual_bases): Adjust them here.
5830         (mark_primary_bases): Explain why we adjust at the end.
5831
5832 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
5833
5834         * class.c (finish_struct_1): When copying the primary base's
5835         VFIELD, make sure we find it is at offset zero.
5836
5837 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5838
5839         * pt.c (tsubst_template_parms): Call maybe_fold_nontype_arg and
5840         tsubst_expr for default template arguments.
5841
5842 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
5843
5844         PR c++/3621
5845         * spew.c (yylex): Only copy the token's lineno, if it is
5846         nonzero.
5847
5848 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
5849
5850         PR c++/3624
5851         * call.c (resolve_args): Simplify, call
5852         convert_from_reference.
5853         (build_new_op): Resolve and convert from reference ARG1
5854         earlier. Adjust ARG2 & ARG3 resolve and conversion.
5855
5856 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
5857
5858         * decl.c (last_function_parm_tags): Remove.
5859         (current_function_parm_tags): Remove.
5860         (init_decl_processing): Adjust.
5861         (start_function): Adjust.
5862         (store_parm_decls): Adjust.
5863
5864         PR c++/3152
5865         * decl.c (grokdeclarator): Detect when a function typedef is
5866         declaring a function, and create last_function_parms correctly.
5867
5868 2001-07-25  Jason Merrill  <jason_merrill@redhat.com>
5869
5870         * call.c (joust): Only prefer a non-builtin candidate to a builtin
5871         one if they have the same signature.
5872
5873         * cvt.c (build_up_reference): Take DECL parm.  Check TREE_STATIC on
5874         it rather than toplevel_bindings_p.  Give it a mangled name if static.
5875         (convert_to_reference): Adjust.
5876         * decl2.c (get_temp_name): Lose.
5877         * mangle.c (mangle_ref_init_variable): New fn.
5878         (mangle_guard_variable): Strip the ref-init header.
5879         * cp-tree.h: Adjust.
5880         * decl.c (cp_finish_decl): Add the DECL_STMT after processing the
5881         initializer.
5882         (grok_reference_init): Always use DECL_INITIAL.
5883
5884 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5885
5886         PR c++/3416
5887         * call.c (build_conditional_expr): Recheck args after
5888         conversions.
5889         * cp-tree.h (build_conditional_expr): Move to correct file.
5890         * typeck.c (decay_conversion): Diagnose any unknown types
5891         reaching here.
5892         (build_binary_op): Don't do initial decay or default
5893         conversions on overloaded functions.
5894         (build_static_cast): Don't do a decay conversion here.
5895
5896 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5897
5898         PR c++/3543
5899         * typeck.c (condition_conversion): Resolve an OFFSET_REF.
5900         * expr.c (cplus_expand_expr): An OFFSET_REF should never get here.
5901
5902 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5903
5904         * class.c (build_vtbl_or_vbase_field): Remove, move into ...
5905         (create_vtbl_ptr): ... here.
5906
5907 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5908
5909         * class.c (build_vbase_offset_vbtl_entries): Look for
5910         non-primary base of which we are a sub vtable.
5911
5912 2001-07-24  Phil Edwards  <pme@sources.redhat.com>
5913
5914         * semantics.c (finish_this_expr):  Remove unused code.
5915
5916 2001-07-24  Nathan Sidwell  <nathan@codesourcery.com>
5917
5918         Simplify rtti, now we've only one ABI.
5919         * cp-tree.h (cp_tree_index): Remove CPTI_TINFO_DECL_ID,
5920         CPTI_TINFO_VAR_ID.
5921         (tinfo_decl_id, tinfo_var_id): Remove.
5922         (get_typeid_1): Remove.
5923         * rtti.c
5924         (init_rtti_processing): Remove tinfo_decl_id & tinfo_var_id.
5925         (typeid_ok_p): New function.
5926         (build_type_id): Call typeid_ok_p. Don't call tinfo_from_decl.
5927         (get_tinfo_decl): Remove old abi documentation.
5928         (tinfo_from_decl): Remove.
5929         (get_type_id): Call typeid_ok_p. Absorb get_typeid_1.
5930         (get_typeid_1): Remove.
5931         (get_base_offset): Remove.
5932         (synthesize_tinfo_var): Absorb get_base_offset.
5933         (create_real_tinfo_var): Don't use tinfo_decl_id.
5934
5935 2001-07-23  Graham Stott  <grahams@redhat.com>
5936
5937         * cp/class.c (type_requires_array_cookie): Fix use of uninitialized
5938         variable has_two_argument_delete_p.
5939
5940 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
5941
5942         Remove flag_vtable_thunk. It is always on for the 3.0 ABI.
5943         * cp-tree.h (CPTI_DELTA2_IDENTIFIER): Remove.
5944         (CPTI_INDEX_IDENTIFIER): Remove.
5945         (CPT_PFN_OR_DELTA2_IDENTIFIER): Remove.
5946         (delta2_identifier): Remove.
5947         (index_identifier): Remove.
5948         (pfn_or_delta2_identifier): Remove.
5949         (flag_vtable_thunks): Remove.
5950         (VTABLE_DELTA2_NAME): Remove.
5951         (VTABLE_INDEX_NAME): Remove.
5952         (FNADDR_FROM_VTABLE_ENTRY): Adjust.
5953         (vfunc_ptr_type_node): Adjust.
5954         (VTABLE_NAME_PREFIX): Adjust.
5955         (build_vfn_ref): Lose first parameter.
5956         (fixup_all_virtual_upcast_offsets): Remove.
5957         * decl.c (initialize_predefined_identifiers): Remove
5958         delta2_identifier, index_identifier, pfn_or_delta2_identifier.
5959         (init_decl_processing): Remove no-vtable-thunk code.
5960         * decl2.c (flag_vtable_thunks): Remove.
5961         (mark_vtable_entries): Remove no-vtable-thunk code.
5962         * error.c (dump_decl): Remove no-vtable-thunk code.
5963         (dump_expr): Adjust ptr to member function code.
5964         * init.c (initialize_vtable_ptrs): Remove no-vtable-thunk
5965         code.
5966         * rtti.c (build_headof): Remove no-vtable-thunk code.
5967         (get_tinfo_decl_dynamic): Adjust build_vfn_ref call.
5968         * search.c (get_base_distance): Remove expand_upcast_fixups case.
5969         (virtual_context) Remove.
5970         (expand_upcast_fixups): Remove.
5971         (fixup_virtual_upcast_offsets): Remove.
5972         (fixup_all_virtual_upcast_offsets): Remove.
5973         * typeck.c (get_member_function_from_ptrfunc): Remove
5974         no-vtable-thunk code.
5975         * call.c (build_over_call): Adjust call to build_vfn_ref.
5976         * class.c (build_vfn_ref): Lose first parameter. Remove
5977         no-vtable-thunk code.
5978         (build_rtti_vtbl_entries): Remove no-vtable-thunk code.
5979         (build_vtable_entry): Remove no-vtable-thunk code.
5980
5981 2001-07-20  Nathan Sidwell  <nathan@codesourcery.com>
5982
5983         Remove old-abi remnants. Remove comments about old abi
5984         behavior. Remove references to 'new-abi' in comments.
5985         * cp-tree.h: Adjust comments.
5986         (vbase_offsets_in_vtable_p): Delete.
5987         (vcall_offsets_in_vtable_p): Delete.
5988         (vptrs_present_everywhere_p): Delete.
5989         (all_overridden_vfuns_in_vtables_p): Delete.
5990         (merge_primary_and_secondary_vtables_p): Delete.
5991         (TYPE_CONTAINS_VPTR_P): Adjust.
5992         (VTT_NAME_PREFIX): Remove.
5993         (CTOR_VTBL_NAME_PREFIX): Remove.
5994         (init_vbase_pointers): Remove.
5995         * class.c: Adjust coments.
5996         (build_vbase_pointer_fields): Delete.
5997         (build_vbase_pointer): Remove old-abi code.
5998         (build_secondary_vtable): Likewise.
5999         (modify_all_vtables): Likewise.
6000         (create_vtable_ptr): Likewise.
6001         (layout_class_type): Likewise.
6002         (finish_struct_1): Likewise.
6003         (finish_vtbls): Likewise.
6004         (dfs_finish_vtbls): Delete.
6005         (build_vbase_offset_vtbl_entries): Remove old-abi code.
6006         * cvt.c: Adjust comments.
6007         * decl.c: Adjust comments.
6008         * decl2.c: Adjust comments.
6009         * init.c: Adjust comments.
6010         (construct_virtual_bases): Remove old-abi code.
6011         * lang-specs.h: Remove -fno-new-abi.
6012         * mangle.c: Adjust comments.
6013         * rtti.c: Adjust comments.
6014         (get_base_offset): Remove old-abi-code.
6015         * search.c: Adjust comments.
6016         (dfs_init_vbase_pointers): Remove.
6017         (dfs_vtable_path_unmark): Remove.
6018         (init_vbase_pointers): Remove.
6019         * semantics.c: Adjust comments.
6020         (emit_associated_thunks): Remove old-abi code.
6021         * typeck.c: Adjust comments.
6022
6023 2001-07-20  Daniel Berlin  <dan@cgsoftware.com>
6024
6025         * Make-lang.in (cp/optimize.o): Depend on $(PARAMS_H), not
6026         params.h.
6027
6028 2001-07-19  Mark Mitchell  <mark@codesourcery.com>
6029
6030         * class.c (finish_struct_anon): Forbid nested classes.
6031
6032 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
6033
6034         * decl2.c: Don't include dwarfout.h and dwarf2out.h.
6035         * optimize.c: Include debug.h.
6036         (maybe_clone_body): Use debug hook.
6037         * semantics.c: Include debug.h.
6038         (expand_body): Use debug hook.
6039
6040 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
6041
6042         * spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
6043
6044 2001-07-18  Mark Mitchell  <mark@codesourcery.com>
6045
6046         * class.c (type_requires_array_cookie): New function.
6047         (check_methods): Don't try to figure out whether the type needs a
6048         cookie here.
6049         (check_bases_and_members): Set TYPE_VEC_NEW_USES_COOKIE here.
6050         * cp-tree.h (TYPE_VEC_DELETE_TAKES_SIZE): Remove.
6051         (TYPE_VEC_NEW_USES_COOKIE): Reimplement.
6052         * pt.c (instantiate_class_template): Don't set
6053         TYPE_VEC_DELETE_TAKES_SIZE.
6054         * NEWS: Document ABI changes from GCC 3.0.
6055
6056 2001-07-18  Xavier Delacour <xavier@fmaudio.net>,
6057             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6058
6059         * NEWS (Changes in GCC 3.0): Fix typo.
6060
6061 2001-07-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6062
6063         * decl2.c (cplus_decl_attributes): Take a pointer to the node to
6064         which attributes are to be attached, and a flags argument.  Update
6065         call to decl_attributes.
6066         (grokfield): Update call to decl_attributes.
6067         * class.c (finish_struct): Update call to cplus_decl_attributes.
6068         * cp-tree.h (cplus_decl_attributes): Update prototype.
6069         * decl.c (start_decl, grokdeclarator, start_function): Update
6070         calls to decl_attributes and cplus_decl_attributes.
6071         * friend.c (do_friend): Update call to cplus_decl_attributes.
6072         * parse.y (parse_bitfield): Update call to cplus_decl_attributes.
6073
6074 2001-07-12  Mark Mitchell  <mark@codesourcery.com>
6075
6076         * decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTER
6077         for `register' variables with an asm-specification.
6078
6079 2001-07-11  Mark Mitchell  <mark@codesourcery.com>
6080
6081         * semantics.c (finish_asm_stmt): Mark the output operands
6082         to an asm addressable, if necessary.
6083
6084 2001-07-11  Ben Elliston  <bje@redhat.com>
6085
6086         * Revert this change -- there is a subtle bug.
6087
6088         PR c++/80
6089         * decl.c (finish_enum): New "attributes" argument; pass it to
6090         cplus_decl_attributes.  Use a narrower type if the enum is packed.
6091         * cp-tree.h (finish_enum): Adjust prototype.
6092         * parse.y (enum_head): New non-terminal.
6093         (structsp): Use it. Enums now may be preceded or followed by
6094         optional attributes -- pass their chained tree to finish_enum().
6095         * pt.c (tsubst_enum): Pass NULL_TREE for the new argument.
6096
6097 2001-07-10  Mark Mitchell  <mark@codesourcery.com>
6098
6099         * pt.c (tsubst_decl): Set DECL_CONTEXT for namespace-scope
6100         variables.
6101
6102 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
6103
6104         * semantics.c (cp_expand_stmt): Fix for null
6105         current_function_return_value.
6106
6107 2001-07-10  Jan van Male  <jan.vanmale@fenk.wau.nl>
6108
6109         * call.c (build_op_delete_call): Initialize fn.
6110         (convert_like_real): Delete conditional.
6111         (joust): Initialize *w and *l.
6112         * class.c: Add prototype for binfo_ctor_vtable.
6113         (get_primary_binfo): Initialize result.
6114         * init.c (build_java_class_ref): Initialize name.
6115
6116 2001-07-09  Erik Rozendaal  <dlr@acm.org>
6117
6118         * typeck.c (unary_complex_lvalue): Do not duplicate the
6119         argument to modify, pre-, or post-increment when used as an
6120         lvalue and when the argument has side-effects.
6121
6122 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6123
6124         * decl.c (start_decl): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
6125         (start_function): Don't call SET_DEFAULT_DECL_ATTRIBUTES.  Call
6126         cplus_decl_attributes even if attrs is NULL.
6127         * friend.c (do_friend): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
6128
6129 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6130
6131         * decl.c (grokdeclarator), decl2.c (cplus_decl_attributes): Update
6132         calls to decl_attributes.
6133
6134 2001-07-06  Ira Ruben   <ira@apple.com>
6135
6136         * cp-tree.def (TEMPLATE_DECL): Update comment. DECL_RESULT should
6137         be DECL_TEMPLATE_RESULT.
6138
6139 2001-07-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6140
6141         * cp-tree.h (copy_template_template_parm): Rename to ...
6142         (bind_template_template_parm): ... here.
6143         * tree.c (copy_template_template_parm): Rename to ...
6144         (bind_template_template_parm): ... here.  Remove the case when
6145         NEWARGS is NULL_TREE.
6146         (copy_tree_r): Don't copy TEMPLATE_TEMPLATE_PARM and
6147         BOUND_TEMPLATE_TEMPLATE_PARM.
6148         * pt.c (lookup_template_class): Adjust.
6149
6150 2001-07-05  Jason Merrill  <jason_merrill@redhat.com>
6151
6152         * cvt.c (convert_lvalue): New fn.
6153         * cp-tree.h: Declare it.
6154         * method.c (do_build_assign_ref): Use it.
6155         (do_build_copy_constructor): Convert parm to base types
6156         before calling base constructors.
6157
6158         * typeck.c (check_return_expr): Check DECL_ALIGN instead of
6159         DECL_USER_ALIGN.  Check flag_elide_constructors instead of
6160         optimize.
6161         * semantics.c (cp_expand_stmt): Don't destroy the named return value.
6162
6163 2001-07-02  Nathan Sidwell  <nathan@codesourcery.com>
6164
6165         * optimize.c (optimize_inline_calls): New function, broken out
6166         of ...
6167         (optimize_function): ... here. Call it. Don't inline if it is
6168         a thunk.
6169         (dump_function): Print name of dump flag causing this dump.
6170         * semantics.c (expand_body): Move thunk inline check to
6171         optimize_function.
6172
6173 2001-06-29  Joseph S. Myers  <jsm28@cam.ac.uk>
6174
6175         * typeck.c (COMP_TYPE_ATTRIBUTES): Don't define.
6176         (comptypes): Use target.comp_type_attributes.
6177
6178 2001-06-29  Nathan Sidwell  <nathan@codesourcery.com>
6179
6180         * cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.
6181
6182 2001-06-28  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
6183
6184         * error.c (lang_print_error_function): Add a `diagnostic_context *'
6185         parameter. Tweak.
6186
6187 2001-06-27  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6188
6189         * decl2.c (import_export_class): Update.
6190
6191 2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
6192
6193         * error.c (init_error): Adjust settings.
6194
6195 2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
6196
6197         * error.c (init_error): Adjust settings.
6198
6199 2001-06-19  Richard Sandiford  <rsandifo@redhat.com>
6200
6201         * except.c (initialize_handler_parm): Expect __cxa_begin_catch to
6202         return pointers to data members by reference rather than by value.
6203
6204 2001-06-18  Jason Merrill  <jason_merrill@redhat.com>
6205
6206         Implement the Named Return Value optimization.
6207         * cp-tree.h (struct cp_language_function): Add x_return_value.
6208         (current_function_return_value): Now a macro.
6209         * decl.c: Don't define it.
6210         (define_label, finish_case_label): Don't clear it.
6211         (init_decl_processing): Don't register it with GC.
6212         * semantics.c (genrtl_finish_function): Don't check it for
6213         no_return_label.  Copy the RTL from the return value to
6214         current_function_return_value and walk, calling...
6215         (nullify_returns_r): ...this new fn.
6216         * typeck.c (check_return_expr): Set current_function_return_value.
6217
6218 2001-06-15  Jason Merrill  <jason_merrill@redhat.com>
6219
6220         * class.c (dfs_accumulate_vtbl_inits): Just point to the base we're
6221         sharing a ctor vtable with.  Merge code for cases 1 and 2.
6222         (binfo_ctor_vtable): New fn.
6223         (build_vtt_inits, dfs_build_secondary_vptr_vtt_inits): Use it.
6224
6225 2001-06-14  Jason Merrill  <jason_merrill@redhat.com>
6226
6227         * class.c (dfs_find_final_overrider): Fix logic.
6228
6229         * class.c (update_vtable_entry_for_fn): Uncomment optimization to use
6230         virtual thunk instead of non-virtual.
6231         (get_matching_virtual): Uncomment.
6232
6233         * pt.c (unify): Don't recurse between the POINTER_TYPE and the
6234         OFFSET_TYPE.  If we're adding cv-quals, the extra ones would be on
6235         PARM, not ARG.
6236
6237 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
6238
6239         * class.c (dfs_accumulate_vtbl_inits): For case 2 & 3, make sure
6240         we've not emerged from the hierarchy of RTTI_BINFO on reaching
6241         a non-virtual base.
6242
6243 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
6244
6245         * NEWS: Update release number.
6246
6247 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
6248
6249         PR c++/3130, c++/3131, c++/3132
6250         * cp-tree.h (BINFO_UNSHARED_MARKED): New #define.
6251         * class.c (force_canonical_binfo_r): Move
6252         BINFO_UNSHARED_MARKED, BINFO_LOST_PRIMARY_P. Don't move
6253         virtual bases unless they're primary and what they're primary
6254         too has been moved.
6255         (dfs_unshared_virtual_bases): Use BINFO_UNSHARED_MARKED. Cope
6256         with morally virtual bases. Duplicate BINFO_LOST_PRIMARY_P and
6257         BINFO_PRIMARY_BASE_OF. Clear BINFO_VTABLE for all but the most
6258         derived binfo.
6259         (mark_primary_bases): Use BINFO_UNSHARED_MARKED.
6260         (layout_nonempty_base_or_field): Add most derived type
6261         parameter. Adjust.
6262         (layout_empty_base): Likewise.
6263         (build_base_field): Likewise.
6264         (build_base_fields): Likewise.
6265         (propagate_binfo_offsets): Add most derived type
6266         parameter. Skip non canonical virtual bases too.
6267         (dfs_set_offset_for_unshared_vbases): Don't skip primary
6268         bases. Do skip canonical bases.
6269         (layout_virtual_bases): Adjust.
6270         (layout_class_type): Adjust.
6271         (dfs_get_primary_binfo): Build list of virtual primary base
6272         candidates.
6273         (get_primary_binfo): Check that the shared virtual primary
6274         base candidate was found first.
6275         (accumulate_vtbl_inits): Don't do anything for non-vptr
6276         containing binfos. For case 1 primary virtual bases, keep
6277         checking that we've not emerged from the hierarchy of RTTI_BINFO.
6278
6279 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
6280
6281         PR c++/3089
6282         * class.c (dfs_accumulate_vtbl_inits): Always walk down the
6283         hierarchy looking for primary bases for a ctor
6284         vtable. Recursively call oneself, if we meet our primary via
6285         this route and haven't met it yet via inheritance graph order.
6286
6287 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
6288
6289         * lang-options.h: Emit documentation for -fno-honor-std, not
6290         -fhonor-std.
6291
6292 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
6293
6294         * typeck.c (get_member_function_from_ptrfunc) [vbit_in_delta]:
6295         Don't clobber delta.
6296         (expand_ptrmemfunc_cst) [ptrmemfunc_vbit_in_delta]: Adjust pfn.
6297
6298 2001-06-10  Mark Mitchell <mark@codesourcery.com>
6299             Gabriel Dos Reis  <gdr@codesourcery.com>
6300
6301         * Make-lang.in (cp/call.o): Depend on diagnostic.h
6302         (cp/typeck.o): Depend on diagnostic.h
6303         (cp/typeck2.o): Depend on diagnostic.h
6304         (cp/repo.o): Depend on dignostic.h
6305         * typeck.c: #include diagnostic.h
6306         (convert_for_initialization): Remove extern declaration for
6307         warningcount and errorcount.
6308
6309         * call.c: #include diagnostic.h
6310         (convert_like_real): Remove extern declaration for warnincount and
6311         errorcount.
6312
6313         * repo.c: #include diagnostic.h
6314         * typeck2.c: #include diagnostic.h
6315
6316 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
6317
6318         * decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko
6319         in previous change.
6320
6321 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
6322
6323         PR c++/2929
6324         * friend.c (do_friend): Use push_decl_namespace for classes at
6325         namespace scope.
6326
6327 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
6328             Jason Merrill <jason_merrill@redhat.com>
6329
6330         PR c++/3061
6331         * class.c (build_secondary_vtable): Use assert, rather than an error
6332         message.
6333         (dfs_fixup_binfo_vtbls): BINFO_VTABLE might be NULL.
6334         (dfs_accumulate_vtbl_inits): A lost primary virtual base may
6335         be between ORIG_BINFO and RTTI_BINFO, but neither of them.
6336         Don't set BINFO_VTABLE for a primary virtual base.
6337
6338 2001-06-07  Mark Mitchell  <mark@codesourcery.com>
6339
6340         * decl.c (duplicate_decls): Update source position information
6341         when a template function is defined.
6342
6343 2001-06-07  Phil Edwards  <pme@sources.redhat.com>
6344
6345         * lang-specs.h:  Move -D_GNU_SOURCE to config/linux.h.
6346
6347 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
6348
6349         PR c++/2914
6350         * decl.c (pushtag): Don't push into a complete type's scope.
6351
6352 2001-06-06  Jason Merrill  <jason_merrill@redhat.com>
6353
6354         * cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.
6355         (struct lang_decl_flags): Lose generate_with_vtable_p.
6356         (BV_GENERATE_THUNK_WITH_VTABLE_P): Lose.
6357         * class.c (copy_virtuals): Adjust.
6358         * decl2.c (mark_vtable_entries): Adjust.
6359         * method.c (make_thunk, build_vtable_entry): Adjust.
6360         * class.c (update_vtable_entry_for_fn): Only look as far as the
6361         first defining class.
6362         (build_vtbl_initializer): Put nothing in the slot for a function only
6363         defined in a lost primary virtual base.
6364         (add_vcall_offset_vtbl_entries_1): Use the same code for
6365         the lost primary case and the normal case.
6366         (dfs_unshared_virtual_bases): Don't lose a non-virtual primary base.
6367         (get_vfield_offset, get_derived_offset): Lose.
6368         (dfs_find_final_overrider): Use look_for_overrides_here.
6369         (get_matching_virtual): New fn.
6370         * semantics.c (emit_associated_thunks): Check BV_USE_VCALL_INDEX_P,
6371         not BV_VCALL_INDEX.
6372         * search.c (look_for_overrides_here): Split out from...
6373         (look_for_overrides_r): Here.
6374
6375         * class.c (find_final_overrider): Return error_mark_node on error.
6376
6377         * decl2.c (key_method): #if 0 accidental change.
6378
6379 2001-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6380
6381         * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.
6382         (build_over_call): Likewise.
6383         * decl.c (grokparms): Likewise.
6384         * pt.c (tsubst_decl): Likewise.
6385         * typeck.c (convert_arguments): Likewise.
6386
6387 2001-06-05  Mark Mitchell  <mark@codesourcery.com>
6388
6389         * semantics.c (begin_class_definition): Robustify.
6390
6391         * pt.c (instantiate_decl): Tell the repository code about the
6392         clones, not the cloned functions.
6393         * repo.c (repo_template_used): Explicitly instantiate the cloned
6394         function, not the clones.
6395
6396 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
6397
6398         * call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and
6399         ICS_BAD_FLAG on created conversion.
6400         (compare_ics): Break out rank.
6401
6402 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
6403
6404         * decl.c (xref_tag): Remove extraneous %s on dependent name
6405         lookup warning.
6406
6407 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
6408
6409         * class.c (layout_vtable_decl): Fix off by one error on
6410         build_index_type.
6411         (build_vtt): Likewise.
6412         (build_ctor_vtbl_group): Likewise.
6413
6414 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
6415
6416         * class.c (maybe_indent_hierarchy): New function.
6417         (dump_class_hierarchy_r): Add flags. Dump extra binfo
6418         information, if enabled. Use maybe_indent_hierarchy. Adjust
6419         output format.
6420         (dump_class_hierarchy): Adjust prototype. Adjust output format.
6421         (dump_array, dump_vtable, dump_vtt): New functions.
6422         (finish_struct_1): Adjust hierarchy dumping.
6423         (initialize_vtable): Call dump_vtable.
6424         (build_vtt): Call dump_vtt.
6425         (build_ctor_vtbl_group): Call dump_vtable.
6426         * decl2.c (flag_dump_class_layout): Remove.
6427         (cxx_decode_option): Remove dump translation unit
6428         and dump class hierarchy check. Call dump_switch_p.
6429         (finish_file): Adjust dumping.
6430         (dump.c): Only dump base classes if not TDF_SLIM.
6431         Only dump namespace members if not TDF_SLIM.
6432         * optimize.c (dump_function): New function.
6433         (optimize_function): Call dump_function.
6434         * semantics.c (expand_body): Use dump_enabled_p.
6435
6436 2001-06-01  Nathan Sidwell  <nathan@codesourcery.com>
6437
6438         PR g++/2936
6439         Part missed from first commit
6440         * decl2.c (finish_anon_union): Copy context.
6441
6442 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
6443
6444         PR g++/2936
6445         * optimize.c (remap_decl): Remap anonymous aggregate members too.
6446
6447 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
6448
6449         PR g++/2823
6450         * semantics.c (expand_body): Don't optimize thunks.
6451
6452 2001-05-25  Sam TH  <sam@uchicago.edu>
6453
6454         * cp-tree.h lex.h: Fix header include guards.
6455
6456 2001-05-25  Mark Mitchell <mark@codesourcery.com>
6457
6458         * decl.c (init_decl_processing): Tweak.
6459
6460 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
6461
6462         * decl.c (duplicate_decls): Tidy.
6463         (init_decl_processing): Always set flag_no_builtin.
6464
6465 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
6466
6467         PR c++/2184
6468         * decl2.c (do_local_using_decl): Push the decls, even in a
6469         template.
6470
6471 2001-05-22  Mark Mitchell  <mark@codesourcery.com>
6472
6473         * optimize.c (initialize_inlined_parameters): Don't set
6474         TREE_READONLY for a VAR_DECL taking the place of an inlined
6475         PARM_DECL.
6476
6477 2001-05-22  Jason Merrill  <jason_merrill@redhat.com>
6478
6479         * class.c, cp-tree.h, rtti.c: Remove com_interface attribute support.
6480         * tree.c (cp_valid_lang_attribute): Warn about use of com_interface
6481         attribute.
6482
6483 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
6484
6485         * parse.y: Refer to compound literals as such, not as
6486         constructor-expressions.
6487
6488 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
6489
6490         * call.c (build_op_delete_call): Ignore exception-specifications
6491         when looking for matching delete operators.
6492         * init.c (build_new_1): Compute whether or not the allocation
6493         function used is a placement allocation function or not, and
6494         communicate this information to build_op_delete_call.
6495
6496 2001-05-21  Jason Merrill  <jason_merrill@redhat.com>
6497
6498         * class.c (build_vtable_entry_ref): Lose vtbl parm.  Fix for new abi.
6499         (build_vtbl_ref): Adjust.
6500         (dfs_accumulate_vtbl_inits): Set TREE_CONSTANT on the vtable address.
6501         * decl2.c (lang_f_options): Remove huge-objects, vtable-thunks.
6502         Re-add vtable-gc.
6503         (unsupported_options): Correspondingly.
6504
6505         * decl2.c (maybe_make_one_only): Check flag_weak, not
6506         supports_one_only().
6507
6508         * cp-tree.def (START_CATCH_STMT): Lose.
6509         * dump.c (cp_dump_tree): Don't dump it.  Do dump HANDLER_PARMS.
6510         * tree.c (cp_statement_code_p): Don't case it.
6511         * semantics.c (cp_expand_stmt): Likewise.
6512         * cp-tree.h (START_CATCH_TYPE): Lose.
6513         (HANDLER_TYPE): New.
6514         * except.c (expand_start_catch_block): Don't start any blocks.
6515         Return the type.
6516         (expand_end_catch_block): Don't end any blocks.
6517         * parse.y (handler): Don't pass anything from finish_handler_parms
6518         to finish_handler.
6519         * pt.c (tsubst_expr): Likewise.
6520         * semantics.c (begin_handler): Call note_level_for_catch here.
6521         (finish_handler_parms): Don't return anything.
6522         (genrtl_catch_block, begin_catch_block): Lose.
6523         (genrtl_handler): Call expand_start_catch here.
6524
6525 2001-05-18  Jason Merrill  <jason_merrill@redhat.com>
6526
6527         * class.c (build_vtable): Set DECL_ASSEMBLER_NAME for vtables here.
6528         (get_vtable_decl, build_vtt): Not here.
6529
6530 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
6531
6532         PR c++/2781
6533         * optimize.c (update_cloned_parm): Copy addressability and other
6534         flags.
6535
6536 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6537
6538         * pt.c (determine_specialization): Ignore artificial functions.
6539
6540 2001-05-20  Neil Booth  <neil@daikokuya.demon.co.uk>
6541
6542         * cp-tree.h (struct lang_identifier, C_RID_YYCODE): Update.
6543         (C_RID_CODE): Remove.
6544         * lex.c (cxx_init_options): Call set_identifier_size.  Update.
6545         (init_parse): Don't do it here.
6546
6547 2001-05-18  Diego Novillo  <dnovillo@redhat.com>
6548
6549         * decl2.c (finish_objects): Use the original SYMBOL_REF from the
6550         function declaration to avoid stripping the symbol's attributes.
6551
6552 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
6553
6554         * decl.c (pushdecl): Adjust error string.
6555         (xref_tag): Adjust friend class injection warning. Remove the
6556         inherited name from the class shadowed scope.
6557
6558 2001-05-17  Mark Mitchell  <mark@codesourcery.com>
6559
6560         * except.c (cp_protect_cleanup_actions): New function.
6561         (init_exception_processing): Don't set protect_cleanup_actions
6562         here.  Do set lang_protect_cleanup_actions.
6563
6564 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
6565
6566         * spew.c (read_token): Call yyerror on all unexpected tokens.
6567
6568 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
6569
6570         * init.c (member_init_ok_or_else): Take a tree rather than
6571         string for name.
6572         (expand_member_init): Adjust.
6573
6574 2001-05-14  Nick Clifton  <nickc@cambridge.redhat.com>
6575
6576         * decl.c (duplicate_decls): Suppress warning about duplicate
6577         decls if the first decl is a friend.
6578
6579 2001-05-12  Zack Weinberg  <zackw@stanford.edu>
6580
6581         * except.c (choose_personality_routine): Export.  Add
6582         explanatory comment.  Take an enum languages, not a boolean.
6583         (initialize_handler_parm): Adjust to match.
6584         * cp-tree.h: Prototype choose_personality_routine.
6585         * lex.c (handle_pragma_java_exceptions): New function.
6586         (init_cp_pragma): Register #pragma GCC java_exceptions.
6587
6588 2001-05-12  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6589
6590         * method.c (build_mangled_C99_name): Remove unused prototype.
6591
6592 2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
6593
6594         * cp-tree.h (ptrmemfunc_vbit_where_t): Declare type.
6595         * typeck.c (get_member_function_from_ptrfunc,
6596         build_ptrmemfunc, expand_ptrmemfunc_cst): Take
6597         TARGET_PTRMEMFUNC_VBIT_LOCATION into account.
6598
6599         Reverted Geoff Keating's 2001-05-03's patch.
6600
6601 2001-05-11  Ira Ruben   <ira@apple.com>
6602
6603         * cp/cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.
6604
6605 2001-05-11  Neil Booth  <neil@daikokuya.demon.co.uk>
6606
6607         * cp-tree.h (finish_label_expr, lookup_label): Delete.
6608         * parse.y: Update for '&&'; don't issue warning here.
6609         * semantics.c (finish_label_expr): Delete.
6610
6611 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
6612
6613         * splay-tree.h (splay_tree_max): New function.
6614         (splay_tree_min): Likewise.
6615
6616 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
6617
6618         * cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.
6619         (pfn_vflag_identifier): Define.
6620         Update comment about layout of pointer functions.
6621         (build_ptrmemfunc1): Update prototype.
6622         (expand_ptrmemfunc_cst): Update prototype.
6623         * decl.c (initialize_predefined_identifiers): Initialize
6624         pfn_vflag_identifier.
6625         (build_ptrmemfunc_type): When FUNCTION_BOUNDARY < 16, add
6626         an extra field to the type.
6627         * expr.c (cplus_expand_constant): Pass 'flag' between
6628         expand_ptrmemfunc_cst and build_ptrmemfunc1.
6629         * typeck.c (get_member_function_from_ptrfunc): When
6630         FUNCTION_BOUNDARY < 16, look at additional field to determine
6631         if a pointer-to-member is a real pointer or a vtable offset.
6632         (build_ptrmemfunc1): Add new parameter to contain extra field.
6633         (build_ptrmemfunc): Pass the extra field around.
6634         (expand_ptrmemfunc_cst): Add new parameter to return extra field.
6635         (pfn_from_ptrmemfunc): Ignore the extra field.
6636
6637 2001-05-03  Mark Mitchell  <mark@codesourcery.com>
6638
6639         * cp-tree.h (flag_inline_trees): Update documentation.
6640         * decl.c (init_decl_processing): Adjust handling of
6641         flag_inline_functions and flag_inline_trees to support -O3.
6642         (grokfndecl): Set DECL_INLINE on all functions if that's what
6643         the user requested.
6644         (save_function_data): Clear DECL_INLINE in
6645         current_function_cannot_inline is non-NULL.
6646         * decl2.c (flag_inline_trees): Update documentation.
6647
6648 2001-05-03  Nathan Sidwell  <nathan@codesourcery.com>
6649
6650         * dump.c (cp_dump_tree, USING_STMT case): New case.
6651         * tree.c (cp_statement_code_p): Add USING_STMT.
6652         * decl2.c (do_using_directive): Add the using directive statement.
6653
6654         * tree.c (walk_tree): Reformat an if block.
6655
6656 2001-05-02  Mark Mitchell  <mark@codesourcery.com>
6657
6658         * decl.c (compute_array_index_type): Don't try to do anything with
6659         the indices when processing a template.
6660
6661 2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6662
6663         * call.c: NULL_PTR -> NULL.
6664         * class.c: Likewise.
6665         * cvt.c: Likewise.
6666         * decl.c: Likewise.
6667         * decl2.c: Likewise.
6668         * except.c: Likewise.
6669         * init.c: Likewise.
6670         * rtti.c: Likewise.
6671         * search.c: Likewise.
6672         * tree.c: Likewise.
6673         * typeck.c: Likewise.
6674         * typeck2.c: Likewise.
6675
6676 2001-05-02  Mark Mitchell  <mark@codesourcery.com>
6677
6678         * decl2.c (do_using_directive): Revert previous patch.
6679
6680 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
6681
6682         * cp-tree.def (USING_STMT): New statement node.
6683         * cp-tree.h (USING_STMT_NAMESPACE): New macro.
6684         * decl2.c (do_using_directive): Add USING_STMT to statement
6685         tree. Don't emit errors when processing template decl.
6686         * pt.c (tsubst_expr, USING_STMT case): New case.
6687         * semantics.c (cp_expand_stmt, USING_STMT case): New case.
6688
6689 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
6690
6691         * call.c (build_new_op): Convert args from reference here.
6692         (build_conditional_expr): Don't convert here.
6693
6694 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
6695
6696         * spew.c (last_token_id): New static variable.
6697         (read_token): Set it here.
6698         (yyerror): Use it here.
6699
6700 2001-04-30  Richard Henderson  <rth@redhat.com>
6701
6702         * cvt.c: Downcase C_PROMOTING_INTEGER_TYPE_P invocations.
6703         * decl.c: Likewise.
6704
6705 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
6706
6707         * gxxint.texi: Remove.
6708         * Make-lang.in: Remove all traces of gxxint.texi.
6709
6710 Mon Apr 30 16:14:10 2001  Mark P Mitchell  <mark@codesourcery.com>
6711
6712         * decl2.c (start_static_initialization_or_destruction): Correct
6713         logic to handle the -fno-use-cxa-atexit case.
6714
6715 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
6716
6717         * optimize.c (update_cloned_parm): New function.
6718         (maybe_clone_body): Use it.  Update the `this' parameter too.
6719
6720 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
6721
6722         * decl2.c (unsupported_options): Add new-abi.
6723         * lang-options.h: Remove no longer supported options.
6724
6725 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6726
6727         * except.c (can_convert_eh): Don't check template parms,
6728         typename types etc.
6729
6730 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6731
6732         * optimize.c (maybe_clone_body): Copy parameter names and locations.
6733
6734 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6735
6736         * cp-tree.h (adjust_clone_args): Prototype new function.
6737         * class.c (adjust_clone_args): New function.
6738         * decl.c (start_function): Call it for in charge ctors.
6739
6740 2001-04-26  Mark Mitchell  <mark@codesourcery.com>
6741
6742         * method.c (use_thunk): Make sure that thunks really are emitted
6743         when requested.
6744
6745 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
6746
6747         * mangle.c (write_chars): New macro.
6748         (hwint_to_ascii): New function
6749         (write_number): Use it.
6750         (write_integer_cst): Deal with really big numbers.
6751
6752 2001-04-25  Mark Mitchell  <mark@codesourcery.com>
6753
6754         * optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting
6755         the clone.
6756
6757 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
6758
6759         * decl.c (grokdeclarator): Set context of namespace scope
6760         TYPE_DECLS.
6761
6762 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
6763
6764         * cp/optimize.c: Include hashtab.h.
6765         (struct inline_data): Add tree_pruner.
6766         (expand_call_inline, expand_calls_inline): Use it when calling
6767         walk_tree.
6768         (optimize_function): Initialize and free tree_pruner.
6769
6770 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
6771
6772         Lazy __FUNCTION__ generation.
6773         * cp-tree.def (FUNCTION_NAME): Remove.
6774         * cp-tree.h (function_name_declared_p): Remove.
6775         (cp_fname_init): Prototype.
6776         * decl.c (init_decl_processing): Don't generate __FUNCTION__ et al ids,
6777         don't call declare_function_name. Call start_fname_decls.
6778         (cp_make_fname_decl): Adjust parameters. Generate the name. Don't
6779         clobber the line number.
6780         (cp_fname_init): New function.
6781         (start_function): Call start_fname_decls.
6782         (finish_function): Call finish_fname_decls.
6783         * lex.c (reswords): Add slots for __FUNCTION__ et al.
6784         (rid_to_yy): Add mappings for __FUNCTION__ et al.
6785         * optimize.c (maybe_clone_body): Remove function_name_declared_p.
6786         * parse.y (VAR_FUNC_NAME): New token.
6787         (primary): Add VAR_FUNC_NAME.
6788         * pt.c (tsubst_decl): Adjust a DECL_PRETTY_FUNCTION_P's
6789         generation.
6790         (tsubst, FUNCTION_NAME case): Remove.
6791         (tsubst_copy, FUNCTION_NAME case): Remove.
6792         (tsubst_expr, DECL_STMT case): Be careful with a
6793         DECL_PRETTY_FUNCTION_P.
6794         (instantiate_decl): Remove function_name_declared_p.
6795         * semantics.c (begin_compound_statement): Don't call
6796         declare_function_name here.
6797         (setup_vtbl_ptr). Don't save & restore function_name_declared_p.
6798         (finish_translation_unit): Call finish_fname_decls.
6799         (expand_body): Remove function_name_declared_p.
6800         * typeck2.c (digest_init): Allow any ERROR_MARK.
6801
6802 2001-04-24  Nathan Sidwell  <nathan@codesourcery.com>
6803
6804         * pt.c (tsubst_decl): Use VOID_TYPE_P.
6805         * semantics.c: Fix some typos.
6806
6807 2001-04-23  Phil Edwards  <pme@sources.redhat.com>
6808
6809         * cp/decl2.c (flag_honor_std):  Always initialize to 1.
6810
6811 2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6812
6813         * xref.c (GNU_xref_file): Use concat in lieu of xmalloc/sprintf.
6814
6815 2001-04-23  Jason Merrill  <jason_merrill@redhat.com>
6816
6817         * except.c (build_throw): Wrap the initialization of the exception
6818         object in a MUST_NOT_THROW_EXPR.
6819         (do_free_exception): #if 0.
6820
6821 2001-04-20  Mark Mitchell  <mark@codesourcery.com>
6822
6823         * cp-tree.h (finish_enum): Change prototype.
6824         * decl.c (finish_enum): Reorganize.
6825         * parse.y (structsp): Adjust calls to finish_enum.
6826
6827 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6828
6829         * tree.c (cp_tree_equal): Adjust final switch formatting. Add
6830         't' case.
6831
6832 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6833
6834         * class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED.
6835         (layout_empty_base): Return at end flag.
6836         (build_base_field): Likewise.
6837         (build_base_fields): Likewise.
6838         (layout_virtual_bases): Don't add 1 to eoc value.
6839         (end_of_class): Use full size for empty bases.
6840         (layout_class_type): Clear CLASSNEARLY_EMPTY_P if we appended
6841         empty bases. Don't add 1 to eoc value. Only add trailing padding
6842         if we're an empty class with no empty bases.
6843         (dump_class_hierarchy): Dump size and alignment.
6844
6845 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6846
6847         * call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG and
6848         ICS_BAD_FLAG.
6849
6850 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6851
6852         * search.c (lookup_field_r): If looking for type and non-TYPE_DECL
6853         is found, look first if name does not match the structure name.
6854
6855 2001-04-19  Mark Mitchell  <mark@codesourcery.com>
6856
6857         * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is
6858         set.
6859         (SET_DECL_LANGUAGE): New macro.
6860         * decl.c (duplicate_decls): Use SET_DECL_LANGUAGE.
6861         (pushdecl): Likewise.
6862         (build_library_fn_1): Likewise.
6863         (build_cp_library_fn): Likewise.
6864         (grokfndecl): Likewise.
6865         (grokvardecl): Mark `extern "C"' variables as having C linkage.
6866         * decl2.c (grokclassfn): Use SET_DECL_LANGUAGE.
6867         * lex.c (retrofit_lang_decl): Likewise.
6868         * mangle.c (mangle_decl_string): Don't mangle the names of
6869         variables declared with C language linkage.
6870         * semantics.c (finish_member_declaration): Use SET_DECL_LANGUAGE.
6871
6872 2001-04-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6873
6874         * semantics.c (simplify_aggr_init_exprs_r): Don't restore
6875         flag_access_control from uninitialized storage.
6876
6877 2001-04-15  Mark Mitchell  <mark@codesourcery.com>
6878
6879         * cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.
6880         * mangle.c (write_pointer_to_member_type): Fix mangling of
6881         pointers to cv-qualified member function types.
6882
6883         * init.c (build_delete): Create a SAVE_EXPR for the address if
6884         we're going to use it more than once.
6885
6886 2001-04-13  Mark Mitchell  <mark@codesourcery.com>
6887
6888         * cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.
6889         (expand_ptremfunc_cst): Change prototype.
6890         (delta2_from_ptrmemfunc): Remove.
6891         * expr.c (cplus_expand_constant): Adjust call to
6892         expand_ptrmemfunc_cst.
6893         * typeck.c (build_ptrmemfunc1): Simplify.
6894         (build_ptrmemfunc): Make sure that casting a PTRMEM_CST still
6895         results in a constant.
6896         (expand_ptrmemfunc_cst): Remove idx and delta2 parameters.
6897         (delta2_from_ptrmemfunc): Remove.
6898         (pfn_from_ptrmemfunc): Adjust call to expand_ptrmemfunc_cst.
6899
6900 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
6901
6902         * cp-tree.h (decl_namespace_list): New macro.
6903         (struct saved_scope): Add decl_ns_list.
6904         * decl.c (mark_saved_scope): Mark it.
6905         * decl2.c: Lose static decl_namespace_list.
6906         (init_decl2): Don't save it.
6907
6908 2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6909
6910         * cp-tree.h (warn_return_type, yylex): Delete redundant
6911         declarations.
6912
6913         * decl.c (current_class_depth, global_namespace): Likewise.
6914
6915         * decl2.c (current_class_depth, flag_gnu_xref): Likewise
6916
6917         * repo.c (flag_use_repository): Likewise.
6918
6919 2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6920
6921         * cp-tree.h (pedantic, convert, global_bindings_p, insert_block,
6922         set_block, pushdecl, getdecls, gettags, init_decl_processing,
6923         maybe_build_cleanup, copy_lang_decl, prep_stmt, lvalue_p,
6924         lvalue_or_else, print_lang_statistics, comp_target_types,
6925         unsigned_type, signed_type, signed_or_unsigned_type,
6926         build_function_call, mark_addressable, incomplete_type_error):
6927         Delete redundant declarations.
6928
6929 2001-04-11  Jason Merrill  <jason_merrill@redhat.com>
6930
6931         * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.
6932         (TYPE_ANONYMOUS_P): New macro.
6933         (TAGGED_TYPE_P): New macro.
6934         * decl.c (check_tag_decl): Use TYPE_ANONYMOUS_P.
6935         (grokfndecl, grokvardecl, grokdeclarator): Likewise.
6936         * tree.c (no_linkage_helper): Likewise.
6937         * semantics.c (begin_class_definition): Likewise.
6938         * pt.c (convert_template_argument): Likewise.
6939         * lex.c (check_for_missing_semicolon): Likewise.
6940
6941 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
6942
6943         * class.c (dfs_unshared_virtual_bases): New function.
6944         (mark_primary_bases): Call it.
6945         (check_bases): Ignore virtual bases when determining
6946         nearly-emptiness.
6947
6948 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
6949
6950         * method.c (make_thunk): Clear DECL_CLONED_FUNCTION.
6951
6952 2001-04-11  Mark Mitchell  <mark@codesourcery.com>
6953
6954         * optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the
6955         cloned function to the clone.
6956
6957 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6958
6959         * Make-lang.in (cp/semantics.o): Depend on $(EXPR_H).
6960
6961         * semantics.c: Include expr.h.
6962
6963 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
6964
6965         * method.c (implicitly_declare_fn): Commonize code for copy ctor
6966         and assignment op. Set TREE_USED for parameter.
6967
6968 2001-04-10  Mark Mitchell  <mark@codesourcery.com>
6969
6970         * class.c (find_final_overrider_data): Add `candidates'.
6971         (dfs_find_final_overrider): Don't issue error messages
6972         prematurely.
6973         (find_final_overrider): Issue error messages here.
6974         (build_base_field): Don't warn about amgibuous direct bases here.
6975         (warn_about_ambiguous_direct_bases): New function.
6976         (layout_class_type): Use it.
6977
6978 2001-04-10  Richard Henderson  <rth@redhat.com>
6979
6980         * typeck.c (build_array_ref): Push the array reference inside
6981         COMPOUND_EXPR and COND_EXPR.
6982
6983 2001-04-05  Mark Mitchell  <mark@codesourcery.com>
6984
6985         * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.
6986         * decl.c (duplicate_decls): Adjust accordingly.
6987         (maybe_commonize_var): Likewise.
6988         (grokfndecl): Likewise.
6989         (start_function): Likewise.
6990         (start_method): Likewise.
6991         * decl2.c (key_method): Likewise.
6992         (import_export_decl): Likewise.
6993         * method.c (implicitly_declare_fn): Likewise.
6994         * optimize.c (maybe_clone_body): Likewise.
6995
6996 2001-04-05  Benjamin Kosnik  <bkoz@redhat.com>
6997
6998         * lang-specs.h: Add __DEPRECATED.
6999
7000 Thu Apr  5 16:54:29 2001  J"orn Rennecke <amylaar@redhat.com>
7001
7002         * search.c (get_dynamic_cast_base_type): When building a new
7003         constant, set its type to ssizetype.
7004
7005 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
7006
7007         * optimize.c (expand_call_inline): Only add newly inlined statements
7008         into inlined_stmts.
7009
7010 2001-04-03  Mark Mitchell  <mark@codesourcery.com>
7011
7012         * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
7013         (OPERATOR_FORMAT): Likewise.
7014         (OPERATOR_TYPENAME_FORMAT): Likewise.
7015         * operators.def: Remove old name-mangling information.
7016         * decl.c (grok_op_properties): Adjust accordingly.
7017         * lex.c (init_operators): Likewise.
7018         * rtti.c (get_tinfo_decl): Issue error messages about types that
7019         have variable size.
7020
7021 2001-04-03  Mark Mitchell  <mark@codesourcery.com>
7022
7023         * decl2.c (import_export_decl): Don't call import_export_class
7024         when processing an inline member function.
7025         * semantics.c (expand_body): Call import_export_decl before
7026         emitting inline functions.
7027
7028 2001-03-28  Richard Henderson  <rth@redhat.com>
7029
7030         IA-64 ABI Exception Handling:
7031         * cp-tree.def (EH_SPEC_BLOCK): New.
7032         (MUST_NOT_THROW_EXPR): New.
7033         * cp-tree.h: Update changed function declarations.
7034         (CPTI_PUSH_EXCEPTION_IDENTIFIER): Remove.
7035         (CPTI_CALL_UNEXPECTED): New.
7036         (struct cp_language_function): Rename x_eh_spec_try_block
7037         to x_eh_spec_block.
7038         (EH_SPEC_STMTS, EH_SPEC_RAISES): New.
7039         * decl.c (current_binding_level): If no current function
7040         bindings, revert to scope_chain.
7041         (initialize_predefined_identifiers): Remove __cp_push_exception.
7042         (store_parm_decls): Use begin_eh_spec_block.
7043         (finish_function): Use finish_eh_spec_block.
7044         (mark_lang_function): Update for name changes.
7045         * decl2.c (finish_file): No mark_all_runtime_matches.
7046         * dump.c (cp_dump_tree): Handle new tree codes.
7047         * error.c (dump_expr) [BIND_EXPR]: Fix typo.
7048         * except.c (catch_language_init, catch_language): Remove.
7049         (init_exception_processing): Don't set language code.
7050         Initialize call_unexpected_node, protect_cleanup_actions,
7051         eh_personality_libfunc, lang_eh_runtime_type.
7052         (call_eh_info, push_eh_info, get_eh_info, get_eh_value): Remove.
7053         (get_eh_type, get_eh_caught, get_eh_handlers): Remove.
7054         (prepare_eh_type): Split out type canonicalizations ...
7055         (build_eh_type_type): ... from here.
7056         (build_eh_type_type_ref): Remove.
7057         (mark_all_runtime_matches): Remove.
7058         (build_exc_ptr): New.
7059         (do_begin_catch, do_end_catch): New.
7060         (do_pop_exception): Remove.
7061         (build_terminate_handler): Remove.
7062         (choose_personality_routine): Split out language choice from ...
7063         (initialize_handler_parm): ... here.
7064         Use MUST_NOT_THROW_EXPR.
7065         (expand_start_catch_block): Use do_begin_catch.  Simplify Java
7066         exception object handling.
7067         (expand_start_eh_spec, expand_end_eh_spec): Remove.
7068         (expand_exception_blocks, alloc_eh_object): Remove.
7069         (begin_eh_spec_block, finish_eh_spec_block): New.
7070         (do_allocate_exception, do_free_exception): New.
7071         (expand_throw): Merge into ...
7072         (build_throw): ... here.  Update for abi.
7073         * expr.c (cplus_expand_expr): No expand_internal_throw.
7074         Handle MUST_NOT_THROW_EXPR.
7075         * pt.c (tsubst_expr): Handle EH_SPEC_BLOCK.
7076         * semantics.c (*) Update for except.h name changes.
7077         (genrtl_try_block): No protect_with_terminate.
7078         (genrtl_eh_spec_block): New.
7079         (genrtl_handler): Don't emit the goto here.
7080         (cp_expand_stmt): Handle EH_SPEC_BLOCK.
7081         (genrtl_finish_function): Don't expand_exception_blocks.
7082         * tree.c (cp_statement_code_p): Handle EH_SPEC_BLOCK.
7083
7084 2001-03-28  Richard Henderson  <rth@redhat.com>
7085
7086         * decl.c (struct named_label_list): Rename eh_region to
7087         in_try_scope, add in_catch_scope.
7088         (struct binding_level): Rename eh_region to is_try_scope,
7089         add is_catch_scope.
7090         (note_level_for_try): Rename from note_level_for_eh.
7091         (note_level_for_catch): New.
7092         (poplevel): Copy both is_try_scope and is_catch_scope to
7093         the named_label_list struct.
7094         (check_previous_goto_1): Don't check for catch block via
7095         DECL_ARTIFICIAL; use in_try_scope instead.
7096         (check_goto): Likewise.
7097         * cp-tree.h (note_level_for_try, note_level_for_catch): Declare.
7098         * except.c (expand_start_catch_block): Call note_level_for_catch.
7099         * semantics.c (begin_compound_stmt): Update for note_level_for_try.
7100
7101 2001-03-27  Richard Henderson  <rth@redhat.com>
7102
7103         * except.c: Use USING_SJLJ_EXCEPTIONS instead of
7104         exceptions_via_longjmp.
7105
7106 2001-03-27  Phil Edwards  <pme@sources.redhat.com>
7107
7108         * pt.c (check_default_tmpl_args):  Make error messages clearer.
7109
7110 2001-03-26  Phil Edwards  <pme@sources.redhat.com>
7111
7112         * error.c:  Also undefine 'A' macro used for cp_printers definition.
7113
7114 2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7115
7116         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
7117
7118 2001-03-26  Mike Yang <yang@research.att.com>
7119             Mark Mitchell  <mark@codesourcery.com>
7120
7121         * dump.c (dump_access): New function.
7122         (cp_dump_tree): Use it.  Dump basetype information for class
7123         types.
7124
7125 2001-03-26  Mark Mitchell  <mark@codesourcery.com>
7126
7127         * Makefile.in (optimize.o): Depend on params.h.
7128         (duplicate_decls): Copy DECL_NUM_STMTS, not DECL_FRAME_SIZE.
7129         (init_decl_processing): Set flag_no_inline when doing
7130         inlining-on-trees.
7131         * optimize.c: Include params.h.
7132         (struct inline_data): Improve documentation of FNS.  Add
7133         FIRST_INLINED_FN, INLINED_STMTS, and CLONING_P.
7134         (INSNS_PER_STMT): New macro.
7135         (remap_block): Use CLONING_P.
7136         (inlinable_function_p): Don't inline big functions.
7137         (expand_call_inline): Keep track of how much inlining we've done.
7138         (optimize_function): Set FIRST_INLINED_FN.
7139         (maybe_clone_body): Set CLONING_P.
7140         * semantics.c (simplify_aggr_init_exprs_r): Fix typing problems in
7141         tree nodes.
7142         (genrtl_finish_function): Clear DECL_DEFER_OUTPUT before calling
7143         rest_of_compilation.  Clear DECL_RTL for local variables
7144         afterwards.
7145         (clear_decl_rtl): New function.
7146
7147 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
7148
7149         Implement DR 209
7150         * cp-tree.h (skip_type_access_control,
7151         reset_type_access_control): Prototype.
7152         * decl.c (grokdeclarator): Access of friends is not checked.
7153         * parse.y (component_decl_list): Reset type access control.
7154         * semantics.c (decl_type_access_control): Clear
7155         current_type_lookups.
7156         (save_type_access_control): Don't save if not deferring.
7157         (skip_type_access_control, reset_type_access_control): New
7158         functions.
7159         (begin_class_definition): Do type access control for basetypes.
7160         Start deferred access control.
7161         (finish_class_definition): Resume immediate access control if
7162         this is a local class.
7163
7164 2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7165
7166         * class.c (add_method): Use memcpy/memmove, not bcopy.
7167
7168         * decl.c (duplicate_decls): Likewise.
7169
7170 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
7171
7172         * mangle.c (write_discriminator): Use `_0' for discriminator 1,
7173         not `_'.
7174
7175 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
7176
7177         * decl.c (local_names): Define.
7178         (push_local_name): New.
7179         (grok_reference_init): Return init if initializing static reference
7180         variable with non-constant instead of emitting it.
7181         Move expand_static_init call to cp_finish_decl.
7182         (layout_var_decl): Call push_local_name.
7183         (maybe_commonize_var): Allow inlining functions even if they have
7184         static local variables, use comdat_linkage for them if flag_weak.
7185         (check_initializer): Call obscure_complex_init if
7186         grok_reference_init returned nonzero.
7187         (save_function_data): Clear x_local_names.
7188         (pop_cp_function_context): Free x_local_names.
7189         (mark_inlined_fns): Remove.
7190         (mark_lang_function): Mark x_local_names.
7191         (lang_mark_tree): Don't mark DECL_ACCESS for DECL_DISCRIMINATOR_P.
7192         Mark inlined_fns as tree, remove call to mark_inlined_fns.
7193         * class.c (alter_access): Ensure DECL_ACCESS is never set if
7194         DECL_DISCRIMINATOR_P.
7195         * cp-tree.h (cp_language_function): Add x_local_names.
7196         (lang_decl_flags): Add discriminator into u2.
7197         (lang_decl_inlined_fns): Remove.
7198         (lang_decl): inlined_fns is now a TREE_VEC.
7199         (DECL_DISCRIMINATOR_P, DECL_DISCRIMINATOR): Define.
7200         * optimize.c (inlinable_function_p): DECL_INLINED_FNS is now a
7201         TREE_VEC, not a custom structure.
7202         (optimize_function): Likewise.
7203         * mangle.c (discriminator_for_local_entity): Discriminate among
7204         VAR_DECL local entities.
7205         * search.c (dfs_access_in_type): If DECL_DISCRIMINATOR_P, DECL_ACCESS
7206         is not valid.
7207
7208 2001-03-22  Bryce McKinlay  <bryce@albatross.co.nz>
7209
7210         Add support for Java interface method calls.
7211         * cp-tree.h (struct lang_type): Add java_interface flag.
7212         (TYPE_JAVA_INTERFACE): New macro.
7213         * tree.c (cp_valid_lang_attribute): Handle "java_interface" attribute
7214         by setting TYPE_JAVA_INTERFACE.
7215         * call.c (java_iface_lookup_fn): New static.
7216         (build_over_call): If calling a method declared in a
7217         TYPE_JAVA_INTERFACE, call build_java_interface_fn_ref to generate the
7218         expression which resolves the function address.
7219         (build_java_interface_fn_ref): New function.
7220
7221 2001-03-22  Richard Henderson  <rth@redhat.com>
7222
7223         * Make-lang.in (cp/except.o): Don't depend on insn-flags.h.
7224         * except.c: Don't include it.
7225
7226 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7227             based on an idea from Joe Buck <jbuck@synopsys.com>
7228
7229         * parse.y (bad_decl, template_arg_list_ignore, arg_list_ignore):
7230         New nonterminals.
7231         (data_def, component_decl): Add reductions to bad_decl.
7232
7233 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
7234
7235         * method.c (do_build_assign_ref): Don't use build_modify_expr for
7236         anonymous aggregates, since they don't have assignment operator
7237         method.
7238         * decl.c (fixup_anonymous_aggr): Disallow ctors, dtors and copy
7239         assignment operators for anonymous structure fields.
7240
7241 2001-03-21  Jason Merrill  <jason@redhat.com>
7242
7243         * pt.c (instantiate_decl): Abort if we see a member constant
7244         instantiation that doesn't already have its initializer.
7245         Downgrade explicit instantiation without definition to pedwarn.
7246
7247         * cp-tree.h (DECL_TINFO_FN_P, SET_DECL_TINFO_FN_P): Remove.
7248         * class.c (build_vtable_entry): Don't check DECL_TINFO_FN_P.
7249         (import_export_decl): Check tinfo_decl_p, not DECL_TINFO_FN_P.
7250
7251         * cp-tree.h (CLASSTYPE_VTABLE_NEEDS_WRITING): Remove.
7252         (pending_vtables): Remove.
7253         * decl2.c (pending_vtables): Remove.
7254         (import_export_vtable): Use CLASSTYPE_INTERFACE_ONLY, not
7255         CLASSTYPE_VTABLE_NEEDS_WRITING.
7256         (import_export_class): Likewise.
7257         (init_decl2): Don't mark pending_vtables.
7258         * lex.c (handle_pragma_vtable): Just sorry.
7259         * pt.c (instantiate_class_template): Don't mess with
7260         CLASSTYPE_VTABLE_NEEDS_WRITING.
7261         (mark_class_instantiated): Likewise.
7262         * ptree.c (print_lang_type): Don't print it.
7263         * semantics.c (begin_class_definition): Don't set it.
7264
7265         * pt.c (template_tail): Replace with last_pending_template.
7266         (maybe_templates, maybe_template_tail): Remove.
7267         (add_pending_template): Adjust.
7268         (instantiate_pending_templates): Adjust.
7269
7270         * cp-tree.h (struct saved_scope): Remove lang_stack field.
7271         (current_lang_stack): Remove.
7272         * decl.c (maybe_push_to_top_level): Don't initialize it.
7273         (duplicate_decls): Use current_lang_depth.
7274         (xref_basetypes): Likewise.
7275         * class.c (current_lang_depth): New fn.
7276         (push_lang_context): Use more varray functionality.
7277         (pop_lang_context): Likewise.
7278
7279         * error.c (GLOBAL_THING): Always use '__'.
7280
7281 2001-03-21  Mark Mitchell  <mark@codesourcery.com>
7282
7283         * class.c (build_clone): Clear DECL_ASSEMBLER_NAME.
7284
7285         * mangle.c (mangle_decl_string): Mangle the names of overloaded
7286         operators, even when they have `extern "C"' linkage.
7287
7288 2001-03-19  Mark Mitchell  <mark@codesourcery.com>
7289
7290         * class.c (get_vtable_decl): Use SET_DECL_ASSEMBLER_NAME,
7291         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
7292         where it's not necessary.
7293         (add_method): Remove optimization involving comparison of
7294         DECL_ASSEMBLER_NAME.
7295         (build_vtbl_or_vbase_field): Use SET_DECL_ASSEMBLER_NAME,
7296         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
7297         where it's not necessary.
7298         (check_methods): Likewise.
7299         (build_clone): Likewise.
7300         (built_vtt): Likewise.
7301         * cp-tree.h (DECL_NEEDED_P): Likewise.
7302         * decl.c (pushtag): Likewise.
7303         (duplicate_decls): Likewise.
7304         (pushdecl): Likewise.
7305         (builtin_function): Likewise.
7306         (build_library_fn_1): Set DECL_LANGUAGE for library functions.
7307         (build_cp_library_fn): Likewise.
7308         (maybe_commonize_var): Use SET_DECL_ASSEMBLER_NAME,
7309         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
7310         where it's not necessary.
7311         (make_rtl_for_nonlocal_decl): Likewise.
7312         (cp_finish_decl): Likewise.
7313         (grokfndecl): Likewise.
7314         (grokvardecl): Likewise.
7315         (grokdeclarator): Likewise.
7316         (start_function): Likewise.
7317         (cp_missing_return_ok_p): Likewise.
7318         * decl2.c (grokclassfn): Likewise.
7319         (check_classfn): Likewise.
7320         (finish_static_data_member_decl): Likewise.
7321         (grokfield): Likewise.
7322         * error.c (GLOBAL_IORD_P): Remove.
7323         (dump_global_iord): Improve output.
7324         (dump_decl): Avoid using DECL_ASSEMBLER_NAME.
7325         * except.c (nothrow_libfn_p): Summarily reject any function not in
7326         namespace-scope.
7327         * init.c (build_java_class_ref): Don't explicitly set
7328         DECL_ASSEMBLER_NAME after calling mangle_decl.
7329         * mangle.c (mangle_decl_string): Handle extern "C" functions.
7330         (mangle_decl): Set the DECL_ASSEMBLER_NAME for the decl.
7331         * method.c (set_mangled_name_for_decl): Don't explicitly set
7332         DECL_ASSEMBLER_NAME after calling mangle_decl.
7333         (make_thunk): Explicitly set the DECL_ASSEMBLER_NAME and
7334         IDENTIFIER_GLOBAL_VALUE for the thunk.
7335         * pt.c (set_mangled_name_for_template_decl): Remove.
7336         (check_explicit_specialization): Don't use it.
7337         (looup_template_class): Don't set DECL_ASSEMBLER_NAME.
7338         (tsubst_friend_function): Likewise.
7339         (tsubst_decl): Likewise.
7340         (regenerate_decl_from_template): Use COPY_DECL_ASSEMBLER_NAME.
7341         * rtti.c (get_tinfo_decl): Use SET_DECL_ASSEMBLER_NAME,
7342         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
7343         where it's not necessary.
7344         (tinfo_base_init): Likewise.
7345         (create_real_tinfo_var): Likewise.
7346         * search.c (looup_field_1): Likewise.
7347         * semantics.c (finish_named_return_value): Likewise.
7348         * tree.c (init_tree): Set lang_set_decl_assembler_name.
7349
7350 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
7351
7352         Correct semantics restrictions checking in throw-expression.
7353         * except.c (is_admissible_throw_operand): New function.
7354         (build_throw): Use it.
7355
7356 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
7357
7358         * decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__
7359         and its ilk.
7360
7361 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
7362
7363         * class.c (build_clone): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
7364         * cp-tree.h (DECL_IN_MEMORY_P): Likewise.
7365         * decl.c (duplicate_decls): Likewise.
7366         (builtin_function): Likewise.
7367         (build_library_fn): Likewise.
7368         (build_cp_library_fn): Likewise.
7369         (check_initializer): Likewise.
7370         (cp_finish_decl): Likewise.
7371         * decl2.c (grokfield): Likewise.
7372         (grok_function_init): Remove #if 0'd code.
7373         (finish_anon_union): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
7374         * friend.c (do_friend): Likewise.
7375         * init.c (get_temp_regvar): Likewise.
7376         * method.c (make_thunk): Likewise.
7377         * pt.c (tsubst_friend_function): Likewise.
7378         (tsubst_decl): Likewise.
7379         (regenerate_decl_from_template): Likewise.
7380         * semantics.c (genrtl_named_return_value): Likewise.
7381         (expand_body): Likewise.
7382         (genrtl_finish_function): Likewise.
7383         * tree.c (cp_tree_equal): Likewise.
7384
7385 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
7386
7387         * call.c (convert_like_real): Add extra semantics to INNER
7388         parameter. Don't convert to temporary if a user conversion
7389         gives us an lvalue that we're about to bind to a reference.
7390         Set INNER to indicate pending reference binding on recursive
7391         calls.
7392
7393 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
7394
7395         * cp/lex.c: Delete duplicate pending_lang_change.
7396
7397 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
7398
7399         * cp/lex.c (handle_pragma_interface, handle_pragma_implementation):
7400         Similarly.
7401         * cp/repo.c (get_base_filename, open_repo_file): Similarly.
7402         * cp/cp-tree.h: Remove file_name_nondirectory prototype.
7403
7404 2001-03-09  Zack Weinberg  <zackw@stanford.edu>
7405
7406         * Make-lang.in: Add dependencies on $(TM_P_H) as appropriate.
7407
7408 2001-03-08  Stan Shebs  <shebs@apple.com>
7409
7410         * cp-tree.h (set_identifier_local_value): Remove unused decl.
7411
7412 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
7413
7414         * spew.c: Remove references to CPP_OSTRING.
7415
7416 2001-03-06  Andrew Haley  <aph@redhat.com>
7417
7418         * typeck.c (convert_arguments): Check that we have an fndecl.
7419
7420 2001-03-05  Andrew Haley  <aph@redhat.com>
7421
7422         * typeck.c (convert_arguments): Don't do ellipsis conversion for
7423         __built_in_constant_p.
7424
7425 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
7426
7427         * typeck.c (build_static_cast): Allow enum to enum conversions
7428         as per DR 128.
7429
7430 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
7431
7432         * class.c (check_field_decls): Pointers to member do not a
7433         non-pod struct make, as per DR 148.
7434
7435 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
7436
7437         * call.c (joust): cp_pedwarn when using gnu extension concerning
7438         worst conversion sequences.
7439
7440 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
7441
7442         * decl.c: Replace all uses of 'boolean' with 'bool'.
7443
7444 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
7445
7446         * lang-specs.h: Add zero initializer for cpp_spec field to
7447         all array elements that need one.  Don't put an #ifdef inside
7448         the initializer list; set a default for CPLUSPLUS_CPP_SPEC and
7449         use it.
7450
7451 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
7452
7453         Implement using decls inside template functions.
7454         * decl2.c (validate_nonmember_using_decl): Don't special case
7455         fake_std_node in the global namespace. Don't reject early when
7456         processing a template.
7457         (do_local_using_decl): Add to statement tree. Don't do further
7458         processing when building a template.
7459         * pt.c (tsubst_expr, DECL_STMT case): Deal with USING_DECLs.
7460
7461 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
7462
7463         * decl2.c (do_nonmember_using_decl): Don't complain if we find
7464         same function. Do complain about ambiguating extern "C"
7465         declarations.
7466
7467 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
7468
7469         Remove floating point and complex type template constant parms.
7470         * pt.c (convert_nontype_argument): Remove REAL_TYPE and
7471         COMPLEX_TYPE extensions.
7472         (invalid_nontype_parm_type_p): Likewise.
7473
7474 2001-02-27  Jeffrey Oldham  <oldham@codesourcery.com>
7475
7476         * except.c (call_eh_info): Revert "match_function"'s type.
7477
7478 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
7479
7480         Fix ctor vtable vcall offsets.
7481         * class.c (struct vtbl_init_data_s): Add rtti_binfo member.
7482         (build_rtt_vtbl_entries): Lose RTTI_BINFO parameter.
7483         (get_matching_base): Remove.
7484         (get_original_base): New function.
7485         (build_vtbl_initializer): Initialize vid.rtti_binfo.
7486         Use a virtual thunk for a ctor vtable with an index
7487         (add_vcall_offset_vtbl_entries_1): Check if binfo has lost a
7488         primary base within a constructor vtable. Only set
7489         BV_VCALL_INDEX when not a constructor vtable. Adjust vcall offset
7490         when primary base has been lost.
7491         * cp-tree.h (BINFO_VIRTUALS): Remove ambiguity from comment.
7492
7493 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
7494
7495         * call.c (joust): Ensure more_specialized()'s argument length
7496         parameter has correct value for constructors.
7497
7498 2001-02-26  Nathan Sidwell  <nathan@codesourcery.com>
7499
7500         * except.c (call_eh_info): Cleanup generation of cp_eh_info struct.
7501
7502         * decl.c (mark_inlined_fns): Prototype.
7503
7504 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
7505
7506         * spew.c (yylex): Correct handling of friends.
7507
7508 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
7509
7510         * mangle.c (write_encoding): Pass write_function_type the
7511         FUNCTION_DECL for the function being encoded.
7512         (write_function_type): Pass it along to write_bare_function_type.
7513         (write_bare_function_type): Pass it along to write_method_parms.
7514         (write_method_parms): Don't mangle the compiler-generated
7515         parameters to a constructor or destructor.
7516
7517 2001-02-22  Andreas Jaeger  <aj@suse.de>
7518
7519         * optimize.c: Include toplev.h for
7520         note_deferral_of_defined_inline_function prototype.
7521
7522 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
7523
7524         * cp-tree.h (struct lang_decl_inlined_fns): New.
7525         (struct lang_decls): Add inlined_fns.
7526         (DECL_INLINED_FNS): New macro.
7527         * optimize.c (struct inline_data): Add inlined_fns.
7528         (declare_return_variable): Use VARRAY_ACTIVE_SIZE macro.
7529         (inlinable_function_p): Likewise, fix typo in comment,
7530         function is not inlinable if it already inlined function currently
7531         being optimized.
7532         (expand_call_inline): Add fn to inlined_fns if necessary.
7533         (optimize_function): Initialize inlined_fns.
7534         Save inlined_fns into DECL_INLINED_FNS after expanding inlines.
7535         * decl.c (mark_inlined_fns): New function.
7536         (lang_mark_tree): Call it.
7537
7538 2001-02-21  Jason Merrill  <jason@redhat.com>
7539
7540         * cp-tree.h (struct lang_decl_flags): Remove uninlinable flag.
7541         (DECL_UNINLINABLE): Move to middle-end.
7542
7543         * class.c (clone_function_decl): Set DECL_ABSTRACT on original fn.
7544         * decl.c (duplicate_decls): Preserve DECL_ABSTRACT.
7545         * class.c (build_clone): Set DECL_ABSTRACT_ORIGIN for the clone.
7546         * optimize.c (maybe_clone_body): Set DECL_ABSTRACT_ORIGIN for the
7547         parms and outer BLOCK.  note_deferral_of_defined_inline_function.
7548
7549         * method.c (implicitly_declare_fn): Don't set DECL_ARTIFICIAL on
7550         second parm of op=.
7551
7552 2001-02-19  Mark Mitchell  <mark@codesourcery.com>
7553
7554         * decl2.c (set_decl_namespace): Allow explicit instantiations in
7555         any namespace.
7556
7557 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7558
7559         * optimize.c (expand_call_inline): Don't walk subtrees of type
7560         nodes.
7561
7562 2001-02-18  Mark Mitchell  <mark@codesourcery.com>
7563
7564         * class.c (add_vcall_offset_vtbl_entries_1): Only add one entry
7565         for a destructor.
7566
7567 2001-02-18  Jason Merrill  <jason@redhat.com>
7568
7569         Do put the VTT parameter in DECL_ARGUMENTS.
7570         * cp-tree.h (struct cp_language_function): Add x_vtt_parm.
7571         (current_vtt_parm): New macro.
7572         (struct lang_decl_flags): Add has_vtt_parm_p, remove vtt_parm.
7573         (DECL_HAS_VTT_PARM_P): New macro.
7574         (DECL_VTT_PARM): Remove.
7575         (FUNCTION_FIRST_USER_PARMTYPE, FUNCTION_FIRST_USER_PARM): New macros.
7576         * decl.c (duplicate_decls): Only copy the operator code if
7577         appropriate.
7578         (start_function): Set current_vtt_parm.
7579         (lang_mark_tree): Don't mark vtt_parm.
7580         * decl2.c (maybe_retrofit_in_chrg): Do add the VTT parm to
7581         DECL_ARGUMENTS.  Set DECL_HAS_VTT_PARM_P.
7582         * class.c (build_clone): Maybe remove the VTT parm.
7583         * optimize.c (maybe_clone_body): Set up the VTT parm.
7584         * pt.c (copy_default_args_to_explicit_spec): Preserve the VTT parm.
7585         * call.c (build_over_call): Just allow the VTT arg.
7586         * method.c (make_thunk): Don't set DECL_VTT_PARM.
7587         (do_build_copy_constructor): Use FUNCTION_FIRST_USER_PARM.
7588         (synthesize_method): Use FUNCTION_FIRST_USER_PARMTYPE.
7589         * decl.c (grokdeclarator, copy_args_p, grok_ctor_properties): Likewise.
7590         * error.c (dump_function_decl): Likewise.
7591         * call.c (build_user_type_conversion_1, convert_like_real): Abort
7592         if we try to call a constructor with in-charge or VTT parms.
7593         * method.c (skip_artificial_parms_for): New fn.
7594         * call.c (add_function_candidate, build_over_call): Call it.
7595         * call.c (build_new_method_call): Use current_vtt_parm.
7596         * init.c (expand_virtual_init): Likewise.
7597         * class.c (same_signature_p): No longer static.
7598         * cp-tree.h: Declare it.
7599         * search.c (look_for_overrides_r): Use it.
7600
7601 2001-02-17  Mark Mitchell  <mark@codesourcery.com>
7602
7603         * cp-tree.h (new_abi_rtti_p): Remove.
7604         (name_mangling_version): Likewise.
7605         (flag_do_squangling): Likewise.
7606         * class.c (build_rtti_vtbl_entries): Remove old ABI support.
7607         * decl.c (grokfndecl): Likewise.
7608         * decl2.c (name_mangling_version): Remove.
7609         (flag_do_squangling): Likewise.
7610         (lang_f_options): Remove `squangle'.
7611         (unsupported_options): Add `squangle'.
7612         (cxx_decode_option): Issue a warning about uses of
7613         -fname-mangling-version.
7614         (finish_file): Remove old ABI support.
7615         * pt.c (check_explicit_specialization): Likewise.
7616         (tsubst_decl): Likewise.
7617         * rtti.c (init_rtti_processing): Likewise.
7618         (build_headof): Likewise.
7619         (get_tinfo_decl_dynamic): Likewise.
7620         (tinfo_from_decl): Likewise.
7621         (build_dynamic_cast_1): Likewise.
7622         (synthesize_tinfo_var): Likewise.
7623         * init.c (build_new): Allow enumeration types for the array-bounds
7624         in a direct-new-declarator.
7625
7626         * semantics.c (finish_typeof): Resolve OFFSET_REFs.
7627
7628         * pt.c (check_explicit_specialization): Copy TREE_PRIVATE and
7629         TREE_PROTECTED from the template being specialized.
7630
7631 2001-02-17  Jason Merrill  <jason@redhat.com>
7632
7633         * decl2.c (build_artificial_parm): Set TREE_READONLY.
7634
7635         * decl.c (bad_specifiers): Allow throw specs on things with
7636         pointer-to-function or -member-function type.
7637         * init.c (build_default_init): Don't use a CONSTRUCTOR to initialize
7638         a pmf.
7639
7640 2001-02-17  Mark Mitchell  <mark@codesourcery.com>
7641
7642         * call.c (check_dtor_name): Handle template names correctly.
7643
7644 2001-02-16  Jason Merrill  <jason@redhat.com>
7645
7646         * cp-tree.h (DECL_USE_VTT_PARM): Remove.
7647         * decl2.c (maybe_retrofit_in_chrg): Don't create it.
7648         * optimize.c (maybe_clone_body): Don't substitute it.
7649         * call.c (build_new_method_call): Check in_chrg instead.
7650         * init.c (expand_virtual_init): Likewise.
7651
7652 2001-02-16  Gabriel Dos Reis  <gdr@codesourcery.com>
7653
7654         * decl.c (check_tag_decl): Make sure a typedef for an anonymous
7655         class-type introduces at least a type-name.
7656
7657 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
7658
7659         * call.c (convert_like_real): Create a temporary for non-lvalue.
7660
7661 2001-02-16  Jeffrey Oldham  <oldham@codesourcery.com>
7662
7663         * cp-tree.h: Fix typos in comments.
7664
7665 2001-02-16  Jason Merrill  <jason@redhat.com>
7666
7667         * optimize.c (remap_block): If we're compiling a clone, pass the
7668         new block to insert_block.
7669
7670 2001-02-16  Mark Mitchell  <mark@codesourcery.com>
7671
7672         * semantics.c (finish_asm_stmt): Robustify.
7673
7674 2001-02-15  Mark Mitchell  <mark@codesourcery.com>
7675
7676         * pt.c (push_template_decl_real): Don't remangle the name of a
7677         class template.
7678
7679 2001-02-15  Jim Meyering  <meyering@lucent.com>
7680
7681         * Make-lang.in (c++.install-common): Depend on installdirs.
7682         (c++.install-info): Likewise.
7683         (c++.install-man): Likewise.
7684
7685 2001-02-15  Mark Mitchell  <mark@codesourcery.com>
7686
7687         * typeck2.c (build_m_component_ref): Robustify.
7688
7689 2001-02-15  Alexandre Oliva  <aoliva@redhat.com>
7690
7691         * friend.c (do_friend): Don't take the nested [template] class
7692         into account when deciding whether to warn about the friend
7693         function not referring to a template function.
7694
7695 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
7696
7697         * typeck.c (build_unary_op): Clarify error message.
7698
7699 2001-02-08  Aldy Hernandez  <aldyh@redhat.com>
7700
7701         * parse.y (component_constructor_declarator): allow optional
7702         parentheses around constructor class name.
7703
7704 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
7705
7706         * cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c
7707         section.
7708         * init.c (emit_base_init): Remove incorrect comment about
7709         virtual bases.
7710         * method.c (make_thunk): Fix comment alignment.
7711
7712 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
7713
7714         Kill remnants of this is variable.
7715         * cp-tree.h (flag_this_is_variable): Remove.
7716         * decl2.c (flag_this_is_variable): Remove.
7717         * class.c (fixed_type_or_null): Add cdtor parm. Adjust.
7718         (build_vbase_path): The path is non-static, even in a cdtor.
7719         (resolves_to_fixed_type_p): Add additional return value.
7720         * search.c (init_vbase_pointers): Adjust.
7721         * tree.c (lvalue_p_1): Adjust.
7722         * typeck.c (mark_addressable): Adjust.
7723
7724 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
7725
7726         * pt.c (unify): Don't check cv quals of array types.
7727
7728 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
7729
7730         * tree.c (cp_build_qualified_type_real): Use CP_TYPE_QUALS to
7731         check whether we already have the type.
7732
7733 2001-02-13  Mark Mitchell  <mark@codesourcery.com>
7734
7735         * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
7736         * call.c (build_op_delete_call): Simplify to remove duplicate
7737         code.
7738         * class.c (clone_function_decl): Don't build the deleting variant
7739         of a non-virtual destructor.
7740         * decl.c (finish_destructor_body): Don't call delete if this is a
7741         non-virtual destructor.
7742         * init.c (build_delete): Explicitly call `operator delete' when
7743         deleting an object with a non-virtual destructor.
7744
7745 2001-02-13  Jason Merrill  <jason@redhat.com>
7746
7747         * lang-specs.h: Add more __EXCEPTIONS.
7748
7749 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
7750
7751         * typeck2.c (process_init_constructor): Check
7752         TREE_HAS_CONSTRUCTOR before issuing missing init warning.
7753
7754 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
7755
7756         * pt.c (maybe_adjust_types_for_deduction, DEDUCE_ORDER case):
7757         Remove spurious information in comment. Allow further
7758         adjustments of REFERENCE_TYPE args.
7759
7760 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
7761
7762         * errfn.c (cp_deprecated): Tweak diagnostic text.
7763         * parse.y (new_initializer): Deprecate initializer lists
7764         extension.
7765
7766 2001-02-12  Mark Mitchell  <mark@codesourcery.com>
7767
7768         Remove old ABI support.
7769
7770 2001-02-11  Mark Mitchell  <mark@codesourcery.com>
7771
7772         * decl2.c (flag_vtable_thunks): Always set it to 1.
7773         (flag_new_abi): Likewise.
7774         * lang-specs.h: Remove conditional on ENABLE_NEW_GXX_ABI.
7775
7776         * Makefile.in (g++spec.o): Fix typo.
7777
7778 2001-02-09  Jason Merrill  <jason@redhat.com>
7779
7780         * lang-specs.h: Restore definition of __EXCEPTIONS.
7781
7782 2001-02-08  Jason Merrill  <jason@redhat.com>
7783
7784         * search.c (shared_member_p): New function.
7785         (lookup_field_r): Use it.
7786         * cp-tree.h (SHARED_MEMBER_P): Remove.
7787
7788         * method.c (process_overload_item): Handle template-dependent array
7789         bounds.
7790         * pt.c (type_unification_real): If we end up with undeduced nontype
7791         parms, try again.
7792
7793         * decl.c (lookup_name_real): Tweak warning to refer to decls, not
7794         types.
7795
7796         * typeck2.c (friendly_abort): Don't say anything if we have
7797         earlier errors or sorries.
7798
7799         * decl.c (check_tag_decl): Notice attempts to redefine bool and
7800         wchar_t.  Ignore if in_system_header.
7801
7802         * decl.c (maybe_push_cleanup_level): New fn...
7803         (start_decl_1): ...split out from here.
7804         * cvt.c (build_up_reference): Use it.
7805         * cp-tree.h: Declare it.
7806
7807 2001-02-07  Mark Mitchell  <mark@codesourcery.com>
7808
7809         * lang-specs.h: Use CPLUSPLUS_CPP_SPEC for the preprocessor
7810         spec.
7811
7812 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
7813
7814         * pt.c (lookup_template_class): Make sure it's a primary
7815         template or template_template_parm when called from the parser.
7816         (instantiate_template_class): Add assertion.
7817
7818 2001-02-05  Alexandre Oliva  <aoliva@redhat.com>
7819
7820         * method.c (build_mangled_name) [old abi]: Protect flush_repeats()
7821         from error_mark_node.
7822
7823 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
7824
7825         Fix specification and implementation bugs in V3 ABI
7826         construction vtables.
7827         * cp-tree.h (flag_dump_class_layout): New flag.
7828         (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH_P): Remove.
7829         (BINFO_LOST_PRIMARY_P): New flag.
7830         (SET_BINFO_NEW_VTABLE_MARKED): Adjust asserts.
7831         (BINFO_PRIMARY_MARKED_P): Rename to ...
7832         (BINFO_PRIMARY_P): ... here.
7833         (binfo_via_virtual): New prototype.
7834         * decl2.c (flag_dump_class_layout): New flag.
7835         (cxx_decode_option): Set it. Adjust -fdump-translation-unit to
7836         use `=' as a file name separator.
7837         * init.c (dfs_initialize_vtbl_ptrs): Walk into virtual primary
7838         bases.
7839         (build_vtbl_address): If this is a virtual primary base, then
7840         get the vtbl of what it is ultimately primary for.
7841         * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Adjust
7842         for BINFO_PRIMARY_P.
7843         (dfs_skip_nonprimary_vbases_markedp): Likewise.
7844         (get_shared_vbase_if_not_primary): Likewise.
7845         (dfs_get_pure_virtuals): Likewise.
7846         (expand_upcast_fixups): Likewise.
7847         (fixup_virtual_upcast_offsets): Likewise.
7848         (dfs_find_vbase_instance): Likewise.
7849         (find_vbase_instance): Likewise.
7850         (binfo_from_vbase): Adjust comment to reflect reality.
7851         (binfo_via_virtual): New function.
7852         * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): New macros
7853         for binfo walking during VTT construction.
7854         (dfs_mark_primary_bases): Remove.
7855         (force_canonical_binfo_r): New function.
7856         (force_canonical_binfo): New function.
7857         (mark_primary_virtual_base): New function.
7858         (mark_primary_bases): Walk in inheritance graph order, use
7859         mark_primary_virtual_base.
7860         (determine_primary_base): Use some more intermediate variables.
7861         (dfs_find_final_overrider): Don't check for overriding along a
7862         virtual path.
7863         (dfs_modify_vtables): Walk into primary virtual bases too.
7864         (walk_subobject_offsets): Adjust for BINFO_PRIMARY_P.
7865         (build_base_fields): Likewise.
7866         (dfs_set_offset_for_unshared_vbases): Likewise.
7867         (layout_virtual_bases): Likewise.
7868         (end_of_class): Likewise.
7869         (finish_struct_1): Call dump_class_hierarchy, if requested.
7870         (dfs_get_primary_binfo): Use BINFO_TYPE for binfos.
7871         (dump_class_hierarchy_r): Add stream parameter. Emit more information.
7872         (dump_class_hierarchy): Add file parameter. Append to file, if
7873         required.
7874         (finish_vtbls): Adjust accumulate_vtbl_inits call.
7875         Use canonical base for virtual bases.
7876         (build_vtt): Add more comments. Adjust build_vtt_inits call.
7877         (build_vtt_inits): Remove VIRTUAL_VTTS_P parm.
7878         Only set BINFO_VPTR_INDEX on top level. Use VTT_TOP_LEVEL_P,
7879         VTT_MARKED_BINFO_P for binfo walking. Use canonical vbase for
7880         virtual VTTs.
7881         (dfs_build_secondary_vptr_vtt_inits): Extract VTT_TOP_LEVEL_P
7882         from DATA.  We want virtual primary bases and all bases via virtual.
7883         Only set BINFO_VPTR_INDEX for top level. Look up from a primary
7884         virtual base when not a construction vtable.
7885         (dfs_ctor_vtable_bases_queue_p): New DFS predicate.
7886         (build_ctor_vtbl_group): Adjust accumulate_vtbl_inits call.
7887         Use canonical bases when processing virtual bases.
7888         (accumulate_vtbl_inits): We're interested in any base via a
7889         virtual path.
7890         (dfs_accumulate_vtbl_inits): If this is a primary virtual base
7891         within a construction vtable, determine what is being overridden.
7892         (build_vtbl_initializer): Add more comments
7893         (add_vcall_offset_vtbl_entries_1): Adjust comment.
7894         (build_rtti_vtbl_entries): Check if the base has lost its
7895         primary.
7896
7897 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
7898
7899         * Makefile.in (g++spec.o): Adjust use of DRIVER_DEFINES.
7900
7901 Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7902
7903         * decl.c (pushdecl): Call abort instead of fatal.
7904         * except.c (decl_is_java_type): Call fatal_error instead of fatal.
7905         * init.c (build_new_1): Likewise.
7906         (build_java_class_ref): Call internal_error and fatal_error, not fatal.
7907         * decl.c (build_typename_type): hash_table_init now returns void.
7908         decl.c (init_decl_processing): Make an error non-fatal.
7909
7910 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
7911
7912         * cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.
7913         Document.
7914         (CLASSTYPE_INTERFACE_KNOWN): Likewise.
7915         (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
7916         (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
7917         (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
7918         * decl.c (maybe_commonize_var): Use the new name-mangling where
7919         appropriate.
7920         * decl2.c (comdat_linkage): Enhance comments.  Make all
7921         compiler-generated things static, if COMDAT is not available.
7922         (get_tinfo_decl): Do not make typeinfo objects that belong in the
7923         library COMDAT.
7924         (tinfo_base_init): Use the correct mangled name for typeinfo
7925         strings, and push them into the global scope.
7926         (typeinfo_in_lib_p): New function.
7927         (synthesize_tinfo_var): Use it.
7928         (create_real_tinfo_var): Likewise.
7929
7930 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
7931
7932         * decl.c (push_class_binding): Use context_for_name_lookup instead
7933         of CP_DECL_CONTEXT.
7934         * search.c (context_for_name_lookup): Remove static.  Check for NULL
7935         context in the loop.
7936         * cp-tree.h (context_for_name_lookup): Add prototype.
7937
7938 2001-02-02  Jakub Jelinek  <jakub@redhat.com>
7939
7940         * cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.
7941         * tree.c (build_expr_ptr_wrapper, can_free, permanent_obstack):
7942         Remove.
7943         * call.c (convert_class_to_reference, build_user_type_conversion_1,
7944         add_warning): Change build_expr_ptr_wrapper to build_ptr_wrapper.
7945
7946 2001-02-02  Mark Mitchell  <mark@codesourcery.com>
7947
7948         * Make-lang.in (g++spec.o): Add DRIVER_DEFINES to the list
7949         of macros used when compiling g++spec.c.
7950         * g++spec.c (lang_specific_driver): Link with the shared
7951         libgcc by default.
7952
7953 2001-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
7954
7955         * decl2.c (build_expr_from_tree), lex.c (make_pointer_declarator,
7956         make_reference_declarator, make_call_declarator), method.c
7957         (implicitly_declare_fn), parse.y (namespace_using_decl,
7958         notype_unqualified_id, expr_or_declarator, new_type_id,
7959         after_type_declarator, direct_after_type_declarator,
7960         notype_declarator, complex_notype_declarator,
7961         complex_direct_notype_declarator, qualified_id,
7962         notype_qualified_id, overqualified_id, direct_new_declarator,
7963         absdcl, direct_abstract_declarator, conversion_declarator), pt.c
7964         (tsubst), semantics.c (begin_constructor_declarator): Use build_nt
7965         instead of build_parse_node.
7966
7967 2001-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7968
7969         * cp-tree.h (cp_tree_index): Delete CPTI_MINUS_ONE.
7970         (minus_one_node): Moved to top level gcc directory.  Renamed
7971         to integer_minus_one_node.
7972
7973         * init.c (init_init_processing): Don't set minus_one_node.
7974         (build_vec_init): Use integer_minus_one_node.
7975
7976         * rtti.c (get_tinfo_decl_dynamic): Likewise.
7977
7978 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
7979
7980         * optimize.c (copy_body_r): If MODIFY_EXPR has both arguments
7981         identical and they would be replaced with constant, remove
7982         MODIFY_EXPR from the tree.
7983
7984 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7985
7986         * Make-lang.in: Remove all dependencies on defaults.h.
7987         * call.c: Don't include defaults.h.
7988         * decl.c: Likewise.
7989         * decl2.c: Likewise.
7990         * except.c: Likewise.
7991         * pt.c: Likewise.
7992         * rtti.c: Likewise.
7993         * tree.c: Likewise.
7994         * typeck.c: Likewise.
7995
7996 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
7997
7998         * mangle.c (write_mangled_name, write_encoding): Mangle overloaded
7999         operators even in "C" linkage.
8000         * method.c (set_mangled_name_for_decl): Likewise.
8001         * decl.c (grokfndecl): Call set_mangled_name_for_decl even for
8002         overloaded operators in "C" linkage.
8003
8004 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
8005
8006         * pt.c (tsubst_decl): Remove IN_DECL parameter.
8007         (tsubst_arg_types): Check parameter is not void.
8008         (tsubst): Adjust tsubst_decl call.
8009
8010 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
8011
8012         * call.c (add_builtin_candidate): Quote std properly, from
8013         previous change.
8014
8015 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8016
8017         * pt.c (check_explicit_specialization): Clone constructors and
8018         destructors.
8019
8020 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
8021
8022         * decl.c (grokdeclarator): Don't presume DECL_LANG_SPECIFIC
8023         indicates anything special about template depth. Make sure we
8024         only count the user visible template classes.
8025
8026 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
8027
8028         * call.c (build_conv): Typo in comment.
8029         (add_builtin_candidate): Add more explanation.
8030         Remove extra test for ENUMERAL_TYPE in {PRE,POST}INCREMENT_EXPR.
8031         Allow ENUMERAL_TYPEs for relops and eqops. Add both candidates
8032         when we have enumeral types.
8033         (add_builtin_candidates): Add more explanation. Add ENUMERAL_TYPE
8034         candidates for relops and eqops.
8035         (joust): Simplify control flow. Allow a non-template user
8036         function to hide a builtin.
8037
8038 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
8039
8040         * cp-tree.h (unification_kind_t): Add DEDUCE_ORDER.
8041         (more_specialized): Add deduction parameter.
8042         * call.c (joust): Adjust more_specialized call.
8043         * pt.c (UNIFY_ALLOW_OUTER_MORE_CV_QUAL,
8044         UNIFY_ALLOW_OUTER_LESS_CV_QUAL): New unify flags.
8045         (get_bindings_order): Remove.
8046         (get_bindings_real): Add DEDUCE parameter.
8047         (maybe_adjust_types_for_deduction): Return extra unify flags. Do
8048         REFERENCE_TYPE jig for DEDUCE_ORDER.
8049         (type_unification_real): Deal with DEDUCE_ORDER. Use result of
8050         maybe_adjust_types_for_deduction.
8051         (more_specialized): Add DEDUCE parameter. Call get_bindings_real
8052         directly.
8053         (try_one_overload): Use result of maybe_adjust_types_for_deduction.
8054         (check_cv_quals_for_unify): Use new unify qualifier flags.
8055         (unify): Clear new unify qualifier flags.
8056         (get_bindings_real): Add DEDUCE parameter.
8057         (get_bindings): Adjust call to get_bindings_real.
8058         (get_bindings_overload): Likewise.
8059         (most_specialized_instantiation): Adjust call to
8060         more_specialized.
8061
8062 2001-01-19  Jason Merrill  <jason@redhat.com>
8063
8064         * decl2.c (flag_vtable_thunks): Also depend on ENABLE_NEW_GXX_ABI.
8065
8066         * decl.c (init_decl_processing): Just force -fvtable-thunks on if
8067         -fnew-abi.
8068
8069 2001-01-19  Ute Pelkmann  <scope.muc@t-online.de>
8070
8071         * decl2.c (arg_assoc_class): Fix double iteration logic.
8072
8073 2001-01-19  Jason Merrill  <jason@redhat.com>
8074
8075         * init.c (build_delete): Always call convert_force to strip cv-quals.
8076
8077         * decl2.c (flag_new_abi): Depend on ENABLE_NEW_GXX_ABI.
8078         * lang-specs.h: Default ABI depends on ENABLE_NEW_GXX_ABI.
8079         * g++spec.c: Don't look at ENABLE_NEW_GXX_ABI.
8080
8081 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8082
8083         * search.c (get_vbase_1): Count only virtual bases.
8084
8085 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8086
8087         * class.c (duplicate_tag_error): Robustify flag clearing.
8088
8089 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8090
8091         * cp-tree.h (lookup_template_class): Add complain parm.
8092         * decl.c (lookup_namespace_name): Adjust call to
8093         lookup_template_class.
8094         (make_typename_type): Likewise.
8095         * semantics.c (finish_template_type): Likewise.
8096         * pt.c (lookup_template_class): Add complain parm. Adjust.
8097         (tsubst_aggr_type): Pass COMPLAIN down to lookup_template_class.
8098         (tsubst): Likewise.
8099
8100 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8101
8102         * pt.c (copy_default_args_to_explicit_spec): Preserve
8103         object's CV quals. Reorganize.
8104
8105 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8106
8107         * typeck.c (build_modify_expr): Say `initialization' for
8108         INIT_EXPRs.
8109         * init.c (build_default_init): Convert to enumeral type, if
8110         needed.
8111
8112 2001-01-18  Jakub Jelinek  <jakub@redhat.com>
8113
8114         * parse.y (nomods_initdcl0): Properly set things up for
8115         initdcl0_innards.
8116
8117 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8118
8119         * pt.c (UNIFY_ALLOW_OUTER_LEVEL): New unify flag.
8120         (type_unification_real): Set it.
8121         (unify): Use it.
8122
8123 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8124
8125         * decl.c (finish_destructor_body): Convert to vbase pointer here.
8126
8127 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8128
8129         * semantics.c (begin_class_definition): Check we're not inside a
8130         template parm list.
8131
8132 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8133
8134         * tree.c (walk_tree, TREE_LIST): Don't walk the TREE_PURPOSE of
8135         BASELINK_P.
8136
8137 2001-01-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8138
8139         * typeck.c (build_function_call_real): Call fold on the CALL_EXPR.
8140         * call.c (build_over_call): Add comment.
8141
8142 2001-01-16 Daniel Berlin <dberlin@redhat.com>
8143
8144         * cvt.c (ocp_convert): Handle vector type conversion
8145         * typeck2.c (digest_init): Handle vector type initializations
8146
8147 2001-01-16  Phil Edwards  <pme@sources.redhat.com>
8148
8149         * g++spec.c:  Don't add libraries needlessly if -fsyntax-only
8150           was given.
8151
8152 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
8153
8154         * pt.c (check_nontype_parm): Rename to ...
8155         (invalid_nontype_parm_type_p): ... here.
8156         (process_template_parm): Adjust.
8157         (convert_template_argument): Adjust.
8158
8159 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
8160
8161         * pt.c (check_nontype_parm): New function.
8162         (process_template_parm): Use it.
8163         (convert_template_argument): Use it.
8164         (convert_nontype_argument, RECORD_TYPE): Assert it's a ptr to
8165         member.
8166
8167 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
8168
8169         * tree.c: Add defaults.h
8170         (cp_valid_lang_attribute): Incorporate SUPPORTS_INIT_PRIORITY.
8171         * Make-lang.in (cp/tree.o): Add defaults.h.
8172
8173 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8174
8175         * Make-lang.in (CXX_C_OBJS): Add c-format.o.
8176
8177 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8178
8179         * g++.1: Change to be ".so man1/gcc.1".
8180
8181 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8182
8183         * Make-lang.in (c++.info, c++.install-info): Build and install g++
8184         internals info.
8185         (c++.uninstall, c++.maintainer-clean): Remove g++ internals info.
8186         ($(srcdir)/cp/g++int.info): New target.
8187         * gxxint.texi: Add info directory entry.  Use @@ in email address.
8188         * .cvsignore: Update.
8189
8190 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
8191
8192         * typeck.c (build_c_cast): Do template processing earlier.
8193         Always pedwarn on array casts.
8194
8195 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
8196
8197         * friend.c (make_friend_class): Make sure a templated class is
8198         actually a template.
8199
8200 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8201
8202         * decl2.c (get_guard): Set linkage from guarded decl.
8203
8204 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8205
8206         * call.c (convert_default_arg): Check for unprocessed
8207         DEFAULT_ARG.
8208         * cp-tree.h (replace_defarg): Move to spew.c.
8209         (maybe_snarf_defarg, add_defarg_fn, do_pending_defargs): Move to
8210         spew.c, which is where they really are.
8211         (done_pending_defargs): Declare.
8212         (unprocessed_defarg_fn): Declare.
8213         * decl.c (replace_defarg): Move to spew.c
8214         * parse.y (structsp): Call done_pending_defargs.
8215         * spew.c (defarg_fns): Rearrange list structure.
8216         (defarg_fnsdone): New static variable.
8217         (defarg_depfns): New static variable.
8218         (init_spew): Adjust.
8219         (add_defarg_fn): Store the type in TREE_TYPE.
8220         (do_pending_defargs): Detect and deal with ordering constraints
8221         and circularity.
8222         (done_pending_defargs): New function.
8223         (unprocessed_defarg_fn): New function.
8224         (replace_defarg): Moved from decl.c. Robustify. Don't save
8225         if circularity detected.
8226
8227 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8228
8229         * pt.c (unify): Check array has a domain, before checking
8230         whether it is variable sized.
8231
8232 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8233
8234         * decl.c (grokparms): Unobfuscate and get correct diagnostic for
8235         parameters with pointers to arrays of unknown bound.
8236
8237 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8238
8239         * parse.y (template_parm_header, template_spec_header): New
8240         reductions. Split out from ...
8241         (template_header): ... here. Use them.
8242         (template_template_parm): Use template_parm_header.
8243         * semantics.c (finish_template_template_parm): Add assert.
8244
8245 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
8246
8247         * mangle.c (write_builtin_type): Fix thinko.
8248
8249         * pt.c (copy_default_args_to_explicit_spec_1): New function.
8250         (copy_default_args_to_explicit_spec): Likewise.
8251         (check_explicit_specialization): Use it.
8252
8253         * class.c (finish_struct_1):  Remove last argument in call to
8254         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
8255         * decl.c (builtin_function): Likewise.
8256         (build_cp_library_fn): Likewise.
8257         (check_initializer): Likewise.
8258         (make_rtl_for_nonlocal_decl): Likewise.
8259         (cp_finish_decl): Likewise.
8260         (start_function): Likewise.
8261         * decl2.c (finish_anon_union): Likewise.
8262         * friend.c (do_friend): Likewise.
8263         * init.c (build_java_class_ref): Likewise.
8264         * method.c (make_thunk): Likewise.
8265         * pt.c (tsubst_friend_function): Likewise.
8266         * semantics.c (expand_body): Likewise.
8267
8268 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
8269
8270         * cp-tree.h (DECL_CLONED_FUNCTION_P): Avoid wild reads by not
8271         looking at DECL_CLONED_FUNCTION for non-functions.
8272
8273 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8274
8275         * error.c (dump_template_parameter): Use parm to determine how
8276         to print default value.
8277
8278 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8279
8280         * class.c (duplicate_tag_error): Clear more flags.
8281
8282 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8283
8284         * call.c (build_new_method_call): Use binfo_for_vbase.
8285
8286 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
8287
8288         * cp-tree.h (flag_cond_mismatch): Don't declare.
8289         * decl2.c (flag_cond_mismatch): Don't define.
8290         (lang_f_options): Remove cond-mismatch.
8291         (unsupported_options): Add cond-mismatch.
8292
8293 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
8294
8295         * class.c (handle_using_decl): Reject using of constructor name
8296         of sourcing class. Allow injecting of a method with same name as
8297         nested class. Fixup error messages.
8298
8299 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
8300
8301         * decl2.c (lang_decode_option): Handle -Wformat=2.
8302
8303 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8304
8305         * cp-tree.h (lang_decl_flags): Rename defined_in_class to
8306         initialized_in_class.
8307         (DECL_DEFINED_IN_CLASS_P): Rename to ...
8308         (DECL_INITIALIZED_IN_CLASS_P): ... here, to reflect true meaning.
8309         * decl.c (duplicate_decls): Preseve DECL_INITIALIZED_IN_CLASS_P.
8310         (cp_finish_decl): Adjust for DECL_INITIALIZED_IN_CLASS_P.
8311         * pt.c (check_default_tmpl_args): Adjust for
8312         DECL_INITIALIZED_IN_CLASS_P.
8313         (instantiate_class_template): Likewise.
8314         (instantiate_decl): Check DECL_INITIALIZED_IN_CLASS_P.
8315
8316         * class.c (finish_struct): Constify saved_filename.
8317
8318 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8319
8320         * class.c (duplicate_tag_error): Adjust diagnostic.
8321         (finish_struct): Locally set location to start of struct.
8322         * decl.c (fixup_anonymous_aggr): Use cp_error_at.
8323
8324 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8325
8326         * decl.c (struct binding_level): Adjust class_shadowed comments
8327         to reflect reality.
8328         (push_class_level_binding): Adjust comments to reflect reality.
8329         Set IDENTIFIER_CLASS_VALUE when replacing an existing binding.
8330         Don't set TREE_VALUE on the class_shadowed list.
8331
8332 2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8333
8334         * decl2.c (acceptable_java_type): Allow references too.
8335         * init.c (build_java_class_ref): When using the new ABI, search
8336         `class$' and have it mangled with `mangle_decl.'
8337         * mangle.c (write_java_integer_type_codes): New function.
8338         (write_builtin_type): Detect and mangle Java integer and real
8339         types.
8340
8341 2001-01-07  Mark Mitchell  <mark@codesourcery.com>
8342
8343         * decl2.c (grokfield): Don't accept `asm' specifiers for
8344         non-static data members.
8345
8346 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8347
8348         * expr.c (cplus_expand_expr): Don't reset `target'.
8349
8350 2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
8351
8352         * cp/decl2.c (cxx_post_options): Call cpp_post_options.
8353
8354 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
8355
8356         * parse.y (template_datadef): Check for error_mark_node.
8357
8358 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
8359
8360         * cp-tree.def (DEFAULT_ARG): Make `x' class.
8361
8362 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8363
8364         * decl.c (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Don't define.
8365         (record_builtin_type): Make non-static.
8366         (flag_short_double): Don't declare.
8367         (init_decl_processing): Remove the creation of many tree nodes now
8368         in c_common_nodes_and_builtins.
8369         (build_void_list_node): New function.
8370         * decl2.c (flag_short_double, flag_short_wchar): Don't define.
8371         * cp-tree.h (flag_short_wchar): Don't declare.
8372
8373 2001-01-04  Mark Mitchell  <mark@codesourcery.com>
8374
8375         * call.c (build_conv): Don't use build1 for USER_CONV.
8376         * pt.c (tsubst_copy): Or for PREINCREMENT_EXPR and similar nodes.
8377
8378 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
8379
8380         * lex.c (lang_init): Call c_common_lang_init.
8381
8382 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
8383
8384         * search.c (lookup_fnfields_here): Remove.
8385         (look_for_overrides_r): Use lookup_fnfields_1.
8386         Ignore functions from using declarations.
8387
8388 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
8389
8390         Implement exceptions specifiers for implicit member functions.
8391         * cp-tree.h (merge_exceptions_specifiers): Declare new function.
8392         * method.c (synthesize_exception_spec): New function.
8393         (locate_dtor, locate_ctor, locate_copy): New functions.
8394         (implicitly_declare_fn): Generate the exception spec too.
8395         * search.c (check_final_overrider): Check artificial functions
8396         too.
8397         * typeck2.c (merge_exception_specifiers): New function.
8398
8399 2001-01-03  Jason Merrill  <jason@redhat.com>
8400
8401         * init.c (build_default_init): New fn.
8402         (perform_member_init): Split out from here.
8403         (build_new_1): Use it.  Simplify initialization logic.
8404         (build_vec_init): Take an array, rather than a pointer and maxindex.
8405         Speed up simple initializations.  Don't clean up if we're assigning.
8406         * cp-tree.h: Adjust.
8407         * decl2.c (do_static_initialization): Remove TREE_VEC case.
8408         * parse.y (new_initializer): Return void_zero_node for ().
8409         * typeck.c (build_modify_expr): Handle getting a CONSTRUCTOR.
8410         * typeck2.c (digest_init): Only complain about user-written
8411         CONSTRUCTORs.
8412
8413 2000-12-22  Mike Stump  <mrs@wrs.com>
8414
8415         * decl2.c: (max_tinst_depth): Increase to 50.
8416
8417 2001-01-02  Mark Mitchell  <mark@codesourcery.com>
8418
8419         * class.c (invalidate_class_lookup_cache): Zero the
8420         previous_class_values.
8421         * cp-tree.h (TMPL_PARMS_DEPTH): Use TREE_INT_CST_LOW, not
8422         TREE_INT_CST_HIGH.
8423         (CLASSTYPE_TEMPLATE_LEVEL): Likewise.
8424         * decl.c (free_bindings): New variable.
8425         (push_binding): Don't create a new binding if we have one on the
8426         free list.
8427         (pop_binding): Put old bindings on the free list.
8428         (init_decl_processing): Use size_int, not build_int_2.
8429         Register free_bindings as a GC root.
8430         (cp_make_fname_decl): Use size_int, not build_int_2.
8431         (push_inline_template_parms_recursive): Likewise.
8432         (end_template_parm_list): Likewise.
8433         (for_each_template_parm): Do not use walk_tree_without_duplicates.
8434         (tsubst_template_parms): Use size_int, not build_int_2.
8435         (tsubst): Likewise.
8436         * rtti.c (get_vmi_pseudo_type_info): Likewise.
8437
8438 2001-01-02  Richard Henderson  <rth@redhat.com>
8439
8440         * parse.y (asm): Set ASM_INPUT_P.
8441
8442 2001-01-02  Jason Merrill  <jason@redhat.com>
8443
8444         * tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE
8445         for v3 ABI.
8446
8447         * typeck.c (cp_truthvalue_conversion): New fn.
8448         * cvt.c (ocp_convert): Use it.
8449
8450         * cp-tree.h: Lose c-common.c decls.
8451
8452         * typeck.c (build_unary_op): Restore old &a.f diagnostic code.
8453         * cvt.c (convert_to_void): Use type_unknown_p.
8454
8455         * typeck.c (strip_all_pointer_quals): Also strip quals from
8456         pointer-to-member types.
8457
8458         * Make-lang.in (cp/TAGS): Use --no-globals.  Ignore parse.c, and treat
8459         parse.y as C.
8460
8461         * call.c (build_new_method_call): Do evaluate the object parameter
8462         when accessing a static member.
8463         * typeck.c (build_component_ref): Likewise.
8464
8465 2001-01-02  Andreas Jaeger  <aj@suse.de>
8466
8467         * decl.c (cp_missing_noreturn_ok_p): New.
8468         (init_decl_processing): Set lang_missing_noreturn_ok_p.
8469
8470 2000-12-29  Jakub Jelinek  <jakub@redhat.com>
8471
8472         * decl.c (init_decl_processing): Fix sign of wchar_type_node.
8473
8474 2000-12-29  Mark Mitchell  <mark@codesourcery.com>
8475
8476         * class.c (pushclass): Remove #if 0'd code.
8477         * cp-tree.h (overload_template_name): Remove.
8478         * decl.c (store_bindings): Simplify.
8479         (pop_from_top_level): Likewise.
8480         * pt.c (overload_template_name): Remove.
8481         (instantiate_decl): Don't call push_to_top_level if it's not
8482         needed.
8483
8484 2000-12-28  Mark Mitchell  <mark@codesourcery.com>
8485
8486         * pt.c (register_local_specialization): Don't return a value.
8487         (lookup_template_class): Use move-to-front heuristic when looking
8488         up template instantiations.
8489         (instantiate_decl): Only push_to_top_level when we're actually
8490         going to instantiate the template.
8491
8492 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
8493
8494         * search.c (binfo_for_vtable): Return least derived class, not
8495         most.  Handle secondary vtables.
8496
8497 2000-12-22  Jason Merrill  <jason@redhat.com>
8498
8499         * pt.c (more_specialized): Don't optimize len==0.
8500         (fn_type_unification): If we're adding the return type, increase len.
8501
8502         * typeck.c (build_binary_op): Fix pmf comparison logic.
8503
8504         * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, not
8505         DECL_STATIC_FUNCTION_P.
8506
8507         * semantics.c (genrtl_finish_function): Don't try to jump to
8508         return_label unless it exists.
8509
8510         In partial ordering for a call, ignore parms for which we don't have
8511         a real argument.
8512         * call.c (joust): Pass len to more_specialized.
8513         (add_template_candidate_real): Strip 'this', pass len.
8514         * pt.c (more_specialized): Pass len down.  Lose explicit_args parm.
8515         (get_bindings_order): New fn.  Pass len down.
8516         (get_bindings_real): Strip 'this', pass len.
8517         (fn_type_unification): Likewise.
8518         (type_unification_real): Succeed after checking 'len' args.
8519         (most_specialized_instantiation): Lose explicit_args parm.
8520         * class.c (resolve_address_of_overloaded_function): Strip 'this',
8521         pass len.
8522
8523 2000-12-21  Jason Merrill  <jason@redhat.com>
8524
8525         * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not
8526         DECL_TEMPLATE_RESULT.
8527
8528         * search.c (lookup_field_r): Call lookup_fnfields_1, not
8529         lookup_fnfields_here.
8530
8531         * parse.y (typename_sub2): Return the TYPE_DECL, not the type.
8532
8533         * call.c (build_object_call): Also allow conversions that return
8534         reference to pointer to function.
8535         (add_conv_candidate): Handle totype being ref to ptr to fn.
8536         (build_field_call): Also allow members of type reference to function.
8537         Lose support for calling pointer to METHOD_TYPE fields.
8538
8539         * error.c (dump_expr): Handle *_CAST_EXPR.
8540
8541         * typeck2.c (build_scoped_ref): Always convert to the naming class.
8542
8543         * tree.c (break_out_cleanups): Lose.
8544         * cp-tree.h: Remove prototype.
8545         * typeck.c (build_component_ref): Don't break_out_cleanups.
8546         (build_compound_expr): Likewise.
8547         * semantics.c (finish_expr_stmt): Likewise.
8548
8549 2000-12-20  Richard Henderson  <rth@redhat.com>
8550
8551         * cp-tree.h: Update declarations.
8552         * decl.c (finish_case_label): Return the new stmt node.
8553         * semantics.c (finish_goto_stmt): Likewise.
8554         (finish_expr_stmt, finish_return_stmt): Likewise.
8555         (finish_break_stmt, finish_continue_stmt): Likewise.
8556         (finish_asm_stmt): Likewise.
8557         * parse.y (already_scoped_stmt): Set STMT_LINENO.
8558         (compstmt, implicitly_scoped_stmt, stmt): Likewise.
8559         (simple_if, simple_stmt): Return the new stmt node.
8560         (save_lineno): New.
8561
8562 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8563
8564         * cp-tree.h: Don't declare warn_long_long.
8565
8566 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8567
8568         * tree.c (no_linkage_helper): Use CLASS_TYPE_P instead of
8569         IS_AGGR_TYPE.
8570
8571 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8572
8573         * pt.c (unify): Handle when both ARG and PARM are
8574         BOUND_TEMPLATE_TEMPLATE_PARM.
8575
8576 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8577
8578         * pt.c (reduce_template_parm_level): Set DECL_ARTIFICIAL and
8579         DECL_TEMPLATE_PARM_P.
8580
8581 2000-12-15  Jason Merrill  <jason@redhat.com>
8582
8583         * init.c (build_new_1): Reorganize.  Now with 100% fewer SAVE_EXPRs!
8584
8585         * init.c (build_new_1): Don't strip quals from type.
8586
8587         * decl.c (pushdecl): Don't check for linkage on a non-decl.
8588
8589         * call.c (build_op_delete_call): See through ARRAY_TYPEs.
8590
8591         * call.c (build_new_function_call): Lose space before paren in
8592         error message.
8593         (build_new_method_call): Likewise.
8594
8595         * typeck2.c (build_m_component_ref): Propagate quals from datum.
8596
8597 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8598
8599         * pt.c (check_explicit_specialization): Propagate default
8600         function arguments to explicit specializations.
8601
8602 2000-12-13  DJ Delorie  <dj@redhat.com>
8603
8604         * typeck.c (build_binary_op): Do signed/unsigned warnings for >?
8605         and <? operators.
8606
8607 2000-12-08  Jason Merrill  <jason@redhat.com>
8608
8609         * error.c (dump_function_name): Don't let the user see __comp_ctor.
8610
8611         Clean up copy-initialization in overloading code.
8612         * call.c (build_user_type_conversion_1): Die if we are asked to
8613         convert to the same or a base type.
8614         (implicit_conversion): Avoid doing so.  Lose reference binding code.
8615         (convert_like_real): Treat BASE_CONV and RVALUE_CONV as implicit
8616         direct-initialization.  Also do direct-init part of copy-init.
8617         (build_user_type_conversion): Don't provide context to convert_like.
8618         * cvt.c (ocp_convert): build_user_type_conversion will now provide
8619         the constructor call for copy-init.
8620
8621         * pt.c (tsubst_decl): Call clone_function_decl here if this is an
8622         instantiation of a member template.
8623         (do_decl_instantiation): Not here.
8624
8625 2000-12-07  Nathan Sidwell  <nathan@codesourcery.com>
8626
8627         * class.c (check_field_decls): Don't special case anonymous
8628         fields in error messages.
8629         (note_name_declared_in_class): Use %D on diagnostic.
8630
8631         * tree.c (pod_type_p): Use strip_array_types.
8632         (cp_valid_lang_attribute): Likewise.
8633         * typeck.c (cp_type_quals): Strip arrays separately, to avoid
8634         multiple evaluations.
8635         (cp_has_mutable_p): Use strip_array_types.
8636
8637 2000-12-07  Nathan Sidwell  <nathan@codesourcery.com>
8638
8639         * cp-tree.h (sufficient_parms_p): Declare new function.
8640         * call.c (sufficient_parms_p): New function, broken out of ...
8641         (add_function_candidate): ... here. Use it.
8642         (add_conv_candidate): Use it.
8643         * decl.c (grok_ctor_properties): Use it.
8644
8645 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
8646
8647         * optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT.
8648
8649 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8650
8651         * decl2.c (lang_decode_option): Handle -Wformat-security.
8652
8653 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8654
8655         * pt.c (verify_class_unification): New function.
8656         (get_class_bindings): Use it.
8657         (try_class_unification): Tidy.
8658         (unify): Handle when argument of a template-id is not
8659         template parameter dependent.
8660         (template_args_equal): Handle when TREE_CODE's do not match.
8661
8662 2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
8663
8664         * lang-specs.h (c++): When invoking the stand-alone preprocessor
8665         for -save-temps, pass all relevant -Defines to it, and then don't
8666         pass them to cc1plus.
8667
8668 2000-12-05  Will Cohen  <wcohen@redhat.com>
8669
8670         * decl.c (finish_case_label): Cleared
8671         more_cleanups_ok in surrounding function scopes.
8672         (define_label): Likewise.
8673
8674 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
8675
8676         * cp-tree.h (IDENTIFIER_VIRTUAL_P): Document.
8677         (get_matching_virtual): Remove.
8678         (look_for_overrides): Declare new function.
8679         * decl.c (grokfndecl): Don't set IDENTIFIER_VIRTUAL_P or
8680         DECL_VINDEX here.
8681         * class.c (check_for_override): Move base class iteration code
8682         to look_for_overrides.
8683         * search.c (next_baselink): Remove.
8684         (get_virtuals_named_this): Remove.
8685         (get_virtual_destructor): Remove.
8686         (tree_has_any_destructors_p): Remove.
8687         (struct gvnt_info): Remove.
8688         (check_final_overrider): Remove `virtual' from error messages.
8689         (get_matching_virtuals): Remove. Move functionality to ...
8690         (look_for_overrides): ... here, and ...
8691         (look_for_overrides_r): ... here. Set DECL_VIRTUAL_P, if found
8692         to be overriding.
8693
8694 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
8695
8696         * typeck.c (get_delta_difference): If via a virtual base,
8697         return zero.
8698         * cvt.c (cp_convert_to_pointer): If via a virtual base, do no
8699         adjustment.
8700
8701 2000-12-04  Richard Henderson  <rth@redhat.com>
8702
8703         * error.c (dump_tree): Use output_add_string not OB_PUTS.
8704
8705 2000-12-04  Jason Merrill  <jason@redhat.com>
8706
8707         * mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".
8708         (write_builtin_type): Pass intSI_type_node and the like through
8709         type_for_mode.
8710         * method.c (process_overload_item): Mangle VECTOR_TYPEs with 'o'.
8711         Pass intSI_type_node and the like through type_for_mode.
8712         * decl2.c (arg_assoc_type): Handle VECTOR_TYPE like COMPLEX_TYPE.
8713         * pt.c (tsubst, unify): Likewise.
8714         * tree.c (walk_tree): Likewise.
8715         * error.c (dump_type): Likewise.
8716         (dump_type_prefix, dump_type_suffix): Don't bother with VECTOR_TYPE.
8717
8718         * Make-lang.in: Tweak top comment for emacs.
8719         (cp/TAGS): Restore.
8720
8721         * except.c (expand_throw): Use push_throw_library_fn for _Jv_Throw.
8722
8723         * class.c (clone_function_decl): Robustify.
8724
8725 2000-12-04  Michael Matz  <matzmich@cs.tu-berlin.de>
8726
8727         * decl.c (store_bindings): Only search in the non modified
8728         old_bindings for duplicates.
8729
8730 2000-12-04  Nathan Sidwell  <nathan@codesourcery.com>
8731
8732         * error.c (dump_function_decl): Use DECL_VIRTUAL_P, not
8733         TYPE_POLYMORPHIC_P.
8734
8735         * typeck.c (build_static_cast): Remove unused variable.
8736
8737 2000-12-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8738
8739         * pt.c: Fix typo in comment.
8740
8741 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
8742
8743         * decl2.c (warn_format): Remove definition.
8744         (lang_decode_option): Handle -Wformat-nonliteral,
8745         -Wno-format-extra-args and -Wno-format-y2k.  Use set_Wformat.
8746
8747 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
8748
8749         * decl.c (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Don't define.
8750         (init_decl_processing): Don't create string_type_node,
8751         const_string_type_node, wint_type_node, intmax_type_node,
8752         uintmax_type_node, default_function_type, ptrdiff_type_node and
8753         unsigned_ptrdiff_type_node.  Adjust position of call to
8754         c_common_nodes_and_builtins.
8755         (identifier_global_value): New function.
8756
8757 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
8758
8759         * call.c (standard_conversion): Reject pointer to member
8760         conversions from ambiguous, inaccessible or virtual bases.
8761         * typeck.c (build_static_cast): Don't check pointers to members
8762         specially.
8763
8764 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
8765
8766         * method.c (do_build_copy_constructor): Preserve cv
8767         qualifications when accessing source object members.
8768         (do_build_assign_ref): Likewise. Remove separate diagnostics for
8769         unnamed fields.
8770
8771 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
8772
8773         * method.c (do_build_assign_ref): Construct appropriately
8774         CV-qualified base reference. Don't allow const casts in base
8775         conversion.
8776
8777 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
8778
8779         * call.c (build_over_call): Use VOID_TYPE_P. Don't die on
8780         incomplete return type.
8781
8782 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
8783
8784         * parse.y (base_class.1): Produce a _TYPE not a _DECL.
8785         * semantics.c (finish_base_specifier): Accept a _TYPE not a
8786         _DECL.
8787
8788 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
8789
8790         * spew.c (yyerror): Cope if yylval.ttype is NULL.
8791
8792 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
8793
8794         * decl.c (grokdeclarator): Diagnose undefined template contexts.
8795
8796 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
8797
8798         * decl.c (grokdeclarator): Do type access control on friend
8799         class.
8800
8801 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
8802
8803         * decl.c (grokfndecl): Undo COMPONENT_REF damage caused by
8804         bison parser ickiness.
8805         * pt.c (tsubst_friend_function): Enter namespace scope when
8806         tsubsting the function name.
8807         * cp-tree.h (DECL_TI_TEMPLATE): Update comment to reflect reality.
8808
8809 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
8810
8811         * cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.
8812         * cvt.c (cp_convert_to_pointer): Add force parameter.
8813         Allow conversions via virtual base if forced.
8814         (convert_to_pointer_force): Adjust call to cp_convert_to_pointer.
8815         (ocp_convert): Likewise.
8816         * search.c (binfo_from_vbase): Return the virtual base's binfo.
8817         * typeck.c (get_delta_difference): Adjust handling of virtual
8818         bases.
8819
8820 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
8821
8822         * tree.c (struct list_hash): Remove.
8823         (list_hash_table): Make it be an htab.
8824         (struct list_proxy): New type.
8825         (list_hash_eq): New function.
8826         (list_hash_pieces): Renamed from ...
8827         (list_hash): ... this.
8828         (list_hash_lookup): Remove.
8829         (list_hash_add): Remove.
8830         (hash_tree_cons): Use the generic hashtable.
8831         (mark_list_hash): Remove.
8832         (init_tree): Create the hashtable.
8833
8834 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8835
8836         * method.c (build_mangled_C9x_name): Rename to
8837         build_mangled_C99_name.  Change C9X references in comments to
8838         refer to C99.
8839
8840 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
8841
8842         * parse.y (unary_expr): Move VA_ARG from here ...
8843         (primary): ... to here.
8844
8845 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
8846
8847         * semantics.c (finish_id_expr): If type is error_mark, return
8848         error_mark.
8849
8850 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
8851
8852         * pt.c (lookup_template_class): Simplify loop exit constructs.
8853         Cope when there is no partial instantiation of a template
8854         template member.
8855
8856 Thu Nov 23 02:16:47 2000  J"orn Rennecke <amylaar@redhat.com>
8857
8858         * Make-lang.in (g++spec.o, cxxmain.o): Depend on $(CONFIG_H).
8859
8860 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
8861
8862         * mangle.c (mangle_conv_op_name_for_type): Don't use `__op'
8863         prefix.
8864
8865         * pt.c (do_decl_instantiate): Explicitly clone constructors and
8866         destructors that haven't already been cloned.
8867
8868 2000-11-20  Richard Henderson  <rth@redhat.com>
8869
8870         * parse.y (yyparse_1): Rename the parser entry point.
8871
8872 2000-11-20  Alex Samuel  <samuel@codesourcery.com>
8873
8874         * mangle.c (write_name): Use <unscoped-name> for names directly in
8875         function scope.
8876         (write_unscoped_name): Accept names directly in function scope.
8877
8878 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
8879
8880         * lex.c (rid_to_yy, RID_EXPORT): Make unique keyword.
8881         * parse.y (extdef): Add EXPORT reduction.
8882         * spew.c (yylex): Don't skip export here.
8883
8884 2000-11-19  Mark Mitchell  <mark@codesourcery.com>
8885
8886         * decl.c (init_decl_processing): Correct name of pure virtual
8887         function under the new ABI.
8888         * rtti.c (throw_bad_cast): Likewise, for bad cast function.
8889         (throw_bad_typeid): Likewise for bad typeid function.
8890
8891 2000-11-18  Mark Mitchell  <mark@codesourcery.com>
8892
8893         * decl.c (grokparms): Don't even function types of `void' type,
8894         either.
8895         * mangle.c (write_type): Don't crash when confronted with the
8896         error_mark_node.
8897
8898         * decl.c (grokparms): Don't create parameters of `void' type.
8899
8900 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
8901
8902         * lex.c (mark_impl_file_chain): Delete.
8903         (init_parse): Remove call to ggc_add_string_root.  No need to
8904         ggc_strdup a string constant.  Do not add impl_file_chain to GC
8905         roots.
8906         (handle_pragma_implementation): No need to ggc_strdup main_filename.
8907
8908 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
8909
8910         * pt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.
8911
8912 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
8913
8914         * cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.
8915         * decl.c (grokdeclarator): Don't reject void parms here.
8916         (require_complete_types_for_parms): Simplify, use
8917         complete_type_or_else.
8918         (grokparms): Remove bitrot. Remove funcdef parm.
8919         Deal with ellipsis parm lists here.
8920         * semantics.c (finish_parmlist): Don't append void_list_node
8921         here. Set PARMLIST_ELLIPSIS_P.
8922
8923 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
8924
8925         * typeck2.c (incomplete_type_error): Reorganize to avoid
8926         excessive diagnostics.
8927
8928 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
8929
8930         * lex.c (struct impl_files, internal_filename): Constify a char *.
8931
8932 2000-11-16  Mark Mitchell  <mark@codesourcery.com>
8933
8934         * mangle.c (write_special_name_constructor): Don't generate
8935         assembler junk when confronted with an old-style constructor.
8936         (write_special_name_destructor): Likewise.
8937         (mangle_decl_string): Do it here instead.
8938
8939 2000-11-16  Nathan Sidwell  <nathan@codesourcery.com>
8940
8941         * call.c (op_error): Make error messages clearer.
8942
8943 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
8944
8945         * decl.c (wrapup_globals_for_namespace): Don't mark things
8946         TREE_ASM_WRITTEN when they're not.
8947
8948 2000-11-15  Jason Merrill  <jason@redhat.com>
8949
8950         * typeck2.c (friendly_abort): Uncount the error before handing
8951         off to fancy_abort.
8952
8953 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
8954
8955         * typeck.c (lookup_anon_field): Cope with qv qualifiers.
8956
8957 2000-11-14  Mark Mitchell  <mark@codesourcery.com>
8958
8959         * class.c (build_vtbl_initializer): Fix typo in comment.
8960         * typeck.c (expr_sizeof): Don't crash on errors.
8961
8962 2000-11-14  Jim Wilson  <wilson@redhat.com>
8963
8964         * lang-specs.h: Add %2 after %(cc1_options).
8965
8966 2000-11-14  Richard Henderson  <rth@redhat.com>
8967
8968         * typeck.c (c_sizeof): Be strict about casting result value
8969         back to c_size_type_node.
8970         (expr_sizeof, c_sizeof_nowarn, c_alignof): Likewise.
8971
8972 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8973
8974         * typeck.c (build_unary_op): Use boolean_increment from
8975         c-common.c, moving the relevant code there.
8976
8977 2000-11-11  Jason Merrill  <jason@redhat.com>
8978
8979         * typeck.c (mark_addressable): Don't call put_var_into_stack.
8980
8981         * decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics
8982         in inlines.
8983
8984 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8985
8986         * decl.c (grokdeclarator, save_function_data): Use memcpy, not bcopy.
8987         * lex.c (copy_lang_decl): Likewise.
8988
8989 2000-11-09  Mark Mitchell  <mark@codesourcery.com>
8990
8991         * dump.c (cp_dump_tree): Don't dump function bodies here.
8992
8993         * Make-lang.in (CXX_C_OBJS): Add c-dump.o.
8994         (dump.o): Update dependency list.
8995         * cp-tree.h (DECL_MAYBE_TEMPLATE): Remove.
8996         (flag_dump_translation_unit): Likewise.
8997         (CP_TYPE_QUALS): Adjust definition.
8998         (DECL_C_BIT_FIELD): Remove.
8999         (SET_DECL_C_BIT_FIELD): Likewise.
9000         (CLEAR_DECL_C_BIT_FIELD): Likewise.
9001         (add_maybe_template): Likewise.
9002         (strip_array_types): Likewise.
9003         (dump_node_to_file): Likewise.
9004         (cp_dump_tree): New function.
9005         * decl.c (init_decl_processing): Set lang_dump_tree.
9006         * decl2.c (flag_dump_translation_unit): Remove.
9007         * dump.c: Move most of it to ../c-dump.c.
9008         (cp_dump_tree): New function.
9009         * pt.c (add_maybe_template): Remove.
9010         * typeck.c (strip_array_types): Likewise.
9011
9012 2000-11-07  Eric Christopher  <echristo@redhat.com>
9013
9014         * decl.c (init_decl_processing): Change definition of
9015         __wchar_t to wchar_t.  Remove artificial declaration of
9016         wchar_t.
9017         * lex.c: Change instances of __wchar_t to wchar_t.
9018
9019 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
9020
9021         * lex.c (do_identifier): Don't lookup_name for operators.
9022         * parse.y (operator): Save looking_for_typename.
9023         (unoperator): Restore it.
9024         * spew.c (frob_opname): Use nth_token for lookahead.
9025
9026 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
9027
9028         * decl.c (grok_op_properties): Always use coerce_new_type and
9029         coerce_delete_type.
9030         * decl2.c (coerce_new_type): Use c_size_type_node. Preserve
9031         exception specification. Tidy up.
9032         (coerce_delete_type): Preserve exception specification. Tidy up.
9033
9034 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9035
9036         * class.c (duplicate_tag_error, build_vtbl_initializer), decl.c
9037         (push_binding_level), error.c (cp_tree_printer), pt.c
9038         (process_partial_specialization, tsubst_template_arg_vector),
9039         search.c (lookup_member): Use memset () instead of bzero ().
9040
9041 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
9042
9043         * decl.c (build_ptrmemfunc_type): Allow error_mark_node.
9044
9045 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
9046
9047         * Make-lang.in (c++.distdir): Remove.
9048
9049 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
9050
9051         * decl2.c (do_nonmember_using_decl): Allow `extern "C"'
9052         declarations from different namespaces to be combined.
9053
9054 2000-11-03  Zack Weinberg  <zack@wolery.stanford.edu>
9055
9056         * decl.c: Include tm_p.h.
9057
9058 2000-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9059
9060         * tree.c (cp_tree_equal): Use memcmp () instead of bcmp ().
9061
9062 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9063
9064         * dump.c (dequeue_and_dump), lex.c (interface_strcmp), method.c
9065         (build_overload_value), repo.c (open_repo_file), xref.c
9066         (open_xref_file): Use strchr () and strrchr () instead of index ()
9067         and rindex ().
9068
9069 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
9070
9071         * call.c (build_over_call): Call fold on the CALL_EXPR.
9072
9073 2000-11-01  Gabriel Dos Reis  <gdr@codesourcery.com>
9074
9075         * error.c (dump_template_decl): Separate template hearders with
9076         space not comma.
9077
9078 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
9079
9080         * error.c: Move TFF_ macros into cp-tree.h.  Throughout, replace
9081         TS_* flags with corresponding TFF_*.  Adjust prototypes of
9082         functions (which used to take a tree_string_flags) to take an int.
9083
9084         * cp-tree.h (enum tree_string_flags): Remove
9085         (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE,
9086         TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPEDEF, TFF_DECL_SPECIFIERS,
9087         TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
9088         TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
9089         TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS,
9090         TFF_TEMPLATE_NAME, TFF_EXPR_IN_PARENS, TFF_SCOPE): New macros.
9091         (type_as_string, decl_as_string, expr_as_string,
9092         context_as_string): Adjust prototype.
9093
9094         * class.c (dump_class_hierarchy_r): Use TFF_PLAIN_IDENTIFIER
9095         instead of TS_PLAIN.
9096
9097         * pt.c (mangle_class_name_for_template): Use TFF_CHASE_TYPEDEF
9098         instead of TF_CHASE_TYPEDEFS. Use TFF_PLAIN_IDENTIFIER instead of
9099         plain `0'.
9100
9101 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
9102
9103         * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
9104         (linkage_kind): New enumeration.
9105         (decl_linkage): New function.
9106         * decl2.c (comdat_linkage): Extend comment.
9107         * error.c (dump_function_decl): Print the arguments used to
9108         instantiate a template, even when not printing the type of the
9109         function.
9110         * pt.c (convert_nontype_argument): Use DECL_EXTERNAL_LINKAGE_P,
9111         not TREE_PUBLIC, to test for external linkage.
9112         * tree.c (decl_linkage): New function.
9113
9114 2000-10-28  Mark Mitchell  <mark@codesourcery.com>
9115
9116         * pt.c (instantiate_decl): Always instantiate static data members
9117         initialized in-class.
9118
9119 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
9120
9121         * Make-lang.in: Move all build rules here from Makefile.in,
9122         adapt to new context.  Wrap all rules that change the current
9123         directory in parentheses.  Expunge all references to $(P).
9124         When one command depends on another and they're run all at
9125         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
9126         all object-file generation rules.  Delete obsolete variables.
9127
9128         * Makefile.in: Delete.
9129         * config-lang.in: Delete outputs= line.
9130
9131 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
9132
9133         * error.c (dump_function_decl): Print no space between
9134         `ptr-operator' the `type-specifier' of the return type.
9135         (dump_type_prefix): Make sure we put space at the appropriate
9136         place.
9137
9138 2000-10-23  Jason Merrill  <jason@redhat.com>
9139
9140         * call.c (equal_functions): Also call decls_match for extern "C" fns.
9141
9142 2000-10-22  Jason Merrill  <jason@redhat.com>
9143
9144         * call.c (build_conditional_expr): Use ocp_convert to force
9145         rvalue conversion.
9146
9147 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
9148
9149         * call.c (standard_conversion): Use RVALUE_CONVs for all
9150         expressions that satisfy lvalue_p, not just those that satisfy
9151         real_lvalue_p.
9152
9153         * optimize.c (copy_body_r): Don't treat CALL_EXPRs specially.
9154
9155         * typeck.c (c_sizeof): Return an expression of `size_t' type,
9156         not one with TYPE_IS_SIZETYPE set.
9157         (dubious_conversion_warnings): Remove special-case code.
9158
9159 2000-10-21  Geoffrey Keating  <geoffk@cygnus.com>
9160
9161         * decl2.c (arg_assoc_type): Handle VECTOR_TYPE.
9162         * error.c (dump_type): Handle VECTOR_TYPE like POINTER_TYPE.
9163         (dump_type_prefix): Print vector-of-int as 'int vector'.
9164         (dump_type_suffix): Handle VECTOR_TYPE like POINTER_TYPE.
9165         * tree.c (walk_tree): Handle VECTOR_TYPE.
9166
9167         * decl.c (init_decl_processing): Call MD_INIT_BUILTINS.
9168
9169 2000-10-21  Jason Merrill  <jason@redhat.com>
9170
9171         * parse.y (operator): Set got_object from got_scope.
9172         Set looking_for_typename.
9173         * decl.c (lookup_name_real): Clear val after setting from_obj.
9174         Reorganize diagnostic.
9175
9176 2000-10-20  Jason Merrill  <jason@redhat.com>
9177
9178         * tree.c (walk_tree): Don't walk into default args.
9179
9180         * error.c (dump_expr): Use host_integerp.
9181
9182 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
9183
9184         * typeck2.c (abstract_virtuals_error): Use "because" instead of
9185         "since" in error message.
9186
9187 Fri Oct 20 13:54:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9188
9189         * typeck.c (dubious_conversion_warning): Suppress if TYPE_IS_SIZETYPE.
9190
9191 2000-10-20  Jeffrey Oldham  <oldham@codesourcery.com>
9192
9193         * decl.c (revert_static_member_fn): Fixed typo.
9194
9195 2000-10-19  Mark Mitchell  <mark@codesourcery.com>
9196
9197         * class.c (subobject_offset_fn): New type.
9198         (dfs_record_base_offsets): Remove.
9199         (record_base_offsets): Likewise.
9200         (dfs_search_base_offsets): Likewise.
9201         (record_subobject_offset): New function.
9202         (check_subobject_offset): Likewise.
9203         (walk_subobject_offsets): Likewise.
9204         (record_subobject_offsets): Likewise.
9205         (layout_conflict_p): Reimplement.
9206         (layout_nonempty_base_or_field): Correct handling of type
9207         conflicts during layout.
9208         (layout_empty_base): Likewise.
9209         (build_base_field): Adjust to handle new representation of empty
9210         base offset table.
9211         (build_base_fields): Likewise.
9212         (layout_virtual_bases): Likewise.
9213         (splay_tree_compare_integer_csts): New function.
9214         (layout_class_type): Use a splay_tree, rather than a varray, to
9215         represent the offsets of empty bases.
9216
9217         * cp-tree.h (DECL_ANTICIPATED): Don't require a FUNCTION_DECL.
9218         * decl.c (select_decl): Don't return declarations that are
9219         DECL_ANTICIPATED.
9220
9221 2000-10-18  Mark Mitchell  <mark@codesourcery.com>
9222
9223         * cp-tree.h (cp_tree_index): Add CPTI_FAKE_STD.
9224         (fake_std_node): New macro.
9225         * decl.c (in_std): Rename to ...
9226         (in_fake_std): ... this.
9227         (flag_no_builtin): Remove.
9228         (flag_no_nonansi_builtin): Likewise.
9229         (walk_namespaces_r): Use fake_std_node.
9230         (push_namespace): Use std_identifier.
9231         (pop_namespace): Use in_fake_std.
9232         (lookup_name_real): Use fake_std_node.
9233         (init_decl_processing): When -fhonor-std, create the `std'
9234         namespace.  Don't create a dummy fake_std_node in that case.
9235         Adjust call to c_common_nodes_and_builtins.  Use std_identifier.
9236         (builtin_function): Put builtins whose names don't begin
9237         with `_' in the std namespace.
9238         * decl2.c (flag_no_builtin): Remove.
9239         (flag_no_nonansi_builtin): Likewise.
9240         (set_decl_namespace): Use fake_std_node.
9241         (validate_nonmember_using_decl): Likewise.
9242         (do_using_directive): Likewise.
9243         (handle_class_head): Likewise.
9244         * dump.c (dequeue_and_dump): Likewise.
9245         * except.c (init_exception_processing): Use std_identifier.
9246         * init.c (build_member_call): Use fake_std_node.
9247         * rtti.c (init_rtti_processing): Use std_identifier.
9248
9249 2000-10-17  Mark Mitchell  <mark@codesourcery.com>
9250
9251         * cp-tree.h (back_end_hook): Remove declaration.
9252         * decl2.c (back_end_hook): Remove definition.
9253
9254         * dump.c (dequeue_and_dump): Dump TREE_USED.
9255
9256 Tue Oct 17 20:19:06 2000  Brad Lucier <lucier@math.purdue.edu>
9257
9258         * spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int).
9259
9260 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9261
9262         * decl.c (WINT_TYPE): Define.
9263         (init_decl_processing): Create types unsigned_ptrdiff_type_node,
9264         c_size_type_node, signed_size_type_node and wint_type_node.
9265
9266 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9267
9268         * decl2.c (warn_missing_format_attribute): New variable.
9269         (lang_decode_option): Decode -Wmissing-format-attribute.
9270
9271 2000-10-16  Mark Mitchell  <mark@codesourcery.com>
9272
9273         * typeck.c (qualify_type): Remove.
9274         (composite_pointer_type): Fix handling of conversions to `cv void*'.
9275
9276 2000-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9277
9278         * Makefile.in (parse.c, parse.h): Fix think-o in last patch.
9279
9280 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9281
9282         * Makefile.in (parse.c, parse.h): Create atomically.
9283
9284 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
9285
9286         * class.c (current_obstack): Remove.
9287         * decl.c (ggc_p): Remove.
9288         (start_decl): Don't use decl_tree_cons.
9289         (grokdeclarator): Don't use build_decl_list.
9290         (start_function): Don't use decl_tree_cons.
9291         (finish_function): Don't mess with obstacks.
9292         * decl2.c (grok_x_components): Don't use build_decl_list.
9293         * lex.c (make_call_declarator): Don't call decl_tree_cons.
9294         (implicitly_declare_fn): Don't call build_decl_list.
9295         * parse.y (frob_specs): Don't call build_decl_list or
9296         decl_tree_cons.
9297         (expr_or_declarator_intern): Don't call decl_tree_cons.
9298         (primary): Don't call build_decl_list.
9299         (fcast_or_absdcl): Likewise.
9300         (typed_declspecs): Don't call decl_tree_cons.
9301         (reserved_declspecs): Don't call build_decl_list.
9302         (declmods): Likewise.
9303         (reserved_typespecquals): Likewise.
9304         (aggr): Likewise.
9305         (new_type_id): Likewise.
9306         (cv_qualifiers): Likewise.
9307         (after_type_declarator_intern): Likewise.
9308         (notype_declarator_intern): Likewise.
9309         (absdcl_intern): Likewise.
9310         (named_parm): Likewise.
9311         * pt.c (most_specialized_class): Likewise.
9312         * repo.c (temporary_obstack): Make it a structure, not a pointer.
9313         (init_repo): Initialize it.
9314         * search.c (current_obstack): Remove.
9315         * typeck2.c (add_exception_specifier): Don't call build_decl_list.
9316
9317 2000-10-09  Richard Henderson  <rth@cygnus.com>
9318
9319         * Make-lang.in (CXX_EXTRA_HEADERS): Remove.
9320         (c++ language support bits for libgcc): Remove.
9321         (c++.clean): Remove cplib2.txt cleanup.
9322         * config-lang.in (headers, lib2funcs): Remove.
9323
9324         * exception.cc, new.cc, new1.cc, new2.cc: Remove files.
9325         * tinfo.cc, tinfo.h, tinfo2.cc, vec.cc: Remove files.
9326         * inc/cxxabi.h, inc/exception, inc/new: Remove files.
9327         * inc/new.h, inc/typeinfo: Remove files.
9328
9329 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
9330
9331         * decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
9332         defined.
9333         (init_decl_processing): Initialize intmax_type_node and
9334         uintmax_type_node.
9335
9336 2000-10-06  Richard Henderson  <rth@cygnus.com>
9337
9338         * cp-tree.h (struct cp_language_function): Remove x_result_rtx.
9339         (original_result_rtx): Remove.
9340         * decl.c (save_function_data): Don't clear x_result_rtx.
9341         (mark_lang_function): Don't mark it either.
9342         * expr.c (fixup_result_decl): Remove.
9343         * semantics.c (genrtl_named_return_value): Frob the return decl
9344         before calling emit_local_var.
9345         (genrtl_finish_function): Don't call fixup_result_decl.
9346         Always emit the jump to return_label.
9347
9348 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
9349
9350         * pt.c (lookup_template_class): Set current access for enum.
9351         (tsubst_enum): Set file & line for enum decl.
9352
9353         * spew.c (yylex): Remove unused variable.
9354
9355 2000-10-05  Richard Henderson  <rth@cygnus.com>
9356
9357         * semantics.c (genrtl_finish_function): Don't init or check
9358         can_reach_end; remove noreturn and return value checks.
9359
9360 2000-10-05  Tom Tromey  <tromey@cygnus.com>
9361
9362         * init.c (build_java_class_ref): Use `build_static_name' with a
9363         suffix, not a prefix, to build the class object's name.
9364
9365 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
9366
9367         * cp-tree.h (access_kind): Fix comment typo.
9368         * decl2.c (grokfield): Fix diagnostic typo.
9369         * semantics.c (finish_template_type): Fix comment typo.
9370         (finish_qualified_object_call_expr): Likewise.
9371
9372 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
9373
9374         * pt.c (tsubst_expr, DECL_STMT case): Don't process if
9375         tsubsting fails.
9376
9377 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
9378
9379         * spew.c (frob_id): New static function.
9380         (frob_opname): Use it.
9381         (yylex): Use it.
9382
9383 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
9384
9385         * decl.c (lang_mark_false_label_stack): Remove.
9386         * lex.c (cp_mang_lang_type): Use ggc_alloc_cleared.
9387
9388 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9389
9390         * gxxint.texi: Use @email for formatting email addresses.
9391
9392 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
9393
9394         * error.c: Remove direct obstack manipulation.  Replace with
9395         output_buffer-based formatting.  Adjust calls to removed macros.
9396         (obstack_chunk_alloc, obstack_chunk_free): Remove.
9397         (OB_INIT, OB_PUTC, OB_PUTC2, OB_PUTS, OB_PUTID, OB_PUTCP,
9398         OB_FINISH, OB_PUTI, OB_END_TEMPLATE): Likewise.
9399
9400 2000-09-24  Mark Mitchell  <mark@codesourcery.com>
9401
9402         * ir.texi: Move to ../c-tree.texi.
9403
9404 2000-09-20  Jason Merrill  <jason@redhat.com>
9405
9406         * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
9407
9408 2000-09-21  Andreas Jaeger  <aj@suse.de>
9409
9410         * errfn.c: Move declaration of cp_printer and cp_printers to ...
9411         * cp-tree.h: ... here.
9412
9413         * error.c: Remove declaration of cp_printer.
9414
9415 2000-09-20  Mark Mitchell  <mark@codesourcery.com>
9416
9417         * tree.c (mark_local_for_remap_r): Handle CASE_LABELs.
9418
9419 2000-09-20  Hans-Peter Nilsson  <hp@axis.com>
9420
9421         * except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and
9422         users.
9423
9424 2000-09-18  Mark Mitchell  <mark@codesourcery.com>
9425
9426         * decl.c (start_function): Robustify.
9427
9428 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9429
9430         * cp-tree.h (check_function_format): Accept a `status' parameter.
9431
9432         * call.c, typeck.c: Updates calls to `check_function_format'.
9433
9434 2000-09-17  Geoffrey Keating  <geoffk@cygnus.com>
9435
9436         * decl2.c (handle_class_head): Always push some scope even
9437         in the error case.
9438
9439 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
9440
9441         * cp-tree.h (struct cp_language_function): Remove
9442         x_scope_stmt_stack and name_declared.
9443         (current_scope_stmt_stack): Remove.
9444         (function_name_declared_p): New macro.
9445         (struct lang_decl_flags): Use c_lang_decl as a base class.
9446         (context): Remove.
9447         (struct lang_decl): Replace saved_tree with context.
9448         (DECL_FRIEND_CONTEXT): Adjust accordingly.
9449         (SET_DECL_FRIEND_CONTEXT): Likewise.
9450         (DECL_VIRTUAL_CONTEXT): Likewise.
9451         (DECL_SAVED_TREE): Remove.
9452         (C_DECLARED_LABEL_FLAG): Likewise.
9453         (cplus_expand_expr_stmt): Don't declare.
9454         (add_decl_stmt): Likewise.
9455         (add_scope_stmt): Likewise.
9456         * decl.c (mark_stmt_tree): Remove.
9457         (case_compare): Likewise.
9458         (finish_case_label): Use c_add_case_label.
9459         (init_decl_processing): Set more language-specific hooks.
9460         (build_enumerator): Fix typo in comment.
9461         (cplus_expand_expr_stmt): Remove.
9462         (mark_lang_function): Use mark_c_language_function.
9463         (lang_mark_tree): Use c_mark_lang_decl.
9464         * decl2.c: Change order of inclusion.
9465         * except.c: Likewise.
9466         * expr.c (cplus_expand_expr): Remove handling of STMT_EXPR.  Fall
9467         back on c_expand_expr.
9468         * friend.c: Include expr.h.
9469         * init.c: Change order of inclusion.
9470         * Makefile.in: Update dependencies.
9471         * lex.h (free_lang_decl_chain): Remove.
9472         * optimize.c (maybe_clone_body): Use function_name_declared_p.
9473         * pt.c (build_template_decl): Don't copy DECL_VIRTUAL_CONTEXT if
9474         it doesn't exist.
9475         (instantiate_decl): Use function_name_declared_p.
9476         * semantics.c (lang_expand_expr_stmt): Remove.
9477         (set_current_function_name_declared): Likewise.
9478         (current_function_name_declared): Likewise.
9479         (begin_compound_stmt): Use function_name_declared_p.
9480         (add_decl_stmt): Remove.
9481         (setup_vtbl_ptr): Use function_name_declared_p.
9482         (add_scope_stmt): Remove.
9483         (current_scope_stmt_stack): New function.
9484         (cp_expand_stmt): Don't handle SCOPE_STMTs.
9485         (expand_body): Use function_name_declared_p.
9486         * tree.c (cp_statement_code_p): Don't include SCOPE_STMT.
9487         * typeck.c: Change order of includes.
9488         (convert_sequence): Remove.
9489
9490 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
9491
9492         * lex.c (reswords): Add _Complex.
9493
9494 Thu Sep 14 12:10:45 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9495
9496         * Make-lang.in (cplib2.txt): Depend on cp/Makefile.
9497
9498 2000-09-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9499
9500         * init.c (begin_init_stmts): Don't use // comments.
9501
9502 2000-09-12  Jason Merrill  <jason@redhat.com>
9503
9504         * decl.c (maybe_deduce_size_from_array_init): Set do_default for
9505         all non-extern arrays.
9506
9507         * decl.c (grokdeclarator): Complain about 'friend T' for implicit
9508         typenames, too.  Downgrade complaint to pedwarn.
9509         (xref_tag): Warn about surprising behavior of 'friend struct T'.
9510         * decl2.c (handle_class_head): Generate a TYPENAME_TYPE for
9511         'class This::Inherited'.
9512
9513 2000-09-12  Mark Mitchell  <mark@codesourcery.com>
9514
9515         * decl.c (finish_case_label): Given the LABEL_DECL a
9516         DECL_CONTEXT.
9517
9518 2000-09-12  Gabriel Dos Reis  <gdr@codesourcery.com>
9519
9520         * error.c (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE,
9521         TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPDEF,
9522         TFF_DECL_SPECIFIERS, TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
9523         TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
9524         TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS, TFF_SCOPE):
9525         New macros.
9526         (sorry_for_unsupported_tree, print_scope_operator,
9527         print_left_paren, print_right_paren, print_left_bracket,
9528         print_right_bracket, print_whitespace): Likewise.
9529         (aggr_variety): Rename to class_key_or_enum.
9530         (print_type): Rename to print_type_id.
9531         (print_type_specifier_seq, print_simple_type_specifier,
9532         print_elaborated_type_specifier,
9533         print_rest_of_abstract_declarator,
9534         print_parameter_declaration_clause, print_exception_specification,
9535         print_nested_name_specifier, print_template_id,
9536         typedef_original_name,  print_template_argument_list_start,
9537         print_template_argument_list_end): New functions.
9538
9539 2000-09-11  Gabriel Dos Reis  <gdr@codesourcery.com>
9540
9541         * ir.texi: Add more documentation.
9542
9543 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
9544
9545         * cp-tree.h (struct saved_scope): Remove x_function_parms.
9546         (current_function_parms): Don't define.
9547         (struct cp_language_function): Remove parms_stored.
9548         (current_function_just_assigned_this): Don't define.
9549         (current_function_parms_stored): Likewise.
9550         (static_ctors): Declare.
9551         (static_dtors): Likewise.
9552         (SF_EXPAND): Don't define.
9553         (expand_start_early_try_stmts): Remove declaration.
9554         (store_parm_decls): Likewise.
9555         * decl.c (static_ctors): Don't declare.
9556         (static_dtors): Likewise.
9557         (struct binding_level): Remove this_block.
9558         (poplevel): Remove dead code.
9559         (set_block): Likewise.
9560         (mark_binding_level): Don't mark this_block.
9561         (mark_saved_scope): Don't mark x_function_parms.
9562         (init_decl_processing): Don't add current_function_parms as a GC
9563         root.
9564         (check_function_type): Change prototype.
9565         (start_function): Remove RTL-generation code.
9566         (expand_start_early_try_stmts): Remove.
9567         (store_parm_decls): Give it internal linkage.  Remove
9568         RTL-generation code.
9569         (finish_function): Remove RTL-generation code.
9570         * decl2.c (static_ctors): Fix formatting.
9571         (static_dtors): Likewise.
9572         * method.c (use_thunk): Don't call store_parm_decls.
9573         (synthesize_method): Likewise.
9574         * optimize.c (maybe_clone_body): Likewise.
9575         * parse.y (fn.def2): Likewise.
9576         (.set_base_init): Likewise.
9577         (nodecls): Likewise.
9578         * pt.c (instantiate_decl): Likewise.
9579         * rtti.c (synthesize_tinfo_fn): Likewise.
9580         * semantics.c (genrtl_try_block): Simplify.
9581         (expand_body): Use genrtl_start_function and
9582         genrtl_finish_function.
9583         (genrtl_start_function): New function.
9584         (genrtl_finish_function): Likewise.
9585
9586 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
9587
9588         * error.c (cp_tree_printer, case 'P'): Append break.
9589
9590 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
9591
9592         * cp-tree.h (frob_opname): Declare.
9593         * parse.y (saved_scopes): New static variable.
9594         (cp_parse_init): Adjust.
9595         (do_id): If lastiddecl is NULL, do do_identifier.
9596         (operator): Save scope information.
9597         (unoperator): New reduction. Restore scope information.
9598         (operator_name): Append unoperator. Call frob_opname.
9599         * spew.c (frob_opname): Define.
9600
9601 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
9602
9603         * decl.c, rtti.c: Include defaults.h if not already included.
9604         Don't define the *_TYPE_SIZE macros.
9605
9606 2000-09-09  Mark Mitchell  <mark@codesourcery.com>
9607
9608         * cp-tree.h (push_switch): Change prototype.
9609         (check_cp_case_value): Remove declaration.
9610         (decl_constant_value): Likewise.
9611         * decl.c (struct cp_switch): Add switch_stmt and cases.
9612         (case_compare): New function.
9613         (push_switch): Set switch_stmt.  Initialize cases.
9614         (pop_switch): Clean up cases.
9615         (define_case_label): Rename to ...
9616         (finish_case_label): ... this.  Do semantic analysis for case
9617         labels here.
9618         (start_function): Correct comment.
9619         * decl2.c (check_cp_case_value): Remove.
9620         * expr.c (do_case): Remove.
9621         * pt.c (tsubst_expr): Adjust call to finish_case_label.
9622         * semantics.c (genrtl_do_poplevel): Remove declaration.
9623         (RECHAIN_STMTS): Remove.
9624         (finish_break_stmt): Use build_break_stmt.
9625         (finish_continue_stmt): Use build_continue_stmt.
9626         (finish_switch_cond): Adjust condition here, rater than in
9627         c_expand_start_case.
9628         (finish_case_label): Remove.
9629         * typeck.c (c_expand_return): Remove.
9630         (c_expand_start_case): Likewise.
9631
9632 2000-09-07  Gabriel Dos Reis  <gdr@codesourcery.com>
9633
9634         * ir.texi: Document type nodes.
9635
9636 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
9637
9638         * cp-tree.h (init_cp_semantics): Declare.
9639         (genrtl_try_block): Don't declare.
9640         (genrtl_handler): Likewise.
9641         (genrtl_catch_block): Likewise.
9642         (genrtl_ctor_stmt): Likewise.
9643         (genrtl_subobject): Likewise.
9644         (genrtl_do_poplevel): Likewise.
9645         (genrtl_named_return_value): Likewise.
9646         * lex.c (init_parse): Call init_cp_semantics.
9647         * semantics.c (genrtl_try_block): Give it internal linkage.
9648         (genrtl_handler): Likewise.
9649         (genrtl_catch_block): Likewise.
9650         (genrtl_ctor_stmt): Likewise.
9651         (genrtl_subobject): Likewise.
9652         (genrtl_do_poplevel): Likewise.
9653         (genrtl_named_return_value): Likewise.
9654         (lang_expand_stmt): Rename to ...
9655         (cp_expand_stmt): ... this.  Only handle C++-specific nodes.
9656         (init_cp_semantics): Define.
9657
9658         * decl.c (initialize_local_var): Remove RTL-generating code.
9659         * semantics.c (genrtl_try_block): Fix formatting.
9660
9661         Move statement-tree facilities from C++ to C front-end.
9662         * cp-tree.h (cp_tree_index): Remove CPTI_VOID_ZERO.
9663         (void_zero_node): Remove.
9664         (stmt_tree): Likewise.
9665         (scope_chain): Adjust.
9666         (language_function): Rename to cp_language_function.
9667         (cp_function_chain): Adjust.
9668         (current_stmt_tree): Remove.
9669         (last_tree): Likewise.
9670         (last_expr_type): Likewise.
9671         (struct lang_decl): Adjust.
9672         (STMT_IS_FULL_EXPR_P): Remove.
9673         (add_tree): Remove.
9674         (begin_stmt_tree): Likewise.
9675         (finish_stmt_tree): Likewise.
9676         (walk_tree_fn): Likewise.
9677         (walk_stmt_tree): Likewise.
9678         * class.c (finish_struct): Replace use of add_tree with add_stmt.
9679         * decl.c (mark_stmt_tree): Adjust type.
9680         (init_decl_processing): Don't build void_zero_node.
9681         (initialize_local_var): Adjust usage of current_stmt_tree.
9682         (finish_enum): Use add_stmt, not add_tree.
9683         (save_function_data): Adjust use of language_function.
9684         (finish_constructor_body): Use add_stmt, not add_tree.
9685         (finish_destructor_body): Likewise.
9686         (push_cp_function_context): Adjust use of language_function.
9687         (pop_cp_function_context): Likewise.
9688         (mark_lang_function): Likewise.
9689         (mark_cp_function_context): Likewise.
9690         * init.c (build_aggr_init): Adjust use of current_stmt_tree.
9691         (build_vec_init): Likewise.
9692         * semantics.c (SET_LAST_STMT): Remove.
9693         (RECHAIN_STMTS): Don't use it.
9694         (stmts_are_full_exprs_p): Adjust use of current_stmt_tree.
9695         (current_stmt_tree): Define.
9696         (add_tree): Remove.
9697         (finish_goto_stmt): Use add_stmt, not add_tree.
9698         (finish_expr_stmt): Likewise.
9699         (begin_if_stmt): Likewise.
9700         (finish_then_clause): Likewise.
9701         (begin_while_stmt): Likewise.
9702         (begin_do_stmt): Likewise.
9703         (finish_return_stmt): Likewise.
9704         (begin_for_stmt): Likewise.
9705         (finish_break_stmt): Likewise.
9706         (finish_continue_stmt): Likewise.
9707         (begin_switch_stmt): Likewise.
9708         (finish_case_label): Likewise.
9709         (begin_try_block): Likewise.
9710         (begin_function_try_block): Likewise.
9711         (begin_handler): Likewise.
9712         (begin_catch_block): Likewise.
9713         (begin_compound_stmt): Likewise.
9714         (begin_asm_stmt): Likewise.
9715         (finish_asm_stmt): Likewise.
9716         (finish_label_stmt): Likewise.
9717         (add_decl_stmt): Likewise.
9718         (finish_subobject): Likewise.
9719         (finish_decl_cleanup): Likewise.
9720         (finish_named_return_value): Likewise.
9721         (setup_vtbl_ptr): Likewise.
9722         (add_scope_stmt): Likewise.
9723         (finish_stmt_expr): Likewise.
9724         (prune_unused_decls): Remove.
9725         (begin_stmt_tree): Likewise.
9726         (finish_stmt_tree): Likewise.
9727         (prep_stmt): Adjust use of current_stmt_tree.
9728         (lang_expand_stmt): Likewise.
9729         * tree.c (statement_code_p): Remove.
9730         (cp_statement_code_p): New function.
9731         (walk_stmt_tree): Remove.
9732         (init_tree): Set lang_statement_code_p.
9733
9734 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
9735
9736         Integrated preprocessor.
9737
9738         * Make-lang.in, Makefile.in: Remove all references to input.c,
9739         gxx.gperf, and hash.h.  Add ../c-lex.o to C_OBJS.
9740         * gxx.gperf, hash.h, input.c: Delete.
9741         * lang-specs.h: Pass -lang-c++ to cc1plus so cpplib is
9742         initialized properly.
9743
9744         * class.c (fixup_pending_inline): Take a tree, not a
9745         struct pending_inline *.  All callers changed.
9746         (init_class_processing): Set RID_PUBLIC, RID_PRIVATE,
9747         RID_PROTECTED entries in ridpointers[] array here.
9748         * decl.c (duplicate_decls): Do not refer to struct
9749         pending_inline.
9750         (record_builtin_type, init_decl_processing): Use RID_MAX not
9751         CP_RID_MAX.
9752         (grokdeclarator): Use C_IS_RESERVED_WORD.
9753         * decl2.c (lang_decode_option): Ignore -lang-c++ for sake of
9754         cpplib.
9755         (grok_x_components): Do not inspect pending_inlines chain.
9756
9757         * cp-tree.h (struct lang_identifier): Add rid_code entry.
9758         (C_IS_RESERVED_WORD, C_RID_CODE, C_RID_YYCODE): New.
9759         (flag_no_gnu_keywords, flag_operator_names, rid_to_yy): Declare.
9760         (DEFARG_LENGTH, struct pending_inline, TIME_IDENTIFIER_TIME,
9761         TIME_IDENTIFIER_FILEINFO): Kill.
9762         Update prototypes.
9763         * lex.h: Expunge cp_rid.  Rewrite RIDBIT macros to use just a
9764         single 32-bit word.
9765         * parse.y: Call do_pending_inlines unconditionally.
9766         reinit_parse_for_method is now snarf_method.  fn.defpen is no
9767         longer necessary.  Remove unnecessary <itype> annotation on
9768         SCOPE.  Do not refer to end_of_file or struct pending_inline.
9769         * semantics.c (begin_inline_definitions): Call
9770         do_pending_inlines unconditionally.
9771
9772         * lex.c: Remove all code now shared with C front end.
9773         Initialize cpplib properly if USE_CPPLIB.  Put reserved words
9774         into the get_identifier table.  Rewrite pragma handling to
9775         work with the registry.  Move code to save tokens for later
9776         processing to spew.c.
9777
9778         * spew.c: Rewrite everything in terms of token streams instead
9779         of text.  Move routines here from lex.c / input.c as
9780         appropriate.  GC-mark trees hanging off the pending inlines
9781         chain.
9782
9783 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
9784
9785         * NEWS: Mention that the named return value extension has been
9786         deprecated.
9787         * cp-tree.h (original_result_rtx): Define.
9788         (TREE_REFERENCE_EXPR): Remove.
9789         (DECL_VPARENT): Likewise.
9790         (pushdecl_nonclass_level): Likewise.
9791         (store_return_init): Likewise.
9792         (reinit_lang_specific): Likewise.
9793         (genrtl_named_return_value): Change prototype.
9794         * decl.c (original_result_rtx): Remove.
9795         (cp_finish_decl): Don't build DECL_STMTs for RESULT_DECLs.
9796         Do not generate RTL for local variables here.
9797         (store_return_init): Remove.
9798         * semantics.c (genrtl_named_return_value): Simplify.  Fold in
9799         store_return_init.
9800         (finish_named_return_value): Adjust accordingly.  Warn that this
9801         extension is deprecated.
9802         (lang_expand_stmt): Adjust call to genrtl_named_return_value.
9803
9804 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9805
9806         * pt.c (type_unification_real): Replace switch with if.
9807         (unify): Tsubst non-type parms before comparing.
9808
9809 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9810
9811         * error.c (dump_typename): New function, broken out of ...
9812         (dump_type): ... here. Use it.
9813         * typeck.c (same_type_p): Use cp_tree_equal for TYPENAME_TYPE.
9814
9815 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9816
9817         * init.c (build_offset_ref): Deal with namespace scoped
9818         TEMPLATE_ID_EXPRs.
9819
9820 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9821
9822         * class.c (resolve_address_of_overloaded_function): Add
9823         explanation message.
9824         * decl.c (define_case_label): Reformat explanation.
9825         * decl2.c (finish_static_data_member_decl): Likewise.
9826         (grokfield): Likewise.
9827         * friend.c (do_friend): Likewise.
9828
9829 2000-09-05  Zack Weinberg  <zack@wolery.cumb.org>
9830
9831         * tree.c (walk_tree): Expose tail recursion.
9832         (walk_stmt_tree): New function.
9833         * cp-tree.h: Prototype walk_stmt_tree.
9834         * semantics.c (prune_unused_decls): Operate on SCOPE_STMTs not
9835         the BLOCKs directly.  If a BLOCK has no variables after
9836         pruning, discard it.
9837         (finish_stmt_tree): Use walk_stmt_tree.  No need to save and
9838         restore the line number.
9839
9840 2000-09-05  Mark Mitchell  <mark@codesourcery.com>
9841
9842         * Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
9843         (pt.o): Remove dependency on HTAB_H.
9844         * cp-tree.h: Include hashtab.h.
9845         (walk_tree): Change prototype.
9846         (walk_tree_without_duplicates): New function.
9847         * decl.c (check_default_argument): Use it.
9848         * optimize.c (remap_decl): Adjust calls to walk_tree.
9849         (copy_body): Likewise.
9850         (expand_calls_inline): Likewise.
9851         (calls_setjmp_p): Use walk_tree_without_duplicates.
9852         * pt.c: Don't include hashtab.h.
9853         (for_each_template_parm): Use walk_tree_without_duplicates.
9854         * semantics.c (finish-stmt_tree): Likewise.
9855         (expand_body): Likewise.
9856         * tree.c (walk_tree): Add additional parameter.
9857         (walk_tree_without_duplicates): New function.
9858         (count_trees): Use it.
9859         (verify_stmt_tree): Adjust call to walk_tree.
9860         (find_tree): Use walk_tree_without_duplicates.
9861         (no_linkage_check): Likewise.
9862         (break_out_target_exprs): Adjust call to walk_tree.
9863         (cp_unsave): Likewise.
9864
9865 2000-09-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9866
9867         * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.
9868         (TEMPLATE_TEMPLATE_PARM): Adjust comment.
9869         * cp-tree.h (TYPE_BINFO): Adjust comment.
9870         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Likewise.
9871         (TEMPLATE_TYPE_PARM_INDEX): Likewise.
9872         (IS_AGGR_TYPE): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
9873         (TYPE_TEMPLATE_INFO): Likewise.
9874         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): Likewise.
9875         * class.c (push_nested_class): Likewise.
9876         * decl.c (lookup_name_real): Likewise.
9877         (grokdeclarator): Likewise.
9878         (grok_op_properties): Likewise.
9879         (xref_tag): Likewise.
9880         (xref_basetypes): Likewise.
9881         * decl2.c (constructor_name_full): Likewise.
9882         (arg_assoc_template_arg): Add TEMPLATE_TEMPLATE_PARM case.
9883         (arg_assoc_type): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
9884         * error.c (dump_type): Split TEMPLATE_TEMPLATE_PARM case.
9885         (dump_type_prefix): Add BOUND_TEMPLATE_TEMPLATE_PARM.
9886         (dump_type_suffix): Likewise.
9887         * init.c (is_aggr_type): Use BOUND_TEMPLATE_TEMPLATE_PARM
9888         instead.
9889         (get_aggr_from_typedef): Likewise.
9890         * mangle.c (write_type): Split TEMPLATE_TEMPLATE_PARM case.
9891         (write_expression): Add BOUND_TEMPLATE_TEMPLATE_PARM.
9892         (write_template_parm): Likewise.
9893         (write_template_template_parm): Check tree code instead of
9894         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
9895         * method.c (build_overload_nested_name): Add
9896         BOUND_TEMPLATE_TEMPLATE_PARM.
9897         (process_overload_item): Split TEMPLATE_TEMPLATE_PARM case.
9898         * parse.y (bad_parm): Add BOUND_TEMPLATE_TEMPLATE_PARM.
9899         * pt.c (convert_template_argument): Check tree code instead of
9900         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
9901         (for_each_template_parm_r): Split TEMPLATE_TEMPLATE_PARM case.
9902         (for_each_template_parm): Adjust comment.
9903         (tsubst): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.
9904         (tsubst_copy): Add BOUND_TEMPLATE_TEMPLATE_PARM.
9905         (unify): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.  Use
9906         template_args_equal to compare template template parameter cases.
9907         * ptree.c (print_lang_type): Add BOUND_TEMPLATE_TEMPLATE_PARM.
9908         * search.c (lookup_field_1): Use BOUND_TEMPLATE_TEMPLATE_PARM
9909         instead.
9910         * tree.c (copy_template_template_parm): Decide whether to create
9911         a TEMPLATE_TEMPLATE_PARM or BOUND_TEMPLATE_TEMPLATE_PARM node.
9912         (walk_tree): Add BOUND_TEMPLATE_TEMPLATE_PARM.
9913         (copy_tree_r): Likewise.
9914         * typeck.c (comptypes): Likewise.  Check tree code instead of
9915         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
9916
9917 2000-09-04  Mark Elbrecht  <snowball3@bigfoot.com>
9918
9919         * decl.c (finish_function): Move the code for handling functions
9920         marked with the constructor and destructor attributes inside the
9921         expand_p block.
9922
9923 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
9924
9925         * init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.
9926
9927 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
9928
9929         * pt.c (lookup_template_class): Remove abort.
9930         * tree.c (get_type_decl): Allow error_mark_node.
9931
9932 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
9933
9934         * decl2.c (arg_assoc): Deal with COMPONENT_REFs inside
9935         TEMPLATE_ID_EXPRs.
9936
9937 2000-09-03  Mark Mitchell  <mark@codesourcery.com>
9938
9939         * operators.def (ALIGNOF_EXPR, MAX_EXPR, MIN_EXPR): Change
9940         new ABI mangling.
9941
9942 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
9943
9944         * parse.y (named_class_head): Check for TYPENAME_TYPE. Simplify
9945         union tag mismatch error reporting.
9946
9947 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
9948
9949         * call.c (build_scoped_method_call): Check it is not a namespace.
9950
9951 2000-08-30  Jason Merrill  <jason@redhat.com>
9952
9953         * cp-tree.h (LOCAL_CLASS_P): Use decl_function_context.
9954
9955         * tree.c (bot_manip): Check TREE_CONSTANT rather than
9956         !TREE_SIDE_EFFECTS.  Call break_out_target_exprs and
9957         build_target_expr_with_type for the non-AGGR_INIT_EXPR case.
9958
9959         * decl.c (start_function): Always call make_function_rtl.
9960
9961 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
9962
9963         * semantics.c (prune_unused_decls): New function.
9964         (finish_stmt_tree): Call it via walk_tree.
9965
9966 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
9967
9968         * class.c (build_secondary_vtable): Constify a char *.
9969         * decl.c (init_decl_processing): Initialize function_id_node,
9970         pretty_function_id_node, and func_id_node.
9971         * input.c (struct input_source): Constify 'str'.
9972         (feed_input): Constify first argument.
9973         * mangle.c (write_identifier): Constify argument.
9974         * pt.c (mangle_class_name_for_template): Constify argument.
9975
9976 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
9977
9978         * typeck.c (mark_addressable): Remove code that pokes around in
9979         RTL.
9980
9981 2000-08-28  Jason Merrill  <jason@redhat.com>
9982
9983         * lex.c (file_name_nondirectory): Move to toplev.c.
9984
9985         * cp-tree.h (LOCAL_CLASS_P): New macro.
9986         * class.c (finish_struct_1): Use it.
9987
9988 2000-08-27  Alex Samuel  <samuel@codesourcery.com>
9989
9990         * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplained voodoo.
9991         (write_encoding): Pass another argument to write_name.
9992         (write_name): Add ignore_local_scope parameter.  Fix handling of
9993         local names.
9994         (write_nested_name): Use write_unqualified_name.
9995         (write_prefix): Likewise.  Skip out on FUNCTION_DECLs.
9996         (write_template_prefix): Use write_unqualified_name.
9997         (write_component): Remove.
9998         (write_local_name): Add parameter.  Use direct local entity to
9999         discriminator calculation.
10000         (write_class_enum_type): Pass another argument to write_name.
10001         (write_template_template_arg): Likewise.
10002         (make_guard_variable): Likewise.
10003
10004 2000-08-27  Jason Merrill  <jason@redhat.com>
10005
10006         * decl.c (pushdecl): Matching decls for local externs are found in
10007         the current level.  Propagate linkage information from previous
10008         declarations.
10009
10010 2000-08-26  Gabriel Dos Reis  <gdr@codesourcery.com>
10011
10012         * ir.texi (Expressions): Fix typo.
10013
10014 2000-08-25  Greg McGary  <greg@mcgary.org>
10015
10016         * tree.c (init_tree): Use ARRAY_SIZE.
10017
10018 2000-08-25  Gabriel Dos Reis  <gdr@codesourcery.com>
10019
10020         * error.c (cp_tree_printer): Rework.
10021
10022 2000-08-25  Mark Mitchell  <mark@codesourcery.com>
10023
10024         * Make-lang.in (CXX_LIB2FUNCS): Remove cp-demangle.o and
10025         dyn-string.o.
10026         (CXX_LIB2SRCS): Remove cp-demangle.c and dyn-string.c.
10027         (cp-demangle.o): Remove target.
10028         (dyn-string.o): Likewise.
10029
10030         * decl.c (grokfndecl): Require that `main' return an `int'.
10031         * mangle.c (write_encoding): Don't mangle return types for
10032         conversion functions.
10033
10034 2000-08-25  Gabriel Dos Reis  <gdr@codesourcery.com>
10035
10036         * error.c (tree_formatting_info): New data type.
10037         (tree_being_formatted): New macro.
10038         (tree_formatting_flags): Likewise.
10039         (put_whitespace): Likewise.
10040         (print_tree_identifier): Likewise.
10041         (print_identifier): Likewise.
10042         (cp_tree_printer, print_function_argument_list, print_declaration,
10043         print_expression, print_function_declaration,
10044         print_function_parameter, print_type, print_cv_qualifier): New
10045         functions.
10046         (init_error): Initialize lang_printer.
10047
10048 2000-08-24  Jason Merrill  <jason@redhat.com>
10049
10050         * typeck.c (build_ptrmemfunc): Just reinterpret if there's no
10051         adjustment necessary.
10052
10053 2000-08-24  Greg McGary  <greg@mcgary.org>
10054
10055         * cp-tree.h (MAIN_NAME_P): Remove macro.
10056
10057 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
10058
10059         * error.c (print_instantiation_context): Don't forget to flush the
10060         buffer.
10061
10062 2000-08-23  Jason Merrill  <jason@redhat.com>
10063
10064         * typeck.c (build_ptrmemfunc): Save the input pmf.
10065
10066         * method.c (process_modifiers): Use same_type_p.
10067
10068 2000-08-23  Mark Mitchell  <mark@codesourcery.com>
10069
10070         * cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC.
10071         * mangle.c (write_function_type): Change prototype.
10072         (write_encoding): Don't mangle return types for
10073         constructors or destructors.
10074         (write_type): Adjust call to write_function_type.
10075         * pt.c (instantiate_template): Instantiate alternate entry points
10076         when instantiating the main function.
10077
10078 2000-08-23  Gabriel Dos Reis  <gdr@codesourcery.com>
10079
10080         * error.c (cp_print_error_function): Don't use embedded '\n' in
10081         output_printf.
10082
10083 2000-08-23  Gabriel Dos Reis  <gdr@codesourcery.com>
10084
10085         * decl.c (init_decl_processing): Remove bogus initialization.
10086         * error.c (lang_print_error_function): Restore here.
10087         (init_error): Initialize print_error_function.
10088
10089 2000-08-22  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
10090
10091         * decl2.c (arg_assoc): Revert my 2000-08-11 change.
10092
10093 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
10094
10095         * Makefile.in (error.o): Depends on diagnostic.h
10096
10097         * cp-tree.h (problematic_instantiation_changed,
10098         record_last_problematic_instantiation, current_instantiation,
10099         print_instantiation_context): Declare.
10100         (maybe_print_template_context): Remove.
10101
10102         * decl.c (init_decl_processing): Set print_error_function to NULL.
10103         (lang_print_error_function): Remove, since we're using a new
10104         machinery.
10105
10106         * error.c: #include diagnostic.h
10107         (function_category): New function.
10108         (cp_diagnostic_starter): Likewise.
10109         (cp_diagnostic_finalizer): Likewise.
10110         (cp_print_error_function): Likewise.
10111         (maybe_print_instantiation_context): Likewise.
10112         (print_instantiation_full_context): Likewise.
10113         (print_instantiation_partial_context): Likewise.
10114         (print_instantiation_context): Define.
10115         (init_error): Initialize diagnostic pager and finalizer.
10116
10117         * pt.c (problematic_instantiation_changed): Define.
10118         (record_last_problematic_instantiation): Likewise.
10119         (current_instantiation): Likewise.
10120         (maybe_print_template_context): Remove.
10121         (print_template_context): Likewise.
10122         (current_tinst_level): Make static to reflect Brendan Kehoe's
10123         change of 1995-04-13.
10124         (push_tinst_level): Call print_instantiation_context.
10125
10126 2000-08-21  Nix  <nix@esperi.demon.co.uk>
10127
10128         * lang-specs.h: Do not process -o or run the assembler if
10129         -fsyntax-only.
10130
10131 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
10132
10133         * decl.c (flag_hosted, flag_noniso_default_format_attributes): New
10134         variables.
10135         * decl2.c (lang_decode_option): Disable gettext attributes for
10136         -ansi.
10137
10138 2000-08-21  Gabriel Dos Reis  <gdr@codesourcery.com>
10139
10140         * lex.c (lang_init_options): Default diagnostic message maximum
10141         length to 80, when line-wrapping.
10142
10143 2000-08-20  Mark Mitchell  <mark@codesourcery.com>
10144
10145         * class.c (build_vtbl_initializer): Clear the entire
10146         vtbl_init_data.  Start keeping track of the functions for which we
10147         have created vcall offsets here.
10148         (dfs_build_vcall_offset_vtbl_entries): Remove.
10149         (build_vcall_offset_vtbl_entries): Reimplement.
10150         (add_vcall_offset_vtbl_entries_r): New function.
10151         (add_vcall_offset_vtbl_entries_1): Likewise.  Tweak logic for
10152         computing when vcall offsets are necessary.
10153
10154 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10155
10156         * decl.c (member_function_or_else): Use cp_error ... %T.
10157         (grokdeclarator): Likewise.
10158         (start_method): Likewise.
10159         * friend.c (make_friend_class): Use cp_pedwarn ... %T.
10160
10161 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10162
10163         * decl2.c (grokfield): Set CLASSTYPE_GOT_SEMICOLON on class
10164         TYPE_DECLs.
10165
10166 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10167
10168         * cp-tree.h (PTRMEM_OK_P): New macro.
10169         (itf_ptrmem_ok): New enumeration value.
10170         * class.c (resolve_address_of_overloaded_function): Add PTRMEM
10171         argument. Diagnose implicit pointer to member.
10172         (instantiate_type): Don't diagnose implicit pointer to member
10173         here. Pass itf_ptrmem_ok if ok. Adjust calls to
10174         resolve_address_of_overloaded_function.
10175         * init.c (build_offset_ref): Set PTRMEM_OK_P.
10176         (resolve_offset_ref): Don't diagnose implicit pointer to member here.
10177         * semantics.c (finish_parenthesized_expr): Clear OFFSET_REFs here.
10178         * typeck.c (build_x_unary_op): Calculate PTRMEM_OK_P.
10179         (build_unary_op): Deal with single non-static member in
10180         microsoft-land.
10181
10182 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10183
10184         * decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
10185
10186 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10187
10188         * cp-tree.h (enum_name_string): Remove prototype.
10189         (report_case_error): Remove prototype.
10190         * cp/typeck2.c (enum_name_string): Remove.
10191         (report_case_error): Remove.
10192         * error.c (dump_expr): Deal with enum values directly.
10193         Correctly negate integer constant.
10194
10195 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
10196
10197         * inc/cxxabi.h (__cxa_vec_new2, __cxa_vec_new3): Declare.
10198         (__cxa_vec_delete2, __cxa_vec_delete3): Declare.
10199         * vec.cc (__cxa_vec_new2, __cxa_vec_new3): Implement.
10200         (__cxa_vec_delete2, __cxa_vec_delete3): Implement.
10201         (__cxa_vec_new): Use __cxa_vec_new2.
10202         (__cxa_vec_delete): Use __cxa_vec_delete2.
10203
10204 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
10205
10206         * vec.cc (__cxa_vec_new): Set "C" linkage.
10207         (__cxa_vec_ctor): Likewise.
10208         (__cxa_vec_cctor): Likewise.
10209         (__cxa_vec_dtor): Likewise.
10210         (__cxa_vec_delete): Likewise.
10211         * inc/cxxabi.h (__cxa_vec_new): Set "C" linkage.
10212         (__cxa_vec_ctor): Likewise.
10213         (__cxa_vec_cctor): Likewise.
10214         (__cxa_vec_dtor): Likewise.
10215         (__cxa_vec_delete): Likewise.
10216
10217 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
10218
10219         * class.c (instantiate_type): Reinstate local variable
10220         deleted in previous change.
10221
10222         * cvt.c (cp_convert_to_pointer): Pass itf_complain, not
10223         itf_no_attributes.
10224
10225 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
10226
10227         * cp-tree.h (instantiate_type_flags): New enumeration.
10228         (instantiate_type): Change parameter.
10229         * class.c (instantiate_type): Adjust prototype. Adjust.
10230         * call.c (standard_conversion): Adjust instantiate_type call.
10231         (reference_binding): Likewise.
10232         (build_op_delete_call): Likewise.
10233         (convert_like_real): Likewise.
10234         * cvt.c (cp_convert_to_pointer): Likewise.
10235         (convert_to_reference): Likewise.
10236         * pt.c (convert_nontype_argument): Likewise.
10237         * typeck.c (build_binary_op): Likewise.
10238         (build_ptrmemfunc): Likewise.
10239         (convert_for_assignment): Likewise.
10240
10241 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
10242
10243         * cp-tree.h (CPTR_AGGR_TAG): New global tree node.
10244         (current_aggr): Define.
10245         * decl.c (grokdeclarator): Make sure a friend class is an
10246         elaborated type specifier.
10247         * parse.y (current_aggr): Remove static definition.
10248         (cp_parse_init): Adjust.
10249         (structsp): Clear and restore current_aggr.
10250         (component_decl_list): Clear current_aggr.
10251
10252         * error.c (dump_type, case TYPENAME_TYPE): Don't emit the
10253         aggregate tag on the typename's context.
10254
10255         * pt.c (tsubst_friend_class): Return error_mark_node, if
10256         parms becomes NULL.
10257         (instantiate_class_template): Ignore error_mark_node friend types.
10258
10259 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
10260
10261         * cvt.c (warn_ref_binding): New static function, broken out of ...
10262         (convert_to_reference): ... here. Use it.
10263
10264 2000-08-11  Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
10265
10266         * parse.y (template_arg): Add rule for template qualified with
10267         global scope.
10268
10269 2000-08-11  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
10270
10271         * decl2.c (add_function): Reorganize.
10272         (arg_assoc): Do not consider function template decls.
10273
10274 2000-08-11  Jason Merrill  <jason@redhat.com>
10275
10276         * decl.c (lookup_name_real): Don't forget the TYPENAME_TYPE we're
10277         looking inside.
10278
10279 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10280
10281         * cp-tree.h (resolve_scope_to_name): Remove unused prototype.
10282         (lookup_nested_tag): Likewise.
10283
10284         * decl2.c (grokfield): Fix comment to reflect many types of _DECLs
10285         can be produced.
10286
10287 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10288
10289         * parse.y (named_complex_class_head_sans_basetype): Remove
10290         always true if.
10291
10292 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10293
10294         * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Build
10295         explicit TEMPLATE_ID_EXPR args.
10296         (build_expr_from_tree, case CALL_EXPR): Likewise.
10297
10298 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10299
10300         * decl.c (check_tag_decl): Diagnose typename's which don't
10301         declare anything.
10302
10303 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
10304
10305         * init.c (build_aggr_init): Reject bogus array initializers
10306         early.
10307
10308 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
10309
10310         * rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi
10311         runtime.
10312         * cp/tinfo.cc (__dynamic_cast): Likewise.
10313         * cp/inc/cxxabi.h (__dynamic_cast): Likewise.
10314
10315 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
10316
10317         * cvt.c (convert_to_pointer_force): Fix error message when
10318         attempting to cast from ambiguous base.
10319
10320 2000-08-08  Jason Merrill  <jason@redhat.com>
10321
10322         * pt.c (tsubst_aggr_type): Bail if creating the argvec fails.
10323         (tsubst_template_arg_vector): Likewise.
10324
10325         * decl2.c (build_anon_union_vars): Choose the largest field; don't
10326         assume that one will be as large as the union.
10327
10328 2000-08-07  Kazu Hirata  <kazu@hxi.com>
10329
10330         * cp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P): Fix a comment typo.
10331         * decl.c (pop_labels): Likewise.
10332
10333 2000-08-04  Jeffrey Oldham  <oldham@codesourcery.com>
10334
10335         * inc/cxxabi.h (__pbase_type_info): Changed member names to match
10336         specifications.
10337         (__pointer_to_member_type_info): Likewise.
10338         (__base_class_info): Likewise.
10339         (__class_type_info): Likewise.
10340         (__si_class_type_info): Likewise.
10341         (__vmi_class_type_info): Likewise.
10342         * tinfo.cc (__si_class_type_info::__do_find_public_src):
10343         Changed member names to match specifications.
10344         (__vmi_class_type_info::__do_find_public_src): Likewise.
10345         (__si_class_type_info::__do_dyncast): Likewise.
10346         (__vmi_class_type_info::__do_dyncast): Likewise.
10347         (__si_class_type_info::__do_upcast): Likewise.
10348         (__vmi_class_type_info::__do_upcast): Likewise.
10349         * tinfo2.cc (__pbase_type_info::__do_catch): Likewise.
10350         (__pbase_type_info::__pointer_catch): Likewise.
10351         (__pointer_type_info::__pointer_catch): Likewise.
10352         (__pointer_to_member_type_info::__pointer_catch): Likewise.
10353
10354 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
10355
10356         * Make-lang.in (cc1plus): Depend on $(BACKEND), not stamp-objlist.
10357         * Makefile.in: Add C_OBJS, BACKEND; delete OBJS, OBJDEPS.
10358         (cc1plus): Link with $(BACKEND) and $(C_OBJS).
10359
10360 2000-08-04  Mark Mitchell  <mark@codesourcery.com>
10361
10362         * cp-tree.h (add_method): Change prototype.
10363         * class.c (add_method): Remove FIELDS parameter.  Add ERROR_P.
10364         Don't double the size of the method vector in the error case.
10365         (handle_using_decl): Adjust call to add_method.
10366         (add_implicitly_declared_members): Likewise.
10367         (clone_function_decl): Likewise.
10368         * decl2.c (check_classfn): Likewise.
10369         * semantics.c (finish_member_declaration): Likewise.
10370
10371 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10372
10373         * decl.c (flag_isoc94): New variable.
10374
10375 2000-08-02  Jason Merrill  <jason@redhat.com>
10376
10377         * pt.c (do_type_instantiation): Add complain parm; don't complain
10378         if called recursively.
10379         * cp-tree.h, parse.y: Adjust.
10380
10381 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
10382
10383         * decl2.c: Silently ignore -Wstrict-prototypes; warn about
10384         -Wno-strict-prototypes.
10385
10386         * g++spec.c: Adjust type of second argument to
10387         lang_specific_driver, and update code as necessary.
10388
10389         * cp-tree.h: Don't prototype min_precision here.
10390         (my_friendly_assert): Cast expression to void.
10391         * semantics.c (do_poplevel): Initialize scope_stmts.
10392
10393 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
10394
10395         * cp-tree.h (DECL_NEEDED_P): Tweak.
10396
10397 2000-07-28  Jason Merrill  <jason@redhat.com>
10398
10399         * lang-specs.h: Use %i in rule for .ii files.
10400
10401 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
10402
10403         * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
10404
10405 2000-07-30  Mark Mitchell  <mark@codesourcery.com>
10406
10407         Allow indirect primary bases.
10408         * cp-tree.h (struct lang_type): Remove vfield_parent.  Add
10409         primary_base.
10410         (CLASSTYPE_VFIELD_PARENT): Remove.
10411         (CLASSTYPE_PRIMARY_BINFO): Reimplement.
10412         (BINFO_PRIMARY_BINFO): Remove.
10413         (CLASSTYPE_HAS_PRIMARY_BASE_P): Reimplement.
10414         (BINFO_VBASE_PRIMARY_P): Likewise.
10415         (BINFO_PRIMARY_BASE_OF): New macro.
10416         (BINFO_INDIRECT_PRIMARY_P): Likewise.
10417         (get_primary_binfo): New function.
10418         * decl.c (lang_mark_tree): Make lang_type::primary_base.
10419         * class.c (vcall_offset_data_s): Rename to ...
10420         (vtbl_init_data_s): ... this.  Rename primary_p to primary_vtbl_p,
10421         and add ctor_vtbl_p.
10422         (get_derived_offset): Use get_primary_binfo.
10423         (dfs_mark_primary_bases): Adjust handling of virtual primary
10424         bases.
10425         (mark_primary_bases): Likewise.
10426         (set_primary_base): Take a binfo, not an integer, as a
10427         representation of the primary base.
10428         (indirect_primary_base_p): Remove.
10429         (determine_primary_base): Adjust for indirect primary bases.
10430         (dfs_find_final_overrider): Fix typo in coment.
10431         (update_vtable_entry_for_fn): Use get_primary_binfo.
10432         (layout_nonempty_base_or_field): Tweak.
10433         (build_base_fields): Adjust for new primary base semantics.
10434         (dfs_propagate_binfo_offsets): Remove.
10435         (propagate_binfo_offsets): Rewrite.
10436         (dfs_set_offset_for_shared_vbases): Remove.
10437         (layout_virtual_bases): Don't use it.
10438         (layout_class_type): Set CLASSTYPE_SIZE correctly under the new
10439         ABI.
10440         (finish_struct_1): Set CLASSTYPE_PRIMARY_BINFO, not
10441         CLASSTYPE_VFIELD_PARENT.
10442         (dfs_get_primary_binfo): New function.
10443         (get_primary_binfo): Likewise.
10444         (dump_class_hierarchy_r): Tweak printing of primary bases.
10445         (build_vtbl_initializer): Fix typo in comments.  Use
10446         vtbl_init_data.
10447         (build_vcall_and_vbase_vtbl_entries): Likewise.
10448         (build_vbaes_offset_vtbl_entries): Likewise.
10449         (dfs_build_vcall_offset_vtbl_entries): Adjust setting of
10450         BV_VCALL_INDEX to handle indirect primary bases.
10451         (build_vcall_offset_vtbl_entries): Use vtbl_init_data.
10452         (build_rtti_vtbl_entries): Likewise.
10453         * search.c (get_shared_vbase_if_not_primary): Tweak.
10454         (find_vbase_instance): Likewise.
10455         (binfo_for_vtable): Simplify.
10456         * tree.c (unshare_base_binfos): Clear BINFO_PRIMARY_BASE_OF.
10457         (make_binfo): Make it have 11 entries.
10458
10459 2000-07-30  Alex Samuel  <samuel@codesourcery.com>
10460
10461         * mangle.c (DECL_TEMPLATE_ID_P): Remove.
10462         (CLASSTYEP_TEMPLATE_ID_P): Check template info, and context when
10463         ascertaining primaryness.
10464         (G): Remove template_args.
10465         (decl_is_template_id): New function.
10466         (write_encoding): Use decl_is_template_id.
10467         (write_name): Likewise.  Handle type_decls.  Get main variant of
10468         type decls.
10469         (write_nested_name): Likewise.
10470         (write_prefix): Likewise.
10471         (write_template_prefix): Likewise.
10472         (write_special_name_constructor): Remove defunct production from
10473         comment.
10474         (write_bare_function_type): Remove comment about absent parameter.
10475         (write_template_template_arg): Add missing grammar production to
10476         comment.
10477
10478 2000-07-27  Jason Merrill  <jason@redhat.com>
10479
10480         * decl.c (duplicate_decls): If common_type produces a non-typedef
10481         type for a typedef, just use the old type.
10482
10483 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
10484
10485         * cp-tree.h (function_depth): Declare.
10486         (verify_stmt_tree): Likewise.
10487         (find_tree): Likewise.
10488         * decl.c (function_depth): Give it external linkage.
10489         * optimize.c (optimize_function): Increment and decrement it.
10490         * tree.c (verify_stmt_tree_r): New function.
10491         (verify_stmt_tree): Likewise.
10492         (find_tree_r): Likewise.
10493         (find_tree): Likewise.
10494
10495 2000-07-27  Jason Merrill  <jason@redhat.com>
10496
10497         * pt.c (for_each_template_parm_r, case RECORD_TYPE): Use
10498         TYPE_PTRMEMFUNC_P.
10499         * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.
10500
10501 2000-07-26  Mark Mitchell  <mark@codesourcery.com>
10502
10503         * decl.c (start_cleanup_fn): Mark the function as `inline'.
10504         * decl2.c (get_guard): Call cp_finish_decl, not
10505         rest_of_decl_compilation, for local guards.
10506         * lex.c (do_identifier): Remove unused variable.
10507
10508 Wed Jul 26 15:05:51 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
10509
10510         * parse.y:  Add missing ';'.
10511
10512 2000-07-26  Mark Mitchell  <mark@codesourcery.com>
10513
10514         * parse.y (empty_parms): Use `()', not `(...)', when in the scope
10515         of `extern "C++"'.
10516
10517 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10518
10519         Kill strict_prototype. Backwards compatibility only for
10520         non NO_IMPLICIT_EXTERN_C systems.
10521         * cp-tree.h (flag_strict_prototype): Remove.
10522         (strict_prototype): Remove.
10523         (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
10524         * decl.c (maybe_push_to_top_level): Adjust.
10525         (pop_from_top_level): Adjust.
10526         (decls_match): Only allow sloppy parm matching for ancient
10527         system headers.
10528         (init_decl_processing): Adjust.
10529         (grokdeclarator): Adjust.
10530         * decl2.c (flag_strict_prototype): Remove.
10531         (strict_prototype): Remove.
10532         (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
10533         (lang_f_options): Remove "strict-prototype".
10534         (unsupported-options): Add "strict-prototype".
10535         * lex.c (do_identifier): Adjust.
10536         (do_scoped_id): Adjust.
10537         * parse.y (empty_parms): Adjust.
10538         * class.c (push_lang_context): Adjust.
10539         (pop_lang_context): Adjust.
10540         * typeck.c (comp_target_parms): Adjust.
10541
10542 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10543
10544         * decl.c (poplevel): Deal with anonymous variables at for scope.
10545         (maybe_inject_for_scope_var): Likewise.
10546
10547 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
10548
10549         * decl.c: Remove all signal handling code, now done in toplev.c.
10550
10551 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
10552
10553         * decl.c (make_rtl_for_nonlocal_decl): Rework.
10554
10555         * pt.c (lookup_template_class): Ensure that TYPE_CONTEXT is set
10556         correctly.
10557
10558 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
10559
10560         * cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
10561         Define my_friendly_assert and my_friendly_abort as macros
10562         which may call friendly_abort.  Prototype friendly abort, not
10563         my_friendly_abort or my_friendly_assert.
10564         * decl.c (signal_catch): Report the signal caught in the error
10565         message.  Call fatal directly.
10566         * typeck2.c (ack, my_friendly_assert): Delete.
10567         (my_friendly_abort): Rename to friendly_abort.  Expect file,
10568         line, and function parameters.  Report the abort code, then
10569         call fancy_abort.  Do not mask an abort if errors have
10570         already occurred.
10571
10572 2000-07-18  Nathan Sidwell  <nathan@codesourcery.com>
10573
10574         * typeck.c (comp_target_parms): Remove obsolete parameter.
10575         (comp_target_types): Adjust.
10576
10577 2000-07-17  Jason Merrill  <jason@redhat.com>
10578
10579         * typeck.c (mark_addressable): Never set TREE_USED.
10580         * call.c (build_call): Don't abort on calls to library functions
10581         that have been declared normally.
10582
10583         * typeck.c (build_binary_op): Fix grammar in warning.
10584
10585         * exception.cc (__eh_free): Fix prototype.
10586
10587         * decl2.c (finish_decl_parsing): Handle TEMPLATE_ID_EXPR.
10588
10589         * decl.c (pushdecl): Handle seeing an OVERLOAD in
10590         IDENTIFIER_NAMESPACE_VALUE.
10591
10592 2000-07-16  Mark Mitchell  <mark@codesourcery.com>
10593
10594         * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
10595         * method.c (use_thunk): Correct handling of vcall offsets.
10596
10597 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
10598
10599         * .cvsignore: parse.h and parse.c have no cp- prefix.
10600
10601 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
10602
10603         * .cvsignore: New file.
10604
10605 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
10606
10607         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
10608
10609 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
10610
10611         * Makefile.in ($(PARSE_H)): Depend directly on parse.y.
10612         * parse.c: Remove.
10613         * parse.h: Likewise.
10614
10615 2000-07-11  Mark Mitchell  <mark@codesourcery.com>
10616
10617         * class.c (layout_class_type): Add pointers to virtual bases after
10618         base classes under the old ABI.
10619
10620 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
10621
10622         * semantics.c (finish_for_stmt): Remove call to emit_line_note.
10623         (finish_continue_stmt): Likewise.
10624         (begin_for_stmt): Remove call to note_level_for_for.
10625         (finish_goto_stmt): Change call from build_min_nt
10626         to build_stmt.
10627         (finish_expr_stmt): Likewise.
10628         (begin_if_stmt): Likewise.
10629         (begin_while_stmt): Likewise.
10630         (finish_while_stmt): Likewise.
10631         (finish_return_stmt): Likewise.
10632         (begin_for_stmt): Likewise.
10633         (finish_for_stmt): Likewise.
10634         (finish_break_stmt): Likewise.
10635         (begin_switch_stmt): Likewise.
10636         (finish_case_label): Likewise.
10637         (genrtl_try_block): Likewise.
10638         (begin_try_block): Likewise.
10639         (begin_handler): Likewise.
10640         (begin_compound_stmt): Likewise.
10641         (finish_asm_stmt): Likewise.
10642         (finish_label_stmt): Likewise.
10643         (add_decl_stmt): Likewise.
10644         (finish_subobject): Likewise.
10645         (finish_decl_cleanup): Likewise.
10646         (finish_named_return_value): Likewise.
10647         (setup_vtbl_ptr): Likewise.
10648         (add_scope_stmt): Likewise.
10649         * decl.c (finish_constructor_body): Likewise.
10650         (finish_destructor_body): Likewise.
10651         * optimize.c (copy_body_r): Likewise.
10652         (initialize_inlined_parameters): Likewise.
10653         (declare_return_variable): Likewise.
10654         (expand_call_inline): Likewise.
10655
10656 2000-07-10  Jakub Jelinek  <jakub@redhat.com>
10657
10658         * semantics.c (expand_body): Sync interface information
10659         at the end of function body expansion.
10660
10661 2000-07-09  Jason Merrill  <jason@redhat.com>
10662
10663         * init.c (build_new_1): Bail early if the call to new fails.
10664
10665         * decl.c (compute_array_index_type): Check specifically for
10666         an INTEGER_CST, not just TREE_CONSTANT.
10667
10668         * decl.c (duplicate_decls): Don't call duplicate_decls on
10669         the DECL_TEMPLATE_RESULT.
10670         (decls_match): Return 0 if the DECL_TEMPLATE_RESULTs have different
10671         codes.
10672
10673         * error.c (dump_template_bindings): Don't crash if we had an
10674         invalid argument list.
10675
10676         * typeck.c (c_expand_start_case): Do narrowing here.
10677         * semantics.c (finish_switch_cond): Not here.
10678
10679 2000-07-09  Hidvegi Zoli  <hzoli@austin.ibm.com>
10680
10681         * parse.y (asm_clobbers): Do string concatenation.
10682
10683 2000-07-09  Mark Mitchell  <mark@codesourcery.com>
10684
10685         * decl.c (pushtag): Don't put local classes in template functions
10686         on the local_classes list.
10687
10688 2000-07-04  Scott Snyder  <snyder@fnal.gov>
10689
10690         * decl2.c (get_guard): Add missing return for old ABI local
10691         variable case.
10692
10693 2000-07-09  Mark Mitchell  <mark@codesourcery.com>
10694
10695         * cp-tree.h (char_type_p): New function.
10696         * decl.c (init_decl_processing): Don't initialize
10697         signed_wchar_type_node or unsigned_wchar_type_node.
10698         (complete_array_type): Handle brace-enclosed string-constants.
10699         * rtti.c (emit_support_tinfos): Remove #if 0'd code.
10700         * tree.c (char_type_p): New function.
10701         * typeck2.c (digest_init): Use char_type_p.
10702
10703 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10704
10705         * pt.c (tsubst): Don't layout type, if it's error_mark.
10706
10707 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10708
10709         * pt.c (instantiate_pending_templates): Reset template level.
10710
10711 2000-07-05  Jason Merrill  <jason@redhat.com>
10712
10713         * call.c (joust): Don't complain about `operator char *()' beating
10714         `operator const char *() const'.
10715
10716 2000-07-04  scott snyder  <snyder@fnal.gov>
10717             Jason Merrill  <jason@redhat.com>
10718
10719         * repo.c (repo_get_id): Handle the case where a class with virtual
10720         bases has a null TYPE_BINFO_VTABLE.
10721
10722 2000-07-04  Kevin Buhr  <buhr@stat.wisc.edu>
10723             Jason Merrill  <jason@redhat.com>
10724
10725         * parse.y (member_init): Just pass in the type.
10726         * init.c (expand_member_init): Handle getting a type.
10727
10728 2000-07-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10729             Jason Merrill  <jason@redhat.com>
10730
10731         * decl.c (finish_function): Warn if a function has no return
10732         statement.
10733         Suggested by Andrew Koenig.
10734         * typeck.c (check_return_expr): Do set current_function_returns_value
10735         if we got an error_mark_node.
10736
10737 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
10738
10739         * decl2.c (push_decl_namespace): Push the original namespace.
10740
10741 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
10742
10743         * pt.c (instantiate_class_template): Set CLASSTYPE_VBASECLASSES.
10744         * semantics.c (begin_class_definition): Clear it.
10745
10746 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
10747
10748         * cp-tree.h (genrtl_goto_stmt): Remove declaration.
10749         (genrtl_expr_stmt): Likewise.
10750         (genrtl_decl_stmt): Likewise.
10751         (genrtl_if_stmt): Likewise.
10752         (genrtl_while_stmt): Likewise.
10753         (genrtl_do_stmt): Likewise.
10754         (genrtl_return_stmt): Likewise.
10755         (genrtl_for_stmt): Likewise.
10756         (genrtl_break_stmt): Likewise.
10757         (genrtl_continue_stmt): Likewise.
10758         (genrtl_scope_stmt): Likewise.
10759         (genrtl_switch_stmt): Likewise.
10760         (genrtl_case_label): Likewise.
10761         (genrtl_begin_compound_stmt): Likewise.
10762         (genrtl_finish_compound_stmt): Likewise.
10763         (genrtl_compound_stmt): Likewise.
10764         (genrtl_asm_stmt): Likewise.
10765
10766         * init.c (begin_init_stmts): Remove call to
10767         genrtl_begin_compound_stmt.
10768         (finish_init_stmts): Remove call to genrtl_finish_compound_stmt.
10769
10770         * semantics.c (lang_expand_stmt): Changed call to
10771         genrtl_compound_stmt to ignore return value.
10772
10773 2000-07-02  Mark Mitchell  <mark@codesourcery.com>
10774
10775         * mangle.c (canonicalize_for_substitution): Return the canonical
10776         variant of a type.
10777
10778         * decl.c (duplicate_decls): Preserve DECL_ORIGINAL_TYPE for a
10779         TYPE_DECL.
10780         * typeck.c (commonparms): Remove obstack manipulations.
10781
10782 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
10783
10784         * Make-lang.in (cc1plus$(exeext)): Added c-semantics.o.
10785
10786         * Makefile.in (OBJS): Added ../c-semantics.o.
10787         (OBJDEPS): Likewise.
10788
10789         * cp-tree.h (TREE_LANG_FLAG_?): Moved common documentation to
10790         ../c-common.h.
10791         (struct stmt_tree): Added comment.
10792         (current_function_name_declared): Removed.
10793         (stmts_are_full_exprs_p): Likewise.
10794         (genrtl_do_pushlevel): Likewise.
10795         (genrtl_clear_out_block): Likewise.
10796         (COMPOUND_STMT_NO_SCOPE): Moved to ../c-common.h.
10797         (DECL_ANON_UNION_ELEMS): Likewise.
10798         (emit_local_var): Likewise.
10799         (make_rtl_for_local_static): Likewise.
10800         (do_case): Likewise.
10801         (expand_stmt): Likewise.
10802         (genrtl_decl_cleanup): Likewise.
10803         (c_expand_asm_operands): Likewise.
10804         (c_expand_return): Likewise.
10805         (c_expand_start_case): Likewise.
10806
10807         * decl.c (make_rtl_for_local_static): Moved to c-semantics.c.
10808         (emit_local_var): Likewise.
10809         (initialize_local_var): Change reference to
10810         stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
10811         Change reference to stmts_are_full_exprs_p to
10812         current_stmt_tree->stmts_are_full_exprs_p.
10813         (push_cp_function_context): Likewise.
10814
10815         * expect.c (expand_throw): Change reference to
10816         stmts_are_full_exprs_p.
10817
10818         * init.c (build_aggr_init): Change reference to
10819         stmts_are_full_exprs_p.
10820         (build_vec_init): Likewise.
10821
10822         * optimize.c (maybe_clone_body): Change reference to
10823         current_function_name_declared to
10824         cp_function_chain->name_declared.
10825
10826         * pt.c (instantiate_decl): Change reference to
10827         current_function_name_declared to
10828         cp_function_chain->name_declared.
10829
10830         * semantics.c (expand_cond): Moved declaration to c-common.h.
10831         (genrtl_do_pushlevel): Moved to c-semantics.c.
10832         (genrtl_clear_out_block): Likewise.
10833         (genrtl_goto_stmt): Likewise.
10834         (genrtl_expr_stmt): Likewise.
10835         (genrtl_decl_stmt): Likewise.
10836         (gerntl_if_stmt): Likewise.
10837         (genrtl_while_stmt): Likewise.
10838         (genrtl_do_stmt): Likewise.
10839         (genrtl_return_stmt): Likewise.
10840         (genrtl_for_stmt): Likewise.
10841         (genrtl_break_stmt): Likewise.
10842         (genrtl_continue_stmt): Likewise.
10843         (genrtl_scope_stmt): Likewise.
10844         (genrtl_switch_stmt): Likewise.
10845         (genrtl_case_label): Likewise.
10846         (genrtl_begin_compound_stmt): Likewise.
10847         (genrtl_finish_compound_stmt): Likewise.
10848         (genrtl_compound_stmt): Likewise.
10849         (genrtl_asm_stmt): Likewise.
10850         (genrtl_decl_cleanup): Likewise.
10851         (expand_cond): Likewise.
10852         (expand_stmt): Renamed to ...
10853         (lang_expand_stmt): ... this.
10854         (lang_expand_expr_stmt): Initialize.
10855         (set_current_function_name_declared): Likewise.
10856         (stmts_are_full_exprs_p): Likewise.
10857         (current_function_name_declared): Likewise.
10858         (anon_aggr_type_p): Likewise.
10859         (do_poplevel): Change reference to
10860         stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
10861         Change reference to stmts_are_full_exprs_p to
10862         current_stmt_tree->stmts_are_full_exprs_p.
10863         (add_tree): Likewise.
10864         (finish_expr_stmt): Likewise.
10865         (prep_stmt): Likewise.
10866         (lang_expand_stmt): Likewise.
10867         (begin_compound_stmt): Change reference to
10868         current_function_name_declared to
10869         cp_function_chain->name_declared and call to
10870         current_function_name_declared().
10871         (setup_vtbl_ptr): Likewise.
10872         (genrtl_do_poplevel): Removed.
10873
10874 2000-06-30  Jason Merrill  <jason@redhat.com>
10875
10876         * init.c (init_init_processing): Go back to aligning like
10877         double_type_node for old ABI.
10878         (get_cookie_size): Make cookie larger if we get a type that needs
10879         more alignment.
10880         (build_vec_delete): Call it.
10881
10882         * typeck.c (qualify_type_recursive): New fn.
10883         (composite_pointer_type): Use it.
10884         (build_binary_op): Use composite_pointer_type.
10885
10886 2000-06-24  Carlos O'Ryan  <coryan@cs.wustl.edu>
10887             Jason Merrill  <jason@redhat.com>
10888
10889         * typeck.c (check_return_expr): Don't complain about returning
10890         NULL from operator new if -fcheck-new.
10891         * cp-tree.h: Declare flag_check_new here.
10892         * init.c: Not here.
10893
10894 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
10895
10896         * mangle.c (find_substitution): Use same_type_p.
10897         (write_encoding): Don't check for substitutions.
10898
10899 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
10900
10901         * parse.y (expr_no_comma_rangle): New non-terminal.
10902         (template_parm): Use it for default parameter case.
10903         (template_arg): Use it.
10904         (expr_no_commas): Remove commented out undefined extensions.
10905         * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
10906         * parse.h, parse.c: Rebuilt.
10907
10908 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
10909
10910         * semantics.c (genrtl_asm_stmt): Don't decay input operands here.
10911         (finish_asm_stmt): Do it here, instead.
10912
10913         * cp-tree.h (ridpointers): Don't declare.
10914         * decl.c (record_builtin_type): Use CP_RID_MAX instead of RID_MAX.
10915         (record_builtin_java_type): Likewise.
10916         (init_decl_processing): Likewise.
10917         * lex.c: Move inclusion of lex.h.
10918         (ridpointers): Don't define.
10919         (init_parse): Initialize ripdointers.  Use CP_RID_MAX instead of
10920         RID_MAX.
10921         * lex.h (enum rid): Rename to ...
10922         (enum cp_rid): ... this.
10923         (ridpointers): Don't declare.
10924         * parse.y: Move inclusion of lex.h.
10925         * parse.c: Regenerated.
10926         * spew.c: Move inclusion of lex.h.
10927
10928         * cp-tree.h (struct language_function): Remove temp_name_counter.
10929         (temp_name_counter): Remove.
10930         (get_temp_name): Change prototype.
10931         (get_guard): New function.
10932         (get_guard_cond): Likewise.
10933         (set_guard): Likewise.
10934         * cvt.c (build_up_reference): Adjust call to get_temp_name.
10935         * decl.c (expand_static_init): Use get_guard and friends to
10936         implement guard variables.
10937         * decl2.c (get_temp_name): Assume that the variables created are
10938         always static.
10939         (get_sentry): Rename to ...
10940         (get_guard): ... this.  Implement new ABI guard variables.
10941         (get_guard_bits): New function.
10942         (get_guard_cond): Likewise.
10943         (set_guard): Likewise.
10944         (start_static_initialization_or_destruction): Use them.
10945         (do_static_initialization): Replace sentry with guard throughout.
10946         (do_static_destruction): Likewise.
10947         * init.c (create_temporary_var): Add comment.
10948
10949 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
10950
10951         * mangle.c (find_substitution): Use same_type_p.
10952         (write_encoding): Don't check for substitutions.
10953
10954 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
10955
10956         * parse.y (expr_no_comma_rangle): New non-terminal.
10957         (template_parm): Use it for default parameter case.
10958         (template_arg): Use it.
10959         (expr_no_commas): Remove commented out undefined extensions.
10960         * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
10961         * parse.h, parse.c: Rebuilt.
10962
10963 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
10964
10965         * cp-tree.h (flag_const_strings): Remove.
10966         (warn_parentheses): Likewise.
10967         (warn_format): Likewise.
10968         (common_type): Likewise.
10969         (default_conversion): Likewise.
10970         (build_binary_op): Likewise.
10971         (cp_build_binary_op): New macro.
10972         * call.c (build_new_op): Use cp_build_binary_op instead of
10973         build_binary_op.
10974         * class.c (build_vtable_entry_ref): Likewise.
10975         * decl.c (expand_static_init): Likewise.
10976         (compute_array_index_type): Likewise.
10977         (build_enumerator): Likewise.
10978         * decl2.c (delete_sanity): Likewise.
10979         (start_static_initialization_or_destruction): Likewise.
10980         * error.c (dump_type_suffix): Likewise.
10981         * init.c (resolve_offset_ref): Likewise.
10982         (build_new): Likewise.
10983         (build_new_1): Likewise.
10984         (build_vec_delete_1): Likewise.
10985         (build_vec_init): Likewise.
10986         (build_delete): Likewise.
10987         * rtti.c (synthesize_tinfo_fn): Likewise.
10988         (synthesize_tinfo_var): Likewise.
10989         * search.c (expand_upcast_fixups): Likewise.
10990         (fixup_all_virtual_upcast_offsets): Likewise.
10991         * typeck.c (build_array_ref): Likewise.
10992         (get_member_function_from_ptrfunc): Likewise.
10993         (build_binary_op): Add parameter.
10994         (pointer_int_sum): Use cp_build_binary_op.
10995         (pointer_diff): Likewise.
10996         (build_modify_expr): Likewise.
10997         (get_delta_difference): Likewise.
10998         (build_ptrmemfunc): Likewise.
10999
11000 2000-06-29  Nathan Sidwell  <nathan@codesourcery.com>
11001
11002         * cp-tree.h (SET_DECL_ARTIFICIAL): Remove.
11003         * decl.c (create_implicit_typedef): Adjust.
11004         * decl2.c (build_artificial_parm): Adjust.
11005         * method.c (implicitly_declare_fn): Adjust.
11006         * pt.c (push_inline_template_parms_recursive): Adjust.
11007         (process_template_parm): Adjust.
11008         (overloaded_template_name): Adjust.
11009         * semantics.c (finish_template_template_parm): Adjust.
11010
11011 2000-06-28  Mark Mitchell  <mark@codesourcery.com>
11012
11013         * cp-tree.h (CLEAR_BINFO_NEW_VTABLE_MARKED): Remove.
11014         * class.c (update_vtable_entry_for_fn): Correct logic for deciding
11015         where to emit thunks.
11016         (build_vtt): Adjust call to build_vtt_inits.
11017         (build_vtt_inits): Add parameter to indicate whether or not
11018         sub-VTTs for virtual bases should be included.  Adjust handling of
11019         construction vtables.
11020         (get_matching_base): New function.
11021         (dfs_build_vtt_inits): Rename to ...
11022         (dfs_build_secondary_vptr_vtt_inits): Adjust handling of
11023         construction vtables.
11024         (dfs_fixup_binfo_vtbls): Likewise.
11025         (build_ctor_vtbl_groups): Build construction vtables for virtual
11026         bases, too.
11027         (accumulate_vtbl_inits): Tweak logic for deciding whether or not
11028         to build construction vtbls.
11029         (dfs_accumulate_vtbl_inits): Adjust handling of
11030         construction vtables.
11031
11032         * pt.c (tsubst, case TEMPLATE_TEMPLATE_PARM): Handle cv-qualified
11033         types correctly.
11034
11035 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
11036
11037         * decl.c (grokfndecl): Set DECL_CONTEXT for static functions too.
11038
11039 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
11040
11041         * search.c (hides): Remove.
11042         (is_subobject_of_p): Add most_derived parameter. Use
11043         CANONICAL_BINFO.
11044         (lookup_field_queue_p): Adjust.
11045         (lookup_field_r): Adjust.
11046
11047 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
11048
11049         * decl2.c (handle_class_head): Bash typedefs to the type's main
11050         decl.
11051
11052 2000-06-25  Mark Mitchell  <mark@codesourcery.com>
11053
11054         * cp-tree.h (genrtl_begin_stmt_expr): Rename to ...
11055         (begin_global_stmt_expr): ... this.
11056         (genrtl_finish_stmt_expr): Rename to ...
11057         (finish_global_stmt_expr): ... this.
11058         * init.c (begin_init_stmts): Adjust calls.
11059         (finish_init_stmts): Likewise.
11060         * semantics.c (genrtl_begin_stmt_expr): Rename to ...
11061         (begin_global_stmt_expr): ... this.
11062         (genrtl_finish_stmt_expr): Rename to ...
11063         (finish_global_stmt_expr): ... this.
11064
11065 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
11066
11067         * search.c (lookup_member): Fix typo in comment.
11068
11069 2000-06-24  Jason Merrill  <jason@redhat.com>
11070
11071         * decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.
11072         (push_namespace): Set DECL_CONTEXT for a new NAMESPACE_DECL.
11073
11074 2000-06-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11075
11076         * parse.y (complex_direct_notype_declarator): Support global_scope.
11077         * Makefile.in: Adjust conflict count.
11078
11079 2000-06-23  Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
11080
11081         * parse.y (template_arg): Convert TEMPLATE_DECL
11082         that is a template template parameter to
11083         TEMPLATE_TEMPLATE_PARM here.
11084
11085         * cp-tree.def (TEMPLATE_TEMPLATE_PARM): Adjust comment.
11086         * cp-tree.h (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): New macro.
11087         (copy_template_template_parm): Adjust prototype.
11088         * decl.c (grokdeclarator): Remove dead code.
11089         * pt.c (process_template_parm): Tidy.
11090         (lookup_template_class): Construct nodes in
11091         copy_template_template_parm.
11092         (tsubst): Pass TEMPLATE_DECL rather than IDENTIFIER_NODE to
11093         lookup_template_class.  Use TYPE_TI_TEMPLATE.
11094         * tree.c (copy_template_template_parm): Add NEWARGS
11095         parameter.
11096         (mapcar): Adjust call to copy_template_template_parm.
11097         * typeck.c (comptypes): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL.
11098         * method.c (build_template_template_parm_names): Change error
11099         code to avoid compilation warning.
11100
11101         * gxxint.texi: Document template template parameter
11102         name mangling.
11103
11104 2000-06-21  Alex Samuel  <samuel@codesourcery.com>
11105
11106         * Make-lang.in (CXX_LIB2FUNCS): Add cp-demangle.o and dyn-string.o.
11107         (CXX_LIB2SRCS): Add cp-demangle.c and dyn-string.c.
11108         (cp-demangle.o): New rule.
11109         (dyn-string.o): Likewise.
11110         * inc/cxxabi.h (__cxa_demangle): New declaration.
11111
11112 2000-06-22  Mark Mitchell  <mark@codesourcery.com>
11113
11114         * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
11115         (BV_GENERATE_THUNK_WITH_VTABLE_P): Likewise.
11116         (lang_decl_flags): Add generate_with_vtable_p.  Make vcall_offset
11117         a tree, not an int.
11118         (THUNK_GENERATE_WITH_VTABLE_P): New macro.
11119         (make_thunk): Change prototype.
11120         (emit_thunk): Rename to use_thunk.
11121         (mangle_thunk): Change prototype.
11122         * class.c (get_derived_offset): Simplify.
11123         (copy_virtuals): Clear BV_USE_VCALL_INDEX_P and
11124         BV_GENERATE_THUNK_WITH_VTABLE_P.
11125         (build_primary_vtable): Simplify.
11126         (add_virtual_function): Use BV_FN, rather than TREE_VALUE.
11127         (dfs_find_base): Remove.
11128         (update_vtable_entry_for_fn): Correct bug in finding the base
11129         where a virtual function was first declared.  Figure out whether
11130         or not to emit a vcall-thunk with the vtables in which it appears.
11131         Correct logic for deciding whether to use an ordinary thunk, or a
11132         vcall thunk.
11133         (finish_struct_1): Remove unnecssary code.
11134         (build_vtbl_initializer): Use ssize_int for the running counter of
11135         negative indices.
11136         (build_vtbl_initializer): Only use vcall thunks where necessary.
11137         Mark thunks as needing to be emitted with their vtables, or not.
11138         (build_vbase_offset_vtbl_entries): Adjust for use of ssize_int in
11139         indices.  Use size_binop.
11140         (dfs_build_vcall_offset_vtbl_entries): Don't rely on
11141         BINFO_PRIMARY_MARKED_P here.  Use BV_FN consistently.  Use
11142         size_binop.
11143         (build_rtti_vtbl_entries): Adjust call to build_vtable_entry.
11144         (build_vtable_entry): Mark thunks as needing to be emitted with
11145         their vtables, or not.
11146         * decl.c (lang_mark_tree): Mark the vcall_offset in a thunk.
11147         * decl2.c (mark_vtable_entries): Use use_thunk instead of
11148         emit_thunk.
11149         * dump.c (dequeue_and_dump): Remove dead code.  Dump new thunk
11150         information.
11151         * error.c (dump_expr): Use BV_FN.
11152         * mangle.c (mangle_thunk): Adjust now that vcall_offset is a tree,
11153         not an int.
11154         * method.c (make_thunk): Likewise.
11155         (emit_thunk): Rename to use_thunk.  Allow callers to decide
11156         whether or not to actually emit the thunk.  Adjust for changes in
11157         representation of vcall offsets.
11158         * search.c (dfs_get_pure_virtuals): Use BV_FN.
11159         * semantics.c (emit_associated_thunks): New function.
11160         (expand_body): Use it.
11161         * ir.texi: Adjust decriptions of thunks.
11162
11163 2000-06-22  Jason Merrill  <jason@redhat.com>
11164
11165         * pt.c (tsubst_decl, case FUNCTION_DECL): Clear DECL_SAVED_TREE.
11166         (tsubst_friend_function): Copy it here.
11167
11168         * decl.c (grok_op_properties): Fix typo.
11169
11170         * decl2.c (delete_sanity): Clarify warning, avoid failure on
11171         deleting void*.
11172
11173         * pt.c (check_explicit_specialization): Clarify error.
11174
11175         * decl.c (pushdecl): Also pull out one of the FUNCTION_DECLs from
11176         an old OVERLOAD when we're declaring a non-function.
11177         (pushdecl, destroy_local_var): Check for error_mark_node.
11178         (warn_extern_redeclared_static): Also bail early if
11179         we're a CONST_DECL.
11180         (push_overloaded_decl): Ignore an old error_mark_node.
11181
11182 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
11183
11184         * call.c (build_x_va_arg): Check if in a template decl.
11185         * pt.c (tsubst_copy, case VA_ARG_EXPR): Use build_x_va_arg.
11186
11187 2000-06-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11188
11189         * class.c (push_lang_context): TYPE_NAME gets you to the Java
11190         types DECLs.
11191         * decl.c (check_goto): Computed gotos assumed OK.
11192
11193 2000-06-20  Jason Merrill  <jason@redhat.com>
11194
11195         * pt.c (tsubst_decl, case TYPE_DECL): Fix test for TYPE_DECLs
11196         for which we don't need to look for instantiations.
11197
11198 2000-06-21  Nathan Sidwell  <nathan@codesourcery.com>
11199
11200         * parse.y (program): Always call finish_translation_unit.
11201         * parse.c, parse.h: Rebuilt.
11202
11203 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
11204
11205         * method.c: Don't include hard-reg-set.h.
11206
11207 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
11208
11209         * rtti.c (get_base_offset): Cope when vbase field is in a base.
11210
11211 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
11212
11213         * call.c (build_conditional_expr): Use VOID_TYPE_P.
11214         * cvt.c (cp_convert_to_pointer): Likewise.
11215         (convert_to_void): Likewise.
11216         * error.c (dump_expr): Likewise.
11217         * except.c (complete_ptr_ref_or_void_ptr_p): Likewise.
11218         * init.c (build_delete): Likewise.
11219         * method.c (emit_thunk): Likewise.
11220         * optmize.c (declare_return_variable): Likewise.
11221         * rtti.c (get_tinfo_decl_dynamic): Likewise.
11222         (get_typeid): Likewise.
11223         (build_dynamic_cast_1): Likewise.
11224         * typeck.c (composite_pointer_type): Likewise.
11225         (common_type): Likewise.
11226         (build_indirect_ref): Likewise.
11227         (build_binary_op): Likewise.
11228         (build_x_compound_expr): Likewise.
11229         (check_return_expr): Likewise.
11230         * typeck2.c (add_exception_specifier): Likewise.
11231
11232         * mangle.c (write_method_parms): Use direct comparison for end
11233         of parmlist.
11234
11235 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
11236
11237         * cp-tree.h (genrtl_try_block): Declare function.
11238         (genrtl_handler): Likewise.
11239         (genrtl_catch_block): Likewise.
11240         (genrtl_ctor_stmt): Likewise.
11241         (genrtl_subobject): Likewise.
11242         (genrtl_decl_cleanup): Likewise.
11243         (genrtl_do_poplevel): Likewise.
11244         (genrtl_do_pushlevel): Likewise.
11245         (genrtl_clear_out_block): Likewise.
11246         (genrtl_goto_stmt): Likewise.
11247         (genrtl_expr_stmt): Likewise.
11248         (genrtl_decl_stmt): Likewise.
11249         (genrtl_if_stmt): Likewise.
11250         (genrtl_while_stmt): Likewise.
11251         (genrtl_do_stmt): Likewise.
11252         (genrtl_return_stmt): Likewise.
11253         (genrtl_for_stmt): Likewise.
11254         (genrtl_break_stmt): Likewise.
11255         (genrtl_continue_stmt): Likewise.
11256         (genrtl_scope_stmt): Likewise.
11257         (genrtl_switch_stmt): Likewise.
11258         (genrtl_case_label): Likewise.
11259         (genrtl_begin_compound_stmt): Likewise.
11260         (genrtl_finish_compound_stmt): Likewise.
11261         (genrtl_compound_stmt): Likewise.
11262         (genrtl_asm_stmt): Likewise.
11263         (genrtl_named_return_value): Likewise.
11264         (genrtl_begin_stmt_expr): Likewise.
11265         (genrtl_finish_stmt_expr): Likewise.
11266         (finish_for_stmt): Removed first argument.
11267         (finish_switch_stmt): Likewise.
11268
11269         * semantics.c (genrtl_try_block): Define function.
11270         (genrtl_handler): Likewise.
11271         (genrtl_catch_block): Likewise.
11272         (genrtl_ctor_stmt): Likewise.
11273         (genrtl_subobject): Likewise.
11274         (genrtl_decl_cleanup): Likewise.
11275         (genrtl_do_poplevel): Likewise.
11276         (genrtl_do_pushlevel): Likewise.
11277         (genrtl_clear_out_block): Likewise.
11278         (genrtl_goto_stmt): Likewise.
11279         (genrtl_expr_stmt): Likewise.
11280         (genrtl_decl_stmt): Likewise.
11281         (genrtl_if_stmt): Likewise.
11282         (genrtl_while_stmt): Likewise.
11283         (genrtl_do_stmt): Likewise.
11284         (genrtl_return_stmt): Likewise.
11285         (genrtl_for_stmt): Likewise.
11286         (genrtl_break_stmt): Likewise.
11287         (genrtl_continue_stmt): Likewise.
11288         (genrtl_scope_stmt): Likewise.
11289         (genrtl_switch_stmt): Likewise.
11290         (genrtl_case_label): Likewise.
11291         (genrtl_begin_compound_stmt): Likewise.
11292         (genrtl_finish_compound_stmt): Likewise.
11293         (genrtl_compound_stmt): Likewise.
11294         (genrtl_asm_stmt): Likewise.
11295         (genrtl_named_return_value): Likewise.
11296         (genrtl_begin_stmt_expr): Likewise.
11297         (genrtl_finish_stmt_expr): Likewise.
11298         (finish_for_stmt): Removed first argument and generate rtl
11299         specific code.
11300         (finish_switch_stmt): Likewise.
11301         (do_poplevel): Removed generate rtl specific code.
11302         (do_pushlevel): Likewise.
11303         (add_tree): Likewise.
11304         (finish_goto_stmt): Likewise.
11305         (finish_expr_stmt): Likewise.
11306         (begin_if_stmt): Likewise.
11307         (finish_if_stmt_cond): Likewise.
11308         (finish_then_clause): Likewise.
11309         (begin_else_clause): Likewise.
11310         (finish_else_clause): Likewise.
11311         (finish_if_stmt): Likewise.
11312         (clear_out_block): Likewise.
11313         (begin_while_stmt): Likewise.
11314         (finish_while_stmt_cond): Likewise.
11315         (finish_while_stmt): Likewise.
11316         (begin_do_stmt): Likewise.
11317         (finish_do_body): Likewise.
11318         (finish_do_stmt): Likewise.
11319         (finish_return_stmt): Likewise.
11320         (begin_for_stmt): Likewise.
11321         (finish_for_init_stmt): Likewise.
11322         (finish_for_cond): Likewise.
11323         (finish_for_expr): Likewise.
11324         (finish_break_stmt): Likewise.
11325         (finish_continue_stmt): Likewise.
11326         (begin_switch_stmt): Likewise.
11327         (finish_switch_cond): Likewise.
11328         (finish_case_label): Likewise.
11329         (begin_try_block): Likewise.
11330         (begin_function_try_block): Likewise.
11331         (finish_try_block): Likewise.
11332         (finish_cleanup_try_block): Likewise.
11333         (finish_cleanup): Likewise.
11334         (finish_function_try_block): Likewise.
11335         (finish_handler_sequence): Likewise.
11336         (finish_function_handler_sequence): Likewise.
11337         (begin_handler): Likewise.
11338         (finish_handler_parms): Likewise.
11339         (begin_catch_block): Likewise.
11340         (finish_handler): Likewise.
11341         (begin_compound_stmt): Likewise.
11342         (finish_compound_stmt): Likewise.
11343         (finish_asm_stmt): Likewise.
11344         (finish_label_stmt): Likewise.
11345         (finish_label_decl): Likewise.
11346         (finish_subobject): Likewise.
11347         (finish_decl_cleanup): Likewise.
11348         (finish_named_return_value): Likewise.
11349         (begin_stmt_expr): Likewise.
11350         (finish_stmt_expr): Likewise.
11351
11352         * decl.c (initialize_local_var): Changed call to finish_expr_stmt
11353         to call genrtl_expr_stmt when appropriate.
11354
11355         * init.c (begin_init_stmts): Changed calls to begin_stmt_expr and
11356         begin_compound_expr to call genrtl_begin_stmt_expr and
11357         genrtl_begin_compound_expr when appropriate.
11358         (finish_init_stmts): Changed calls to finish_compound_expr and
11359         finish_stmt_expr to call genrtl_finish_compound_expr and
11360         genrtl_finish_stmt_expr when appropriate.
11361         (expand_default_init): Changed call to finish_expr_stmt to call
11362         genrtl_expr_stmt when appropriate.
11363         (build_vec_init): Likewise.
11364
11365         * parse.y (simple_stmt): Removed first argument from call to
11366         finish_for_stmt. Removed first argument from call to
11367         finish_switch_stmt.
11368
11369         * parse.c: Regenerated.
11370
11371         * pt.c (tsubst_expr): Removed first argument from call to
11372         finish_for_stmt. Removed first argument from call to
11373         finish_switch_stmt.
11374
11375 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
11376
11377         * cp-tree.h (enum cplus_tree_code): Changed __DUMMY to
11378         CP_DUMMY_TREE_CODE. Remove #include "c-common.def".
11379
11380         * lex.c (cplus_tree_code_type[]): Removed #include "c-common.def".
11381         (cplus_tree_code_length[]): Likewise.
11382         (cplus_tree_code_name[]): Likewise.
11383         (init_parse): Added call to add_c_tree_codes. Changed
11384         LAST_AND_UNUSED_TREE_CODE to LAST_C_TREE_CODE.
11385
11386 2000-06-16  Mark Mitchell  <mark@codesourcery.com>
11387
11388         * cp-tree.h (finish_mem_initializers): Declare.
11389         (count_trees): Likewise.
11390         * parse.y (base_init): Use finish_mem_initializers.
11391         * semantics.c (finish_mem_initializers): New function.
11392
11393         * tree.c (count_trees_r): Prototype.  Use DATA parameter to store
11394         the number of trees.
11395         (n_trees): Remove.
11396         (count_trees): Don't use it.
11397
11398 2000-06-15  Jason Merrill  <jason@redhat.com>
11399
11400         * tree.c (count_trees): New debugging function.
11401
11402         * typeck.c (build_x_function_call): Use DECL_FUNCTION_TEMPLATE_P.
11403         * init.c (build_member_call): Pull out the name of a DECL.
11404
11405         * Makefile.in (semantics.o, pt.o): Depend on TIMEVAR_H.
11406         * semantics.c (expand_body): Push to TV_INTEGRATION here.
11407         * optimize.c (optimize_function): Not here.
11408         * pt.c (instantiate_decl): Push to TV_PARSE.
11409
11410 2000-06-15  Mark Mitchell  <mark@codesourcery.com>
11411
11412         * cp-tree.h (struct language_function): Remove x_base_init_list
11413         and x_member_init_list.
11414         (current_base_init_list): Remove.
11415         (current_member_init_list): Likewise.
11416         (setup_vtbl_ptr): Change prototype.
11417         (emit_base_init): Likewise.
11418         (expand_member_init): Likewise.
11419         (reinit_parse_for_function): Remove.
11420         * decl.c (save_function_data): Don't clear x_base_init_list and
11421         x_member_init_list.
11422         (mark_language_function): Don't mark them.
11423         * init.c (perform_member_init): Tweak comment.
11424         (sort_member_init): Take the list of initializers as an argument.
11425         (sort_base_init): Likewise.
11426         (emit_base_init): Likewise.
11427         (expand_member_init): Return the initializer.  Don't use global
11428         variables.
11429         * lex.c (reinit_parse_for_function): Remove.
11430         * method.c (build_template_parm_names): Correct substitution.
11431         (do_build_copy_constructor): Don't use current_member_init_list
11432         and current_base_init_list.
11433         (synthesize_method): Likewise.
11434         * parse.y (base_init): Split mem-initializers into
11435         base-initializers and field-initializers.
11436         (member_init_list): Build up the list here.
11437         (member_init): Return the initializer.
11438         (fn.depfn): Don't use reinit_parse_for_function.
11439         * parse.c: Regenerated.
11440         * pt.c (convert_nontype_argument): Don't make an ADDR_EXPR of the
11441         ERROR_MARK.
11442         (tsubst_expr): Don't use current_member_init_list
11443         and current_base_init_list.
11444         (tsubst_expr_values): Rename to ...
11445         (tsubst_initializer_list): ... this.  Use convert_from_reference.
11446         * semantics.c (setup_vtbl_ptr): Don't use current_member_init_list
11447         and current_base_init_list.
11448         (begin_function_definition): Don't call reinit_parse_for_function.
11449
11450         * dump.c (dequeue_and_dump): Use TREE_VEC_LENGTH with vectors.
11451
11452         * error.c (dump_expr): Handle ADDR_EXPRs with REFERENCE_TYPE
11453         correctly.
11454
11455         * cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.
11456
11457 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
11458
11459         * cp-tree.h (IF_COND): Move to c-common.h.
11460         (THEN_CLAUSE): Likewise.
11461         (ELSE_CLAUSE): Likewise.
11462         (WHILE_COND): Likewise.
11463         (WHILE_BODY): Likewise.
11464         (DO_COND): Likewise.
11465         (DO_BODY): Likewise.
11466         (RETURN_EXPR): Likewise.
11467         (EXPR_STMT_EXPR): Likewise.
11468         (FOR_INIT_STMT): Likewise.
11469         (FOR_COND): Likewise.
11470         (FOR_EXPR): Likewise.
11471         (FOR_BODY): Likewise.
11472         (SWITCH_COND): Likewise.
11473         (SWITCH_BODY): Likewise.
11474         (CASE_LOW): Likewise.
11475         (CASE_HIGH): Likewise.
11476         (GOTO_DESTINATION): Likewise.
11477         (COMPOUND_BODY): Likewise.
11478         (ASM_CV_QUAL): Likewise.
11479         (ASM_STRING): Likewise.
11480         (ASM_OUTPUTS): Likewise.
11481         (ASM_INPUTS): Likewise.
11482         (ASM_CLOBBERS): Likewise.
11483         (DECL_STMT_DECL): Likewise.
11484         (STMT_EXPR_STMT): Likewise.
11485         (LABEL_STMT_LABEL): Likewise.
11486         (SCOPE_BEGIN_P): Likewise.
11487         (SCOPE_END_P): Likewise.
11488         (SCOPE_STMT_BLOCK): Likewise.
11489         (SCOPE_NULLIFIED_P): Likewise.
11490         (SCOPE_NO_CLEANUPS_P): Likewise.
11491         (SCOPE_PARTIAL_P): Likewise.
11492         (ASM_VOLATILE_P): Likewise.
11493         (STMT_LINENO): Likewise.
11494         (STMT_LINENO_FOR_FN_P): Likewise.
11495
11496         * cp-tree.def: Removed SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
11497         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
11498         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
11499         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
11500         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
11501
11502         * Makefile.in (CXX_TREE_H): Added $(srcdir)/../c-common.def.
11503
11504         * Make-lang.in (CXX_SRCS): Added $(srcdir)/c-common.def.
11505         (cc1plus$(exeext)): Added $(srcdir)/c-common.def.
11506
11507         * lex.c (cplus_tree_code_type[]): Added '#include "c-common.def"'.
11508         (cplus_tree_code_length[]): Added '#include "c-common.def"'.
11509         (cplus_tree_code_name[]): Added '#include "c-common.def"'.
11510
11511 2000-06-14  Mark Mitchell  <mark@codesourcery.com>
11512
11513         * cp-tree.h (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH): New macro.
11514         * class.c (dfs_find_final_overrider): Set it appropriately.
11515         (dfs_built_vtt_inits): Check BINFO_OVERRIDE_ALONG_VIRTUAL_PATH to
11516         avoid unneeded secondary vptrs.
11517
11518 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
11519
11520         * class.c (build_secondary_vtable): Set DECL_USER_ALIGN.
11521         (check_bitfield_decl, check_field_decl): Likewise.
11522         (build_vtbl_or_vbase_field, build_base_field): Likewise.
11523         (layout_class_type): Set DECL_USER_ALIGN resp. CLASSTYPE_USER_ALIGN.
11524         * decl.c (record_unknown_type): Set TYPE_USER_ALIGN.
11525         (xfer_tag, finish_enum): Likewise.
11526         * decl2.c (finish_builtin_type): Likewise.
11527         * init.c (init_init_processing): Likewise.
11528         * pt.c (instantiate_class_template): Likewise.
11529         * rtti.c (get_tinfo_decl, synthesize_tinfo_fn): Set DECL_USER_ALIGN.
11530         * cp-tree.h (struct lang_type): Add user_align member.
11531         (CLASSTYPE_USER_ALIGN): Define.
11532
11533 Tue Jun 13 15:48:03 2000  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11534
11535         * Make-lang.in (c++.install-common): Install g++-cross in
11536         $(gcc_tooldir)/bin as g++ and c++; g++ in $(bindir) as
11537         $(target_alias)-g++ and $(target_alias)-c++.
11538
11539 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
11540
11541         * class.c (vcall_offset_data_s): Add last_init and fns.
11542         (overrides): Rename to same_signature_p.
11543         (dfs_find_final_overrider): Adjust accordingly.
11544         (mark_overriders): Likewise.
11545         (warn_hidden): Likewise.
11546         (build_vtbl_initializer): Reorganize machinery for building things
11547         at negative offsets.
11548         (build_vcall_and_vbase_vtbl_entries): Likewise.
11549         (build_vbase_offset_vtbl_entries): Likewise.
11550         (dfs_build_vcall_offset_vtbl_entries): Correct order of vcall
11551         offset entries.  Do not create two entries for functions with the
11552         same signature.
11553         (build_vcall_offset_vtbl_entries): Initialize vod->fns.
11554         (build_rtti_vtbl_entries): Reorganize machinery for building things
11555         at negative offsets.
11556
11557         * optimize.c (expand_call_inline): Don't recurse into the code
11558         used to initialize the parameters more than once.
11559
11560 2000-06-11  Mark Mitchell <mark@codesourcery.com>
11561
11562         * mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.
11563         (is_std_substitution): Don't check CLASSTYPE_USE_TEMPLATE here.
11564         (find_substitution): Only use the `Sa' substitution for
11565         std::allocator, not instantiations of it.
11566         (write_template_prefix): Move comment.  Only use a TREE_LIST to
11567         represent substitutions for a member template.
11568         (write_array_type): Mangle array dimensions correctly.
11569         * optimize.c (maybe_clone_body): Copy more information from the
11570         cloned function.
11571         * pt.c (regenerate_decl_from_template): Preserve DECL_USE_TEMPLATE
11572         on the regenerated declaration.
11573
11574 2000-06-11  Chip Salzenberg  <chip@valinux.com>
11575             Mark Mitchell <mark@codesourcery.com>
11576
11577         * class.c (build_vtable): Clarify comment.
11578         (build_ctor_vtbl_group): Pass the most derived type to
11579         build_vtable.
11580
11581 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11582
11583         * decl2.c (compare_options): Don't needlessly cast away const-ness.
11584
11585 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
11586
11587         * decl.c (add_binding): Handle duplicate declarations of external
11588         variables.
11589
11590 2000-06-09  Chip Salzenberg  <chip@valinux.com>
11591             Mark Mitchell <mark@codesourcery.com>
11592
11593         * mangle.c (write_number): Take an unsigned HOST_WIDE_INT as an
11594         argument.
11595         (write_signed_number): New macro.
11596         (write_unsigned_number): Likewise.
11597         (write_source_name): Use them.
11598         (write_number): Handle signed and unsigned values.
11599         (write_integer_cst): Use tree_int_cst_sgn, and use
11600         write_unsigned_number or write_signed_number as appropriate.
11601         (write_discriminator): Use write_unsigned_number or
11602         write_signed_number as appropriate.
11603         (write_template_arg_literal): Likewise.
11604         (write_array_type): Use tree_low_cst.
11605         (write_template_parm):  Use write_unsigned_number or
11606         write_signed_number as appropriate.
11607         (write_substitution): Adjust call to write_number.
11608         (write_type): Get the TYPE_MAIN_VARIANT before mangling it.
11609         (write_expression): Handle non-type template arguments of
11610         reference type correctly.
11611         (mangle_thunk): Use write_signed_number.
11612
11613 2000-06-09  Chip Salzenberg  <chip@valinux.com>
11614
11615         * mangle.c (find_substition): Don't mangle objects with typename
11616         substitutions (e.g. "cin" as "Si").
11617
11618 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
11619
11620         * call.c (add_candidate): Use ggc_alloc_cleared.
11621         * decl.c (lookup_label): Likewise.
11622         * lex.c (retrofit_lang_decl): Likewise.
11623
11624 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
11625
11626         * semantics.c (expand_body): Push to TV_EXPAND.
11627         * optimize.c (optimize_function): Push to TV_INTEGRATION.
11628         * decl.c (start_function): Always call announce_function.
11629
11630         * tinfo2.cc: Just declare abort.
11631
11632 2000-06-09  Gabriel Dos Reis  <gdr@codesourcery.com>
11633
11634         * lex.c (DEF_OPERATOR): Say `operator@' -not- `operator @'
11635         whenever @ is a symbolic name.
11636
11637 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
11638
11639         * method.c (make_thunk): Clear DECL_VTT_PARM in thunk.
11640
11641 2000-06-07  Mark Mitchell  <mark@codesourcery.com>
11642
11643         * decl.c (pushdecl): Look up functions by DECL_NAME, not
11644         DECL_ASSEMBLER_NAME.
11645
11646 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
11647
11648         * decl2.c (c_language): Define.
11649
11650 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
11651
11652         * lex.c (lang_init_options): Tweak.
11653
11654         * decl2.c: Remove #inclusion of diagnostic.h
11655         (lang_decode_option): Move diagnostic formatting options to
11656         toplevel.
11657
11658         * lang-options.h: Remove documentation for diagnostic options.
11659
11660         * Makefile.in (lex.o): Depends upon diagnostic.h
11661
11662 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
11663
11664         * decl.c (redeclaration_error_message): If two TEMPLATE_DECLs have
11665         the same DECL_RESULT, it's not a redefinition.
11666         * pt.c (tsubst_decl): Remove code to handle illegal
11667         specializations.
11668
11669 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
11670
11671         * exception.cc: (__eh_alloc, __eh_free): Moved to libgcc2.c
11672
11673 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
11674
11675         * search.c (maybe_suppress_debug_info): Don't check
11676         CLASSTYPE_INTERFACE_ONLY if CLASSTYPE_INTERFACE_KNOWN isn't set.
11677
11678         * pt.c (mark_decl_instantiated): Do SET_DECL_EXPLICIT_INSTANTIATION
11679         here if extern_p.
11680
11681         Remember instantiation context in deferred instantiations.
11682         * cp-tree.h (struct tinst_level): Remove.
11683         (TINST_DECL, TINST_LINE, TINST_FILE): New macros.
11684         * pt.c (current_tinst_level): Now a tree.
11685         (print_template_context, push_tinst_level, pop_tinst_level,
11686         tinst_for_decl): Adjust.
11687         (reopen_tinst_level): New fn.
11688         (init_pt): Register current_tinst_level as a root.
11689         (add_pending_template): Put current_tinst_level in TREE_PURPOSE
11690         of the pending templates list.
11691         (instantiate_pending_templates): Adjust.  Call reopen_tinst_level.
11692         * lex.c (extract_interface_info): Adjust.
11693         * decl2.c (warn_if_unknown_interface): Adjust.
11694
11695 2000-06-05  Mark Mitchell  <mark@codesourcery.com>
11696
11697         * class.c (indirect_primary_base_p): New function.
11698         (determine_primary_base): Use it.
11699
11700 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
11701
11702         Update new-abi dynamic cast algorithm.
11703         * tinfo.cc (__class_type_info::__dyncast_result): Add
11704         whole_details. Adjust constructor.
11705         (__vmi_class_type_info::__do_dyncast): Adjust for vmi_flags.
11706         Avoid unnecessary searching.
11707         (__dynamic_cast): Adjust for __dyncast_result::whole_details.
11708
11709 Mon Jun  5 06:48:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11710
11711         * decl.c (init_decl_processing): Don't call record_component_aliases.
11712         * tree.c (build_cplus_array_type_1): Likewise.
11713
11714 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
11715
11716         * ir.texi: Correct typo.
11717         * mangle.c (write_expression): Handle non-type template arguments
11718         with reference type.
11719         * method.c (build_overload_value): Likewise.
11720         * pt.c (convert_nontype_argument): Explicitly represent conversion
11721         to a reference with an ADDR_EXPR.
11722         (unify): Always unify arguments in left-to-right order.
11723
11724 2000-06-03  Alex Samuel    <samuel@codesourcery.com>
11725             Mark Mitchell  <mark@codesourcery.com>
11726
11727         * Make-lang.in (CXX_SRCS): Add mangle.c.
11728         * Makefile.in (CXX_OBJS): Add mangle.o.
11729         (mangle.o): New rule.
11730
11731         * class.c (local_classes): New variable.
11732         * class.c (get_vtable_name): Use mangle_vtable_for_type for new ABI.
11733         (get_vtt_name): Use mangle_vtt_name for new ABI.
11734         (init_class_processing): Initialize local_classes.
11735         (build_ctor_vtbl_group): Use mangle_ctor_vtbl_for_type for new ABI.
11736         * cp-tree.h (cp_tree_index): Add CPTI_STD_IDENTIFIER.
11737         (std_identifier): New macro.
11738         (DECL_VOLATILE_MEMFUNC_P): New macro.
11739         (DECL_NAMESPACE_STD_P): Likewise.
11740         (local_classes): Declare.
11741         (get_mostly_instantiated_function_type): Declare.
11742         (init_mangle): Declare.
11743         (mangle_decl): Likewise.
11744         (mangle_type_string): Likewise.
11745         (mangle_type): Likewise.
11746         (mangle_typeinfo_for_type): Likewise.
11747         (mangle_typeinfo_string_for_type): Likewise.
11748         (mangle_vtbl_for_type): Likewise.
11749         (mangle_vtt_for_type): Likewise.
11750         (mangle_ctor_vtbl_for_type): Likewise.
11751         (mangle_thunk): Likewise.
11752         (mangle_conv_op_name_for_type): Likewise.
11753         (mangle_guard_variable): Likewise.
11754         * decl.c (pushtag): Keep track of local classes.
11755         (initialize_predefined_identifiers): Initialize std_identifier.
11756         (init_decl_processing): Use std_identifier.
11757         (start_decl): Don't treat instantiations as specializations.
11758         (grokdeclarator): Likewise.
11759         (grokvardecl): Call mangle_decl for new ABI.  Only set mangled
11760         name for fully-instantiated templates.
11761         * decl2.c (grokclassfn): Use set_mangled_name_for_decl for
11762         destructors with the new ABI.
11763         (finish_static_data_member_decl): Use mangle_decl under the new ABI.
11764         (grokfield): Use mangle_type for new ABI.
11765         (grokoptypename): Use mangle_conv_op_for_type for new ABI.
11766         (get_sentry): Use mangle_guard_variable for new ABI.
11767         (start_static_initialization_or_destruction): Likewise.
11768         * expr.c (extract_aggr_init): Remove.
11769         (extract_scalar_init): Likewise.
11770         (extract_init): Remove #if 0'd code.
11771         * mangle.c: New function.
11772         * method.c (build_mangled_name): Assert not flag_new_abi.
11773         (build_static_name): Likewise.
11774         (build_decl_overload_real): Likewise.
11775         (build_typename_overload): Likewise.
11776         (build_overload_with_type): Likewise.
11777         (build_overload_name): Likewise.
11778         (get_ctor_vtbl_name): Likewise.
11779         (start_squangling): Likewise.
11780         (get_id_2): Likewise.
11781         (set_mangled_name_for_decl): Call mangle_decl for new ABI.
11782         (init_method): Call init_mangle for new ABI.
11783         (make_thunk): Call mangle_thunk for new ABI.
11784         * operators.def: Correct new ABI manglings for the `%' operator.
11785         Add `::' operator.
11786         * pt.c (build_template_decl): Copy DECL_OVERLOADED_OPERATOR_P and
11787         DECL_ASSIGNMENT_OPERATOR_P to the TEMPLATE_DECL.
11788         (lookup_template_class): Call mangle_decl for new ABI.
11789         (get_mostly_instantiated_function_type): New function.
11790         (set_mangled_name_for_template_decl): Use it.
11791         (tsubst_decl): Use set_mangled_name_for_decl for destructors with
11792         the new ABI.  Use mangle_conv_op_name_for_type for instantiated
11793         conversion op names.
11794         * rtti.c (tinfo_name): Call mangle_type_string for new ABI.
11795         (get_tinfo_decl): Call mangle_typeinfo_for_type for new ABI.
11796         (tinfo_base_init):  Likewise.  Mangle typeinfo string name with
11797         mangle_typeinfo_string_for_type.
11798
11799 2000-06-03  Mark Mitchell  <mark@codesourcery.com>
11800
11801         * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
11802         (INNERMOST_TEMPLATE_ARGS): New macro.
11803         (innermost_args): Remove.
11804         (get_innermost_template_args): New function.
11805         * decl2.c (arg_assoc_class): Use INNERMOST_TEMPLATE_ARGS.
11806         * error.c (dump_function_decl): Be caution when using
11807         most_general_template.
11808         * method.c (build_template_parm_names):  Use
11809         INNERMOST_TEMPLATE_ARGS.
11810         * pt.c (add_to_template_args): Tidy comment
11811         (get_innermost_template_args): New function.
11812         (check_explicit_specialization): Clear DECL_INITIAL for a new
11813         specialization.
11814         (process_partial_specialization): Use INNERMOST_TEMPLATE_ARGS.
11815         Tidy.
11816         (push_template_decl): Always register specializations of the most
11817         general template.
11818         (convert_template_argument): Use INNERMOST_TEMPLATE_ARGS.
11819         (coerce_template_parms): Likewise.
11820         (lookup_template_class): Likewise.
11821         (innermost_args): Remove.
11822         (tsubst_decl): Use INNERMOST_TEMPLATE_ARGS.
11823         (tsubst_decl): Handle tricky specializations.  Use
11824         get_innermost_template_args.
11825         (instantiate_template): Simplify handling of partial
11826         instantiations.
11827         (get_class_bindings): Use INNERMOST_TEMPLATE_ARGS.
11828         (most_general_template): Reimplement, in a more straightforward
11829         manner.
11830         (regenerate_decl_from_template): Tweak formatting.  Use
11831         TMPL_ARGS_DEPTH for clarity.
11832         (set_mangled_name_for_template_decl): Use INNERMOST_ARGS.
11833
11834         * dump.c (dequeue_and_dump): Dump information about thunks.
11835
11836 2000-06-01  Richard Henderson  <rth@cygnus.com>
11837
11838         * decl.c (init_decl_processing): Set lang_get_alias_set first thing.
11839
11840 2000-06-01  Richard Henderson  <rth@cygnus.com>
11841
11842         * decl2.c (unsupported_options): Fix typo, make const.
11843         (lang_decode_option): Fix bsearch argument order.
11844
11845 2000-06-01  Mark Mitchell  <mark@codesourcery.com>
11846
11847         * init.c (resolve_offset_ref): Remove check for TREE_ADDRESSABLE
11848         on FIELD_DECLs.
11849
11850 Wed May 31 14:09:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11851
11852         * cp-tree.h (c_get_alias_set): Deleted.
11853         * Makefile.in (decl.o): Include ../expr.h.
11854         * decl.c (expr.h): Include.
11855         (init_decl_processing): Call record_component_aliases for arrays.
11856         (grokdeclarator): Likewise.
11857         Set TREE_ADDRESSABLE for fields that aren't bitfields.
11858         * tree.c (build_cplus_array_type_1): Call record_component_aliases.
11859
11860 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
11861
11862         Remove guiding declaration support.
11863         * cp/cp-tree.h (flag_dump_translation_unit): Make it const.
11864         (flag_guiding_decls): Remove.
11865         * call.c (build_user_type_conversion_1): Remove support for
11866         guiding decls.
11867         (build_new_function_call): Likewise.
11868         (build_new_op): Likewise.
11869         (build_new_method_call): Likewise.
11870         * decl.c (start_function): Likewise.
11871         * friend.c (is_friend): Likewise.
11872         (do_friend): Likewise.
11873         * decl2.c ((flag_dump_translation_unit): Make it const.
11874         (flag_guiding_decls): Remove.
11875         (unsupported_options): New variable
11876         (compare_options): New function.
11877         (lang_decode_option): Use them.
11878
11879         * decl.c (build_cp_library_fn): Set DECL_CONTEXT.
11880
11881         * method.c (mangle_expression): Adjust test for legal expression
11882         operators.
11883
11884         * pt.c (instantiate_decl): Save and restore the local
11885         specializations list.
11886
11887 2000-05-30  Jason Merrill  <jason@decepticon.cygnus.com>
11888
11889         * decl.c (grok_reference_init): Pass LOOKUP_ONLYCONVERTING.
11890
11891 2000-05-30  Mark Mitchell  <mark@codesourcery.com>
11892
11893         * call.c (add_template_candidate_real): Handle member template
11894         constructors for classes with virtual bases.
11895         (build_user_type_conversion_1): Use in_charge_arg_for_name.
11896         (build_new_method_call): Use DECL_NONSTATIC_MEMBER_FUNCTION_P.
11897
11898         * ir.texi: Update thunk documentation.
11899
11900         * call.c (joust): Fix handling of overloaded builtin operators.
11901
11902 2000-05-30  Zack Weinberg  <zack@wolery.cumb.org>
11903
11904         * cp-tree.h (DECL_ANTICIPATED): New macro.
11905         Document new use of DECL_LANG_FLAG_7.
11906         * decl.c (builtin_function): Set DECL_ANTICIPATED on builtins
11907         in the user namespace.
11908         * lex.c (do_identifier): If the identifier's declaration has
11909         DECL_ANTICIPATED on, it has not yet been declared.  But do not
11910         replace it with an ordinary implicit declaration.
11911
11912         * tinfo2.cc: Include stdlib.h.
11913
11914 2000-05-29  Mark Mitchell  <mark@codesourcery.com>
11915
11916         * cp-tree.h (CLASSTYPE_ALIGN_UNIT): New macro.
11917         * class.c (layout_empty_base): Use CLASSTYPE_ALIGN_UNIT, not
11918         CLASSTYPE_ALIGN.
11919
11920 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
11921
11922         * decl2.c (lang_decode_option): Use skip_leading_substring instead
11923         of plain strncmp.
11924
11925 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
11926
11927         * operators.def (<?): Duplicated, should have been...
11928         (>?): this.  Fixed.
11929
11930 2000-05-27  Alex Samuel    <samuel@codesourcery.com>
11931             Mark Mitchell  <mark@codesourcery.com>
11932
11933         * cp-tree.h (ansi_opname): Make it a macro.
11934         (ansi_assopname): Likewise.
11935         (struct lang_decl_flags): Add assignment_operator_p.
11936         (struct lang_decl): Add operator_code.
11937         (DECL_VTT_PARM): Adjust.
11938         (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an
11939         overloaded operator.
11940         (SET_OVERLOADED_OPERATOR_CODE): New macro.
11941         (DECL_ASSIGNMENT_OPERATOR_P): New macro.
11942         (DECL_ARRAY_DELETE_OPERATOR_P): Adjust.
11943         (opname_tab): Remove.
11944         (assignop_tab): Likewise.
11945         (operator_name_info_t): New type.
11946         (operator_name_info): New variable.
11947         (assignment_operator_name_info): Likewise.
11948         (build_cp_library_fn): Remove declaration.
11949         (push_cp_library_fn): Likewise.
11950         (operator_name_string): Likewise.
11951         (build_decl_overload): Likewise.
11952         * call.c (print_z_candidates): Simplify.
11953         (build_object_call): Adjust usage of ansi_opname.  Use
11954         DECL_OVERLOADED_OPERATOR_P.
11955         (op_error): Adjust operator name lookup.
11956         (build_conditional_expr): Adjust usage of ansi_opname.
11957         (build_new_op): Likewise.
11958         (build_op_delete_call): Likewise.
11959         (build_over_call): Likewise.
11960         (joust): Use DECL_OVERLOADED_OPERATOR_P.
11961         * decl.c (duplicate_decls): Copy operator_code.
11962         (init_decl_processing): Adjust parameters to push_cp_library_fn.
11963         (builtin_function): Adjust parameters to build_library_fn_1.
11964         (build_library_fn_1): Accept an overloaded operator code.
11965         (build_library_fn): Pass ERROR_MARK.
11966         (build_cp_library_fn): Accept an overloaded operator code.
11967         (push_cp_library_fn): Likewise.
11968         (grokfndecl): Tweak.
11969         (grokdeclarator): Simplify code to compute names of overloaded
11970         operators.  Adjust use of ansi_opname.
11971         (ambi_op_p): Work on tree_codes, not identifiers.
11972         (unary_op_p): Likewise.
11973         (grok_op_properties): Likewise.
11974         (start_function): Use DECL_OVERLOADED_OPERATOR_P.
11975         (lang_mark_tree): Don't try to mark the operator_code.
11976         * decl2.c (grok_function_init): Use DECL_OVERLOADED_OPERATOR_P.
11977         * error.c (dump_decl): Remove special handling for operator
11978         names.
11979         (dump_function_name): Likewise.
11980         (dump_expr): Adjust name lookup of operators.
11981         (op_to_string): Simplify.
11982         (assop_to_string): Likewise.
11983         * init.c (build_new_1): Adjust use of ansi_opname.
11984         * lex.c (opname_tab): Remove.
11985         (assignop_tab): Likewise.
11986         (ansi_opname): Likewise.
11987         (ansi_assopname): Likewise.
11988         (operator_name_string): Likewise.
11989         (reinit_lang_specific): Likewise.
11990         (operator_name_info): New variable.
11991         (assignment_operator_name_info): Likewise.
11992         (init_operators): New function.
11993         (init_parse): Use it.
11994         (do_identifier): Adjust use of ansi_opname.
11995         * method.c (mangle_expression): Don't use ansi_opname for
11996         mangling.
11997         (build_decl_overload_real): Use DECL_OVERLOADED_OPERATOR_P.
11998         (build_decl_overload): Remove.
11999         (build_typename_overload): Use OPERATOR_TYPENAME_FORMAT directly.
12000         (do_build_assign_ref): Adjust use of ansi_opname.
12001         (synthesize_method): Likewise.
12002         (implicitly_declare_fn): Likewise.
12003         * operators.def: New file.
12004         * parse.y (operator): Adjust use of ansi_opname.
12005         * pt.c (tsubst_decl): Use IDENTIFIER_OPNAME_P.
12006         (set_mangled_name_for_template_decl): Don't play games with
12007         current_namespace.
12008         (special_function_p): Adjust use of ansi_opname.
12009         * typeck.c (check_return_expr): Likewise.
12010         * Make-lang.in (cc1plus): Depend on operators.def.
12011         * Makefile.in (lex.o): Likewise.
12012         (decl.o): Likewise.
12013
12014 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
12015
12016         * Make-lang.in (cplib2.ready): Eradicate.
12017
12018 Sat May 27 11:25:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12019
12020         * method.c (mangle_expression): Use TREE_CODE_LENGTH.
12021         * tree.c (break_out_calls, build_min_nt): Use TREE_CODE_LENGTH.
12022         (built_min, cp_tree_equal): Likewise.
12023
12024 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
12025
12026         * class.c (layout_nonempty_base_or_field): Replace
12027         `record_layout_info' with `record_layout_info_s'.
12028
12029 2000-05-26  Jason Merrill  <jason@casey.soma.redhat.com>
12030
12031         Fix goto checking.
12032         * cp-tree.h (struct language_function): x_named_labels is now
12033         a struct named_label_list*.
12034         * decl.c (struct named_label_use_list): Renamed from...
12035         (struct named_label_list): ...this.  New struct.
12036         (push_binding_level): Don't set eh_region.
12037         (note_level_for_eh): New fn.
12038         (pop_label): Take label and old value directly.
12039         (pop_labels): Adjust for new named_labels format.
12040         (lookup_label): Likewise.
12041         (poplevel): Note characteristics of a binding level containing a
12042         named label.  Mess with named label lists earlier.
12043         (mark_named_label_lists): New fn.
12044         (mark_lang_function): Call it.
12045         (use_label): New fn, split out from...
12046         (make_label_decl): ...here.  Don't call it.
12047         (decl_jump_unsafe, check_previous_goto, check_previous_goto_1,
12048         check_previous_gotos): New fns, split out from...
12049         (define_label): ...here.
12050         (check_switch_goto): New fn.
12051         (define_case_label): Call it.
12052         (check_goto): New fn.
12053         * semantics.c (finish_goto_stmt): Call it and use_label.
12054         (begin_compound_stmt): If we're a try block, call note_level_for_eh.
12055         (expand_stmt): Never pass 1 as DONT_JUMP_IN to expand_end_bindings.
12056
12057 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
12058
12059         * class.c (build_vtable_entry_ref): Correct usage of
12060         get_vtbl_decl_for_binfo.
12061
12062         * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
12063         * method.c (implicitly_declare_fn): Not here.
12064
12065 2000-05-26  Nathan Sidwell  <nathan@codesourcery.com>
12066
12067         * cp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...
12068         (CPTI_PTMD_DESC_TYPE): ... here.
12069         (ptmd_desc_type_node): Rename to ...
12070         (ptm_desc_type_node): ... here.
12071         * decl.c: Likewise.
12072         * rtti.c (ptmd_initializer): Rename to ...
12073         (ptm_initializer): ... here.
12074         (sythesize_tinfo_var): Adjust. Deal with pointer to member
12075         function.
12076         (create_tinfo_types): Adjust.
12077
12078 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
12079
12080         Finish implementation of VTTs.
12081         * cp-tree.h (cp_tree_index): Add CPTI_VTT_PARM_TYPE and
12082         CPTI_VTT_PARM_IDENTIFIER.
12083         (vtt_parm_identifier): New macro.
12084         (vtt_parm_type): Likewise.
12085         (BINFO_SUBVTT_INDEX): Likewise.
12086         (BINFO_VPTR_INDEX): Likewise.
12087         (struct lang_decl): Add vtt_parm.
12088         (DECL_VTT_PARM): New macro.
12089         (DECL_USE_VTT_PARM): Likewise.
12090         (DECL_NEEDS_VTT_PARM_P): Likewise.
12091         (get_vtt_name): Declare.
12092         (build_artificial_parm): Likewise.
12093         (fixup_all_virtual_upcast_offsets): Likewise.
12094         (expand_indirect_vtbls_init): Remove.
12095         * call.c (build_new_method_call): Pass the vtt to subobject
12096         constructors and destructors.
12097         * class.c (get_vtt_name): Give it external linkage.
12098         (build_clone): Handle the magic VTT parameters for clones.
12099         (clone_function_decl): Fix typo in comment.
12100         (build_vtt): Keep track of the indices in the VTTs where various
12101         entities are stored.
12102         (build_vtt_inits): Likewise.
12103         (dfs_build_vtt_inits): Likewise.
12104         (build_ctor_vtbl_group): Tweak type of construction vtables.
12105         (dfs_accumulate_vtbl_inits): Build vtables for all bases, even
12106         primary bases, when building construction vtables.
12107         * decl.c (duplicate_decls): Handle DECL_VTT_PARM.
12108         (initialize_predefined_identifiers): Add vtt_parm_identifier.
12109         (init_decl_processing): Initialize vtt_parm_type.
12110         (grokfndecl): Use DECL_OVERLOADED_OPERATOR_P.
12111         (lang_mark_tree): Make vtt_parm.
12112         * decl2.c (build_artificial_parm): New function.
12113         (maybe_retrofit_in_chrg): Use it.  Add VTT parameters.
12114         (grokclassfn): Use build_artificial_parm.
12115         * init.c (initialize_vtbl_ptrs): Call
12116         fixup_all_virtual_upcast_offsets directly.
12117         (perform_member_init): Use the complete subobject destructor for
12118         member cleanups.
12119         (build_vtbl_address): New function.
12120         (expand_virtual_init): Handle VTTs.
12121         * optimize (maybe_clone_body): Likewise.
12122         * search.c (fixup_all_virtual_upcast_offsets): Give it external
12123         linkage.
12124         (expand_indirect_vtbls_init): Remove.
12125         * semantics.c (setup_vtbl_ptr): Fix typos in comment.
12126         * tree.c (make_binfo): Make them bigger.
12127
12128 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
12129
12130         * inc/cxxabi.h (__pbase_type_info): Define, based on
12131         __pointer_type_info.
12132         (__pointer_type_info): Derive from __pbase_type_info. Adjust.
12133         (__pointer_to_member_type_info): Likewise.
12134         * tinfo2.cc (__pbase_type_info::~__pbase_type_info): Implement.
12135         (__pointer_to_member_type_info::__is_pointer_p): Remove.
12136         (__pointer_type_info::__do_catch): Rename to ...
12137         (__pbase_type_info::__do_catch): ... here. Adjust.
12138         (__pbase_type_info::__pointer_catch): Implement.
12139         (__pointer_type_info::__pointer_catch): Adjust.
12140         (__pointer_to_member_type_info::__pointer_catch): Adjust.
12141
12142 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
12143
12144         * tinfo.h (__user_type_info::contained_virtual_p): New
12145         predicate.
12146         * tinfo.cc (__user_type_info::do_upcast): Fix bug with diamond
12147         shaped hierarchy.
12148         (__vmi_class_type_info::__do_upcast): Fix bug with NULL pointer to
12149         diamond shaped hierarchy. Add early out for mixed diamond and
12150         duplicate shaped hierarchy.
12151
12152 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
12153
12154         * cp-tree.h (build_delete): Change prototype.
12155         (build_vec_delete): Likewise.
12156         * call.c (build_scoped_method_call): Use special_function_kind
12157         values to indicate the kind of destruction to be done.
12158         (build_method_call): Likewise.
12159         * decl.c (finish_destructor_body): Likewise.
12160         (maybe_build_cleanup_1): Likewise.  Rename to ...
12161         (maybe_build_cleanup): ... this.
12162         * decl2.c (delete_sanity): Use special_function_kind
12163         values to indicate the kind of destruction to be done.
12164         (build_cleanup): Likewise.
12165         * init.c (perform_member_init): Likewise.
12166         (build_vec_delete_1): Likewise.
12167         (build_dtor_call): Simplify.
12168         (build_delete): Use special_function_kind
12169         values to indicate the kind of destruction to be done.
12170         (build_vbase_delete): Likewise.
12171         (build_vec_delete): Likewise.
12172
12173         * init.c (sort_member_init): Fix typo in error message generation
12174         code.
12175
12176 Mon May 15 11:46:29 2000  Donald Lindsay  <dlindsay@cygnus.com>
12177
12178         * semantics.c (begin_class_definition): make the packed
12179         attribute be sensitive to the "-fpack-struct" command line flag
12180
12181 2000-05-24  Nathan Sidwell  <nathan@codesourcery.com>
12182
12183         Update new-abi upcast algorithm.
12184         * inc/cxxabi.h (__class_type_info::__do_upcast): Change
12185         prototype and meaning of return value.
12186         (__si_class_type_info::__do_upcast): Likewise.
12187         (__vmi_class_type_info::__do_upcast): Likewise.
12188         * tinfo.cc (__class_type_info::__upcast_result): Replace
12189         whole2dst with part2dst. Adjust ctor.
12190         (__class_type_info::__do_upcast): Adjust call of worker function.
12191         (__class_type_info::__do_upcast): Adjust.
12192         (__si_class_type_info::__do_upcast): Adjust. Use parent's
12193         __do_upcast.
12194         (__vmi_class_type_info::__do_upcast): Likewise. Fix private
12195         virtual base in diamond hierarchy bug.
12196
12197 2000-05-23  Mark Mitchell  <mark@codesourcery.com>
12198
12199         * cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable
12200         and bitfield to tinfo_fn_p.
12201         (DECL_TINFO_FN_P): Adjust.
12202         (SET_DECL_TINFO_FN_P): Likewise.
12203         (DECL_MUTABLE_P): Likewise.
12204         (DECL_C_BIT_FIELD): Likewise.
12205         (SET_DECL_C_BIT_FIELD): Likewise.
12206         (CLEAR_DECL_C_BIT_FIELD): Likewise.
12207         (DECL_UNINLINABLE): Likewise.
12208         * class.c (alter_access): Call retrofit_lang_decl if ncessary.
12209         (handle_using_decl): Remove assertion.
12210         (build_vtbl_or_vbase_field): Use build_decl, not build_lang_decl,
12211         to build FIELD_DECLs.
12212         (build_base_field): Likewise.
12213         (layout_class_type): Likewise.
12214         * decl.c (init_decl_processing): Likewise.
12215         (build_ptrmemfunc_type): Likewise.
12216         (grokdeclarator): Likewise.
12217         * decl2.c (grok_x_components): Likewise.
12218         * except.c (call_eh_info): Likewise.
12219         * init.c (init_init_processing): Likewise.
12220         * rtti.c (expand_class_desc): Likewise.
12221         (create_pseudo_type_info): Likewise.
12222         (get_vmi_pseudo_type_info): Likewise.
12223         (create_tinfo_types): Likewise.
12224         * ptree.c (print_lang_decl): Adjust.
12225         * typeck.c (build_component_ref): Don't check DECL_LANG_SPECIFIC
12226         before checking DECL_MUTABLE_P.
12227
12228         * decl2.c (maybe_retrofit_in_chrg): Don't create in-charge
12229         parameters for template functions.
12230         * pt.c (tsubst_decl): Make sure we call maybe_retrofit_in_chrg for
12231         destructors as well as constructors.
12232
12233 2000-05-22  Mark Mitchell  <mark@codesourcery.com>
12234
12235         * class.c (build_ctor_vtbl_group): Set inits.
12236         * optimize.c (maybe_clone_body): Set DECL_INLINE and
12237         DECL_THIS_INLINE appropriately for clones.
12238
12239         * cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.
12240         (DECL_CONV_FN_P): Simplify.
12241         (DECL_OPERATOR): Remove.
12242         (language_to_string): Declare.
12243         * decl.c (duplicate_decls): Fix typo in comment.
12244         (grokdeclarator): Adjust use of IDENTIFIER_TYPENAME_P.
12245         (grok_op_properties): Use DECL_CONV_FN_P instead of
12246         IDENTIFIER_TYPENAME_P.
12247         * dump.c (dequeue_and_dump): Dump the language linkage of
12248         declarations.
12249         * error.c (language_to_string): Give it external linkage.
12250         * method.c (build_typename_overload): Set IDENTIFIER_TYPENAME_P.
12251         (implicitly_declare_fn): Set DECL_LANGUAGE.
12252         * pt.c (check_explicit_specialization): Use DECL_CONV_FN_P, not
12253         IDENTIFIER_TYPENAME_P.
12254         (tsubst_decl): Likewise.
12255         (tsubst_copy): Adjust use of IDENTIFIER_TYPENAME_P.
12256         * semantics.c (finish_member_declaration): Don't mark members of
12257         classes declared in an extern "C" region as extern "C".
12258
12259 2000-05-22  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12260
12261         * decl2.c (qualified_lookup_using_namespace): Look through
12262         namespace aliases.
12263
12264         * decl.c (push_using_decl): Return the old decl on namespace level.
12265
12266 2000-05-21  Mark Mitchell  <mark@codesourcery.com>
12267
12268         * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity checks.
12269         (VTT_NAME_PREFIX): New macro.
12270         (CTOR_VTBL_NAME_PREFIX): Likewise.
12271         (get_ctor_vtbl_name): New function.
12272         * class.c (get_vtable_name): Simplify.
12273         (get_vtt_name): New function.
12274         (get_vtable_decl): Don't set IDENTIFIER_GLOBAL_VALUE.
12275         (dfs_mark_primary_bases): Update the CLASSTYPE_VBASECLASSES list
12276         when a virtual base becomes primary.
12277         (finish_struct_1): Set CLASSTYPE_VFIELDS a little earlier.  Build
12278         VTTs.
12279         (finish_vtbls): Adjust calls to accumulate_vtbl_inits to pass in
12280         additional parameters.
12281         (dfs_finish_vtbls): Don't clear BINFO_NEW_VTABLE_MARKED.
12282         (initialize_array): New function.
12283         (build_vtt): Likewise.
12284         (build_vtt_inits): Likewise.
12285         (dfs_build_vtt_inits): Likewise.
12286         (dfs_fixup_binfo_vtbls): Likewise.
12287         (build_ctor_vtbl_group): Likewise.
12288         (initialize_vtable): Use initialize_array.
12289         (accumulate_vtbl_inits): Reimplement to handle construction
12290         vtables.
12291         (dfs_accumulate_vtbl_inits): Likewise.
12292         (bulid_vtbl_initializer): Adjust parameter name.
12293         * method.c (build_typename_overload): Remove #if 0'd code.
12294         (get_ctor_vtbl_name): New function.
12295         * search.c (dfs_walk_real): Use BINFO_N_BASETYPES.
12296         (init_vbase_pointers): Don't mess with the TREE_CHAIN of a binfo.
12297
12298         * cp-tree.h (struct lang_type): Remove search_slot.
12299         (CLASSTYPE_SEARCH_SLOT): Remove.
12300         (emit_base_init): Change prototype.
12301         (initialize_vtbl_ptrs): Likewise.
12302         (expand_indirect_vtbls_init): Likewise.
12303         (clear_search_slots): Remove.
12304         * decl.c (lang_mark_tree): Don't mark search_slot.
12305         * init.c (initialize_vtbl_ptrs): Simplify.
12306         (emit_base_init): Likewise.
12307         * search.c (struct vbase_info): Document decl_ptr.
12308         (convert_pointer_to_single_level): Remove.
12309         (dfs_find_vbases): Remove.
12310         (dfs_init_base_pointers): Simplify.
12311         (dfs_clear_vbase_slots): Remove.
12312         (dfs_vtable_path_unmark): New function.
12313         (init_vbase_pointers): Simplify.
12314         (expand_upcast_fixups): Don't rely on CLASSTYPE_SEARCH_SLOT.
12315         (expand_indirect_vtbls_init): Simplify.  Don't call
12316         mark_all_temps_used.
12317         * semantics.c (setup_vtbl_ptr): Adjust calls to emit_base_init and
12318         initialize_vtbl_ptrs.
12319
12320 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
12321
12322         * except.c: Add static prototypes.
12323
12324 2000-05-20  H.J. Lu  <hjl@gnu.org>
12325
12326         * Make-lang.in (cplib2.ready): Also depend on cc1plus$(exeext).
12327
12328 2000-05-19  Mark Mitchell  <mark@codesourcery.com>
12329
12330         Don't create a separate copy of virtual bases for the
12331         CLASSTYPE_VBASECLASSES list.
12332         * cp-tree.h (CLASSTYPE_VBASECLASSES): Change documentation.
12333         (BINFO_FOR_VBASE): Remove.
12334         (CANONICAL_BINFO): Adjust.
12335         (binfo_for_vbase): New function.
12336         * class.c (build_vbase_pointer_fields): Use binfo_for_vbase
12337         instead of BINFO_FOR_VBASE.
12338         (build_vbase_pointer): Likewise.
12339         (build_secondary_vtable): Likewise.
12340         (dfs_mark_primary_bases): Likewise.
12341         (mark_primary_bases): Likewise.
12342         (layout_nonempty_base_or_field): Likewise.
12343         (dfs_set_offset_for_shared_vbases): Likewise.
12344         (dfs_set_offset_for_unshared_vbases): Likewise.
12345         (layout_virtual_bases): Likewise.  Adjust for changes to the
12346         CLASSTYPE_VBASECLASSES list.
12347         (dump_class_hierarchy_r): Use binfo_for_vbase
12348         instead of BINFO_FOR_VBASE.
12349         (dump_class_hierarchy): Likewise.
12350         (finish_vtbls): Likewise.
12351         (build_vtbl_initializer): Adjust for changes to the
12352         CLASSTYPE_VBASECLASSES list.
12353         (build_vbase_offset_vtbl_entries): Use binfo_for_vbase.
12354         * decl.c (finish_destructor_body): Adjust for changes to the
12355         CLASSTYPE_VBASECLASSES list.
12356         * init.c (sort_base_init): Use binfo_for_vbase.
12357         (construct_virtual_bases): Adjust for changes to the
12358         CLASSTYPE_VBASECLASSES list.
12359         (expand_member_init): Use binfo_for_vbase.
12360         (build_vbase_delete):  Adjust for changes to the
12361         CLASSTYPE_VBASECLASSES list.
12362         * method.c (do_build_copy_constructor): Likewise.
12363         * rtti.c (get_base_offset): Use binfo_for_vbase.
12364         (expand_class_desc): Remove #if 0'd code.
12365         * search.c (struct vbase_info): Remove vbase_types.
12366         (get_base_distance):  Use binfo_for_vbase.
12367         (lookup_field_queue_p): Use CANONICAL_BINFO.
12368         (get_shared_vbase_if_not_primary): Use binfo_for_vbase.
12369         (get_pure_virtuals): Adjust for changes to the
12370         CLASSTYPE_VBASECLASSES list.
12371         (dfs_find_vbases): Use binfo_for_vbase.
12372         (dfs_init_vbase_pointers): Likewise.
12373         (init_vbase_pointers): Don't initialize vi.vbase_types.
12374         (virtual_context): Use binfo_for_vbase.
12375         (fixup_all_virtual_upcast_offsets): Adjust for changes to the
12376         CLASSTYPE_VBASECLASSES list.
12377         (expand_indirect_vtbls_init): Simplify.
12378         (dfs_get_vbase_types): Don't replicate virtual bases.
12379         (find_vbase_instance): Use binfo_for_vbase.
12380         (binfo_for_vbase): New function.
12381         * typeck.c (get_delta_difference): Use binfo_for_vbase.
12382
12383 2000-05-17  Mark Mitchell  <mark@codesourcery.com>
12384
12385         * decl2.c (finish_anon_union): Generalize error messages to handle
12386         anonymous structures.
12387         * init.c (perform_member_init): Remove `name' parameter.
12388         (build_field_list): New function.
12389         (sort_member_init): Handle anonymous union initialization order
12390         correctly.  Check for multiple initializations of the same union.
12391         (emit_base_init): Don't look up fields by name here.
12392         (expand_member_init): Record the result of name lookup for future
12393         reference.
12394         * typeck.c (build_component_ref): Fix formatting.
12395
12396 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12397
12398         * decl.c (pop_label): Replace warn_unused with warn_unused_label.
12399         * typeck.c (build_x_compound_expr): Replace warn_unused with
12400         warn_unused_value.
12401
12402         * decl2.c (lang_decode_option): Update -Wall unused flags by
12403         calling set_Wunused.
12404
12405 2000-05-16  Mark Mitchell  <mark@codesourcery.com>
12406
12407         * cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation.
12408         * init.c (dfs_vtable_path_unmark): Remove.
12409         * search.c (marked_new_vtable_p): Likewise.
12410         (unmarked_new_vtable_p): Likewise.
12411         (dfs_search_slot_nonempty_p): Likewise.
12412         (dfs_mark): Likewise.
12413         (dfs_vtable_path_unmark): Likewise.
12414         (dfs_find_vbases): Don't set BINFO_NEW_VTABLE_MARKED.
12415         (dfs_int_vbase_pointers): Don't clear BINFO_VTABLE_PATH_MARKED.
12416         (dfs_init_vbase_pointers): Remove special-case new ABI code.
12417         (dfs_clear_vbase_slots): Don't clear BINFO_NEW_VTABLE_MARKED.
12418         (init_vbase_pointers): Simplify.
12419         (expand_indirect_vtbls_init): Likewise.
12420
12421         * class.c (copy_virtuals): New function.
12422         (build_primary_table): Use it.
12423         (build_secondary_vtable): Likewise.
12424         (modify_vtable_entry): Use NULL_TREE, not integer_zero_node, to
12425         indicate that no vcall offset is required.
12426         (add_virtual_function): Likewise.
12427         (modify_all_vtables): Likewise.
12428         (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
12429         (dfs_accumulate_vtbl_inits): Likewise.
12430         (build_vtbl_initializer): Make changes to handle construction
12431         vtables.
12432         (dfs_build_vcall_offset_vtbl_entries): Likewise.
12433         (build_rtti_vtbl_entries): Likewise.
12434         (build_vtable_entries): Handle a NULL vcall_index.
12435
12436 2000-05-15  Gabriel Dos Reis  <gdr@codesourcery.com>
12437
12438         * decl2.c (lang_decode_option): Fix thinko.
12439
12440 2000-05-14  Jason Merrill  <jason@casey.cygnus.com>
12441
12442         * except.c (check_handlers): New fn.
12443         * cp-tree.h: Declare it.
12444         * semantics.c (finish_handler_sequence): Call it.
12445         (finish_function_handler_sequence): Likewise.
12446         (finish_handler_parms): Set TREE_TYPE on the handler.
12447         * cp-tree.h (PUBLICLY_UNIQUELY_DERIVED_P): New macro.
12448         * search.c (get_base_distance_recursive): If protect>1, ignore
12449         special access.
12450         (get_base_distance): Don't reduce watch_access.
12451
12452 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
12453
12454         * lex.c: #include diagnostic.h.
12455         (lang_init_options): Set default prefixing rules.
12456
12457         * lang-options.h: Add -fdiagnostics-show-location=.
12458
12459         * decl2.c: #include diagnostic.h.
12460         (lang_decode_option): Handle -fdiagnostics-show-location=.
12461
12462 2000-05-12  Nathan Sidwell  <nathan@codesourcery.com>
12463
12464         * tinfo.cc: Revert my 2000-05-08 and 2000-05-07 changes.
12465         * vec.cc: Revert my 2000-05-07 change.
12466
12467 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
12468
12469         * class.c (check_field_decls): Complain about non-static data
12470         members with same name as class in class with constructor.
12471
12472 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
12473
12474         * decl.c (grokdeclarator): Allow non-static data members with
12475         same name as class.
12476
12477 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
12478
12479         * cp-tree.h: Constify tree_srcloc.filename, tinst_level.file,
12480         and pending_inline.filename.  Update prototypes.
12481         * decl.c (define_label): Constify filename parameter.
12482         * decl2.c (warn_if_unknown_interface): Constify local char *.
12483         * input.c Constify input_source.filename. Don't declare
12484         input_filename or lineno.  Constify filename parameter to feed_input.
12485         * lex.c (init_parse): Constify parameter and return value.
12486         (cp_pragma_interface, cp_pragma_implementation): Constify
12487         filename argument.
12488         (reinit_parse_for_method, reinit_parse_for_block,
12489         reinit_parse_for_expr, feed_defarg, handle_cp_pragma):
12490         Constify local char *.
12491         * pt.c: Don't declare lineno or input_filename.
12492         (print_template_context, tsubst_friend_function, tsubst_decl,
12493         tsubst, instantiate_decl): Constify local char *.
12494         * semantics.c (expand_body): Constify local char *.
12495         * tree.c (build_srcloc): Constify filename parameter.
12496         * typeck.c (c_expand_asm_operands): Constify filename
12497         parameter.
12498
12499 2000-05-08  Nathan Sidwell  <nathan@codesourcery.com>
12500
12501         * tinfo.cc (__dynamic_cast): Use a reinterpret_cast. Fix
12502         offsetof expansion.
12503
12504 2000-05-08  Branko Cibej  <branko.cibej@hermes.si>
12505
12506         * inc/cxxabi.h:  Fix typos in comment.
12507         (__base_class_info::__offset): Use a static_cast.
12508
12509 2000-05-07  Nathan Sidwell  <nathan@codesourcery.com>
12510
12511         * inc/cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place
12512         of std::size_t and std::ptrdiff_t respectively.
12513         * tinfo.cc: Likewise.
12514         * vec.cc: Likewise.
12515
12516 2000-05-06  Richard Henderson  <rth@cygnus.com>
12517
12518         * typeck.c (build_c_cast): Don't warn integer->pointer size
12519         mismatch for constants.
12520
12521 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
12522
12523         * rtti.c (ptmd_initializer): Set non-public, if class is
12524         incomplete.
12525
12526         * inc/cxxabi.h (__dynamic_cast): Explicitly say extern "C++".
12527         (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
12528         __cxa_vec_delete): Likewise.
12529         * tinfo.cc (__dynamic_cast): Likewise.
12530         * vec.cc (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
12531         __cxa_vec_delete): Likewise.
12532
12533 2000-05-04  Mark Mitchell  <mark@codesourcery.com>
12534
12535         * cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
12536         (SET_FNADDR_FROM_VTABLE_ENTRY): Likewise.
12537         (lang_decl_flags): Add vcall_offset.
12538         (THUNK_VCALL_OFFSET): Use it.
12539         * decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk.
12540         * method.c (make_thunk): Create the lang_decl here, not in
12541         emit_thunk.
12542         (emit_thunk): Make generic thunks into ordinary functions once
12543         they have been fed to expand_body.
12544         * semantics.c (expand_body): Set current_function_is_thunk here.
12545
12546 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12547
12548         * class.c (update_vtable_entry_for_fn): Prototype.
12549
12550         * pt.c (tsubst_decl): Initialize variables `argvec', `gen_tmpl'
12551         and `tmpl'.
12552
12553         * search.c (dfs_build_inheritance_graph_order): Prototype.
12554
12555 2000-05-04  Mark Mitchell  <mark@codesourcery.com>
12556
12557         * cp-tree.h (special_function_kind): Add various kinds of
12558         destructors.
12559         (special_function_p): New function.
12560         * class.c (overrides): Don't let one kind of destructor override
12561         another.
12562         * decl2.c (mark_used): Use DECL_NON_THUNK_FUNCTION_P when deciding
12563         whether or not to instantiate a template.
12564         * tree.c (special_function_p): Define.
12565
12566 2000-05-03  Mark Mitchell  <mark@codesourcery.com>
12567
12568         * cp-tree.def (THUNK_DECL): Remove.
12569         * cp-tree.h (DECL_THUNK_P): New macro.
12570         (DECL_NON_THUNK_FUNCTION_P): Likewise.
12571         (DECL_EXTERN_C_FUNCTION_P): Likewise.
12572         (SET_DECL_THUNK_P): Likewise.
12573         (DELTA_FROM_VTABLE_ENTRY): Use DECL_THUNK_P.
12574         (FNADDR_FROM_VTABLE_ENTRY): Likewise.
12575         (DECL_MAIN_P): Use DECL_EXTERN_C_FUNCTION_P.
12576         * decl.c (decls_match): Use DECL_EXTERN_C_P.
12577         (duplicate_decls): Likewise.
12578         (pushdecl): Likewise.  Adjust thunk handling.
12579         (grokfndecl): Use DECL_EXTERN_C_P.
12580         * decl2.c (mark_vtable_entries): Use DECL_THUNK_P.
12581         * dump.c (dequeue_and_dump): Remove THUNK_DECL handling.
12582         * except.c (nothrow_libfn_p): Use DECL_EXTERN_C_P.
12583         * expr.c (cplus_expand_expr): Remove THUNK_DECL handling.
12584         * method.c (make_thunk): Use SET_DECL_THUNK_P.  Set
12585         DECL_NO_STATIC_CHAIN.
12586         (emit_thunk): Don't play games with TREE_CODE on thunks.  Don't
12587         set DECL_DESTRUCTOR_P or DECL_CONSTRUCTOR_P on a thunk.
12588         * search.c (covariant_return_p): Remove THUNK_DECL handling.
12589         * ir.texi: Update.
12590
12591 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
12592
12593         * tree.c (walk_tree): Set lineno.
12594
12595 2000-05-01  Mark Mitchell  <mark@codesourcery.com>
12596
12597         * exception.cc: Update license notice.
12598         * new.cc: Likewise.
12599         * new1.cc: Likewise.
12600         * new2.cc: Likewise.
12601         * tinfo.cc: Likewise.
12602         * tinfo2.cc: Likewise.
12603         * vec.cc: Likewise.
12604         * inc/cxxabi.h: Likewise.
12605         * inc/exception: Likewise.
12606         * inc/new: Likewise.
12607         * inc/new.h: Likewise.
12608         * inc/typeinfo: Likewise.
12609
12610 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
12611
12612         * tree.c (build_target_expr_with_type): If we already have a
12613         TARGET_EXPR, just return it.
12614
12615         * optimize.c (initialize_inlined_parameters): Don't generate an
12616         EXPR_STMT if we can just use DECL_INITIAL.
12617         * decl.c (emit_local_var): Only make the initialization a
12618         full-expression if stmts_are_full_exprs_p.
12619
12620 2000-05-01  Mark Mitchell  <mark@codesourcery.com>
12621
12622         * cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New
12623         macro.
12624         * call.c (standard_conversion): Use it.
12625         (direct_reference_binding): Likewise.
12626         (build_over_call): Likewise.
12627         (is_properly_derived_from): Likewise.
12628         (compare_ics): Likewise.
12629         * class.c (resolves_to_fixed_type_p): Likewise.
12630         * optimize.c (declare_return_variable): Likewise.
12631         * pt.c (is_specialization_of): Likewise.
12632         (unify): Likewise.
12633         * typeck.c (comp_target_parms): Likeiwse.
12634         (build_static_cast): Likewise.
12635         (build_reinterpret_cast): Likewise.
12636         (build_const_cast): Likewise.
12637         (comp_ptr_ttypes_real): Likewise.
12638         (comp_ptr_ttypes_const): Likewise.
12639         * typeck2.c (process_init_constructor): Likewise.
12640
12641 2000-04-30  Scott Snyder <snyder@fnal.gov>
12642
12643         * decl.c (finish_destructor_body): Use the base destructor when
12644         destroying virtual bases.
12645
12646 2000-04-30  Mark Mitchell  <mark@codesourcery.com>
12647
12648         * expr.c (cplus_expand_expr): Preserve temporaries when expanding
12649         STMT_EXPRs.
12650         * optimize.c (struct inline_data): Add target_exprs field.
12651         (declare_return_variable): When a function returns an aggregate,
12652         use the variable declared in the TARGET_EXPR as the remapped
12653         DECL_RESULT.
12654         (expand_call_inline): Update the pending target_exprs stack.
12655         (optimize_function): Initialize the stack.
12656
12657         * decl2.c (finish_file): Fix typo in comment.
12658
12659         * method.c (emit_thunk): Don't try to return a `void' value.
12660
12661         * optimize.c (initialize_inlined_parameters): If the parameter is
12662         addressable, we need to make a new VAR_DECL, even if the
12663         initializer is constant.
12664
12665 2000-04-28  Cosmin Truta  <cosmint@cs.ubbcluj.ro>
12666
12667         * decl.c (grok_op_properties): Add an extra check of argtypes.
12668
12669 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
12670
12671         * optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying
12672         variables.
12673         (initialize_inlined_parameters): Try to avoid creating new
12674         VAR_DECLs.
12675
12676 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
12677
12678         * lex.c (my_get_run_time): Remove.
12679         (init_filename_times): Use get_run_time instead of my_get_run_time.
12680         (check_newline): Likewise.
12681         (dump_time_statistics): Likewise.
12682         * decl2.c (finish_file): Push and pop timevar TV_VARCONST instead
12683         of computing elapsed time explicitly.
12684
12685 2000-04-26  Mark Mitchell  <mark@codesourcery.com>
12686
12687         * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
12688         * init.c (decl_constant_value): Check TREE_READONLY_DECL_P.
12689         * call.c (convert_like_real): Don't test TREE_READONLY_DECL_P
12690         before calling decl_constant_value.
12691         * class.c (check_bitfield_decl): Likewise.
12692         * cvt.c (ocp_convert): Likewise.
12693         (convert): Likewise.
12694         * decl.c (compute_array_index_type): Likewise.
12695         (build_enumerator): Likewise.
12696         * decl2.c (check_cp_case_value): Likewise.
12697         * pt.c (convert_nontype_argument): Likewise.
12698         (tsubst): Likewise.
12699         * typeck.c (decay_conversion): Likewise.
12700         (build_compound_expr): Likewise.
12701         (build_reinterpret_cast): Likewise.
12702         (build_c_cast): Likewise.
12703         (convert_for_assignment): Likewise.
12704
12705 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
12706
12707         * decl.c (finish_function): Don't play games with DECL_INLINE.
12708
12709 2000-04-25  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
12710
12711         * ir.texi: Correct typo.
12712
12713 2000-04-25  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12714
12715         * decl.c (grokdeclarator): Reject VLAs as members.
12716
12717 2000-04-24  Gabriel Dos Reis  <gdr@codesourcery.com>
12718
12719         * call.c (standard_conversion): Accept conversion between
12720         COMPLEX_TYPEs.
12721
12722         * cvt.c (ocp_convert): Handle conversion to COMPLEX_TYPE.
12723
12724 2000-04-24  Zack Weinberg  <zack@wolery.cumb.org>
12725
12726         * decl2.c (finish_file): Remove double setup for accounting
12727         compile time.
12728
12729 2000-04-24  Robert Lipe <robertlipe@usa.net>
12730
12731         * cp-tree.h (lang_type): Member `language' now ENUM_BITFIELD.
12732
12733 2000-04-23  Benjamin Kosnik  <bkoz@cygnus.com>
12734
12735         * new.cc (set_new_handler): Needs to be in std::.
12736
12737 2000-04-23  Mark Mitchell  <mark@codesourcery.com>
12738
12739         * cp-tree.h (lang_decl): Remove pretty_function_p.
12740         (DECL_PRETTY_FUNCTION_P): Use TREE_LANG_FLAG_0, not a bit in the
12741         language-specific node.
12742         * decl.c (cp_make_fname_decl): Use build_decl, not
12743         build_lang_decl, to build the variables.
12744         (grokvardecl): Don't call build_lang_decl for local variables in
12745         templates.
12746         (grokdeclarator): Don't call build_lang_decl for local type
12747         declarations in templates.
12748         * lex.c (retrofit_lang_decl): Use ggc_alloc_obj to allocated
12749         zero'd memory, rather than calling memset.
12750         * pt.c: Include hashtab.h.
12751         (local_specializations): New variable.
12752         (retrieve_local_specialization): Use it.
12753         (register_local_specialization): Likewise.
12754         (tsubst_decl): Don't assume local variables have
12755         DECL_LANG_SPECIFIC.
12756         (instantiate_decl): Set up local_specializations.
12757         * Makefile.in (HTAB_H): New variable.
12758
12759 2000-04-23  Richard Henderson  <rth@cygnus.com>
12760
12761         * typeck.c (c_expand_asm_operands): Restore the original
12762         contents of the output list.
12763
12764 2000-04-22  Gabriel Dos Reis <gdr@codesourcery.com>
12765
12766         * ir.texi:  Document complex number representation.
12767
12768 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
12769
12770         * rtti.c (init_rtti_processing): Set tinfo_var_id in new-abi.
12771         (target_incomplete_p): New function.
12772         (tinfo_base_init): Create comdat NTBS name variable.
12773         (ptr_initializer): Add non_public parameter. Calculate it.
12774         (ptmd_initializer): Likewise.
12775         (synthesize_tinfo_var): Adjust. Emit incomplete class tinfo.
12776         (create_real_tinfo_var): Add non_public parameter. Use it.
12777         Push proxy into global namespace.
12778         * inc/cxxabi.h (__pointer_type_info::incomplete_class_mask):
12779         New enumeration.
12780         * inc/typeinfo (type_info::before, type_info::operator==):
12781         Compare __name addresses.
12782
12783         * tinfo2.cc: Remove new-abi builtins comment.
12784
12785 2000-04-20  Jason Merrill  <jason@casey.cygnus.com>
12786
12787         * typeck.c (build_x_function_call): Resolve an OFFSET_REF.
12788
12789         * call.c (joust): Exit early if we get the same function, too.
12790
12791         * decl2.c (key_method): Return NULL_TREE for template classes.
12792         (import_export_class): Don't need to check for template classes.
12793
12794 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
12795
12796         * lex.c: Remove references to cccp.c.
12797
12798 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
12799
12800         * cp-tree.h (lang_decl_flags): Remove const_memfunc and
12801         volatile_memfunc.  Add destructor_attr.  Adjust dummy.
12802         (DECL_DESTRUCTOR_P): Use destructor_attr.
12803         (DECL_CONST_MEMFUNC_P): Reimplement.
12804         (DECL_VOLATILE_MEMFUNC_P): Remove.
12805         * class.c (finish_struct_methods): Use CLASSTYPE_DESTRUCTORS.
12806         (overrides): Use DECL_DESTRUCTOR_P.
12807         (check_for_override): Likewise.
12808         * decl.c (start_function): Likewise.
12809         * decl2.c (grokfclassfn): Likewise.
12810         (check_classfn): Likewise.
12811         (grok_function_init): Likewise.
12812
12813 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
12814
12815         * decl2.c (grokfield): Issue error on illegal data member
12816         declaration.
12817
12818 Mon Apr 17 17:11:16 2000  Mark P Mitchell  <mark@codesourcery.com>
12819
12820         * method.c (make_thunk): Set DECL_CONTEXT for a THUNK_DECL.
12821
12822 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
12823
12824         * class.c (build_vtable_entry): Don't build thunks for type-info
12825         functions.
12826
12827 2000-04-16  Jason Merrill  <jason@casey.cygnus.com>
12828
12829         * decl.c (decls_match): Allow a redeclaration of a builtin to
12830         specify args while the builtin did not.
12831
12832 2000-04-15  Mark Mitchell  <mark@codesourcery.com>
12833
12834         * cp-tree.def (THUNK_DECL): Add to documentation.
12835         * cp-tree.h (flag_huge_objects): Declare.
12836         * class.c (modify_vtable_entry): Tidy.
12837         (update_vtable_entry_for_fn): Split out from dfs_modify_vtables.
12838         Calculate delta appropriately for the new ABI.
12839         (dfs_modify_vtables): Use it.
12840         (modify_all_vtables): Fix thinko in code to add overriding copies
12841         of functions to primary vtables.
12842         (build_clone): Fix typo in comment.
12843         (clone_function_decl): Correct order of destructors in vtable.
12844         (build_vbase_offset_vtbl_entries): Adjust comment.
12845         (dfs_vcall_offset_queue_p): Remove.
12846         (dfs_build_vcall_offset_vtbl_entries): Update BV_VCALL_INDEX.
12847         (build_vcall_offset_vtbl_entries): Juse use dfs_skip_vbases.
12848         (build_vtable_entry): Correct check for pure virtual functions.
12849         Don't declare flag_huge_objects.
12850         * decl.c (flag_huge_objects): Remove declaration.
12851         * method.c (make_thunk): Tweak mangling for vcall offset thunks.
12852         Use int_size_in_bytes.
12853         (emit_thunk): Handle vcall offset thunks.
12854
12855 Sat Apr 15 16:00:01 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12856
12857         * decl2.c (parse_time, varconst_time): Delete declarations.
12858         (finish_file): Delete LINENO declaration.
12859         START_TIME and THIS_TIME now long.
12860
12861 2000-04-13  Nathan Sidwell  <nathan@codesourcery.com>
12862
12863         * class.c (build_base_field): Reformat comment.
12864
12865         * inc/cxxabi.h (stddef.h): Comment inclusion.
12866         (__base_class_info::__offset): Comment shift.
12867
12868 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
12869
12870         * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
12871         (cp_tree_index): Add CPTI_PUSH_EXCEPTION_IDENTIFIER.
12872         (cp_push_exception_identifier): New macro.
12873         (DECL_COMPLETE_DESTRUCTOR_P): New macro.
12874         (DECL_BASE_DESTRUCTOR_P): Likewise.
12875         (DECL_DELETING_DESTRUCTOR_P): Likewise.
12876         (get_vtbl_decl_for_binfo): Fix formatting.
12877         (in_charge_arg_for_name): New macro.
12878         (maybe_build_cleanup_and_delete): Remove declaration.
12879         * call.c (build_field_call): Use IDENTIFIER_CTOR_OR_DTOR_P.
12880         (in_charge_arg_for_name): New function.
12881         (build_new_method_call): Use it.  Handle cloned destructors.
12882         (build_clone): Don't make the base constructor virtual.
12883         Automatically defer generated functions.
12884         (clone_function_decl): Handle destructors, too.
12885         (clone_constructors_and_destructors): Likewise.
12886         (create_vtable_ptr): Don't create a vtable entry for a cloned
12887         function.
12888         * decl.c (predefined_identifier): Add ctor_or_dtor_p.
12889         (initialize_predefined_identifiers): Update appropriately.
12890         (finish_destructor_body): Simplify.
12891         (maybe_build_cleanup_and_delete): Remove.
12892         * except.c (expand_throw): Handle new-ABI destructors.
12893         * init.c (expand_cleanup_for_base): Use base_dtor_identifier.
12894         (build_dtor_call): New function.
12895         (build_delete): Use it.  Simplify.
12896         * optimize.c (maybe_clone_body): Handle destructors.
12897         * search.c (lookup_field_queue_p): Use IDENTIFIER_CTOR_OR_DTOR_P.
12898
12899         * exception.cc (cleanup_fn): New typedef.
12900         (CALL_CLEANUP): New macro.
12901         (cp_eh_info): Use them.
12902         (__cp_push_exception): Likewise.
12903         (__cp_pop_exception): Likewise.
12904
12905 2000-04-11  Mark Mitchell  <mark@codesourcery.com>
12906
12907         * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
12908         (complete_dtor_identifier): New macro.
12909         (CLASSTYPE_FIRST_CONVERSION): Remove.
12910         (CLASSTYPE_CONSTRUCTOR_SLOT): New macro.
12911         (CLASSTYPE_DESTRUCTOR_SLOT): Likewise.
12912         (CLASSTYPE_FIRST_CONVERSION_SLOT): Likewise.
12913         (CLASSTYPE_CONSTRUCTORS): Likewise.
12914         (CLASSTYPE_DESTRUCTORS): Likewise.
12915         (lang_decl): Add cloned_function.
12916         (DECL_COMPLETE_CONSTRUCTOR_P): New macro.
12917         (DECL_BASE_CONSTRUCTOR_P): Likewise.
12918         (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P): Likewise.
12919         (DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P): Likewise.
12920         (DECL_CLONED_FUNCTION_P): Likewise.
12921         (DECL_CLONED_FUNCTION): Likewise.
12922         (clone_function_decl): Declare.
12923         (maybe_clone_body): Likewise.
12924         * call.c (build_user_type_conversion_1): Call complete object
12925         constructors in the new ABI.
12926         (build_new_method_call): Don't add in-charge parameters under the
12927         new ABI.
12928         * class.c (add_method): Use DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P,
12929         DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P, CLASSTYPE_CONSTRUCTOR_SLOT, and
12930         CLASSTYPE_DESTRUCTOR_SLOT.
12931         (build_clone): New function.
12932         (clone_function_decl): Likewise.
12933         (clone_constructors_and_destructors): Likewise.
12934         (check_bases_and_members): Use it.
12935         * decl.c (iniitialize_predefined_identifiers): Initialize
12936         complete_dtor_identifier.
12937         (finish_function): Don't add extra code to a clone.
12938         (lang_mark_tree): Mark cloned_function.
12939         * decl2.c (mark_used): Don't bother trying to instantiate things
12940         we synthesized.
12941         * dump.c (dequeue_and_dump): Don't dump CP_DECL_CONTEXT twice.
12942         * method.c (set_mangled_name_for_decl): Don't treat clones as
12943         constructors.
12944         (synthesize_method): Sythesize cloned functions, not the clones.
12945         * optimize.c (inline_data): Update comment on ret_label.
12946         (remap_block): Don't assume DECL_INITIAL exists.
12947         (copy_body_r): Allow ret_label to be NULL.
12948         (maybe_clone_body): Define.
12949         * pt.c (tsubst_decl): Handle clones.
12950         (instantiate_clone): New function.
12951         (instantiate_template): Use it.
12952         (set_mangled_name_for_template_decl): Don't treat clones as
12953         constructors.
12954         * search.c (lookup_fnfields_1): Use CLASSTYPE_CONSTRUCTOR_SLOT,
12955         CLASSTYPE_DESTRUCTOR_SLOT, and CLASSTYPE_FIRST_CONVERSION_SLOT.
12956         * semantics.c (expand_body): Clone function bodies as necessary.
12957
12958         * optimize.c (remap_decl): Avoid sharing structure for arrays
12959         whose size is only known at run-time.
12960         * tree.c (copy_tree_r): Don't copy PARM_DECLs.
12961
12962         * cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attr
12963         to has_in_charge_parm_p.
12964         (DECL_CONSTRUCTOR_FOR_VBASE_P): Rename to ...
12965         (DECL_HAS_IN_CHARGE_PARM_P): ... this.
12966         (DECL_COPY_CONSTRUCTOR_P): New macro.
12967         * call.c (add_function_candidate): Use DECL_HAS_IN_CHARGE_PARM_P.
12968         (build_user_type_conversion_1): Likewise.
12969         (convert_like_real): Likewise.
12970         (build_over_call): Likeiwse.  Use DECL_COPY_CONSTRUCTOR_P.
12971         * decl.c (grokdeclarator): Use DECL_HAS_IN_CHARGE_PARM_P.
12972         (copy_args_p): Likewise.
12973         (grok_ctor_properties): Likewise.
12974         (start_function): Likewise.
12975         * decl2.c (maybe_retrofit_in_charge): Likewise.  Set it.
12976         * error.c (dump_function_decl): Use DECL_HAS_IN_CHARGE_PARM_P.
12977         * init.c (emit_base_init): Use DECL_COPY_CONSTRUCTOR_P.
12978         * method.c (do_build_copy_constructor): Use
12979         DECL_HAS_IN_CHARGE_PARM_P.
12980         (synthesize_method): Likewise.
12981         * pt.c (instantiate_template): Remove goto.
12982         * tree.c (build_cplus_method_type): Remove mention of obstacks in
12983         comment.
12984
12985         * cp-tre.h (finish_function): Change prototype.
12986         * decl.c (end_cleanup_fn): Adjust caller.
12987         (finish_function): Take only one parameter.
12988         * decl2.c (finish_objects): Adjust caller.
12989         (finish_static_storage_duration_function): Likewise.
12990         * method.c (emit_thunk): Likewise.
12991         * parse.y: Likewise.
12992         * parse.c: Regenerated.
12993         * pt.c (instantiate_decl): Likewise.
12994         * rtti.c (synthesize_tinfo_fn): Likewise.
12995         * semantics.c (expand_body): Likewise.
12996
12997         * cp-tree.h (copy_decl): New function.
12998         * class.c (finish_struct_1): Use it.
12999         * lex.c (copy_decl): Define it.
13000         * pt.c (tsubst_decl): Likewise.
13001         * tree.c (copy_template_template_parm): Likewise.
13002
13003         * cp-tree.h (lang_type): Remove has_nonpublic_ctor and
13004         has_nonpublic_assign_ref.
13005         (TYPE_HAS_NONPUBLIC_CTOR): Don't declare.
13006         (TYPE_HAS_NONPUBLIC_ASSIGN_REF): Likewise.
13007         * class.c (finish_struct_methods): Don't set
13008         TYPE_HAS_NONPUBLIC_CTOR or TYPE_HAS_NONPUBLIC_ASSIGN_REF.
13009         (interface_only): Don't declare.
13010         (interface_unknown): Likewise.
13011
13012 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13013
13014         * tree.h (HAVE_TEMPLATES): Remove definition.
13015         * lang-options.h (-fthis-is-variable): Remove documentation.
13016
13017 2000-04-10  Jason Merrill  <jason@casey.cygnus.com>
13018
13019         * class.c (instantiate_type): Handle object-relative template-id.
13020
13021         * semantics.c (finish_expr_stmt): Call convert_to_void here.
13022         * decl.c (cplus_expand_expr_stmt): Not here.
13023
13024         * rtti.c (build_dynamic_cast_1): Call non_lvalue.
13025         Initialize exprtype earlier.
13026
13027         * parse.y (fn.def1): Check for defining types in return types.
13028
13029         * decl.c (check_tag_decl): Notice extra fundamental types.
13030         Diagnose empty decls in classes, too.
13031
13032         * decl.c (grokdeclarator): Don't override an anonymous name if no
13033         declarator was given.
13034
13035         * cvt.c (convert_to_void): Call resolve_offset_ref.
13036
13037         * typeck.c (build_x_function_call): Abort if we get an OFFSET_REF.
13038
13039         * decl2.c (decl_namespace): Handle getting a type.
13040
13041         * typeck.c (build_c_cast): Re-enable warning for cast between
13042         pointer and integer of different size.
13043
13044 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
13045
13046         * inc/cxxabi.h (__pointer_type_info): Add restrict and
13047         incomplete flags.
13048         (__pointer_type_info::__pointer_catch): New virtual function.
13049         (__pointer_to_member_type_info): Derive from
13050         __pointer_type_info. Adjust.
13051         (__pointer_to_member_type_info::__do_catch): Remove.
13052         (__pointer_to_member_type_info::__is_pointer_p): Declare.
13053         (__pointer_to_member_type_info::__pointer_catch): Declare.
13054         * rtti.c (qualifier_flags): Add restrict flag.
13055         (ptmd_initializer): Reorder members.
13056         (create_tinfo_types): Expand comments. Reorder
13057         ptmd_desc_type_node members.
13058         * tinfo2.cc (__pointer_to_member_type_info::__is_pointer_p):
13059         Implement.
13060         (__pointer_type_info::__do_catch): Move specific code into
13061         __pointer_catch. Call it.
13062         (__pointer_type_info::__pointer_catch): Non-pointer-to-member
13063         specific catch checking. Fix void conversion check.
13064         (__pointer_to_member_type_info::__do_catch): Remove.
13065         (__pointer_to_member_type_info::__pointer_catch): Implement.
13066
13067 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13068
13069         * lex.c (init_parse): Remove traces of classof and headof.
13070         * decl2.c (flag_operator_names): Default to 1.
13071         (lang_decode_option): Do not set it for -ansi.
13072
13073 2000-04-09  Mark Mitchell  <mark@codesourcery.com>
13074
13075         * cp-tree.h (struct lang_decl): Remove main_decl_variant.
13076         (DECL_MAIN_VARIANT): Remove.
13077         * decl.c (duplicate_decls): Don't set it.
13078         (start_function): Likewise.
13079         (lang_mark_tree): Don't mark it.
13080         * decl2.c (defer_fn): Don't use it.
13081         * lex.c (retrofit_lang_decl): Don't set it.
13082         * pt.c (tsubst_decl): Likewise.
13083         * ptree.c (print_lang_decl): Don't print it.
13084         * typeck.c (mark_addressable): Don't use it.
13085
13086 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
13087
13088         * vec.cc: Include <new> and <exception>.
13089         (__cxa_vec_ctor): Use __cxa_vec_dtor for cleanup.
13090         (__cxa_vec_dtor): Catch dtor exceptions, and rethrow or
13091         terminate.
13092         (__cxa_vec_delete): Catch dtor exceptions.
13093
13094 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
13095
13096         Prepend __ to implementation defined names.
13097         * inc/typeinfo (type_info): Rename _name to __name.
13098         (type_info::type_info): Rename parameter.
13099         (type_info::operator==, type_info::operator!=,
13100         type_info::before): Likewise.
13101         (type_info::is_pointer_p, type_info::is_function_p,
13102         type_info::do_catch, type_info::do_upcast): Prepend __. Rename
13103         parameters.
13104         * inc/cxxabi.h
13105         (__fundamental_type_info::__fundamental_type_info) Rename parameters.
13106         (__pointer_type_info::__pointer_type_info): Likewise.
13107         (__pointer_type_info::is_pointer_p,
13108         __pointer_type_info::do_catch): Prepend __. Rename parameters.
13109         (__array_type_info::__array_type_info): Rename parameters.
13110         (__function_type_info::__function_type_info): Likewise.
13111         (__function_type_info::is_function_p): Prepend __.
13112         (__enum_type_info::__enum_type_info): Rename parameters.
13113         (__pointer_to_member_type_info::__pointer_to_member_type_info):
13114         Likewise.
13115         (__pointer_to_member_type_info::do_catch): Prepend __. Rename
13116         parameters.
13117         (__base_class_info::is_virtual_p, is_public_p, offset): Prepend __.
13118         (__class_type_info::__class_type_info): Rename parameters.
13119         (__class_type_info::sub_kind): Prepend __. Adjust member names.
13120         (__class_type_info::upcast_result,
13121         __class_type_info::dyncast_result): Prepend __. Move definition
13122         into tinfo.cc.
13123         (__class_type_info::do_upcast, __class_type_info::do_catch,
13124         __class_type_info::find_public_src,
13125         __class_type_info::do_dyncast,
13126         __class_type_info::do_find_public_src): Prepend __. Rename
13127         parameters.
13128         (__si_class_type_info::__si_class_type_info): Rename parameters.
13129         (__si_class_type_info::do_upcast, __si_class_type_info::do_dyncast,
13130         __si_class_type_info::do_find_public_src): Prepent __. Rename
13131         parameters.
13132         (__vmi_class_type_info::__vmi_class_type_info): Rename parameters.
13133         (__vmi_class_type_info::do_upcast, __vmi_class_type_info::do_dyncast,
13134         __vmi_class_type_info::do_find_public_src): Prepent __. Rename
13135         parameters.
13136         (__dynamic_cast): Rename parameters.
13137         * tinfo.cc (type_info::is_pointer_p, type_info::is_function_p,
13138         type_info::do_catch, type_info::do_upcast): Prepend __.
13139         (contained_p, public_p, virtual_p, contained_public_p,
13140         contained_nonpublic_p, contained_nonvirtual_p): Adjust.
13141         (__class_type_info::do_catch,
13142         __class_type_info::do_upcast): Prepend __. Adjust.
13143         (__class_type_info::__upcast_result,
13144         __class_type_info::__dyncast_result): Move from inc/cxxabi.h.
13145         Adjust.
13146         (__class_type_info::find_public_src): Prepend __. Adjust.
13147         (__class_type_info::do_find_public_src,
13148         __si_class_type_info::do_find_public_src,
13149         __vmi_class_type_info::do_find_public_src): Likewise.
13150         (__class_type_info::do_dyncast,
13151         __si_class_type_info::do_dyncast,
13152         __vmi_class_type_info::do_dyncast): Likewise.
13153         (__class_type_info::do_upcast,
13154         __si_class_type_info::do_upcast,
13155         __vmi_class_type_info::do_upcast): Likewise.
13156         (__dynamic_cast): Adjust.
13157         * tinfo2.cc (__pointer_type_info::is_pointer_p): Prepend __.
13158         (__function_type_info::is_function_p): Likewise.
13159         (__pointer_type_info::do_catch): Likewise. Adjust.
13160         (__pointer_to_member_type_info::do_catch): Likewise. Adjust.
13161         (__throw_type_match_rtti_2): Adjust.
13162         (__is_pointer): Adjust.
13163
13164 2000-04-08  Mark Mitchell  <mark@codesourcery.com>
13165
13166         * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.
13167         (complete_ctor_identifier): New macro.
13168         (special_function_kind): Add sfk_copy_constructor and
13169         sfk_assignment_operator.
13170         (LOOKUP_HAS_IN_CHARGE): Remove.
13171         (cons_up_default_function): Rename to ...
13172         (implicitly_declare_fn): ... this.
13173         * call.c (build_new_method_call): Add in-charge parameters for
13174         constructors here.
13175         * class.c (add_implicitly_declared_members): Change parameter name
13176         from cant_have_assignment to cant_have_const_assignment.
13177         Replace calls to cons_up_default_function to implicitly_declare_fn.
13178         * cvt.c (ocp_convert): Use complete_ctor_identifier.
13179         * decl.c (initialize_predefined_identifiers): Initialize it.
13180         (start_function): Use DECL_CONSTRUCTOR_FOR_VBASE_P instead of
13181         complex expression.
13182         * init.c (expand_default_init): Don't calculate the in-charge
13183         parameter here.
13184         (build_new_1): Likewise.
13185         * lex.c (cons_up_default_function): Move to method.c.
13186         * method.c (synthesize_method): Use DECL_DESTRUCTOR_P.
13187         (implicitly_declare_fn): New function.
13188         * typeck.c (build_static_cast): Use complete_ctor_identifier.
13189         (build_modify_expr): Likewise.
13190         * typeck2.c (build_functional_cast): Likewise.
13191
13192         Under the new ABI, constructors don't return `this'.
13193         * cp-tree.h (warn_reorder): Declare.
13194         (special_function_kind): New enum.
13195         (global_base_init_list): Remove declaration.
13196         (emit_base_init): Don't return a value.
13197         (check_base_init): Don't declare.
13198         (is_aggr_typedef): Likewise.
13199         * decl.c (check_special_function_return_type): New function.
13200         (return_types): Remove.
13201         (grokdeclarator): Use check_special_function_return_type.
13202         (start_function): Don't initialize ctor_label under the new ABI.
13203         (finish_construtor_body): Don't create a corresponding LABEL_STMT.
13204         * init.c (begin_init_stmts): Move to top of file.
13205         (finish_init_stmts): Likewise.
13206         (warn_reorder): Don't declare.
13207         (emit_base_init): Don't create a STMT_EXPR here.  Don't return a
13208         value.
13209         (check_base_init): Remove.
13210         (is_aggr_typedef): Likewise.
13211         (build_new_1): Don't use the return value of a constructor.
13212         * semantics.c (setup_vtbl_ptr): Don't use the return value
13213         of emit_base_init.
13214         * typeck.c (check_return_expr): Don't magically convert return
13215         statements into `return this' in constructors under the new ABI.
13216
13217         * cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER,
13218         CPTI_BASE_DTOR_IDENTIFIER, and CPTI_DELETING_DTOR_IDENTIFIER.
13219         (base_ctor_identifier): New macro.
13220         (base_dtor_identifier): Likewise.
13221         (deleting_dtor_identifier): Likewise.
13222         * decl.c: Don't include obstack.h.
13223         (obstack_chunk_alloc): Don't define.
13224         (obstack_chunk_free): Likewise.
13225         (struct predefined_identifier): New type.
13226         (initialize_predefined_identifiers): New function.
13227         (init_decl_processing): Use it.
13228         (debug_temp_inits): Remove.
13229         (start_method): Don't call preserve_data.
13230         (hack_incomplete_structures): Update comment.
13231         * init.c (init_init_processing): Don't initialize
13232         nelts_identifier.
13233         (build_offset_rf): Remove dead code.
13234         (build_delete): Use CLASSTYPE_N_BASECLASSES.
13235         * search.c (init_search_processing): Don't initialize
13236         vptr_identifier.
13237
13238 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13239
13240         * typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to elide
13241         some sign_compare warnings.
13242
13243 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
13244
13245         Rename abi::__vmi_class_type_info members.
13246         * inc/cxxabi.h (__vmi_class_type_info): Rename details, n_bases,
13247         base_list, detail_masks members to vmi_flags, vmi_base_count,
13248         vmi_bases and vmi_flags_masks respectively.
13249         (__vmi_class_type_info::vmi_flags_masks): Rename
13250         details_unknown_mask to flags_unknown_mask.
13251         * tinfo.cc (__class_type_info::do_upcast): Adjust.
13252         (__vmi_class_type_info::do_find_public_src): Adjust.
13253         (__vmi_class_type_info::do_dyncast): Adjust.
13254         (__vmi_class_type_info::do_upcast): Adjust.
13255
13256 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
13257
13258         * tinfo.cc (convert_to_base): New function.
13259         (get_vbase_offset): Remove. Move into convert_to_base.
13260         (__vmi_class_type_info::do_find_public_src): Adjust.
13261         (__vmi_class_type_info::do_dyncast): Adjust.
13262         (__vmi_class_type_info::do_upcast): Adjust.
13263
13264 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
13265
13266         * tinfo.cc (operator=): Use __builtin_strcmp.
13267         * tinfo2.cc (before): Likewise.
13268
13269 2000-04-06  Mark Mitchell  <mark@codesourcery.com>
13270
13271         * cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.
13272         (DECL_SAVED_INLINE): Rename to ...
13273         (DECL_DEFERRED_FN): ... this.
13274         (in_function_p): Remove declaration.
13275         (mark_inline_for_output): Rename to ...
13276         (defer_fn): ... this.
13277         * decl.c (finish_function): Adjust call to mark_inline_for_output.
13278         (in_function_p): Remove definition.
13279         * decl2.c (saved_inlines): Rename to ...
13280         (deferred_fns): ... this.
13281         (saved_inlines_used): Rename to ...
13282         (deferred_fns_used): ... this.
13283         (mark_inline_for_output): Rename to ...
13284         (defer_fn): ... this.
13285         (finish_file): Adjust accordingly.
13286         (init_decl2): Likewise.
13287         * lex.c (cons_up_default_function): Likewise.
13288         * pt.c (mark_decl_instantiated): Likewise.
13289         (instantiate_decl): Don't set DECL_DEFER_OUTPUT under any
13290         circumstances.
13291         * rtti.c (get_tinfo_decl): Adjust call to mark_inline_for_output.
13292         * semantics.c (expand_body): Defer more functions.
13293
13294 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
13295
13296         * vec.cc: New file.
13297         * Make-lang.in (CXX_LIB2FUNCS): Add it.
13298         (vec.o): Build it.
13299         * inc/cxxabi.h (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
13300         __cxa_vec_delete): Declare.
13301
13302 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
13303
13304         * rtti.c (dfs_class_hint_mark): New static function.
13305         (dfs_class_hint_unmark): New static function.
13306         (class_hint_flags): Use them.
13307
13308 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
13309
13310         * decl2.c: Make flag_honor_std dependent on ENABLE_STD_NAMESPACE.
13311
13312 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
13313
13314         * cp-tree.h (instantiate_decl): Change prototype.
13315         * decl2.c (mark_used): Adjust call.
13316         * optimize.c (inlinable_function_p): Adjust handling of templates.
13317         * pt.c (do_decl_instantiation): Adjust call to instantiate_decl.
13318         (do_type_instantiation): Likewise.
13319         (instantiate_decl): Defer more templates.
13320         (instantiate_pending_templates): Adjust logic to handle inline
13321         friend functions.
13322
13323         * Makefile.in (GGC_H): New variable.  Use it throughout in place
13324         of ggc.h.
13325
13326         * call.c: Don't include obstack.h.  Include ggc.h.
13327         (obstack_chunk_alloc): Don't define.
13328         (obstack_chunk_free): Likewise.
13329         (add_candidate): Allocate the z_candidate with ggc_alloc_obj.
13330         * decl.c (push_switch): Use xmalloc to allocate the cp_switch.
13331         (pop_switch): Free it.
13332
13333         * decl2.c (grokclassfn): Set TREE_READONLY for PARM_DECLs.
13334
13335         * dump.c (dequeue_and_dump): Don't try to print the bit_position
13336         if we don't have a DECL_FIELD_OFFSET.
13337
13338 Wed Apr  5 15:12:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13339
13340         * optimize.c (calls_setjmp_r): Use setjmp_call_p instead of
13341         special_function_p.
13342
13343 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13344
13345         * cfns.gperf (hash, libc_name_p): Prototype.
13346
13347         * rtti.c (build_dynamic_cast_1): Constification.
13348
13349         * search.c (dfs_debug_unmarkedp, dfs_debug_mark): Unhide prototypes.
13350
13351         * semantics.c (deferred_type_access_control): Prototype.
13352
13353 2000-04-04  Mark Mitchell  <mark@codesourcery.com>
13354
13355         Correct many new ABI issues regarding vbase and vcall offset
13356         layout.
13357         * cp-tree.h (BINFO_VTABLE): Document.
13358         (struct lang_type): Tweak formatting.
13359         (BINFO_PRIMARY_BINFO): Add to documentation.
13360         (CLASSTYPE_VSIZE): Fix typo in comment.
13361         (CLASSTYPE_VBASECLASSES): Update documentation.
13362         (BINFO_VBASE_MARKED): Remove.
13363         (SET_BINFO_VBASE_MARKED): Likewise.
13364         (CLEAR_BINFO_VBASE_MARKED): Likewise.
13365         (BINFO_FIELDS_MARKED): Remove.
13366         (SET_BINFO_FIELDS_MARKED): Likewise.
13367         (CLEAR_BINFO_FIELDS_MARKED): Likewise.
13368         (enum access_kind): New enumeration.
13369         (num_extra_vtbl_entries): Remove declaration.
13370         (size_extra_vtbl_entries): Likewise.
13371         (get_vtbl_decl_for_binfo): New function.
13372         (dfs_vbase_unmark): Remove declaration.
13373         (mark_primary_bases): Likewise.
13374         * class.c (SAME_FN): Remove.
13375         (struct vcall_offset_data_s): Move definition.
13376         (build_vbase_pointer): Use `build', not `build_binary_op', to
13377         access the vbase pointer under the new ABI.
13378         (build_vtable_entry_ref): Use get_vtbl_decl_for_binfo.
13379         (build_primary_vtable): Likewise.
13380         (dfs_mark_primary_bases): Move here from search.c.
13381         (mark_primary_bases): Likewise.
13382         (determine_primary_bases): Under the new ABI, don't make a base
13383         class a primary base just because we don't yet have any virtual
13384         functions.
13385         (layout_vtable_decl): Use get_vtbl_decl_for_binfo.
13386         (num_vfun_entries): Remove.
13387         (dfs_count_virtuals): Likewise.
13388         (num_extra_vtbl_entries): Likewise.
13389         (size_extra_vtbl_entries): Likewise.
13390         (layout_virtual_bases): Iterate in inheritance graph order under
13391         the new ABI.
13392         (finish_struct_1): Use TYPE_VFIELD, not CLASSTYPE_VSIZE, to
13393         indicate that a vfield is present.
13394         (init_class_processing): Initialize access_public_node, etc., from
13395         ak_public, etc.
13396         (get_vtbl_decl_for_binfo): New function.
13397         (dump_class_hierarchy_r): Likewise.
13398         (dump_class_hierarchy): Use it.
13399         (finish_vtbls): Build the vtbls in inheritance graph order.
13400         (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
13401         (initialize_vtable): Use get_vtbl_decl_for_binfo.
13402         (accumulate_vtbl_inits): Add comments explaining why a pre-order
13403         walk is required.
13404         (dfs_accumulate_vtbl_inits): Set BINFO_VTABLE to the location
13405         where the vptr points, even for primary vtables.
13406         (build_vtbl_initializer): Adjust handling of vbase and vcall
13407         offsets.
13408         (build_vcall_and_vbase_vtable_entries): New function.
13409         (dfs_build_vbase_offset_vtbl_entries): Remove.
13410         (build_vbase_offset_vtbl_entries): Reimplement.
13411         (dfs_build_vcall_offset_vtbl_entries): Don't include virtuals that
13412         were already handled in a primary base class vtable.
13413         (build_vcall_offset_vtbl_entries): Adjust.
13414         (build_rtti_vtbl_entries): Adjust.
13415         * decl2.c (output_vtable_inherit): Use get_vtbl_decl_for_binfo.
13416         * init.c (expand_virtual_init): Simplify.
13417         * repo.c (repo_get_id): Use get_vtbl_decl_for_binfo.
13418         * rtti.c (create_pseudo_type_info): Adjust calculation of vptr.
13419         * search.c (BINFO_ACCESS): New macro.
13420         (SET_BINFO_ACCESS): Likewise.
13421         (dfs_access_in_type): Manipulate access_kinds, not access nodes.
13422         (access_in_type): Likewise.
13423         (dfs_accessible_p): Likewise.
13424         (protected_accessible_p): Likewise.
13425         (lookup_fnfields_1): Adjust documentation.
13426         (dfs_mark_primary_bases): Move to class.c
13427         (mark_primary_bases): Likewise.
13428         (dfs_vbase_unmark): Remove.
13429         (virtual_context): Use BINFO_FOR_VBASE.
13430         (dfs_get_vbase_types): Simplify.
13431         (dfs_build_inheritance_graph_order): New function.
13432         (get_vbase_types): Use it.
13433         * tree.c (debug_binfo): Use get_vtbl_decl_for_binfo.
13434
13435         * tinfo.cc (get_vbase_offset): New function.
13436         (__vmi_class_type_info::do_find_public_src): Use it.
13437         (__vmi_class_type_info::do_dyncast): Likewise.
13438         (__vmi_class_type_info::do_upcast): Likewise.
13439
13440 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
13441
13442         * lang-specs.h: Pass -fno-show-column to the preprocessor.
13443
13444 2000-03-30  Nathan Sidwell  <nathan@codesourcery.com>
13445
13446         * rtti.c (class_hint_flags): Rename flags.
13447         (class_initializer): Remove flags.
13448         (synthesize_tinfo_var): Combine offset and flags. Add flags
13449         for __vmi_class_type_info.
13450         (create_tinfo_types): Remove flags from __class_type_info and
13451         __si_class_type_info. Merge flags and offset from
13452         base_class_type_info.
13453         * inc/cxxabi.h (__base_class_info): Merge offset and vmi_flags.
13454         (__base_class_info::is_virtual_p): Adjust.
13455         (__base_class_info::is_public_p): Adjust.
13456         (__base_class_info::offset): New accessor.
13457         (__class_type_info::details): Remove member.
13458         (__class_type_info::__class_type_info): Lose details.
13459         (__class_type_info::detail_masks): Remove.
13460         (__si_class_type_info::__si_class_type_info): Lose details.
13461         (__vmi_class_type_info::details): New member.
13462         (__vmi_class_type_info::__vmi_class_type_info): Adjust.
13463         (__vmi_class_type_info::detail_masks): New member.
13464         * tinfo.cc (__class_type_info::do_upcast): Initialize result
13465         with unknown_details_mask.
13466         (__vmi_class_type_info::do_find_public_src): Adjust
13467         (__vmi_class_type_info::do_dyncast): Adjust.
13468         (__vmi_class_type_info::do_upcast): Set result details, if
13469         needed. Adjust.
13470         (__dynamic_cast): Temporarily #if out optimization.
13471
13472 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
13473
13474         * rtti.c (get_tinfo_decl): Mark used.
13475         (emit_tinfo_decl): Don't optimize polymorphic type_info. Only
13476         mark as dealt with, if we output it.
13477
13478 2000-03-28  Mark Mitchell  <mark@codesourcery.com>
13479
13480         * class.c: Reorganize to put virtual function table initialization
13481         machinery at the end of the file.
13482
13483 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
13484
13485         * class.c (finish_struct): Use bitsize_zero_node.
13486         * pt.c (instantiate_class_template): Likewise.
13487
13488 2000-03-28  Mark Mitchell  <mark@codesourcery.com>
13489
13490         Put RTTI entries at negative offsets in new ABI.
13491         * class.c (dfs_build_vbase_offset_vtbl_entries): Put the first
13492         vbase offset at index -3, not -1.
13493         (build_vtabe_offset_vtbl_entries): Use unmarked_vtable_pathp, not
13494         dfs_vtable_path_unmarked_real_bases_queue_p to walk bases.
13495         (dfs_build_vcall_offset_vtbl_entries): Don't use skip_rtti_stuff.
13496         (build_rtti_vtbl_entries): New function.
13497         (set_rtti_entry): Remove.
13498         (build_primary_vtable): Don't use it.
13499         (build_secondary_vtable): Likewise.
13500         (start_vtable): Remove.
13501         (first_vfun_index): New function.
13502         (set_vindex): Likewise.
13503         (add_virtual_function): Don't call start_vtable.  Do call
13504         set_vindex.
13505         (set_primary_base): Rename parameter.
13506         (determine_primary_base): Likewise.
13507         (num_vfun_entries): Don't use skip_rtti_stuff.
13508         (num_extra_vtbl_entries): Include RTTI information.
13509         (build_vtbl_initializer): Use build_rtti_vtbl_entries.
13510         (skip_rtti_stuff): Remove.
13511         (dfs_modify_vtables): Don't use it.
13512         (modify_all_vtables): Don't use start_vtable.  Do use set_vindex.
13513         (layout_nonempty_base_or_field): Update size handling.
13514         (create_vtable_ptr): Tweak.
13515         (layout_class_type): Adjust parameter names.
13516         (finish_struct_1): Simplify.
13517         * cp-tree.h (CLASSTYPE_VSIZE): Tweak documentation.
13518         (skip_rtti_stuff): Remove.
13519         (first_vfun_index): New function.
13520         (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
13521         (dfs_vtable_path_marked_real_bases_queue_p): Remove.
13522         (marked_vtable_pathp): Declare.
13523         (unmarked_vtable_pathp): Likewise.
13524         * error.c (dump_expr): Use first_vfun_index to calculate vtable
13525         offsets.
13526         * rtti.c (build_headof): Look for RTTI at negative offsets.
13527         (get_tinfo_decl_dynamic): Likewise.
13528         (tinfo_base_init): Don't take the address of the TINFO_VTABLE_DECL
13529         here.
13530         (create_pseudo_type_info): Do it here instead.  Adjust so that
13531         vptr points at first virtual function.
13532         * search.c (marked_vtable_pathp): Make it global.
13533         (unmarked_vtable_pathp): Likewise.
13534         (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
13535         (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
13536         (dfs_get_pure_virtuals): Don't use skip_rtti_stuff.
13537         (get_pure_virtuals): Likewise.
13538         (expand_upcast_fixups): Likewise.
13539         * tree.c (debug_binfo): Likewise.
13540         * tinfo.cc (__dynamic_cast): Look for vtable_prefix at appropriate
13541         negative offset.
13542
13543 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13544
13545         * class.c (check_field_decl): Fix typo.
13546         (build_vtbl_or_vbase_field): Don't clear DECL_SAVED_INSNS.
13547         (check_methods): Likewise.
13548         (check_field_decls): Likewise.
13549         Use DECL_CONTEXT, not DECL_FIELD_CONTEXT.
13550         * cp-tree.h (DECL_SHADOWED_FOR_VAR, DECL_TEMPLATE_RESULT):
13551         Use DECL_RESULT_FLD, not DECL_RESULT.
13552         * decl.c (xref_tag): Use DECL_TEMPLATE_RESULT.
13553         * lex.c (identifier_type): Likewise.
13554         * pt.c (determine_specialization, lookup_template_class): Likewise.
13555         (tsubst_friend_function, tsubst_decl, instantiate_template): Likewise.
13556         (resolve_overloaded_unification, more_specialized): Likewise.
13557         * semantics.c (finish_member_declaration): Likewise.
13558         * typeck.c (build_x_function_call): Likewise.
13559
13560 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
13561
13562         * class.c (layout_empty_base): Handle empty bases with non-byte
13563         alignment.
13564         (build_base_field): Likewise.
13565         (layout_virtual_bases): Likewise.
13566
13567         * class.c (finish_struct_1): Fix typo in this change:
13568
13569         Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13570
13571 2000-03-25  Mark Mitchell  <mark@codesourcery.com>
13572
13573         * decl.c (grokdeclarator): Count partial specializations when
13574         keeping track of how many template classes have been seen.
13575
13576         * dump.c (dequeue_and_dump): Dump DECL_TEMPLATE_RESULT.
13577
13578 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13579
13580         * class.c (build_vbase_pointer_fields): layout_field now place_field.
13581         (get_vfield_offset): Use byte_position.
13582         (set_rtti_entry): Set OFFSET to ssizetype zero.
13583         (get_binfo_offset_as_int): Deleted.
13584         (dfs_record_base_offsets): Use tree_low_cst.
13585         (dfs_search_base_offsets): Likewise.
13586         (layout_nonempty_base_or_field): Reflect changes in RLI format
13587         and call byte_position.
13588         (layout_empty_base): Convert offset to ssizetype.
13589         (build_base_field): use rli_size_unit_so_far.
13590         (dfs_propagate_binfo_offsets): Do computation in proper type.
13591         (layout_virtual_bases): Pass ssizetype to propagate_binfo_offsets.
13592         (layout_class_type): Reflect changes in RLI names and fields.
13593         (finish_struct_1): Set DECL_FIELD_OFFSET.
13594         * dump.c (dequeue_and_dump): Call bit_position.
13595         * expr.c (cplus_expand_constant): Use byte_position.
13596         * rtti.c (expand_class_desc): Use bitsize_one_node.
13597         * typeck.c (build_component_addr): Use byte_position and don't
13598         special case for zero offset.
13599
13600 2000-03-24  Nathan Sidwell  <nathan@codesourcery.com>
13601
13602         * decl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.
13603
13604         * rtti.c (get_tinfo_decl): Set comdat linkage on new-abi
13605         tinfo object.
13606         (emit_tinfo_decl): Only emit polymorphic tinfo's when emitting
13607         vtable.
13608
13609 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
13610
13611         * call.c (check_dtor_name, build_new_method_call): Use TYPE_P and
13612         DECL_P macros.
13613         * decl.c (push_class_binding, poplevel, pushtag, lookup_namespace_name,
13614         make_typename_type, check_initializer, cp_finish_decl,
13615         xref_tag): Likewise.
13616         * decl2.c (grokfield, build_expr_from_tree, build_expr_from_tree,
13617         decl_namespace, arg_assoc_template_arg, arg_assoc,
13618         validate_nonmember_using_decl, do_class_using_decl): Likewise.
13619         * error.c (dump_template_argument, dump_expr, cp_file_of, cp_line_of,
13620         args_to_string): Likewise.
13621         * friend.c (is_friend): Likewise.
13622         * lex.c (note_got_semicolon, note_list_got_semicolon,
13623         is_global): Likewise.
13624         * method.c (build_overload_nested_name, build_overload_value,
13625         build_qualified_name, build_qualified_name, hack_identifier): Likewise.
13626         * parse.y (typename_sub, typename_sub1): Likewise.
13627         * pt.c (push_inline_template_parms_recursive, check_template_shadow,
13628         process_partial_specialization, convert_template_argument,
13629         template_args_equal, add_pending_template, lookup_template_class,
13630         for_each_template_parm_r, maybe_fold_nontype_arg,
13631         tsubst, instantiate_template, type_unification_real, unify,
13632         instantiate_pending_templates, set_mangled_name_for_template_decl):
13633         Likewise.
13634         * repo.c (repo_get_id, repo_template_used): Likewise.
13635         * search.c (lookup_field_1): Likewise.
13636         * tree.c (walk_tree, get_type_decl, cp_tree_equal, member_p): Likewise.
13637         * xref.c (classname): Likewise.
13638
13639 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
13640
13641         * cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.
13642         (CANONICAL_BINFO): New macro.
13643         (BINFO_NEW_VTABLE_MARKED): Use it.
13644         (SET_BINFO_NEW_VTABLE_MARKED): Likewise.
13645         (CLEAR_BINFO_NEW_VTABLE_MARKED): Likewise.
13646         * class.c (dfs_build_vbase_offset_vtbl_entries): Use BINFO_TYPE,
13647         not TREE_TYPE.
13648         (build_primary_vtable): Adjust usage of BINFO_NEW_VTABLE_MARKED.
13649         (build_secondary_vtable): Likewise.
13650         (dfs_finish_vtbls): Likewise.
13651         (dfs_accumulate_vtbl_inits): Likewise.
13652         (accumulate_vtbl_inits): New function.
13653         (finish_vtbls): Make sure that virtual bases come after
13654         non-virtual bases in the vtable group.
13655         (record_base_offsets): Don't save and restore TREE_VIA_VIRTUAL.
13656         (finish_struct_1): Adjust usage of BINFO_NEW_VTABLE_MARKED.
13657         * search.c (struct vbase_info): Move definition.
13658         (marked_new_vtable_p): Adjust usage of BINFO_NEW_VTABLE_MARKED.
13659         (unmarked_new_vtable_p): Likewise.
13660         (dfs_mark_vtable_path): Remove.
13661         (dfs_mark_new_vtable): Remove.
13662         (dfs_unmark_new_vtable): Likewise.
13663         (dfs_clear_search_slot): Likewise.
13664         (dfs_find_vbases):  Adjust usage of BINFO_NEW_VTABLE_MARKED.
13665         (dfs_clear_vbase_slots): Likewise.
13666         (init_vbase_pointers): LIkewise.
13667
13668 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
13669
13670         * typeck.c (type_after_usual_arithmetic_conversions): Prefer a
13671         SIZETYPE to a non-SIZETYPE.
13672
13673 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
13674
13675         * class.c (layout_virtual_bases): Adjust names in conditionally
13676         compiled code.
13677
13678         * class.c (record_base_offsets): New function.
13679         (layout_conflict_p): Likewise.
13680         (layout_nonempty_base_or_field): Use it.
13681         (layout_empty_base): New function.
13682         (build_base_field): Use it.
13683         (build_base_fields): Update comment.
13684         (layout_virtual_bases): Fold in a little code form
13685         layout_basetypes.  Use layout_empty_base.
13686         (layout_basetypes): Remove.
13687         (end_of_class): New function.
13688         (layout_class_type): Use it.  Adjust.
13689
13690         * cp-tree.h (CLASSTYPE_VBASECLASSES): Fix typo in comment.
13691         (fntype_p): Remove.
13692         * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Fix typo in
13693         comment.
13694         (dfs_skip_nonprimary_vbases_markedp): Likewise.
13695         * typeck.c (fntype_p): Remove.
13696
13697         * cp-tree.h (TI_SPEC_INFO): Remove.
13698         (CLASSTYPE_TI_SPEC_INFO): Likewise.
13699         * pt.c (process_partial_specialization): Likewise.
13700
13701         * class.c (build_base_field): Fix thinko in computation of binfo
13702         offsets.
13703
13704         * tree.c (mark_local_for_remap_p): Mark variables declared in
13705         TARGET_EXPRs as well.
13706
13707 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
13708
13709         * typeck.c (require_complete_type, complete_type,
13710         complete_type_or_else, c_sizeof, c_sizeof_nowarn,
13711         build_array_ref, convert_arguments, pointer_diff,
13712         build_x_unary_op, build_unary_op, build_c_cast,
13713         build_modify_expr): Use COMPLETE_TYPE_P etc.
13714         * call.c (is_complete, convert_like_real,
13715         build_new_method_call): Likewise.
13716         * class.c (build_vbase_pointer_fields, check_bases,
13717         build_base_field, finish_struct_1, pushclass): Likewise.
13718         * cvt.c (cp_convert_to_pointer, convert_to_void): Likewise.
13719         * decl.c (maybe_process_template_type_declaration, pushtag,
13720         pushdecl, redeclaration_error_message, start_decl, start_decl_1,
13721         layout_var_decl, check_initializer, cp_finish_decl,
13722         grokdeclarator, require_complete_types_for_parms,
13723         grok_op_properties, xref_tag, xref_basetypes,
13724         check_function_type): Likewise.
13725         * decl2.c (check_classfn, reparse_absdcl_as_casts): Likewise.
13726         * friend.c (do_friend): Likewise.
13727         * init.c (build_offset_ref): Likewise.
13728         * parse.y (structsp): Likewise.
13729         * pt.c (maybe_process_partial_specialization,
13730         tsubst_friend_function, instantiate_class_template, tsubst,
13731         do_type_instantiation, instantiate_pending_templates): Likewise.
13732         * repo.c (repo_get_id): Likewise.
13733         * rtti.c (build_typeid, get_typeid, build_dynamic_cast_1,
13734         synthesize_tinfo_var, emit_support_tinfos): Likewise.
13735         * search.c (lookup_fnfields_1, lookup_conversions): Likewise.
13736         * semantics.c (begin_class_definition): Likewise.
13737         * tree.c (build_cplus_method_type): Likewise.
13738         * typeck2.c (digest_init, build_functional_cast,
13739         add_exception_specifier): Likewise.
13740         * parse.h, parse.c: Regenerated.
13741
13742 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
13743
13744         * inc/cxxabi.h: New header file. Define new-abi entry points.
13745         (__pointer_type_info::target): Rename member to ...
13746         (__pointer_type_info::type): ... here.
13747         (__base_class_info::type): Rename member to ...
13748         (__base_class_info::base): ... here.
13749         * Make-lang.in (CXX_EXTRA_HEADERS): Add cxxabi.h
13750         * cp-tree.h (CPTI_ABI): New global tree enumeration.
13751         (abi_node): New global tree node.
13752         * decl.c (abi_node): Document.
13753         (init_decl_processing): Initialize abi_node.
13754         * rtti.c (build_dynamic_cast_1): Use abi_node for new-abi.
13755         (get_vmi_pseudo_type_info): Likewise.
13756         (create_tinfo_types): Likewise.
13757         (emit_support_tinfos): Likewise.
13758         * tinfo.h (cxxabi.h): Include for new-abi.
13759         Move rtti class definitions to new header file.
13760         * tinfo.cc (abi): Use the namespace.
13761         (std): Move new abi rtti classes from here ...
13762         (__cxxabiv1): ... to here.
13763         * tinfo2.cc (cxxabi.h): Include for new-abi.
13764         Move rtti class definitions to new header file.
13765         (std): Move new abi rtti classes from here ...
13766         (__cxxabiv1): ... to here.
13767         * inc/typeinfo (__class_type_info): Move into __cxxabiv1
13768         namespace.
13769
13770 2000-03-20  Jed Wing <jedwin@zloty.ugcs.caltech.edu>
13771             Jason Merrill  <jason@casey.cygnus.com>
13772
13773         * method.c (build_overload_int): Use host_integerp.
13774
13775 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
13776
13777         * init.c (build_offset_ref): Handle the case of a templated member
13778         function.
13779
13780 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13781
13782         * except.c (expand_exception_blocks): Clear catch_clauses_last.
13783
13784 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
13785
13786         * cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
13787         * class.c (check_bitfield_decl): Turn illegal bitfields into
13788         non-bitfields.
13789         (dfs_propagate_binfo_offsets): Adjust for new size_binop
13790         semantics.
13791         (dfs_offset_for_unshared_vbases): Likewise.
13792         * cvt.c (cp_convert_to_pointer): Convert NULL to a
13793         pointer-to-member correctly under the new ABI.
13794         * expr.c (cplus_expand_constant): Don't use cp_convert when
13795         turning an offset into a pointer-to-member.
13796         * init.c (resolve_offset_ref): Don't adjust pointers-to-members
13797         when dereferencing them under the new ABI.
13798         * typeck.c (get_member_function_from_ptrfunc): Tweak calculation
13799         of pointers-to-members under the new ABI.
13800
13801         * class.c (check_bitfield_decl): Remove restriction on really long
13802         bitfields.
13803         (layout_class_type): Implement new ABI handling of bitfields
13804         longer than their types.
13805
13806 2000-03-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13807
13808         * parse.y (extdefs): Call ggc_collect.
13809         * parse.c: Regenerated.
13810
13811 2000-03-18  Nathan Sidwell  <nathan@codesourcery.com>
13812
13813         * class.c (build_base_field): Use TYPE_ALIGN to examine a type.
13814         (note_name_declared_in_class): Use OVL_CURRENT to get at a
13815         potential overload.
13816
13817 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13818
13819         * class.c (build_vbase_path): Use integer_zerop.
13820         (build_vtable_entry): Use tree_low_cst.
13821         (get_vfield_offset): Use bit_position.
13822         (dfs_modify_vtables): New variable vindex_val; `i' is HOST_WIDE_INT.
13823         Use tree_low_cst.
13824         (check_bitfield_decl): Set DECL_SIZE using convert.
13825         (build_base_field): Set DECL_SIZE and DECL_SIZE_UNIT using size_binop.
13826         (layout_virtual_bases): DSIZE is unsigned HOST_WIDE_INT.
13827         Use tree_low_cst.
13828         (finish_struct_1): Use bit_position.
13829         (dump_class_hierarchy): Use tree_low_cst.
13830         * cp-tree.h (min_precision): Add declaration.
13831         * decl.c (xref_tag, xref_basetypes): Use tree_low_cst.
13832         * error.c (dump_type_suffix): Use host_integerp and tree_low_cst.
13833         (dump_expr): Use integer_zerop, host_integerp, and tree_low_cst.
13834         * expr.c (cplus_expand_constant): Use bit_position.
13835         * init.c (build_vec_init): Use host_integerp and tree_low_cst.
13836         * rtti.c (get_base_offset): Use bit_position.
13837         * typeck.c (build_binary_op): Use integer_zerop, compare_tree_int,
13838         host_integerp, and tree_low_cst.
13839         (pointer_int_sum): Use integer_zerop.
13840         (build_component_addr): Use bit_position.
13841
13842 2000-03-17  Nathan Sidwell  <nathan@codesourcery.com>
13843
13844         * typeck.c (require_complete_type): Don't assume size_zero_node.
13845         (complete_type_or_else): Likewise.
13846
13847 2000-03-16  Steven Grady <grady@digitaldeck.com>
13848             Jason Merrill  <jason@casey.cygnus.com>
13849
13850         * rtti.c (build_dynamic_cast_1): Improve diagnostics.
13851
13852 2000-03-16  Nathan Sidwell  <nathan@codesourcery.com>
13853
13854         * decl2.c (grokfield): Bail out if type is error_mark_node.
13855
13856 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
13857
13858         * tinfo2.cc (__ptr_to_member_data): Rename to ...
13859         (__pointer_to_member_data): ... here. Adjust.
13860         * rtti.c (create_tinfo_types): Adjust.
13861
13862 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
13863
13864         * cp-tree.h (CPTI_REF_DESC_TYPE, ref_desc_type_node): Remove.
13865         * decl.c (ref_desc_type_node): Undocument.
13866         * rtti.c (ptr_ref_initializer): Rename to ...
13867         (ptr_initializer): ... here. Adjust comments.
13868         (ptmd_initializer): Fix comment thinko.
13869         (synthesize_tinfo_var): Remove REFERENCE_TYPE case.
13870         (create_tinfo_types): Remove ref_desc_type_node init.
13871         * tinfo2.cc (__reference_type_info): Remove.
13872
13873 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
13874
13875         * decl.c (cp_finish_decl): Remove obsolete comment.
13876
13877         * typeck.c (build_ptrmemfunc1): Kill uninitialized warning.
13878
13879 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
13880
13881         * cp-tree.h: Tweak documentation.
13882         * class.c (build_vbase_pointer_fields): Layout the fields, too.
13883         (avoid_overlap): Remove.
13884         (get_binfo_offset_as_int): New function.
13885         (dfs_serach_base_offsets): Likewise.
13886         (layout_nonempty_base_or_field): Likewise.
13887         (build_base_field): Layout fields here.  Avoid placing two objects
13888         of the same type at the same address, under the new ABI.
13889         (build_base_fields): Adjust accordingly.
13890         (create_vtable_ptr): Return the new field, but don't attach it to
13891         TYPE_FIELDS.
13892         (remove_base_field): Remove.
13893         (remove_base_fields): Remove.
13894         (layout_basetypes): Adjust accordingly.
13895         (layout_class_type): Call layout_field for each field, rather than
13896         just making a wholesale call to layout_type.
13897
13898 2000-03-14  Jeff Sturm  <jsturm@sigma6.com>
13899
13900         * except.c (expand_throw): Fix typo in _Jv_Sjlj_Throw.
13901
13902 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
13903
13904         * decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.
13905
13906         * except.c (dtor_nothrow): New fn.
13907         (do_pop_exception): Use it.  Take type parm.
13908         (push_eh_cleanup): Take type parm.
13909         (expand_start_catch_block): Pass it.
13910         (build_eh_type_type_ref): Accept null type.
13911
13912 2000-03-12  Mark Mitchell  <mark@codesourcery.com>
13913
13914         * cp-tree.h (revert_static_member_fn): Change prototype.
13915         * decl.c (grokfndecl): Adjust call to revert_static_member_fn.
13916         (grok_op_properties): Likewise.
13917         (start_function): Likewise.
13918         (revert_static_member_fn): Simplify.
13919         * pt.c (check_explicit_specialization): Adjust call to
13920         revert_static_member_fn.
13921
13922 2000-03-11  Mark Mitchell  <mark@codesourcery.com>
13923
13924         * cp-tree.h (scope_kind): New type.
13925         (tmpl_spec_kind): Likewise.
13926         (declare_pseudo_global_level): Remove.
13927         (pseudo_global_level_p): Rename to template_parm_scope_p.
13928         (pushlevel): Remove declaration.
13929         (begin_scope): New function.
13930         (finish_scope): Likewise.
13931         (current_tmpl_spec_kind): Likewise.
13932         * decl.c (struct binding_level): Shorten parm_flag to 2 bits.
13933         Shorten keep to 2 bits.  Rename pseudo_global to template_parms_p.
13934         Add template_spec_p.
13935         (toplevel_bindings_p): Adjust.
13936         (declare_pseudo_global_level): Remove.
13937         (pseudo_global_level_p): Rename to template_parm_scope_p.
13938         (current_tmpl_spec_kind): New function.
13939         (begin_scope): Likewise.
13940         (finish_scope): Likewise.
13941         (maybe_push_to_top_level): Adjust.
13942         (maybe_process_template_type_declaration): Likewise.
13943         (pushtag): Likewise.
13944         (pushdecl_nonclass_level): Likewise.
13945         (lookup_tag): Likewise.
13946         (grokfndecl): Handle member template specializations.  Share
13947         constructor and non-constructor code.
13948         * decl2.c (check_classfn): Handle member template specializations.
13949         * pt.c (begin_template_parm_list): Use begin_scope.
13950         (begin_specialization): Likewise.
13951         (end_specialization): Likewise.
13952         (check_explicit_specialization): Use current_tmpl_spec_kind.
13953         Handle member template specializations.
13954         (end_template_decl): Use finish_scope.  Remove call to
13955         get_pending_sizes.
13956         (push_template_decl_real): Remove bogus error message.
13957         (tsubst_decl): Fix typo in code contained in comment.
13958         (instantiate_template): Handle member template specializations.
13959         (most_general_template): Likewise.
13960
13961 2000-03-11  Gabriel Dos Reis  <gdr@codesourcery.com>
13962
13963         * lex.c (whitespace_cr): Compress consecutive calls to warning().
13964         (do_identifier): Ditto for error().
13965
13966         * pt.c (convert_nontype_argument): Ditto for cp_error().
13967         (convert_template_argument): Ditto for cp_pedwarn().
13968
13969 2000-03-11  Jason Merrill  <jason@casey.cygnus.com>
13970
13971         * exception.cc (__check_null_eh_spec): New fn.
13972         * except.c (expand_end_eh_spec): Call it if the spec is throw().
13973
13974 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
13975
13976         * decl.c (push_throw_library_fn): Take the FUNCTION_TYPE.
13977         * except.c (expand_end_eh_spec): Add the return type.
13978         * rtti.c (throw_bad_cast): Add the parmtypes.
13979         (throw_bad_typeid): Likewise.
13980
13981         * semantics.c (expand_stmt): Only leave out rtl for unused
13982         artificials, and set DECL_IGNORED_P on them as well.
13983         * decl.c (wrapup_globals_for_namespace): Likewise.
13984
13985 2000-03-09  Nathan Sidwell  <nathan@codesourcery.com>
13986
13987         * decl.c (maybe_commonize_var): Skip all artificial decls.
13988         * pt.c (tsubst_decl): Don't copy TREE_ASM_WRITTEN.
13989
13990 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
13991
13992         * lang-options.h, decl2.c: Add -fno-enforce-eh-specs.
13993         * cp-tree.h: Declare flag_enforce_eh_specs.
13994         * decl.c (store_parm_decls, finish_function): Check it.
13995
13996         C library functions don't throw.
13997         * Makefile.in (cfns.h): New target.
13998         (except.o): Depend on it.
13999         * Make-lang.in (cc1plus): Depend on cfns.gperf.
14000         * cfns.gperf: New file.
14001         * cfns.h: Generated.
14002         * except.c: Include it.
14003         (nothrow_libfn_p): New fn.
14004         * decl.c (grokfndecl): Use it.
14005         * cp-tree.h: Declare it.
14006
14007         * decl.c (push_overloaded_decl_1, auto_function,
14008         define_function): Lose.
14009         (build_library_fn_1): New static fn.
14010         (builtin_function): Use it.
14011         (get_atexit_node): Use build_library_fn_ptr.
14012         (build_library_fn, build_cp_library_fn, build_library_fn_ptr,
14013         build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,
14014         push_void_library_fn, push_throw_library_fn): New fns.
14015         * cp-tree.h: Declare them.
14016         (cp_tree_index): Remove CPTI_BAD_CAST, CPTI_BAD_TYPEID.
14017         (throw_bad_cast_node, throw_bad_typeid_node): Lose.
14018         * except.c (init_exception_processing, call_eh_info, do_pop_exception,
14019         (expand_end_eh_spec, alloc_eh_object, expand_throw): Use above fns.
14020         * rtti.c (build_runtime_decl): Lose.
14021         (throw_bad_cast, throw_bad_typeid, get_tinfo_decl,
14022         build_dynamic_cast_1, expand_si_desc, expand_class_desc,
14023         expand_ptr_desc, expand_attr_desc, expand_generic_desc): Use above fns.
14024
14025         * call.c (build_call): Remove result_type parm.
14026         Call mark_used on unused artificial fns.
14027         * init.c, method.c, typeck.c, except.c, rtti.c: Adjust.
14028
14029 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
14030
14031         * call.c (build_call): Set TREE_NOTHROW on the CALL_EXPR as
14032         appropriate.
14033         * decl.c (define_function): Set TREE_NOTHROW on the FUNCTION_DECL.
14034         * except.c (call_eh_info, alloc_eh_object, expand_throw): Set
14035         TREE_NOTHROW or TREE_THIS_VOLATILE on the function as appropriate.
14036         * rtti.c (build_runtime_decl, get_tinfo_decl, build_dynamic_cast_1,
14037         expand_si_desc, expand_class_desc, expand_ptr_desc, expand_attr_desc,
14038         expand_generic_desc): Likewise.
14039
14040 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14041
14042         * exception.cc (__cp_pop_exception): Cleanup the original object.
14043
14044 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14045
14046         * decl.c (grok_op_properties): Merge conversion to void warning
14047         with other silly op warnings.
14048
14049 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
14050
14051         * typeck2.c (process_init_constructor): Set TREE_PURPOSE of
14052         array CONSTRUCTOR elements.  Don't use expr_tree_cons.
14053
14054 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14055
14056         * decl.c (cp_make_fname_decl): New function.
14057         (wrapup_globals_for_namespace): Don't emit unused static vars.
14058         (init_decl_processing): Remove comment about use of
14059         array_domain_type. Set make_fname_decl.
14060         (cp_finish_decl): Remove __FUNCTION__ nadgering.
14061         * semantics.c (begin_compound_stmt): Remove
14062         current_function_name_declared flagging.
14063         (expand_stmt): Don't emit unused local statics.
14064         * typeck.c (decay_conversion): Don't treat __FUNCTION__ decls
14065         specially.
14066
14067 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14068
14069         * typeck.c (convert_for_assignment): Don't look at array
14070         initializer.
14071         * call.c (convert_like_real): Likewise.
14072
14073 2000-03-07  Jason Merrill  <jason@casey.cygnus.com>
14074
14075         Add initial support for '\uNNNN' specifier.
14076         * lex.c (read_ucs): New fn.
14077         (readescape, skip_white_space): Call it.
14078         (is_extended_char, is_extended_char_1): New fns.
14079         (utf8_extend_token): New fn, #if 0'd out.
14080         (real_yylex): Treat extended chars like letters.
14081
14082         * search.c (note_debug_info_needed): Walk the bases even if we
14083         weren't deferring the type itself.
14084
14085 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14086
14087         * decl2.c (finish_objects): Constify a char*.
14088
14089         * method.c (emit_thunk): Likewise.
14090
14091 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
14092
14093         * typeck.c (dubious_conversion_warnings): Look through
14094         REFERENCE_TYPE.
14095
14096 Mon Mar  6 08:46:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14097
14098         * class.c (dfs_modify_vtables): I is now unsigned.
14099         (check_bitfield_decl): Use tree_int_cst_sgn and compare_tree_int.
14100         (build_base_field): Add casts of TREE_INT_CST_LOW to HOST_WIDE_INT.
14101         * error.c (dump_expr): Cast TREE_INT_CST_HIGH to unsigned.
14102         * init.c (build_vec_init): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
14103         * method.c (build_overload_int): Cast TREE_INT_CST_HIGH to unsigned.
14104         * typeck.c (build_binary_op, case TRUNC_DIV_EXPR):
14105         Call integer_all_onesp.
14106         * typeck2.c (process_init_constructor): Use compare_tree_int.
14107
14108         * lang-specs.h (as): Don't call if -syntax-only.
14109
14110 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
14111
14112         * expr.c (cplus_expand_expr, case STMT_EXPR): Don't set
14113         RTL_EXPR_HAS_NO_SCOPE after all.
14114
14115 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
14116
14117         * expr.c (cplus_expand_expr, case STMT_EXPR): Use
14118         expand_start_stmt_expr and expand_end_stmt_expr directly.  Set
14119         RTL_EXPR_HAS_NO_SCOPE.
14120
14121         * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG a little
14122         later.
14123
14124         * dump.c (dequeue_and_dump): Dump SCOPE_NO_CLEANUPS_P.
14125
14126 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
14127
14128         * call.c (convert_like): Macrofy.
14129         (convert_like_with_context): New macro.
14130         (convert_like_real): Renamed from convert_like.  Add calling
14131         context parameters, for diagnostics. Add recursive flag.  Call
14132         dubious_conversion_warnings for outer conversion.
14133         (build_user_type_conversion): Use convert_like_with_context.
14134         (build_over_call): Likewise. Don't warn about dubious
14135         conversions here. Adjust convert_default_arg calls.
14136         (convert_default_arg): Add context parameters for diagnostics.
14137         Pass through to convert_like_with_context.
14138         * cp-tree.h (convert_default_arg): Add context parameters.
14139         (dubious_conversion_warnings): Prototype new function.
14140         * typeck.c (convert_arguments): Adjust convert_default_arg call.
14141         (dubious_conversion_warnings): New function, broken
14142         out of convert_for_assignment.
14143         (convert_for_assignment): Adjust.
14144
14145 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
14146
14147         * decl2.c (key_method): Break out from...
14148         (import_export_vtable, import_export_class): ...here.
14149
14150         * decl.c (finish_function): Don't mess with flag_keep_inline_functions.
14151         * decl2.c (finish_vtable_vardecl): Don't check decl_function_context.
14152
14153         * search.c (note_debug_info_needed, dfs_debug_mark,
14154         dfs_debug_unmarkedp): Uncomment.  Adjust for new scheme.
14155         * decl2.c (finish_vtable_vardecl): Call note_debug_info_needed.
14156
14157 2000-03-03  Nathan Sidwell  <nathan@codesourcery.com>
14158
14159         * decl.c (cp_finish_decl): Remove obsolete obstack comments, fix
14160         typos.
14161
14162 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
14163
14164         * cp-tree.h (TYPE_NEEDS_DESTRUCTOR): Rename to ...
14165         (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): ... this.
14166         (TYPE_HAS_TRIVIAL_DESTRUCTOR): New macro.
14167         (lang_type): Split gets_new into has_new and has_array_new.
14168         (TYPE_VEC_NEW_USES_COOKIE): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
14169         (TYPE_GETS_NEW): Split into ...
14170         (TYPE_HAS_NEW_OPERATOR): ... this, and ...
14171         (TYPE_HAS_ARRAY_NEW_OPERATOR): ... this.
14172         (DECL_ARRAY_DELETE_OPERATOR_P): New macro
14173         (build_op_new_call): Don't declare.
14174         (build_new_1): Likewise.
14175         * call.c (build_op_new_call): Remove.
14176         * class.c (check_bases): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
14177         instead of TYPE_NEEDS_DESTRUCTOR.
14178         (finish_struct_bits): Likewise.
14179         (add_implicitly_declared_members): Likewise.
14180         (check_field_decl): Likewise.
14181         (check_methods): Set TYPE_VEC_DELETE_TAKES_SIZE here, and set it
14182         correctly under the new ABI.
14183         * decl.c (start_decl_1): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
14184         instead of TYPE_NEEDS_DESTRUCTOR.
14185         (initialize_local_var): Likewise.
14186         (destroy_local_var): Likewise.
14187         (cp_finish_decl): Likewise.
14188         (register_dtor_fn): Likewise.
14189         (grok_op_properties): Set TYPE_HAS_NEW_OPERATOR and
14190         TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.  Don't set
14191         TYPE_VEC_DELETE_TAKES_SIZE here.
14192         (xref_basetypes): Set TYPE_HAS_NEW_OPERATOR and
14193         TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.
14194         (store_parm_decls):  Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
14195         (finish_destructor_body): Likewise.
14196         (maybe_build_cleanup_1): Likewise.
14197         * decl2.c (do_static_destruction): Likewise.
14198         * init.c (build_new_1): Make it static.
14199         (perform_member_init): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
14200         (expand_cleanup_for_base): Likewise.
14201         (get_cookie_size): New function.
14202         (build_new_1): Handle array-new cookies correctly under the new
14203         ABI.
14204         (build_vec_delete_1): Likewise.
14205         (build_vec_init):  Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
14206         (build_delete): Likewise.
14207         (build_vec_delete): Handle array-new cookies correctly under the new
14208         ABI.
14209         * lex.c (do_identifier): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
14210         * pt.c (instantiate_class_template): Set TYPE_HAS_NEW_OPERATOR and
14211         TYPE_HAS_ARRAY_NEW_OPERATOR.
14212         * ptree.c (print_lang_type): Check them.
14213         * search.c (context_for_name_lookup): Fix typo in comment.
14214         (tree_has_any_destructor_p): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
14215         * tree.c (break_out_cleanups): Likewise.
14216         (build_cplus_array_test_1): Likewise.
14217         (cp_build_qualified_type_real): Likewise.
14218         * typeck.c (complete_type): Likewise.
14219
14220         * g++spec.c (lang_specific_driver): Add -fnew-abi at the start of
14221         the command-line, not the end.
14222
14223 2000-03-01  Jason Merrill  <jason@casey.cygnus.com>
14224
14225         * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG.
14226
14227 2000-03-02  Tom Tromey  <tromey@cygnus.com>
14228
14229         * cp-tree.h (build_java_class_ref): Declare.
14230         * init.c (build_java_class_ref): No longer static.
14231         * except.c (expand_throw): Generate a Java-style `throw' if the
14232         thrown object is a "Java" object.
14233         (initialize_handler_parm): Generate a Java-style lookup of
14234         exception info if the caught object is a "Java" object.
14235         (catch_language, catch_language_init): New globals.
14236         (decl_is_java_type): New function.
14237         (expand_start_catch_block): Don't call push_eh_info() or
14238         push_eh_cleanup() when handling a Java-style "catch".  Pass Java
14239         class reference to build_catch_block.
14240
14241 Thu Mar  2 13:32:01 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14242
14243         * typeck.c (comptypes): Treat sizetype like its language equivalent.
14244
14245 2000-03-01  Bernd Schmidt  <bernds@cygnus.co.uk>
14246
14247         * typeck.c (maybe_warn_about_returning_address_of_local): Reorganize
14248         to merge reference/pointer code and fix incorrect warnings.
14249
14250 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
14251
14252         * search.c (protected_accessible_p): Use context_for_name_lookup.
14253
14254         * init.c (construct_virtual_bases): Fix thinko.
14255         * typeck.c (expand_ptrmemfunc_cst): Fix thinko.
14256
14257 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
14258
14259         * decl.c (current_function_decl): Move to toplev.c.
14260
14261 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
14262
14263         * pt.c (fn_type_unification): Unify return type, whenever
14264         provided.
14265         (get_bindings_real): Only pass return type when necessary.
14266         Remove explicit return type check.
14267         * class.c (resolve_address_of_overloaded_function): Pass desired
14268         return type to fn_type_unification.
14269
14270 Mon Feb 28 08:15:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14271
14272         * class.c (build_vtbl_or_vbase_field, check_methods): Don't clear
14273         DECL_FIELD_SIZE.
14274         (check_bitfield_decl, check_field_decls): Set DECL_SIZE, not
14275         DECL_FIELD_SIZE.
14276         * rtti.c (expand_class_desc): Likewise.
14277         * cp-tree.h (DECL_INIT_PRIORITY): Use underlying union name.
14278         (THUNK_VCALL_OFFSET): Likewise.
14279         (THUNK_DELTA): Reflect changes in ../tree.h.
14280
14281 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
14282
14283         * search.c (protected_accessible_p): Also allow the access if
14284         the member is public in DERIVED.  Lose TYPE parm.
14285         (friend_accessible_p): Lose TYPE parm.
14286         (accessible_p): Adjust.
14287
14288 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14289
14290         * class.c (dfs_build_vtable_offset_vtbl_entries): Don't use size_binop
14291         on things that are not sizes; ssize_binop deleted.
14292         Call size_diffop when appropriate.
14293         (dfs_build_vcall_offset_vtbl_entries): Likewise.
14294         (build_primary_vtable, build_secondary_vtable): Likewise.
14295         (dfs_set_offset_for_unshared_vbases, dfs_modify_vtables): Likewise.
14296         Variable I is HOST_WIDE_INT.
14297         (get_vfield_offset): Pass proper types to size_binop.
14298         (size_extra_vtbl_entries, layout_virtual_bases): Likewise.
14299         (finish_struct_1): Likewise.
14300         (skip_rtti_stuff): Arg N is now pointer to signed.
14301         (layout_class_type): Use size_zero_node.
14302         * cp-tree.h (skip_rtti_stuff): Arg N is pointer to signed.
14303         * cvt.c (cp_convert_to_pointer): Pass proper types to size_binop.
14304         * decl.c (complete_arry_type): Pass proper types to size_binop.
14305         (xref_basetypes): BINFO_OFFSET is sizetype.
14306         * error.c (dump_expr): Don't use size_binop non-sizes.
14307         * expr.c (cplus_expand_constant): Pass proper types to size_binop.
14308         * init.c (construct_virtual_bases): Fix type error.
14309         (build_vec_delete_1): Pass proper type to size_binop and don't
14310         fold result.
14311         * lex.c (cp_make_lang_type): BINFO_OFFSET is sizetype.
14312         * rtti.c (get_base_offset): Pass proper type to size_binop.
14313         * search.c (dfs_find_vbases): Fix type error.
14314         (expand_upcast_fixups): Arg to skip_rtti_stuff is pointer to signed.
14315         (dfs_get_vbase_types): BINFO_OFFSET is sizetype.
14316         * tree.c (debug_binfo): Variable N is signed.
14317         Use HOST_WIDE_INT_PRINT_DEC.
14318         * typeck.c (comptypes): sizetype is same as equivalent integer type.
14319         (c_sizeof, c_sizeof_nowarn, expr_sizeof): Use TYPE_SIZE_UNIT,
14320         size_one_node and size_zero_node.
14321         (c_alignof): Use size_one_node.
14322         (build_component_addr): Pass proper types to size_binop.
14323         (expand_ptrmemfunc_cst): Don't use size_binop on non-sizes.
14324
14325 2000-02-26  Jason Merrill  <jason@casey.cygnus.com>
14326
14327         Implement class scope using-declarations for functions.
14328         * class.c (handle_using_decl): Call add_method for used functions.
14329         Use IDENTIFIER_CLASS_VALUE to check for conflicts.
14330         (add_method): Used functions are hidden by local functions.
14331         (check_bases_and_members): Handle using-decls before finalizing
14332         CLASSTYPE_METHOD_VEC.
14333         * call.c (add_function_candidate): Add ctype parm; if nonzero,
14334         override the type of 'this' accordingly.
14335         (add_template_candidate, add_template_candidate_real): Add ctype parm.
14336         (convert_class_to_reference, build_user_type_conversion_1,
14337         build_new_function_call, build_object_call, build_new_op,
14338         build_new_method_call): Pass ctype parm.
14339
14340         * search.c (lookup_member): Put rval_binfo, not basetype_path, in
14341         the baselink.
14342         * call.c (convert_class_to_reference, build_user_type_conversion_1,
14343         build_new_function_call, build_object_call, build_new_op,
14344         build_new_method_call, build_op_delete_call): Don't get basetype_path
14345         from a baselink.
14346         * typeck.c (build_component_ref): Likewise.
14347         * init.c (build_offset_ref): Likewise.
14348         (resolve_offset_ref): Don't call enforce_access.
14349         Call build_scoped_ref.
14350         * typeck2.c (build_scoped_ref): Simplify.  Do nothing if it
14351         would cause an error or if -pedantic.
14352         * class.c (alter_access): Lose binfo parm.
14353
14354 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
14355
14356         * semantics.c (simplify_aggr_init_exprs_p): Don't walk into
14357         types.
14358
14359 2000-02-25  Alfred Minarik <a8601248@unet.univie.ac.at>
14360
14361         * rtti.c (get_vmi_pseudo_type_info): Move __vmi_class_type_info
14362         pseudo_type_info creation into the std namespace
14363
14364 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
14365
14366         * cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.
14367         (import_export_class): Remove declaration.
14368         * decl2.c (import_export_class): Make it static.
14369         * dump.c (dequeue_and_dump): Handle PREDECREMENT_EXPR,
14370         PREINCREMENT_EXPR, POSTDECREMENT_EXPR, POSTINCREMENT_EXPR,
14371         EXPR_WITH_FILE_LOCATION.
14372         * lex.c (check_newline): Tweak filename/lineno setting.
14373         * semantics.c (begin_while_stmt): Fix typo in comment.
14374
14375 Sat Feb 26 19:50:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14376
14377         * lang-options.h (-fmessage-length=): Add missing option.
14378
14379         * Make-lang.in (CXX_SRCS): Add .h files and sort list.
14380
14381 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
14382
14383         * Make-lang.in: Delete refs to LIBGCC2_DEPS.
14384
14385 Fri Feb 25 14:52:33 2000  Jim Wilson  <wilson@cygnus.com>
14386
14387         * optimize.c (expand_call_inline): Emit the return label before
14388         evaluating the return value.
14389
14390 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
14391
14392         * lex.c (check_newline): Use push_srcloc and pop_srcloc, rather
14393         than duplicating functionality here.
14394         * optimize.c: Include input.h.
14395         (expand_call_inline): Use push_srcloc and pop_srcloc.
14396         * parse.y (maybe_cv_qualifier): Remove calls to emit_line_note.
14397         * parse.c: Regenerated.
14398         * Makefile.in (lex.o): Depend on input.h.
14399         (optimize.o): Likewise.
14400
14401 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
14402
14403         * decl.c (grokdeclarator): Diagnose qualifiers on non-member
14404         function type, rather than ICE.
14405
14406 2000-02-23  Jason Merrill  <jason@casey.cygnus.com>
14407
14408         * decl.c (grokdeclarator): Call decl_type_access_control.
14409         * parse.y (parse_end_decl): Don't call decl_type_access_control if
14410         decl is null.
14411
14412 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14413
14414         * decl.c (decls_match): Remove obsolete static member nadgering.
14415
14416 2000-02-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
14417
14418         * decl.c (grokdeclarator): Change ANSI to ISO.
14419         * lex.c (consume_string, readescape, do_identifier): Likewise.
14420         (parse_float, real_yylex): Likewise.
14421         * parse.y (paren_expr_or_null, paren_cond_or_null): Likewise.
14422         (unary_expr, new_initializer, cast_expr, primary, primary_no_id,
14423         new_type_id, maybe_label_decls, simple_stmt,
14424         for.init.statement): Likewise.
14425         * pt.c (do_decl_instantiation, do_type_instantiation): Likewise.
14426         * semantics.c (finish_named_return_value): Likewise.
14427         * parse.c: Regenerate.
14428
14429 2000-02-21  Mark Mitchell  <mark@codesourcery.com>
14430
14431         * cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
14432         (CPTI_CLASS_STAR_TYPE): Remove.
14433         (vtable_index_type): Likewise.
14434         (class_star_type_node): Remove.
14435         (TYPE_PTRMEMFUNC_FN_TYPE): Adjust for the new ABI.
14436         (build_binary_op_nodefault): Remove.
14437         * call.c (build_new_op): Use build_binary_op instead of
14438         build_binary_op_nodefault.
14439         * decl.c (init_decl_processing): Remove class_star_type_node
14440         initialization.  Make delta_type_node ptrdiff_type_node under the
14441         new ABI.  Initialize vtable_index_type.
14442         (build_ptrmemfunc_type): Build different structures for the new
14443         ABI.
14444         (build_enumerator): Use build_binary_op instead of
14445         build_binary_op_nodefault.
14446         * method.c (build_overload_value): Mangle pointers-to-members
14447         appropriately under the new ABI.
14448         * typeck.c (build_array_ref): Use build_binary_op instead of
14449         build_binary_op_nodefault.
14450         (get_member_function_from_ptrfunc): Adjust for the new ABI.
14451         (build_binary_op_nodefault): Rename to ...
14452         (build_binary_op): ... this.  Remove old version.  Adjust for
14453         pointer-to-member comparisons under the new ABI.
14454         (build_ptrmemfunc1): Remove dead code.  Adjust for the new ABI.
14455         (build_ptrmemfunc): Adjust for the new ABI.
14456         (expand_ptrmemfunc_cst): Likewise.
14457         (delta2_from_ptrmemfunc): Assert that we're not using the new ABI.
14458         (pfn_from_ptrmemfunc): Adjust for the new ABI.
14459
14460 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
14461
14462         * call.c (build_object_call): Compress consecutive calls to
14463         cp_error.
14464         (build_conditional_expr): Say 'ISO C++' not 'ANSI C++'.
14465         (build_op_delete_call): Adjust message formatting.
14466
14467         * class.c (check_bases): Compress consecutive calls to
14468         cp_pedwarn.
14469         (finish_struct_anon): Say 'ISO C++'.
14470
14471         * decl.c (start_decl): Same here.
14472         (grok_reference_init): Likewise.
14473         (grokfndecl): Correct message formatting.
14474         (grokfndecl): Improve diagnostic.
14475         (check_static_variable_definition): Likewise. Say 'ISO C++'
14476         (compute_array_index_type): Say 'ISO C++'
14477         (create_array_type_for_decl): Compress consecutive calls to
14478         cp_error.
14479         (grokdeclarator): Say 'ISO C++'
14480         (grok_op_properties): Likewise.
14481
14482         * decl2.c (delete_sanity): Clairify diagnostic.
14483         (check_member_template): Same here.
14484         (grok_function_init): Use consistent terminology.
14485
14486         * expr.c (do_case): Say 'ISO C++'
14487
14488         * friend.c (do_friend): Compress consecutive calls to warning.
14489
14490 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
14491
14492         * cp-tree.h (merge_primary_and_secondary_vtables_p): New macro.
14493         * class.c (build_secondary_vtable): Reorganize.  Don't create a
14494         new vtable under the new ABI.
14495         (layout_vtable_decl): Don't add num_extra_vtbl_entries when
14496         computing the size.
14497         (build_vtbl_initializer): Don't return a CONSTRUCTOR; just return
14498         the initializing elements.
14499         (initialize_vtable): New function.
14500         (dfs_finish_vtbls): Use it.
14501         (dfs_accumulate_vtbl_inits): New function.
14502         (finish_vtbls): Merge primary and secondary vtables under the new
14503         ABI.
14504         (finish_struct_1): Remove redundant call to layout_vtable_decl.
14505         * init.c (expand_virtual_init): Deal with BINFO_VTABLEs that
14506         aren't VAR_DECLs.
14507
14508         * class.c (build_vtable): New function, split out from ...
14509         (get_vtable_decl): ... here, and ...
14510         (build_secondary_vtable): ... here.
14511
14512         * pt.c (tsubst_decl): Fix formatting.
14513
14514 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14515
14516         * class.c (build_primary_vtable, layout_vtable_decl): Likewise.
14517         (avoid_overlap, build_base_field): Likewise.
14518         (build_base_field, build_base_fields, is_empty_class):
14519         Test DECL_SIZE with integer_zero.
14520         (layout_class_type): Set CLASSTYPE_SIZE_UNIT.
14521         * cp-tree.h (struct lang_type): New field size_unit.
14522         (CLASSTYPE_SIZE_UNIT): New macro.
14523         * decl.c (init_decl_processing): Set DECL_SIZE_UNIT.
14524         (cp_finish_decl): Delete -Wlarger-than processing.
14525         * optimize.c (remap_decl): Walk DECL_SIZE_UNIT.
14526         * pt.c (tsubst_decl): Set DECL_SIZE_UNIT.
14527         * tree.c (make_binfo): binfo vector is one entry longer.
14528         (walk_tree): Walk DECL_SIZE_UNIT.
14529
14530 2000-02-19  Mark Mitchell  <mark@codesourcery.com>
14531
14532         * class.c (dfs_build_vcall_offset_vtbl_entries): Fix typo in
14533         comment.
14534         (build_vtable_entry): Don't assume all vtable entries are
14535         functions.
14536         (build_vtbl_initializer): Adjust accordingly.
14537         (get_vtable_decl): Fix formatting.
14538
14539 2000-02-18  Jason Merrill  <jason@casey.cygnus.com>
14540
14541         * semantics.c (deferred_type_access_control): Walk the entire
14542         type_lookups list.
14543         (save_type_access_control): Rename from
14544         initial_deferred_type_access_control.  Just remember the value.
14545         (decl_type_access_control): New fn.
14546         (begin_function_definition): Use deferred_type_access_control, after
14547         we've started the function.  Set type_lookups to error_mark_node.
14548         * parse.y (frob_specs, fn.def1): Adjust.
14549         (parse_decl0, parse_field, parse_field0, parse_bitfield): New fns.
14550         (parse_end_decl, parse_bitfield0, parse_method): New fns.
14551         (fn.def2, initdcl, initdcl0_innards, nomods_initdcl0): Use them.
14552         (after_type_component_declarator0): Likewise.
14553         (after_type_component_declarator): Likewise.
14554         (notype_component_declarator): Likewise.
14555         * cp-tree.h: Adjust.
14556
14557         * decl.c (redeclaration_error_message): Allow redeclaration of
14558         namespace-scope decls.
14559
14560 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
14561
14562         * typeck2.c (my_friendly_abort): Use GCCBUGURL.
14563
14564 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14565
14566         * class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT.
14567         * decl2.c (grokclassfn): Likewise.
14568
14569         * ir.texi: Document DECL_TEMPLATE_INSTANTIATIONS.
14570
14571         * decl2.c (lang_decode_option): Don't set default message length
14572         here.
14573         * lex.c (lang_init_options): Set it here.
14574
14575 2000-02-16  Mark Mitchell  <mark@codesourcery.com>
14576
14577         Make DECL_CONTEXT mean the class in which a member function was
14578         declared, even for a virtual function.
14579         * cp-tree.h (DECL_CLASS_CONTEXT): Adjust.
14580         (DECL_FRIEND_CONTEXT): New macro.
14581         (DECL_REAL_CONTEXT): Remove.
14582         (SET_DECL_FRIEND_CONTEXT): Likewise.
14583         (DECL_VIRTUAL_CONTEXT): Adjust.
14584         (DECL_CLASS_SCOPE_P): Use TYPE_P.
14585         (add_friends): Remove.
14586         (hack_decl_function_context): Likewise.
14587         * call.c (build_new_function_call): Replace DECL_REAL_CONTEXT with
14588         CP_DECL_CONTEXT.
14589         (build_over_call): Fix indentation.  Use DECL_CONTEXT
14590         instead of DECL_CLASS_CONTEXT.
14591         * class.c (dfs_build_vcall_offset_vtbl_entries): Likewise.
14592         (add_method): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
14593         (strictly_overrides): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
14594         (build_vtbl_or_vbase_field): Don't set DECL_CLASS_CONTEXT.
14595         (build_base_field): Likewise.
14596         (finish_struct_1): Likewise.
14597         (build_self_reference): Likewise.
14598         * decl.c (push_class_binding): Use CP_DECL_CONTEXT, not
14599         DECL_REAL_CONTEXT.
14600         (pushtag): Use decl_function_context, not
14601         hack_decl_function_context.
14602         (decls_match): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
14603         (duplicate_decls): Use DECL_VIRTUAL_CONTEXT.
14604         (pushdecl): Remove bogus code.
14605         (start_decl): Use DECL_CONTEXT rather than DECL_CLASS_CONTEXT.
14606         (cp_finish_decl): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
14607         (grokfndecl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
14608         Use decl_function_context, nothack_decl_function_context.
14609         (grokvardecl): Don't set DECL_CLASS_CONTEXT.
14610         (grokdeclarator): Likewise.  Use decl_function_context, not
14611         hack_decl_function_context.
14612         (copy_args_p): Document.  Don't use DECL_CLASS_CONTEXT.
14613         (start_function): Use DECL_FRIEND_CONTEXT, not
14614         DECL_CLASS_CONTEXT.  Use decl_function_context, not
14615         hack_decl_function_context.
14616         (finish_function): Use decl_function_context, not
14617         hack_decl_function_context.
14618         (maybe_retrofit_in_chrg): Use DECL_CONTEXT, not
14619         DECL_CLASS_CONTEXT.
14620         (grokclassfn): Set DECL_VIRTUAL_CONTEXT, not DECL_CONTEXT.
14621         (finish_static_data_member_decl): Don't set DECL_CLASS_CONTEXT.
14622         (grokfield): Likewise.
14623         (finish_builtin_type): Likewise.
14624         (finish_vtable_vardec): Use decl_function_context, not
14625         hack_decl_function_context.
14626         (import_export_decl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
14627         (start_static_initialization_or_destruction): Likewise.
14628         (finish_static_initialization_or_destruction): Likewise.
14629         (mark_used): Adjust logic for deciding when to synthesize methods.
14630         * dump.c (dequeue_and_dump): Use CP_DECL_CONTEXT, not
14631         DECL_REAL_CONTEXT.
14632         * error.c (dump_function_decl): Use DECL_CONTEXT, not
14633         DECL_CLASS_CONTEXT.
14634         * friend.c (is_friend): Likewise.
14635         (add_friends): Remove.
14636         (do_friend): Use SET_DECL_FRIEND_CONTEXT.
14637         * lex.c (begin_definition_of_inclass_inline): Use
14638         decl_function_context, not hack_decl_function_context.
14639         (process_next_inline): Likewise.
14640         (do_identifier): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
14641         * method.c (set_mangled_name_for_decl): Use DECL_CONTEXT, not
14642         DECL_CLASSS_CONTEXT.
14643         (hack_identifier): Likewise.
14644         (synthesize_method):  Use decl_function_context, not
14645         hack_decl_function_context.
14646         * pt.c (template_class_depth_real): Use CP_DECL_CONTEXT, not
14647         DECL_REAL_CONTEXT.
14648         (is_member_template): Use decl_function_context, not
14649         hack_decl_function_context.  Use DECL_CONTEXT, not
14650         DECL_CLASS_CONTEXT.
14651         (build_template_decl): Set DECL_VIRTUAL_CONTEXT, not
14652         DECL_CLASS_CONTEXT.
14653         (check_default_tmpl_args): Use CP_DECL_CONTEXT, not
14654         DECL_REAL_CONTEXT.
14655         (push_template_decl_real): Likewise.
14656         (instantiate_class_template): Don't call add_friends.
14657         (tsubst_default_argument): Use DECL_CONTEXT, not
14658         DECL_REAL_CONTEXT.
14659         (tsubst_decl): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
14660         Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
14661         (set_meangled_name_for_template_decl): Use DECL_CONTEXT, not
14662         DECL_CLASS_CONTEXT.
14663         * repo.c (repo_inline_used): Likewise.
14664         * search.c (current_scope): Adjust for new _CONTEXT macros.
14665         (context_for_name_lookup): Use CP_DECL_CONTEXT, not
14666         DECL_REAL_CONTEXT.
14667         (friend_accessible_p): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
14668         (lookup_fnfields_here):Likewise.
14669         (check_final_overrider): Likewise.
14670         (init_vbase_pointers): Likewise.
14671         (virtual_context): Likewise.
14672         * semantics.c (finish_member_declaration): Just set DECL_CONTEXT.
14673         (expand_body): Use decl_function_context, not
14674         hack_decl_function_context.
14675         * tree.c (hack_decl_function_context): Remove.
14676         * typeck.c (build_x_function_call): Use DECL_CONTEXT, not
14677         DECL_CLASS_CONTEXT.
14678         * typeck2.c (error_not_base_type): Likewise.
14679
14680 2000-02-15  Jason Merrill  <jason@casey.cygnus.com>
14681
14682         * decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE.
14683
14684 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14685
14686         * Make-lang.in (g++spec.o): Depend on $(GCC_H), not gcc.h.
14687
14688 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
14689
14690         * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
14691
14692 2000-01-16  Gabriel Dos Reis  <gdr@codesourcery.com>
14693
14694         * decl2.c (lang_decode_option): Enable automatic line wrapping.
14695
14696 2000-02-13  Jason Merrill  <jason@casey.cygnus.com>
14697
14698         * parse.y (frob_specs): Split out...
14699         (parse_decl): From here.
14700         (fn.def2): Call initial_deferred_type_access_control.
14701         (after_type_component_declarator0): Call frob_specs.
14702         (notype_component_declarator0): Likewise.
14703         * search.c (friend_accessible_p): Nested classes are friends of their
14704         enclosing classes.
14705
14706 2000-02-10  Mark Mitchell  <mark@codesourcery.com>
14707
14708         * ir.texi (ADDR_EXPR): Document the fact that an ADDR_EXPR can be
14709         used to create an implicit temporary.
14710
14711         * class.c (dfs_modify_vtables): Tweak calculation of functions to
14712         override.
14713
14714 2000-02-08  Nathan Sidwell  <nathan@acm.org>
14715
14716         * typeck.c (strip_all_pointer_quals): Use TYPE_MAIN_VARIANT, to
14717         strip array element qualifiers too.
14718
14719 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
14720
14721         * decl.c (store_parm_decls): Don't build cleanups for parameters
14722         while processing_template_decl.
14723
14724 2000-02-07  Jason Merrill  <jason@casey.cygnus.com>
14725
14726         * cp-tree.h (struct saved_scope): Add incomplete field.
14727         (namespace_scope_incomplete): New macro.
14728         * decl.c (pushdecl): Use it.
14729         (hack_incomplete_structures): Use it.  See through artificial
14730         binding levels.
14731         (mark_saved_scope): Mark it.
14732
14733         Implement access control for nested types.
14734         * search.c (type_access_control): New fn.
14735         (accessible_p): Now we do perform access control for types.
14736         * semantics.c (deferred_type_access_control): New fn.
14737         (initial_deferred_type_access_control): New fn.
14738         (begin_function_definition): Call it.  Add lookups parm.
14739         * decl.c (struct binding_level): Add this_class field.
14740         (pushlevel_class): Set it.
14741         (mark_binding_level): Mark it.
14742         (lookup_name_real): Use it.  Call type_access_control.
14743         (mark_saved_scope): Mark lookups field.
14744         * cp-tree.h (flagged_type_tree): Add lookups field.
14745         (struct saved_scope): Add lookups field.
14746         (type_lookups): New macro.
14747         * parse.y (declmods): Now <ftype>.
14748         (parse_decl): Add lookups parm.  Call
14749         initial_deferred_type_access_control.
14750         (lang_extdef): Clear type_lookups.
14751         (typed_declspecs, declmods, typespec): Set lookups field.
14752         (initdcl): Call deferred_type_access_control.
14753         (fn.def1, fn.def2, typed_declspecs1, initdcl0_innards, nomods_initdcl0,
14754         component_decl_1, named_parm): Adjust.
14755         * friend.c (is_friend): Nested classes are friends of their
14756         enclosing classes.
14757
14758         * class.c (currently_open_derived_class): New fn.
14759         * method.c (hack_identifier): Use it.
14760
14761         * lex.c (do_identifier): Remove obsolete code.
14762
14763         * parse.y (typed_typespecs): Propagate new_type_flag properly.
14764
14765 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
14766
14767         * tinfo.h: Remove apostrophes from C++ comment (xgettext
14768         thinks this file is plain C).
14769
14770 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14771
14772         * Makefile.in (call.o): Depend on $(EXPR_H).
14773
14774         * call.c: Include "expr.h".
14775
14776         * class.c (dump_class_hierarchy): Add prototype.
14777
14778         * search.c (dfs_get_pure_virtuals): Likewise.
14779
14780 2000-02-1  Ulrich Drepper  <drepper@redhat.com>
14781
14782         * parse.y (simple_stmt): Allow :: token in asm parameter list.
14783         * parse.c: Rebuilt.
14784
14785 Mon Jan 31 15:35:29 2000  Jim Wilson  <wilson@cygnus.com>
14786
14787         * class.c (build_vtbl_or_vbase_field): New parameter fcontext.
14788         Store it in DECL_FCONTEXT.
14789         (build_vbase_pointer_fields, create_vtable_ptr): Fix callers.
14790
14791 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
14792
14793         * tinfo.h (old abi): #include "tconfig.h".
14794         * tinfo.cc (convert_to_base): Move into old abi section.
14795
14796 2000-01-31  Mark Mitchell  <mark@codesourcery.com>
14797
14798         * cp-tree.h (BINFO_VIRTUALS): Tweak documentation.
14799         (CLASSTYPE_PRIMARY_BINFO): Use BINFO_PRIMARY_BINFO.
14800         (BINFO_PRIMARY_BINFO): New macro.
14801         (BF_DELTA): Rename to ...
14802         (BV_DELTA): ... this.
14803         (BF_VCALL_INDEX): Rename to ...
14804         (BV_VCALL_INDEX): ... this.
14805         (BF_FN): Rename to ...
14806         (BV_FN): ... this.
14807         * class.c (build_vbase_path): Adjust for changes to reverse_path.
14808         (set_rtti_entry): Rename BF_ macros to BV_ variants.
14809         (modify_vtable_entry): Simplify.
14810         (add_virtual_function): Rename BF_ macros to BV_ variants.
14811         (build_vtable_initializer): Likewise.
14812         (get_class_offset_1): Remove.
14813         (dfs_get_class_offset): Likewise.
14814         (get_class_offset): Likewise.
14815         (dfs_find_final_overrider): New function.
14816         (find_final_overrider): Likewise.
14817         (modify_one_vtable): Remove.
14818         (dfs_find_base): New function.
14819         (dfs_modify_vtables): Fold modify_one_vtable in here.  Use
14820         find_final_overrider.
14821         (modify_all_vtables): Adjust.  Set BV_VCALL_INDEX on new
14822         virtuals.
14823         (dfs_fixup_vtable_deltas): Remove.
14824         (override_one_vtable): Remove.
14825         (merge_overrides): Likewise.
14826         (layout_virtual_bases): Make sure BINFO_OFFSET is set right for
14827         unreal chilren of virtual bases.
14828         (finish_struct_1): Don't use merge_overrides.  Don't use
14829         dfs_fixup_vtable_deltas.
14830         * tree.c (reverse_path): Return a TREE_LIST, not a chain of
14831         BINFOs.
14832
14833 2000-01-31  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14834             Jason Merrill  <jason@yorick.cygnus.com>
14835
14836         * tinfo.h: Rename USItype to myint32, depend on BITS_PER_UNIT.
14837
14838 2000-01-31  Alfred Minarik <a8601248@unet.univie.ac.at>
14839
14840         * exception.cc (__throw_bad_typeid): Add missing std::.
14841
14842 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14843
14844         * cp-tree.h (make_thunk): PROTO -> PARAMS.
14845
14846 2000-01-31  Nathan Sidwell  <sidwell@codesourcery.com>
14847
14848         * cp-tree.h (new_abi_rtti_p): Use flag_new_abi.
14849
14850         Runtime support for new-abi rtti.
14851         * inc/typeinfo (type_info::operator!=): Define in class.
14852         (type_info::before, type_info::name, type_info::operator==,
14853         type_info::operator!=): Define new ABI implementations.
14854         (type_info::is_pointer_p, type_info::is_function_p): Declare
14855         new virtual functions.
14856         (type_info::do_catch, type_info::do_upcast): Likewise.
14857
14858         * tinfo.h (__base_class_info): Define new class.
14859         (__class_type_info): Likewise.
14860         (__si_class_type_info): Likewise.
14861         (__vmi_class_type_info): Likewise.
14862         (__dynamic_cast): Prototype.
14863
14864         * tinfo.cc: Conditionalize old and new rtti mechanisms.
14865         (type_info::is_pointer_p): Define new function.
14866         (type_info::is_function_p): Likewise.
14867         (type_info::do_catch): Likewise.
14868         (type_info::do_upcast): Likewise.
14869         (vtable_prefix): New structure for vtable access.
14870         (adjust_pointer): Define new template function.
14871         (contained_p, public_p, virtual_p, contained_public_p,
14872         contained_nonpublic_p, contained_nonvirtual_p): Define new
14873         functions.
14874         (nonvirtual_base_type): New local variable.
14875         (__class_type_info::~__class_type_info): Define.
14876         (__si_class_type_info::~__si_class_type_info): Likewise.
14877         (__vmi_class_type_info::~__vmi_class_type_info): Likewise.
14878         (__class_type_info::do_catch): Define new function.
14879         (__class_type_info::do_upcast): Likewise.
14880         (__class_type_info::find_public_src): Likewise.
14881         (__class_type_info::do_find_public_src): Likewise.
14882         (__si_class_type_info::do_find_public_src): Likewise.
14883         (__vmi_class_type_info::do_find_public_src): Likewise.
14884         (__class_type_info::do_dyncast): Likewise.
14885         (__si_class_type_info::do_dyncast): Likewise.
14886         (__vmi_class_type_info::do_dyncast): Likewise.
14887         (__class_type_info::do_upcast): Likewise.
14888         (__si_class_type_info::do_upcast): Likewise.
14889         (__vmi_class_type_info::do_upcast): Likewise.
14890         (__dynamic_cast): Likewise.
14891
14892         * tinfo2.cc (__fundamental_type_info): Define new class.
14893         (__pointer_type_info): Likewise.
14894         (__reference_type_info): Likewise.
14895         (__array_type_info): Likewise.
14896         (__function_type_info): Likewise.
14897         (__enum_type_info): Likewise.
14898         (__ptr_to_member_type_info): Likewise.
14899         (__fundamental_type_info::~__fundamental_type_info): Define.
14900         (__pointer_type_info::~__pointer_type_info): Likewise.
14901         (__reference_type_info::~__reference_type_info): Likewise.
14902         (__array_type_info::~__array_type_info): Likewise.
14903         (__function_type_info::~__function_type_info): Likewise.
14904         (__enum_type_info::~__enum_type_info): Likewise.
14905         (__ptr_to_member_type_info::~__ptr_to_member_type_info): Likewise.
14906         (__pointer_type_info::do_catch): Define new function.
14907         (__ptr_to_member_type_info::do_catch): Define new function.
14908
14909         (__throw_type_match_rtti_2): Use new ABI interface, if enabled.
14910         (__is_pointer): Likewise.
14911
14912         * exception.cc (__cplus_type_matcher): Deal with new-abi rtti.
14913
14914 2000-01-30  Mark Mitchell  <mark@codesourcery.com>
14915
14916         * cp/class.c (build_vtable): Rename to build_primary_vtable.
14917         (prepare_fresh_vtable): Rename to build_secondary_vtable.
14918         (make_new_vtable): New function.
14919         (modify_vtable_entry): Handle generation of new vtables correctly.
14920         (modify_one_vtable): Remove unused parameter.
14921         (dfs_fixup_vtable_deltas): Likewise.
14922         (override_one_vtable): Use build_secondary_vtable.
14923         (finish_struct_1): Use build_primary_vtable and
14924         build_secondary_vtable.
14925
14926 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
14927
14928         * cp/decl.c: Adjust variable names, comments, help strings.
14929
14930 2000-01-29  Nathan Sidwell  <nathan@acm.org>
14931
14932         * new2.cc (operator delete[]): Use operator delete, don't assume
14933         implementation.
14934
14935 2000-01-29  Nathan Sidwell  <sidwell@codesourcery.com>
14936
14937         * class.c (build_vtbl_initializer): Add argument to
14938         build_vtable_entry call.
14939
14940 2000-01-27  Mark Mitchell  <mark@codesourcery.com>
14941
14942         * cp-tree.def (THUNK_DECL): Discuss vcall indices.
14943         * cp-tree.h (BINFO_VIRTUALS): Update documentation.
14944         (BF_DELTA): New macro.
14945         (BF_VCALL_INDEX): Likewise.
14946         (BF_FN): Likewise.
14947         (THUNK_VCALL_OFFSET): Likewise.
14948         (make_thunk): Change prototype.
14949         * class.c (build_vtable_entry): Integrate
14950         build_vtable_entry_for_fn.  Handle vcall indices.
14951         (build_vtable_entry_for_fn): Remove.
14952         (set_rtti_entry): Handle vcall indices.  Use BF_DELTA,
14953         BF_VCALL_INDEX, BF_FN.
14954         (modify_vtable_entry): Integrate common code from
14955         modify_one_vtable and dfs_fixup_vtable_deltas.
14956         (add_virtual_function): Set BF_VCALL_INDEX.
14957         (build_vtbl_initializer): Simplify.  Use BF_DELTA, BF_VCALL_INDEX,
14958         and BF_FN.
14959         (modify_one_vtable): Simplify.
14960         (dfs_fixup_vtable_deltas): Likewise.
14961         (override_one_vtable): Use BF_DELTA, BF_VCALL_INDEX, BF_FN.
14962         * method.c (make_thunk): Handle vcall indices.
14963
14964 2000-01-28  Nathan Sidwell  <sidwell@codesourcery.com>
14965
14966         Compiler side new abi rtti (not enabled).
14967         * cp-tree.h (new_abi_rtti_p): New macro.
14968         (emit_support_tinfos): Prototype new function.
14969         (tinfo_decl_p): Likewise.
14970         (emit_tinfo_decl): Likwise.
14971         * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL): New accessor
14972         macros.
14973         (doing_runtime): New local static.
14974         (init_rtti_processing): Add new-abi initializer.
14975         (get_tinfo_decl): Add new-abi logic.
14976         (tinfo_from_decl): Likewise.
14977         (build_dynamic_cast_1): Likewise.
14978         (qualifier_flags): New static function.
14979         (tinfo_base_init): Likewise.
14980         (generic_initializer): Likewise.
14981         (ptr_ref_initializer): Likewise.
14982         (ptmd_initializer): Likewise.
14983         (class_hint_flags): Likewise.
14984         (class_initializer): Likewise.
14985         (synthesize_tinfo_var): Likewise.
14986         (create_real_tinfo_var): Likewise.
14987         (create_pseudo_type_info): Likewise.
14988         (get_vmi_pseudo_type_info): Likewise.
14989         (create_tinfo_types): Likewise.
14990         (emit_support_tinfos): New global function.
14991         (tinfo_decl_p): New global predicate.
14992         (emit_tinfo_decl): New global function.
14993         * class.c (set_rtti_entry): Generalize for old and new rtti.
14994         (build_vtbl_initializer): Likewise.
14995         * decl2.c (finish_file): Likewise.
14996
14997 Thu Jan 27 20:53:36 2000  Jim Wilson  <wilson@cygnus.com>
14998
14999         * optimize.c (remap_decl): Add walk_tree calls for DECL_SIZE (t)
15000         and TYPE_MAX_VALUE (TYPE_DOMAIN (TREE_TYPE (t))).
15001
15002 Thu Jan 27 13:54:12 2000  Mike Stump  <mrs@wrs.com>
15003
15004         * decl.c (pushdecl): Fix up shadow warnings with respect to implicit
15005         for scopes.
15006
15007 2000-01-26  Jason Merrill  <jason@casey.cygnus.com>
15008
15009         * pt.c (unify): Use fold, not maybe_fold_nontype_arg.
15010
15011 Wed Jan 26 22:19:14 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15012
15013         * optimize.c (calls_setjmp_r): Supply new argument
15014         to special_function_p.
15015
15016 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15017
15018         * call.c: PROTO -> PARAMS.
15019         * class.c: Likewise.
15020         * cp-tree.h: Likewise.
15021         * cvt.c: Likewise.
15022         * decl.c: Likewise.
15023         * decl.h: Likewise.
15024         * decl2.c: Likewise.
15025         * dump.c: Likewise.
15026         * errfn.c: Likewise.
15027         * error.c: Likewise.
15028         * except.c: Likewise.
15029         * expr.c: Likewise.
15030         * init.c: Likewise.
15031         * input.c: Likewise.
15032         * lex.c: Likewise.
15033         * lex.h: Likewise.
15034         * method.c: Likewise.
15035         * optimize.c: Likewise.
15036         * parse.y: Likewise.
15037         * pt.c: Likewise.
15038         * repo.c: Likewise.
15039         * rtti.c: Likewise.
15040         * search.c: Likewise.
15041         * semantics.c: Likewise.
15042         * spew.c: Likewise.
15043         * tree.c: Likewise.
15044         * typeck.c: Likewise.
15045         * typeck2.c: Likewise.
15046         * xref.c: Likewise.
15047
15048 2000-01-25  Richard Henderson  <rth@cygnus.com>
15049
15050         * typeck.c (build_binary_op_nodefault): Remove UNNE_EXPR.
15051
15052 2000-01-25  Mark Mitchell  <mark@codesourcery.com>
15053
15054         * cp-tree.h (vcall_offset_in_vtable_p): New macro.
15055         * class.c (build_vbase_offset_vtbl_entries): Fix typo in commment.
15056         (struct vcall_offset_data_s): New type.
15057         (dfs_vcall_offset_queue_p): New function.
15058         (dfs_build_vcall_offset_vtbl_entries): Likewise.
15059         (build_vcall_offset_vtbl_entries): Likewise.
15060         (layout_vtable_decl): Likewise.
15061         (num_vfun_entries): Likewise.
15062         (num_extra_vtbl_entries): Add the entries for vcall offsets.
15063         (build_vtbl_initializer): Likewise.
15064         (dfs_finish_vtabls): Use layout_vtable_decl.
15065         (modify_one_vtables): Always duplicate vtables under the new ABI.
15066         (finish_struct_1): Use layout_vtable_decl.
15067
15068 2000-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15069
15070         * decl.c (member_function_or_else): Change third arg from a format
15071         specifier to an `enum overload_flags'.  Callers changed.
15072
15073 2000-01-25  Gabriel Dos Reis  <gdr@codesourcery.com>
15074
15075         * typeck.c (composite_pointer_type, c_sizeof, expr_sizeof,
15076         build_binary_op_nodefault, build_unary_op, build_reinterpret_cast,
15077         build_const_cast, get_delta_difference, check_return_expr): Avoid
15078         ANSI string concatenation usage.
15079
15080 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15081
15082         * class.c (layout_class_type): Put the fields required to make a
15083         class non-empty at the end, not the beginning, of the TYPE_FIELDs
15084         list.
15085
15086 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
15087
15088         * pt.c (maybe_fold_nontype_arg): Do nothing if we're not in a
15089         template.
15090
15091         * decl2.c (mark_used): Do instantiate inlines that have been
15092         explicitly instantiated.
15093
15094 2000-01-24  Richard Henderson  <rth@cygnus.com>
15095
15096         * call.c (build_over_call): Use expand_tree_builtin.
15097         * typeck.c (build_function_call_real): Likewise.
15098         (build_binary_op_nodefault): Handle unordered compares.
15099
15100 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
15101
15102         * cp-tree.h (CPTI_BAD_CAST, CPTI_BAD_TYPEID, CPTI_DCAST): New
15103         cp_tree_index values.
15104         (throw_bad_cast_node, throw_bad_typeid_node, dynamic_cast_node):
15105         New global node #defines for them.
15106         * rtti.c (call_void_fn): Replace with ...
15107         (build_runtime_decl): ... new static function.
15108         (throw_bad_cast): Use throw_bad_cast_node and build_runtime_decl.
15109         (throw_bad_typeid): Use throw_bad_typeid_node and build_runtime_decl.
15110         (build_dynamic_cast_1): Always produce correctly typed result.
15111         Explicitly produce type_info addresses. Use dynamic_cast_node.
15112         * exception.cc (__throw_bad_cast): Return `void *'.
15113         (__throw_bad_typeid): Return `const type_info &'.
15114
15115 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
15116
15117         * cp-tree.h (get_vtable_decl): Prototype new function.
15118         * class.c (get_vtable_decl): New function. Broken out from ...
15119         (build_vtable): ... here. Use it.
15120         * decl2.c (finish_vtable_vardecl): Ignore dummy vtables created
15121         by get_vtable_decl.
15122
15123 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
15124
15125         * cp-tree.h (CPTI_TP_DESC_TYPE, CPTI_ACCESS_MODE_TYPE,
15126         CPTI_USER_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_ATTR_DESC_TYPE,
15127         CPTI_PTMF_DESC_TYPE): Remove cp_tree_index enumerations.
15128         (CPTI_TI_DESC_TYPE, CPTI_REF_DESC_TYPE, CPTI_ARY_DESC_TYPE,
15129         CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_SI_CLASS_DESC_TYPE,
15130         CPTI_VMI_CLASS_DESC_TYPE, CPTI_BASE_DESC_TYPE): New enumerations.
15131         (CPTI_TINFO_FN_ID, CPTI_TINFO_FN_TYPE): Rename to ...
15132         (CPTI_TINFO_DECL_ID, CPTI_TINFO_DECL_TYPE): ... here.
15133         (CPTI_TINFO_VAR_ID): New enumeration.
15134         (__tp_desc_type_node, __access_mode_type_node,
15135         __bltn_desc_type_node, __user_desc_type_node,
15136         __class_desc_type_node, __ptr_desc_type_node,
15137         __attr_desc_type_node, __func_desc_type_node,
15138         __ptmf_desc_type_node, __ptmd_desc_type_node): Remove #defines.
15139         (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
15140         ref_desc_type_node, ary_desc_type_node, func_desc_type_node,
15141         enum_desc_type_node, class_desc_type_node,
15142         si_class_desc_type_node, vmi_class_desc_type_node,
15143         ptmd_desc_type_node, base_desc_type_node): New #defines.
15144         (tinfo_fn_id, tinfo_fn_type): Rename to ...
15145         (tinfo_decl_id, tinfo_decl_type): ... here. Adjust.
15146         (tinfo_var_id): New enumeration.
15147         (DECL_TINFO_FN_P): Augment comment.
15148         * decl.c (cp_global_trees): Adjust documentation.
15149         * rtti.c (init_rtti_processing): Adjust for tinfo_decl_id,
15150         tinfo_decl_type and tinfo_var_id.
15151         (get_tinfo_decl_dynamic): Adjust for tinfo_decl_type.
15152         (build_typeid): Remove unused variable.
15153         (get_tinfo_var): Use tinfo_var_id.
15154         (tinfo_name): New static function.
15155         (get_tinfo_decl): Adjust for tinfo_decl_id and tinfo_decl_type.
15156         (tinfo_from_decl): Likewise.
15157         (get_base_offset): New static function, broken out of
15158         expand_class_desc.
15159         (expand_si_desc): Use tinfo_name.
15160         (expand_class_desc): Likewise. Lose local static variable.
15161         Use base_desc_type_node. Use get_base_offset.
15162         (expand_ptr_desc): Use tinfo_name.
15163         (expand_attr_desc): Likewise.
15164         (expand_generic_desc): Likewise.
15165
15166         * tinfo.cc (__GXX_ABI_VERSION): Test value and existence.
15167         * tinfo.h (__GXX_ABI_VERSION): Test value and existence.
15168
15169 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
15170
15171         * cp-tree.h (__eprintf): Remove declaration.
15172         * tree.c (__eprintf): Remove definition.
15173
15174 2000-01-23  Zack Weinberg  <zack@rabi.columbia.edu>
15175             Mark Mitchell  <mark@codesourcery.com>
15176
15177         * cp-tree.h (CLASSTYPE_MARKED_N, SET_CLASSTYPE_MARKED_N,
15178         CLEAR_CLASSTYPE_MARKED_N): Avoid signed vs. unsigned warnings.
15179
15180 2000-01-23  Brad Lucier  <lucier@math.purdue.edu>
15181
15182         * class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly.
15183
15184 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
15185
15186         * cp-tree.h (register_dtor_fn): New function.
15187         * decl.c (destroy_local_static): Rename to ...
15188         (register_dtor_fn): ... this.  Give it external linkage.
15189         (expand_static_init): Use it.
15190         * decl2.c (do_static_initialization): Likewise, if using
15191         __cxa_atexit.
15192         (do_static_destruction): Check that __cxa_atexit is not in use.
15193         (finish_file): Don't call do_static_destruction if using
15194         __cxa_atexit.
15195
15196         * typeck.c (convert_arguments): Restore two-message error
15197         reporting.
15198
15199 2000-01-20  Nathan Sidwell  <sidwell@codesourcery.com>
15200
15201         Remap dynamic cast hint values to be consistent across ABIs.
15202         * search.c (dynamic_cast_base_recurse): Remap generated value.
15203         (get_dynamic_cast_base_type): Adjust documentation.
15204         * tinfo.h (__user_type_info::dyncast): Likewise.
15205         (__user_type_info::find_public_subobj): Remap BOFF meaning.
15206         * tinfo.cc (__si_type_info::do_dyncast): Remap BOFF meaning.
15207         (__class_type_info::do_dyncast): Likewise.
15208         (__class_type_info::do_find_public_subobj): Likewise.
15209         * tinfo2.cc (__dynamic_cast): Remap BOFF parameter.
15210
15211 2000-01-19  Gabriel Dos Reis  <gdr@codesourcery.com>
15212
15213         * typeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.
15214
15215         * typeck2.c (incomplete_type_error): Restore previous
15216         cp_error and cp_error_at call sequence.
15217
15218 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
15219
15220         * class.c (dump_class_hierarchy): Make format agree with argument;
15221         cast pointer to unsigned long and print with %lx.
15222
15223 2000-01-19  Gabriel Dos Reis  <gdr@codesourcery.com>
15224
15225         * decl2.c (lang_decode_option): Set default line-wrap length to 72.
15226
15227         * typeck.c (composite_pointer_type, common_type,
15228         comp_target_parms, c_sizeof, expr_sizeof, build_array_ref,
15229         build_function_call_real, convert_arguments,
15230         build_binary_op_nodefault, pointer_int_sum, pointer_diff,
15231         build_unary_op, mark_addressable, build_compound_expr,
15232         build_static_cast, build_reinterpret_cast, build_const_cast,
15233         build_c_cast, build_modify_expr, get_delta_difference,
15234         build_ptrmemfunc, check_return_expr): Replace 'ANSI C++' with
15235         'ISO C++'.  Fusion consecutive calls to diagnostic message routines
15236         into a single one.
15237         * typeck2.c (readonly_error, abstract_virtuals_error,
15238         process_init_constructor, check_for_new_type): Likewise.
15239
15240 2000-01-19  Mark Mitchell  <mark@codesourcery.com>
15241
15242         * tree.c (bot_manip): Set DECL_CONTEXT for newly created
15243         VAR_DECLs.
15244
15245 2000-01-18  Nathan Sidwell  <sidwell@codesourcery.com>
15246
15247         * cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
15248         (build_x_typeid): Likewise.
15249         (get_tinfo_fn): Likewise.
15250         (get_tinfo_fn_unused): Rename to ...
15251         (get_tinfo_decl): ... here.
15252         * rtti.c (build_headof): Replace logic error with assertion.
15253         (get_tinfo_fn_dynamic): Rename to ...
15254         (get_tinfo_decl_dynamic): ... here. Make static. Use
15255         complete_type_or_else.
15256         (build_x_typeid): Move into ...
15257         (build_typeid): ... here. Adjust call to
15258         get_tinfo_decl_dynamic. Use tinfo_from_decl. Simplify
15259         throw_bad_typeid expression.
15260         (get_tinfo_fn_unused): Rename to ...
15261         (get_tinfo_decl): ... here. Adjust comment.
15262         (get_tinfo_fn): Delete.
15263         (tinfo_from_decl): New static function.
15264         (get_typeid_1): Call get_tinfo_decl and tinfo_from_decl.
15265         (get_typeid): Use complete_type_or_else.
15266         (build_dynamic_cast_1): Adjust calls to
15267         get_tinfo_decl_dynamic. Simplify throw_bad_cast expression.
15268         * parse.y (primary): Adjust call to build_typeid.
15269         * except.c (build_eh_type_type_ref): Adjust call to
15270         get_tinfo_decl. Mark as used.
15271         * class.c (set_rtti_entry): Adjust call to get_tinfo_decl.
15272         * decl2.c (build_expr_from_tree): Adjust call to build_typeid.
15273         * parse.c: Regenerated.
15274
15275 2000-01-17  Mark Mitchell  <mark@codesourcery.com>
15276
15277         * class.c (fixed_type_or_null): Don't clear NONNULL.  Document
15278         calling convention.
15279         (resolves_to_fixed_type_p): Document calling convention.
15280         * rtti.c (build_x_typeid): Initialize NONNULL.
15281
15282         * cp-tree.h (build_shared_int_cst): New function.
15283         * call.c (build_over_call): Use DECL_VIRTUAL_CONTEXT, for clarity.
15284         * class.c (modify_vtable_entry): Likewise.
15285         (add_virtual_function): Split out code to generated shared
15286         INTEGER_CSTs to build_share_int_cst.
15287         (modify_all_vtables): Handle all the overridden functions here.
15288         Add overridden functions from non-primary virtual bases to the
15289         primary vtable.
15290         (finish_struct_1): Adjust call to modify_all_vtables.  Add
15291         overridden functions from non-primary bases to the vtable.
15292         * tree.c (build_shared_int_cst): New function.
15293
15294         * cp-tree.h (scratchalloc): Remove.
15295         (build_scratch_list): Likewise.
15296         * call.c (convert_class_to_reference): Replace build_scratch_list
15297         and build_expr_list with build_tree_list.
15298         (add_candidate): Replace scratchalloc with expralloc.  Note memory
15299         leak.
15300         (build_user_type_conversion_1):  Replace build_scratch_list
15301         and build_expr_list with build_tree_list.
15302         (build_new_op): Likewise.
15303         (build_op_delete_call): Likewise.
15304         (convert_like): Likewise.
15305         * cvt.c (ocp_convert): Likewise.
15306         * decl.c (start_decl): Likewise.
15307         (start_function): Likewise.
15308         (finish_destructor_body): Likewise.
15309         (maybe_build_cleanup_1): Likewise.
15310         * decl2.c (reparse_decl_as_expr): Likewise.
15311         * init.c (perform_member_init): Likewise.
15312         (expand_cleanup_for_base): Likewise.
15313         (build_builtin_delete_call): Likewise.
15314         (build_new_1): Likewise.
15315         (build_delete): Likewise.
15316         * method.c (do_build_assign_ref): Likewise.
15317         * parse.y (already_scoped_stmt): Likewise.
15318         (nontrivial_exprlist): Likewise.
15319         (net_initializer): Likewise.
15320         (initlist): Likewise.
15321         * parse.c: Regenerated.
15322         * rtti.c (build_x_typeid): Likewise.
15323         (build_dynamic_cast_1): Likewise.
15324         * typeck.c (build_x_compound_expr): Likewise.
15325         (build_static_cast): Likewise.
15326         (build_modify_expr): Likewise.
15327
15328         * cp-tree.h (DECL_VINDEX): Add documentation.
15329         * class.c (build_vtable_entry): Likewise.
15330         (start_vtable): Add comment.
15331         (add_virtual_function): Replace pending_hard_virtuals with
15332         overridden_virtuals and pending_virtuals with new_virtuals.
15333         Replace redundant assignments with assertions.
15334         (check_for_override): Add comment.
15335         (check_bases_and_members): Replace pending_hard_virtuals with
15336         overridden_virtuals and pending_virtuals with new_virtuals.
15337         (create_vtbl_ptr): Likewise.
15338         (layout_class_type): Likewise.
15339         (finish_struct_1): Likewise.  Add comments.
15340
15341 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
15342
15343         * class.c (finish_struct_1): Replace redundant code with
15344         assertions.
15345
15346         * cp-tree.h (flag_new_abi): Move.
15347         (flag_use_cxa_atexit): Likewise.
15348         (flag_honor_std): Likewise.
15349         (flag_rtti): Likewise.
15350         (vbase_offsets_in_vtable_p): Define.
15351         (vptrs_present_everywhere_p): Likewise.
15352         (TYPE_CONTAINS_VPTR_P): Likewise.
15353         (dfs_walk_real): Declare.
15354         * class.c (build_vbase_pointer_fields): Check
15355         vbase_offsets_in_vtable_p.
15356         (dfs_build_vbase_offset_vtbl_entries): Record the vbase indices in
15357         BINFO_VPTR_FIELD.
15358         (build_vbase_offset_vtbl_entries): Simplify.
15359         (build_vbase_offset_vtbl_entries): Adjust.
15360         (build_vbase_pointer): Add ability to look up vbase offsets in
15361         vtable.
15362         (start_vtable): New function.
15363         (add_virtual_function): Use it.
15364         (determine_primary_base): Use TYPE_CONTAINS_VPTR_P.
15365         (num_extra_vtbl_entries): Use vbase_offsets_in_vtable_p.
15366         (build_vtbl_initializer): Take the type of the complete object as
15367         input.  Use it to correctly calculate vbase offsets.
15368         (dfs_finish_vtbls): Pass the complete type to
15369         build_vtbl_initializer.
15370         (check_bases_and_members): Use TYPE_CONTAINS_VPTR_P.
15371         (create_vtable_ptr): Create a vtable even if there are no
15372         new virtual functions, under the new ABI.
15373         (finish_struct_1): Likewise.
15374         (get_vfield_name): Use TYPE_CONTAINS_VPTR_P.
15375         * decl.c (exapnd_static_init): Remove call to
15376         preserve_initializer.
15377         * decl2.c (mark_vtable_entries): Tweak to handle vbase offsets in
15378         vtables.
15379         * init.c (initialize_vtbl_ptrs): Initialize them in pre-order.
15380         (expand_virtual_init): Use vbase_offsets_in_vtable_p.
15381         (construct_virtual_bases): Don't initialize virtual base pointers
15382         under the new ABI.
15383         (build_aggr_init): Clean up comment.
15384         (expand_aggr_init_1): Likewise.
15385         * rtti.c (expand_class_desc): Store the virtual function table
15386         index where the vbase offset lives in the offset field.
15387         * search.c (dfs_walk_real): Make it global.
15388         (dfs_debug_mark): Use TYPE_CONTAINS_VPTR_P.
15389         * tree.c (make_binfo): Don't clear BINFO_VPTR_FIELD.
15390
15391         * tinfo.h (USItype): Make it signed under the new ABI.
15392         * tinfo.cc (convert_to_base): New function.  Encapsulate base
15393         conversion logic here.
15394         (__class_type_info::do_upcast): Use it.
15395         (__class_type_info::do_dyncast): Likewise.
15396         (__class_type_info::do_find_public_subobj): Likewise.
15397
15398         * init.c (construct_virtual_bases): Don't look up the addresses of
15399         virtual bases at run-time.
15400
15401         * class.c (build_vbase_pointer): Relocate.
15402         (build_vbase_pointer_fields): Likewise.
15403         (dfs_build_vbase_offset_vtbl_entries): Likewise.
15404         (build_vbase_offset_vtbl_entries): Likewise.
15405
15406         * decl.c (init_decl_processing): Complain if -fnew-abi
15407         -fno-vtable-thunks is used.
15408
15409         * decl2.c (lang_decode_option): Don't couple flag_honor_std to
15410         flag_new_abi.
15411
15412 2000-01-15  Mark Mitchell  <mark@codesourcery.com>
15413
15414         * cp-tree.h (num_extra_vtbl_entries): New function.
15415         (size_extra_vtbl_entries): Likewise.
15416         (dfs_vtable_path_unmark): Likewise.
15417         (dfs_vtable_path_unmarked_real_bases_queue_p): Likewise.
15418         (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
15419         * class.c (num_extra_vtbl_entries): New function.
15420         (size_extra_vtbl_entries): Likewise.
15421         (dfs_build_vbase_offset_vtbl_entries): New function.
15422         (build_vbase_offset_vtbl_entries): Likewise.
15423         (build_vtbl_initializer): Use it.
15424         (finish_struct_1): Adjust vtable sizes (using
15425         num_extra_vtbl_entries).
15426         * expr.c (cplus_expand_expr): Assert that the DECL_RTL for a
15427         THUNK_DECL is non-NULL before expanding it.
15428         * init.c (expand_virtual_init): Adjust the vtable pointer by
15429         size_extra_vtbl_entries before storing it.
15430         * search.c (get_shared_vase_if_not_primary): Adjust prototype.
15431         Handle TREE_LIST parameters here, not in the dfs_* functions.
15432         (dfs_unmarked_real_bases_queue_p): Adjust.
15433         (dfs_marked_real_bases_queue_p): Likewise.
15434         (dfs_vtable_path_unmarked_real_bases_queue_p): New function.
15435         (dfs_vtable_path_marked_real_bases_queue_p): New function.
15436         (dfs_vtable_path_unmark): Likewise.
15437
15438 2000-01-14  Mark Mitchell  <mark@codesourcery.com>
15439
15440         * optimize.c (copy_body_r): Clear the operand three of a
15441         TARGET_EXPR when copying it.
15442
15443 2000-01-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
15444
15445         * method.c (build_decl_overload_real): Check whether we are in ::
15446         before returning __builtin_new/delete.
15447
15448 2000-01-13  Mark Mitchell  <mark@codesourcery.com>
15449
15450         * pt.c (tsubst_friend_function): Improve comment.
15451         (instantiate_decl): Avoid crashing when a "nested" function is
15452         instantiated from the top level.
15453
15454         * dump.c (dqeueue_and_dump): Dump
15455         DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION.
15456
15457 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15458
15459         * call.c: If GATHER_STATISTICS, declare `n_build_method_call'.
15460
15461 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
15462
15463         * g++spec.c (lang_specific_driver): Add -fnew-abi if
15464         ENABLE_NEW_GXX_ABI defined.
15465         * Make-lang.in (tinfo.o, tinfo2.o, exception.o, new.o,
15466         opnew.o, opnewnt.o, opvnew.o, opvnewnt.o, opdel.o, opdelnt.o,
15467         opvdel.o, opvdelnt.o): Use GXX_ABI_FLAG switch.
15468
15469 2000-01-12  Mark Mitchell  <mark@codesourcery.com>
15470
15471         * decl.c (start_cleanup_fn): Call pushdecl.
15472
15473         * call.c (convert_class_to_reference): Fix typos.
15474         (build_conditional_expr): Handle errors gracefully.
15475         * class.c (push_nested_class): Likewise.
15476         * cp-tree.h (VAR_FUNCTION_OR_PARM_DECL_CHECK): New macro.
15477         (DECL_THIS_EXTERN): Use it.
15478         (DECL_THIS_STATIC): Likewise.
15479         * cvt.c (convert_to_void): Handle errors gracefully.
15480         (build_expr_type_conversion): Likewise.
15481         * decl.c (maybe_push_decl): Likewise.
15482         (start_decl_1): Likewise.
15483         (require_complete_types_for_parms): Likewise.
15484         * parse.y (structsp): Likewise.
15485         (base_class): Likewise.
15486         * parse.c: Regenerated.
15487         * pt.c (finish_member_template_decl): Likewise.
15488         * typeck.c (decay_conversion): Likewise.
15489
15490         * cp-tree.h (dfs_skip_vbases): New function.
15491         (find_vbase_instance): Likewise.
15492         * class.c (determine_primary_base): Allow a nearly empty base to
15493         serve as a primary base class under the new ABI.
15494         (get_class_offset_1): Rename to ...
15495         (dfs_get_class_offset): ... this.  Simplify.  Don't issue error
15496         messages here.
15497         (get_class_offset): Use it.  Issue error messages here.
15498         (dfs_modify_vtables): Rely on dfs_unmarked_real_bases_queue_p to
15499         find the right copies of virtual bases.
15500         (fixup_vtable_deltas1): Rename to ...
15501         (dfs_fixup_vtable_deltas): ... this.  Adjust to handle virtual
15502         bases as primary bases.
15503         (fixup_vtable_deltas): Remove.
15504         (override_one_vtable): Handle virtual bases as primary bases.
15505         (merge_overrides): Likewise.
15506         (finish_struct_1): Likewise.
15507         (dump_class_hierarchy): Dump primary-ness of bases as well.
15508         * search.c (mark_primary_bases): Use a pre-order traversal to
15509         handle primary virtual bases.
15510         (dfs_skip_vbases): New fiunction.
15511         (expand_upcast_fixups): Adjust to handle primary virtual bases.
15512         (fixup_virtual_upcast_offsets): Likewise.
15513         (fixup_all_virtual_upcast_offsets): Likewise.
15514         (dfs_find_vbase_instances): New function.
15515         (find_vbase_instance): Likewise.
15516
15517 2000-01-11  Mumit Khan  <khan@xraylith.wisc.edu>
15518
15519         * lex.c (DIR_SEPARATOR): Delete macro.
15520
15521 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
15522
15523        * decl2.c (lang_decode_option): Handle automatic line wrapping
15524        option.
15525
15526 2000-01-11  Mark Mitchell  <mark@codesourcery.com>
15527
15528         * friend.c (do_friend): Don't resolve scopes when processing
15529         template declarations, even if the qualifying scope doesn't
15530         involve template parameters.
15531
15532 2000-01-10  Mark Mitchell  <mitchell@dumbledore.codesourcery.com>
15533
15534         * class.c (dfs_modify_vtables_queue_p): Remove.
15535         (modify_all_vtables): Use dfs_unmarked_real_bases_queue_p
15536         and dfs_marked_real_bases_queue_p instead of
15537         dfs_modify_vtables_queue_p.
15538
15539         * class.c (build_vbase_path): Simplify.
15540         (dfs_propagate_binfo_offsets): New function.
15541         (propagate_binfo_offsets): Use it.
15542         (remove_base_field): Simplify.
15543         (dfs_set_offset_for_vbases): Remove.
15544         (dfs_set_offset_for_shared_vbases): New function.
15545         (dfs_set_offset_for_unshared_vbases): Likewise.
15546         (layout_virtual_bases): Use them.
15547         (layout_basetypes): Don't call propagate_binfo_offsets.
15548         * search.c (dfs_get_vbase_types): Clone completely fresh binfos
15549         for the vbases.
15550
15551         * class.c (build_base_field): New function, split out from ...
15552         (build_base_fields): ... here.  Use it.  Allocate primary bases
15553         first, under the new ABI.
15554         (get_vtable_entry): Remove.
15555         (remove_base_field): New function, split out from ...
15556         (remove_base_fields): ... here.  Adjust since primary bases come
15557         first under the new ABI.
15558
15559         * cp-tree.h (expand_direct_vtbls_init): Remove declaration.
15560         (initialize_vtbl_ptrs): New function.
15561         (expand_indirect_vtbls_init): Change prototype.
15562         (convert_pointer_to_vbase): Declare.
15563         * init.c (expand_direct_vtbls_init): Remove.
15564         (dfs_initialize_vtbl_ptrs): New function.
15565         (initialize_vtbl_ptrs): Likewise.
15566         (emit_base_init): Use initialize_vtbl_ptrs.
15567         * search.c (convert_pointer_to_vbase): Make it global.
15568         (expand_indirect_vtbls_init): Remove vtable initialization code.
15569         * semantics.c (setup_vtbl_ptr): Use initialize_vtbl_ptrs.
15570
15571         * class.c (dfs_finish_vtbls): New function.
15572         (finish_vtbls): Use it.
15573         (dump_class_hierarchy): New function.
15574
15575         * cp-tree.h (BINFO_PRIMARY_MARKED_P): Change definition.
15576         (BINFO_VBASE_PRIMARY_P): New macro.
15577         (BINFO_VIRTUALS): Add to documentation.
15578         (SET_BINFO_PRIMARY_MARKED_P): Remove.
15579         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
15580         (dfs_mark_primary_bases_queue_p): Likewise.
15581         (dfs_unmarked_real_bases_queue_p): New function.
15582         (dfs_marked_real_bases_queue_p): Likewise.
15583         * search.c (dfs_mark_primary_bases): Adjust.
15584         (mark_primary_bases): Likewise.
15585         (get_shared_vbase_if_not_primary): New function.
15586         (dfs_unmarked_real_bases_queue_p): Likewise.
15587         (dfs_marked_real_bases_queue_p): Likewise.
15588         (dfs_get_pure_virtuals): Simplify.
15589         (get_pure_virtuals): Likewise.
15590
15591 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15592
15593         * lex.c: Include tm_p.h.
15594
15595 2000-01-07  Nathan Sidwell  <sidwell@codesourcery.com>
15596
15597         * lang-specs.h (__GXX_ABI_VERSION): New preprocessor macro.
15598
15599 2000-01-06  Jason Merrill  <jason@casey.cygnus.com>
15600
15601         * decl2.c (comdat_linkage): Don't set DECL_DEFER_OUTPUT.
15602         * pt.c (instantiate_decl): Defer comdat templates that might not be
15603         needed.
15604
15605         * cp-tree.h (DECL_NEEDED_P): Also true if !DECL_COMDAT.
15606         * decl2.c (finish_vtable_vardecl): Don't check !DECL_COMDAT.
15607         (finish_file): Likewise.
15608
15609         * decl2.c (import_export_class): Undo 12/14 change.
15610
15611         * error.c (dump_decl): operator new, not operatornew.
15612
15613         * class.c (field_decl_cmp): A nontype is "greater" than a type.
15614         * search.c (lookup_field_1): Look for the last field with the
15615         desired name.
15616
15617 2000-01-05  Nathan Sidwell  <nathan@acm.org>
15618
15619         * decl2.c (lookup_arg_dependent): Deal with FNS not being a
15620         FUNCTION_DECL.
15621
15622 2000-01-05  Nathan Sidwell  <nathan@acm.org>
15623
15624         * typeck.c (build_static_cast): Don't strip target qualifiers
15625         when casting from a class.
15626
15627 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15628
15629         * class.c (warn_hidden): Initialize variable `fndecl'.
15630
15631 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
15632
15633         * decl.c (flag_isoc9x): New variable to be able to use code in
15634         c-common.c.  For now always zero.
15635
15636 2000-01-03  Mark Mitchell  <mark@codesourcery.com>
15637
15638         * cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
15639         * class.c (layout_basetypes): Don't set BINFO_INHERITANCE_CHAIN
15640         or unshare_base_binfos for virtual bases here.
15641         * search.c (dfs_get_vbase_types): Do it here.
15642         (get_vbase_types): Adjust.
15643
15644 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
15645
15646         * cp-tree.h (CLASSTYPE_VFIELDS): Move definition.
15647         (BINFO_PRIMARY_MARKED_P): Use flag 5.
15648         (SET_BINFO_PRIMARY_MARKED_P): Likewise.
15649         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
15650         (unmark_primary_bases): Remove declaration.
15651         (unmarkedp): Declare.
15652         (dfs_vbase_unmark): Likewise.
15653         * class.c (determine_primary_base): Return immediately if there
15654         are no base classes.  Call mark_primary_bases here.
15655         (modify_all_direct_vtables): Remove.
15656         (modify_all_indirect_vtables): Remove.
15657         (dfs_modify_vtables_queue_p): New function.
15658         (dfs_modify_vtables): New function.
15659         (modify_all_vtables): Use them.
15660         (build_base_fields): Build FIELD_DECLs for primary virtual base
15661         classes.
15662         (create_vtable_ptr): Don't call determine_primary_base here.
15663         (dfs_mark_primary_bases_and_set_vbase_offsets): Rename to ...
15664         (dfs_set_offset_for_vbases): ... this.
15665         (layout_virtual_bases): Use it.
15666         (layout_class_type): Call determine_primary_base here.
15667         * search.c (unmarkedp): Make it global.
15668         (shared_marked_p): Simplify.
15669         (shared_unmarked_p): Likewise.
15670         (dfs_primary_bases_queue_p): Remove.
15671         (dfs_unmark_primary_bases): Likewise.
15672         (unmark_primary_bases): Likewise.
15673         (mark_primary_bases): Simplify.
15674         (get_pure_virtuals): Don't call mark_primary_bases here.
15675         (dfs_vbase_unmark): New function.
15676         (get_vbase_types): Simplify.
15677
15678         * class.c (struct base_info): Remove.
15679         (determine_primary_base): Take has_virtual_p rather than a
15680         base_info as input.  Don't calculate max_has_virtual.
15681         (finish_struct_bits): Remove max_has_virtual argument.
15682         (create_vtable_ptr): Remove max_has_virtual_p argument.
15683         (layout_virtual_bases): Remove max argument.
15684         (layout_basetypes): Likewise.
15685         (layout_class_type): Remove max_has_virtual_p argument.
15686         (finish_struct_1): Remove max_has_virtual.
15687
15688         * cp-tree.h (dfs_mark_primary_bases_queue_p): New function.
15689         (layout_basetypes): Remove.
15690         * class.c (propagate_binfo_offsets): Moved here from tree.c.
15691         Update to handle primary virtual bases.
15692         (remove_base_fields): New function, split out from
15693         layout_basetypes.
15694         (dfs_mark_primary_bases_and_set_vbase_offsets): New function.
15695         (layout_virtual_bases): New function, split out from
15696         layout_basetypes.  Update to handle primary virtual bases.
15697         (layout_basetypes): Moved here from tree.c.  Use
15698         remove_base_fields and layout_virtual_bases.
15699         * search.c (dfs_mark_primary_bases_queue_p): New function.
15700         (mark_primary_bases): Use it.
15701         * tree.c (CEIL): Remove.
15702         (propagate_binfo_offsets): Remove.
15703         (layout_basetypes): Remove.
15704
15705 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
15706
15707         * cp-tree.h (CLASSTYPE_N_BASECLASSES): Use BINFO_N_BASETYPES.
15708         (BINFO_PRIMARY_MARKED_P): New macro.
15709         (SET_BINFO_PRIMARY_MARKED_P): Likewise.
15710         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
15711         (mark_primary_bases): New function.
15712         (unmark_primary_bases): Likewise.
15713         * search.c (get_abstract_virtuals_1): Remove.
15714         (dfs_mark_primary_bases): New function.
15715         (mark_primary_bases): Likewise.
15716         (dfs_unmark_primary_bases): Likewise.
15717         (unmark_primary_bases): Likewise.
15718         (dfs_get_pure_virtuals): Likewise.
15719
15720 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
15721
15722         * cp-tree.h (skip_rtti_stuff): Adjust prototype.
15723         * class.c (skip_rtti_stuff): Reorganize parameters and return value.
15724         (modify_one_vtable): Adjust.
15725         (fixup_vtable_deltas1): Likewise.
15726         (override_one_vtable): Likewise.
15727         * search.c (get_abstract_virtuals_1): Likewise.
15728         (get_pure_virtuals): Likewise.
15729         (expand_upcast_fixups): Likewise.
15730         * tree.c (debug_binfo): Likewise.
15731
15732         * class.c (build_vtable): Don't return a value.  Don't rebuild
15733         vtables for bases that have already been handled.
15734         (prepare_fresh_vtable): Don't rebuild vtables for bases that have
15735         already been handled.
15736         (modify_one_vtable): Adjust accordingly.
15737         (fixup_vtable_deltas1): Likewise.
15738         (finish_struct_1): Likewise.
15739
15740 2000-01-01  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
15741
15742         * call.c (build_new_method_call): Also check destructors.