OSDN Git Service

* method.c (use_thunk): Disable access control while building the
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2003-01-04  Mark Mitchell  <mark@codesourcery.com>
2
3         * method.c (use_thunk): Disable access control while building the
4         body of the thunk.
5
6 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
7
8         * cvt.c, decl.c, decl2.c: This is the C++ front end, not the C 
9         front end.
10
11 2003-01-03  Matt Austern  <austern@apple.com>
12
13         * cp-tree.h (struct lang_type_class): add field for key method
14         (cp_global_trees): rename dynamic_classes to keyed_classes
15         (key_method): add definition
16         * class.c (finish_struct_1): compute class's key method, and add
17         the class to keyed_classes list if there is no key method.
18         * decl.c (finish_function): add class to keyed_classes list if we
19         see a definition of the class's key method.
20         * pt.c (instantiate_class_template): add template specialization
21         of a dynamic class to keyed_classes list.
22         * decl2.c (key_method): remove
23         (finish_file): iterate only through keyed_classes list when
24         deciding whether to emit vtables, remove class from its list after
25         we do the emission.
26         
27 2003-01-02  Jason Merrill  <jason@redhat.com>
28
29         * call.c (build_conditional_expr): Stabilize lvalues properly.
30         * cvt.c (ocp_convert): Don't build NOP_EXPRs of class type.
31         * tree.c (lvalue_p_1): Don't allow sloppy NOP_EXPRs as lvalues.
32         Don't allow CALL_EXPR or VA_ARG_EXPR, either.
33
34         * call.c (convert_like_real): Call decl_constant_value for an
35         IDENTITY_CONV even if there are no more conversions.
36
37         * cvt.c (build_up_reference): Don't push unnamed temps.
38
39         * decl2.c (do_namespace_alias): Namespace aliases are DECL_EXTERNAL.
40
41         * dump.c (cp_dump_tree): Don't try to dump class-specific fields
42         for a backend struct.
43
44         * except.c (wrap_cleanups_r, build_throw): Make
45         MUST_NOT_THROW_EXPRs void.
46         * init.c (expand_default_init): Update to handle MUST_NOT_THROW_EXPR.
47
48         * init.c (build_vec_delete_1): Pre-evaluate the base address.
49
50         * init.c (get_temp_regvar): Simplify logic.
51
52         * tree.c (cp_copy_res_decl_for_inlining): Only do debug tweaks if
53         our replacement is a decl.
54
55         * decl.c (cp_make_fname_decl): Push the decls inside the
56         outermost scope.
57
58 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
59
60         PR c++/45, c++/3784
61         * tree.c (cp_tree_equal, TEMPLATE_PARM_INDEX): The types must be
62         the same too.
63
64 2003-01-03  Graham Stott  <graham.stott@btinternet.com>
65
66         * parser.c (struct cp_parser): Add access_checks_lists field
67         (cp_parser_simple_declaration): Use.
68         (cp_parser_init_declarator): Likewise. 
69
70 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
71
72         * parser.c (cp_parser_declaration): Accept the __extension__
73         keyword before the declaration.
74
75         PR c++/2843
76         * parser.c (cp_parser_parameter_declaration): Allow attributes to
77         appear after the declarator.
78
79         * call.c (build_new_method_call): Fix typo in message format
80         string.
81
82 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
83
84         * parser.c (cp_lexer_next_token_is): Declare it inline.
85         (cp_lexer_set_source_position_from_token): Likewise.
86         (cp_lexer_debugging_p): Likewise.
87         (cp_parser_parsing_tentatively): Likewise.
88         (cp_parser_nested_name_specifier_opt): Reduce the number of calls
89         to the cp_lexer_peek_token.
90
91         * parser.c (cp_parser_sizeof_operand): Do not evaluate the
92         expression.
93
94 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
95
96         * cp/except.c, cp/expr.c, cp/friend.c, cp/g++spec.c,
97         cp/lang-options.h, cp/lang-specs.h, cp/lex.h, cp/ptree.c,
98         cp/repo.c: Fix copyright years.
99
100 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
101
102         * lex.c: Remove superfluous include of cpplib.h.
103         (CONSTRAINT): Define without conditions.
104         (init_cp_pragma): Use c_register_pragma.
105
106 2002-12-31  Neil Booth  <neil@daikokuya.co.uk>
107
108         * .cvsignore: Remove.
109
110 2002-12-31  Steven Bosscher  <s.bosscher@student.tudelft.nl>
111
112         * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c,
113           except.c, expr.c friend.c, g++spec.c, init.c, lang-options.h,
114           lang-specs.h, lex.c, mangle.c, method.c, optimize.c, parser.c,
115           pt.c, ptree.c, repo.c, rtti.c, search.c, semantics.c, tree.c,
116           typeck.c, typeck2.c: Replace "GNU CC" with "GCC" in the
117           copyright header.
118         * lex.h: parse.y is dead, so don't mention it.  Also replace the
119           copyright header with the default GNU copyright header.
120
121 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
122
123         * cp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove.
124         (lookup_name_namespace_only): Likewise.
125         (begin_only_namespace_names): Likewise.
126         (end_only_namespace_names): Likewise.
127         * decl.c (only_namespace_names): Remove.
128         (qualify_lookup): Do not check LOOKUP_TEMPLATES_EXPECTED.
129         (lookup_name_real): Do not check only_namespace_names.
130         (lookup_name_namespace_only): Remove.
131         (begin_only_namespace_names): Likewise.
132         (end_only_namespace_names): Likewise.
133         * parser.c (cp_parser_nested_name_specifier_opt): Handle erroneous
134         nested-name-specifiers more gracefully.
135         (cp_parser_class_or_namespace_name): Avoid looking up namespace
136         names when they cannot possibly appear.
137         (cp_parser_template_name): Adjust call to cp_parser_lookup_name.
138         (cp_parser_elaborated_type_specifier): Likewise.
139         (cp_parser_namespace_name): Only look for namespace names.
140         (cp_parser_lookup_name): Add is_namespace parameter.
141         (cp_parser_lookup_name_simple): Adjust call to
142         cp_parser_lookup_name.
143
144         * parser.c (cp_parser_dependent_type_p): Fix thinko.
145
146 2002-12-31  Neil Booth  <neil@daikokuya.co.uk>
147
148         * .cvsignore: Update.
149
150 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
151
152         * class.c (modify_vtable_entry): Remove unused variable.
153         (get_vcall_index): Always expect a non-thunk.
154         (update_vtable_entry_for_fn): Combine covariant adjustments, when
155         overriding a thunk. Pass get_vcall_index a non-thunk.
156
157         * decl2.c (finish_file): Mark undefined inlines as extern.
158
159 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
160
161         * cp-tree.def (RETURN_INIT): Remove.
162         * cp-tree.h (DECL_IN_MEMORY_P): Remove.
163         (scope_kind): Add sk_block, sk_try, sk_catch, sk_for.
164         (note_level_for_for): Remove.
165         (note_level_for_try): Likewise.
166         (note_level_for_catch): Likewise.
167         (finish_named_return_value): Likewise.
168         (do_pushlevel): Change prototype.
169         (pending_lang_change): Remove.
170         * decl.c (begin_scope): Handle sk_block, sk_try, sk_catch,
171         sk_for.
172         (note_level_for_for): Remove.
173         (note_level_for_try): Likewise.
174         (note_level_for_catch): Likewise.
175         (maybe_inject_for_scope_var): Remove use of DECL_IN_MEMORY_P.
176         * parser.c (cp_parser_context_free_list): Make it "deletable".
177         (cp_parser_template_argument): Remove misleading comment.
178         * pt.c (tsubst_expr): Remove RETURN_INIT code.
179         * semantics.c (genrtl_named_return_value): Remove.
180         (do_pushlevel): Take a scope kind as an argument.
181         (begin_if_stmt): Adjust.
182         (begin_while_stmt): Likewise.
183         (begin_for_stmt): Likewise.
184         (finish_for_init_stmt): Likewise.
185         (begin_switch_stmt): Likewise.
186         (begin_handler): Likewise.
187         (begin_compound_stmt): Likewise.
188         (finish_named_return_value): Remove.
189         (cp_expand_stmt): Remove RETURN_INIT case.
190         * tree.c (cp_statement_code_p): Remove RETURN_INIT case.
191
192 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
193
194         PR c++/9112
195         * parser.c (cp_parser_direct_declarator): Handle erroneous
196         parenthesized declarators correctly.
197
198 2002-12-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
199
200         * cp-tree.h (pending_lang_change): Declare.
201
202 2002-12-30  Mark Mitchell  <mark@codesourcery.com>
203
204         * parser.c (cp_parser_context_free_list): New variable.
205         (cp_parser_context_new): Use it.
206         (cp_parser_error): Check return code from
207         cp_parser_simulate_error.
208         (cp_parser_simulate_error): Return a value.
209         (cp_parser_id_expression): Optimize common case.
210         (cp_parser_class_name): Likewise.
211         (cp_parser_class_specifier): Adjust call to
212         cp_parser_late_parsing_default_args.
213         (cp_parser_lookup_name): Optimize common case.
214         (cp_parser_late_parsing_for_member): Adjust call to
215         cp_parser_late_parsing_default_args.
216         (cp_parser_late_parsing_default_args): Add scope parameter.
217         (cp_parser_require): Avoid creating the error message unless it's
218         needed.
219         (cp_parser_parse_definitely): Place free'd contexts on the free
220         list.
221
222         * parser.c (cp_parser_declaration_seq_opt): Handle pending_lang_change.
223
224 2002-12-30  David Edelsohn  <edelsohn@gnu.org>
225
226         * parser.c (cp_parser_parameter_declaration_clause): Treat system
227         header as extern "C" if NO_IMPLICIT_EXTERN_C undefined.
228
229 2002-12-30  Nathanael Nerode  <neroden@gcc.gnu.org>
230
231         * config-lang.in, Make-lang.in, operators.def, cp-tree.def:
232         GCC, not GNU CC.
233
234 2002-12-30  Mark Mitchell  <mark@codesourcery.com>
235
236         * parse.y: Remove.
237         * spew.c: Likewise.
238         * Make-lang.in (gt-cp-spew.h): Remove.
239         * cp-tree.h (do_pending_lang_change): Remove.
240         (do_identifier): Change prototype.
241         (finish_id_expr): Remove.
242         * decl.c (lookup_name_real): Remove yylex variable.
243         * decl2.c (build_expr_from_tree): Adjust call to do_identifier.
244         * lex.c (init_cpp_parse): Remove.
245         (reduce_cmp): Likewise.
246         (token_cmp): Likewise.
247         (yychar): Likewise.
248         (lastiddecl): Likewise.
249         (token_count): Likewise.
250         (reduce_count): Likewise.
251         (yyhook): Likewise.
252         (print_parse_statistics): Likewise.
253         (do_pending_lang_change): Likewise.
254         (do_identifier): Remove parsing parameter.
255         * lex.h (lastiddecl): Remove.
256         (looking_for_typename): Remove.
257         (looking_for_template): Likewise.
258         (pending_lang_change): Likewise.
259         (yylex): Likewise.
260         * semantics.c (finish_id_expr): Remove.
261
262         * decl.c (grokdeclarator): Diagnost "extern thread" and "static
263         thread" correctly.
264
265 2002-12-30  Nathanael Nerode  <neroden@gcc.gnu.org>
266
267         * decl.c, decl2.c, decl.h:  GCC, not GNU CC.  This is the C++ front
268         end, not the C front end.
269
270 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
271
272         * cp-tree.h (THUNK_TARGET): New macro.
273         (THUNK_VIRTUAL_OFFSET): For result thunks it is always a binfo.
274         (finish_thunk): Remove offset parms.
275         * class.c (find_final_overrider): Look through thunks.
276         (get_vcall_index): Use THUNK_TARGET.
277         (update_vtable_entry_for_fn): Look through thunks. Set covariant
278         fixed offset here. Adjust finish_thunk call.
279         (build_vtbl_initializer): Adjust finish_thunk calls.
280         * mangle.c (mangle_call_offset): Remove superfluous if.
281         (mangle_thunk): Adjust.
282         * method.c (make_thunk): Adjust.
283         (finish_thunk): Adjust.
284         (thunk_adjust): Remove assert.
285         (use_thunk): Use THUNK_TARGET
286         * dump1.c (cp_dump_tree): Adjust thunk dumping.
287
288         PR c++/9054
289         * class.c (layout_class_type): Set TYPE_CONTEXT of type for base.
290         * dump.c (cp_dump_tree, RECORD_TYPE): Deal with type for base types.
291
292 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
293
294         Remove traditional C constructs 4/n.
295         * decl2.c (grok_method_quals, warn_if_unknown_interface,
296         grok_x_components, cp_build_parm_decl, build_artificial_parm,
297         maybe_retrofit_in_chrg, grokclassfn, grok_array_decl,
298         delete_sanity, check_member_template, check_java_method,
299         check_classfn, finish_static_data_member_decl, grokfield,
300         grokbitfield, grokoptypename, grok_function_init,
301         cplus_decl_attributes, constructor_name, defer_fn,
302         build_anon_union_vars, finish_anon_union, coerce_new_type,
303         coerce_delete_type, comdat_linkage, maybe_make_one_only,
304         key_method, import_export_vtable, import_export_class,
305         output_vtable_inherit, import_export_decl, import_export_tinfo,
306         build_cleanup, get_guard, get_guard_bits, get_guard_cond,
307         set_guard, start_objects, finish_objects,
308         start_static_storage_duration_function,
309         finish_static_storage_duration_function, get_priority_info,
310         start_static_initialization_or_destruction,
311         finish_static_initialization_or_destruction,
312         do_static_initialization, do_static_destruction,
313         prune_vars_needing_no_initialization, write_out_vars,
314         reparse_decl_as_expr, finish_decl_parsing, namespace_ancestor,
315         add_using_namespace, merge_functions, ambiguous_decl,
316         lookup_using_namespace, lookup_using_namespace,
317         qualified_lookup_using_namespace, set_decl_namespace,
318         decl_namespace, current_decl_namespace, push_decl_namespace,
319         pop_decl_namespace, push_scope, pop_scope, add_function,
320         arg_assoc_namespace, arg_assoc_template_arg, arg_assoc,
321         lookup_arg_dependent, do_namespace_alias,
322         validate_nonmember_using_decl, do_nonmember_using_decl,
323         do_toplevel_using_decl, do_local_using_decl,
324         do_class_using_decl, do_using_directive, check_default_args,
325         mark_used, handle_class_head): Use C90 prototypings.  Use booleans.
326         * parser.c (cp_parser_class_head): Use booleanss.
327         * decl.c (walk_globals, walk_vtables): Likewise.
328         * cp-tree.h (walk_globals_pred, walk_globals_fn, walk_vtables,
329         walk_globals): Change return type from 'int' to 'bool'.
330         * rtti.c (init_rtti_processing, build_headof, throw_bad_cast
331         throw_bad_typeid, get_tinfo_decl_dynamic, typeid_ok_p,
332         build_typeid, tinfo_name, get_tinfo_decl, get_tinfo_ptr,
333         get_typeid, ifnonnull, build_dynamic_cast_1, build_dynamic_cast,
334         qualifier_flags, tinfo_base_init, generic_initializer,
335         ptr_initializer, dfs_class_hint_mark, ptm_initializer,
336         dfs_class_hint_unmark, class_hint_flags, class_initializer,
337         typeinfo_in_lib_p, get_pseudo_ti_init, create_pseudo_type_info,
338         get_pseudo_ti_desc, create_tinfo_types, emit_support_tinfos,
339         unemitted_tinfo_decl_p, emit_tinfo_decl): Likewise.
340         * repo.c (repo_compile_flags, repo_template_declared,
341         repo_template_defined, repo_class_defined, repo_get_id,
342         repo_template_used, repo_vtable_used, repo_inline_used,
343         repo_tinfo_used, repo_template_instantiated, extract_string,
344         open_repo_file, afgets, init_repo, reopen_repo_file_for_write,
345         finish_repo): Likewise.
346         * ptree.c (cxx_print_decl, cxx_print_type, cxx_print_identifier,
347         cxx_print_xnode): Likewise..
348         * cp-lang.c (ok_to_generate_alias_set_for_type, cxx_get_alias_set,
349         cxx_warn_unused_global_decl, cp_expr_size): Likewise.
350         * cxxfilt.c (demangle_it, print_demangler_list, usage,
351         standard_symbol_characters, hp_symbol_characters, main, fatal):
352         Likewise.
353         (strip_underscore):  Change type from 'int' to 'bool'.
354         (main): Use boolean constants.
355
356 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
357
358         Remove traditional C constructs 3/n.
359         * cvt.c (cp_convert_to_pointer, convert_to_pointer_force,
360         build_up_reference, warn_ref_binding, convert_to_reference,
361         convert_from_reference, convert_lvalue, cp_convert, ocp_convert,
362         convert_to_void, convert, convert_force, build_type_conversion,
363         build_expr_type_conversion, type_promotes_to,
364         perform_qualification_conversions): Use C90 prototyping style.
365         * decl2.c (grok_array_decl): Use boolean constant.
366         (delete_sanity): Likewise.
367         * typeck.c (build_unary_op): Likewise.
368         * semantics.c (finish_switch_cond): Likewise.
369         * parser.c (cp_parser_direct_new_declarator): Likewise.
370         * init.c (build_new): Likewise.
371
372 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
373
374         * Make-lang.in (po-generated): Remove parse.c.
375         (CXX_OBJS): Remove parse.o and spew.o.  Add parser.o.
376         ($(srcdir)/cp/parse.h): Remove target.
377         ($(srcdir)/cp/parse.c): Likewise.
378         (gt-cp-parse.h): Likewise.
379         (gt-cp-parser.h): New target.
380         (c++.distclean): Do not remove parse.output.
381         (c++.maintainer-clean): Do not remove parse.c or parse.h.
382         (cp/spew.o): Remove target.
383         (cp/lex.o): Adjust dependencies.
384         (cp/pt.o): Likewise.
385         (cp/parse.o): Likewise.
386         (cp/TAGS): Do not mention parse.c.
387         (cp/parser.o): New target.
388         * NEWS: Mention the new parser.
389         * call.c (build_scoped_method_call): Simplify.
390         (build_method_call): Likewise.
391         (build_new_function_call): Adjust calls to add_function_candidate
392         and add_template_candidate.
393         (build_new_op): Improve handling of erroroneous operands.
394         (convert_default_arg): Remove circular argument processing.
395         (name_as_c_string): New function.
396         (build_new_method_call): Use it.
397         (perform_implicit_conversion): Use error_operand_p.
398         * class.c (finish_struct_anon): Use constructor_name_p.
399         (check_field_decls): Likewise.
400         (pop_nested_class): Use OVL_NEXT, not OVL_CHAIN.
401         (resolve_address_of_overloaded_function): Likewise.
402         (instantiate_type): Tweak pointer-to-member handling.
403         (get_primary_binfo): Remove incorrect assertion.
404         * config-lang.in (gtfiles): Add parser.c, remove parse.c.
405         * cp-tree.h (DEFARG_TOKENS): New macro.
406         (default_arg): New structure.
407         (cp_tree_node_structure_enum): Add TS_CP_DEFAULT_ARG.
408         (lang_tree_node): Add default_arg.
409         (cp_tree_index): Add CPTI_TYPE_INFO_REF_TYPE.
410         (type_info_ref_type): New macro.
411         (saved_scope): Make processing_explicit_instantiation a boolean.
412         (check_access): New field.
413         (unparsed_text): Remove.
414         (language_function): Remove unparsed_inlines.
415         (error_operand_p): New macro.
416         (lang_decl): Adjust pending_inline_info.
417         (DEFARG_POINTER): Remove.
418         (tag_types): Add typenames.
419         (lookup_ualified_name): Declare.
420         (lookup_name_real): Likewise.
421         (shadow_tag): Adjust prototype.
422         (get_scope_of_declarator): Declare it.
423         (process_next_inline): Remove it.
424         (check_for_missing_semicolon): Likewise.
425         (maybe_get_template_decl_from_type_decl): Declare it.
426         (finish_label_stmt): Adjust prototype.
427         (finish_non_static_data_meber): Declare it.
428         (finish_pseudo_destructor_call_expr): Rename to ...
429         (finish_pseudo_destructor_expr): ... this.
430         (finish_compound_literal): Declare it.
431         (begin_inline_definitions): Remove it.
432         (init_spew): Remove.
433         (peekyylex): Likewise.
434         (arbitrate_lookup): Likewise.
435         (frob_opname): Likewise.
436         (maybe_snarf_defarg): Likewise.
437         (add_defarg_fn): Likewise.
438         (do_pending_defargs): Likewise.
439         (done_pending_defargs): Likewise.
440         (unprocessed_defarg_fn): Likewise.
441         (replace_defarg): Likewise.
442         (end_input): Likewise.
443         (get_overloaded_fn): Likewise.
444         * cvt.c (convert_to_reference): Improve error handling.
445         * decl.c (lookup_name_real): Do not declare it static.
446         (maybe_push_to_top_level): Set check_access.
447         (identifier_type_value): Adjust call to lookup_name_real.
448         (lookup_qualified_name): New method.
449         (lookup_name_real): Remove special-case parsing code.
450         (lookup_name-nonclass): Adjust call to lookup_name_real.
451         (lookup_name_namespace_only): Likewise.
452         (lookup_name): Likewise.
453         (check_tag_decl): Return the type declared.
454         (shadow_tag): Likewise.
455         (register_dtor_fn): Tweak check_access.
456         (grokfndecl): Use constructor_name_p.
457         (get_scope_of_declarator): New function.
458         (grokdeclarator): Obscure tweaks for slightly different declarator
459         representations.
460         (start_method): Return error_mark_node to indicate failure.
461         (cp_tree_node_structure_enum): Use TS_CP_DEFAULT_ARG for DEFAULT_ARGs.
462         * decl2.c (constructor_name_full): Simplify.
463         (constructor_name): Use it.
464         (build_expr_from_tree): Adjust for changes to do new parser.
465         (push_scope): Improve robustness.
466         (validate_nonmember_using_decl): Process declarations, not names.
467         (do_class_using_decl): Likewise.
468         (handle_class_head): Do not mess with CLASSTYPE_DECLARED_CLASS
469         here.
470         * error.c (dump_expr): Handle IDENTIFIER_NODEs and BASELINKs.
471         * expr.c (cxx_expand_expr): Handle BASELINKs.
472         * init.c (member_init_ok_or_else): Issue more errors.
473         (build_offset_ref): Tweak handling of FUNCTION_DECLs.
474         * lex.c: Do not include parse.h.
475         (yypring): Do not declare.
476         (yylval): Likewise.
477         (make_reference_declarator): Remove error-generating code.
478         (rid_to_yy): Remove.
479         (cxx_init): Do not call init_spew.
480         (yypring): Remove.
481         (check_for_missing_semicolon): Remove.
482         * lex.h (got_scope): Remove.
483         (got_object): Remove.
484         * method.c (hack_identifier): Use finish_non_static_data_member.
485         (implicitly_declare_fn): Adjust use of constructor_name.
486         * parser.c: New file.
487         * pt.c (parse.h): Do not include it.
488         (maybe_get_template_decl_from_template): Do not declare it.
489         (finish_member_template_decl): Tweak.
490         (begin_explicit_instantiation): Adjust for
491         processing_explicit_instantiation being boolean.
492         (end_explicit_instantiation): Likewise.
493         (maybe_process_partial_specialization): Tighten specialization
494         test.
495         (retrieve_local_specialization): Adjust ue of hash table.
496         (eq_local_specializations): New function.
497         (register_local_specialization): Likewise.
498         (push_template_decl_real): Remove unnecessary test.
499         (maybe_get_template_decl_from_type_decl): Don't make it static.
500         (for_each_template_parm_r): Handle TYPEOF_TYPE.
501         (tsubst_copy): Use retrieive_local_specialization to handle
502         PARM_DECL.  Adjust handling of CONST_DECLs.  Handle BASELINKs.
503         Handle COMPONENT_REFs with pseudo-destructor-expressions.
504         Simplify handling of CALL_EXPR and METHOD_CALL_EXPR.
505         (tsubst_expr): Pass decls, not names, to do_local_using_decl.
506         (unify): Tweak handling of CONST_DECLs.
507         (regenerate_decl_from_template): Use push_nested_class.
508         (template_for_substitution): New funciton.
509         (instantiate_decl): Use it.  Register parameters as local
510         specializations.
511         * rtti.c (init_rtti_processing): Set type_info_ref_type.
512         (build_typeid): Use it.
513         (get_typeid): Likeise.
514         * search.c (accessible_p): Use check_access, not
515         flag_access_control.
516         (adjust_result_of_qualified_name_lookup): Pay attention to the
517         context_class.
518         * semantics.c (finish_asm_stmt): Adjust error handling.
519         (finish_label_stmt): Return the statement.
520         (finish_non_static_data_member): New function.
521         (finish_class_expr): Handle BASELINKs.
522         (finish_call_expr): Handle PSEUDO_DTOR_EXPR.
523         (finish_object_call_expr): Simplify handling during templates.
524         (finish_pseudo_destructor_call_expr): Rename to ...
525         (finish_pseudo_dtor_expr): ... this.
526         (finish_compound_literal): New function.
527         (begin_inline_definitions): Remove.
528         (finish_sizeof): Remove special template handling.
529         * spew.c: Do not include parse.h.
530         * tree.c (get_overloaded_fn): Remove.
531         * typeck.c (build_class_member_access_expr): Handle
532         PSEUDO_DTOR_EXPR.  Adjust handling of static member functions.
533         (lookup_destructor): New function.
534         (finish_class_member_access_expr): Use it.
535         (convert_arguments): Simplify.
536         (build_unary_op): Handle BASELINKs.
537
538 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
539
540         PR c++/4803
541         * decl2.c (mark_used): Defer inline functions.
542         (finish_file): Merge deferred_fns loops. Check all used
543         inline functions have a definition.
544         * method.c (make_thunk): Thunks are not inline.
545
546         PR c++/5116, c++/764
547         * call.c (build_new_op): Make sure template class operands are
548         instantiated.
549
550 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
551
552         PR C++/7964
553         * cp-tree.h (resolve_scoped_fn_name): Prototype.
554         * call.c (resolve_scoped_fn_name): New function. Deal with
555         more template expansion. Broken out of ...
556         * parse.y (parse_finish_call_expr): ... here. Call it.
557         * decl2.c (build_expr_from_tree, CALL_EXPR): Use
558         resolve_scoped_fn_name and build_call_from_tree.
559
560         PR c++/9053
561         * decl.c (duplicate_decls): Templates may be disambiguated by
562         return type.
563
564         PR c++/8702
565         * decl2.c (check_classfn): Use lookup_fnfield_1. List all
566         conversion operators on failure.
567
568 2002-12-23  Gabriel Dos Reis  <gdr@integrable-solutions.net>
569
570         Remove traditional C constructs 2/n.
571         * call.c (tourney, build_field_call, equal_functions, joust,
572         compare_ics, build_over_call, build_java_interface_fn_ref,
573         convert_like_real, op_error, build_object_call, resolve_args,
574         build_vfield_ref, check_dtor_name, build_scoped_method_call,
575         build_addr_func, build_call, build_method_call, null_ptr_cst_p,
576         sufficient_parms_p, build_conv, non_reference, strip_top_quals,
577         standard_conversion, reference_related_p,
578         reference_compatible_p, convert_class_to_reference,
579         direct_reference_binding, reference_binding,
580         ,implicit_conversion, is_complete, promoted_arithmetic_type_p,
581         add_template_conv_candidate, any_viable, any_strictly_viable,
582         build_this, splice_viable, print_z_candidates,
583         build_user_type_conversion, build_new_function_call,
584         conditional_conversion, build_conditional_expr, build_new_op,
585         build_op_delete_call, enforce_access, call_builtin_trap,
586         convert_arg_to_ellipsis, build_x_va_arg, cxx_type_promotes_to,
587         convert_default_arg, type_passed_as, convert_for_arg_passing,
588         in_charge_arg_for_name, is_properly_derived_from,
589         maybe_handle_implicit_object, maybe_handle_ref_bind,
590         source_type, add_warning, can_convert, can_convert_arg,
591         perform_implicit_conversion, can_convert_arg_bad,
592         initialize_reference, add_conv_candidate,
593         add_template_candidate_real, add_template_candidate): Ansify.
594
595 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
596
597         PR c++/8572
598         * cp-tree.h (grokoptypename): Add SCOPE parameter.
599         * decl2.c (grokoptypename): Add SCOPE parameter. tsubst the type
600         if in a template scope.
601         * parse.y (unoperator): Return the scope.
602         (operator_name): Adjust grokoptypename call.
603
604 2002-12-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
605
606         * cp-tree.h (make_unbound_class_template): Use tsubst_flags_t.
607         * decl.c (make_unbound_class_template): Adjust.  Check for tf_error.
608         * pt.c (tsubst) [OFFSET_TYPE]: Check for tf_error.
609
610 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
611
612         * ChangeLog: Fix a typo.
613         * class.c: Fix comment typos.
614         * cp-tree.h: Likewise.
615
616 2002-12-18  Jason Merrill  <jason@redhat.com>
617
618         Handle anonymous unions at the tree level.
619         C++ ABI change: Mangle anonymous unions using the name of their
620         first named field (by depth-first search).  Should not cause
621         binary compatibility problems, though, as the compiler previously
622         didn't emit anything for affected unions.
623         * cp-tree.def (ALIAS_DECL): New tree code.
624         * decl2.c (build_anon_union_vars): Build ALIAS_DECLs.  Return the
625         first field, not the largest.
626         (finish_anon_union): Don't mess with RTL.  Do set DECL_ASSEMBLER_NAME,
627         push the decl, and write it out at namespace scope.
628         * decl.c (lookup_name_real): See through an ALIAS_DECL.
629         (pushdecl): Add namespace bindings for ALIAS_DECLs.
630         * rtti.c (unemitted_tinfo_decl_p): Don't try to look at the name
631         of a decl which doesn't have one.
632         * typeck.c (build_class_member_access_expr): Don't recurse if
633         we already have the type we want.
634
635 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
636
637         PR c++/8099
638         * friend.c (make_friend_class): Allow partial specialization
639         when declaration is not a template friend.
640
641 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
642
643         PR c++/3663
644         * pt.c (lookup_template_class): Copy TREE_PRIVATE and
645         TREE_PROTECTED to created decl nodes.
646
647 2002-12-18  Mark Mitchell  <mark@codesourcery.com>
648
649         * class.c (build_base_field): Do not set DECL_PACKED on the
650         FIELD_DECL.
651
652 2002-12-18  Gabriel Dos Reis  <gdr@integrable-solutions.net>
653
654         * cp-tree.h (struct tree_srcloc): Use location_t.
655         (SOURCE_LOCUS): New.
656         (SRCLOC_FILE, SRCLOC_LINE): Adjust.
657
658 2002-12-17  Jason Merrill  <jason@redhat.com>
659
660         * decl.c (finish_function): Also complain about no return in
661         templates.
662         * semantics.c (finish_return_stmt): Also call check_return_expr in
663         templates.
664         * typeck.c (check_return_expr): In a template, just remember that we
665         saw a return.
666
667 2002-12-16  Jason Merrill  <jason@redhat.com>
668
669         * semantics.c (simplify_aggr_init_exprs_r): Don't change the type
670         of the CALL_EXPR.
671
672         * semantics.c (do_pushlevel): Call pushlevel after adding the
673         SCOPE_STMT.
674         (do_poplevel): Call poplevel before adding the SCOPE_STMT.
675         * parse.y (function_body): Go back to using compstmt.
676         * decl.c (pushdecl): Skip another level to get to the parms level.
677
678         * call.c (build_new_method_call): Use is_dummy_object to determine
679         whether or not to evaluate the object parameter to a static member
680         function.
681
682 2002-12-14  Jason Merrill  <jason@redhat.com>
683
684         * semantics.c (simplify_aggr_init_exprs_r): Also prepend the
685         return slot for normal functions.  Set CALL_EXPR_HAS_RETURN_SLOT_ADDR.
686         * tree.c (build_cplus_new): If the type isn't TREE_ADDRESSABLE,
687         don't bother with an AGGR_INIT_EXPR.
688         (cp_copy_res_decl_for_inlining): If the type isn't TREE_ADDRESSABLE,
689         just generate a new decl normally.  Take return slot parm.
690         * cp-tree.h: Adjust prototype.
691
692 2002-12-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
693
694         PR C++/8031
695         * cvt.c (convert_to_pointer_force): Don't try comparing against
696         erronous type.
697
698 2002-12-13  Geoffrey Keating  <geoffk@apple.com>
699
700         * cp-tree.h: Have the multiple-include guards around
701         the entire file.
702
703 2002-12-10  David Edelsohn  <edelsohn@gnu.org>
704
705         * cp/spew.c (feed_input): Change limit to last_pos and pos to cur_pos
706         for SPEW_DEBUG.
707         (snarf_method): Same.
708         (snarf_defarg): Same.
709
710 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
711
712         PR c++/8372
713         * pt.c (tsubst_copy): Handle destructor names more correctly.
714
715 2002-12-10  Matt Austern   <austern@apple.com>
716
717         * cp-tree.h: get rid of needs_virtual_reinit bit.
718
719 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
720
721         * NEWS: Document removal of in-class initialization extension for
722         static data members of non-arithmetic, non-enumeration type.
723         * decl.c (check_static_variable_definition): Do not allow that
724         extension.
725         * decl2.c (grokfield): Do not call digest_init when processing
726         templates.
727
728 2002-12-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
729
730         * error.c (dump_expr): Fix format specifier warning.
731
732 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
733
734         * class.c (finish_struct_1): Correct comment.
735         * cp-tree.c (DECL_SORTED_FIELDS): Likewise.
736
737 2002-12-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
738
739         PR C++/8799
740         * error.c (dump_expr): Don't ever try to dump a non-existent
741         expression.
742
743 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
744
745         Implement covariant returns.
746         * cp-tree.h (IS_AGGR_TYPE_2): Remove.
747         (struct lang_decl_flags): Add this_thunk_p flag.
748         Rename vcall_offset to virtual_offset.
749         (struct lang_decl): Rename delta to fixed_offset.
750         (DECL_THIS_THUNK_P, DECL_RESULT_THUNK_P): New #defines.
751         (SET_DECL_THUNK_P): Add THIS_ADJUSTING arg.
752         (THUNK_DELTA, THUNK_VCALL_OFFSET): Rename to ...
753         (THUNK_FIXED_OFFSET, THUNK_VIRTUAL_OFFSET): ... here.
754         (make_thunk): Add this_adjusting arg.
755         (finish_thunk): Declare.
756         (mangle_thunk): Add this_adjusting arg.
757         * class.c (get_vcall_index): Use base function for lookup.
758         (update_vtable_entry_for_fn): Generate covariant thunk.
759         (finish_struct_1): Set DECL_VINDEX to NULL for thunks.
760         (build_vtbl_initializer): Use base function for lookup.
761         Finish covariant thunk here. Adjust thunk generation.
762         * dump.c (cp_dump_tree): Simplify DECL_GLOBAL_[CD]TOR_P handling.
763         Adjust thunk dumping.
764         * mangle.c (mangle_call_offset): New function.
765         (mangle_thunk): Adjust for covariant thunks.
766         * method.c (make_thunk): Adjust. Do not set name here.
767         (finish_thunk): New function. Set name here.
768         (use_thunk): Generate covariant thunks too.
769         (thunk_adjust): New function.
770         * search.c (covariant_return_p): Remove. Fold into ...
771         (check_final_overrider): ... here. Simplify.
772         * semantics.c (emit_associated_thunks): Walk covariant thunk lists.
773
774 2002-12-03  Jason Merrill  <jason@redhat.com>
775
776         PR c++/8674
777         * call.c (build_over_call): Check specifically for TARGET_EXPR
778         when eliding.
779
780         PR c++/8461, c++/8625
781         * call.c (convert_for_arg_passing): Don't mess with error_mark_node.
782         (cp_convert_parm_for_inlining): Remove.
783         * cp-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
784         Remove.
785         * cp-tree.h (ADDR_IS_INVISIREF): Remove.
786         * except.c (stabilize_throw_expr): Remove ADDR_IS_INVISIREF code.
787
788         * call.c (build_user_type_conversion_1): Don't set ICS_BAD_FLAG on
789         an ambiguous conversion.
790
791 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
792
793         PR c++/8688
794         * decl.c (reshape_init): Handle erroneous initializers.
795
796 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
797
798         PR c++/8720
799         * spew.c (remove_last_token): Make sure that last_chunk is set
800         correctly.
801
802         PR c++/8615
803         * error.c (dump_expr): Handle character constants with
804         TREE_OVERFLOW set.
805
806 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
807
808         DR 180
809         * decl.c (grokdeclarator): Require class-key for all friend class.
810         Output the correct type and context in the error message.
811
812 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
813
814         PR c++/5919
815         * pt.c (unify): Use variably_modified_type_p to test validity of
816         template argument types.
817
818         PR c++/8727
819         * cp-tree.h (lang_type_class): Add typeinfo_var.
820         (CLASSTYPE_TYPEINFO_VAR): New macro.
821         * rtti.c (get_tinfo_decl): Use it.
822
823         PR c++/8663
824         * init.c (expand_member_init): Always get the main variant of a
825         base class.
826
827 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
828
829         PR c++/8332
830         PR c++/8493
831         * decl.c (cxx_init_decl_processing): Use size_type_node, not
832         c_size_type_node.
833         * decl2.c (coerce_new_type): Likewise.
834         * except.c (do_allocate_exception): Likewise.
835
836 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
837
838         * call.c, class.c, cp-lang.c, cvt.c, cxxfilt.c, decl.c, decl2.c,
839         dump.c, error.c, except.c, expr.c, friend.c, g++spec.c, init.c,
840         lex.c, mangle.c, method.c, optimize.c, parse.y, pt.c, ptree.c,
841         repo.c, rtti.c, search.c, semantics.c, spew.c, tree.c, typeck.c,
842         typeck2.c: Include coretypes.h and tm.h.
843         * Make-lang.in: Update dependencies.
844
845 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
846
847         PR c++/8227
848         * decl.c (layout_var_decl): Deal gracefully with erroneous types.
849         (check_initializer): Validate the type of the initialized
850         variable, even if the initializer is absent.
851         * typeck.c (cp_type_quals): Deal gracefully with erroneous types.
852
853         PR c++/8214
854         * typeck.c (convert_for_assignment): Do not use
855         decl_constant_value on the operand.
856
857         PR c++/8511
858         * pt.c (instantiate_decl): Handle template friends defined outside
859         of the class correctly.
860
861 2002-11-29  Joe Buck <jbuck@synopsys.com>
862
863         * parse.y (class_head_defn): Set CLASSTYPE_DECLARED_CLASS for
864         anonymous structs.
865
866 2002-11-29  Mark Mitchell  <mark@codesourcery.com>
867
868         * class.c (walk_subobject_offsets): Recur on binfos as well as on
869         types.
870         (layout_nonempty_base_or_field): Pass it a binfo when processing a
871         base class.
872         (layout_empty_base): Likewise.
873         (build_base_field): Likewise.
874
875 2002-11-27  Mark Mitchell  <mark@codesourcery.com>
876
877         * class.c (build_base_field): Make sure we get the canonical base
878         when descending through primary bases.
879
880 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
881
882         * decl.c (check_initializer): Don't error on initialisation of
883         a scalar with a brace-enclosed expression.
884
885 2002-11-26  Nathan Sidwell  <nathan@codesourcery.com>
886
887         * cp-tree.h (DECL_LANG_FLAG_4): Document more uses.
888         (template_parms_equal): Remove prototype.
889         * typeck.c (buuld_indirect_ref): Reformat.
890
891 2002-11-25  Jason Merrill  <jason@redhat.com>
892
893         * init.c (build_vec_init): Use a FOR_STMT instead of an IF_STMT
894         and a DO_STMT.
895
896 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
897
898         * tree.c (cp_build_qualified_type_real): Correct handling of
899         array types.
900         * class.c (walk_subobject_offsets): Fix thinko.
901         (build_base_field): Record offsets of empty bases in primary
902         virtual bases.
903         (layout_class_type): Record offsets of empty bases in fields.
904
905         * search.c (is_subobject_of_p_1): Fix thinko.
906         (lookup_field_queue_p): Likewise.
907
908 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
909
910         * class.c (layout_class_type): Reuse tail padding when laying out
911         virtual bases.
912
913 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
914
915         * rtti.c (qualifier_flags): Fix thinko.
916
917 2002-11-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
918
919         Remove traditional C constructs 1/n.
920         * cp-tree.h (init_method, set_mangled_name_for_decl,
921         build_opfncall, hack_identifier, make_thunk, use_thunk,
922         synthesize_method, implicitly_declare_fn,
923         skip_artificial_parms_for, optimize_function, calls_setjmp_p,
924         maybe_clone_body): Remove use of PARAMS.
925
926         * method.c (do_build_assign_ref, do_build_copy_constructor,
927         synthesize_exception_spec, locate_dtor, locate_ctor, locate_copy):
928         Likewise.
929         (synthesize_method): Use 'bool' type and constants instead of
930         'int'.
931         (locate_copy): Likewise.
932         (implicitly_declare_fn): Likewise.
933
934         * optimize.c (calls_setjmp_r, update_cloned_parm, dump_function):
935         Remove old-style declaration.
936         (maybe_clone_body): Use 'bool' type and constants.
937
938 2002-11-21  Glen Nakamura  <glen@imodulo.com>
939
940         PR c++/8342
941         * typeck.c (get_member_function_from_ptrfunc): Make sure that a
942         SAVE_EXPR for instance_ptr doesn't get evaluated first inside one
943         of the branches of a COND_EXPR.
944
945 2002-11-19  Mark Mitchell  <mark@codesourcery.com>
946
947         * pt.c (for_each_template_parm): Free allocated memory.
948         * search.c (is_subobject_of_p_1): New function.
949         (is_subobject_of_p): Avoid walking virtual bases multiple times.
950
951 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
952
953         * g++spec.c (lang_specific_spec_functions): New.
954
955 2002-11-15  Kazu Hirata  <kazu@cs.umass.edu>
956
957         * ChangeLog: Follow spelling conventions.
958         * class.c: Likewise.
959         * decl2.c: Likewise.
960
961 2002-11-14  Zack Weinberg  <zack@codesourcery.com>
962
963         * search.c (dfs_push_decls): Do not try to reorder elements
964         3..n of method_vec if method_vec has only two elements.
965         Reverse order of two tests to avoid accessing unallocated
966         memory.
967
968 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
969
970         * class.c (dfs_find_final_overrider): Adjust so that the most
971         derived object is a binfo, rather than a class type.
972         (find_final_overrider): Likewise.
973         (add_vcall_offset_vtbl_entries_1): Simplify accordingly.
974         (add_vcall_offset): Likewise.
975
976 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
977
978         PR c++/8389
979         * pt.c (instantiate_template): Push class scope for member
980         functions.
981         (get_mostly_instantiated_function_type): Likewise.  Don't call
982         tsubst on context.  Remove CONTEXTP and TPARMSP parameters.
983         * cp-tree.h (get_mostly_instantiated_function_type): Adjust.
984         * mangle.c (write_encoding, write_unqualified_name): Adjust.
985
986 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
987
988         * class.c (add_vcall_offset_vtbl_entries_1): Correct ordering of
989         vcall offfsets.  Split out ...
990         (add_vcall_offset): ... new function.
991
992         PR c++/8338
993         * pt.c (for_each_template_parm): Add htab parameter.
994         (process_partial_specialization): Adjust call.
995         (push_template_decl_real): Likewise.
996         (pair_fn_data): Add visited.
997         (for_each_template_parm_r): Avoid walking duplicates more than
998         once.
999         (uses_template_parms): Adjust call to for_each_template_parm.
1000
1001 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
1002
1003         * class.c (add_implicitly_declared_members): Put implicitly
1004         declared functions at the end of TYPE_METHODs when -fabi-version
1005         is at least 2.
1006
1007 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
1008
1009         * decl2.c (finish_file): Correct spelling.
1010
1011 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
1012
1013         * call.c (build_special_member_call): Do not try to lookup VTTs by
1014         name.
1015         * class.c (vtbl_init_data): Add generate_vcall_entries.
1016         (get_vtable_decl): Do not look up virtual tables by name.
1017         (copy_virtuals): Do not use BV_USE_VCALL_INDEX_P.
1018         (set_primary_base): Do not set CLASSTYPE_RTTI.
1019         (determine_primary_base): Likewise.
1020         (get_matching_virtual): Remove.
1021         (get_vcall_index): New function.
1022         (update_vtable_entry_for_fn): Do not try to use virtual thunks
1023         when they are not required.  Assign vcall indices at this point.
1024         (finish_struct_1): Do not set CLASSTYPE_NEEDS_VIRTUAL_REINIT.
1025         Do update dynamic_classes.
1026         (build_vtt): Do not add VTTs to the symbol table.
1027         (build_ctor_vtbl_group): Likewise.
1028         (build_vtbl_initializer): Simplify handling of vcall indices.
1029         (build_vcall_offset_vtbl_entries): Pretend to build vcall offsets
1030         for the most derived class.
1031         (add_vcall_offset_vtbl_entries_1): But do not actually add them to
1032         the vtable.
1033         * cp-tree.h (dynamic_classes): New macro.
1034         (lang_type_class): Remove rtti.  Add vtables.  Add vcall_indices.
1035         (CLASSTYPE_RTTI): Remove.
1036         (CLASSTYPE_NEEDS_VIRTUAL_REINIT): Remove.
1037         (CLASSTYPE_VCALL_INDICES): New macro.
1038         (CLASSTYPE_VTABLES): Likewise.
1039         (BV_USE_VCALL_INDEX_P): Remove.
1040         (build_vtable_path): Remove.
1041         * decl2.c (finish_vtable_vardecl): Remove.
1042         (key_method): Remove #if 0'd code.
1043         (finish_vtable_vardecl): Rename to ...
1044         (maybe_emit_vtables): ... this.
1045         (finish_file): Use it.
1046         * search.c (look_for_overrides_here): Update comment.
1047
1048 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
1049
1050         PR c/7353 redux
1051         * decl2.c (grokfield): Reject TYPE_DECLs with initializers.
1052
1053 2002-10-30  Jason Merrill  <jason@redhat.com>
1054
1055         PR c++/8186
1056         * cp-tree.h (ADDR_IS_INVISIREF): New macro.
1057         * call.c (convert_for_arg_passing): Set it.
1058         * except.c (stabilize_throw_expr): Recurse for such an arg.
1059
1060 2002-10-31  Mark Mitchell  <mark@codesourcery.com>
1061
1062         * cp-tree.h (lang_decl_flags): Remove init_priority.
1063         (lang_decl): Add delta.
1064         (GLOBAL_INIT_PRIORITY): Remove.
1065         (THUNK_DELTA): Revise definition.
1066         * decl2.c (start_objects): Don't set GLOBAL_INIT_PRIORITY.
1067         * dump.c (cp_dump_tree): Don't dump it.
1068
1069 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
1070
1071         PR c++/8160
1072         * typeck2.c (process_init_constructor): Call complete_array_type.
1073
1074         PR c++/8149
1075         * decl.c (make_typename_type): Issue errors about invalid results.
1076
1077 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1078
1079         Core issue 287, PR c++/7639
1080         * cp-tree.h (lang_type_class): Add decl_list field.
1081         (CLASSTYPE_DECL_LIST): New macro.
1082         (maybe_add_class_template_decl_list): Add declaration.
1083         * class.c (duplicate_tag_error): Initialize CLASSTYPE_DECL_LIST.
1084         (unreverse_member_declarations): Reverse CLASSTYPE_DECL_LIST.
1085         (maybe_add_class_template_decl_list): New function.
1086         (add_implicitly_declared_members): Use it.
1087         * decl.c (maybe_process_template_type_declaration): Likewise.
1088         (pushtag): Likewise.
1089         * friend.c (add_friend): Likewise.
1090         (make_friend_class): Likewise.
1091         * semantics.c (finish_member_declaration): Likewise.
1092         (begin_class_definition): Initialize CLASSTYPE_DECL_LIST.
1093         * pt.c (instantiate_class_template): Use CLASSTYPE_DECL_LIST
1094         to process members and friends in the order of declaration.
1095
1096 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
1097
1098         PR c++/8287
1099         * decl.c (finish_destructor_body): Create the label to jump to
1100         when returning from a destructor here.
1101         (finish_function_body): Rather than here.
1102
1103 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
1104
1105         PR c++/7266
1106         * decl.c (grokdeclarator): Check that TREE_OPERAND 0 of a
1107         SCOPE_REF is not null before dereferencing it.
1108
1109 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
1110
1111         * call.c (build_over_call): Use DECL_CONTEXT, not
1112         DECL_VIRTUAL_CONTEXT.
1113         * class.c (modify_vtable_entry): Don't mess with
1114         DECL_VIRTUAL_CONTEXT.
1115         (set_vindex): Remove.
1116         (set_primary_base): Remove vfuns_p parameter.
1117         (determine_primary_base): Likewise.
1118         (modify_all_vtables): Likewise.
1119         (layout_class_type): Likewise.  Adjust calls to other functions
1120         accordingly.
1121         (finish_struct_1): Adjust calls to modified functions.  Set
1122         DECL_VINDEX here.
1123         * cp-tree.h (lang_type_class): Remove vsize.
1124         (CLASSTYPE_VSIZE): Remove.
1125         (lang_decl): Remove thunks.
1126         (DECL_THUNKS): Adjust.
1127         (DECL_VIRTUAL_CONTEXT): Remove.
1128         (duplicate_decls): Don't copy it.
1129         * pt.c (build_template_decl): Don't set it.
1130         (tsubst_decl): Likewise.
1131         * typeck.c (expand_ptrmemfunc_cst): Don't use it.
1132
1133         * class.c (build_vtbl_initializer): Don't use build_vtable_entry.
1134         (build_vtable_entry): Remove.
1135         * cp-tree.h (BINFO_VIRTUALS): Expand documentation.
1136         (lang_decl): Add thunks.
1137         (DECL_THUNKS): New macro.
1138         * decl.c (duplicate_decls): Copy it.
1139         * method.c (make_thunk): Simplify, and add thunks to DECL_THUNKS.
1140         * semantics.c (emit_associated_thunks): Simplify.
1141
1142 2002-10-24  David Edelsohn  <edelsohn@gnu.org>
1143
1144         PR c++/7228
1145         * cp-tree.h (CLASSTYPE_READONLY_FIELDS_NEED_INIT): Check that
1146         lang_type structure exists before accessing field.
1147         (SET_CLASSTYPE_READONLY_FIELDS_NEED_INIT): New macro.
1148         (CLASSTYPE_REF_FIELDS_NEED_INIT): Similar.
1149         (SET_CLASSTYPE_REF_FIELDS_NEED_INIT): New macro.
1150         * class.c (check_field_decls): Use new macros.
1151         * typeck2.c (process_init_constructor): Remove redundant check for
1152         existence of lang_type structure.
1153
1154 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
1155
1156         * class.c (end_of_base): New method.
1157         (end_of_class): Use it.  Check indirect virtual bases.
1158
1159         * class.c (check_field_decls): Fix typo.
1160
1161 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
1162
1163         PR c++/8067
1164         * decl.c (maybe_inject_for_scope_var): Ignore __FUNCTION__ and
1165         related variables.
1166
1167         PR c++/7679
1168         * spew.c (next_token): Do not return an endless stream of
1169         END_OF_SAVED_INPUT tokens.
1170         (snarf_method): Add three END_OF_SAVED_INPUT tokens to the end of
1171         the cached token stream.
1172         (snarf_defarg): Likewise.
1173
1174 2002-10-23  Zack Weinberg  <zack@codesourcery.com>
1175
1176         * cp-lang.c (cp_var_mod_type_p): New: C++ hook for
1177         variably_modified_type_p.
1178         * cp-tree.h: Remove prototype of variably_modified_type_p.
1179         * tree.c (variably_modified_type_p): Remove; now implemented
1180         in language-independent code.
1181
1182 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
1183
1184         PR c++/6579
1185         * spew.c (snarf_parenthesized_expression): New function.
1186         (snarf_block): Use it.
1187
1188 2002-10-22  Richard Henderson  <rth@redhat.com>
1189
1190         * method.c (use_thunk): Always compute vcall_value; assert that
1191         it is not zero.  Use can_output_mi_thunk; use output_mi_thunk
1192         for vcall thunks as well.
1193
1194 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
1195
1196         * class.c (empty_base_at_nonzero_offset_p): New function.
1197         (layout_nonempty_base_or_field): Do not check for conflicts when
1198         laying out a virtual base using the GCC 3.2 ABI.
1199         (build_base_field): Correct checking for presence of empty classes
1200         at nonzero offsets when clearing CLASSTYPE_NEARLY_EMPTY_P.
1201
1202         * class.c (include_empty_classes): Use normalize_rli.
1203         (layout_class_type): Likewise.
1204
1205         * decl.c (reshape_init): Tweak handling of character arrays.
1206
1207         PR c++/8218
1208         * cp-tree.h (lang_type_class): Add contains_empty_class_p.
1209         (CLASSTYPE_CONTAINS_EMPTY_CLASS_P): New macro.
1210         * class.c (check_bases): Update CLASSTYPE_CONTAINS_EMPTY_CLASS_P.
1211         (check_field_decls): Likewise.
1212         (layout_class_type): Likewise.
1213         (finish_struct_1): Initialize it.
1214         (walk_subobject_offsets): Use it to prune searches.
1215
1216 2002-10-20  Mark Mitchell  <mark@codesourcery.com>
1217
1218         * method.c (use_thunk): Compute the vcall index as a HOST_WIDE_INT.
1219         * optimize.c (optimize_function): Replace ASM_OUTPUT_MI_THUNK with
1220         TARGET_ASM_OUTPUT_MI_THUNK in comments.
1221
1222 2002-10-18  Zack Weinberg  <zack@codesourcery.com>
1223
1224         * decl.c (start_decl): Point users of the old initialized-
1225         typedef extension at __typeof__.
1226
1227 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
1228
1229         * Make-lang.in (method.o): Depend on TARGET_H.
1230         * method.c (target.h): Include it.
1231         (use_thunk): Use target hooks.  Use vcall thunks, if available.
1232
1233 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
1234
1235         * class.c (base_derived_from): Make sure return value is a bool.
1236
1237 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
1238
1239         * class.c (find_final_overrider_data_s): Remove overriding_fn and
1240         overriding_base.
1241         (dfs_base_derived_from): New function.
1242         (base_derived_from): Likewise.
1243         (dfs_find_final_overrider): Use base_derived_from.
1244         (find_final_overrider): Adjust.
1245
1246 2002-10-18  Jason Merrill  <jason@redhat.com>
1247
1248         PR c++/8080
1249         * semantics.c (finish_for_cond, finish_while_cond): Don't mess
1250         with condition decls in a template.
1251
1252 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
1253
1254         * class.c (add_method): Compare template parms too.
1255
1256 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
1257
1258         PR c++/7584
1259         * class.c (handle_using_decl): Allow the declaration used to be
1260         from an ambiguous base.
1261
1262         * pt.c (convert_template_argument): Revert this change:
1263                 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
1264                 * pt.c (convert_template_argument): Do not fold non-type
1265                 template rguments when inside a template.
1266
1267         * init.c (expand_default_init): Handle brace-enclosed initializers
1268         correctly.
1269
1270 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
1271
1272         * mangle.c (write_expression): Correct handling of enumeration
1273         constants.
1274         (write_template_arg): Likewise.
1275         * pt.c (convert_template_argument): Do not fold non-type template
1276         arguments when inside a template.
1277
1278         PR c++/7478
1279         * cvt.c (convert_to_reference): Allow references as the incoming
1280         type.
1281
1282 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
1283
1284         PR c++/7524
1285         * method.c (do_build_assign_ref): Use cp_build_qualified_type, not
1286         build_qualified_type.
1287
1288 2002-10-15  Richard Henderson  <rth@redhat.com>
1289
1290         * error.c (dump_expr): Use real_to_decimal directly, and with
1291         the new arguments.
1292
1293 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
1294
1295         * decl.c (reshape_init): Fix typo.
1296
1297         * cp-tree.h (operator_name_info_t): Add arity.
1298         * lex.c (init_operators): Initialize it.
1299         * mangle.c (write_conversion_operator_name): New function.
1300         (write_unqualified_name): Use it.
1301         (write_template_args): Accept template arguments as a TREE_LIST.
1302         (write_expression): Adjust handling of qualified names to match
1303         specification.
1304
1305 2002-10-15  Jason Merrill  <jason@redhat.com>
1306
1307         * call.c (call_builtin_trap): New fn.
1308         (convert_arg_to_ellipsis): Use it.  Downgrade error to warning.
1309         (build_call): Don't set current_function_returns_abnormally outside
1310         a function.
1311
1312 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
1313
1314         * class.c (check_field_decls): Remove empty_p parameter.  Instead,
1315         clear CLASSTYPE_EMPTY_P.
1316         (build_base_field): Likewise.
1317         (build_base_fields): Likewise.
1318         (check_bases_and_members): Likewise.
1319         (create_vtbl_ptr): Likewise.
1320         (layout_class_type): Likewise.  Ensure that empty classes have
1321         size zero when used as base classes in the 3.2 ABI.
1322         (finish_struct_1): Initialize CLASSTYPE_EMPTY_P and
1323         CLASSTYPE_NEARLY_EMPTY_P.  Adjust calls to avoid passing empty_p
1324         parameter.
1325         (is_empty_class): Correct definition when using post-3.2 ABI.
1326         * cp-tree.h (lang_type_class): Add empty_p.
1327         (CLASSTYPE_EMPTY_P): New macro.
1328
1329 2002-10-12  Nathan Sidwell  <nathan@codesourcery.com>
1330
1331         * init.c (build_delete): Do not apply save_expr for arrays.
1332         (build_vec_delete): Likewise.
1333
1334 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
1335
1336         * decl.c (layout_var_decl): Call layout_decl even for variables
1337         whose type is an array with unspecified bounds.
1338
1339         PR c++/7176
1340         * lex.c (do_identifier): Add another option for the parsing
1341         parameter.
1342         * parse.y (do_id): Use it.
1343
1344 2002-10-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1345
1346         PRs C++/6803, C++/7721 and C++/7803
1347         * decl.c (grokdeclarator): Gracefully handle template-name as
1348         decl-specifier.
1349
1350 2002-10-11  Jason Molenda  <jmolenda@apple.com>
1351
1352         * init.c (build_field_list): Provide uses_unions_p with a default
1353         value.
1354
1355 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
1356
1357         PR c++/5661
1358         * cp-tree.h (variably_modified_type_p): New function.
1359         (grokdeclarator) Tighten check for variably modified types as
1360         fields.
1361         * pt.c (convert_template_argument): Do not allow variably modified
1362         types as template arguments.
1363         * tree.c (variably_modified_type_p): New function.
1364
1365         * NEWS: Document removal of "new X = ..." extension.
1366         * class.c (initialize_array): Set TREE_HAS_CONSTRUCTOR on
1367         brace-enclosed initializers.
1368         * cp-tree.h (CP_AGGREGATE_TYPE_P): New macro.
1369         (initialize_local_var): Remove declaration.
1370         (expand_static_init): Likewise.
1371         * decl.c (next_initializable_field): New function.
1372         (reshape_init): Likewise.
1373         (check_initializer): Use them.  Build dynamic initializer for
1374         aggregates here too.
1375         (initialize_local_var): Simplify, and incorporate cleanup
1376         insertion code as well.
1377         (destroy_local_var): Remove.
1378         (cp_finish_decl): Tidy.
1379         (expand_static_init): Fold checks for whether or not a variable
1380         needs initialization into this function.  Simplify.
1381         * decl2.c (do_static_initialization): Simplify.
1382         * init.c (build_init): Do not set TREE_SIDE_EFFECTS when it will
1383         be done for us automatically.
1384         (expand_default_init): Handle brace-enclosed initializers
1385         correctly.
1386         (expand_aggr_init_1): Remove RTL-generation code.
1387         (build_vec_init): Remove "new X = ..." support.
1388         * parse.y (new_initializer): Likewise.
1389         * rtti.c (get_pseudo_ti_init): Set TREE_HAS_CONSTRUCTOR on
1390         brace-enclosed initializer.
1391         (create_pseudo_type_info): Likewise.
1392         * typeck2.c (store_init_value): Don't try to handle digest_init
1393         being called more than once.
1394         (digest_init): Tidy handling of brace-enclosed initializers.
1395
1396 2002-10-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1397
1398         * decl.c (typename_hash): Use htab_hash_pointer.
1399
1400 2002-10-10  Jim Wilson  <wilson@redhat.com>
1401
1402         * decl.c (duplicate_decls): Don't call decl_attributes.
1403
1404 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
1405
1406         PR c/7353
1407         * decl.c (start_decl): Unconditionally issue error for
1408         'typedef foo = bar'.
1409         (cp_finish_decl): Remove special case for TYPE_DECL with initializer.
1410         (grokdeclarator): Remove redundant error for 'typedef foo = bar'.
1411
1412 2002-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1413
1414         * decl2.c (prune_vtable_vardecl): Delete unused function.
1415
1416 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
1417
1418         PR c++/7754
1419         * decl2.c (finish_anon_union): Do not expand anonymous unions when
1420         procesing template functions.
1421         * pt.c (tsubst_decl, case VAR_DECL): Try to complete the variable
1422         type. Call layout_decl.
1423         (tsubst_expr, case DECL_STMT): Handle anonymous unions.
1424
1425 2002-10-07  Richard Henderson  <rth@redhat.com>
1426
1427         * decl2.c, pt.c: Revert c++/7754 fix.
1428
1429 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1430
1431         PR c++/7804
1432         * error.c (dump_expr) [REAL_CST]: Output in decimal format.
1433
1434 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
1435
1436         PR c++/7931
1437         * pt.c (for_each_template_parm_r): Handle BASELINKs.
1438
1439         PR c++/7754
1440         * decl2.c (finish_anon_union): Do not expand anonymous unions when
1441         procesing template functions.
1442         * pt.c (tsubst_decl, case VAR_DECL): Try to complete the variable
1443         type. Call layout_decl.
1444         (tsubst_expr, case DECL_STMT): Handle anonymous unions.
1445
1446 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
1447
1448         PR c++/8006
1449         * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Handle instances of template
1450         template parameters.
1451         (globals): Add entity and need_abi_warning.
1452         (decl_is_template_id): Use TYPE_TEMPLATE_INFO, not
1453         CLASSTYPE_TEMPLATE_INFO.
1454         (is_std_substitution): Use CLASSTYPE_TI_TEMPLATE, not
1455         TYPE_TI_TEMPLATE.
1456         (write_prefix): Handle typename types correctly.
1457         (write_template_prefix): Handle template template parameters
1458         correctly.
1459         (start_mangling): Add entity parameter.
1460         (finish_mangling): Warn about names whose mangling will change.
1461         (mangle_decl_string): Adjust.
1462         (mangle_type_string): Likewise.
1463         (mangle_special_for_type): Likewise.
1464         (mangle_ctor_vtbl_for_type): Likewise.
1465         (mangle_thunk): Likewise.
1466         (mangle_guard_variable): Likewise.
1467         (mangle_ref_init_variable): Likewise.
1468
1469 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
1470
1471         PR c++/7188.
1472         * cp-tree.def (CTOR_INITIALIZER): Use one slot, not two.
1473         * cp-tree.h (emit_base_init): Rename to ....
1474         (emit_mem_initializers): ... this.
1475         (expand_member_init): Change prototype.
1476         * init.c (perform_member_init): Compute explicit, rather than
1477         requiring it as a parameter.
1478         (sort_member_init): Rename to ...
1479         (sort_mem_initializers): ... this.  Process bases and data members
1480         together.
1481         (sort_base_init): Remove.
1482         (emit_base_init): Rename to ...
1483         (emit_mem_initializers): ... this.
1484         (expand_aggr_vbase_init_1): Remove.
1485         (construct_virtual_bases): Rename to ...
1486         (construct_virtual_base): ... this.
1487         (expand_member_init): Rework handling of base initializers.
1488         * method.c (do_build_copy_constructor): Use
1489         finish_mem_initializers.
1490         * parse.y (member_init): Adjust calls to expand_member_init.
1491         * pt.c (tsubst_expr): Simplify CTOR_INITIALIZER case.
1492         (tsubst_initializer_list): Use expand_member_init.
1493         * semantics.c (finish_mem_intiailizers): Simplify.
1494
1495 2002-10-02  Matt Austern  <austern@apple.com>
1496         * decl.c (walk_vtables_r): Fixed typo that caused result to
1497         never get a nonzero value.
1498
1499 2002-10-02  Roger Sayle  <roger@eyesopen.com>
1500
1501         PR optimization/6627
1502         * cp-tree.h (enum ptrmemfunc_vbit_where_t): Delete definition
1503         from here, and move it to tree.h.
1504         * decl.c (cxx_init_decl_processing): If storing the vbit
1505         in function pointers, ensure that force_align_functions_log
1506         is atleast one.
1507
1508 2002-10-02  Matt Austern  <austern@apple.com>
1509
1510         * class.c (check_field_decls): Changed warning about const member
1511         variables so that it doesn't get issued for a class aggregate.
1512
1513 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
1514
1515         * decl.c (cp_finish_decl): Make sure array types are laid out,
1516         even if the array bounds are unknown.
1517
1518 2002-10-01  Steve Ellcey  <sje@cup.hp.com>
1519
1520         * class.c (build_vtbl_initializer): Change build_c_cast
1521         to build1.
1522
1523 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
1524
1525         * decl.c (cp_finish_decl): Make sure array types are laid out,
1526         even if the array bounds are unknown.
1527
1528         * decl.c (cp_finish_decl): Correct check for dynamic
1529         initialization of thread-local storage.
1530
1531 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
1532
1533         * tree.c (really_overloaded_fn): TEMPLATE_ID_EXPRs are also
1534         overloaded.
1535
1536 2002-09-30  Steve Ellcey  <sje@cup.hp.com>
1537
1538         * class.c (build_vtbl_initializer): Add cast.
1539         (add_vcall_offset_vtbl_entries_1):
1540         Use TARGET_VTABLE_DATA_ENTRY_DISTANCE for offset.
1541
1542 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
1543
1544         * class.c (walk_subobject_offsets): Correct the calculation of
1545         offsets for virtual bases.  Correct the counting of array
1546         elements.
1547         (layout_nonempty_base_or_field): Simplify.  Correct the
1548         calculation of offsets to be propagated through the binfo
1549         hierarchy.
1550         (build_base_field): Avoid creating a FIELD_DECL for empty bases.
1551         Add the FIELD_DECL to TYPE_FIELDS.
1552         (build_base_fields): Adjust accordingly.
1553         (layout_virtual_bases): Use build_base_field.
1554         (end_of_class): Return a tree, not an integer.
1555         (warn_about_ambiguous_direct_bases): Rename to ...
1556         (warn_about_ambiguous_bases): ... this.
1557         (include_empty_classes): New function.
1558         (layout_class_type): Create an alternative version of the type to
1559         be used when as a base class type.  Do not call
1560         finish_record_layout until we are done laying out the class.
1561         * cp-tree.h (lang_type_class): Remove size, size_unit.  Add
1562         as_base.
1563         (CLASSTYPE_SIZE): Reimplement.
1564         (CLASSTYPE_SIZE_UNIT): Likewise.
1565         (CLASSTYPE_ALIGN): Likweise.
1566         (CLASSTYPE_USER_ALIGN): Likewise.
1567         (CLASSTYPE_AS_BASE): New macro.
1568         (DECL_INITIALIZED_P): Likewise.
1569         (extract_init): Remove prototype.
1570         (build_forced_zero_init): Rename to ...
1571         (build_zero_init): ... this.
1572         (force_store_init_value): Remove.
1573         * decl.c (obscure_complex_init): Remove.
1574         (duplicate_decls): Copy DECL_INITIALIZED_P.
1575         (check_initializer): Do not leave junk in DECL_INITIAL.
1576         (cp_finish_decl): Handle zero-initialization of entities with
1577         static storage duration.
1578         * expr.c (extract_init): Remove.
1579         * init.c (build_forced_zero_init): Remove.
1580         (build_zero_init): New function.
1581         (build_default_init): Use it.
1582         (build_field_list): Skip FIELD_DECLs for base subobjects.
1583         (push_base_cleanups): Likewise.
1584         * method.c (do_build_assign_ref): Likewise.
1585         (synthesize_exception_spec): Likewise.
1586         * pt.c (tsubst_decl): Clear DECL_INITIALIZED_P.
1587         (regenerate_decl_from_template): To not set DECL_INITIAL for a
1588         static data member whose initialization took place in its class.
1589         (instantiate_decl): Do not pass an initializer to cp_finish_decl
1590         in that situation.
1591         * search.c (dfs_push_decls): Skip FIELD_DECLs for base subobjects.
1592         (dfs_unuse_fields): Likewise.
1593         * tree.c (pod_type_p): Handle error_mark_node.
1594         (zero_init_p): Likewise.
1595         * typeck.c (lookup_anon_field): Skip FIELD_DECLs for base
1596         subobjects.
1597         * typeck2.c (store_init_value): Remove #if 0'd code.
1598         (force_store_init_value): Remove.
1599         (process_init_constructor): Use build_zero_init.
1600
1601 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
1602
1603         PR c++/7788
1604         * rtti.c (unemitted_tinfo_decl_p): Check it has a field.
1605
1606 2002-09-29  Kazu Hirata  <kazu@cs.umass.edu>
1607
1608         * cp-tree.h: Fix comment typos.
1609         * decl.c: Likewise.
1610         * pt.c: Likewise.
1611
1612 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
1613
1614         * cp/class.c (contains_empty_class_p): New method.
1615         (walk_subobject_offsets): Correct computation of field offset.
1616         (layout_empty_base): Correct placement of emtpy base classes.
1617         (layout_class_type): Warn about ABI changes.
1618
1619 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
1620
1621         * cp/class.c (layout_virtual_bases): Do not round the size of the
1622         type to a multiple of the alignment before laying out virtual bases.
1623         (layout_class_type): Correct handling of bit-fields that are wider
1624         than their type inside unions.  Round the size of the type to a
1625         even number of bytes when computing the size without virtual
1626         bases.
1627         * cp/cp-tree.h (abi_version_at_least): New macro.
1628
1629 2002-09-21  Kazu Hirata  <kazu@cs.umass.edu>
1630
1631         * ChangeLog: Follow spelling conventions.
1632         * ChangeLog.2: Likewise.
1633         * call.c: Likewise.
1634         * class.c: Likewise.
1635         * cp-tree.h: Likewise.
1636         * cvt.c: Likewise.
1637         * decl.c: Likewise.
1638         * decl2.c: Likewise.
1639         * except.c: Likewise.
1640         * friend.c: Likewise.
1641         * g++spec.c: Likewise.
1642         * init.c: Likewise.
1643         * lex.c: Likewise.
1644         * mangle.c: Likewise.
1645         * method.c: Likewise.
1646         * operators.def: Likewise.
1647         * optimize.c: Likewise.
1648         * pt.c: Likewise.
1649         * rtti.c: Likewise.
1650         * search.c: Likewise.
1651         * semantics.c: Likewise.
1652         * spew.c: Likewise.
1653         * tree.c: Likewise.
1654         * typeck.c: Likewise.
1655
1656 2002-09-18  Devang Patel  <dpatel@apple.com>
1657
1658         * cp/cp-tree.h: New prototype for walk_vtabls().
1659         * cp/decl.c (walk_vtables_r): New function.
1660         (struct cp_binding_level): Add new members, namespaces,
1661         names_size and vtables.
1662         (add_decl_to_level): Add decl in namespaces or vtables
1663         chain, if conditions match.
1664         (walk_vtables): New function.
1665         (walk_namespaces_r): Travers separate namespace chain
1666         for namespace decls.
1667         (wrapup_globals_for_namespace): Use names_size instead
1668         of list_length().
1669         * cp/decl2.c (finish_file): Use walk_vtables() instead of
1670         walk_globals() to walk vtable decls.
1671
1672 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
1673
1674         * decl.c (grokdeclarator): Use assert, not internal_error. Don't
1675         ICE with invalid pointers & references.
1676
1677 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
1678
1679         * Make-lang.in: Remove all references to the demangler.
1680         * cxxfilt.c: Moved to binutils.
1681
1682 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
1683
1684         PR c++/7718
1685         * pt.c (tsubst_decl): Remove assert.
1686
1687         Remove DR 295 implementation.
1688         * pt.c (check_cv_quals_for_unify): Disable function & method cases.
1689         * tree.c (cp_build_qualified_type_real): Likewise. Don't warn
1690         about ignoring volatile qualifiers.
1691
1692         * search.c (lookup_member): Correct documentation.
1693
1694 2002-09-16  Geoffrey Keating  <geoffk@apple.com>
1695
1696         * cp-tree.h (union lang_tree_node): Add chain_next option.
1697
1698 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
1699
1700         * parse.y (parse_finish_call_expr): Check lookup_member result.
1701
1702         PR c++/7015
1703         * semantic.c (finish_asm_stmt): Fix operand/output_operands
1704         thinko.
1705         * typeck.c (c_expand_asm_operands): Protect from error_mark_node.
1706
1707 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
1708
1709         PR c++/7919
1710         * call.c (build_over_call): Convert this pointer for fns found by
1711         using decls.
1712
1713 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
1714
1715         * ChangeLog: Follow spelling conventions.
1716         * ChangeLog.1: Likewise.
1717
1718 2002-09-14  Nathan Sidwell  <nathan@codesourcery.com>
1719
1720         PR c++/7768
1721         * pt.c (build_template_decl): Copy DECL_DESTRUCTOR_P.
1722
1723 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
1724
1725         * error.c: Fix comment formatting.
1726         * except.c: Likewise.
1727         * expr.c: Likewise.
1728         * friend.c: Likewise.
1729         * g++spec.c: Likewise.
1730         * init.c: Likewise.
1731         * lex.c: Likewise.
1732         * mangle.c: Likewise.
1733         * method.c: Likewise.
1734         * optimize.c: Likewise.
1735         * pt.c: Likewise.
1736         * rtti.c: Likewise.
1737         * search.c: Likewise.
1738         * semantics.c: Likewise.
1739         * spew.c: Likewise.
1740         * tree.c: Likewise.
1741         * typeck.c: Likewise.
1742         * typeck2.c: Likewise.
1743
1744 2002-09-13  Matt Austern  <austern@apple.com>
1745
1746         PR C++/7828
1747         * cp/cp-tree.h, cp/tree.c: New function non_cast_lvalue_p.
1748         * cp/call.c: Change call-by-const-reference mechanism to use
1749         non_cast_lvalue_p when deciding whether the create a temporary.
1750         We need a temporary when passing, e.g. (long) x by const ref.
1751
1752 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
1753
1754         * pt.c (unify, ARRAY_TYPE): Element type can be more qualified.
1755
1756 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
1757
1758         * decl.c: Fix comment formatting.
1759         * decl2.c: Likewise.
1760
1761 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
1762
1763         * call.c: Fix comment formatting.
1764         * class.c: Likewise.
1765         * cp-lang.c: Likewise.
1766         * cp-tree.h: Likewise.
1767         * cvt.c: Likewise.
1768
1769 2002-09-11  Zack Weinberg  <zack@codesourcery.com>
1770
1771         * Make-lang.in: Build cp/cxxfilt.o from $(srcdir)/cp/cxxfilt.c,
1772         and c++filt from cxxfilt.o + version.o + $(LIBDEPS).
1773         * cxxfilt.c: New file: split from libiberty/cplus-dem.c, with
1774         minor adjustments (use version_string, eliminate yet another
1775         duplicate of xmalloc)
1776
1777 2002-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1778
1779         * cp-tree.h (require_complete_eh_spec_types): Add prototype.
1780
1781 2002-09-05  Jason Merrill  <jason@redhat.com>
1782
1783         * typeck2.c (add_exception_specifier): Only pedwarn for an
1784         incomplete type.
1785         (require_complete_eh_spec_types): New fn.
1786         (cxx_incomplete_type_diagnostic): Also support pedwarning.
1787         * typeck.c (complete_type_or_diagnostic): Likewise.
1788         * call.c (build_call): Call require_complete_eh_spec_types.
1789         * rtti.c (get_pseudo_ti_desc): Give an error rather than aborting
1790         on an incomplete type.
1791
1792 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
1793
1794         * decl.c (start_cleanup_fn): Clear interface_only before
1795         start_function, restore it afterwards.
1796
1797 2002-09-02  Nathan Sidwell  <nathan@codesourcery.com>
1798
1799         * cp-tree.h (finish_builtin_type): Remove.
1800         * decl2.c (finish_builtin_type): Move to common code.
1801         * decl.c (build_ptrmemfunc_type): Adjust.
1802         * rtti.c (create_pseudo_type_info): Adjust.
1803         (create_tinfo_types): Adjust.
1804
1805 2002-08-31  Jason Merrill  <jason@redhat.com>
1806
1807         * cp-lang.c (cp_expr_size): Allow initialization from a
1808         CONSTRUCTOR.
1809
1810 2002-08-30  Richard Henderson  <rth@redhat.com>
1811
1812         PR opt/7515
1813         * tree.c: Include target.h.
1814         (cp_cannot_inline_tree_fn): Don't auto-inline functions that
1815         don't bind locally.
1816         * Makefile.in (tree.o): Update.
1817
1818 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
1819
1820         * class.c (layout_virtual_bases): Warn about bugs in G++ that
1821         result in incorrect object layouts.
1822         (layout_class_type): Likewise.
1823
1824 2002-08-24  Matt Austern  <austern@apple.com>
1825
1826         * tree.c (lvalue_p_1): Add argument for whether casts of lvalues
1827         are allowable.
1828         (real_lvalue_p): Update caller.
1829         (lvalue_p): Ditto.
1830         (non_cast_lvalue_or_else): New.
1831         * tree.h: Declare it.
1832         * typeck.c (build_unary_op): Use non_cast_lvalue_or_else.
1833
1834 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
1835
1836         * typeck.c (build_class_member_access_expr): Handle COMPOUND_EXPR
1837         and COND_EXPR specially; fix error message output.
1838
1839 2002-08-22  Jason Merrill  <jason@redhat.com>
1840
1841         * pt.c (tsubst_expr): RETURN_EXPR is now RETURN_STMT_EXPR.
1842         * semantics.c (nullify_returns_r): Likewise.
1843
1844 2002-08-17  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1845
1846         Fix PR/7621
1847         * typeck.c (finish_class_member_access_expr): Diagnose cases where
1848         name lookup finds nothing.
1849
1850 2002-08-15  Jason Merrill  <jason@redhat.com>
1851
1852         * semantics.c (finish_then_clause): Remove redundant assignment.
1853         (finish_if_stmt, begin_switch_stmt, finish_switch_stmt): Move the
1854         extra binding level outside the if/switch statement.
1855         (finish_while_cond, finish_for_cond): Rewrite complex condition
1856         into the loop body.
1857
1858 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
1859
1860         * parse.y (sizeof, alignof, typeof): New non-terminals to
1861         increment skip_evaluation.  Replace terminals with them and
1862         decrement skip_evaluation at the end of rules using them.
1863         * decl2.c (mark_used): Don't assemble_external if
1864         skipping evaluation.
1865
1866 2002-08-15  Gabriel Dos Reis  <gdr@nerim.net>
1867
1868         Fix PR/7504
1869         * parse.y (parse_finish_call_expr): Handle incomplete
1870         type used to name a scope.
1871
1872 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
1873
1874         PR c++/7598
1875         * typeck.c (build_unary_op): Fold offsetof idiom. Fixes
1876         regression caused by my 2002-08-08 patch.
1877
1878 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
1879
1880         * decl.c (pushdecl_class_level): Honor requests to bind names to
1881         OVERLOADs.
1882
1883 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1884
1885         * decl2.c (build_call_from_tree): Fix uninitialized variable.
1886         * parse.y (parse_finish_call_expr): Likewise.
1887         * repo.c (old_args, old_dir, old_main): Const-ify.
1888
1889 2002-08-11  Gabriel Dos Reis  <gdr@nerim.net>
1890
1891         * decl.c (duplicate_decls): Replace DECL_SOURCE_FILE +
1892         DECL_SOURCE_LINE with DECL_SOURCE_LOCATION.
1893         * optimize.c (maybe_clone_body): Likewise.
1894         * pt.c (tsubst_enum): Likewise.
1895         (lookup_template_class): Likewise.
1896         * tree.c (cp_copy_res_decl_for_inlining): Likewise.
1897
1898 2002-08-10  Neil Booth  <neil@daikokuya.co.uk>
1899
1900         * lang-specs.h: Remove -ansi.
1901
1902 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
1903
1904         * tree.c (maybe_dummy_object): Replace // with /* */
1905
1906 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
1907
1908         * call.c (standard_conversion): Use build_ptrmem_type.
1909         * cp-tree.h (build_ptrmem_type): New function.
1910         (adjust_result_of_qualified_name_lookup): Likewise.
1911         * decl.c (grokvardecl): Do not look for OFFSET_TYPEs to indicate
1912         static data members.
1913         (build_ptrmem_type): New function.
1914         (grokdeclarator): Do not use build_offset_type when encountering a
1915         qualified name.
1916         * parse.y (parse_finish_call_expr): Use
1917         adjust_result_of_qualified_name_lookup.
1918         * search.c (adjust_result_of_qualified_name_lookup): New function.
1919         * typeck.c (qualify_type_recursive): Use TYPE_PTRMEM_* rather than
1920         accessing OFFSET_TYPEs directly.
1921
1922 2002-08-08  Mike Stump  <mrs@apple.com>
1923
1924         * call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.
1925         (type_decays_to): Likewise.
1926         * class.c (find_final_overrider): Likewise.
1927         (maybe_note_name_used_in_class): Likewise.
1928         * decl.c (current_tmpl_spec_kind): Likewise.
1929         (add_binding): Likewise.
1930         (push_class_binding): Likewise.
1931         (duplicate_decls): Likewise.
1932         (layout_var_decl): Likewise.
1933         (grokfndecl): Likewise.
1934         (grokdeclarator): Likewise.
1935         (check_default_argument): Likewise.
1936         * decl2.c (handle_class_head): Likewise.
1937         * error.c (dump_template_decl): Likewise.
1938         * init.c (build_offset_ref): Likewise.
1939         * pt.c (check_specialization_scope): Likewise.
1940         (determine_specialization): Likewise.
1941         (check_explicit_specialization): Likewise.
1942         (maybe_check_template_type): Likewise.
1943         (process_partial_specialization): Likewise.
1944         (check_default_tmpl_args): Likewise.
1945         (push_template_decl_real): Likewise.
1946         (convert_template_argument): Likewise.
1947         (try_class_unification): Likewise.
1948         (get_bindings_real): Likewise.
1949         (do_decl_instantiation): Likewise.
1950         * semantics.c (begin_function_definition): Likewise.
1951         (finish_member_declaration): Likewise.
1952         (check_multiple_declarators): Likewise.
1953         * typeck.c (comp_array_types): Likewise.
1954         (comptypes): Likewise.
1955         (expr_sizeof): Likewise.
1956         (build_binary_op): Likewise.
1957         (dubious_conversion_warnings): Likewise.
1958         (check_return_expr): Likewise.
1959
1960 2002-08-08  Mark Mitchell  <mark@codesourcery.com>
1961
1962         * typeck.c (build_class_member_access_expr): Do not return
1963         error_mark_node when no error has occurred.
1964
1965 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
1966
1967         * typeck.c (build_component_addr): Remove.
1968         (build_unary_op): Just check it's not a bitfield, and then build
1969         an ADDR_EXPR.
1970
1971 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
1972
1973         * class.c (convert_to_base): Correct check for error_mark_node.
1974         (create_vtable_ptr): Remove unused VFUNS_P parm.
1975
1976 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
1977
1978         * cp/Make-lang.in (c++.mostlyclean): Remove coverage files.
1979
1980 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
1981
1982         Rework build_component_ref.
1983         * call.c (build_vfield_ref): Do not go through build_component_ref.
1984         (build_field_call): Use build_class_member_access_expr.
1985         (build_user_type_conversion_1): Use BASELINK_FUNCTIONS.
1986         (build_object_call): Likewise.
1987         * class.c (convert_to_base): New function.
1988         (type_requires_array_cookie): Use BASELINK_FUNCTIONS.
1989         (instantiate_type): Handle BASELINKs.
1990         * cp-tree.def (BASELINK): New tree code.
1991         * cp-tree.h (BASELINK_P): Reimplement.
1992         (SET_BASELINK_P): Remove.
1993         (BASELINK_BINFO): Reimplement.
1994         (BASELINK_FUNCTIONS): Likewise.
1995         (BASELINK_ACCESS_BINFO): Likewise.
1996         (BASELINK_OPTYPE): Likewise.
1997         (convert_to_base): New function.
1998         (name_p): Likewise.
1999         (build_object_ref): Remove.
2000         (build_component_ref_1): Likewise.
2001         (build_component_ref): Likewise.
2002         (build_x_component_ref): Likewise.
2003         (build_class_member_access_expr): New function.
2004         (finish_class_member_access_expr): Likewise.
2005         (build_ptrmemfunc_access_expr): Likewise.
2006         * decl.c (grokdeclarator): Handle BASELINKs.
2007         * decl2. (build_expr_from_tree): Handle COMPONENT_REFs by using
2008         finish_class_member_access_expr.
2009         (arg_assoc): Handle BASELINKs.
2010         (do_class_using_decl): Likewise.
2011         * error.c (dump_decl): Likewise.
2012         (dump_expr): Use build_ptrmemfunc_access_expr.
2013         * except.c (dtor_nothrow): Use CLASSTYPE_DESTRUCTORS to find
2014         destructors.
2015         (build_throw): Use BASELINK_FUNCTIONS.
2016         * init.c (perform_member_init): Use
2017         build_class_member_access_expr.
2018         (build_offset_ref): Handle BASELINKs.  Use
2019         build_class_member_access_expr.
2020         * method.c (hack_identifier): Likewise.
2021         * parse.y (do_id): Use BASELINK, not TREE_LIST.
2022         (primary): Remove uses of build_object_ref.
2023         * pt.c (lookup_template_function): Handle BASELINKs.
2024         (resolve_overloaded_unification): Likewise.
2025         * search.c (build_baselink): Build a BASELINK, not a TREE_LIST.
2026         (lookup_field): Use BASELINK, not TREE_LIST.
2027         (lookup_fnfiels): Likewise.
2028         (setup_class_bindings): Likewise.
2029         * semantics.c (finish_object_call_expr): Do not use
2030         build_method_call when we already know what function is being
2031         called.
2032         * spew.c (identifier_type): Use BASELINK, not TREE_LIST.
2033         * tree.c (really_overloaded_fn): Use OVL_CHAIN for OVERLOADs, not
2034         TREE_CHAIN.
2035         (name_p): New function.
2036         * typeck.c (build_object_ref): Remove.
2037         (build_component_ref_1): Likewise.
2038         (build_x_component_ref): Likewise.
2039         (build_class_member_access_expr): New function.
2040         (finish_class_member_access_expr): Likewise.
2041         (build_ptrmemfunc_access_expr): Likewise.
2042         (get_member_function_from_ptrfunc): Use
2043         build_ptrmemfunc_access_expr.
2044         (build_binary_op): Likewise.
2045         (build_unary_op): Likewise.
2046         (build_ptrmemfunc): Likewise.
2047         (pfn_from_ptrmemfunc): Likewise.
2048         * typeck2.c (build_m_component_ref): Adjust comment.
2049
2050 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
2051
2052         * Make-lang.in (CXX_C_OBJS): Update.
2053         * cp-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option.
2054         * cp-tree.h (cxx_decode_option): Remove.
2055         * decl2.c (compare_options, lang_f_options, unsupported_options,
2056         cxx_decode_option): Remove.
2057
2058 2002-08-06  Gabriel Dos Reis  <gdr@nerim.net>
2059
2060         * typeck.c (build_x_unary_op): Handle pointer-to-member.
2061
2062 2002-08-05  Geoffrey Keating  <geoffk@redhat.com>
2063
2064         * class.c: Don't include obstack.h.
2065         (popclass):
2066         * decl2.c: Delete bogus comment.
2067         * error.c: Don't include obstack.h.
2068         * except.c: Likewise.
2069         (dump_type): Correct comment.
2070         * method.c: Don't include obstack.h.
2071         * tree.c: Likewise.
2072
2073 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
2074
2075         Fix PR/2213
2076         * cvt.c (cp_convert_to_pointer): Reject conversions from integral
2077         expressions to pointer-to-data-member of pointer-to-member-functions.
2078
2079 2002-08-04  Geoffrey Keating  <geoffk@redhat.com>
2080
2081         * cvt.c (ocp_convert): Delete obsolete code.
2082         * parse.y (permanent_obstack): Delete declaration.
2083         * pt.c (permanent_obstack): Delete declaration.
2084         * repo.c (permanent_obstack): Delete declaration.
2085         (open_repo_file): Use xmalloc instead of permanent_obstack.
2086         (init_repo): Use xstrdup instead of permanent_obstack.
2087
2088 2002-08-04  Nathan Sidwell  <nathan@codesourcery.com>
2089
2090         * cp-tree.h (VF_DERIVED_VALUE): Remove.
2091         * class.c (finish_struct_1): Use VF_BINFO_VALUE not VF_DERIVED_VALUE.
2092
2093 2002-08-03  Nathan Sidwell  <nathan@codesourcery.com>
2094
2095         PR 7470.
2096         C++ ABI change - vfunc ordering.
2097         * class.c (add_virtual_function): Remove.
2098         (dfs_modify_all_vtables): Take list of all declared
2099         virtuals. Assign all that are not in primary base.
2100         (check_for_override): Adjust comments.
2101         (create_vtable_ptr): Take single list of virtuals. Build chain
2102         of declared virtuals here.
2103         (layout_class_type): Take single list of virtuals. Adjust.
2104         (finish_struct_1): Keep virtuals on single list. Adjust.
2105
2106 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
2107
2108         * init.c (build_member_call): Use build_new_method_call, not
2109         build_method_call.
2110
2111 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
2112
2113         * Make-lang.in (spew.o, lex.o, pt.o): Add path to parse.h dependencies.
2114
2115 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
2116
2117         * call.c (build_method_call): Issue a more helpful error message
2118         about ambiguous method names.
2119
2120 2002-08-02  Nathan Sidwell  <nathan@codesourcery.com>
2121
2122         * tree.c (build_shared_int_cst): Make cache file scope, and
2123         GTY it.
2124
2125 2002-08-02  Jason Merrill  <jason@redhat.com>
2126
2127         * cp-lang.c (LANG_HOOKS_EXPR_SIZE): Define.
2128         (cp_expr_size): New fn.
2129         * call.c (build_over_call): Lose empty class hackery.
2130         (convert_arg_to_ellipsis): Promote non-POD warning to error.
2131         * typeck.c (build_modify_expr): Don't use save_expr on an lvalue.
2132
2133         * semantics.c (expand_body): Do tree optimization in the function
2134         context, too.
2135
2136 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
2137
2138         * cp-tree.h: Move all warning and flag declarations to c-common.h.
2139         * decl.c: Move all warning and flag variables to c-common.c.
2140         * decl2.c: Move all warning and flag variables to c-common.c.
2141         * lex.c (flag_digraphs): Remove.
2142         (warn_traditional): Now in c-common.c.
2143
2144 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
2145
2146         * call.c (build_field_call): Do not look up the field by name.
2147         (build_method_call): Simplify.
2148         (struct z_candidate): Add access_path and conversion_path.  Remove
2149         basetype_path.
2150         (convert_class_to_reference): Adjust use of
2151         add_function_candidate.
2152         (add_candidate): Add conversion_path argument.
2153         (add_function_candidate): Use it.
2154         (add_conv_dndidate): Likewise.
2155         (build_builtin_candidate): Likewise.
2156         (add_template_candidate_real): Add conversion_path argument.
2157         (add_template_conv_candidate): Likewise.
2158         (add_template_candidate): Likewise.
2159         (build_user_type_conversion_1): Use it.
2160         (build_new_function_call): Remove name lookup code.  Adjust use of
2161         add_template_candidate and add_function_candidate.
2162         (build_new_op): Likewise.
2163         (convert_like_real): Use build_special_member_call.
2164         (build_over_call): Use cand->conversion_path.
2165         (build_special_member_call): New method.
2166         (build_new_method_call): Remove name lookup code.
2167         * cp-tree.def (OFFSET_REF): Update documentation.
2168         (TEMPLATE_ID_EXPR): Likewise.
2169         * cp-tree.h (BASELINK_ACCESS_BINFO): New macro.
2170         (BASELINK_OPTYPE): Likewise.
2171         (build_new_method_call): Adjust prototype.
2172         (build_special_member_call): New method.
2173         (build_baselink): New method.
2174         (build_offset_ref_call_from_tree): Likewise.
2175         (build_call_from_tree): Likewise.
2176         (finish_qualified_call_expr): Remove.
2177         (finish_call_expr): Adjust prototype.
2178         (build_x_function_call): Remove.
2179         * cvt.c (ocp_convert): Use build_special_member_call.
2180         * decl2.c (reparse_absdcl_as_expr): Use finish_call_expr.
2181         (build_expr_from_tree): Adjust handling for TEMPLATE_ID_EXPR and
2182         CALL_EXPR.
2183         (build_offset_ref_call_from_tree): New function.
2184         (build_call_from_tree): Likewise.
2185         * init.c (expand_cleanup): Use build_special_member_call.
2186         (expand_default_init): Likewise.
2187         (build_member_call): Use finish_call_expr.
2188         (build_new_1): Use build_special_member_call.
2189         (push_base_cleanups): Likewise.
2190         * method.c (do_build_assign_ref): Likewise.
2191         * parse.y (template_id): Do not pass a COMPONENT_REF to
2192         lookup_template_function.
2193         (primary): Use parse_finish_call_epxr, not finish_call_expr.
2194         (parse_finish_call_expr): New function.
2195         * pt.c (lookup_template_function): Add assertions.
2196         * search.c (lookup_base): Allow T to be a binfo.
2197         (build_baselink): New function.
2198         (lookup_member): Use it.
2199         * semantics.c (finish_call_expr): Do not do name lookup.
2200         (finish_object_call_expr): Remove #if 0'd code.
2201         (finish_qualified_call_expr): Remove.
2202         * typeck.c (build_x_function_call): Remove.
2203         (build_static_case): Use build_special_member_call.
2204         * typeck2.c (build_functional_cast): Likewise.
2205
2206 2002-07-30  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
2207
2208         * lang-specs.h: Remove __GXX_ABI_VERSION, moved to gcc.c.
2209
2210 2002-07-30  Gabriel Dos Reis  <gdr@nerim.net>
2211
2212         * cp-tree.h (VF_DERIVED_VALUE): Restore from previous deletion.
2213
2214 2002-07-30  Nathan Sidwell  <nathan@codesourcery.com>
2215
2216         * cp-tree.h (CLASSTYPE_VFIELDS, VF_*, BV_*): Add more
2217         documentation.
2218
2219 2002-07-29  Alan Modra  <amodra@bigpond.net.au>
2220
2221         * cp-tree.h: Comment typo fix.
2222
2223 2002-07-29  Richard Earnshaw  <rearnsha@arm.com>
2224
2225         * spew.c (space_for_token): Allocate zeroed memory for a new token
2226         chunk.
2227
2228 2002-07-27  Roger Sayle  <roger@eyesopen.com>
2229
2230         * decl.c (builtin_function_1): No need to explicitly mark
2231         BUILT_IN_RETURN and BUILT_IN_EH_RETURN as noreturn.
2232
2233 2002-07-27  Roger Sayle  <roger@eyesopen.com>
2234
2235         * decl2.c (cxx_decode_option): Support -fno-builtin-foo.
2236
2237 2002-07-26  Jason Merrill  <jason@redhat.com>
2238
2239         * call.c (build_over_call): Likewise.
2240         (cp_convert_parm_for_inlining): New fn.
2241         (convert_for_arg_passing): New fn.
2242         (convert_default_arg, build_over_call): Use it.
2243         (type_passed_as): New fn.
2244         * pt.c (tsubst_decl): Use it.
2245         * decl2.c (cp_build_parm_decl): New fn.
2246         (build_artificial_parm): Use it.
2247         (start_static_storage_duration_function): Likewise.
2248         * decl.c (start_cleanup_fn, grokdeclarater): Likewise.
2249         (grokparms): Don't mess with DECL_ARG_TYPE.
2250         * typeck.c (convert_arguments): Use convert_for_arg_passing.
2251         * cp-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
2252         Define.
2253         * cp-tree.h: Declare new fns.
2254
2255 2002-07-26  Neil Booth  <neil@daikokuya.co.uk>
2256
2257         * cp-tree.h (flag_operator_names): Remove.
2258         * decl2.c (flag_operator_names): Remove.
2259         (lang_f_options): Remove operator-names.
2260         * lex.c (D_OPNAME): Remove.
2261         (reswords): Remove operator names.
2262         (rid_to_yy): Remove operator names.
2263         (init_reswords): No need to handle D_OPNAME.
2264         * spew.c (read_process_identifier): There are no operator
2265         names.
2266
2267 2002-07-26  Jason Merrill  <jason@redhat.com>
2268
2269         * dump.c (cp_dump_tree): Call c_dump_tree.
2270         * Make-lang.in (CXX_C_OBJS): Add c-dump.o.
2271
2272 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
2273
2274         * error.c (print_whitespace): Remove.
2275         * g++spec.c (LIBUNWIND): Move.
2276         * mangle.c (mangled_position, write_signed_number): Remove.
2277
2278 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
2279
2280         * decl2.c (cxx_decode_option): Similarly.
2281
2282 2002-07-25  Gabriel Dos Reis  <gdr@nerim.net>
2283
2284         * cp-tree.h (cxx_sizeof_nowarn): Now a macro.
2285         (cxx_sizeof_or_alignof_type): Take a third argument.
2286         (cxx_sizeof): Adjust definition.
2287         (cxx_alignof): Likewise.
2288         * init.c (build_delete): Use cxx_sizeof_nowarn to reflect reality.
2289         * typeck.c (cxx_sizeof_or_alignof_type): Take a third argument for
2290         complaining.
2291         (c_sizeof_nowarn): Remove definition.
2292         (build_unary_op): Use cxx_sizeof_nowarn.
2293
2294 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
2295
2296         * tree.c (cp_build_qualified_type_real): When copying
2297         pointer-to-method types, unshare the record that holds
2298         the cached pointer-to-member-function type.
2299
2300 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
2301
2302         * cp-tree.h (FILE_FUNCTION_PREFIX_LEN): Remove.
2303
2304 2002-07-23  Gabriel Dos Reis  <gdr@nerim.net>
2305
2306         Fix PR/7363:
2307         * typeck.c (cxx_sizeof_or_alignof_type): New function.
2308         (c_sizeof): Remove definition.
2309         (expr_sizeof): Use cxx_sizeof.
2310         * decl2.c (build_expr_from_tree): Use cxx_sizeof_or_alignof_type.
2311         * decl.c (finish_destructor_body): Use cxx_sizeof.
2312         * semantics.c (finish_alignof): Likewise.
2313         (finish_alignof): Use cxx_alignof.
2314         * cp-tree.h (cxx_sizeof, cxx_alignof): New macros.
2315         (cxx_sizeof_or_alignof_type): Declare.
2316         (my_friendly_assert): Move to ../c-common.h.
2317
2318 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
2319
2320         * class.c, method.c, pt.c, search.c: Don't define obstack macros.
2321
2322 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2323
2324         PR c++/7347, c++/7348
2325         * cp-tree.h (tsubst_flags_t): Add tf_parsing.
2326         * decl.c (make_typename_type): Use it.
2327         (make_unbound_class_template): Likewise.
2328         (lookup_name_real): Don't call type_access_control if scope is
2329         template parameter dependent.
2330         * parse.y (template_arg): Call make_unbound_class_template with
2331         tf_parsing set.
2332         (nest_name_specifier): Call make_typename_type with tf_parsing set.
2333         (typename_sub0): Likewise.
2334         (typename_sub1): Likewise.
2335         (instantiate_decl): Push class scope.
2336         * pt.c (regenerate_decl_from_template): Call pushclass and popclass
2337         for both static variable and member function template.
2338         (instantiate_decl) Call pushclass and popclass when tsubst'ing type
2339         and arguments.
2340         * search.c (type_access_control): Do type access for TEMPLATE_DECL
2341         too.
2342
2343 2002-07-20  Roger Sayle  <roger@eyesopen.com>
2344
2345         * decl2.c (cxx_decode_option): Simplify -fhandle-exceptions
2346         test by using positive_option.  Make whitespace consistent.
2347
2348 2002-07-20  Gabriel Dos Reis  <gdr@nerim.net>
2349
2350         * spew.c (struct unparsed_test): Replace 'filename' and 'lineno'
2351         members with 'locus'.  Adjust use throughout.
2352         (struct feed):  Likewise.
2353         (alloc_unparsed_test): Change prototype, take a 'const location_t *'.
2354         Adjust use.
2355         (snarf_defarg): Use error(), not error_with_file_and_line().
2356
2357 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
2358
2359         * lang-specs.h (@c++): Include "%2" (cc1plus_spec) wherever
2360         cpp_options is included.
2361
2362 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2363
2364         PR c++/2862, c++/2863
2365         * pt.c (determine_specialization): Compare the length of
2366         TYPE_ARG_TYPES.  Tidy.
2367
2368 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2369
2370         PR c++/3797
2371         * decl.c (duplicate_decls): Don't propagate inlining parameters from
2372         olddecl to newdecl when newdecl is a specialization of the
2373         instantiation olddecl.
2374
2375 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2376
2377         PR c++/4802, c++/5387
2378         * decl.c (make_typename_type): Use enforce_access.
2379
2380 2002-07-17  Scott Snyder <snyder@fnal.gov>
2381
2382         PR c++/7320
2383         * rtti.c (get_tinfo_decl): Set DECL_COMDAT.
2384
2385 2002-07-12  Mark Mitchell  <mark@codesourcery.com>
2386
2387         * class.c (add_method): Correct handling of conversion operators.
2388
2389 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
2390
2391         PR c++/7224
2392         * class.c (add_method): Simplify.
2393
2394 2002-07-11  Jason Merrill  <jason@redhat.com>
2395
2396         PR c++/7279
2397         * tree.c (cp_copy_res_decl_for_inlining): Also copy
2398         TREE_ADDRESSABLE.
2399
2400 2002-07-10  Graham Stott  <graham.stott@btinternet.com>
2401
2402         * pt.c (template_parm_this_level_p, push_template_decl_real):
2403         Pass depth as int pointer.
2404
2405 2002-07-11  Tim Josling  <tej@melbpc.org.au>
2406
2407         Remove front end hard coding from gengtype.c.
2408
2409         * config-lang.in (gtfiles): Add files needed for this front end.
2410
2411 2002-07-10  Mark Mitchell  <mark@codesourcery.com>
2412
2413         * cp-tree.h (unqualified_name_lookup_error): Declare it.
2414         (begin_function_definition): Adjust prototype.
2415         * lex.c (unqualified_name_lookup_error): New function, split out
2416         from ...
2417         (do_identifier): ... here.
2418         * parse.y (parse_begin_function_definition): New function.
2419         (fn.def1): Use it.
2420         * semantics.c (begin_function_definition): Accept decl-specifiers
2421         and attributes as separate parameters.
2422
2423 2002-07-10  Jason Merrill  <jason@redhat.com>
2424
2425         PR c++/6255
2426         * decl.c (lookup_name_real): Build a new TYPENAME_TYPE rather than
2427         modifying the old one.
2428
2429 2002-07-09  Mark Mitchell  <mark@codesourcery.com>
2430
2431         * cp-tree.h (constructor_name_p): Declare it.
2432         (check_template_template_default_arg): Likewise.
2433         * class.c (handle_using_decl): Use constructor_name_p.
2434         * decl.c (grokdeclarator): Likewise.
2435         * decl2.c (constructor_name_p): Define it.
2436         * init.c (build_member_call): Use constructor_name_p.
2437         * parse.y (template_parm): Use check_template_template_default_arg.
2438         * pt.c (check_explicit_specialization): Use constructor_name_p.
2439         * semantics.c (check_template_template_default_arg): New function.
2440
2441 2002-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2442
2443         * pt.c (can_complete_type_without_circularity): Add static to
2444         function definition.
2445
2446 2002-07-08  Mark Mitchell  <mark@codesourcery.com>
2447
2448         * cp-tree.h (have_extern_spec): Declare it
2449         * decl.c (have_extern_spec): Define it.
2450         (start_decl): Eliminate use of used_extern_spec.
2451         (start_function): Likewise.
2452         * parse.y (have_extern_spec): Remove declaration.
2453         (used_extern_spec): Likewise.
2454         (frob_specs): Eliminate use of used_extern_spec.
2455         (.hush_warning): Likewise.
2456
2457 2002-07-07  Mark Mitchell  <mark@codesourcery.com>
2458
2459         * Make-lang.in (cp/parse.o): Depend on decl.h.
2460         * cp-tree.h (do_decl_instantiation): Change prototype.
2461         * parse.y: Include decl.h.
2462         (parse_decl_instantiation): New function.
2463         (explicit_instantiation): Use it.
2464         * pt.c (do_decl_instantiation): Accept a DECL, not a DECLARATOR
2465         and DECLSPECS.
2466
2467 2002-07-07  Roger Sayle  <roger@eyesopen.com>
2468
2469         * error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for
2470         constructor and destructor tests when passed a TEMPLATE_DECL.
2471
2472 2002-07-05  Jason Merrill  <jason@redhat.com>
2473
2474         * cvt.c (cp_convert_to_pointer): Call force_fit_type for null
2475         pointers.
2476
2477         PR optimization/7145
2478         * tree.c (cp_copy_res_decl_for_inlining): Also copy DECL_INITIAL.
2479
2480 2002-07-05  Nathan Sidwell  <nathan@codesourcery.com>
2481
2482         Repair damage on weak-impared targets caused by my previous patch.
2483         * cp-tree.h (import_export_tinfo): Add parameter.
2484         * decl2.c (import_export_tinfo): Add parameter, post adjust
2485         DECL_COMDAT.
2486         * rtti.c (emit_tinfo_decl): DECL_COMDAT is (nearly) always setup by
2487         import_export_tinfo.
2488
2489 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2490
2491         PR c++/6944
2492         * init.c (build_aggr_init): Remove qualifiers of init before calling
2493         build_vec_init.
2494         (build_vec_init): Flatten multi-dimensional array during cleanup.
2495         (build_vec_delete_1): Abort if the type of each element is array.
2496
2497 2002-07-03  Graham Stott  <graham.stott@btinternet.com>
2498
2499         * pt.c (instantiate_class_template): Fix typo.
2500
2501 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2502
2503         * typeck2.c (cxx_incomplete_type_diagnostic): Fix typo caused
2504         by CVS conflict in my last patch.
2505
2506 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2507
2508         PR c++/6716
2509         * pt.c (can_complete_type_without_circularity): New function.
2510         (instantiate_class_template): Use it.
2511         * typeck2.c (cxx_incomplete_type_diagnostic): Improve error
2512         message due to incomplete fields.
2513
2514 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
2515
2516         PR c++/7112
2517         * mangle.c (write_expression): Add mangling for sizeof when
2518         applied to a type.
2519         * operators.def: Remove stale comment.
2520
2521 2002-06-30  Nathan Sidwell  <nathan@codesourcery.com>
2522
2523         * cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...
2524         (CPTI_TYPE_INFO_PTR_TYPE): ... this.
2525         (tinfo_decl_type): Replace with ...
2526         (type_info_ptr_type): ... this.
2527         (import_export_tinfo): Declare.
2528         (tinfo_decl_p): Rename to ...
2529         (unemitted_tinfo_decl_p): ... this.
2530         * decl2.c (import_export_decl): Break out tinfo handling into ...
2531         (import_export_tinfo): ... here. New function.
2532         (finish_file): Adjust.
2533         * rtti.c (TINFO_REAL_NAME): New macro.
2534         (init_rtti_processing): Create the tinfo types.
2535         (get_tinfo_decl_dynamic): Use type_info_ptr_type, get_tinfo_ptr.
2536         (get_tinfo_decl): Adjust.
2537         (get_tinfo_ptr): New function.
2538         (get_type_id): Use it.
2539         (tinfo_base_init): Create vtable decl here, if it doesn't exist.
2540         (ptr_initializer): Use get_tinfo_ptr.
2541         (ptm_initializer): Likewise.
2542         (synthesize_tinfo_var): Break into ...
2543         (get_pseudo_ti_init): ... this. Just create the initializer.
2544         (get_pseudo_ti_desc): .. and this.
2545         (create_real_tinfo_var): Remove.
2546         (create_pseudo_type_info): Don't create the vtable decl here.
2547         (get_vmi_pseudo_type_info): Remove.
2548         (create_tinfo_types): Adjust.
2549         (tinfo_decl_p): Rename to ...
2550         (unemitted_tinfo_decl_p): ... here. Adjust.
2551         (emit_tinfo_decl): Adjust. Create the initializer.
2552
2553 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
2554
2555         PR c++/6695
2556         * pt.c (tsubst_friend_class): Substitute into the context of the
2557         friend before using it.
2558
2559 2002-06-26  Mark Mitchell  <mark@codesourcery.com>
2560
2561         * cp-tree.h (xref_tag): Change prototype.
2562         (handle_class_head): Likewise.
2563         (build_x_component_ref): Likewise.
2564         * decl.c (cxx_init_decl_processing): Adjust call to xref_tag.
2565         (xref_tag): Take attributes as a separate parameter.
2566         (xref_tag_from_type): Adjust call to xref_tag.
2567         * decl2.c (build_expr_from_tree): Adjust call to
2568         build_x_component_ref.
2569         (handle_class_head): Take attributes as a separate parameter.
2570         * parse.y (parse_xref_tag): New function.
2571         (parse_handle_class_head): Likewise.
2572         (primary): Use parse_xref_tag.
2573         (class_head_decl): Use parse_handle_class_head.
2574         (class_head_defn): Likewise.
2575         * rtti.c (init_rtti_processing): Adjust call to xref_tag.
2576         (build_dynamic_cast_1): Likewise.
2577         (create_pseudo_type_info): Likewise.
2578         (emit_support_tinfos): Likewise.
2579         * typeck.c (build_object_ref): Adjust call to
2580         build_x_component_ref.
2581         (build_x_component_ref): Remove protect parameter.
2582
2583 2002-06-25  Mark Mitchell  <mark@codesourcery.com>
2584
2585         * call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.
2586         * class.c (handle_using_decl): Likewise.
2587         (instantiate_type): Likewise.
2588         * cp-tree.h (BASELINK_FUNCTIONS): New macro.
2589         (xref_basetypes): Change prototype.
2590         (begin_mem_initializers): New function.
2591         (get_overloaded_fn): Likewise.
2592         * decl.c (xref_basetypes): Simplify.
2593         * error.c (dump_expr): Use BASELINK_FUNCTIONS.
2594         * init.c (build_offset_ref): Likewise.
2595         * parse.y (base_init): Use begin_mem_initializers().
2596         (structsp): Adjust call to xref_basetypes.
2597         * pt.c (determine_specialization): Use BASELINK_FUNCTIONS.
2598         (instantiate_class_template): Adjust call to xref_basetypes.
2599         * semantics.c (begin_mem_initializers): New function.
2600         * tree.c (is_overloaded_fn): Use BASELINK_FUNCTIONS.
2601         (really_overlaoded_fn): Likewise.
2602         (get_overloaded_fn): New function.'
2603         (get_first_fn): USe BASELINK_FUNCTIONS.
2604
2605 2002-06-24  Mark Mitchell  <mark@codesourcery.com>
2606
2607         * cp-tree.h (SCALAR_TYPE_P): New macro.
2608         (check_for_out_of_scope_variable): New function.
2609         (at_class_scope_p): Likewise.
2610         (finish_fname): Likewise.
2611         * class.c (finish_struct): Use at_function_scope_p.
2612         * decl.c (check_for_out_of_scope_variable): New function, split
2613         out from do_identifier.
2614         (finish_enum): Use at_function_scope_p.
2615         * lex.c (do_identifier): Use check_for_out_of_scope_variable.
2616         * parse.y (VAR_FUNC_NAME): Give it <ttype>.  Use finish_fname.
2617         (primary): Use at_function_scope_p.
2618         * search.c (at_class_scope_p): New function.
2619         * semantics.c (finish_fname): Likewise.
2620         (check_multiple_declarators): Use at_function_scope_p.
2621
2622 2002-06-23  Mark Mitchell  <mark@codesourcery.com>
2623
2624         * parse.y (parse_scoped_id): New function.
2625         (primary): Use it.
2626         * cp-tree.h (do_scoped_id): Adjust declaration.
2627         * lex.c (do_scoped_id): Remove call to yylex.
2628         * decl2.c (build_expr_from_tree): Adjust use of do_scoped_id.
2629         * typeck2.c (add_exception_specifier): Use tree_cons, rather than
2630         expanding it inline.
2631
2632 2002-06-23  Matt Thomas  <matt@3am-software.com>
2633
2634         * decl.c (finish_function): Change "#ifdef VMS_TARGET" to
2635         "#if VMS_TARGET".
2636
2637 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2638
2639         * mangle.c (integer_type_codes): Const-ify.
2640
2641 2002-06-20  Richard Henderson  <rth@redhat.com>
2642
2643         PR c++/6747
2644         * typeck.c (mark_addressable): Don't test TREE_ADDRESSABLE early.
2645         Call put_var_into_stack.
2646
2647 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2648
2649         * spew.c (remove_last_token): Use ARRAY_SIZE in lieu of explicit
2650         array size calculation.
2651
2652 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2653
2654         PR c++/6892
2655         * pt.c (tsubst_expr): Handle FILE_STMT.
2656
2657 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2658
2659         PR c++/6723
2660         * pt.c (lookup_template_class): Don't build complete argument of
2661         BOUND_TEMPLATE_TEMPLATE_PARM if appeared as a default template
2662         argument.
2663
2664 2002-06-19  Akim Demaille  <akim@epita.fr>
2665
2666         * parse.y (TYPENAME): Rename as tTYPENAME to avoid the clash with
2667         decl.h's TYPENAME.
2668         * spew.c, lex.c: Adjust.
2669         * parse.y (explicit_instantiation): Add empty action to override
2670         the default $$ = $1 where it introduces a type clash.
2671
2672 2002-06-14  Jason Merrill  <jason@redhat.com>
2673
2674         * semantics.c (begin_for_stmt): Push the 'for' scope before
2675         adding the FOR_STMT.
2676
2677         C++ ABI changes.
2678         * class.c (build_base_field): Set DECL_PACKED.
2679         (layout_class_type): Don't use tail padding of PODs.
2680         * mangle.c (write_unqualified_name): Fix template conversion op
2681         mangling.
2682
2683 2002-06-16  Richard Henderson  <rth@redhat.com>
2684
2685         PR opt/6793
2686         * tree.c (cp_cannot_inline_tree_fn): Don't short-circuit test
2687         after template instantiation.
2688
2689 2002-06-16  Richard Henderson  <rth@redhat.com>
2690
2691         * cp-tree.h, decl2.c (flag_ms_extensions): Move to c-common.
2692
2693 2002-06-15  Gabriel Dos Reis  <gdr@codesourcery.com>
2694
2695         * cp-tree.h (compiler_error): Remove declaration.
2696         * lex.c (compiler_error): Remove definition.
2697
2698 2002-06-14  Steve Ellcey  <sje@cup.hp.com>
2699
2700         * g++spec.c (LIBUNWIND): New.
2701         (lang_specific_driver): Add it if USE_UNWIND_EXCEPTIONS is set.
2702
2703 2002-06-13  Jessica Han  <jessica@cup.hp.com>
2704
2705         * class.c (build_vtable): Use TARGET_VTABLE_ENTRY_ALIGN.
2706         (build_vtbl_initializer): Honor TARGET_VTABLE_DATA_ENTRY_DISTANCE.
2707         (build_vbase_offset_vtbl_entries): Likewise.
2708         * rtti.c (build_headof): Likewise.
2709         (get_tinfo_decl_dynamic): Likewise.
2710         (create_pseudo_type_info): Likewise.
2711
2712 2002-06-12  Stan Shebs  <shebs@apple.com>
2713
2714         * mpw-config.in: Remove file, no longer used.
2715         * mpw-make.sed: Ditto.
2716
2717 2002-06-07  Zack Weinberg  <zack@codesourcery.com>
2718
2719         * decl2.c: Update call to cpp_handle_option.
2720
2721 2002-06-07  H.J. Lu  (hjl@gnu.org)
2722
2723         * decl2.c (flag_use_cxa_atexit): Set to DEFAULT_USE_CXA_ATEXIT.
2724
2725 2002-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2726
2727         * error.c (cp_error_at): Fix typo.
2728
2729 2002-06-04  Gabriel Dos Reis  <gdr@codesourcery.com>
2730
2731         * error.c (cp_diagnostic_starter): Adjust call.
2732         (maybe_print_instantiation_context): Change prototype to take a
2733         'diagnostic_info *'.
2734         (print_instantiation_full_context): Likewise.
2735         (print_instantiation_partial_context): Likewise.
2736         (cp_diagnostic_starter): Likewise.
2737         (cp_diagnostic_finalizer): Likewise.
2738         (cp_print_error_function): Likewise.
2739         (cp_printer): Take a secondary parameter as a 'text_info *'.
2740         Remove output_state savings.  Adjust calls.
2741
2742 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
2743
2744         * pt.c (inline_parm_levels): Mark for GC.
2745
2746         * mangle.c (start_mangling): Allocate G.substitutions here...
2747         (init_mangle): ... rather than here.
2748         (finish_mangling): Clear the varray pointer when done with it.
2749         * spew.c (yylexstring): Don't use VARRAY_FREE.
2750         * search.c (bfs_walk): Don't use VARRAY_FREE.
2751         * decl2.c (pending_statics): Use gengtype to mark.
2752         (deferred_fns): Likewise.
2753         (ssdf_decls): Likewise.
2754         (init_decl2): Delete.
2755         * decl.c (pop_from_top_level): Don't use VARRAY_FREE.
2756         (cxx_init_decl_processing): Don't call init_decl2.
2757         (cxx_pop_function_context): Don't use VARRAY_FREE.
2758         * cp-tree.h (struct saved_scope): No need for special marking
2759         of varrays.
2760         (struct language_function): Likewise.
2761         (local_classes): Use gengtype to mark.
2762         (init_decl2): Delete prototype.
2763         * class.c (init_class_processing): Don't use
2764         ggc_add_tree_varray_root.
2765         (build_vtbl_initializer): Don't use VARRAY_FREE.
2766
2767         * decl.c (typename_compare): Don't use same_type_p.
2768
2769         * decl.c: Include hashtab.h instead of hash.h.
2770         (typename_hash): Update to use htab_h.
2771         (typename_compare): Likewise.
2772         (typename_htab): Use gengtype to mark.
2773         (build_typename_type): Update to use htab_h.
2774         * Make-lang.in (cp/decl.o): Use HASHTAB_H instead of hash.h.
2775
2776         * Make-lang.in (gt-cp-tree.h): New rule.
2777         (cp/tree.o): Depend on gt-cp-tree.h.
2778         * config-lang.in (gtfiles): Add cp/tree.c.
2779         * tree.c: Include gt-cp-tree.h.
2780         (list_hash_table): Use gengtype to mark.
2781         (init_tree): Use gengtype to mark trees.
2782
2783         * Make-lang.in (cp/decl.o): Add debug.h dependency.
2784         * call.c (struct z_candidate): Use gengtype.
2785         (USER_CONV_CAND): Use WRAPPER_ZC.
2786         (convert_class_to_reference): Use build_zc_wrapper.
2787         (build_type_conversion_1): Likewise.
2788         (build_over_call): Use WRAPPER_ZC.
2789         (add_warning): Use build_zc_wrapper.
2790         * cp-lang.c (LANG_HOOKS_MARK_TREE): Delete.
2791         * cp-tree.h (struct lang_identifier): Use gengtype.
2792         (struct template_parm_index_s): Likewise.
2793         (struct ptrmem_cst): Likewise.
2794         (struct tree_binding): Likewise.
2795         (struct tree_overload): Likewise.
2796         (struct tree_srcloc): Likewise.
2797         (struct tree_wrapper): Likewise.  Also modify to have a pointer
2798         to struct z_candidate rather than void.
2799         (enum cp_tree_node_structure_enum): New.
2800         (union lang_tree_node): New.
2801         (cxx_mark_tree): Delete prototype.
2802         (cp_tree_node_structure): New prototype.
2803         (build_ptr_wrapper): Delete prototype.
2804         (build_int_wrapper): Delete prototype.
2805         (build_zc_wrapper): New prototype.
2806         * decl.c: Include debug.h
2807         (cxx_mark_tree): Delete.
2808         (cp_tree_node_structure): New.
2809         * tree.c (build_ptr_wrapper): Delete.
2810         (build_int_wrapper): Delete.
2811         (build_zc_wrapper): New.
2812
2813         * cp-tree.h [! ENABLE_TREE_CHECKING] (LANG_TYPE_PTRMEM_CHECK):
2814         Correct typo.  Patch from k_fukui@highway.ne.jp.
2815
2816         * semantics.c (current_stmt_tree): Update for change to
2817         struct language_function.
2818         (finish_mem_initializers): Likewise.
2819         * decl.c (cxx_init_decl_processing): Don't set mark_lang_status.
2820         * cp-tree.h (struct language_function): Rename from
2821         cp_language_function.  Change all uses.
2822         (cp_function_chain): Don't need to cast.
2823
2824         * class.c (duplicate_tag_error): Reset discriminator.
2825         (check_bases_and_members): Update for data structure changes.
2826         * cp-tree.h (struct lang_id2): Use gengtype.
2827         (flagged_type_tree): Likewise.
2828         (SET_LANG_ID): Use GGC on struct lang_id2.
2829         (struct cp_language_function): Use gengtype.  Remove field
2830         'x_vcalls_possible_p'.
2831         (current_vcalls_possible_p): Delete.
2832         (struct lang_type_header): New.
2833         (struct lang_type_class): Rename from struct lang_type.  Include
2834         struct lang_type_header.
2835         (struct lang_type_ptrmem): New.
2836         (struct lang_type): New.
2837         (LANG_TYPE_CLASS_CHECK): New.  Use it in all the appropriate macros.
2838         (LANG_TYPE_PTRMEM_CHECK): New.  Use it in all the appropriate macros.
2839         (TYPE_SET_PTRMEMFUNC_TYPE): Set discriminator, update for changes.
2840         (struct lang_decl_flags): Use gengtype.  Add discriminators.
2841         (struct lang_decl): Use gengtype.  Add and use discriminators.
2842         Update the macros that reference moved fields.
2843         (LANG_DECL_U2_CHECK): New function.  Use it when appropriate.
2844         (SET_DECL_THUNK_P): Set discriminator too.
2845         (clear_inline_text_obstack): Delete prototype.
2846         (finish_inline_definitions): Delete prototype.
2847         (mark_pending_inlines): Delete prototype.
2848         (lang_check_failed): New prototype.
2849         * decl.c (struct named_label_use_list): Use gengtype.
2850         (struct named_label_list): Likewise.
2851         (mark_binding_level): Delete.
2852         (mark_named_label_lists): Delete.
2853         (push_local_name): Set discriminator on DECL_LANG_SPECIFIC.
2854         (cxx_init_decl_processing): Use generated marker routine.
2855         (begin_destructor_body): Delete dead set to
2856         current_vcalls_possible_p.
2857         (mark_lang_function): Delete.
2858         (mark_cp_function_context): Delete.
2859         (lang_mark_tree): Use generated marker routines.
2860         * decl2.c (start_objects): Set discriminator when setting
2861         GLOBAL_INIT_PRIORITY.
2862         * lex.c (retrofit_lang_decl): Set discriminators.
2863         (copy_lang_type): Update for changes to lang_type structure.
2864         (cp_make_lang_type): Set discriminator.
2865         * parse.y: Use gengtype on YYLVAL.  Don't use dots in identifiers.
2866         * search.c: Include ggc.h.
2867         * semantics.c (anon_aggr_type_p): Use the macro, don't hand-code it.
2868         (finish_inline_definitions): Delete.
2869         * spew.c (struct token): Use gengtype.
2870         (struct token_chunk): New.
2871         (struct unparsed_text): Use gengtype.  Store tokens in chunks.
2872         (struct feed): Use gengtype.
2873         (feed_obstack): Delete.
2874         (feed): Mark as GC root.
2875         (pending_inlines): Mark as GC root.
2876         (pending_inlines_tail): Likewise.
2877         (processing_these_inlines): Likewise.
2878         (token_obstack): Make static.
2879         (first_token): Likewise.
2880         (init_spew): Don't initialize deleted things; use gengtype for roots.
2881         (clear_inline_text_obstack): Delete.
2882         (feed_input): Use GC for struct feed.  Update for changes to
2883         struct unparsed_text.
2884         (mark_pending_inlines): Delete.
2885         (next_token): Rename from add_token.  Change all callers.  Update
2886         for changes to struct unparsed_text.
2887         (space_for_token): New.
2888         (remove_last_token): New.
2889         (alloc_unparsed_text): New.
2890         (snarf_block): Take an unparsed_text.  Update for changes to struct
2891         unparsed_text.
2892         (snarf_method): Update for changes to struct unparsed_text.
2893         (snarf_defarg): Update for changes to struct unparsed_text.
2894         * tree.c (lang_check_failed): New.
2895
2896         * Make-lang.in (gt-cp-call.h gt-cp-decl2.h gt-cp-parse.h
2897         gt-cp-pt.h gt-cp-repo.h gt-cp-spew.h): New rules.
2898         (cp/spew.o): Add dependency on gt-<filename>.h.
2899         (cp/decl2.o): Add dependency on gt-<filename>.h.
2900         (cp/call.o): Add dependency on gt-<filename>.h.
2901         (cp/pt.o): Add dependency on gt-<filename>.h.
2902         (cp/repo.o): Add dependency on gt-<filename>.h.
2903         (cp/parse.o): Add dependency on gt-<filename>.h.
2904         * call.c: Use gengtype for roots.
2905         * config-lang.in (gtfiles): Add cp-tree.h decl.h lex.h call.c
2906         decl2.c parse.y pt.c repo.c spew.c.
2907         * cp-tree.h: Use gengtype for roots.
2908         (struct saved_scope): Use GGC, gengtype.
2909         (cp_parse_init): Delete prototype.
2910         (init_pt): Delete prototype.
2911         * decl.c: Use gengtype for roots.
2912         (mark_saved_scope): Delete.
2913         (cxx_init_decl_processing): Don't call deleted initilisation
2914         routines.
2915         (signed_size_zero_node): Delete, unused.
2916         * decl.h: Use gengtype for roots.
2917         * decl2.c: Use gengtype for roots.
2918         * lex.h: Use gengtype for roots.
2919         * parse.y: Use gengtype for roots.
2920         (cp_parse_init): Delete.
2921         * pt.c: Use gengtype for roots.
2922         (init_pt): Delete.
2923         * repo.c: Use gengtype for roots.
2924         * spew.c: Use gengtype for roots.
2925
2926         * Make-lang.in: Allow for filename changes.  Add gtype-cp.h.
2927         (cp/decl.o): Add dependency on gtype-cp.h.
2928         * decl.c: Remove use of add_deletable_root, use GTY marker instead.
2929         Include gtype-cp.h.  Allow for filename changes.
2930
2931         * Make-lang.in (cp/gt-decl.h): Generate using gengtype.
2932         (cp/decl.o): Add cp/gt-decl.h dependency.
2933         * config-lang.in (gtfiles): New.
2934         * tree.h: Rename struct binding_level to struct cp_binding_level.
2935         * decl.c: Rename struct binding_level to struct cp_binding_level.
2936         Include cp/gt-decl.h.
2937         (struct cp_binding_level): Use gengtype.
2938         (make_binding_level): Use GGC on struct cp_binding_level.
2939         (mark_binding_level): Use gt_ggc_m_cp_binding_level.
2940         (cxx_init_decl_processing): Mark free_binding_level as
2941         deletable.
2942
2943         * decl.c (mark_cp_function_context): Update calling sequence.
2944
2945         * decl.c (start_function): Don't free 'struct
2946         cp_language_function'.
2947         (pop_cp_function_context): Likewise.
2948         (save_function_data): Allocate it using GC.
2949         * semantics.c (genrtl_start_function): Don't free 'struct
2950         cp_language_function'.
2951
2952 2002-05-31  Matthew Woodcraft  <mattheww@chiark.greenend.org.uk>
2953
2954         * lang-specs.h: Use cpp_debug_options.
2955
2956 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
2957
2958         * mangle.c, tree.c: Include real.h.
2959         * Make-lang.in: Update dependency lists.
2960
2961 2002-05-25  Neil Booth  <neil@daikokuya.demon.co.uk>
2962
2963         * lex.c: Don't include c-lex.h.
2964         * parse.y, spew.c: Don't include c-lex.h; include c-pragma.h.
2965
2966 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
2967
2968         * spew.c (yyungetc, snarf_block): Remove indent_level handling.
2969
2970 2002-05-22  Richard Henderson  <rth@redhat.com>
2971
2972         * decl.c (obscure_complex_init): Check for VAR_DECL
2973         before using DECL_THREAD_LOCAL.
2974
2975 2002-05-22  Richard Henderson  <rth@redhat.com>
2976
2977         * decl.c (check_tag_decl): Handle RID_THREAD.
2978         (obscure_complex_init): Reject run-time init of tls.
2979         (grokvardecl, grokdeclarator): Handle RID_THREAD.
2980         * lex.c (reswords): Add __thread.
2981         (rid_to_yy): Map RID_THREAD to SCSPEC.
2982
2983 2002-05-22  Neil Booth  <neil@daikokuya.demon.co.uk>
2984
2985         * cp-lang.c (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
2986         * cp-tree.h (cxx_post_options): Kill.
2987         * cp-lex.c (cxx_post_options): Kill.
2988
2989 2002-05-21  Richard Henderson  <rth@redhat.com>
2990
2991         * lex.c (rid_to_yy): Add RID_THREAD.
2992
2993 2002-05-21  Alexandre Oliva  <aoliva@redhat.com>
2994
2995         * init.c (build_vec_init): Test for trivial copy-assignment when
2996         copy-assigning arrays.
2997
2998 2002-05-20  Andreas Jaeger  <aj@suse.de>
2999
3000         * init.c (build_default_init): Remove unused variable.
3001
3002 2002-05-20  Alexandre Oliva  <aoliva@redhat.com>
3003
3004         * call.c (any_strictly_viable): New.
3005         (build_new_op): Use it for COMPOUND_EXPR and ADDR_EXPRs.
3006
3007 2002-05-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3008
3009         * error.c (dump_type) [TYPEOF_TYPE]: Fix parenthesis printing.
3010
3011 2002-05-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3012
3013         PR c++/186, DR 259
3014         * pt.c (do_decl_instantiation): Don't complain explicit
3015         instantiation after explicit specialization.
3016         (do_type_instantiation): Likewise.
3017
3018 2002-05-19  Alexandre Oliva  <aoliva@redhat.com>
3019
3020         * cp-tree.h (complete_type_or_diagnostic): Changed prototype,
3021         renamed from...
3022         (complete_type_or_else): ... this.  Redefined as macro.
3023         (cxx_incomplete_type_diagnostic): Declare.
3024         (cxx_incomplete_type_error): Define as macro.
3025         * init.c (build_delete): Warn about incomplete types other than
3026         void, and use the built-in operator delete for them.
3027         * typeck.c (complete_type_or_diagnostic): Renamed from
3028         complete_type_or_else.  Added warn_only argument, passed to...
3029         * typeck2.c (cxx_incomplete_type_diagnostic): ... this.  Print
3030         warnings or errors depending on new warn_only argument.  Renamed
3031         from...
3032         (cxx_incomplete_type_error): ... this.  New implementation in
3033         terms of cxx_incomplete_type_diagnostic.
3034
3035 2002-05-18  Jason Merrill  <jason@redhat.com>
3036
3037         PR c++/6611
3038         * decl2.c (import_export_decl): If we clear
3039         DECL_NOT_REALLY_EXTERN, make sure DECL_EXTERNAL is set.
3040
3041 2002-05-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3042
3043         PR c++/6620
3044         * pt.c (verify_class_unification): Don't check if PARM is template
3045         parameter dependent.  Simplify.
3046         (unify) [TEMPLATE_PARM_INDEX]: Handle when ARG is a template
3047         parameter dependent expression.
3048
3049 2002-05-14  Jason Merrill  <jason@redhat.com>
3050
3051         * rtti.c (get_tinfo_decl): Don't call comdat_linkage.
3052         Do set DECL_COMDAT.
3053         (synthesize_tinfo_var): Take the public decl.
3054         (create_real_tinfo_var): Likewise.  Check DECL_COMDAT.
3055         (emit_tinfo_decl): Adjust.  Call import_export_decl.
3056         * decl2.c (import_export_decl): Simplify tinfo decl handling.
3057
3058 2002-05-14  Alexandre Oliva  <aoliva@redhat.com>
3059
3060         * cp-tree.h (struct lang_type): Added non_zero_init.
3061         (CLASSTYPE_NON_ZERO_INIT_P): New macro.
3062         (zero_init_p, force_store_init_value, build_forced_zero_init): Declare.
3063         * class.c (check_field_decls): Test non_zero_init.
3064         * cvt.c (convert_to_pointer_force): Use cp_convert_to_pointer for
3065         zero-to-NULL conversions.
3066         * decl.c (obscure_complex_init): Don't reset DECL_INITIAL of a
3067         type that needs zero-initialization without zeros.
3068         (check_initializer_decl): Compute zero-initializer for types
3069         that require a non-trivial one.
3070         * init.c (build_forced_zero_init): New function.
3071         (build_default_init): Use it.
3072         * tree.c (zero_init_p): New function.
3073         * typeck2.c (force_store_init_value): New function.
3074         (process_init_constructor): Create non-trivial zero-initializers
3075         for array members and class fields.
3076
3077 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
3078
3079         * lang-specs.h: Remove redundant -lang-c++.
3080
3081 2002-05-13  Jason Merrill  <jason@redhat.com>
3082
3083         * class.c (build_vtbl_ref_1): Use fixed_type_or_null.
3084         (fixed_type_or_null): See through reference vars.
3085         (build_base_path): Vtable contents are constant.
3086         * typeck.c (get_member_function_from_ptrfunc): Likewise.
3087
3088 2002-05-12  Jason Merrill  <jason@redhat.com>
3089
3090         * cp-lang.c (ok_to_generate_alias_set_for_type): Backend-created
3091         structs are safe.
3092
3093 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
3094
3095         * cp-tree.h (flag_ansi): Remove.
3096         * decl2.c (flag_ansi): Remove.
3097         (cxx_decode_option): Set flag_iso and flag_undef.
3098
3099 2002-05-09  Jason Merrill  <jason@redhat.com>
3100
3101         * typeck.c (get_member_function_from_ptrfunc): Reorganize.
3102         Use subtraction rather than a bitmask to get the index.
3103         * cvt.c (cp_convert_to_pointer): Bail on an error_mark_node.
3104
3105         * pt.c (tsubst_expr) [ASM_STMT]: Copy ASM_INPUT_P.
3106
3107 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
3108
3109         * Make-lang.in (decl2.o): Update.
3110         * cp-tree.h (warn_multichar): Remove.
3111         * decl2.c: Include c-common.h.
3112         (warn_multichar): Remove.
3113
3114 2002-05-03  Jason Merrill  <jason@redhat.com>
3115
3116         * tree.c (build_cplus_array_type): Only const and volatile get
3117         special handling.
3118
3119         * decl.c (BOOL_TYPE_SIZE): Move default to defaults.h.
3120
3121 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
3122
3123         ABI change, returning simple classes from functions.
3124         * class.c (finish_struct_bits): Only mark TREE_ADDRESSABLE if
3125         TYPE_HAS_TRIVIAL_INIT_REF is false or
3126         TYPE_HAS_NONTRIVIAL_DESTRUCTOR is true.
3127
3128 2002-04-30  Jason Merrill  <jason@redhat.com>
3129
3130         PR debug/6436
3131         * decl.c (grokdeclarator): Don't override TYPE_NAME of an
3132         anonymous class with a typedef if there are attributes.
3133
3134 2002-04-29  Paul Eggert  <eggert@twinsun.com>
3135
3136         * parse.y (nomods_initdcl0): Replace $<ttype>3 with $<ttype>$.
3137
3138 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
3139
3140         PR c++/6477
3141         * decl.c (follow_tag_typedef): Check if TYPE_NAME (original) is
3142         non-NULL first.
3143
3144 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
3145
3146         PR c++/6492
3147         * pt.c (tsubst_friend_class): If the friend has an explicit scope,
3148         enter that scope before name lookup.
3149
3150         PR c++/6486
3151         * method.c (do_build_copy_constructor): Avoid building
3152         cv-qualified reference types.
3153
3154 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
3155
3156         PR c++/5719
3157         * decl.c (grok_op_properties): Assignment ops don't have to return
3158         by value. operator% should.
3159
3160 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
3161
3162         PR c/6343
3163         * decl.c (duplicate_decls): Call merge_weak.
3164
3165 2002-04-26  Richard Henderson  <rth@redhat.com>
3166
3167         * parse.y (malloced_yyss, malloced_yyvs): New.
3168         (yyoverflow): Re-add.  Set them.
3169         (free_parser_stacks): New.
3170
3171 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
3172
3173         PR c++/6497
3174         * method.c (do_build_assign_ref): Pass a derivation to
3175         build_method_call when calling base class assignment operators.
3176
3177 2002-04-26  Richard Henderson  <rth@redhat.com>
3178
3179         * parse.y (yyoverflow): Revert.
3180
3181 2002-04-26  Richard Henderson  <rth@redhat.com>
3182
3183         PR c/3581
3184         * parse.y (string): Remove.  Update all uses to use STRING
3185         instead, and not call combine_strings.
3186         * rtti.c (tinfo_name): Use fix_string_type.
3187         * semantics.c (finish_asm_stmt): Don't call combine_strings.
3188         * spew.c (yylexstring): New.
3189         (read_token): Use it.
3190
3191 2002-04-25  Richard Henderson  <rth@redhat.com>
3192
3193         PR c/2161
3194         * parse.y (yyoverflow): New.
3195
3196 2002-04-25  Jason Merrill  <jason@redhat.com>
3197
3198         PR c++/5607
3199         * search.c (check_final_overrider): No longer static.
3200         * class.c (update_vtable_entry_for_fn): Call it.
3201         * cp-tree.h: Adjust.
3202
3203 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
3204
3205         * cp-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
3206         * cp-tree.h (cxx_set_yydebug): Die.
3207         * lex.c (YYDEBUG): Get from c-lex.h.
3208         (cxx_set_yydebug): Remove.
3209         * parse.y: Include c-lex.h.
3210         (YYDEBUG): Get from c-lex.h.
3211
3212 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
3213
3214         PR c++/6438.
3215         * cvt.c (convert_to_void): Don't unconditionally make COND_EXPRs
3216         void.
3217
3218 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3219
3220         * cp-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
3221         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE):
3222         Redefine.
3223         * cp-tree.h (cp_attribute_table): Rename.
3224         * decl.c (lang_attribute_table): Remove declaration.
3225         (cxx_init_decl_processing): Don't set it.
3226         * tree.c (cp_attribute_table): Rename.
3227
3228 2002-04-24  Jason Merrill  <jason@redhat.com>
3229
3230         PR c++/6331
3231         * method.c (do_build_copy_constructor): Use cp_build_qualified_type.
3232         * typeck.c (build_modify_expr): Allow arrays to differ in cv-quals.
3233         The pedwarn for array assignment is now unconditional.
3234         * tree.c (build_cplus_array_type_1): Still process simple array types
3235         normally in templates.
3236
3237         PR c++/6395
3238         * decl.c (make_rtl_for_nonlocal_decl): Don't mess with #pragma i/i
3239         stuff for comdats.
3240
3241 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
3242
3243         * parse.y (check_class_key): Allow KEY to be union/enum/struct/class
3244         node with attributes.
3245
3246 2002-2-23  David O'Brien  <obrien@FreeBSD.org>
3247
3248         * g++spec.c (MATH_LIBRARY_PROFILE, LIBSTDCXX_PROFILE): Add.
3249         Use MATH_LIBRARY_PROFILE and LIBSTDCXX_PROFILE if profile flag given.
3250
3251 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
3252
3253         PR c++/6256:
3254         * pt.c (tsubst_friend_class): Handle templates with explicit
3255         nested names.
3256
3257         PR c++/6331:
3258         * typeck.c (merge_types): Remember the cv-qualification of pointer
3259         types when merging them.
3260
3261 2002-04-20  Neil Booth  <neil@daikokuya.demon.co.uk>
3262
3263         * cp-lang.c (LANG_HOOKS_FUNCTION_INIT,
3264         LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_MARK): Redefine.
3265         * cp-tree.h (cxx_push_function_context, cxx_pop_function_context,
3266         cxx_mark_function_context): New.
3267         * decl.c (push_cp_function_context, pop_cp_function_context,
3268         mark_cp_function_context): Rename for consistency.
3269         (cxx_init_decl_processing): Don't set old hooks.
3270
3271 2002-04-19  Neil Booth  <neil@daikokuya.demon.co.uk>
3272
3273         * call.c (convert_type_from_ellipsis): Rename, update.
3274         * cp-lang.c (LANG_HOOKS_TYPE_PROMOTES_TO): Redefine.
3275         * cp-tree.h (convert_type_from_ellipsis): Rename.
3276         * decl.c (cxx_init_decl_processing): Don't set hook.
3277
3278 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
3279
3280         * call.c (build_new_method_call): Update.
3281         * cp-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
3282         * cp-tree.h (cxx_incomplete_type_error): New.
3283         * decl.c (grokdeclarator, grokparms): Update.
3284         * decl2.c (check_classfn): Update.
3285         * pt.c (tsubst): Update.
3286         * typeck.c (complete_type_or_else, expr_sizeof,
3287         decay_conversion): Update.
3288         * typeck2.c (incomplete_type_error): Rename.
3289         (add_exception_specifier): Update.
3290
3291 2002-04-18  Jason Merrill  <jason@redhat.com>
3292
3293         PR c++/5658
3294         * search.c (setup_class_bindings): A class template qualifies as a
3295         type binding.
3296
3297 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
3298
3299         PR c++/6316
3300         * decl2.c (finish_file): Clear DECL_EXTERNAL in a separate loop
3301         before expanding.
3302
3303 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
3304
3305         * init.c (begin_init_stmts): Remove commented out code.
3306         (finish_init_stmts): Set STMT_EXPR_NO_SCOPE.
3307         * semantics.c (begin_gobal_stmt_expr): Adjust call to
3308         expand_start_stmt_expr.
3309
3310 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
3311
3312         * decl.c (register_dtor_fn): Pass the address of dso_handle, not
3313         dso_handle itself, to __cxa_atexit.
3314
3315 2002-04-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3316
3317         * error.c (cxx_print_error_function): Adjust call to macros.
3318
3319 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
3320
3321         * class.c (layout_virtual_bases): Do all dsize computation on trees.
3322
3323 2002-04-14  Jason Merrill  <jason@redhat.com>
3324
3325         * typeck.c (get_member_function_from_ptrfunc): Don't do
3326         gratuitious division and multiplication on
3327         ptrmemfunc_vbit_in_delta targets.
3328
3329 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
3330
3331         PR c++/5373.
3332         * semantics.c (finish_expr_stmt): Remember the type of the
3333         expression before any conversions are performed.
3334
3335 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
3336
3337         PR c++/5189.
3338         * call.c (add_template_candidate_real): Do not treat member
3339         templates as copy constructors.
3340
3341 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
3342
3343         * decl.c (duplicate_decls): Do not copy the RTL for a variable
3344         declaration if the old variable had an incomplete type and the new
3345         variable does not.
3346         (complete_vars): Do not call layout_decl for completed variables.
3347
3348 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
3349
3350         * decl.c (duplicate_decls): Don't try to unify an implicit typedef
3351         with an explicit one.
3352         (follow_tag_typedef): New.
3353         (lookup_tag): Use it to extract the tag of an explicit typedef.
3354         (xref_tag): Likewise.
3355
3356 2002-04-11  Andrew Haley  <aph@redhat.com>
3357
3358         * typeck.c (type_after_usual_arithmetic_conversions):
3359         If two types have the same variant, return immediately.
3360         When two floating-point operands are the same precision:
3361           convert to float if one of the operands is float;
3362           if neither operand is one of the standard types, return the type
3363           of the first operand.
3364
3365 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
3366
3367         PR c++/5507
3368         * decl.c (make_typename_type): Remove implicit typenameness.
3369
3370 2002-04-09  Jason Merrill  <jason@redhat.com>
3371
3372         PR optimization/6189
3373         * semantics.c (genrtl_start_function): Don't free
3374         DECL_SAVED_FUNCTION_DATA for inline functions.
3375
3376         * init.c (build_member_call): For now, don't convert to
3377         intermediate base if it would cause an error.
3378
3379 2002-04-08  Paolo Carlini  <pcarlini@unitus.it>
3380
3381         * parse.y (namespace_qualifier, maybe_identifier,
3382         begin_explicit_instantiation, end_explicit_instantiation,
3383         apparent_template_type, .finish_template_type,
3384         do_id, maybe_init, defarg_again, component_decl_1):
3385         Add ending ';', in accordance with POSIX.
3386
3387 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
3388
3389         PR c++/5571
3390         * class.c (layout_class_type): Remember incomplete static
3391         variables.
3392         (finish_struct_1): Call complete_vars, not
3393         hack_incomplete_structures.
3394         * cp-tree.h (hack_incomplete_structures): Rename to ...
3395         (complete_vars): ... this.
3396         (struct saved_scope): Remove incomplete.
3397         (namespace_scope_incomplete): Remove.
3398         * decl.c (struct binding_level): Remove incomplete.
3399         (incomplete_vars): New variable.
3400         (mark_binding_level): Don't mark incomplete.
3401         (print_binding_level): Don't print it.
3402         (mark_saved_scope): Don't mark incomplete.
3403         (pushdecl): Use maybe_register_incopmlete_var.
3404         (cxx_init_decl_processing): Register incomplete_vars for GC.
3405         (start_decl_1): Clarify error message.
3406         (hack_incomplete_vars): Remove.
3407         (maybe_register_incomplete_var): New function.
3408         (complete_vars): Likewise.
3409
3410 2002-04-06  Jason Merrill  <jason@redhat.com>
3411
3412         PR c++/4934
3413         * error.c (dump_expr) [CONVERT_EXPR]: Make sure TREE_TYPE (t) is
3414         set before checking it.
3415
3416         PR c++/525
3417         * init.c (build_member_call): Use build_scoped_ref.
3418         (resolve_offset_ref): Likewise.
3419         * call.c (build_scoped_method_call): Likewise.
3420         * tree.c (maybe_dummy_object): Kludge around current_class_type being
3421         wrong.
3422         * typeck2.c (build_scoped_ref): Return the binfo via binfo_p parm.
3423         * cp-tree.h: Adjust.
3424
3425         * init.c (push_base_cleanups): Just use build_scoped_method_call.
3426
3427         PR c++/6179
3428         * method.c (implicitly_declare_fn): Pass unqualified type to
3429         synthesize_exception_spec.
3430
3431 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
3432
3433         * cp-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
3434         * cvt.c: Update comment.
3435         * init.c (expand_cleanup_for_base): Update.
3436         * semantics.c (finish_parenthesized_expr): Update.
3437         * typeck.c (cp_truthvalue_conversion): Update.
3438
3439 2002-04-04  Jason Merrill  <jason@redhat.com>
3440
3441         * semantics.c (finish_eh_cleanup): New fn.
3442         * cp-tree.h: Add prototype.
3443         * init.c (perform_member_init, expand_cleanup_for_base): Use
3444         finish_eh_cleanup.
3445         * cp-tree.def (SUBOBJECT, CTOR_STMT): Remove.
3446         * cp-tree.h: Remove references.
3447         * decl.c (begin_constructor_body, end_constructor_body): Likewise.
3448         * dump.c (cp_dump_tree): Likewise.
3449         * pt.c (tsubst_expr): Likewise.
3450         * semantics.c (genrtl_ctor_stmt, genrtl_subobject): Remove.
3451         (cp_expand_stmt): Remove handling of CTOR_STMT and SUBOBJECT.
3452         * tree.c (cp_statement_code_p): Likewise.
3453
3454         * init.c (build_new_1): Set CLEANUP_EH_ONLY on deleting cleanup.
3455
3456         PR c++/5636
3457         * semantics.c (nullify_returns_r): Just set CLEANUP_EH_ONLY on
3458         cleanup for nrv.
3459
3460         PR c++/5104
3461         * typeck.c (comptypes) [FUNCTION_TYPE]: Don't compare exception
3462         specifiers.
3463         [METHOD_TYPE]: Use same code as FUNCTION_TYPE.
3464
3465 2002-04-03  Richard Henderson  <rth@redhat.com>
3466
3467         * cp-lang.c (cxx_warn_unused_global_decl): New.
3468         (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
3469
3470 2002-04-03  Neil Booth  <neil@daikokuya.demon.co.uk>
3471
3472         * cp-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Redefine.
3473         * tree.c (init_tree): Don't set hook.
3474
3475 2002-04-03  Roger Sayle  <roger@eyesopen.com>
3476
3477         PR c++/5998:
3478         * decl.c (duplicate_decls): Don't mess with assembler names when
3479         redeclaring builtin functions as static.
3480
3481 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
3482
3483         * call.c (build_addr_func): Update.
3484         * class.c (resolve_address_of_overloaded_function): Update.
3485         * cp-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
3486         * cp-tree.h (cxx_mark_addressable): New.
3487         * decl.c (register_dtor_fn, cxx_maybe_build_cleanup): Update.
3488         * decl2.c (build_cleanup): Update.
3489         * except.c (build_throw): Update.
3490         * init.c (resolve_offset_ref): Update.
3491         * pt.c (convert_nontype_argument): Update.
3492         * semantics.c (finish_asm_stmt, simplify_affr_init_exprs_r): Update.
3493         * typeck.c (decay_conversion, build_array_ref, build_unary_op,
3494         unary_complex_lvalue): Update.
3495         (mark_addressable): Rename.
3496
3497 2002-04-01  Roger Sayle  <roger@eyesopen.com>
3498
3499         PR c++/5998:
3500         * decl.c (duplicate_decls):  Overwrite the RTL when (and only
3501         when) overwriting a built-in function.  Don't use COPY_DECL_RTL,
3502         but follow the SET_DECL_RTL idiom used elsewhere in the function.
3503
3504 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
3505
3506         * cp-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
3507         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
3508         * decl.c (grokdeclarator): Update.
3509         * mangle.c (write_integer_cst): Update.
3510         * typeck.c (build_binary_op): Update.
3511
3512 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
3513
3514         * cp-lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
3515         * lex.c (cxx_init): Don't set hook.
3516
3517 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
3518
3519         * Make-lang.in (error.o): Update.
3520         * cp-lang.c (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
3521         * cp-tree.h (struct diagnostic_context): Predeclare.
3522         (cxx_print_error_function): New.
3523         * error.c: Include langhooks-def.h.
3524         (lang_print_error_function): Rename.  Update.
3525         (init_error): Don't set hook.
3526
3527 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
3528
3529         * cp-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
3530         Redefine.
3531         * cvt.c (cp_convert_to_pointer, type_promotes_to): Use new hooks.
3532         * decl.c (finish_enum): Similarly.
3533         * error.c (dump_type): Similarly.
3534         * lex.c (cxx_init): Similarly.
3535         * mangle.c (write_builtin_type): Similarly.
3536         * typeck.c (comptypes): Similarly.
3537
3538 2002-03-28  Roger Sayle  <roger@eyesopen.com>
3539
3540         PR c++/5998:
3541         * decl.c (cxx_init_decl_processing): Re-enable built-in functions
3542         in the g++ front-end.
3543         (duplicate_decl): Allow redefinition of anticipated built-ins.
3544         Fix inlining problem by over-writing the old DECL_RTL.
3545         (lookup_namespace_name): Fail to find an identifier in the
3546         specified namespace if its still anticipated.
3547         (builtin_function_1): New function split out from builtin_function
3548         to create a builtin in the current namespace with given context.
3549         (builtin_function): Call builtin_function_1 to define the
3550         appropriate builtins in both the std and global namespaces.
3551         (select_decl): Don't test for anticipated decls here.
3552         (unqualified_namespace_lookup): Instead ignore them whilst
3553         searching through scopes and namespaces.
3554         * decl2.c (do_nonmember_using_decl): If a using declaration
3555         specifies an anticipated built-in function, mark it as no longer
3556         anticipated in that scope.
3557         (ambiguous_decl):  Avoid resolving to an anticipated decl.
3558         * lex.c (do_scoped_id): Fail to find an identifier in the global
3559         namespace if its still anticipated.
3560
3561 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
3562
3563         * cp-lang.c (LANG_HOOKS_MAKE_TYPE): Redefine.
3564         * cp-tree.h (cp_make_lang_type): Rename.
3565         * lex.c (cp_make_lang_type): Rename.
3566         (make_aggr_type): Update.
3567         * tree.c (init_tree): Don't set make_lang_type_fn.
3568
3569 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
3570
3571         PR c++/6073
3572         * class.c (finish_struct_1): Update static field's DECL_MODE even
3573         if its type is a variant of t.
3574
3575 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3576
3577         * cp-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
3578         * cp-tree.h (cxx_insert_default_attributes): New.
3579         * decl.c (insert_default_attributes): Rename.
3580
3581 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
3582
3583         PR c++/4884
3584         * call.c (build_op_delete_call): Allow for the fact the placement
3585         may be a COMPOUND_EXPR.
3586
3587 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
3588
3589         * cp-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
3590         * cp-tree.h (init_cplus_expand): Remove.
3591         (cxx_expand_expr): New.
3592         * expr.c (cplus_expand_expr): Rename cxx_expand_expr,
3593         fix prototype.
3594         (init_cplus_expand): Remove.
3595         * lex.c (cxx_init): Don't call init_cplus_expand.
3596
3597 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
3598
3599         PR c++/4884.
3600         * init.c (build_new_1): Allow for the fact the result of
3601         build_function_call may be a COMPOUND_EXPR.
3602
3603 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
3604
3605         PR c++/5682
3606         * cp-tree.h (BINFO_PRIMARY_P): Explain meaning better.
3607         (dfs_skip_nonprimary_vbases_unmarkedp): Remove.
3608         (dfs_skip_nonprimary_vbases_markedp): Remove.
3609         * search.c (get_shared_vbase_if_not_primary): Remove.
3610         (dfs_skip_nonprimary_vbases_unmarkedp): Remove.
3611         (dfs_skip_nonprimary_vbases_markedp): Remove.
3612         (dfs_unmarked_real_bases_queue_p): Just get the canonical binfo.
3613         (dfs_marked_real_bases_queue_p): Likewise.
3614
3615 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
3616
3617         * cp-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
3618         * cp-tree.h (cxx_mark_tree): New.
3619         * decl.c (lang_mark_tree): Rename cxx_mark_tree.
3620
3621 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
3622
3623         * cp-tree.h (cxx_maybe_build_cleanup): New.
3624         * decl.c (destroy_local_var, hack_incomplete_structures): Update.
3625         (maybe_build_cleanup): Rename cxx_maybe_build_cleanup.
3626         * tree.c (build_target_expr): Update.
3627         * cp-lang.c (LANG_HOOKS_MAYBE_BUILD_CLEANUP): Redefine.
3628
3629 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
3630
3631         * decl2.c (cxx_decode_option): Handle -E.
3632         * lang-specs.h (default_compilers): Preprocess with cc1plus.
3633         * lex.c (cxx_init): Exit quickly if c_common_init returns NULL.
3634
3635 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
3636
3637         PR c++/6037
3638         * decl.c (start_enum): Don't set TREE_ADDRESSABLE on TREE_LIST node.
3639
3640 2002-03-23  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3641
3642         * error.c (dump_type): Be careful about implicit typenames.
3643
3644 2002-03-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3645
3646         PR C++/3656
3647         * semantics.c (finish_base_specifier): Handle erronous base
3648         classes.
3649
3650 2002-03-22  Zack Weinberg  <zack@codesourcery.com>
3651
3652         * error.c: Always use REAL_VALUE_TO_DECIMAL; don't test
3653         REAL_IS_NOT_DOUBLE.
3654
3655 2002-03-22  Jeff Knaggs  <jknaggs@redhat.com>
3656
3657         * typeck.c (get_member_function_from_ptrfunc): Scale idx down to
3658         an index into the vtable_entry array regardless of
3659         TARGET_PTRMEMFUNC_VBIT_LOCATION.
3660
3661 2002-03-21  Aldy Hernandez  <aldyh@redhat.com>
3662
3663         * tree.c (cp_cannot_inline_tree_fn): Same.
3664
3665 2002-03-21  Neil Booth  <neil@daikokuya.demon.co.uk>
3666
3667         * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
3668         insert_block, getdecls, global_bindings_p): New.
3669
3670 2002-03-20  Nathan Sidwell  <nathan@codesourcery.com>
3671
3672         PR c++/4361
3673         * mangle.c (struct globals) Add internal_mangling_p member.
3674         (write_template_param): Do internal mangling, if needed.
3675         (mangle_conv_op_name_for_type): Request internal mangling.
3676
3677 2002-03-20  Jason Merrill  <jason@redhat.com>
3678
3679         PR c++/2136
3680         * init.c (build_delete): Check access for a member op delete here.
3681         * decl2.c (delete_sanity): Not here.
3682
3683 2002-03-19  Jason Merrill  <jason@redhat.com>
3684
3685         PR c++/5118
3686         * class.c (get_vfield_name): Use the constructor_name.
3687
3688 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
3689
3690         * cp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
3691         * cp-tree.h (lang_printable_name): Rename.
3692         * error.c (lang_decl_name): Use new hook.
3693         * lex.c (cxx_init): Remove old hook.
3694         * pt.c (tsubst_decl): Use new hook.
3695         * tree.c (lang_printable_name): Rename.
3696
3697 2002-03-18  Eric Botcazou  <ebotcazou@multimania.com>
3698
3699         PR c++/3882
3700         * pt.c (tsubst_decl): Move __PRETTY_FUNCTION__ handling...
3701         (tsubst_expr) [DECL_STMT]: ...here. And substitute the initializer
3702         only after recording the declaration.
3703
3704 2002-03-18  Jason Merrill  <jason@redhat.com>
3705
3706         PR c++/2039
3707         * init.c (resolve_offset_ref): Hand off to build_component_ref.
3708
3709         PR c++/4222, c++/5995
3710         * call.c (build_over_call): Fix empty class logic.
3711
3712         PR c++/3870
3713         * cp-tree.h (struct saved_scope): Add last_parms field.
3714         * decl.c (maybe_push_to_top_level): Save last_function_parms.
3715         (pop_from_top_level): Restore it.
3716
3717         PR c++/4377
3718         * mangle.c (write_expression): Strip NOP_EXPRs sooner.  Also strip
3719         NON_LVALUE_EXPRs.
3720
3721         PR c++/4003
3722         * pt.c (tsubst_friend_function): Use decl_namespace_context.
3723
3724         PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.
3725         * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE for a
3726         type with a nontrivial destructor.
3727
3728 2002-03-17  Jason Merrill  <jason@redhat.com>
3729
3730         PR c++/4460
3731         * class.c (build_base_path): Virtual base layout is fixed in
3732         in-charge [cd]tors.
3733
3734 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
3735
3736         * cp-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
3737         * parse.y (yyparse): Remove macro.
3738
3739 2002-03-17  Jason Merrill  <jason@redhat.com>
3740
3741         PR c++/5757
3742         * init.c (build_new_1): Pass the right pointer to op delete.
3743
3744 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
3745
3746         PR c++/4361
3747         * cp-tree.h (CLASSTYPE_METHOD_VEC): Document where templated
3748         conversion operators go.
3749         (struct lang_decl_flags): Add template_conv_p and unused
3750         bitfields.
3751         (DECL_TEMPLATE_CONV_FN_P): New macro.
3752         * call.c (build_user_type_conversion_1): Don't check second type
3753         conversion of overload set first.
3754         * class.c (add_method): Make sure templated conversion operators
3755         all end up on slot 2.
3756         * lex.c (do_identifier): A conversion operator token might be
3757         satisfied by a templated conversion operator.
3758         * pt.c (check_explicit_specialization): Use
3759         CLASSTYPE_FIRST_CONVERSION_SLOT.
3760         (template_parm_this_level_p): New function.
3761         (push_template_decl_real): Determine DECL_TEMPLATE_CONV_FN_P.
3762         * search.c (lookup_fnfields_1): Template conversions will be on
3763         the first slot.
3764         * typeck.c (build_component_ref): Preserve the type of an
3765         conversion operator name on the overload type.
3766         (build_x_function_call): Retrieve the conversion operator name.
3767
3768 2002-03-15  Richard Henderson  <rth@redhat.com>
3769
3770         * init.c (build_new_1): Use size_binop instead of cp_build_binary_op.
3771
3772 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
3773
3774         * cp-tree.h (CLEANUP_DECL): Remove.
3775         (CLEANUP_EXPR): Likewise.
3776         * decl.c (destroy_local_var): Simplify.
3777         (maybe_build_cleanup): Tidy.
3778         * dump.c (cp_dump_tree): Remove handling of CLEANUP_STMT.
3779         * semantics.c (cp_expand_stmt): Likewise.
3780         * cp/tree.c (cp_statement_code_p): Likewise.
3781
3782 2002-03-15  Jason Merrill  <jason@redhat.com>
3783
3784         PR c++/5857
3785         * decl.c (duplicate_decls): Use merge_types instead of common_type.
3786         * typeck.c (common_type): Just hand off to
3787         type_after_usual_arithmetic_conversions and
3788         composite_pointer_type.
3789         (merge_types): New fn.
3790         (commonparms): Use it instead of common_type.
3791         (type_after_usual_arithmetic_conversions): Also handle COMPLEX_TYPE.
3792         (composite_pointer_type): Also handle attributes.
3793         * cp-tree.h: Declare merge_types.
3794
3795         * decl.c (make_rtl_for_nonlocal_decl): Also defer COMDAT
3796         variables.
3797         * decl2.c (maybe_make_one_only): Also mark the decl as needed.
3798
3799 2002-03-14  Richard Henderson  <rth@redhat.com>
3800
3801         * decl.c: Include c-pragma.h.
3802         (start_decl, start_function): Invoke maybe_apply_pragma_weak.
3803         * Make-lang.in: Update dependencies.
3804
3805 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
3806
3807         PR c++/5908
3808         * call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too.
3809         * cvt.c (convert_to_void): Preserve TREE_NO_UNUSED_WARNING.
3810
3811 2002-03-12  Richard Sandiford  <rsandifo@redhat.com>
3812
3813         * mangle.c (write_builtin_type): Handle 128-bit integers even if
3814         they are not a standard integer type.
3815
3816 2002-03-12  Richard Sandiford  <rsandifo@redhat.com>
3817
3818         * cp-tree.h (init_init_processing): Remove declaration.
3819         * init.c (BI_header_type, init_init_processing): Remove old ABI stuff.
3820         * decl.c (cxx_init_decl_processing): Don't call init_init_processing.
3821
3822 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3823
3824         * cp-lang.c (tree_code_type, tree_code_length, tree_code_name):
3825         Define.
3826         * decl.c (duplicate_decls): Use TREE_CODE_LENGTH, not
3827         tree_code_length.
3828         * lex.c (cplus_tree_code_type, cplus_tree_code_length,
3829         cplus_tree_code_name): Delete.
3830         (cxx_init): Don't call add_c_tree_codes, instead set
3831         lang_unsafe_for_reeval.  Don't try to copy into the various
3832         tree_code arrays.
3833
3834 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
3835
3836         PR c++/5659
3837         * decl.c (xref_tag): Don't set CLASSTYPE_DECLARED_CLASS here.
3838         * decl2.c (handle_class_head): Set CLASSTYPE_DECLARED_CLASS for
3839         definitions.
3840
3841 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
3842
3843         Revert 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>,
3844         DR209 is now not a defect.
3845         * cp-tree.h (skip_type_access_control): Remove.
3846         * decl.c (grokdeclarator): Do type access control for friend
3847         declarations.
3848         * semantics.c (decl_type_access_control): Don't reset
3849         current_type_lookups.
3850         (save_type_access_control): Always save the lookups.
3851         (skip_type_access_control): Remove.
3852         (finish_class_definition): Don't change type_lookups.
3853
3854 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
3855
3856         Revert 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>,
3857         It is incorrect.
3858         * typeck.c (build_static_cast): Compare non-qualified types
3859         with pointer to member conversions.
3860
3861 2002-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
3862             Daniel Berlin  <dan@dberlin.org>
3863
3864         * cp-lang.c (ok_to_generate_alias_set_for_type): New function.
3865         (cxx_get_alias_set): Use it.
3866
3867 2002-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3868
3869         * cp-tree.h (stabilize_expr): Prototype.
3870
3871 2002-03-08  Craig Rodrigues  <rodrigc@gcc.gnu.org>
3872
3873         * cp-tree.h (CLEAR_BINFO_MARKED): Make both parts of
3874         conditional return void.
3875
3876 2002-03-08  Neil Booth  <neil@daikokuya.demon.co.uk>
3877
3878         * cp-lang.c (LANG_HOOKS_UNSAVE): Redefine.
3879         * cp-tree.h (cxx_unsave): New.
3880         * tree.c (cp_unsave): Rename cxx_unsave, update prototype.
3881         (init_tree): Update.
3882
3883 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3884
3885         * decl.c (cxx_init_decl_processing): Use ARRAY_SIZE in lieu of
3886         explicit sizeof/sizeof.
3887         * decl2.c (cxx_decode_option): Likewise.
3888         * lex.c (init_reswords, REDUCE_LENGTH, TOKEN_LENGTH): Likewise.
3889
3890 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
3891
3892         PR c++/775
3893         * decl.c (lookup_tag): Only reject enum/class mismatch, not
3894         class/union mismatch.
3895         * parse.y (check_class_key): New function.
3896         (structsp): Call it.
3897
3898 2002-03-01  Michael Matz  <matz@suse.de>
3899
3900         * typeck.c (cp_pointer_int_sum): Complete inner type which is
3901         used later by size_in_bytes().
3902
3903 2002-03-01  Phil Edwards  <pme@gcc.gnu.org>
3904
3905         * cp-tree.h:  Require __GNUC__ to be #defined.
3906         (build_init):  Add missing prototype.
3907
3908 2002-03-01  Jason Merrill  <jason@redhat.com>
3909
3910         * except.c: Don't include decl.h or obstack.h.  Do include
3911         tree-inline.h.
3912         (build_throw): Destroy temporaries from the thrown
3913         expression before calling __cxa_throw.  Construct a thrown
3914         temporary directly into the exception object.
3915         (stabilize_throw_expr): New function.
3916         (wrap_cleanups_r): New function.
3917         * tree.c (stabilize_expr): New function.
3918         * init.c (build_init): New function.
3919         * Make-lang.in (cp/except.o): Adjust .h deps.
3920
3921 2002-02-28  Jason Merrill  <jason@redhat.com>
3922
3923         * search.c (lookup_base_r): Don't clear is_non_public just because
3924         we found a friendly scope.
3925
3926         * decl.c (finish_function): Only warn about missing return
3927         statement with -Wreturn-type.
3928
3929 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
3930
3931         * class.c (build_clone): Update.
3932         * cp-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
3933         * cp-tree.h (cxx_dup_lang_specific_decl): New.
3934         * lex.c (copy_lang_decl): Rename cxx_dup_lang_specific_decl.
3935         (copy_decl): Update.
3936         * method.c (make_thunk): Update.
3937
3938 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
3939
3940         * decl2.c: Delete traditional-mode-related code copied from
3941         the C front end but not used, or used only to permit the
3942         compiler to link.
3943
3944 2002-02-24 Craig Rodrigues  <rodrigc@gcc.gnu.org>
3945
3946         PR c++/4093
3947         * cp-tree.h (SET_BINFO_MARKED): Cast false part of condition
3948         to void.
3949
3950 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
3951
3952         PR other/5746
3953         * semantics.c (finish_switch_cond): Don't call get_unwidened
3954         if error_mark_node.
3955
3956 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
3957
3958         PR c++/2645, DR 295
3959         * cp-tree.h (tsubst_flags_t): Add tf_ignore_bad_quals,
3960         tf_keep_type_decl.
3961         (make_typename_type): Use tsubst_flags_t.
3962         * decl.c (make_typename_type): Adjust. Return non-artificial
3963         TYPE_DECLs, if required.
3964         (grokdeclarator): Simplify CVR qualification handling. Allow bad
3965         qualifiers on typedef types.
3966         * decl2.c (handle_class_head): Adjust make_typename_type call.
3967         * parse.y (nested_name_specifier): Likewise.
3968         (typename_sub0): Likewise.
3969         (typename_sub1): Likewise.
3970         * pt.c (convert_template_argument): Adjust make_typename_type
3971         return value.
3972         (tsubst): Adjust cp_build_qualified_type_real calls.
3973         (check_cv_quals_for_unify): Cope with allowing bad qualifications
3974         on template type parms.
3975         (instantiate_decl): Recheck substitutions to give warnings on bad
3976         qualifications.
3977         * tree.c (cp_build_qualified_type_real): Use tf_allow_bad_quals.
3978
3979 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
3980
3981         * cp/decl.c (duplicate_decls): Merge always_inline attribute.
3982
3983         * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
3984         unless DECL_ALWAYS_INLINE.
3985
3986 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
3987
3988         * typeck.c (cp_pointer_int_sum): Renamed from
3989         pointer_int_sum, call pointer_int_sum.
3990
3991 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
3992
3993         * decl.c (duplicate_decls): Return 0 if issued error about
3994         redeclaration.
3995
3996 2002-02-19  Jason Merrill  <jason@redhat.com>
3997
3998         ABI change: Mangle `void (A::*)() const' as
3999         M1AKFvvE, not MK1AFvvE.
4000         * mangle.c (write_function_type): Write cv-quals for member
4001         function type here.
4002         (write_pointer_to_member_type): Not here.
4003
4004 2002-02-18  Jason Merrill  <jason@redhat.com>
4005
4006         * pt.c (do_type_instantiation): Don't pedwarn if in_system_header.
4007         (do_decl_instantiation): Likewise.
4008
4009 2002-02-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4010
4011         PR c++/5685
4012         * decl.c (duplicate_decls): Make warning unconditional
4013         if duplicate default argument declarations are present.
4014
4015 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
4016
4017         * typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
4018         shortening.
4019
4020 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
4021
4022         * decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs,
4023         remove incorrect comment. Move #if 0'd code to common path. Use
4024         IMPLICIT_TYPENAME_P. Simplify & reformat ARRAY_TYPE duplication.
4025
4026 2002-02-13  Jason Merrill  <jason@redhat.com>
4027
4028         * decl.c (builtin_function): Set TREE_THIS_VOLATILE on return fns.
4029         (finish_function): Don't warn if current_function_returns_null.
4030
4031         * typeck2.c (digest_init): Do handle values of vector type.
4032
4033         * typeck2.c (digest_init, process_init_constructor): Treat vectors
4034         like arrays.
4035
4036 2002-02-11  Jason Merrill  <jason@redhat.com>
4037
4038         * parse.y (reserved_declspecs): Don't handle attributes.
4039         (reserved_typespecquals): Handle them here.
4040         * Make-lang.in (parse.c): Adjust expected conflicts.
4041
4042 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
4043
4044         * parse.y (primary, primary_no_id): Use compstmt_or_stmtexpr
4045         instead of compstmt.
4046         (compstmt_or_stmtexpr): Renamed from compstmt.
4047         (compstmt): In addition to compstmt_or_stmtexpr clear last_expr_type.
4048
4049 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
4050
4051         Rename instantiate_type_flags to tsubst_flags_t & expand use.
4052         * cp-tree.h (instantiate_type_flags): Rename to ...
4053         (tsubst_flags_t): ... here. Rename itf_complain to tf_error,
4054         add tf_warning flag.
4055         (instantiate_type): Adjust prototype.
4056         (tsubst, tsubst_expr, tsubst_copy, lookup_template_class,
4057         do_type_instantiation, cp_build_qualified_type_real): Likewise.
4058         cp_build_qualified_type: Adjust.
4059         * class.c (instantiate_type): Adjust parameter. Rename itf_* to
4060         tf_*.
4061         * call.c (standard_conversion): Rename itf_* to tf_*.
4062         (reference_binding): Likewise.
4063         (convert_like_real): Likewise.
4064         * cvt.c (cp_convert_to_pointer): Likewise.
4065         (convert_to_reference): Likewise.
4066         * decl.c (lookup_namespace_name): Use tf_* flags.
4067         (make_typename_type): Likewise.
4068         (grokdeclarator): Likewise.
4069         * pt.c (convert_nontype_argument): Adjust COMPLAIN usage.
4070         (coerce_template_template_parms, convert_template_argument,
4071         coerce_template_parms, maybe_get_template_decl_from_type_decl,
4072         lookup_template_class, tsubst_friend_function, tsubst_friend_class,
4073         instantiate_class_template, tsubst_template_arg_vector,
4074         tsubst_template_parms, tsubst_aggr_type, tsubst_default_argument,
4075         tsubst_decl, tsubst_arg_types, tsubst_function_type,
4076         tsubst_call_declarator_parms, tsubst, tsubst_copy, tsubst_expr,
4077         instantiate_template, fn_type_unification,
4078         resolve_overloaded_unification, verify_class_unification,
4079         unify, get_bindings_real, do_type_instantiation,
4080         regenerate_decl_from_template, instantiate_decl,
4081         tsubst_initializer_list, tsubst_enum,
4082         get_mostly_instantiated_function_type,
4083         invalid_nontype_parm_type_p): Likewise.
4084         * tree.c (cp_build_qualified_type_real): Likewise.
4085         * typeck.c (build_binary_op): Rename itf_* to tf_*.
4086         (build_ptrmemfunc): Likewise.
4087         (convert_for_assignment): Likewise.
4088
4089 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
4090
4091         PR c++/109
4092         * decl.c (grokdeclarator): Allow friend declarations from
4093         dependent types.
4094         * decl2.c (handle_class_head): Don't push into template parm contexts.
4095         * pt.c (push_template_decl_real): Template parm contexts are never
4096         being defined.
4097
4098 2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
4099
4100         * class.c: Include target.h.
4101         (check_bitfield_decl): Disregard EMPTY_FIELD_BOUNDARY,
4102         BITFIELDS_NBYTES_LIMITED and PCC_BITFIELD_TYPE_MATTERS for MS
4103         bit-field layout.
4104         * Make-lang.in: Adjust deps.
4105
4106 2002-02-05  Jason Merrill  <jason@redhat.com>
4107
4108         * error.c (dump_type): Be more helpful about VECTOR_TYPE.
4109
4110 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
4111
4112         * semantics.c (begin_switch_stmt): Clear SWITCH_TYPE.
4113         (finish_switch_cond): Set SWITCH_TYPE.
4114
4115 2002-02-04  Richard Henderson  <rth@redhat.com>
4116
4117         * method.c (use_thunk): Always initialize the block tree.  Reindent.
4118         * semantics.c (expand_body): Emit thunks after function, not before.
4119
4120 2002-02-04  Jason Merrill  <jason@redhat.com>
4121
4122         * decl.c (start_function): Call cplus_decl_attributes immediately
4123         after grokdeclarator.
4124
4125         * decl.c (start_function): Combine DECL_RESULT handling code.
4126
4127 2002-02-03  Jason Merrill  <jason@redhat.com>
4128
4129         * xref.c: Remove.
4130         * Make-lang.in (CXX_OBJS): Remove cp/xref.o
4131         (cp/xref.o): Remove dependencies.
4132         * class.c (finish_struct_1, check_methods): Don't call xref fns.
4133         (finish_struct_1): Likewise.
4134         * friend.c (make_friend_class): Likewise.
4135         * lex.c (cxx_init, cxx_finish, extract_interface_info): Likewise.
4136         * spew.c (read_process_identifier): Likewise.
4137
4138 2002-02-01  Jason Merrill  <jason@redhat.com>
4139
4140         PR c++/4872
4141         * decl.c (finish_function): Warn about a non-void function with
4142         no return statement and no abnormal exit.
4143         * cp-tree.h (struct cp_language_function): Add returns_abnormally.
4144         (current_function_returns_abnormally): New macro.
4145         * call.c (build_call): Set it.
4146
4147         * typeck.c (build_component_ref): Always complain about offsetof
4148         constructs on non-PODs.  Only make it an error for members of
4149         virtual bases.
4150
4151         * error.c (dump_scope): Don't add TFF_DECL_SPECIFIERS.
4152         (dump_function_decl): Always dump parms.
4153
4154         * decl2.c (finish_static_data_member_decl): Complain about a local
4155         class with a static data member.
4156
4157         PR c++/4286
4158         * search.c (lookup_field_1): Don't xref a static data member
4159         just because we looked it up.
4160
4161 2002-01-31  Jason Merrill  <jason@redhat.com>
4162
4163         * Make-lang.in (parse.c): Handle .output file.
4164
4165         PR c++/3395
4166         * decl.c (xref_tag): Remember early attributes in TYPE_ATTRIBUTES,
4167         not TREE_TYPE.
4168         * semantics.c (finish_class_definition): Adjust.
4169
4170         Allow attributes in parms and casts.
4171         * parse.y (named_parm): Don't strip attrs.
4172         (declmods): Remove 'attributes' production.
4173         (nonempty_cv_qualifiers): Accept attributes.
4174         (ATTRIBUTE): Give precedence.
4175         * decl.c (groktypename): Handle attributes.
4176         (grokparms): Likewise.
4177
4178 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
4179
4180         * decl2.c (cxx_decode_option): Pass 0 as last argument to
4181         cpp_handle_option.
4182         * lang-specs.h: Use cpp_unique_options instead of cpp_options
4183         when used together with cc1_options.
4184
4185 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
4186
4187         PR c++/5132
4188         * typeck2.c (digest_init): Make sure non-array core type is
4189         instantiated.
4190         * decl2.c (reparse_absdcl_as_casts): Just store the type in the
4191         constructor, rather than build a new one.
4192         (build_expr_from_tree, CONSTRUCTOR case): Be careful with the
4193         PURPOSE of constructor elts.
4194
4195 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
4196
4197         * Make-lang.in (parse.c): Adjust expected number of
4198         shift-reduce conflicts.
4199         (decl.o): Depend on diagnostic.h.
4200         * decl.c: Include diagnostic.h.
4201         (grokdeclarator): Check for null pointer.
4202         (finish_function): Don't abort when
4203         current_binding_level->parm_flag != 1, if errors have
4204         occurred; throw away the statement tree and extra binding
4205         levels, and continue.
4206         * lex.c (note_list_got_semicolon): Check for null pointer.
4207         * method.c (hack_identifier): Just return error_mark_node if
4208         value is error_mark_node.
4209         * parse.y (primary: TYPEID(type_id)): No need to use
4210         TYPE_MAIN_VARIANT here.
4211         (handler_seq): Accept an empty list of catch clauses and
4212         generate a fake handler block to avoid later crashes.
4213         (ansi_raise_identifier): Accept the error token too.
4214         * semantics.c (begin_class_definition,
4215         finish_class_definition): Check for error_mark_node.
4216
4217 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
4218
4219         * typeck2.c (friendly_abort): Delete definition.
4220         * cp-tree.h (friendly_abort): Don't prototype.
4221         (my_friendly_assert): Use fancy_abort.
4222
4223 2002-01-23  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4224
4225         * cp-tree.h (my_friendly_abort): Remove.
4226
4227 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
4228
4229         * spew.c (pending_inlines, pending_inlines_tail,
4230         processing_these_inlines): Make static.
4231         (mark_pending_inlines): Remove static.
4232         (begin_parsing_inclass_inline): If in function, save pi
4233         for GC to cp_function_chain->unparsed_inlines instead.
4234         (process_next_inline): Likewise.
4235         * cp-tree.h (struct cp_language_function): Add unparsed_inlines.
4236         (mark_pending_inlines): Add prototype.
4237         * decl.c (spew_debug): Remove unused extern.
4238         (mark_lang_function): Call mark_pending_inlines.
4239
4240 2002-01-23  Craig Rodrigues  <rodrigc@gcc.gnu.org>
4241
4242         * call.c, class.c, decl.c, decl2.c, error.c, expr.c, friend.c,
4243         init.c, lex.c, mangle.c, method.c, pt.c, repo.c, rtti.c, search.c,
4244         semantics.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c:
4245         Change my_fancy_abort() to abort().
4246
4247 2002-01-23  Jason Merrill  <jason@redhat.com>
4248
4249         PR c++/5453
4250         * class.c (fixed_type_or_null): Fix thinko.
4251
4252         PR c++/3331
4253         * init.c (resolve_offset_ref): Use build_indirect_ref.
4254
4255         * decl2.c (grokclassfn): Don't set DECL_REGISTER on 'this'.
4256
4257 2002-01-22  Jason Merrill  <jason@redhat.com>
4258
4259         * parse.y (function_body): Suppress the block for the outermost
4260         curly braces.
4261         * decl.c (pushdecl): Don't try to skip it.
4262         (begin_function_body): Keep the block we create, not the next one.
4263         * init.c (emit_base_init): Don't mess with keep_next_level.
4264
4265         * class.c (build_base_path): Tweak formatting.
4266
4267 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
4268
4269         Fix regression introduced with patch for c++/775
4270         * parse.y (class_head_defn): Check for template specializations
4271         with a different class-key.
4272
4273 2002-01-17  Jason Merrill  <jason@redhat.com>
4274
4275         * decl.c (begin_constructor_body, begin_destructor_body): New fns.
4276         (begin_function_body): Call them and keep_next_level.
4277         * init.c (emit_base_init): Call keep_next_level.
4278         * semantics.c (setup_vtbl_ptr): Lose.
4279         * cp-tree.h (struct cp_language_function): Remove vtbls_set_up_p.
4280         (vtbls_set_up_p): Lose.
4281         * pt.c (tsubst_expr, CTOR_INITIALIZER): Call emit_base_init.
4282         * method.c (do_build_copy_constructor): Likewise.
4283         (synthesize_method): Call finish_mem_initializers.
4284         * parse.y (nodecls): Likewise.
4285
4286         * error.c (dump_type_suffix): Print the exception specs before
4287         recursing.
4288         (dump_function_decl): Here, too.
4289
4290         * cp-tree.h (TMPL_PARMS_DEPTH): Cast to signed HOST_WIDE_INT.
4291
4292 2002-01-10  Ira Ruben   <ira@apple.com>
4293
4294         PR c++/907
4295         * decl.c (start_method): Handle attrlist.
4296
4297 2002-01-10  Jakub Jelinek  <jakub@redhat.com>
4298
4299         * decl2.c (max_tinst_depth): Increase default limit to 500.
4300
4301 2002-01-10  Graham Stott  <grahams@redhat.com>
4302
4303         * spew.c (YYCHAR): Uppercase macro parameter and add
4304         parenthesis.
4305         (YYCODE): Likewise.
4306         (NAME): Uppercase macro parameter.
4307
4308 2002-01-09  Graham Stott  <grahams@redhat.com>
4309
4310         * decl.h (grokdeclarator): Wrap long line.
4311
4312         * semantics.c (FINISH_COND): Uppercase macro paramaters and
4313         add parenthesis.
4314
4315 2002-01-08  Graham Stott  <grahams@redhat.com>
4316
4317         * xref.c (FILE_NAME_ABSOLUTE_P): Add parenthesis.
4318         (PALLOC): Uppercase macro parameter and whitespace.
4319         (SALLOC): Uppercase macro parameter.
4320         (SFREE): Uppercase macros parameter, add parenthese and
4321         whitespace.
4322         (STREQL): Uppercase macro parameter and whitespace.
4323         (STRNEQ): Likewise.
4324         (STRLSS): Likewise.
4325         (STRLEQ): Likewise.
4326         (STRGTR): Likewise.
4327         (STRGEQ): Likewise.
4328
4329         * call.c (convert_like): Add parenthesis and wrap.
4330         (convert_like_with_context): Likewise.
4331         (ICS_RANK): Whitespace.
4332         (NEED_TEMPORARY_P): Remove parenthesis.
4333
4334         * class.c (VTT_TOP_LEVEL_P): Uppercase macro parameter and
4335         whitespace.
4336         (VTT_MARKED_BINFO_P): Likewise.
4337
4338         * decl.c (BINDING_LEVEL): Add parenthesis.
4339         (DEF_OPERATOR): Likewise.
4340
4341         * mangle.c (MANGLE_TRACE): Add parenthesis.
4342         (MANGLE_TRACE_TREE): Likewise.
4343         (write_signed_number): Likewise.
4344         (write_unsigned_number): Likewise.
4345
4346         * pt.c (ccat): Uppercase macro parameter.
4347         (cat): Likewise
4348
4349         * search.c (SET_BINFO_ACCESS): Add parenthesis.
4350
4351 2002-01-07  Jason Merrill  <jason@redhat.com>
4352
4353         * decl2.c (coerce_new_type): Downgrade error for size_t mismatch
4354         to pedwarn.
4355
4356         PR c++/3536
4357         * method.c (make_thunk): If !flag_weak, give the thunk the
4358         function's linkage.
4359         (use_thunk): Here, too.
4360
4361 2002-01-07  Graham Stott  <grahams@redhat.com>
4362
4363         * error.c: Update copyright date.
4364         (print_scope_operator): Add parenthesis.
4365         (print_left_paren): Likewise.
4366         (print_right_paren): Likewise.
4367         (print_left_bracket): Likewise.
4368         (print_right_bracket): Likewise.
4369         (print_template_argument_list_start): Likewise.
4370         (print_template_argument_list_end): Likewise.
4371         (print_non_consecutive_character): Likewise.
4372         (print_tree_identifier): Likewise.
4373         (print_identifier): Likewise.
4374         (NEXT_CODE): Uppercase macro parameter.
4375         (ident_fndecl): Delete unused.
4376         (GLOBAL_THING): Likewise.
4377
4378 2002-01-06  Graham Stott  <grahams@redhat.com>
4379
4380         * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): Add parenthesis.
4381         (VAR_FUNCTION_OR_PARM_DECL_CHECK): Likewise.
4382         (VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK) Likewise.
4383         (RECORD_OR_UNION_TYPE_CHECK): Likewise.
4384         (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Likewise.
4385         (C_IS_RESERVED_WORD): Uppercase macro parameter.
4386         (C_RID_YYCODE) Likewise.
4387         (ptrmem_cst): Use rtx.
4388         (LOCAL_BINDING_P): Add whitespace.
4389         (INHERITED_VALUE_BINDING_P): Likewise.
4390         (BINDING_SCOPE): Wrap long line.
4391         (BINDING_HAS_LEVEL_P): Remove parenthesis.
4392         (BINDING_VALUE): Wrap long line.
4393         (BINDING_TYPE): Whitespace.
4394         (IDENTIFIER_GLOBAL_VALUE): Add parenthesis.
4395         (SET_IDENTIFIER_GLOBAL_VALUE): Likewise.
4396         (IDENTIFIER_NAMESPACE_VALUE): Likewise.
4397         (SET_IDENTIFIER_NAMESPACE_VALUE: Likewise.
4398         (same_type_p): Uppercase macro parameters.
4399         (same_type_ignoring_top_level_qualifiers_p): Likewise.
4400         (OVL_FUNCTION): Wrap long line.
4401         (OVL_CHAIN): Whitespace.
4402         (OVL_CURRENT): Add parenthesis and whitespace.
4403         (OVL_NEXT): Whitespace.
4404         (OVL_USED): Likewise.
4405         (IDENTIFIER_TYPE_VALUE): Likewise.
4406         (REAL_IDENTIFIER_TYPE_VALUE): Remove parenthesis.
4407         (SET_IDENTIFIER_TYPE_VALUE): Add parenthesis and whitespace.
4408         (LANG_ID_FIELD): Whitespace.
4409         (SET_LANG_ID(NODE,VALUE,NAME): Likewise.
4410         (IDENTIFIER_LABEL_VALUE): Whitespace and wrap.
4411         (SET_IDENTIFIER_LABEL_VALUE): Whitespace.
4412         (IDENTIFIER_IMPLICIT_DECL): Whitespace and wrap.
4413         (SET_IDENTIFIER_IMPLICIT_DECL); Whitespace.
4414         (IDENTIFIER_ERROR_LOCUS): Whitespace and wrap.
4415         (SET_IDENTIFIER_ERROR_LOCUS); Whitespace.
4416         (IDENTIFIER_VIRTUAL_P): Likewise.
4417         (IDENTIFIER_OPNAME_P): Likewise.
4418         (IDENTIFIER_TYPENAME_P): Remove parenthesis.
4419         (C_TYPE_FIELDS_READONLY): Uppercase macro parameters.
4420         (C_SET_EXP_ORIGINAL_CODE): Likewise.
4421         (TYPE_ASSEMBLER_NAME_STRING): Wrap long line.
4422         (TYPE_ASSEMBLER_NAME_LENGTH): Likewise.
4423         (IS_AGGR_TYPE): Uppercase macro parameter.
4424         (CLASS_TYPE_P): Likewise.
4425         (IS_AGGR_TYPE_CODE): Uppercase macro parameter and parenthesis.
4426         (IS_AGGR_TYPE_2): Whitespace.
4427         (TAGGED_TYPE_P): Uppercase macro parameter.
4428         (TYPE_BUILT_IN): Whitespace.
4429         (TYPE_FOR_JAVA): Likewise.
4430         (FUNCTION_ARG_CHAIN): Remove parenthesis.
4431         (FUNCTION_FIRST_USER_PARMTYPE): Add parenthesis.
4432         (FUNCTION_FIRST_USER_PARAM): Likewise.
4433         (PROMOTES_TO_AGGR_TYPE): Whitespace.
4434         (DERIVED_FROM_P): Add parenthesis and wrap.
4435         (UNIQUELY_DERIVED_FROM_P): Likewise.
4436         (ACCESSIBLY_UNIQUELY_DERIVED_P): Likewise.
4437         (PUBLICLY_UNIQUELY_DERIVED_P): Likewise.
4438         (CLASSTYPE_USE_TEMPLATE): Whitespace.
4439         (CLASSTYPE_INLINE_FRIENDS): Remove parenthesis.
4440         (TYPE_GETS_DELETE): Add parenthesis.
4441         (TYPE_HAS_CONVERSION): Add parenthesis and wrap.
4442         (TYPE_HAS_ASSIGN_REF): Likewise,
4443         (TYPE_HAS_CONST_ASSIGN_REF): Likewise.
4444         (TYPE_HAS_INIT_REF): Likewise.
4445         (TYPE_HAS_CONST_INIT_REF): Likewise.
4446         (TYPE_BEING_DEFINED): Likewise.
4447         (TYPE_LANG_SPECIFIC): Likewise.
4448         (CLASSTYPE_RTTI): Likewise.
4449         (TYPE_OVERLOADS_CALL_EXPR): Likewise.
4450         (TYPE_OVERLOADS_ARRAY_REF): Likewise.
4451         (TYPE_OVERLOADS_ARROW): Likewise.
4452         (TYPE_USES_MULTIPLE_INHERITANCE): Likewise.
4453         (TYPE_USES_VIRTUAL_BASECLASSES): Add parenthesis.
4454         (CLASSTYPE_METHOD_VEC): Likewise.
4455         (CLASSTYPE_MARKED_N): Likewise.
4456         (CLASSTYPE_MARKED): Likewise.
4457         (CLASSTYPE_MARKED2): Likewise.
4458         (CLASSTYPE_MARKED3): Likewise.
4459         (CLASSTYPE_MARKED4): Likewise.
4460         (CLASSTYPE_MARKED5): Likewise.
4461         (CLASSTYPE_MARKED6): Likewise.
4462         (SET_CLASSTYPE_MARKED): Whitespace.
4463         (CLEAR_CLASSTYPE_MARKED): Likewise.
4464         (SET_CLASSTYPE_MARKED2): Likewise.
4465         (CLEAR_CLASSTYPE_MARKED2): Likewise.
4466         (SET_CLASSTYPE_MARKED3): Likewise.
4467         (CLEAR_CLASSTYPE_MARKED3): Likewise.
4468         (SET_CLASSTYPE_MARKED4): Likewise.
4469         (CLEAR_CLASSTYPE_MARKED4): Likewise.
4470         (SET_CLASSTYPE_MARKED5): Likewise.
4471         (CLEAR_CLASSTYPE_MARKED5): Likewise.
4472         (SET_CLASSTYPE_MARKED6): Likewise.
4473         (CLEAR_CLASSTYPE_MARKED6): Likewise.
4474         (CLASSTYPE_TAGS): Likewise.
4475         (CLASSTYPE_VSIZE): Likewise.
4476         (CLASSTYPE_VBASECLASSES): Likewise.
4477         (CANONICAL_BINFO): Add parenthesis.
4478         (CLASSTYPE_SIZE(NODE): Likewise.
4479         (CLASSTYPE_SIZE_UNIT): Likewise.
4480         (CLASSTYPE_ALIGN(NODE): Likewise.
4481         (CLASSTYPE_USER_ALIGN): Likewise.
4482         (TYPE_JAVA_INTERFACE): Likewise.
4483         (CLASSTYPE_PURE_VIRTUALS): Likewise.
4484         (CLASSTYPE_NEEDS_VIRTUAL_REINIT): Whitespace and wrap.
4485         (TYPE_HAS_DEFAULT_CONSTRUCTOR): Likewise.
4486         (CLASSTYPE_HAS_MUTABLE): Likewise.
4487         (CLASSTYPE_FRIEND_CLASSES): Likewise. Likewise.
4488         (CLASSTYPE_DECLARED_CLASS): Whitespace and wrap.
4489         (CLASSTYPE_READONLY_FIELDS_NEED_INIT): Likewise.
4490         (CLASSTYPE_REF_FIELDS_NEED_INIT): Likewise.
4491         (CLASSTYPE_INTERFACE_ONLY): Likewise.
4492         (CLASSTYPE_INTERFACE_KNOWN): Likewise.
4493         (CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
4494         (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
4495         (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
4496         (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
4497         (CLASSTYPE_DEBUG_REQUESTED): Whitespace and wrap.
4498         (BINFO_UNSHARED_MARKED): Whitespace.
4499         (BINFO_MARKED): Whitespace and wrap.
4500         (SET_BINFO_MARKED): Likewise.
4501         (CLEAR_BINFO_MARKED): Likewise.
4502         (BINFO_VTABLE_PATH_MARKED): Likewise.
4503         (SET_BINFO_VTABLE_PATH_MARKED): Likewise.
4504         (CLEAR_BINFO_VTABLE_PATH_MARKED): Likewise.
4505         (BINFO_SUBVTT_INDEX): Remove parenthesis.
4506         (BINFO_VPTR_INDEX): Likewise.
4507         (BINFO_PRIMARY_BASE_OF): Likewise,
4508         (CLASSTYPE_VFIELDS): Whitespace.
4509         (VF_DERIVED_VALUE): Wrap long line.
4510         (NAMESPACE_LEVEL): Whitespace.
4511         (CAN_HAVE_FULL_LANG_DECL_P): Remove parenthesis.
4512         (DEFARG_POINTER): Whitespace.
4513         (DECL_NEEDED_P): Remove parenthesis.
4514         (DECL_LANGUAGE): Whitespace.
4515         (SET_DECL_LANGUAGE): Add parenthesis.
4516         (DECL_CONSTRUCTOR_P): Whitespace and wrap.
4517         (DECL_OVERLOADED_OPERATOR_P): Remove parenthesis.
4518         (DECL_IN_AGGR_P): Whitespace.
4519         (DECL_FRIEND_P): Likewise.
4520         (DECL_BEFRIENDING_CLASSES): Likewise.
4521         (DECL_STATIC_FUNCTION_P): Whitespace and wrap.
4522         (DECL_NONCONVERTING_P): Whitespace.
4523         (DECL_PURE_VIRTUAL_P): Likewise.
4524         (DECL_NEEDS_FINAL_OVERRIDER_P): Likewise.
4525         (DECL_PENDING_INLINE_INFO): Whitespace.
4526         (DECL_SORTED_FIELDS): Likewise.
4527         (DECL_DEFERRED_FN): Likewise.
4528         (DECL_TEMPLATE_INFO): Likewise.
4529         (CLASSTYPE_TEMPLATE_INFO): Whitespace and wrap.
4530         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO); Likewise.
4531         (SET_TYPE_TEMPLATE_INFO): Add parenthesis.
4532         (TMPL_ARGS_LEVEL): Likewise.
4533         (SET_TMPL_ARGS_LEVEL): Likewise.
4534         (INNERMOST_TEMPLATE_PARMS): Whitespace.
4535         (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter.
4536         (INTEGRAL_CODE_P(CODE): Add parenthesis.
4537         (CP_INTEGRAL_TYPE_P): Remove parenthesis.
4538         (TYPE_HAS_CONSTRUCTOR): Whitespace.
4539         (TREE_HAS_CONSTRUCTOR): Likewise.
4540         (TYPE_HAS_DESTRUCTOR): Likewise.
4541         (TYPE_HAS_REAL_ASSIGN_REF): Likewise.
4542         (TYPE_HAS_COMPLEX_ASSIGN_REF): Likewise.
4543         (TYPE_HAS_ABSTRACT_ASSIGN_REF): Likewise.
4544         (TYPE_HAS_COMPLEX_INIT_REF): Likewise.
4545         (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): Likewise.
4546         (TYPE_PTRMEMFUNC_P): Likewise.
4547         (TYPE_PTRMEMFUNC_FLAG): Likewise.
4548         (TYPE_GET_PTRMEMFUNC_TYPE): Likewise.
4549         (TYPE_SET_PTRMEMFUNC_TYPE): Likewise.
4550         (TYPE_PTRMEM_CLASS_TYPE): Remove parenthesis.
4551         (TYPE_PTRMEM_POINTED_TO_TYPE): Likewise.
4552         (DECL_ACCESS): Whitespace.
4553         (DECL_GLOBAL_CTOR_P): Remove parenthesis.
4554         (DECL_GLOBAL_DTOR_P): Likewise.
4555         (GLOBAL_INIT_PRIORITY): Likewise.
4556         (DECL_TEMPLATE_PARMS): Likewise.
4557         (DECL_TEMPLATE_RESULT): Likewise.
4558         (DECL_TEMPLATE_INSTANTIATIONS): Likewise.
4559         (DECL_TEMPLATE_SPECIALIZATIONS): Likewise.
4560         (DECL_IMPLICIT_TYPEDEF_P): Remove parenthesis.
4561         (SET_DECL_IMPLICIT_TYPEDEF_P): Likewise.
4562         (PRIMARY_TEMPLATE_P): Add parenthesis.
4563         (DECL_USE_TEMPLATE): Whitespace.
4564         (CLASSTYPE_IMPLICIT_INSTANTIATION): Likewise.
4565         (SET_CLASSTYPE_IMPLICIT_INSTANTIATION): Likewise.
4566         (CLASSTYPE_EXPLICIT_INSTANTIATION): Likewise.
4567         (SET_CLASSTYPE_EXPLICIT_INSTANTIATION): Likewise.
4568         (CALL_DECLARATOR_PARMS): Remove parenthesis.
4569         (CALL_DECLARATOR_QUALS): Likewise.
4570         (CALL_DECLARATOR_EXCEPTION_SPEC): Likewise.
4571         (TEMP_NAME_P): Wrap.
4572         (VFIELD_NAME_P): Likewise.
4573         (B_SET): Uppercase macro parameters and add parenthesis.
4574         (B_CLR): Likewise.
4575         (B_TST): Likewise.
4576         (LOOKUP_NAMESPACES_ONLY): Uppercase macro parameters.
4577         (LOOKUP_TYPES_ONLY): Uppercase macro parameters.
4578         (LOOKUP_QUALIFIERS_ONLY): Uppercase macro parameters.
4579         (same_or_base_type_p): Likewise.
4580         (cp_deprecated): Likewise.
4581
4582 2002-01-05  Richard Henderson  <rth@redhat.com>
4583
4584         * semantics.c (expand_body): Revert last change.
4585
4586 2002-01-04  Jason Merrill  <jason@redhat.com>
4587
4588         PR c++/4122
4589         * class.c (update_vtable_entry_for_fn): Set delta to zero for a
4590         lost primary.
4591
4592         * class.c (build_vtbl_initializer): Check for a lost primary
4593         before calculating the vtable entry to throw away.
4594
4595 2002-01-02  Jason Merrill  <jason@redhat.com>
4596
4597         * semantics.c (expand_body): Call outlining_inline_function when
4598         emitting an inline function out of line.
4599
4600 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4601
4602         PR c++/5116, c++/764 reversion
4603         * call.c (build_new_op): Revert the instantiations. They are
4604         incorrect.
4605
4606 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4607
4608         PR c++/5089
4609         * decl2.c (reparse_absdcl_as_casts): Don't warn about casts to void.
4610
4611 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4612
4613         PR c++/3716
4614         * pt.c (tsubst_aggr_type): Move pmf handling into tsubst.
4615         (tsubst, case POINTER_TYPE): Handle pmfs here.
4616         (tsubst, case OFFSET_TYPE): Check it is not an offset to
4617         reference. If it is offset to FUNCTION_TYPE, create a METHOD_TYPE.
4618
4619 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4620
4621         PR c++/35
4622         * cp-tree.h (DECL_LANG_FLAG_0): Used for PARM_DECL too.
4623         (DECL_TEMPLATE_PARM_P): A PARM_DECL might be one too.
4624         * pt.c (process_template_parm): SET_DECL_TEMPLATE_PARM_P on the
4625         PARM_DECL.
4626         (tsubst_template_parms): Break up loop statements.
4627         (tsubst_decl, case PARM_DECL): Copy DECL_TEMPLATE_PARM_P. Template
4628         parm PARM_DECLs don't get promoted.
4629
4630 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4631
4632         PR c++/5123
4633         * typeck.c (build_component_ref): Cope with a TEMPLATE_ID_EXPR.
4634         (build_x_function_call): Cope with a COMPONENT_REF containing a
4635         TEMPLATE_ID_EXPR.
4636
4637 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4638
4639         PR c++/5213
4640         * pt.c (convert_template_argument): Be more careful determining
4641         when RECORD_TYPE templates are or are not templates.
4642
4643 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4644
4645         PR c++/775
4646         * cp-tree.h (handle_class_head): Adjust prototype.
4647         * decl2.c (handle_class_head): Add DEFN_P and NEW_TYPE_P
4648         parameters. Use for all class heads.
4649         * parse.y (named_class_head_sans_basetype, named_class_head,
4650         named_complex_class_head_sans_basetype,
4651         named_class_head_sans_basetype_defn,
4652         unnamed_class_head): Remove.
4653         (class_head, class_head_apparent_template): Recognize class heads
4654         (class_head_decl, class_head_defn): New reductions. Process class
4655         heads.
4656         (structsp): Adjust class definition and class declaration
4657         reductions.
4658         (maybe_base_class_list): Give diagnostic on empty list.
4659
4660 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4661
4662         PR c++/4379
4663         * typeck.c (build_x_unary_op): Don't destroy the OFFSET_REF on a
4664         single non-static member.
4665         (unary_complex_lvalue): If it cannot be a pointer to member, don't
4666         make it so. Check it is not pointer to reference.
4667
4668 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4669
4670         PR c++/5132
4671         * decl2.c (reparse_absdcl_as_casts): Don't digest_init if we
4672         are processing a template decl.
4673
4674 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
4675
4676         PR c++/5116, c++/764
4677         * call.c (build_new_op): Make sure template class operands are
4678         instantiated. Simplify arglist construction.
4679
4680 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
4681
4682         * call.c (build_user_type_conversion_1): Use my_friendly_assert
4683         rather than if ... abort.
4684         * cvt.c (convert_to_reference): Likewise.
4685         * semantics.c (setup_vtbl_ptr): Likewise.
4686         * pt.c (lookup_template_class): Comment typo.
4687
4688 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
4689
4690         PR c++/5125
4691         * pt.c (push_template_decl_real): Make sure DECL has
4692         DECL_LANG_SPECIFIC.
4693
4694 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
4695
4696         PR c++/335
4697         * init.c (resolve_offset_ref): Copy cv qualifiers of this pointer
4698         for non-reference fields.
4699         * typeck.c (require_complete_type): Use resolve_offset_ref).
4700
4701 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
4702
4703         PR c++/196
4704         * parse.y (bad_parm): Better diagnostic when given a SCOPE_REF.
4705
4706 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
4707
4708         PR c++/160
4709         * typeck.c (build_modify_expr): Remove old unreachable code & tidy
4710         up. Don't stabilize_references when initializing a reference.
4711
4712 2001-12-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4713
4714         * decl2.c (lang_f_options): Const-ify.
4715
4716 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
4717
4718         * config-lang.in (diff_excludes): Remove.
4719
4720 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
4721
4722         PR c++/90
4723         * typeck.c (build_function_call_real): Use original function
4724         expression for errors.
4725
4726 2001-12-18  Jason Merrill  <jason@redhat.com>
4727
4728         PR c++/3242
4729         * class.c (add_method): Do compare 'this' quals when trying to match a
4730         used function.  Don't defer to another used function.
4731
4732 2001-12-18  Nathan Sidwell  <nathan@codesourcery.com>
4733
4734         * pt.c (instantiate_clone): Remove, fold into ...
4735         (instantiate_template): ... here. Simplify by removing mutual
4736         recursion.
4737         * typeck2.c (build_m_component_ref): Don't cv qualify the function
4738         pointed to by a pointer to function.
4739         * class.c (delete_duplicate_fields_1): Typo.
4740
4741 2001-12-18  Jason Merrill  <jason@redhat.com>
4742
4743         C++ ABI change: destroy value arguments in caller.
4744         * semantics.c (genrtl_start_function, genrtl_finish_function): Don't
4745         create an extra binding level for the parameters.
4746         * decl.c (store_parm_decls): Don't do parameter cleanups.
4747
4748 2001-12-18  Nathan Sidwell  <nathan@codesourcery.com>
4749
4750         * call.c (build_new_method_call): Use '%#V'.
4751         * error.c (cv_to_string): Use V parameter to determine padding.
4752
4753 2001-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
4754
4755         * call.c, decl2.c, init.c: Use "built-in" and "bit-field"
4756         spellings in messages.
4757
4758 2001-12-17  Zack Weinberg  <zack@codesourcery.com>
4759
4760         * cp-tree.h: Delete #defines for cp_error, cp_warning,
4761         cp_pedwarn, and cp_compiler_error.
4762         * call.c, class.c, cp-tree.h, cvt.c, decl.c, decl2.c, error.c,
4763         except.c, friend.c, init.c, lex.c, method.c, parse.y, pt.c,
4764         rtti.c, search.c, semantics.c, spew.c, tree.c, typeck.c,
4765         typeck2.c: Change calls to the above macros to use their
4766         language-independent equivalents: error, warning, pedwarn, and
4767         internal_error respectively.
4768
4769 2001-12-16  Neil Booth  <neil@daikokuya.demon.co.uk>
4770
4771         * decl2.c (finish_file): Remove back_end_hook.
4772
4773 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
4774
4775         * ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call.c, class.c,
4776         cp-tree.h, decl.c, decl2.c, except.c, operators.def, optimize.c,
4777         pt.c, rtti.c, semantics.c, typeck.c: Fix spelling errors.
4778
4779 2001-12-15  Joseph S. Myers  <jsm28@cam.ac.uk>
4780
4781         * lang-options.h: Use American spelling in messages.
4782
4783 2001-12-13  Jason Merrill  <jason@redhat.com>
4784
4785         * Make-lang.in (parse.h): Separate rule, just depend on parse.c.
4786
4787         Use cleanups to run base and member destructors.
4788         * init.c (push_base_cleanups): New function, split out from...
4789         (build_delete): ...here.  Lose !TYPE_HAS_DESTRUCTOR code.
4790         * decl.c (finish_destructor_body): Move vbase destruction code to
4791         push_base_cleanups.
4792         (begin_function_body, finish_function_body): New fns.
4793         (finish_function): Move [cd]tor handling and call_poplevel to
4794         finish_function_body.
4795         (pushdecl): Skip the new level.
4796         * semantics.c (genrtl_try_block): Don't call end_protect_partials.
4797         (setup_vtbl_ptr): Call push_base_cleanups.
4798         * method.c (synthesize_method): Call {begin,end}_function_body.
4799         * pt.c (tsubst_expr): Handle COMPOUND_STMT_BODY_BLOCK.
4800         * cp-tree.h: Declare new fns.
4801         * parse.y (function_body, .begin_function_body): New nonterminals.
4802         (fndef, pending_inline, function_try_block): Use function_body.
4803         (ctor_initializer_opt, function_try_block): No longer has a value.
4804         (base_init): Remove .set_base_init token.
4805         (.set_base_init, compstmt_or_error): Remove.
4806         * Make-lang.in (parse.c): Expect two fewer s/r conflicts.
4807
4808         * optimize.c (maybe_clone_body): Fix parameter updating.
4809
4810 2001-12-12  Jason Merrill  <jason@redhat.com>
4811
4812         * decl.c (store_parm_decls): Remove parms_have_cleanups cruft.
4813         * semantics.c (genrtl_start_function): Don't pass
4814         parms_have_cleanups or push an extra binding level.
4815         (genrtl_finish_function): Lose cleanup_label cruft.
4816
4817         * cp-tree.h (struct cp_language_function): Remove x_ctor_label.
4818         (ctor_label): Remove.
4819         * semantics.c (finish_return_stmt): Lose ctor_label support.
4820         * decl.c (finish_constructor_body, mark_lang_function): Likewise.
4821         * typeck.c (check_return_expr): Check DECL_DESTRUCTOR_P, not
4822         dtor_label.
4823
4824         * call.c (build_new_method_call): Let resolves_to_fixed_type_p
4825         check for [cd]tors.
4826         * class.c (fixed_type_or_null, case INDIRECT_REF): Fix.
4827
4828         * decl.c (finish_function): Check VMS_TARGET, not VMS.
4829
4830         * decl.c (start_cleanup_fn): Remove redundant pushlevel.
4831         (end_cleanup_fn): And poplevel.
4832
4833         * semantics.c (setup_vtbl_ptr): Always build a CTOR_INITIALIZER
4834         if we're in a template.
4835
4836 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
4837
4838         * cp-tree.h (DESTRUCTOR_DECL_PREFIX, DESTRUCTOR_NAME_P,
4839         ANON_PARMNAME_FORMAT, ANON_PARMNAME_P, DESTRUCTOR_NAME_FORMAT,
4840         THIS_NAME_P): Delete.
4841         * spew.c (read_process_identifier): Remove DESTRUCTOR_NAME_P,
4842         THIS_NAME_P and ANON_PARMNAME_P tests from warning about clash
4843         with internal naming scheme.
4844         * error.c (dump_decl): Remove DESTRUCTOR_NAME_P use.
4845
4846 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
4847
4848         * decl.c (grokdeclarator): Deprecated implicit typename use.
4849
4850 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
4851
4852         PR g++/51
4853         * parse.y (frob_specs): Indicate it is a language linkage which
4854         contained the extern.
4855         * decl.c (grokdeclarator): Allow extern language linkage with
4856         other specifiers.
4857
4858 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
4859
4860         PR g++/72
4861         * decl.c (add_binding): Don't reject duplicate typedefs involving
4862         template parameters.
4863
4864 2001-12-10  Neil Booth  <neil@daikokuya.demon.co.uk>
4865
4866         * parse.y, semantics.c: Similarly.
4867
4868 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
4869
4870         PR g++/87
4871         * cp-tree.h (DECL_COPY_CONSTRUCTOR_P): Use copy_fn_p.
4872         (copy_args_p): Rename to ...
4873         (copy_fn_p): ... here.
4874         (grok_special_member_properties): New function.
4875         (grok_op_properties): Lose VIRTUALP parameter.
4876         (copy_assignment_arg_p): Remove.
4877         * call.c (build_over_call): Use copy_fn_p.
4878         * decl.c (grokfndecl): Reformat. Adjust call to
4879         grok_op_properties.
4880         (copy_args_p): Rename to ...
4881         (copy_fn_p): ... here. Reject template functions. Check for pass
4882         by value.
4883         (grok_special_member_properties): Remember special functions.
4884         (grok_ctor_properties): Don't remember them here, just check.
4885         (grok_op_properties): Likewise.
4886         (start_method): Call grok_special_member_properties.
4887         * decl2.c (grokfield): Likewise.
4888         (copy_assignment_arg_p): Remove.
4889         (grok_function_init): Don't remember abstract assignment here.
4890         * pt.c (instantiate_class_template): Call
4891         grok_special_member_properties.
4892         (tsubst_decl): Adjust grok_op_properties call.
4893
4894 2001-12-08  Aldy Hernandez  <aldyh@redhat.com>
4895
4896         * lex.c (rid_to_yy): Add RID_CHOOSE_EXPR and
4897         RID_TYPES_COMPATIBLE_P.
4898
4899 2001-12-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4900
4901         * semantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BIND flag in
4902         call to build_aggr_init.
4903         * cp-tree.h (DIRECT_BIND): Document new use of DIRECT_BIND.
4904
4905 2001-12-08  Neil Booth  <neil@daikokuya.demon.co.uk>
4906
4907         * parse.y: Replace uses of the string non-terminal with STRING.
4908         Don't perform string concatentaion here.
4909         (string): Remove non-terminal.
4910         * semantics.c (finish_asm_stmt): Don't concatenate strings here.
4911
4912 2001-12-05  Jason Merrill  <jason@redhat.com>
4913
4914         * cp-lang.c (LANG_HOOKS_TREE_INLINING_START_INLINING): Define.
4915         (LANG_HOOKS_TREE_INLINING_END_INLINING): Define.
4916         * tree.c (cp_start_inlining, cp_end_inlining): New fns.
4917         * pt.c (push_tinst_level): No longer static.
4918         * cp-tree.h: Declare them.
4919
4920         * init.c (resolve_offset_ref): Don't check access for the base
4921         conversion to access a FIELD_DECL.
4922
4923         * cp-tree.h (TYPE_REFFN_P): New macro.
4924         * decl.c (bad_specifiers): Check it, too.
4925
4926         * rtti.c (create_pseudo_type_info): Set CLASSTYPE_INTERFACE_ONLY
4927         on the __*_type_info type if we haven't seen a definition.
4928
4929 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
4930
4931         * decl.c: Include c-common.h.
4932         (shadow_warning): Move to c-common.c.
4933
4934 Wed Dec  5 17:00:49 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
4935
4936         * decl.c (duplicate_decls): Don't copy DECL_NO_CHECK_MEMORY_USAGE.
4937
4938 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
4939
4940         * pt.c (end_template_parm_list): Clear TREE_CHAIN of each parm.
4941
4942 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
4943
4944         PR g++/164
4945         * init.c (sort_base_init): Allow binfos to be directly specified.
4946         * method.c (do_build_copy_constructor): Explicitly convert to the
4947         base instance.
4948         (do_build_assign_ref): Likewise.
4949
4950 2001-12-03  Hans-Peter Nilsson  <hp@bitrange.com>
4951
4952         * decl.c (xref_basetypes): Don't use C99 construct in tag_code
4953         declaration and initialization.
4954
4955 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
4956
4957         * typeck2.c: Remove leading capital from diagnostic messages, as
4958         per GNU coding standards.
4959
4960 2001-12-03  Mumit Khan  <khan@nanotech.wisc.edu>
4961
4962         PR c++/3394
4963         * decl.c (xref_basetypes): Handle attributes between
4964         'class' and name.
4965
4966 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
4967
4968         PR g++/3381
4969         * parse.y (named_complex_class_head_sans_basetype): Add new
4970         reduction.
4971         * Make-lang.in (parse.c): Adjust expected conflict count.
4972
4973 2001-12-03  Jason Merrill  <jason@redhat.com>
4974
4975         * class.c (finish_vtbls): Fill in BINFO_VPTR_FIELD in the
4976         immediate binfos for our virtual bases.
4977
4978 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
4979
4980         * call.c (build_java_interface_fn_ref): Similarly.
4981         * except.c (is_admissible_throw_operand): Similarly.
4982         * init.c (build_java_class_ref): Similarly.
4983         * xref.c (open_xref_file): Similarly.
4984
4985 2001-12-01  Neil Booth  <neil@daikokuya.demon.co.uk>
4986
4987         * class.c (finish_struct): Remove trailing periods from messages.
4988         * decl.c (check_tag_decl): Similarly.
4989         * lex.c (cxx_set_yydebug): Similarly.
4990         * typeck2.c (friendly_abort): Similarly.
4991
4992 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
4993
4994         PR c++/3048
4995         * cp-tree.h (ovl_member): Remove.
4996         * decl2.c (merge_functions): Handle extern "C" functions
4997         specially.
4998         * tree.c (ovl_member): Remove.
4999
5000 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
5001
5002         PR c++/4842
5003         * class.c (get_basefndecls): Take an IDENTIFIER_NODE, not a
5004         FUNCTION_DECL, as input.
5005         (mark_overriders): Remove.
5006         (warn_hidden): Rework for the new ABI.
5007
5008 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
5009
5010         PR c++/3471
5011         * call.c (convert_like_real): Do not build additional temporaries
5012         for rvalues of class type.
5013
5014 2001-11-28  Nathan Sidwell  <nathan@codesourcery.com>
5015
5016         * cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.
5017         (ACCESSIBLY_UNIQUELY_DERIVED_FROM_P): Likewise.
5018         (PUBLICLY_UNIQUELY_DERIVED_FROM_P: Likewise.
5019         (DERIVED_FROM_P): Likewise.
5020         (enum base_access): Renumber, add ba_quiet bit mask.
5021         (get_binfo): Remove.
5022         (get_base_distance): Remove.
5023         (binfo_value): Remove.
5024         (ACCESSIBLY_DERIVED_FROM_P): Remove.
5025         * call.c (standard_conversion): Use lookup_base.
5026         * class.c (strictly_overrides): Likewise.
5027         (layout_virtual_bases): Likewise.
5028         (warn_about_ambiguous_direct_bases): Likewise.
5029         (is_base_of_enclosing_class): Likewise.
5030         (add_vcall_offset_vtbl_entries_1): Likewise.
5031         * cvt.c (build_up_reference): Adjust comment.
5032         * init.c (build_member_call): Reformat.
5033         * search.c (get_binfo): Remove.
5034         (get_base_distance_recursive): Remove.
5035         (get_base_distance): Remove.
5036         (lookup_base_r): Tweak.
5037         (lookup_base): Add ba_quiet control. Complete the types here.
5038         (covariant_return_p): Use lookup_base.
5039         * tree.c (binfo_value): Remove.
5040         (maybe_dummy_object): Use lookup_base.
5041         * typeck.c (build_static_cast): Use lookup_base.
5042         (get_delta_difference): Likewise.
5043         * typeck2.c (binfo_or_else): Use lookup_base.
5044         (build_scoped_ref): Add back error_mark_check.
5045         (build_m_component_ref): Use lookup_base.
5046
5047 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
5048
5049         * Make-lang.in (c++.generated-manpages): New dummy target.
5050
5051 Tue Nov 27 09:03:47 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5052
5053         * Make-lang.in (cp-lang.o): Depends on c-common.h.
5054         * cp-lang.c (c-common.h): Include.
5055         (LANG_HOOKS_EXPAND_CONSTANT, LANG_HOOKS_SAFE_FROM_P): New hooks.
5056         * decl.c (cxx_init_decl_processing): Don't set lang_safe_from_p.
5057         * expr.c (init_cplus_expand): Don't set lang_expand_constant.
5058
5059 2001-11-26  Neil Booth  <neil@daikokuya.demon.co.uk>
5060
5061         * decl2.c (c_language): Move to c-common.c.
5062         * lex.c (cxx_post_options, cxx_init_options): Use c-common.c
5063         functions.
5064         (cxx_init): Update.
5065
5066 2001-11-26  Jason Merrill  <jason@redhat.com>
5067
5068         * call.c (joust): Remove COND_EXPR hack.
5069
5070 2001-11-25  Aldy Hernandez  <aldyh@redhat.com>
5071
5072         * search.c (lookup_base_r): Declare bk in variable declaration
5073         space.
5074
5075 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
5076
5077         PR g++/3145
5078         * class.c (build_vbase_pointer): Remove.
5079         (build_vbase_path): Remove.
5080         (build_base_path): New function.
5081         * cp-tree.h (base_access, base_kind): New enumerations.
5082         (build_base_path): Declare.
5083         (convert_pointer_to_real): Remove.
5084         (convert_pointer_to): Remove.
5085         (lookup_base): Declare.
5086         (convert_pointer_to_vbase): Remove.
5087         * call.c (build_scoped_method_call): Use lookup_base &
5088         build_base_path instead of convert_pointer_to_real,
5089         get_base_distance & get_binfo.
5090         (build_over_call): Likewise.
5091         * cvt.c (cp_convert_to_pointer): Likewise.
5092         (convert_to_pointer_force): Likewise.
5093         (build_up_reference): Likewise.
5094         (convert_pointer_to_real): Remove.
5095         (convert_pointer_to): Remove.
5096         * init.c (dfs_initialize_vtbl_ptrs): Use build_base_path
5097         instead of convert_pointer_to_vbase & build_vbase_path.
5098         (emit_base_init): Use build_base_path instead of
5099         convert_pointer_to_real.
5100         (expand_virtual_init): Lose unrequired conversions.
5101         (resolve_offset_ref): Use lookup_base and build_base_path
5102         instead of convert_pointer_to.
5103         * rtti.c (build_dynamic_cast_1): Use lookup_base &
5104         build_base_path instead of get_base_distance & build_vbase_path.
5105         * search.c (get_vbase_1): Remove.
5106         (get_vbase): Remove.
5107         (convert_pointer_to_vbase): Remove.
5108         (lookup_base_r): New function.
5109         (lookup_base): New function.
5110         * typeck.c (require_complete_type): Use lookup_base &
5111         build_base_path instead of convert_pointer_to.
5112         (build_component_ref): Likewise.
5113         (build_x_function_call): Likewise.
5114         (get_member_function_from_ptrfunc): Likewise.
5115         (build_component_addr): Likewise.
5116         * typeck2.c (build_scoped_ref): Likewise.
5117
5118 2001-11-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
5119
5120         * cp-tree.h (CP_TYPE_QUALS): Removed.
5121         * decl.c (cxx_init_decl_processing): Don't set lang_dump_tree.
5122         * cp-lang.c: Set LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN and
5123         LANG_HOOKS_TREE_DUMP_TYPE_QUALS_FN.
5124         * dump.c (cp_dump_tree): Use void* dump_info argument to match
5125         lang-hooks prototype.
5126         * call.c, cp-tree.h, cvt.c, decl.c, init.c, mangle.c, method.c, pt.c,
5127         rtti.c, semantics.c, tree.c, typeck.c, typeck2.c: All references to
5128         CP_TYPE_QUALS changed to cp_type_quals.
5129         * Make-lang.in: References to c-dump.h changed to tree-dump.h.
5130         (CXX_C_OBJS): Remove c-dump.o.
5131
5132 2001-11-21  Mark Mitchell  <mark@codesourcery.com>
5133
5134         PR c++/3637
5135         * pt.c (lookup_template_class): Ensure that all specializations
5136         are registered on the list corresponding to the most general
5137         template.
5138
5139 2001-11-20  Mark Mitchell  <mark@codesourcery.com>
5140
5141         * call.c (non_reference): Add documentation.
5142         (convert_class_to_reference): Do not strip reference types
5143         from conversion operators.
5144         (maybe_handle_ref_bind): Simplify.
5145         (compare_ics): Correct handling of references.
5146
5147 2001-11-19  John Wilkinson <johnw@research.att.com>
5148
5149         * dump.c (dump_op): New function.
5150         (cp_dump_tree): Dump CLASSTYPE_TEMPLATE_SPECIALIZATION.  Use
5151         dump_op.  Dump DECL_MUTABLE, access and staticness for VAR_DECLs.
5152         DECL_PURE_VIRTUAL_P, DECL_VIRTUAL_P,
5153
5154 2001-11-19  Mark Mitchell  <mark@codesourcery.com>
5155
5156         PR4629
5157         * semantics.c (finish_sizeof): Make sure that expression created
5158         while processing a template do not have a type.
5159         (finish_alignof): Likewise.
5160         * typeck.c (c_sizeof): Likewise.
5161         (expr_sizeof): Likewise.
5162
5163 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
5164
5165         * lex.c (cxx_finish): Call c_common_finish.
5166         (finish_parse): Remove.
5167
5168 2001-11-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5169
5170         * decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE
5171         when displaying error message about missing array bounds.
5172
5173 2001-11-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5174
5175         * mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR,
5176         CONST_CAST_EXPR.
5177         * operators.def: Add CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_EXPR.
5178
5179 2001-11-16  Neil Booth  <neil@daikokuya.demon.co.uk>
5180
5181         * cp-tree.h (print_class_statistics): Restore.
5182
5183 2001-11-15  Jason Merrill  <jason@redhat.com>
5184
5185         * method.c (use_thunk): Don't emit debugging information for thunks.
5186
5187         * parse.y: Add ... IDENTIFIER SCOPE and ... PTYPENAME SCOPE expansions.
5188         * decl.c (make_typename_type): Handle getting a class template.
5189         * search.c (lookup_field_r): A class template is good enough for
5190         want_type.
5191
5192         * call.c (convert_like_real): Only use cp_convert for the bad part.
5193         (standard_conversion): Also allow bad int->enum.
5194         * typeck.c (ptr_reasonably_similar): Also allow functions to
5195         interconvert.  Pointers to same-size integers are reasonably
5196         similar.
5197
5198         * cvt.c (convert_to_void): If we build a new COND_EXPR, always
5199         give it void type.
5200
5201 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
5202
5203         PR g++/3154
5204         * init.c (sort_base_init): Remove unreachable code.
5205         (expand_member_init): Adjust comment to reflect reality. Simplify
5206         and remove unreachable code.
5207
5208 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
5209
5210         * cp-tree.h (init_reswords, cxx_init_decl_processing): New.
5211         (cxx_init): Update prototype.
5212         * decl.c (init_decl_processing): Rename.  Move null node init
5213         to its creation time.
5214         * lex.c (cxx_init_options): Update.
5215         (cxx_init): Combine with old init_parse; also call
5216         cxx_init_decl_processing.
5217
5218 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
5219
5220         * decl.c (check_initializer): Try to complete the type of an
5221         array element before checking whether it's complete.  Don't
5222         complain about arrays with complete element types but an
5223         unknown size.
5224         (cp_finish_decl): Build the hierarchical constructor before
5225         calling maybe_deduce_size_from_array_init.
5226
5227 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
5228
5229         * Make-lang.in: Change all uses of $(manext) to $(man1ext).
5230
5231 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
5232
5233         PR g++/4206
5234         * parse.y (already_scoped_stmt): Remove.
5235         (simple_stmt, WHILE & FOR): Use implicitly_scoped_stmt.
5236
5237 2001-11-12  H.J. Lu <hjl@gnu.org>
5238
5239         * cvt.c (ocp_convert): Don't warn the address of a weak
5240         function is always `true'.
5241
5242 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5243
5244         * cp-lang.c (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
5245         LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
5246         LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): Override.
5247         * cp-tree.h (print_class_statistics): Remove.
5248         (cxx_print_statistics, cxx_print_xnode, cxx_print_decl, cxx_print_type,
5249         cxx_print_identifier, cxx_set_yydebug): New.
5250         * lex.c (set_yydebug): Rename c_set_yydebug.
5251         * ptree.c (print_lang_decl, print_lang_type, print_lang_identifier,
5252         lang_print_xnode): Rename.
5253         * tree.c (print_lang_statistics): Rename.
5254
5255 2001-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5256
5257         * class.c (dump_array): Fix format specifier warning.
5258
5259 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5260
5261         * cp-lang.c (LANG_HOOKS_NAME): Override.
5262         (struct lang_hooks): Constify.
5263         * lex.c (cxx_init_options): Update.
5264         (lang_identify): Remove.
5265         * parse.y (language_string): Remove.
5266
5267 2001-11-08  Andreas Franck  <afranck@gmx.de>
5268
5269         * Make-lang.in (CXX_INSTALL_NAME, GXX_CROSS_NAME,
5270         DEMANGLER_CROSS_NAME): Handle program_transform_name the way
5271         suggested by autoconf.
5272         (GXX_TARGET_INSTALL_NAME, CXX_TARGET_INSTALL_NAME): Define.
5273         (c++.install-common): Use the transformed target alias names.
5274
5275 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
5276
5277         * Make-lang.in: Update.
5278         * cp-lang.c: Include langhooks-def.h.
5279
5280 2001-11-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5281
5282         * pt.c (tsubst_copy): Call tsubst for TYPEOF_EXPR.
5283
5284 2001-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5285
5286         * lex.c (copy_lang_type): Add static prototype.
5287
5288 2001-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5289
5290         * pt.c (unify): Handle SCOPE_REF.
5291
5292 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
5293
5294         * tree.c (cp_copy_res_decl_for_inlining): Adjust
5295         DECL_ABSTRACT_ORIGIN for the return variable.
5296
5297 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
5298
5299         *  Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
5300
5301 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
5302
5303         * ChangeLog.1, ChangeLog.2, ChangeLog, class.c, decl2.c, search.c,
5304         semantics.c, spew.c: Fix spelling errors.
5305
5306 2001-10-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5307
5308         * decl2.c (validate_nonmember_using_decl): Handle NAMESPACE_DECL.
5309
5310 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
5311
5312         * cp-lang.c: Redefine LANG_HOOKS_CLEAR_BINDING_STACK to
5313         pop_everything.
5314
5315 Tue Oct 23 14:00:20 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5316
5317         * cp-lang.c (cxx_get_alias_set): New function.
5318         Point LANG_HOOKS_GET_ALIAS_SET to it.
5319
5320 2001-10-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5321
5322         * cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
5323         * cp-tree.h (make_unbound_class_template): Prototype new function.
5324         * decl.c (make_unbound_class_template): New function.
5325         * decl2.c (arg_assoc_template_arg): Handle UNBOUND_CLASS_TEMPLATE.
5326         * error.c (dump_type): Likewise.
5327         * mangle.c (write_type): Likewise.
5328         * parse.y (template_parm): Likewise.
5329         (template_argument): Use make_unbound_class_template.
5330         * pt.c (convert_template_argument): Handle UNBOUND_CLASS_TEMPLATE.
5331         (tsubst): Likewise.
5332         (tsubst_copy): Likewise.
5333         (unify): Likewise.
5334         * tree.c (walk_tree): Likewise.
5335         * typeck.c (comptypes): Likewise.
5336
5337 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5338
5339         * xref.c (GNU_xref_member): Use safe-ctype macros and/or fold
5340         extra calls into fewer ones.
5341
5342 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
5343
5344         * decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
5345         Warn when merging inline with attribute noinline.
5346         (start_decl, start_function): Warn if inline and attribute
5347         noinline appear in the same declaration.
5348
5349 2001-10-16  H.J. Lu <hjl@gnu.org>
5350
5351         * cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined
5352         for tree checking disabled.
5353
5354 2001-10-16  Hans-Peter Nilsson  <hp@axis.com>
5355
5356         * cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL &&
5357         NO_DOT_IN_LABEL]: Adjust to match VFIELD_NAME.
5358
5359 2001-10-15  Richard Sandiford  <rsandifo@redhat.com>
5360
5361         * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.
5362         (unify): Only handle MINUS_EXPR specially if the above flag is set
5363         and the subtracted constant is 1.  Clear the flag on recursive calls.
5364         Set it when unifying the maximum value in an INTEGER_TYPE's range.
5365
5366 2001-10-15  Richard Sandiford  <rsandifo@redhat.com>
5367
5368         * decl.c (bad_specifiers): Don't allow exception specifications
5369         on any typedefs.
5370
5371 2001-10-14  Neil Booth  <neil@daikokuya.demon.co.uk>
5372
5373         * cp/lex.c (init_cp_pragma): Similarly.
5374
5375 2001-10-13  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5376
5377         * pt.c (lookup_template_class): Build complete template arguments
5378         for BOUND_TEMPLATE_TEMPLATE_PARM.
5379
5380 2001-10-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5381
5382         * cp-tree.h (TYPE_BINFO): Update comment.
5383         (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): New macro.
5384         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Use template_info.
5385         (TYPENAME_TYPE_FULLNAME): Use TYPE_FIELDS.
5386         (copy_type): Prototype new function.
5387         * lex.c (copy_lang_decl): Gather tree node statistics.
5388         (copy_lang_type): New function.
5389         (copy_type): Likewise.
5390         (cp_make_lang_type): Create lang_type for
5391         BOUND_TEMPLATE_TEMPLATE_PARM.  Set TYPE_BINFO for TYPENAME_TYPE
5392         and BOUND_TEMPLATE_TEMPLATE_PARM.
5393         * pt.c (tsubst): Use copy_type instead of copy_node.
5394         * search.c (lookup_field_1): Ignore TYPENAME_TYPE.
5395
5396 2001-10-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5397
5398         * pt.c (determine_specialization): Ignore functions without
5399         DECL_TEMPLATE_INFO.
5400
5401 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
5402
5403         PR g++/4476
5404         * typeck2.c (abstract_virtuals_error): Ignore incomplete classes.
5405
5406 2001-10-11  Jason Merrill  <jason_merrill@redhat.com>
5407
5408         * typeck2.c (store_init_value): Don't re-digest a bracketed
5409         initializer.
5410
5411         * class.c (finish_struct_anon): Use TYPE_ANONYMOUS_P instead of
5412         ANON_AGGR_TYPE_P.
5413
5414 2001-10-11  Richard Henderson  <rth@redhat.com>
5415
5416         * class.c (build_vtable_entry_ref): Create a VTABLE_REF instead
5417         of an asm statement.
5418         (build_vtbl_ref_1): Split out from build_vtbl_ref.
5419         (build_vfn_ref): Use it to handle vtable descriptors before
5420         calling build_vtable_entry_ref.
5421         * decl2.c (output_vtable_inherit): Use assemble_vtable_inherit.
5422
5423 2001-10-10  Richard Henderson  <rth@redhat.com>
5424
5425         * parse.y (asm_operand): Allow named operands.
5426         * semantics.c (finish_asm_stmt): Tweek for changed location
5427         of the operand constraint.
5428
5429 2001-10-09  Jason Merrill  <jason_merrill@redhat.com>
5430
5431         * call.c (standard_conversion): Add bad conversion between
5432         integers and pointers.
5433         (convert_like_real): Don't use convert_for_initialization for bad
5434         conversions; complain here and use cp_convert.
5435         (build_over_call): Don't handle bad conversions specially.
5436         (perform_implicit_conversion): Allow bad conversions.
5437         (can_convert_arg_bad): New fn.
5438         * cp-tree.h: Declare it.
5439         * typeck.c (convert_for_assignment): Use it.
5440         (ptr_reasonably_similar): Any target type is similar to void.
5441
5442 2001-10-08  Alexandre Oliva  <aoliva@redhat.com>
5443
5444         * Make-lang.in (CXX_OBJS): Added cp-lang.o.
5445         (cp/cp-lang.o): New rule.
5446         * cp-tree.h: Declare hooks.
5447         * tree.c: Make hooks non-static.
5448         (init_tree): Don't initialize hooks here.
5449         * lex.c: Likewise.  Move definition of lang_hooks to...
5450         * cp-lang.c: ... new file.
5451
5452 2001-10-08  Richard Henderson  <rth@redhat.com>
5453
5454         * cp-tree.h (struct lang_decl_flags): Remove declared_inline.
5455         (DECL_DECLARED_INLINE_P): Use the bit in struct c_lang_decl.
5456
5457 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5458
5459         * class.c (build_vtable_entry_ref): Const-ify.
5460         * decl.c (predefined_identifier,
5461         initialize_predefined_identifiers): Likewise.
5462         * init.c (build_new_1): Likewise.
5463         * lex.c (cplus_tree_code_type, cplus_tree_code_length, resword):
5464         Likewise.
5465
5466 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
5467
5468         * optimize.c (struct inline_data): Moved to ../tree-inline.c.
5469         (INSNS_PER_STMT): Likewise.
5470         (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
5471         (copy_body, initialize_inlined_parameters): Likewise.
5472         (declare_return_variable, inlinable_function_p): Likewise.
5473         (expand_call_inline, expand_calls_inline): Likewise.
5474         (optimize_inline_calls, clone_body): Likewise.
5475         * tree.c (walk_tree): Moved to ../tree-inline.c.
5476         (walk_tree_without_duplicates): Likewise.
5477         (copy_tree_r, remap_save_expr): Likewise.
5478
5479 2001-10-04  Alexandre Oliva  <aoliva@redhat.com>
5480
5481         * Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.
5482         (cp/pt.o, cp/semantics.o, cp/optimize.o): Likewise.
5483         * cp-tree.h (lang_decl): Moved inlined_fns to tree_decl.
5484         (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved to ../tree.h.
5485         (flag_inline_trees): Moved declaration to ../tree-inline.h.
5486         (walk_tree): Moved declaration to ../tree-inline.h.
5487         (walk_tree_without_duplicates, copy_tree_r): Likewise.
5488         (remap_save_expr): Likewise.
5489         * decl.c: Include tree-inline.h.
5490         (lang_mark_tree): Don't mark inlined_fns.
5491         * decl2.c (flag_inline_trees): Moved defn to ../tree-inline.c.
5492         * optimize.c: Include tree-inline.h.
5493         (optimize_inline_calls): Move declaration to ../tree.h, as
5494         non-static.
5495         (remap_decl): Use language-independent constructs and hooks.
5496         (remap_block, copy_body_r, declare_return_variable): Likewise.
5497         (inlinable_function_p): Likewise.  Don't test for
5498         DECL_LANG_SPECIFIC before DECL_INLINED_FNS as inlined_fns is
5499         no longer language-specific.
5500         (optimize_inline_calls): Likewise.  Make it non-static.  Moved
5501         call of dump_function to...
5502         (optimize_function): Here...
5503         (clone_body): New function, extracted from...
5504         (maybe_clone_body): ... here.  Build decl_map locally and pass
5505         it on to clone_body.
5506         * pt.c, semantics.c: Include tree-inline.h.
5507         * tree.c: Likewise.
5508         (cp_walk_subtrees): New language-specific hook for tree inlining.
5509         (cp_cannot_inline_tree_fn, cp_add_pending_fn_decls,
5510         cp_is_overload_p, cp_auto_var_in_fn_p,
5511         cp_copy_res_decl_for_inlining): Likewise.
5512         (walk_tree): Move language-specific constructs into...
5513         (cp_walk_subtrees): this new function.
5514         (copy_tree_r): Use language-independent constructs and hooks.
5515         (init_tree): Initialize tree inlining hooks.
5516         (remap_save_expr): Adjust prototype so that the declaration
5517         does not require the definition of splay_tree.
5518
5519 2001-10-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5520
5521         * rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type used
5522         to build the declaration instead of the declaration itself.
5523
5524 2001-10-02  Jason Merrill  <jason_merrill@redhat.com>
5525
5526         * decl2.c (cxx_decode_option): Add 'else'.
5527
5528         * spew.c (end_input): No longer static.
5529         * cp-tree.h: Declare it.
5530         * parse.y (datadef): Add "error END_OF_SAVED_INPUT" expansion.
5531
5532 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5533
5534         * call.c (build_over_call), typeck.c (build_function_call_real):
5535         Pass type attributes to check_function_format rather than name or
5536         assembler name.  Don't require there to be a name or assembler
5537         name to check formats.
5538
5539 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
5540
5541         * decl.c (init_decl_processing): Don't call
5542         init_function_format_info.  Initialize lang_attribute_table
5543         earlier.
5544         (builtin_function): Call decl_attributes.
5545         (insert_default_attributes): New.
5546
5547 2001-10-01  Jason Merrill  <jason_merrill@redhat.com>
5548
5549         * decl.c (grokdeclarator): Copy array typedef handling from C
5550         frontend.
5551
5552         * decl.c (grokdeclarator): Copy too-large array handling from C
5553         frontend.
5554
5555 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
5556
5557         * config-lang.in (target_libs): Added target-gperf, so that we
5558         don't try to build it if C++ is disabled.
5559
5560 2001-09-23  Zack Weinberg  <zack@codesourcery.com>
5561
5562         * Make-lang.in (CXX_OBJS): Take out cp/errfn.o.
5563         (cp/errfn.o): Delete rule.
5564         (cp/error.o): Depend on flags.h.
5565         * errfn.c: Delete file.
5566         * cp-tree.h: Declare warn_deprecated.  Remove definitions of
5567         TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS,
5568         and TFF_TEMPLATE_DEFAULT_ARGUMENTS. #define cp_error, cp_warning,
5569         cp_pedwarn, and cp_compiler_error to error, warning, pedwarn, and
5570         internal_error respectively.  Make cp_deprecated into a macro.
5571         Don't define cp_printer typedef or declare cp_printers.
5572         * error.c: Include flags.h.
5573         Delete: struct tree_formatting_info, print_function_argument_list,
5574         print_declaration, print_expression, print_function_declaration,
5575         print_function_parameter, print_type_id, print_cv_qualifier_seq,
5576         print_type_specifier_seq, print_simple_type_specifier,
5577         print_elaborated_type_specifier, print_rest_of_abstract_declarator,
5578         print_parameter_declaration_clause, print_exception_specification,
5579         print_nested_name_specifier, and definition of cp_printers.
5580         (locate_error): New function.
5581         (cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and
5582         rewritten in terms of locate_error and diagnostic.c.
5583         (cp_tree_printer): Rename cp_printer; wire up to *_to_string
5584         instead of deleted print_* routines.  Handle %C, %L, %O, %Q also.
5585         (init_error): Adjust to match.
5586
5587 Sat Sep 22 09:15:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5588
5589         * Make-lang.in (CXX_C_OBJS): Add attribs.o.
5590
5591 2001-09-21  Richard Henderson  <rth@redhat.com>
5592
5593         * class.c (set_vindex): Mind TARGET_VTABLE_USES_DESCRIPTORS.
5594         (build_vtbl_initializer): Likewise.
5595         (build_vfn_ref): New.
5596         * cp-tree.h: Declare it.
5597         * call.c (build_over_call): Use it.
5598         * decl2.c (mark_vtable_entries): Mark FDESC_EXPR.
5599         * typeck.c (get_member_function_from_ptrfunc): Mind descriptors.
5600
5601 Fri Sep 21 08:16:19 2001  J"orn Rennecke <amylaar@redhat.com>
5602
5603         * decl.c (grokdeclarator): Use C syntax for attr_flags declaration.
5604
5605 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
5606
5607         Table-driven attributes.
5608         * decl.c: Rename DECL_MACHINE_ATTRIBUTES to DECL_ATTRIBUTES.
5609         * decl2.c (cplus_decl_attributes): Only take one attributes
5610         parameter.
5611         * cp-tree.c (cplus_decl_attributes): Update prototype.
5612         * class.c (finish_struct), decl.c (start_decl, start_function),
5613         decl2.c (grokfield), friend.c (do_friend), parse.y
5614         (parse_bitfield): Update calls to cplus_decl_attributes.
5615         * decl.c (grokdeclarator): Take a pointer to a single ordinary
5616         attribute list.
5617         * decl.h (grokdeclarator): Update prototype.
5618         * decl2.c (grokfield): Take a single ordinary attribute list.
5619         * friend.c (do_friend): Likewise.
5620         * decl.c (shadow_tag, groktypename, start_decl,
5621         start_handler_parms, grokdeclarator, grokparms, start_function,
5622         start_method), decl2.c (grokfield, grokbitfield, grokoptypename),
5623         parse.y (parse_field, parse_bitfield, component_decl_1), pt.c
5624         (process_template_parm, do_decl_instantiation): Pass single
5625         ordinary attribute lists around.
5626         * decl.c (grokdeclarator): Correct handling of nested attributes.
5627         Revert the patch
5628         1998-10-18  Jason Merrill  <jason@yorick.cygnus.com>
5629                 * decl.c (grokdeclarator): Embedded attrs bind to the right,
5630                 not the left.
5631         .
5632         * cp-tree.h (cp_valid_lang_attribute): Remove declaration
5633         (cp_attribute_table): Declare.
5634         * decl.c (valid_lang_attribute): Don't define.
5635         (lang_attribute_table): Define.
5636         (init_decl_processing): Initialize lang_attribute_table instead of
5637         valid_lang_attribute.
5638         * tree.c (cp_valid_lang_attribute): Remove.
5639         (handle_java_interface_attribute, handle_com_interface_attribute,
5640         handle_init_priority_attribute): New functions.
5641         (cp_attribute_table): New array.
5642         * decl2.c (import_export_class): Don't use
5643         targetm.valid_type_attribute.
5644
5645 2001-09-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5646
5647         * Make-lang.in (cp/error.o): Depend on real.h
5648         * error.c: #include "real.h"
5649
5650 2001-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5651
5652         * mangle.c (mangle_conv_op_name_for_type): Use concat in lieu of
5653         xmalloc/strcpy/strcat.
5654
5655 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5656
5657         * decl.c (warn_extern_redeclared_static, cp_make_fname_decl):
5658         Const-ification.
5659         * pt.c (tsubst_decl): Likewise.
5660
5661 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5662
5663         * decl2.c (lang_f_options): Const-ification.
5664         * lex.c (cplus_tree_code_name): Likewise.
5665         * spew.c (yyerror): Likewise.
5666
5667 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
5668
5669         PR c++/3986
5670         * class.c (force_canonical_binfo_r): Check & move an indirect
5671         primary base first.
5672         (force_canonical_binfo): Check that it's not already
5673         canonical.
5674         (mark_primary_virtual_base): Remove BINFO parameter.
5675         (mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here.
5676
5677 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
5678
5679         Remove TYPE_NONCOPIED_PARTS.
5680         * cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Map onto
5681         CLASSTYPE_PURE_VIRTUALS.
5682         (TYPE_RAISES_EXCEPTIONS): Map onto TYPE_BINFO.
5683         * class.c (duplicate_tag_error): Remove TYPE_NONCOPIED_PARTS.
5684         (layout_class_type): Don't call fixup_inline_methods here ...
5685         (finish_struct_1): ... call it here.
5686
5687 2001-09-04  Mark Mitchell  <mark@codesourcery.com>
5688
5689         * decl.c (duplicate_decls): Remove code deadling with
5690         DECL_SAVED_INSNS.
5691         * decl2.c (finish_file): Likewise.
5692         * pt.c (instantiate_decl): Likewise.
5693         * semantics.c (expand_body): Don't defer local functions if
5694         they wouldn't be deferred for some other reason.  Don't
5695         generate RTL for functions that will not be emitted.
5696         (genrtl_start_function): Remove code deadling with
5697         DECL_SAVED_INSNS.
5698         (genrtl_finish_function): Likewise.
5699
5700 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
5701
5702         PR c++/4203
5703         * call.c (build_over_call): Do not optimize any empty base
5704         construction.
5705
5706 2001-08-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5707
5708         * error.c (dump_template_decl): Output template parameters
5709         together with their specifiers.
5710         Output `class' prefix for template template parameter.
5711         (dump_decl): Fix formatting.
5712
5713 2001-08-30  Kurt Garloff  <garloff@suse.de>
5714
5715         * optimize.c (inlinable_function_p): Allow only smaller single
5716         functions. Halve inline limit after reaching recursive limit.
5717
5718 2001-08-30  Joern Rennecke <amylaar@redhat.com>
5719             Jason Merrill  <jason_merrill@redhat.com>
5720
5721         * class.c (build_vtable_entry_ref): Subtract in char*, not
5722         ptrdiff_t.
5723
5724 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
5725
5726         * tree.c (cp_build_qualified_type_real): Use get_qualified_type.
5727         (build_cplus_array_type): Use cp_build_qualified_type, not
5728         TYPE_MAIN_VARIANT, to get an unqualified version.
5729
5730         * decl2.c (grok_alignof): Lose.
5731         (build_expr_from_tree): Use expr_sizeof and c_alignof_expr.
5732         * typeck.c (c_alignof): Lose.
5733         * semantics.c (finish_sizeof, finish_alignof): New.
5734         * parse.y: Use them.
5735         * cp-tree.h: Declare them.
5736
5737 2001-08-22  Jason Merrill  <jason_merrill@redhat.com>
5738
5739         * pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.
5740         Don't loop in COMPOUND_STMT, FOR_STMT or TRY_BLOCK.
5741         * tree.c (cp_statement_code_p): A TAG_DEFN is a statement.
5742
5743 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
5744
5745         * typeck2.c (add_exception_specifier): Only require complete type if
5746         not in processing template declaration.
5747
5748 2001-08-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5749
5750         * decl.c: Cast argument to size_t, not HOST_WIDE_INT, in calls to
5751         GNU_xref_start_scope and GNU_xref_end_scope.
5752
5753         * tree.c (TYPE_HASH): Moved to ../tree.h.
5754
5755 2001-08-16  Mark Mitchell  <mark@codesourcery.com>
5756
5757         * cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS
5758         on COMPOUND_EXPRs.
5759
5760 2001-08-14  Richard Henderson  <rth@redhat.com>
5761
5762         * class.c, cp-tree.h (build_vfn_ref): Remove.
5763         * call.c, rtti.c: Replace all refernces with build_vtbl_ref.
5764
5765 2001-08-13  Mark Mitchell  <mark@codesourcery.com>
5766
5767         * call.c (build_over_call): Mark COMPOUND_EXPRs generated for
5768         empty class assignment as having side-effects to avoid
5769         spurious warnings.
5770
5771 2001-08-13  Zack Weinberg  <zackw@panix.com>
5772
5773         * Make-lang.in (cp/except.o): Add libfuncs.h to dependencies.
5774         * except.c: Include libfuncs.h.
5775
5776 2001-08-11  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5777
5778         * decl.c (grokdeclarator): Clarify diagnostic message.
5779
5780 2001-08-13  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5781
5782         * decl2.c (do_nonmember_using_decl): Replace using directive
5783         with using declaration in the error message.
5784
5785 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5786
5787         * pt.c (maybe_fold_nontype_arg): Use TREE_TYPE of ARG as the
5788         criterion to avoid rebuilding expression tree instead of
5789         processing_template_decl.
5790
5791 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
5792
5793         Support named return value optimization for inlines, too.
5794         * decl.c (finish_function): Nullify returns here.
5795         * semantics.c (genrtl_start_function): Not here.
5796         (cp_expand_stmt): Don't mess with CLEANUP_STMTs.
5797         (nullify_returns_r): No longer static.  Just clear RETURN_EXPR.
5798         Also nullify the CLEANUP_STMT for the nrv.
5799         * cp-tree.h: Declare it.
5800         * optimize.c (declare_return_variable): Replace the nrv with the
5801         return variable.
5802         * typeck.c (check_return_expr): Be more flexible on alignment check.
5803         Ignore cv-quals when checking for a matching type.
5804
5805 2001-08-09  Richard Henderson  <rth@redhat.com>
5806
5807         * decl2.c (finish_objects): Use target hooks instead of
5808         assemble_constructor and assemble_destructor.
5809
5810 2001-08-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
5811
5812         * g++spec.c (lang_specific_driver): Quote argument after `-Xlinker'.
5813
5814 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
5815
5816         PR c++/3820
5817         Stop using TYPE_NONCOPIED_PARTS.
5818         * call.c (build_over_call): Be careful when copy constructing
5819         or assigning to an empty class.
5820         * class.c (check_bases_and_members): It has a
5821         COMPLEX_ASSIGN_REF if it has a vptr.
5822         (layout_class_type): Don't add empty class padding to
5823         TYPE_NONCOPIED_PARTS.
5824         (finish_struct_1): Don't add the VFIELD either.
5825         * cp-tree.h (TYPE_HAS_TRIVIAL_INIT_REF): Mention _copy_
5826         initialization.
5827
5828 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
5829
5830         * tree.c (walk_tree): Walk siblings even if !walk_subtrees.
5831
5832 2001-08-06  Richard Henderson  <rth@redhat.com>
5833
5834         * decl2.c (finish_objects): Pass a symbol_ref and priority to
5835         assemble_{constructor,destructor}.  Remove priority handling.
5836
5837 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5838
5839         Don't allow template-id in using-declaration.
5840         * decl2.c (validate_nonmember_using_decl): Handle template-ids.
5841         (do_class_using_decl): Likewise.
5842
5843 2001-08-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
5844
5845         * cp/spew.c (read_token): No need to pop buffers.
5846
5847 2001-08-02  Stan Shebs  <shebs@apple.com>
5848
5849         * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer used.
5850         (fnaddr_from_vtable_entry): Remove decl.
5851         * method.c (use_thunk): Update comment.
5852
5853 2001-08-01  Andrew Cagney  <ac131313@redhat.com>
5854
5855         * repo.c (get_base_filename): Change return value to const char
5856         pointer.
5857
5858 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
5859
5860         Kill -fhonor-std.
5861         * NEWS: Document.
5862         * cp-tree.h (flag_honor_std): Remove.
5863         (CPTI_FAKE_STD): Remove.
5864         (std_node): Remove comment about it being NULL.
5865         (fake_std_node): Remove.
5866         * decl.c (in_fake_std): Remove.
5867         (walk_namespaces_r): Remove fake_std_node check.
5868         (push_namespace): Remove in_fake_std code.
5869         (pop_namespace): Likewise.
5870         (lookup_name_real): Remove fake_std_node check.
5871         (init_decl_processing): Always create std_node. Always add
5872         std:: things there.
5873         (builtin_function): Always put non '_' fns in std.
5874         * decl2.c (flag_honor_std): Remove.
5875         (lang_f_options): Remove honor-std.
5876         (unsupported_options): Add honor-std.
5877         (set_decl_namespace): Remove fake_std_node check.
5878         (validate_nonmember_using_decl): Likewise.
5879         (do_using_directive): Likewise.
5880         (handle_class_head): Likewise.
5881         * dump.c (cp_dump_tree): Likewise.
5882         * except.c (init_exception_processing): Adjust.
5883         * init.c (build_member_call): Remove fake_std_node check.
5884         (build_offset_ref): Likewise.
5885         * lang-options.h: Remove -fhonor-std, -fno-honor-std.
5886         * rtti.c (init_rtti_processing): Adjust.
5887
5888 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
5889
5890         * tree.c (cp_tree_equal): WITH_CLEANUP_EXPR node to use its second
5891         operand while calling cp_tree_equal.
5892
5893 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
5894
5895         The 3.0 ABI no longer has vbase pointer fields.
5896         * cp-tree.h (VBASE_NAME, VBASE_NAME_FORMAT, VBASE_NAME_P,
5897         FORMAT_VBASE_NAME): Remove.
5898         * method.c (do_build_copy_constructor): Adjust.
5899         (do_build_assign_ref): Adjust.
5900         * search.c (lookup_field_r): Adjust.
5901         * typeck.c (build_component_ref): Adjust.
5902
5903         The 3.0 ABI always has a vtable pointer at the start of every
5904         polymorphic class.
5905         * rtti.c (build_headof_sub): Remove.
5906         (build_headof): Adjust.
5907         (get_tinfo_decl_dynamic): No need to check flag_rtti
5908         here. Adjust.
5909         (create_real_tinfo_var): Explain why we need a hidden name.
5910
5911 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
5912
5913         PR c++/3631
5914         * class.c (update_vtable_entry_for_fn): The fixed adjustment
5915         of a virtual thunk should be from declaring base.
5916
5917 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
5918
5919         * class.c (dfs_ctor_vtable_bases_queue_p): Always walk into
5920         the shared virtual base, so preserving inheritance graph order.
5921
5922 2001-07-30  Andreas Jaeger  <aj@suse.de>
5923
5924         * decl2.c: Remove unused var global_temp_name_counter.
5925
5926 2001-07-28  Richard Henderson  <rth@redhat.com>
5927
5928         * method.c (pending_inlines): Remove.
5929
5930 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
5931
5932         * class.c (mark_primary_virtual_base): Don't adjust base
5933         offsets here.
5934         (dfs_unshared_virtual_bases): Adjust them here.
5935         (mark_primary_bases): Explain why we adjust at the end.
5936
5937 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
5938
5939         * class.c (finish_struct_1): When copying the primary base's
5940         VFIELD, make sure we find it is at offset zero.
5941
5942 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5943
5944         * pt.c (tsubst_template_parms): Call maybe_fold_nontype_arg and
5945         tsubst_expr for default template arguments.
5946
5947 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
5948
5949         PR c++/3621
5950         * spew.c (yylex): Only copy the token's lineno, if it is
5951         nonzero.
5952
5953 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
5954
5955         PR c++/3624
5956         * call.c (resolve_args): Simplify, call
5957         convert_from_reference.
5958         (build_new_op): Resolve and convert from reference ARG1
5959         earlier. Adjust ARG2 & ARG3 resolve and conversion.
5960
5961 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
5962
5963         * decl.c (last_function_parm_tags): Remove.
5964         (current_function_parm_tags): Remove.
5965         (init_decl_processing): Adjust.
5966         (start_function): Adjust.
5967         (store_parm_decls): Adjust.
5968
5969         PR c++/3152
5970         * decl.c (grokdeclarator): Detect when a function typedef is
5971         declaring a function, and create last_function_parms correctly.
5972
5973 2001-07-25  Jason Merrill  <jason_merrill@redhat.com>
5974
5975         * call.c (joust): Only prefer a non-builtin candidate to a builtin
5976         one if they have the same signature.
5977
5978         * cvt.c (build_up_reference): Take DECL parm.  Check TREE_STATIC on
5979         it rather than toplevel_bindings_p.  Give it a mangled name if static.
5980         (convert_to_reference): Adjust.
5981         * decl2.c (get_temp_name): Lose.
5982         * mangle.c (mangle_ref_init_variable): New fn.
5983         (mangle_guard_variable): Strip the ref-init header.
5984         * cp-tree.h: Adjust.
5985         * decl.c (cp_finish_decl): Add the DECL_STMT after processing the
5986         initializer.
5987         (grok_reference_init): Always use DECL_INITIAL.
5988
5989 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
5990
5991         PR c++/3416
5992         * call.c (build_conditional_expr): Recheck args after
5993         conversions.
5994         * cp-tree.h (build_conditional_expr): Move to correct file.
5995         * typeck.c (decay_conversion): Diagnose any unknown types
5996         reaching here.
5997         (build_binary_op): Don't do initial decay or default
5998         conversions on overloaded functions.
5999         (build_static_cast): Don't do a decay conversion here.
6000
6001 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
6002
6003         PR c++/3543
6004         * typeck.c (condition_conversion): Resolve an OFFSET_REF.
6005         * expr.c (cplus_expand_expr): An OFFSET_REF should never get here.
6006
6007 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
6008
6009         * class.c (build_vtbl_or_vbase_field): Remove, move into ...
6010         (create_vtbl_ptr): ... here.
6011
6012 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
6013
6014         * class.c (build_vbase_offset_vbtl_entries): Look for
6015         non-primary base of which we are a sub vtable.
6016
6017 2001-07-24  Phil Edwards  <pme@sources.redhat.com>
6018
6019         * semantics.c (finish_this_expr):  Remove unused code.
6020
6021 2001-07-24  Nathan Sidwell  <nathan@codesourcery.com>
6022
6023         Simplify rtti, now we've only one ABI.
6024         * cp-tree.h (cp_tree_index): Remove CPTI_TINFO_DECL_ID,
6025         CPTI_TINFO_VAR_ID.
6026         (tinfo_decl_id, tinfo_var_id): Remove.
6027         (get_typeid_1): Remove.
6028         * rtti.c
6029         (init_rtti_processing): Remove tinfo_decl_id & tinfo_var_id.
6030         (typeid_ok_p): New function.
6031         (build_type_id): Call typeid_ok_p. Don't call tinfo_from_decl.
6032         (get_tinfo_decl): Remove old abi documentation.
6033         (tinfo_from_decl): Remove.
6034         (get_type_id): Call typeid_ok_p. Absorb get_typeid_1.
6035         (get_typeid_1): Remove.
6036         (get_base_offset): Remove.
6037         (synthesize_tinfo_var): Absorb get_base_offset.
6038         (create_real_tinfo_var): Don't use tinfo_decl_id.
6039
6040 2001-07-23  Graham Stott  <grahams@redhat.com>
6041
6042         * cp/class.c (type_requires_array_cookie): Fix use of uninitialized
6043         variable has_two_argument_delete_p.
6044
6045 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
6046
6047         Remove flag_vtable_thunk. It is always on for the 3.0 ABI.
6048         * cp-tree.h (CPTI_DELTA2_IDENTIFIER): Remove.
6049         (CPTI_INDEX_IDENTIFIER): Remove.
6050         (CPT_PFN_OR_DELTA2_IDENTIFIER): Remove.
6051         (delta2_identifier): Remove.
6052         (index_identifier): Remove.
6053         (pfn_or_delta2_identifier): Remove.
6054         (flag_vtable_thunks): Remove.
6055         (VTABLE_DELTA2_NAME): Remove.
6056         (VTABLE_INDEX_NAME): Remove.
6057         (FNADDR_FROM_VTABLE_ENTRY): Adjust.
6058         (vfunc_ptr_type_node): Adjust.
6059         (VTABLE_NAME_PREFIX): Adjust.
6060         (build_vfn_ref): Lose first parameter.
6061         (fixup_all_virtual_upcast_offsets): Remove.
6062         * decl.c (initialize_predefined_identifiers): Remove
6063         delta2_identifier, index_identifier, pfn_or_delta2_identifier.
6064         (init_decl_processing): Remove no-vtable-thunk code.
6065         * decl2.c (flag_vtable_thunks): Remove.
6066         (mark_vtable_entries): Remove no-vtable-thunk code.
6067         * error.c (dump_decl): Remove no-vtable-thunk code.
6068         (dump_expr): Adjust ptr to member function code.
6069         * init.c (initialize_vtable_ptrs): Remove no-vtable-thunk
6070         code.
6071         * rtti.c (build_headof): Remove no-vtable-thunk code.
6072         (get_tinfo_decl_dynamic): Adjust build_vfn_ref call.
6073         * search.c (get_base_distance): Remove expand_upcast_fixups case.
6074         (virtual_context) Remove.
6075         (expand_upcast_fixups): Remove.
6076         (fixup_virtual_upcast_offsets): Remove.
6077         (fixup_all_virtual_upcast_offsets): Remove.
6078         * typeck.c (get_member_function_from_ptrfunc): Remove
6079         no-vtable-thunk code.
6080         * call.c (build_over_call): Adjust call to build_vfn_ref.
6081         * class.c (build_vfn_ref): Lose first parameter. Remove
6082         no-vtable-thunk code.
6083         (build_rtti_vtbl_entries): Remove no-vtable-thunk code.
6084         (build_vtable_entry): Remove no-vtable-thunk code.
6085
6086 2001-07-20  Nathan Sidwell  <nathan@codesourcery.com>
6087
6088         Remove old-abi remnants. Remove comments about old abi
6089         behavior. Remove references to 'new-abi' in comments.
6090         * cp-tree.h: Adjust comments.
6091         (vbase_offsets_in_vtable_p): Delete.
6092         (vcall_offsets_in_vtable_p): Delete.
6093         (vptrs_present_everywhere_p): Delete.
6094         (all_overridden_vfuns_in_vtables_p): Delete.
6095         (merge_primary_and_secondary_vtables_p): Delete.
6096         (TYPE_CONTAINS_VPTR_P): Adjust.
6097         (VTT_NAME_PREFIX): Remove.
6098         (CTOR_VTBL_NAME_PREFIX): Remove.
6099         (init_vbase_pointers): Remove.
6100         * class.c: Adjust coments.
6101         (build_vbase_pointer_fields): Delete.
6102         (build_vbase_pointer): Remove old-abi code.
6103         (build_secondary_vtable): Likewise.
6104         (modify_all_vtables): Likewise.
6105         (create_vtable_ptr): Likewise.
6106         (layout_class_type): Likewise.
6107         (finish_struct_1): Likewise.
6108         (finish_vtbls): Likewise.
6109         (dfs_finish_vtbls): Delete.
6110         (build_vbase_offset_vtbl_entries): Remove old-abi code.
6111         * cvt.c: Adjust comments.
6112         * decl.c: Adjust comments.
6113         * decl2.c: Adjust comments.
6114         * init.c: Adjust comments.
6115         (construct_virtual_bases): Remove old-abi code.
6116         * lang-specs.h: Remove -fno-new-abi.
6117         * mangle.c: Adjust comments.
6118         * rtti.c: Adjust comments.
6119         (get_base_offset): Remove old-abi-code.
6120         * search.c: Adjust comments.
6121         (dfs_init_vbase_pointers): Remove.
6122         (dfs_vtable_path_unmark): Remove.
6123         (init_vbase_pointers): Remove.
6124         * semantics.c: Adjust comments.
6125         (emit_associated_thunks): Remove old-abi code.
6126         * typeck.c: Adjust comments.
6127
6128 2001-07-20  Daniel Berlin  <dan@cgsoftware.com>
6129
6130         * Make-lang.in (cp/optimize.o): Depend on $(PARAMS_H), not
6131         params.h.
6132
6133 2001-07-19  Mark Mitchell  <mark@codesourcery.com>
6134
6135         * class.c (finish_struct_anon): Forbid nested classes.
6136
6137 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
6138
6139         * decl2.c: Don't include dwarfout.h and dwarf2out.h.
6140         * optimize.c: Include debug.h.
6141         (maybe_clone_body): Use debug hook.
6142         * semantics.c: Include debug.h.
6143         (expand_body): Use debug hook.
6144
6145 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
6146
6147         * spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
6148
6149 2001-07-18  Mark Mitchell  <mark@codesourcery.com>
6150
6151         * class.c (type_requires_array_cookie): New function.
6152         (check_methods): Don't try to figure out whether the type needs a
6153         cookie here.
6154         (check_bases_and_members): Set TYPE_VEC_NEW_USES_COOKIE here.
6155         * cp-tree.h (TYPE_VEC_DELETE_TAKES_SIZE): Remove.
6156         (TYPE_VEC_NEW_USES_COOKIE): Reimplement.
6157         * pt.c (instantiate_class_template): Don't set
6158         TYPE_VEC_DELETE_TAKES_SIZE.
6159         * NEWS: Document ABI changes from GCC 3.0.
6160
6161 2001-07-18  Xavier Delacour <xavier@fmaudio.net>,
6162             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
6163
6164         * NEWS (Changes in GCC 3.0): Fix typo.
6165
6166 2001-07-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6167
6168         * decl2.c (cplus_decl_attributes): Take a pointer to the node to
6169         which attributes are to be attached, and a flags argument.  Update
6170         call to decl_attributes.
6171         (grokfield): Update call to decl_attributes.
6172         * class.c (finish_struct): Update call to cplus_decl_attributes.
6173         * cp-tree.h (cplus_decl_attributes): Update prototype.
6174         * decl.c (start_decl, grokdeclarator, start_function): Update
6175         calls to decl_attributes and cplus_decl_attributes.
6176         * friend.c (do_friend): Update call to cplus_decl_attributes.
6177         * parse.y (parse_bitfield): Update call to cplus_decl_attributes.
6178
6179 2001-07-12  Mark Mitchell  <mark@codesourcery.com>
6180
6181         * decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTER
6182         for `register' variables with an asm-specification.
6183
6184 2001-07-11  Mark Mitchell  <mark@codesourcery.com>
6185
6186         * semantics.c (finish_asm_stmt): Mark the output operands
6187         to an asm addressable, if necessary.
6188
6189 2001-07-11  Ben Elliston  <bje@redhat.com>
6190
6191         * Revert this change -- there is a subtle bug.
6192
6193         PR c++/80
6194         * decl.c (finish_enum): New "attributes" argument; pass it to
6195         cplus_decl_attributes.  Use a narrower type if the enum is packed.
6196         * cp-tree.h (finish_enum): Adjust prototype.
6197         * parse.y (enum_head): New non-terminal.
6198         (structsp): Use it. Enums now may be preceded or followed by
6199         optional attributes -- pass their chained tree to finish_enum().
6200         * pt.c (tsubst_enum): Pass NULL_TREE for the new argument.
6201
6202 2001-07-10  Mark Mitchell  <mark@codesourcery.com>
6203
6204         * pt.c (tsubst_decl): Set DECL_CONTEXT for namespace-scope
6205         variables.
6206
6207 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
6208
6209         * semantics.c (cp_expand_stmt): Fix for null
6210         current_function_return_value.
6211
6212 2001-07-10  Jan van Male  <jan.vanmale@fenk.wau.nl>
6213
6214         * call.c (build_op_delete_call): Initialize fn.
6215         (convert_like_real): Delete conditional.
6216         (joust): Initialize *w and *l.
6217         * class.c: Add prototype for binfo_ctor_vtable.
6218         (get_primary_binfo): Initialize result.
6219         * init.c (build_java_class_ref): Initialize name.
6220
6221 2001-07-09  Erik Rozendaal  <dlr@acm.org>
6222
6223         * typeck.c (unary_complex_lvalue): Do not duplicate the
6224         argument to modify, pre-, or post-increment when used as an
6225         lvalue and when the argument has side-effects.
6226
6227 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6228
6229         * decl.c (start_decl): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
6230         (start_function): Don't call SET_DEFAULT_DECL_ATTRIBUTES.  Call
6231         cplus_decl_attributes even if attrs is NULL.
6232         * friend.c (do_friend): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
6233
6234 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6235
6236         * decl.c (grokdeclarator), decl2.c (cplus_decl_attributes): Update
6237         calls to decl_attributes.
6238
6239 2001-07-06  Ira Ruben   <ira@apple.com>
6240
6241         * cp-tree.def (TEMPLATE_DECL): Update comment. DECL_RESULT should
6242         be DECL_TEMPLATE_RESULT.
6243
6244 2001-07-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6245
6246         * cp-tree.h (copy_template_template_parm): Rename to ...
6247         (bind_template_template_parm): ... here.
6248         * tree.c (copy_template_template_parm): Rename to ...
6249         (bind_template_template_parm): ... here.  Remove the case when
6250         NEWARGS is NULL_TREE.
6251         (copy_tree_r): Don't copy TEMPLATE_TEMPLATE_PARM and
6252         BOUND_TEMPLATE_TEMPLATE_PARM.
6253         * pt.c (lookup_template_class): Adjust.
6254
6255 2001-07-05  Jason Merrill  <jason_merrill@redhat.com>
6256
6257         * cvt.c (convert_lvalue): New fn.
6258         * cp-tree.h: Declare it.
6259         * method.c (do_build_assign_ref): Use it.
6260         (do_build_copy_constructor): Convert parm to base types
6261         before calling base constructors.
6262
6263         * typeck.c (check_return_expr): Check DECL_ALIGN instead of
6264         DECL_USER_ALIGN.  Check flag_elide_constructors instead of
6265         optimize.
6266         * semantics.c (cp_expand_stmt): Don't destroy the named return value.
6267
6268 2001-07-02  Nathan Sidwell  <nathan@codesourcery.com>
6269
6270         * optimize.c (optimize_inline_calls): New function, broken out
6271         of ...
6272         (optimize_function): ... here. Call it. Don't inline if it is
6273         a thunk.
6274         (dump_function): Print name of dump flag causing this dump.
6275         * semantics.c (expand_body): Move thunk inline check to
6276         optimize_function.
6277
6278 2001-06-29  Joseph S. Myers  <jsm28@cam.ac.uk>
6279
6280         * typeck.c (COMP_TYPE_ATTRIBUTES): Don't define.
6281         (comptypes): Use target.comp_type_attributes.
6282
6283 2001-06-29  Nathan Sidwell  <nathan@codesourcery.com>
6284
6285         * cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.
6286
6287 2001-06-28  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
6288
6289         * error.c (lang_print_error_function): Add a `diagnostic_context *'
6290         parameter. Tweak.
6291
6292 2001-06-27  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6293
6294         * decl2.c (import_export_class): Update.
6295
6296 2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
6297
6298         * error.c (init_error): Adjust settings.
6299
6300 2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
6301
6302         * error.c (init_error): Adjust settings.
6303
6304 2001-06-19  Richard Sandiford  <rsandifo@redhat.com>
6305
6306         * except.c (initialize_handler_parm): Expect __cxa_begin_catch to
6307         return pointers to data members by reference rather than by value.
6308
6309 2001-06-18  Jason Merrill  <jason_merrill@redhat.com>
6310
6311         Implement the Named Return Value optimization.
6312         * cp-tree.h (struct cp_language_function): Add x_return_value.
6313         (current_function_return_value): Now a macro.
6314         * decl.c: Don't define it.
6315         (define_label, finish_case_label): Don't clear it.
6316         (init_decl_processing): Don't register it with GC.
6317         * semantics.c (genrtl_finish_function): Don't check it for
6318         no_return_label.  Copy the RTL from the return value to
6319         current_function_return_value and walk, calling...
6320         (nullify_returns_r): ...this new fn.
6321         * typeck.c (check_return_expr): Set current_function_return_value.
6322
6323 2001-06-15  Jason Merrill  <jason_merrill@redhat.com>
6324
6325         * class.c (dfs_accumulate_vtbl_inits): Just point to the base we're
6326         sharing a ctor vtable with.  Merge code for cases 1 and 2.
6327         (binfo_ctor_vtable): New fn.
6328         (build_vtt_inits, dfs_build_secondary_vptr_vtt_inits): Use it.
6329
6330 2001-06-14  Jason Merrill  <jason_merrill@redhat.com>
6331
6332         * class.c (dfs_find_final_overrider): Fix logic.
6333
6334         * class.c (update_vtable_entry_for_fn): Uncomment optimization to use
6335         virtual thunk instead of non-virtual.
6336         (get_matching_virtual): Uncomment.
6337
6338         * pt.c (unify): Don't recurse between the POINTER_TYPE and the
6339         OFFSET_TYPE.  If we're adding cv-quals, the extra ones would be on
6340         PARM, not ARG.
6341
6342 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
6343
6344         * class.c (dfs_accumulate_vtbl_inits): For case 2 & 3, make sure
6345         we've not emerged from the hierarchy of RTTI_BINFO on reaching
6346         a non-virtual base.
6347
6348 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
6349
6350         * NEWS: Update release number.
6351
6352 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
6353
6354         PR c++/3130, c++/3131, c++/3132
6355         * cp-tree.h (BINFO_UNSHARED_MARKED): New #define.
6356         * class.c (force_canonical_binfo_r): Move
6357         BINFO_UNSHARED_MARKED, BINFO_LOST_PRIMARY_P. Don't move
6358         virtual bases unless they're primary and what they're primary
6359         too has been moved.
6360         (dfs_unshared_virtual_bases): Use BINFO_UNSHARED_MARKED. Cope
6361         with morally virtual bases. Duplicate BINFO_LOST_PRIMARY_P and
6362         BINFO_PRIMARY_BASE_OF. Clear BINFO_VTABLE for all but the most
6363         derived binfo.
6364         (mark_primary_bases): Use BINFO_UNSHARED_MARKED.
6365         (layout_nonempty_base_or_field): Add most derived type
6366         parameter. Adjust.
6367         (layout_empty_base): Likewise.
6368         (build_base_field): Likewise.
6369         (build_base_fields): Likewise.
6370         (propagate_binfo_offsets): Add most derived type
6371         parameter. Skip non canonical virtual bases too.
6372         (dfs_set_offset_for_unshared_vbases): Don't skip primary
6373         bases. Do skip canonical bases.
6374         (layout_virtual_bases): Adjust.
6375         (layout_class_type): Adjust.
6376         (dfs_get_primary_binfo): Build list of virtual primary base
6377         candidates.
6378         (get_primary_binfo): Check that the shared virtual primary
6379         base candidate was found first.
6380         (accumulate_vtbl_inits): Don't do anything for non-vptr
6381         containing binfos. For case 1 primary virtual bases, keep
6382         checking that we've not emerged from the hierarchy of RTTI_BINFO.
6383
6384 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
6385
6386         PR c++/3089
6387         * class.c (dfs_accumulate_vtbl_inits): Always walk down the
6388         hierarchy looking for primary bases for a ctor
6389         vtable. Recursively call oneself, if we meet our primary via
6390         this route and haven't met it yet via inheritance graph order.
6391
6392 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
6393
6394         * lang-options.h: Emit documentation for -fno-honor-std, not
6395         -fhonor-std.
6396
6397 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
6398
6399         * typeck.c (get_member_function_from_ptrfunc) [vbit_in_delta]:
6400         Don't clobber delta.
6401         (expand_ptrmemfunc_cst) [ptrmemfunc_vbit_in_delta]: Adjust pfn.
6402
6403 2001-06-10  Mark Mitchell <mark@codesourcery.com>
6404             Gabriel Dos Reis  <gdr@codesourcery.com>
6405
6406         * Make-lang.in (cp/call.o): Depend on diagnostic.h
6407         (cp/typeck.o): Depend on diagnostic.h
6408         (cp/typeck2.o): Depend on diagnostic.h
6409         (cp/repo.o): Depend on dignostic.h
6410         * typeck.c: #include diagnostic.h
6411         (convert_for_initialization): Remove extern declaration for
6412         warningcount and errorcount.
6413
6414         * call.c: #include diagnostic.h
6415         (convert_like_real): Remove extern declaration for warnincount and
6416         errorcount.
6417
6418         * repo.c: #include diagnostic.h
6419         * typeck2.c: #include diagnostic.h
6420
6421 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
6422
6423         * decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko
6424         in previous change.
6425
6426 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
6427
6428         PR c++/2929
6429         * friend.c (do_friend): Use push_decl_namespace for classes at
6430         namespace scope.
6431
6432 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
6433             Jason Merrill <jason_merrill@redhat.com>
6434
6435         PR c++/3061
6436         * class.c (build_secondary_vtable): Use assert, rather than an error
6437         message.
6438         (dfs_fixup_binfo_vtbls): BINFO_VTABLE might be NULL.
6439         (dfs_accumulate_vtbl_inits): A lost primary virtual base may
6440         be between ORIG_BINFO and RTTI_BINFO, but neither of them.
6441         Don't set BINFO_VTABLE for a primary virtual base.
6442
6443 2001-06-07  Mark Mitchell  <mark@codesourcery.com>
6444
6445         * decl.c (duplicate_decls): Update source position information
6446         when a template function is defined.
6447
6448 2001-06-07  Phil Edwards  <pme@sources.redhat.com>
6449
6450         * lang-specs.h:  Move -D_GNU_SOURCE to config/linux.h.
6451
6452 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
6453
6454         PR c++/2914
6455         * decl.c (pushtag): Don't push into a complete type's scope.
6456
6457 2001-06-06  Jason Merrill  <jason_merrill@redhat.com>
6458
6459         * cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.
6460         (struct lang_decl_flags): Lose generate_with_vtable_p.
6461         (BV_GENERATE_THUNK_WITH_VTABLE_P): Lose.
6462         * class.c (copy_virtuals): Adjust.
6463         * decl2.c (mark_vtable_entries): Adjust.
6464         * method.c (make_thunk, build_vtable_entry): Adjust.
6465         * class.c (update_vtable_entry_for_fn): Only look as far as the
6466         first defining class.
6467         (build_vtbl_initializer): Put nothing in the slot for a function only
6468         defined in a lost primary virtual base.
6469         (add_vcall_offset_vtbl_entries_1): Use the same code for
6470         the lost primary case and the normal case.
6471         (dfs_unshared_virtual_bases): Don't lose a non-virtual primary base.
6472         (get_vfield_offset, get_derived_offset): Lose.
6473         (dfs_find_final_overrider): Use look_for_overrides_here.
6474         (get_matching_virtual): New fn.
6475         * semantics.c (emit_associated_thunks): Check BV_USE_VCALL_INDEX_P,
6476         not BV_VCALL_INDEX.
6477         * search.c (look_for_overrides_here): Split out from...
6478         (look_for_overrides_r): Here.
6479
6480         * class.c (find_final_overrider): Return error_mark_node on error.
6481
6482         * decl2.c (key_method): #if 0 accidental change.
6483
6484 2001-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6485
6486         * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.
6487         (build_over_call): Likewise.
6488         * decl.c (grokparms): Likewise.
6489         * pt.c (tsubst_decl): Likewise.
6490         * typeck.c (convert_arguments): Likewise.
6491
6492 2001-06-05  Mark Mitchell  <mark@codesourcery.com>
6493
6494         * semantics.c (begin_class_definition): Robustify.
6495
6496         * pt.c (instantiate_decl): Tell the repository code about the
6497         clones, not the cloned functions.
6498         * repo.c (repo_template_used): Explicitly instantiate the cloned
6499         function, not the clones.
6500
6501 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
6502
6503         * call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and
6504         ICS_BAD_FLAG on created conversion.
6505         (compare_ics): Break out rank.
6506
6507 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
6508
6509         * decl.c (xref_tag): Remove extraneous %s on dependent name
6510         lookup warning.
6511
6512 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
6513
6514         * class.c (layout_vtable_decl): Fix off by one error on
6515         build_index_type.
6516         (build_vtt): Likewise.
6517         (build_ctor_vtbl_group): Likewise.
6518
6519 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
6520
6521         * class.c (maybe_indent_hierarchy): New function.
6522         (dump_class_hierarchy_r): Add flags. Dump extra binfo
6523         information, if enabled. Use maybe_indent_hierarchy. Adjust
6524         output format.
6525         (dump_class_hierarchy): Adjust prototype. Adjust output format.
6526         (dump_array, dump_vtable, dump_vtt): New functions.
6527         (finish_struct_1): Adjust hierarchy dumping.
6528         (initialize_vtable): Call dump_vtable.
6529         (build_vtt): Call dump_vtt.
6530         (build_ctor_vtbl_group): Call dump_vtable.
6531         * decl2.c (flag_dump_class_layout): Remove.
6532         (cxx_decode_option): Remove dump translation unit
6533         and dump class hierarchy check. Call dump_switch_p.
6534         (finish_file): Adjust dumping.
6535         (dump.c): Only dump base classes if not TDF_SLIM.
6536         Only dump namespace members if not TDF_SLIM.
6537         * optimize.c (dump_function): New function.
6538         (optimize_function): Call dump_function.
6539         * semantics.c (expand_body): Use dump_enabled_p.
6540
6541 2001-06-01  Nathan Sidwell  <nathan@codesourcery.com>
6542
6543         PR g++/2936
6544         Part missed from first commit
6545         * decl2.c (finish_anon_union): Copy context.
6546
6547 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
6548
6549         PR g++/2936
6550         * optimize.c (remap_decl): Remap anonymous aggregate members too.
6551
6552 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
6553
6554         PR g++/2823
6555         * semantics.c (expand_body): Don't optimize thunks.
6556
6557 2001-05-25  Sam TH  <sam@uchicago.edu>
6558
6559         * cp-tree.h lex.h: Fix header include guards.
6560
6561 2001-05-25  Mark Mitchell <mark@codesourcery.com>
6562
6563         * decl.c (init_decl_processing): Tweak.
6564
6565 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
6566
6567         * decl.c (duplicate_decls): Tidy.
6568         (init_decl_processing): Always set flag_no_builtin.
6569
6570 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
6571
6572         PR c++/2184
6573         * decl2.c (do_local_using_decl): Push the decls, even in a
6574         template.
6575
6576 2001-05-22  Mark Mitchell  <mark@codesourcery.com>
6577
6578         * optimize.c (initialize_inlined_parameters): Don't set
6579         TREE_READONLY for a VAR_DECL taking the place of an inlined
6580         PARM_DECL.
6581
6582 2001-05-22  Jason Merrill  <jason_merrill@redhat.com>
6583
6584         * class.c, cp-tree.h, rtti.c: Remove com_interface attribute support.
6585         * tree.c (cp_valid_lang_attribute): Warn about use of com_interface
6586         attribute.
6587
6588 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
6589
6590         * parse.y: Refer to compound literals as such, not as
6591         constructor-expressions.
6592
6593 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
6594
6595         * call.c (build_op_delete_call): Ignore exception-specifications
6596         when looking for matching delete operators.
6597         * init.c (build_new_1): Compute whether or not the allocation
6598         function used is a placement allocation function or not, and
6599         communicate this information to build_op_delete_call.
6600
6601 2001-05-21  Jason Merrill  <jason_merrill@redhat.com>
6602
6603         * class.c (build_vtable_entry_ref): Lose vtbl parm.  Fix for new abi.
6604         (build_vtbl_ref): Adjust.
6605         (dfs_accumulate_vtbl_inits): Set TREE_CONSTANT on the vtable address.
6606         * decl2.c (lang_f_options): Remove huge-objects, vtable-thunks.
6607         Re-add vtable-gc.
6608         (unsupported_options): Correspondingly.
6609
6610         * decl2.c (maybe_make_one_only): Check flag_weak, not
6611         supports_one_only().
6612
6613         * cp-tree.def (START_CATCH_STMT): Lose.
6614         * dump.c (cp_dump_tree): Don't dump it.  Do dump HANDLER_PARMS.
6615         * tree.c (cp_statement_code_p): Don't case it.
6616         * semantics.c (cp_expand_stmt): Likewise.
6617         * cp-tree.h (START_CATCH_TYPE): Lose.
6618         (HANDLER_TYPE): New.
6619         * except.c (expand_start_catch_block): Don't start any blocks.
6620         Return the type.
6621         (expand_end_catch_block): Don't end any blocks.
6622         * parse.y (handler): Don't pass anything from finish_handler_parms
6623         to finish_handler.
6624         * pt.c (tsubst_expr): Likewise.
6625         * semantics.c (begin_handler): Call note_level_for_catch here.
6626         (finish_handler_parms): Don't return anything.
6627         (genrtl_catch_block, begin_catch_block): Lose.
6628         (genrtl_handler): Call expand_start_catch here.
6629
6630 2001-05-18  Jason Merrill  <jason_merrill@redhat.com>
6631
6632         * class.c (build_vtable): Set DECL_ASSEMBLER_NAME for vtables here.
6633         (get_vtable_decl, build_vtt): Not here.
6634
6635 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
6636
6637         PR c++/2781
6638         * optimize.c (update_cloned_parm): Copy addressability and other
6639         flags.
6640
6641 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6642
6643         * pt.c (determine_specialization): Ignore artificial functions.
6644
6645 2001-05-20  Neil Booth  <neil@daikokuya.demon.co.uk>
6646
6647         * cp-tree.h (struct lang_identifier, C_RID_YYCODE): Update.
6648         (C_RID_CODE): Remove.
6649         * lex.c (cxx_init_options): Call set_identifier_size.  Update.
6650         (init_parse): Don't do it here.
6651
6652 2001-05-18  Diego Novillo  <dnovillo@redhat.com>
6653
6654         * decl2.c (finish_objects): Use the original SYMBOL_REF from the
6655         function declaration to avoid stripping the symbol's attributes.
6656
6657 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
6658
6659         * decl.c (pushdecl): Adjust error string.
6660         (xref_tag): Adjust friend class injection warning. Remove the
6661         inherited name from the class shadowed scope.
6662
6663 2001-05-17  Mark Mitchell  <mark@codesourcery.com>
6664
6665         * except.c (cp_protect_cleanup_actions): New function.
6666         (init_exception_processing): Don't set protect_cleanup_actions
6667         here.  Do set lang_protect_cleanup_actions.
6668
6669 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
6670
6671         * spew.c (read_token): Call yyerror on all unexpected tokens.
6672
6673 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
6674
6675         * init.c (member_init_ok_or_else): Take a tree rather than
6676         string for name.
6677         (expand_member_init): Adjust.
6678
6679 2001-05-14  Nick Clifton  <nickc@cambridge.redhat.com>
6680
6681         * decl.c (duplicate_decls): Suppress warning about duplicate
6682         decls if the first decl is a friend.
6683
6684 2001-05-12  Zack Weinberg  <zackw@stanford.edu>
6685
6686         * except.c (choose_personality_routine): Export.  Add
6687         explanatory comment.  Take an enum languages, not a boolean.
6688         (initialize_handler_parm): Adjust to match.
6689         * cp-tree.h: Prototype choose_personality_routine.
6690         * lex.c (handle_pragma_java_exceptions): New function.
6691         (init_cp_pragma): Register #pragma GCC java_exceptions.
6692
6693 2001-05-12  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
6694
6695         * method.c (build_mangled_C99_name): Remove unused prototype.
6696
6697 2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
6698
6699         * cp-tree.h (ptrmemfunc_vbit_where_t): Declare type.
6700         * typeck.c (get_member_function_from_ptrfunc,
6701         build_ptrmemfunc, expand_ptrmemfunc_cst): Take
6702         TARGET_PTRMEMFUNC_VBIT_LOCATION into account.
6703
6704         Reverted Geoff Keating's 2001-05-03's patch.
6705
6706 2001-05-11  Ira Ruben   <ira@apple.com>
6707
6708         * cp/cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.
6709
6710 2001-05-11  Neil Booth  <neil@daikokuya.demon.co.uk>
6711
6712         * cp-tree.h (finish_label_expr, lookup_label): Delete.
6713         * parse.y: Update for '&&'; don't issue warning here.
6714         * semantics.c (finish_label_expr): Delete.
6715
6716 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
6717
6718         * splay-tree.h (splay_tree_max): New function.
6719         (splay_tree_min): Likewise.
6720
6721 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
6722
6723         * cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.
6724         (pfn_vflag_identifier): Define.
6725         Update comment about layout of pointer functions.
6726         (build_ptrmemfunc1): Update prototype.
6727         (expand_ptrmemfunc_cst): Update prototype.
6728         * decl.c (initialize_predefined_identifiers): Initialize
6729         pfn_vflag_identifier.
6730         (build_ptrmemfunc_type): When FUNCTION_BOUNDARY < 16, add
6731         an extra field to the type.
6732         * expr.c (cplus_expand_constant): Pass 'flag' between
6733         expand_ptrmemfunc_cst and build_ptrmemfunc1.
6734         * typeck.c (get_member_function_from_ptrfunc): When
6735         FUNCTION_BOUNDARY < 16, look at additional field to determine
6736         if a pointer-to-member is a real pointer or a vtable offset.
6737         (build_ptrmemfunc1): Add new parameter to contain extra field.
6738         (build_ptrmemfunc): Pass the extra field around.
6739         (expand_ptrmemfunc_cst): Add new parameter to return extra field.
6740         (pfn_from_ptrmemfunc): Ignore the extra field.
6741
6742 2001-05-03  Mark Mitchell  <mark@codesourcery.com>
6743
6744         * cp-tree.h (flag_inline_trees): Update documentation.
6745         * decl.c (init_decl_processing): Adjust handling of
6746         flag_inline_functions and flag_inline_trees to support -O3.
6747         (grokfndecl): Set DECL_INLINE on all functions if that's what
6748         the user requested.
6749         (save_function_data): Clear DECL_INLINE in
6750         current_function_cannot_inline is non-NULL.
6751         * decl2.c (flag_inline_trees): Update documentation.
6752
6753 2001-05-03  Nathan Sidwell  <nathan@codesourcery.com>
6754
6755         * dump.c (cp_dump_tree, USING_STMT case): New case.
6756         * tree.c (cp_statement_code_p): Add USING_STMT.
6757         * decl2.c (do_using_directive): Add the using directive statement.
6758
6759         * tree.c (walk_tree): Reformat an if block.
6760
6761 2001-05-02  Mark Mitchell  <mark@codesourcery.com>
6762
6763         * decl.c (compute_array_index_type): Don't try to do anything with
6764         the indices when processing a template.
6765
6766 2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6767
6768         * call.c: NULL_PTR -> NULL.
6769         * class.c: Likewise.
6770         * cvt.c: Likewise.
6771         * decl.c: Likewise.
6772         * decl2.c: Likewise.
6773         * except.c: Likewise.
6774         * init.c: Likewise.
6775         * rtti.c: Likewise.
6776         * search.c: Likewise.
6777         * tree.c: Likewise.
6778         * typeck.c: Likewise.
6779         * typeck2.c: Likewise.
6780
6781 2001-05-02  Mark Mitchell  <mark@codesourcery.com>
6782
6783         * decl2.c (do_using_directive): Revert previous patch.
6784
6785 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
6786
6787         * cp-tree.def (USING_STMT): New statement node.
6788         * cp-tree.h (USING_STMT_NAMESPACE): New macro.
6789         * decl2.c (do_using_directive): Add USING_STMT to statement
6790         tree. Don't emit errors when processing template decl.
6791         * pt.c (tsubst_expr, USING_STMT case): New case.
6792         * semantics.c (cp_expand_stmt, USING_STMT case): New case.
6793
6794 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
6795
6796         * call.c (build_new_op): Convert args from reference here.
6797         (build_conditional_expr): Don't convert here.
6798
6799 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
6800
6801         * spew.c (last_token_id): New static variable.
6802         (read_token): Set it here.
6803         (yyerror): Use it here.
6804
6805 2001-04-30  Richard Henderson  <rth@redhat.com>
6806
6807         * cvt.c: Downcase C_PROMOTING_INTEGER_TYPE_P invocations.
6808         * decl.c: Likewise.
6809
6810 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
6811
6812         * gxxint.texi: Remove.
6813         * Make-lang.in: Remove all traces of gxxint.texi.
6814
6815 Mon Apr 30 16:14:10 2001  Mark P Mitchell  <mark@codesourcery.com>
6816
6817         * decl2.c (start_static_initialization_or_destruction): Correct
6818         logic to handle the -fno-use-cxa-atexit case.
6819
6820 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
6821
6822         * optimize.c (update_cloned_parm): New function.
6823         (maybe_clone_body): Use it.  Update the `this' parameter too.
6824
6825 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
6826
6827         * decl2.c (unsupported_options): Add new-abi.
6828         * lang-options.h: Remove no longer supported options.
6829
6830 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6831
6832         * except.c (can_convert_eh): Don't check template parms,
6833         typename types etc.
6834
6835 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6836
6837         * optimize.c (maybe_clone_body): Copy parameter names and locations.
6838
6839 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
6840
6841         * cp-tree.h (adjust_clone_args): Prototype new function.
6842         * class.c (adjust_clone_args): New function.
6843         * decl.c (start_function): Call it for in charge ctors.
6844
6845 2001-04-26  Mark Mitchell  <mark@codesourcery.com>
6846
6847         * method.c (use_thunk): Make sure that thunks really are emitted
6848         when requested.
6849
6850 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
6851
6852         * mangle.c (write_chars): New macro.
6853         (hwint_to_ascii): New function
6854         (write_number): Use it.
6855         (write_integer_cst): Deal with really big numbers.
6856
6857 2001-04-25  Mark Mitchell  <mark@codesourcery.com>
6858
6859         * optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting
6860         the clone.
6861
6862 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
6863
6864         * decl.c (grokdeclarator): Set context of namespace scope
6865         TYPE_DECLS.
6866
6867 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
6868
6869         * cp/optimize.c: Include hashtab.h.
6870         (struct inline_data): Add tree_pruner.
6871         (expand_call_inline, expand_calls_inline): Use it when calling
6872         walk_tree.
6873         (optimize_function): Initialize and free tree_pruner.
6874
6875 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
6876
6877         Lazy __FUNCTION__ generation.
6878         * cp-tree.def (FUNCTION_NAME): Remove.
6879         * cp-tree.h (function_name_declared_p): Remove.
6880         (cp_fname_init): Prototype.
6881         * decl.c (init_decl_processing): Don't generate __FUNCTION__ et al ids,
6882         don't call declare_function_name. Call start_fname_decls.
6883         (cp_make_fname_decl): Adjust parameters. Generate the name. Don't
6884         clobber the line number.
6885         (cp_fname_init): New function.
6886         (start_function): Call start_fname_decls.
6887         (finish_function): Call finish_fname_decls.
6888         * lex.c (reswords): Add slots for __FUNCTION__ et al.
6889         (rid_to_yy): Add mappings for __FUNCTION__ et al.
6890         * optimize.c (maybe_clone_body): Remove function_name_declared_p.
6891         * parse.y (VAR_FUNC_NAME): New token.
6892         (primary): Add VAR_FUNC_NAME.
6893         * pt.c (tsubst_decl): Adjust a DECL_PRETTY_FUNCTION_P's
6894         generation.
6895         (tsubst, FUNCTION_NAME case): Remove.
6896         (tsubst_copy, FUNCTION_NAME case): Remove.
6897         (tsubst_expr, DECL_STMT case): Be careful with a
6898         DECL_PRETTY_FUNCTION_P.
6899         (instantiate_decl): Remove function_name_declared_p.
6900         * semantics.c (begin_compound_statement): Don't call
6901         declare_function_name here.
6902         (setup_vtbl_ptr). Don't save & restore function_name_declared_p.
6903         (finish_translation_unit): Call finish_fname_decls.
6904         (expand_body): Remove function_name_declared_p.
6905         * typeck2.c (digest_init): Allow any ERROR_MARK.
6906
6907 2001-04-24  Nathan Sidwell  <nathan@codesourcery.com>
6908
6909         * pt.c (tsubst_decl): Use VOID_TYPE_P.
6910         * semantics.c: Fix some typos.
6911
6912 2001-04-23  Phil Edwards  <pme@sources.redhat.com>
6913
6914         * cp/decl2.c (flag_honor_std):  Always initialize to 1.
6915
6916 2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6917
6918         * xref.c (GNU_xref_file): Use concat in lieu of xmalloc/sprintf.
6919
6920 2001-04-23  Jason Merrill  <jason_merrill@redhat.com>
6921
6922         * except.c (build_throw): Wrap the initialization of the exception
6923         object in a MUST_NOT_THROW_EXPR.
6924         (do_free_exception): #if 0.
6925
6926 2001-04-20  Mark Mitchell  <mark@codesourcery.com>
6927
6928         * cp-tree.h (finish_enum): Change prototype.
6929         * decl.c (finish_enum): Reorganize.
6930         * parse.y (structsp): Adjust calls to finish_enum.
6931
6932 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6933
6934         * tree.c (cp_tree_equal): Adjust final switch formatting. Add
6935         't' case.
6936
6937 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6938
6939         * class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED.
6940         (layout_empty_base): Return at end flag.
6941         (build_base_field): Likewise.
6942         (build_base_fields): Likewise.
6943         (layout_virtual_bases): Don't add 1 to eoc value.
6944         (end_of_class): Use full size for empty bases.
6945         (layout_class_type): Clear CLASSNEARLY_EMPTY_P if we appended
6946         empty bases. Don't add 1 to eoc value. Only add trailing padding
6947         if we're an empty class with no empty bases.
6948         (dump_class_hierarchy): Dump size and alignment.
6949
6950 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6951
6952         * call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG and
6953         ICS_BAD_FLAG.
6954
6955 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
6956
6957         * search.c (lookup_field_r): If looking for type and non-TYPE_DECL
6958         is found, look first if name does not match the structure name.
6959
6960 2001-04-19  Mark Mitchell  <mark@codesourcery.com>
6961
6962         * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is
6963         set.
6964         (SET_DECL_LANGUAGE): New macro.
6965         * decl.c (duplicate_decls): Use SET_DECL_LANGUAGE.
6966         (pushdecl): Likewise.
6967         (build_library_fn_1): Likewise.
6968         (build_cp_library_fn): Likewise.
6969         (grokfndecl): Likewise.
6970         (grokvardecl): Mark `extern "C"' variables as having C linkage.
6971         * decl2.c (grokclassfn): Use SET_DECL_LANGUAGE.
6972         * lex.c (retrofit_lang_decl): Likewise.
6973         * mangle.c (mangle_decl_string): Don't mangle the names of
6974         variables declared with C language linkage.
6975         * semantics.c (finish_member_declaration): Use SET_DECL_LANGUAGE.
6976
6977 2001-04-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6978
6979         * semantics.c (simplify_aggr_init_exprs_r): Don't restore
6980         flag_access_control from uninitialized storage.
6981
6982 2001-04-15  Mark Mitchell  <mark@codesourcery.com>
6983
6984         * cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.
6985         * mangle.c (write_pointer_to_member_type): Fix mangling of
6986         pointers to cv-qualified member function types.
6987
6988         * init.c (build_delete): Create a SAVE_EXPR for the address if
6989         we're going to use it more than once.
6990
6991 2001-04-13  Mark Mitchell  <mark@codesourcery.com>
6992
6993         * cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.
6994         (expand_ptremfunc_cst): Change prototype.
6995         (delta2_from_ptrmemfunc): Remove.
6996         * expr.c (cplus_expand_constant): Adjust call to
6997         expand_ptrmemfunc_cst.
6998         * typeck.c (build_ptrmemfunc1): Simplify.
6999         (build_ptrmemfunc): Make sure that casting a PTRMEM_CST still
7000         results in a constant.
7001         (expand_ptrmemfunc_cst): Remove idx and delta2 parameters.
7002         (delta2_from_ptrmemfunc): Remove.
7003         (pfn_from_ptrmemfunc): Adjust call to expand_ptrmemfunc_cst.
7004
7005 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
7006
7007         * cp-tree.h (decl_namespace_list): New macro.
7008         (struct saved_scope): Add decl_ns_list.
7009         * decl.c (mark_saved_scope): Mark it.
7010         * decl2.c: Lose static decl_namespace_list.
7011         (init_decl2): Don't save it.
7012
7013 2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7014
7015         * cp-tree.h (warn_return_type, yylex): Delete redundant
7016         declarations.
7017
7018         * decl.c (current_class_depth, global_namespace): Likewise.
7019
7020         * decl2.c (current_class_depth, flag_gnu_xref): Likewise
7021
7022         * repo.c (flag_use_repository): Likewise.
7023
7024 2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7025
7026         * cp-tree.h (pedantic, convert, global_bindings_p, insert_block,
7027         set_block, pushdecl, getdecls, gettags, init_decl_processing,
7028         maybe_build_cleanup, copy_lang_decl, prep_stmt, lvalue_p,
7029         lvalue_or_else, print_lang_statistics, comp_target_types,
7030         unsigned_type, signed_type, signed_or_unsigned_type,
7031         build_function_call, mark_addressable, incomplete_type_error):
7032         Delete redundant declarations.
7033
7034 2001-04-11  Jason Merrill  <jason_merrill@redhat.com>
7035
7036         * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.
7037         (TYPE_ANONYMOUS_P): New macro.
7038         (TAGGED_TYPE_P): New macro.
7039         * decl.c (check_tag_decl): Use TYPE_ANONYMOUS_P.
7040         (grokfndecl, grokvardecl, grokdeclarator): Likewise.
7041         * tree.c (no_linkage_helper): Likewise.
7042         * semantics.c (begin_class_definition): Likewise.
7043         * pt.c (convert_template_argument): Likewise.
7044         * lex.c (check_for_missing_semicolon): Likewise.
7045
7046 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
7047
7048         * class.c (dfs_unshared_virtual_bases): New function.
7049         (mark_primary_bases): Call it.
7050         (check_bases): Ignore virtual bases when determining
7051         nearly-emptiness.
7052
7053 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
7054
7055         * method.c (make_thunk): Clear DECL_CLONED_FUNCTION.
7056
7057 2001-04-11  Mark Mitchell  <mark@codesourcery.com>
7058
7059         * optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the
7060         cloned function to the clone.
7061
7062 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7063
7064         * Make-lang.in (cp/semantics.o): Depend on $(EXPR_H).
7065
7066         * semantics.c: Include expr.h.
7067
7068 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
7069
7070         * method.c (implicitly_declare_fn): Commonize code for copy ctor
7071         and assignment op. Set TREE_USED for parameter.
7072
7073 2001-04-10  Mark Mitchell  <mark@codesourcery.com>
7074
7075         * class.c (find_final_overrider_data): Add `candidates'.
7076         (dfs_find_final_overrider): Don't issue error messages
7077         prematurely.
7078         (find_final_overrider): Issue error messages here.
7079         (build_base_field): Don't warn about amgibuous direct bases here.
7080         (warn_about_ambiguous_direct_bases): New function.
7081         (layout_class_type): Use it.
7082
7083 2001-04-10  Richard Henderson  <rth@redhat.com>
7084
7085         * typeck.c (build_array_ref): Push the array reference inside
7086         COMPOUND_EXPR and COND_EXPR.
7087
7088 2001-04-05  Mark Mitchell  <mark@codesourcery.com>
7089
7090         * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.
7091         * decl.c (duplicate_decls): Adjust accordingly.
7092         (maybe_commonize_var): Likewise.
7093         (grokfndecl): Likewise.
7094         (start_function): Likewise.
7095         (start_method): Likewise.
7096         * decl2.c (key_method): Likewise.
7097         (import_export_decl): Likewise.
7098         * method.c (implicitly_declare_fn): Likewise.
7099         * optimize.c (maybe_clone_body): Likewise.
7100
7101 2001-04-05  Benjamin Kosnik  <bkoz@redhat.com>
7102
7103         * lang-specs.h: Add __DEPRECATED.
7104
7105 Thu Apr  5 16:54:29 2001  J"orn Rennecke <amylaar@redhat.com>
7106
7107         * search.c (get_dynamic_cast_base_type): When building a new
7108         constant, set its type to ssizetype.
7109
7110 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
7111
7112         * optimize.c (expand_call_inline): Only add newly inlined statements
7113         into inlined_stmts.
7114
7115 2001-04-03  Mark Mitchell  <mark@codesourcery.com>
7116
7117         * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
7118         (OPERATOR_FORMAT): Likewise.
7119         (OPERATOR_TYPENAME_FORMAT): Likewise.
7120         * operators.def: Remove old name-mangling information.
7121         * decl.c (grok_op_properties): Adjust accordingly.
7122         * lex.c (init_operators): Likewise.
7123         * rtti.c (get_tinfo_decl): Issue error messages about types that
7124         have variable size.
7125
7126 2001-04-03  Mark Mitchell  <mark@codesourcery.com>
7127
7128         * decl2.c (import_export_decl): Don't call import_export_class
7129         when processing an inline member function.
7130         * semantics.c (expand_body): Call import_export_decl before
7131         emitting inline functions.
7132
7133 2001-03-28  Richard Henderson  <rth@redhat.com>
7134
7135         IA-64 ABI Exception Handling:
7136         * cp-tree.def (EH_SPEC_BLOCK): New.
7137         (MUST_NOT_THROW_EXPR): New.
7138         * cp-tree.h: Update changed function declarations.
7139         (CPTI_PUSH_EXCEPTION_IDENTIFIER): Remove.
7140         (CPTI_CALL_UNEXPECTED): New.
7141         (struct cp_language_function): Rename x_eh_spec_try_block
7142         to x_eh_spec_block.
7143         (EH_SPEC_STMTS, EH_SPEC_RAISES): New.
7144         * decl.c (current_binding_level): If no current function
7145         bindings, revert to scope_chain.
7146         (initialize_predefined_identifiers): Remove __cp_push_exception.
7147         (store_parm_decls): Use begin_eh_spec_block.
7148         (finish_function): Use finish_eh_spec_block.
7149         (mark_lang_function): Update for name changes.
7150         * decl2.c (finish_file): No mark_all_runtime_matches.
7151         * dump.c (cp_dump_tree): Handle new tree codes.
7152         * error.c (dump_expr) [BIND_EXPR]: Fix typo.
7153         * except.c (catch_language_init, catch_language): Remove.
7154         (init_exception_processing): Don't set language code.
7155         Initialize call_unexpected_node, protect_cleanup_actions,
7156         eh_personality_libfunc, lang_eh_runtime_type.
7157         (call_eh_info, push_eh_info, get_eh_info, get_eh_value): Remove.
7158         (get_eh_type, get_eh_caught, get_eh_handlers): Remove.
7159         (prepare_eh_type): Split out type canonicalizations ...
7160         (build_eh_type_type): ... from here.
7161         (build_eh_type_type_ref): Remove.
7162         (mark_all_runtime_matches): Remove.
7163         (build_exc_ptr): New.
7164         (do_begin_catch, do_end_catch): New.
7165         (do_pop_exception): Remove.
7166         (build_terminate_handler): Remove.
7167         (choose_personality_routine): Split out language choice from ...
7168         (initialize_handler_parm): ... here.
7169         Use MUST_NOT_THROW_EXPR.
7170         (expand_start_catch_block): Use do_begin_catch.  Simplify Java
7171         exception object handling.
7172         (expand_start_eh_spec, expand_end_eh_spec): Remove.
7173         (expand_exception_blocks, alloc_eh_object): Remove.
7174         (begin_eh_spec_block, finish_eh_spec_block): New.
7175         (do_allocate_exception, do_free_exception): New.
7176         (expand_throw): Merge into ...
7177         (build_throw): ... here.  Update for abi.
7178         * expr.c (cplus_expand_expr): No expand_internal_throw.
7179         Handle MUST_NOT_THROW_EXPR.
7180         * pt.c (tsubst_expr): Handle EH_SPEC_BLOCK.
7181         * semantics.c (*) Update for except.h name changes.
7182         (genrtl_try_block): No protect_with_terminate.
7183         (genrtl_eh_spec_block): New.
7184         (genrtl_handler): Don't emit the goto here.
7185         (cp_expand_stmt): Handle EH_SPEC_BLOCK.
7186         (genrtl_finish_function): Don't expand_exception_blocks.
7187         * tree.c (cp_statement_code_p): Handle EH_SPEC_BLOCK.
7188
7189 2001-03-28  Richard Henderson  <rth@redhat.com>
7190
7191         * decl.c (struct named_label_list): Rename eh_region to
7192         in_try_scope, add in_catch_scope.
7193         (struct binding_level): Rename eh_region to is_try_scope,
7194         add is_catch_scope.
7195         (note_level_for_try): Rename from note_level_for_eh.
7196         (note_level_for_catch): New.
7197         (poplevel): Copy both is_try_scope and is_catch_scope to
7198         the named_label_list struct.
7199         (check_previous_goto_1): Don't check for catch block via
7200         DECL_ARTIFICIAL; use in_try_scope instead.
7201         (check_goto): Likewise.
7202         * cp-tree.h (note_level_for_try, note_level_for_catch): Declare.
7203         * except.c (expand_start_catch_block): Call note_level_for_catch.
7204         * semantics.c (begin_compound_stmt): Update for note_level_for_try.
7205
7206 2001-03-27  Richard Henderson  <rth@redhat.com>
7207
7208         * except.c: Use USING_SJLJ_EXCEPTIONS instead of
7209         exceptions_via_longjmp.
7210
7211 2001-03-27  Phil Edwards  <pme@sources.redhat.com>
7212
7213         * pt.c (check_default_tmpl_args):  Make error messages clearer.
7214
7215 2001-03-26  Phil Edwards  <pme@sources.redhat.com>
7216
7217         * error.c:  Also undefine 'A' macro used for cp_printers definition.
7218
7219 2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7220
7221         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
7222
7223 2001-03-26  Mike Yang <yang@research.att.com>
7224             Mark Mitchell  <mark@codesourcery.com>
7225
7226         * dump.c (dump_access): New function.
7227         (cp_dump_tree): Use it.  Dump basetype information for class
7228         types.
7229
7230 2001-03-26  Mark Mitchell  <mark@codesourcery.com>
7231
7232         * Makefile.in (optimize.o): Depend on params.h.
7233         (duplicate_decls): Copy DECL_NUM_STMTS, not DECL_FRAME_SIZE.
7234         (init_decl_processing): Set flag_no_inline when doing
7235         inlining-on-trees.
7236         * optimize.c: Include params.h.
7237         (struct inline_data): Improve documentation of FNS.  Add
7238         FIRST_INLINED_FN, INLINED_STMTS, and CLONING_P.
7239         (INSNS_PER_STMT): New macro.
7240         (remap_block): Use CLONING_P.
7241         (inlinable_function_p): Don't inline big functions.
7242         (expand_call_inline): Keep track of how much inlining we've done.
7243         (optimize_function): Set FIRST_INLINED_FN.
7244         (maybe_clone_body): Set CLONING_P.
7245         * semantics.c (simplify_aggr_init_exprs_r): Fix typing problems in
7246         tree nodes.
7247         (genrtl_finish_function): Clear DECL_DEFER_OUTPUT before calling
7248         rest_of_compilation.  Clear DECL_RTL for local variables
7249         afterwards.
7250         (clear_decl_rtl): New function.
7251
7252 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
7253
7254         Implement DR 209
7255         * cp-tree.h (skip_type_access_control,
7256         reset_type_access_control): Prototype.
7257         * decl.c (grokdeclarator): Access of friends is not checked.
7258         * parse.y (component_decl_list): Reset type access control.
7259         * semantics.c (decl_type_access_control): Clear
7260         current_type_lookups.
7261         (save_type_access_control): Don't save if not deferring.
7262         (skip_type_access_control, reset_type_access_control): New
7263         functions.
7264         (begin_class_definition): Do type access control for basetypes.
7265         Start deferred access control.
7266         (finish_class_definition): Resume immediate access control if
7267         this is a local class.
7268
7269 2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7270
7271         * class.c (add_method): Use memcpy/memmove, not bcopy.
7272
7273         * decl.c (duplicate_decls): Likewise.
7274
7275 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
7276
7277         * mangle.c (write_discriminator): Use `_0' for discriminator 1,
7278         not `_'.
7279
7280 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
7281
7282         * decl.c (local_names): Define.
7283         (push_local_name): New.
7284         (grok_reference_init): Return init if initializing static reference
7285         variable with non-constant instead of emitting it.
7286         Move expand_static_init call to cp_finish_decl.
7287         (layout_var_decl): Call push_local_name.
7288         (maybe_commonize_var): Allow inlining functions even if they have
7289         static local variables, use comdat_linkage for them if flag_weak.
7290         (check_initializer): Call obscure_complex_init if
7291         grok_reference_init returned nonzero.
7292         (save_function_data): Clear x_local_names.
7293         (pop_cp_function_context): Free x_local_names.
7294         (mark_inlined_fns): Remove.
7295         (mark_lang_function): Mark x_local_names.
7296         (lang_mark_tree): Don't mark DECL_ACCESS for DECL_DISCRIMINATOR_P.
7297         Mark inlined_fns as tree, remove call to mark_inlined_fns.
7298         * class.c (alter_access): Ensure DECL_ACCESS is never set if
7299         DECL_DISCRIMINATOR_P.
7300         * cp-tree.h (cp_language_function): Add x_local_names.
7301         (lang_decl_flags): Add discriminator into u2.
7302         (lang_decl_inlined_fns): Remove.
7303         (lang_decl): inlined_fns is now a TREE_VEC.
7304         (DECL_DISCRIMINATOR_P, DECL_DISCRIMINATOR): Define.
7305         * optimize.c (inlinable_function_p): DECL_INLINED_FNS is now a
7306         TREE_VEC, not a custom structure.
7307         (optimize_function): Likewise.
7308         * mangle.c (discriminator_for_local_entity): Discriminate among
7309         VAR_DECL local entities.
7310         * search.c (dfs_access_in_type): If DECL_DISCRIMINATOR_P, DECL_ACCESS
7311         is not valid.
7312
7313 2001-03-22  Bryce McKinlay  <bryce@albatross.co.nz>
7314
7315         Add support for Java interface method calls.
7316         * cp-tree.h (struct lang_type): Add java_interface flag.
7317         (TYPE_JAVA_INTERFACE): New macro.
7318         * tree.c (cp_valid_lang_attribute): Handle "java_interface" attribute
7319         by setting TYPE_JAVA_INTERFACE.
7320         * call.c (java_iface_lookup_fn): New static.
7321         (build_over_call): If calling a method declared in a
7322         TYPE_JAVA_INTERFACE, call build_java_interface_fn_ref to generate the
7323         expression which resolves the function address.
7324         (build_java_interface_fn_ref): New function.
7325
7326 2001-03-22  Richard Henderson  <rth@redhat.com>
7327
7328         * Make-lang.in (cp/except.o): Don't depend on insn-flags.h.
7329         * except.c: Don't include it.
7330
7331 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
7332             based on an idea from Joe Buck <jbuck@synopsys.com>
7333
7334         * parse.y (bad_decl, template_arg_list_ignore, arg_list_ignore):
7335         New nonterminals.
7336         (data_def, component_decl): Add reductions to bad_decl.
7337
7338 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
7339
7340         * method.c (do_build_assign_ref): Don't use build_modify_expr for
7341         anonymous aggregates, since they don't have assignment operator
7342         method.
7343         * decl.c (fixup_anonymous_aggr): Disallow ctors, dtors and copy
7344         assignment operators for anonymous structure fields.
7345
7346 2001-03-21  Jason Merrill  <jason@redhat.com>
7347
7348         * pt.c (instantiate_decl): Abort if we see a member constant
7349         instantiation that doesn't already have its initializer.
7350         Downgrade explicit instantiation without definition to pedwarn.
7351
7352         * cp-tree.h (DECL_TINFO_FN_P, SET_DECL_TINFO_FN_P): Remove.
7353         * class.c (build_vtable_entry): Don't check DECL_TINFO_FN_P.
7354         (import_export_decl): Check tinfo_decl_p, not DECL_TINFO_FN_P.
7355
7356         * cp-tree.h (CLASSTYPE_VTABLE_NEEDS_WRITING): Remove.
7357         (pending_vtables): Remove.
7358         * decl2.c (pending_vtables): Remove.
7359         (import_export_vtable): Use CLASSTYPE_INTERFACE_ONLY, not
7360         CLASSTYPE_VTABLE_NEEDS_WRITING.
7361         (import_export_class): Likewise.
7362         (init_decl2): Don't mark pending_vtables.
7363         * lex.c (handle_pragma_vtable): Just sorry.
7364         * pt.c (instantiate_class_template): Don't mess with
7365         CLASSTYPE_VTABLE_NEEDS_WRITING.
7366         (mark_class_instantiated): Likewise.
7367         * ptree.c (print_lang_type): Don't print it.
7368         * semantics.c (begin_class_definition): Don't set it.
7369
7370         * pt.c (template_tail): Replace with last_pending_template.
7371         (maybe_templates, maybe_template_tail): Remove.
7372         (add_pending_template): Adjust.
7373         (instantiate_pending_templates): Adjust.
7374
7375         * cp-tree.h (struct saved_scope): Remove lang_stack field.
7376         (current_lang_stack): Remove.
7377         * decl.c (maybe_push_to_top_level): Don't initialize it.
7378         (duplicate_decls): Use current_lang_depth.
7379         (xref_basetypes): Likewise.
7380         * class.c (current_lang_depth): New fn.
7381         (push_lang_context): Use more varray functionality.
7382         (pop_lang_context): Likewise.
7383
7384         * error.c (GLOBAL_THING): Always use '__'.
7385
7386 2001-03-21  Mark Mitchell  <mark@codesourcery.com>
7387
7388         * class.c (build_clone): Clear DECL_ASSEMBLER_NAME.
7389
7390         * mangle.c (mangle_decl_string): Mangle the names of overloaded
7391         operators, even when they have `extern "C"' linkage.
7392
7393 2001-03-19  Mark Mitchell  <mark@codesourcery.com>
7394
7395         * class.c (get_vtable_decl): Use SET_DECL_ASSEMBLER_NAME,
7396         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
7397         where it's not necessary.
7398         (add_method): Remove optimization involving comparison of
7399         DECL_ASSEMBLER_NAME.
7400         (build_vtbl_or_vbase_field): Use SET_DECL_ASSEMBLER_NAME,
7401         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
7402         where it's not necessary.
7403         (check_methods): Likewise.
7404         (build_clone): Likewise.
7405         (built_vtt): Likewise.
7406         * cp-tree.h (DECL_NEEDED_P): Likewise.
7407         * decl.c (pushtag): Likewise.
7408         (duplicate_decls): Likewise.
7409         (pushdecl): Likewise.
7410         (builtin_function): Likewise.
7411         (build_library_fn_1): Set DECL_LANGUAGE for library functions.
7412         (build_cp_library_fn): Likewise.
7413         (maybe_commonize_var): Use SET_DECL_ASSEMBLER_NAME,
7414         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
7415         where it's not necessary.
7416         (make_rtl_for_nonlocal_decl): Likewise.
7417         (cp_finish_decl): Likewise.
7418         (grokfndecl): Likewise.
7419         (grokvardecl): Likewise.
7420         (grokdeclarator): Likewise.
7421         (start_function): Likewise.
7422         (cp_missing_return_ok_p): Likewise.
7423         * decl2.c (grokclassfn): Likewise.
7424         (check_classfn): Likewise.
7425         (finish_static_data_member_decl): Likewise.
7426         (grokfield): Likewise.
7427         * error.c (GLOBAL_IORD_P): Remove.
7428         (dump_global_iord): Improve output.
7429         (dump_decl): Avoid using DECL_ASSEMBLER_NAME.
7430         * except.c (nothrow_libfn_p): Summarily reject any function not in
7431         namespace-scope.
7432         * init.c (build_java_class_ref): Don't explicitly set
7433         DECL_ASSEMBLER_NAME after calling mangle_decl.
7434         * mangle.c (mangle_decl_string): Handle extern "C" functions.
7435         (mangle_decl): Set the DECL_ASSEMBLER_NAME for the decl.
7436         * method.c (set_mangled_name_for_decl): Don't explicitly set
7437         DECL_ASSEMBLER_NAME after calling mangle_decl.
7438         (make_thunk): Explicitly set the DECL_ASSEMBLER_NAME and
7439         IDENTIFIER_GLOBAL_VALUE for the thunk.
7440         * pt.c (set_mangled_name_for_template_decl): Remove.
7441         (check_explicit_specialization): Don't use it.
7442         (looup_template_class): Don't set DECL_ASSEMBLER_NAME.
7443         (tsubst_friend_function): Likewise.
7444         (tsubst_decl): Likewise.
7445         (regenerate_decl_from_template): Use COPY_DECL_ASSEMBLER_NAME.
7446         * rtti.c (get_tinfo_decl): Use SET_DECL_ASSEMBLER_NAME,
7447         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
7448         where it's not necessary.
7449         (tinfo_base_init): Likewise.
7450         (create_real_tinfo_var): Likewise.
7451         * search.c (looup_field_1): Likewise.
7452         * semantics.c (finish_named_return_value): Likewise.
7453         * tree.c (init_tree): Set lang_set_decl_assembler_name.
7454
7455 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
7456
7457         Correct semantics restrictions checking in throw-expression.
7458         * except.c (is_admissible_throw_operand): New function.
7459         (build_throw): Use it.
7460
7461 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
7462
7463         * decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__
7464         and its ilk.
7465
7466 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
7467
7468         * class.c (build_clone): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
7469         * cp-tree.h (DECL_IN_MEMORY_P): Likewise.
7470         * decl.c (duplicate_decls): Likewise.
7471         (builtin_function): Likewise.
7472         (build_library_fn): Likewise.
7473         (build_cp_library_fn): Likewise.
7474         (check_initializer): Likewise.
7475         (cp_finish_decl): Likewise.
7476         * decl2.c (grokfield): Likewise.
7477         (grok_function_init): Remove #if 0'd code.
7478         (finish_anon_union): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
7479         * friend.c (do_friend): Likewise.
7480         * init.c (get_temp_regvar): Likewise.
7481         * method.c (make_thunk): Likewise.
7482         * pt.c (tsubst_friend_function): Likewise.
7483         (tsubst_decl): Likewise.
7484         (regenerate_decl_from_template): Likewise.
7485         * semantics.c (genrtl_named_return_value): Likewise.
7486         (expand_body): Likewise.
7487         (genrtl_finish_function): Likewise.
7488         * tree.c (cp_tree_equal): Likewise.
7489
7490 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
7491
7492         * call.c (convert_like_real): Add extra semantics to INNER
7493         parameter. Don't convert to temporary if a user conversion
7494         gives us an lvalue that we're about to bind to a reference.
7495         Set INNER to indicate pending reference binding on recursive
7496         calls.
7497
7498 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
7499
7500         * cp/lex.c: Delete duplicate pending_lang_change.
7501
7502 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
7503
7504         * cp/lex.c (handle_pragma_interface, handle_pragma_implementation):
7505         Similarly.
7506         * cp/repo.c (get_base_filename, open_repo_file): Similarly.
7507         * cp/cp-tree.h: Remove file_name_nondirectory prototype.
7508
7509 2001-03-09  Zack Weinberg  <zackw@stanford.edu>
7510
7511         * Make-lang.in: Add dependencies on $(TM_P_H) as appropriate.
7512
7513 2001-03-08  Stan Shebs  <shebs@apple.com>
7514
7515         * cp-tree.h (set_identifier_local_value): Remove unused decl.
7516
7517 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
7518
7519         * spew.c: Remove references to CPP_OSTRING.
7520
7521 2001-03-06  Andrew Haley  <aph@redhat.com>
7522
7523         * typeck.c (convert_arguments): Check that we have an fndecl.
7524
7525 2001-03-05  Andrew Haley  <aph@redhat.com>
7526
7527         * typeck.c (convert_arguments): Don't do ellipsis conversion for
7528         __built_in_constant_p.
7529
7530 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
7531
7532         * typeck.c (build_static_cast): Allow enum to enum conversions
7533         as per DR 128.
7534
7535 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
7536
7537         * class.c (check_field_decls): Pointers to member do not a
7538         non-pod struct make, as per DR 148.
7539
7540 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
7541
7542         * call.c (joust): cp_pedwarn when using gnu extension concerning
7543         worst conversion sequences.
7544
7545 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
7546
7547         * decl.c: Replace all uses of 'boolean' with 'bool'.
7548
7549 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
7550
7551         * lang-specs.h: Add zero initializer for cpp_spec field to
7552         all array elements that need one.  Don't put an #ifdef inside
7553         the initializer list; set a default for CPLUSPLUS_CPP_SPEC and
7554         use it.
7555
7556 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
7557
7558         Implement using decls inside template functions.
7559         * decl2.c (validate_nonmember_using_decl): Don't special case
7560         fake_std_node in the global namespace. Don't reject early when
7561         processing a template.
7562         (do_local_using_decl): Add to statement tree. Don't do further
7563         processing when building a template.
7564         * pt.c (tsubst_expr, DECL_STMT case): Deal with USING_DECLs.
7565
7566 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
7567
7568         * decl2.c (do_nonmember_using_decl): Don't complain if we find
7569         same function. Do complain about ambiguating extern "C"
7570         declarations.
7571
7572 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
7573
7574         Remove floating point and complex type template constant parms.
7575         * pt.c (convert_nontype_argument): Remove REAL_TYPE and
7576         COMPLEX_TYPE extensions.
7577         (invalid_nontype_parm_type_p): Likewise.
7578
7579 2001-02-27  Jeffrey Oldham  <oldham@codesourcery.com>
7580
7581         * except.c (call_eh_info): Revert "match_function"'s type.
7582
7583 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
7584
7585         Fix ctor vtable vcall offsets.
7586         * class.c (struct vtbl_init_data_s): Add rtti_binfo member.
7587         (build_rtt_vtbl_entries): Lose RTTI_BINFO parameter.
7588         (get_matching_base): Remove.
7589         (get_original_base): New function.
7590         (build_vtbl_initializer): Initialize vid.rtti_binfo.
7591         Use a virtual thunk for a ctor vtable with an index
7592         (add_vcall_offset_vtbl_entries_1): Check if binfo has lost a
7593         primary base within a constructor vtable. Only set
7594         BV_VCALL_INDEX when not a constructor vtable. Adjust vcall offset
7595         when primary base has been lost.
7596         * cp-tree.h (BINFO_VIRTUALS): Remove ambiguity from comment.
7597
7598 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
7599
7600         * call.c (joust): Ensure more_specialized()'s argument length
7601         parameter has correct value for constructors.
7602
7603 2001-02-26  Nathan Sidwell  <nathan@codesourcery.com>
7604
7605         * except.c (call_eh_info): Cleanup generation of cp_eh_info struct.
7606
7607         * decl.c (mark_inlined_fns): Prototype.
7608
7609 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
7610
7611         * spew.c (yylex): Correct handling of friends.
7612
7613 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
7614
7615         * mangle.c (write_encoding): Pass write_function_type the
7616         FUNCTION_DECL for the function being encoded.
7617         (write_function_type): Pass it along to write_bare_function_type.
7618         (write_bare_function_type): Pass it along to write_method_parms.
7619         (write_method_parms): Don't mangle the compiler-generated
7620         parameters to a constructor or destructor.
7621
7622 2001-02-22  Andreas Jaeger  <aj@suse.de>
7623
7624         * optimize.c: Include toplev.h for
7625         note_deferral_of_defined_inline_function prototype.
7626
7627 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
7628
7629         * cp-tree.h (struct lang_decl_inlined_fns): New.
7630         (struct lang_decls): Add inlined_fns.
7631         (DECL_INLINED_FNS): New macro.
7632         * optimize.c (struct inline_data): Add inlined_fns.
7633         (declare_return_variable): Use VARRAY_ACTIVE_SIZE macro.
7634         (inlinable_function_p): Likewise, fix typo in comment,
7635         function is not inlinable if it already inlined function currently
7636         being optimized.
7637         (expand_call_inline): Add fn to inlined_fns if necessary.
7638         (optimize_function): Initialize inlined_fns.
7639         Save inlined_fns into DECL_INLINED_FNS after expanding inlines.
7640         * decl.c (mark_inlined_fns): New function.
7641         (lang_mark_tree): Call it.
7642
7643 2001-02-21  Jason Merrill  <jason@redhat.com>
7644
7645         * cp-tree.h (struct lang_decl_flags): Remove uninlinable flag.
7646         (DECL_UNINLINABLE): Move to middle-end.
7647
7648         * class.c (clone_function_decl): Set DECL_ABSTRACT on original fn.
7649         * decl.c (duplicate_decls): Preserve DECL_ABSTRACT.
7650         * class.c (build_clone): Set DECL_ABSTRACT_ORIGIN for the clone.
7651         * optimize.c (maybe_clone_body): Set DECL_ABSTRACT_ORIGIN for the
7652         parms and outer BLOCK.  note_deferral_of_defined_inline_function.
7653
7654         * method.c (implicitly_declare_fn): Don't set DECL_ARTIFICIAL on
7655         second parm of op=.
7656
7657 2001-02-19  Mark Mitchell  <mark@codesourcery.com>
7658
7659         * decl2.c (set_decl_namespace): Allow explicit instantiations in
7660         any namespace.
7661
7662 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7663
7664         * optimize.c (expand_call_inline): Don't walk subtrees of type
7665         nodes.
7666
7667 2001-02-18  Mark Mitchell  <mark@codesourcery.com>
7668
7669         * class.c (add_vcall_offset_vtbl_entries_1): Only add one entry
7670         for a destructor.
7671
7672 2001-02-18  Jason Merrill  <jason@redhat.com>
7673
7674         Do put the VTT parameter in DECL_ARGUMENTS.
7675         * cp-tree.h (struct cp_language_function): Add x_vtt_parm.
7676         (current_vtt_parm): New macro.
7677         (struct lang_decl_flags): Add has_vtt_parm_p, remove vtt_parm.
7678         (DECL_HAS_VTT_PARM_P): New macro.
7679         (DECL_VTT_PARM): Remove.
7680         (FUNCTION_FIRST_USER_PARMTYPE, FUNCTION_FIRST_USER_PARM): New macros.
7681         * decl.c (duplicate_decls): Only copy the operator code if
7682         appropriate.
7683         (start_function): Set current_vtt_parm.
7684         (lang_mark_tree): Don't mark vtt_parm.
7685         * decl2.c (maybe_retrofit_in_chrg): Do add the VTT parm to
7686         DECL_ARGUMENTS.  Set DECL_HAS_VTT_PARM_P.
7687         * class.c (build_clone): Maybe remove the VTT parm.
7688         * optimize.c (maybe_clone_body): Set up the VTT parm.
7689         * pt.c (copy_default_args_to_explicit_spec): Preserve the VTT parm.
7690         * call.c (build_over_call): Just allow the VTT arg.
7691         * method.c (make_thunk): Don't set DECL_VTT_PARM.
7692         (do_build_copy_constructor): Use FUNCTION_FIRST_USER_PARM.
7693         (synthesize_method): Use FUNCTION_FIRST_USER_PARMTYPE.
7694         * decl.c (grokdeclarator, copy_args_p, grok_ctor_properties): Likewise.
7695         * error.c (dump_function_decl): Likewise.
7696         * call.c (build_user_type_conversion_1, convert_like_real): Abort
7697         if we try to call a constructor with in-charge or VTT parms.
7698         * method.c (skip_artificial_parms_for): New fn.
7699         * call.c (add_function_candidate, build_over_call): Call it.
7700         * call.c (build_new_method_call): Use current_vtt_parm.
7701         * init.c (expand_virtual_init): Likewise.
7702         * class.c (same_signature_p): No longer static.
7703         * cp-tree.h: Declare it.
7704         * search.c (look_for_overrides_r): Use it.
7705
7706 2001-02-17  Mark Mitchell  <mark@codesourcery.com>
7707
7708         * cp-tree.h (new_abi_rtti_p): Remove.
7709         (name_mangling_version): Likewise.
7710         (flag_do_squangling): Likewise.
7711         * class.c (build_rtti_vtbl_entries): Remove old ABI support.
7712         * decl.c (grokfndecl): Likewise.
7713         * decl2.c (name_mangling_version): Remove.
7714         (flag_do_squangling): Likewise.
7715         (lang_f_options): Remove `squangle'.
7716         (unsupported_options): Add `squangle'.
7717         (cxx_decode_option): Issue a warning about uses of
7718         -fname-mangling-version.
7719         (finish_file): Remove old ABI support.
7720         * pt.c (check_explicit_specialization): Likewise.
7721         (tsubst_decl): Likewise.
7722         * rtti.c (init_rtti_processing): Likewise.
7723         (build_headof): Likewise.
7724         (get_tinfo_decl_dynamic): Likewise.
7725         (tinfo_from_decl): Likewise.
7726         (build_dynamic_cast_1): Likewise.
7727         (synthesize_tinfo_var): Likewise.
7728         * init.c (build_new): Allow enumeration types for the array-bounds
7729         in a direct-new-declarator.
7730
7731         * semantics.c (finish_typeof): Resolve OFFSET_REFs.
7732
7733         * pt.c (check_explicit_specialization): Copy TREE_PRIVATE and
7734         TREE_PROTECTED from the template being specialized.
7735
7736 2001-02-17  Jason Merrill  <jason@redhat.com>
7737
7738         * decl2.c (build_artificial_parm): Set TREE_READONLY.
7739
7740         * decl.c (bad_specifiers): Allow throw specs on things with
7741         pointer-to-function or -member-function type.
7742         * init.c (build_default_init): Don't use a CONSTRUCTOR to initialize
7743         a pmf.
7744
7745 2001-02-17  Mark Mitchell  <mark@codesourcery.com>
7746
7747         * call.c (check_dtor_name): Handle template names correctly.
7748
7749 2001-02-16  Jason Merrill  <jason@redhat.com>
7750
7751         * cp-tree.h (DECL_USE_VTT_PARM): Remove.
7752         * decl2.c (maybe_retrofit_in_chrg): Don't create it.
7753         * optimize.c (maybe_clone_body): Don't substitute it.
7754         * call.c (build_new_method_call): Check in_chrg instead.
7755         * init.c (expand_virtual_init): Likewise.
7756
7757 2001-02-16  Gabriel Dos Reis  <gdr@codesourcery.com>
7758
7759         * decl.c (check_tag_decl): Make sure a typedef for an anonymous
7760         class-type introduces at least a type-name.
7761
7762 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
7763
7764         * call.c (convert_like_real): Create a temporary for non-lvalue.
7765
7766 2001-02-16  Jeffrey Oldham  <oldham@codesourcery.com>
7767
7768         * cp-tree.h: Fix typos in comments.
7769
7770 2001-02-16  Jason Merrill  <jason@redhat.com>
7771
7772         * optimize.c (remap_block): If we're compiling a clone, pass the
7773         new block to insert_block.
7774
7775 2001-02-16  Mark Mitchell  <mark@codesourcery.com>
7776
7777         * semantics.c (finish_asm_stmt): Robustify.
7778
7779 2001-02-15  Mark Mitchell  <mark@codesourcery.com>
7780
7781         * pt.c (push_template_decl_real): Don't remangle the name of a
7782         class template.
7783
7784 2001-02-15  Jim Meyering  <meyering@lucent.com>
7785
7786         * Make-lang.in (c++.install-common): Depend on installdirs.
7787         (c++.install-info): Likewise.
7788         (c++.install-man): Likewise.
7789
7790 2001-02-15  Mark Mitchell  <mark@codesourcery.com>
7791
7792         * typeck2.c (build_m_component_ref): Robustify.
7793
7794 2001-02-15  Alexandre Oliva  <aoliva@redhat.com>
7795
7796         * friend.c (do_friend): Don't take the nested [template] class
7797         into account when deciding whether to warn about the friend
7798         function not referring to a template function.
7799
7800 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
7801
7802         * typeck.c (build_unary_op): Clarify error message.
7803
7804 2001-02-08  Aldy Hernandez  <aldyh@redhat.com>
7805
7806         * parse.y (component_constructor_declarator): allow optional
7807         parentheses around constructor class name.
7808
7809 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
7810
7811         * cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c
7812         section.
7813         * init.c (emit_base_init): Remove incorrect comment about
7814         virtual bases.
7815         * method.c (make_thunk): Fix comment alignment.
7816
7817 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
7818
7819         Kill remnants of this is variable.
7820         * cp-tree.h (flag_this_is_variable): Remove.
7821         * decl2.c (flag_this_is_variable): Remove.
7822         * class.c (fixed_type_or_null): Add cdtor parm. Adjust.
7823         (build_vbase_path): The path is non-static, even in a cdtor.
7824         (resolves_to_fixed_type_p): Add additional return value.
7825         * search.c (init_vbase_pointers): Adjust.
7826         * tree.c (lvalue_p_1): Adjust.
7827         * typeck.c (mark_addressable): Adjust.
7828
7829 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
7830
7831         * pt.c (unify): Don't check cv quals of array types.
7832
7833 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
7834
7835         * tree.c (cp_build_qualified_type_real): Use CP_TYPE_QUALS to
7836         check whether we already have the type.
7837
7838 2001-02-13  Mark Mitchell  <mark@codesourcery.com>
7839
7840         * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
7841         * call.c (build_op_delete_call): Simplify to remove duplicate
7842         code.
7843         * class.c (clone_function_decl): Don't build the deleting variant
7844         of a non-virtual destructor.
7845         * decl.c (finish_destructor_body): Don't call delete if this is a
7846         non-virtual destructor.
7847         * init.c (build_delete): Explicitly call `operator delete' when
7848         deleting an object with a non-virtual destructor.
7849
7850 2001-02-13  Jason Merrill  <jason@redhat.com>
7851
7852         * lang-specs.h: Add more __EXCEPTIONS.
7853
7854 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
7855
7856         * typeck2.c (process_init_constructor): Check
7857         TREE_HAS_CONSTRUCTOR before issuing missing init warning.
7858
7859 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
7860
7861         * pt.c (maybe_adjust_types_for_deduction, DEDUCE_ORDER case):
7862         Remove spurious information in comment. Allow further
7863         adjustments of REFERENCE_TYPE args.
7864
7865 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
7866
7867         * errfn.c (cp_deprecated): Tweak diagnostic text.
7868         * parse.y (new_initializer): Deprecate initializer lists
7869         extension.
7870
7871 2001-02-12  Mark Mitchell  <mark@codesourcery.com>
7872
7873         Remove old ABI support.
7874
7875 2001-02-11  Mark Mitchell  <mark@codesourcery.com>
7876
7877         * decl2.c (flag_vtable_thunks): Always set it to 1.
7878         (flag_new_abi): Likewise.
7879         * lang-specs.h: Remove conditional on ENABLE_NEW_GXX_ABI.
7880
7881         * Makefile.in (g++spec.o): Fix typo.
7882
7883 2001-02-09  Jason Merrill  <jason@redhat.com>
7884
7885         * lang-specs.h: Restore definition of __EXCEPTIONS.
7886
7887 2001-02-08  Jason Merrill  <jason@redhat.com>
7888
7889         * search.c (shared_member_p): New function.
7890         (lookup_field_r): Use it.
7891         * cp-tree.h (SHARED_MEMBER_P): Remove.
7892
7893         * method.c (process_overload_item): Handle template-dependent array
7894         bounds.
7895         * pt.c (type_unification_real): If we end up with undeduced nontype
7896         parms, try again.
7897
7898         * decl.c (lookup_name_real): Tweak warning to refer to decls, not
7899         types.
7900
7901         * typeck2.c (friendly_abort): Don't say anything if we have
7902         earlier errors or sorries.
7903
7904         * decl.c (check_tag_decl): Notice attempts to redefine bool and
7905         wchar_t.  Ignore if in_system_header.
7906
7907         * decl.c (maybe_push_cleanup_level): New fn...
7908         (start_decl_1): ...split out from here.
7909         * cvt.c (build_up_reference): Use it.
7910         * cp-tree.h: Declare it.
7911
7912 2001-02-07  Mark Mitchell  <mark@codesourcery.com>
7913
7914         * lang-specs.h: Use CPLUSPLUS_CPP_SPEC for the preprocessor
7915         spec.
7916
7917 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
7918
7919         * pt.c (lookup_template_class): Make sure it's a primary
7920         template or template_template_parm when called from the parser.
7921         (instantiate_template_class): Add assertion.
7922
7923 2001-02-05  Alexandre Oliva  <aoliva@redhat.com>
7924
7925         * method.c (build_mangled_name) [old abi]: Protect flush_repeats()
7926         from error_mark_node.
7927
7928 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
7929
7930         Fix specification and implementation bugs in V3 ABI
7931         construction vtables.
7932         * cp-tree.h (flag_dump_class_layout): New flag.
7933         (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH_P): Remove.
7934         (BINFO_LOST_PRIMARY_P): New flag.
7935         (SET_BINFO_NEW_VTABLE_MARKED): Adjust asserts.
7936         (BINFO_PRIMARY_MARKED_P): Rename to ...
7937         (BINFO_PRIMARY_P): ... here.
7938         (binfo_via_virtual): New prototype.
7939         * decl2.c (flag_dump_class_layout): New flag.
7940         (cxx_decode_option): Set it. Adjust -fdump-translation-unit to
7941         use `=' as a file name separator.
7942         * init.c (dfs_initialize_vtbl_ptrs): Walk into virtual primary
7943         bases.
7944         (build_vtbl_address): If this is a virtual primary base, then
7945         get the vtbl of what it is ultimately primary for.
7946         * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Adjust
7947         for BINFO_PRIMARY_P.
7948         (dfs_skip_nonprimary_vbases_markedp): Likewise.
7949         (get_shared_vbase_if_not_primary): Likewise.
7950         (dfs_get_pure_virtuals): Likewise.
7951         (expand_upcast_fixups): Likewise.
7952         (fixup_virtual_upcast_offsets): Likewise.
7953         (dfs_find_vbase_instance): Likewise.
7954         (find_vbase_instance): Likewise.
7955         (binfo_from_vbase): Adjust comment to reflect reality.
7956         (binfo_via_virtual): New function.
7957         * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): New macros
7958         for binfo walking during VTT construction.
7959         (dfs_mark_primary_bases): Remove.
7960         (force_canonical_binfo_r): New function.
7961         (force_canonical_binfo): New function.
7962         (mark_primary_virtual_base): New function.
7963         (mark_primary_bases): Walk in inheritance graph order, use
7964         mark_primary_virtual_base.
7965         (determine_primary_base): Use some more intermediate variables.
7966         (dfs_find_final_overrider): Don't check for overriding along a
7967         virtual path.
7968         (dfs_modify_vtables): Walk into primary virtual bases too.
7969         (walk_subobject_offsets): Adjust for BINFO_PRIMARY_P.
7970         (build_base_fields): Likewise.
7971         (dfs_set_offset_for_unshared_vbases): Likewise.
7972         (layout_virtual_bases): Likewise.
7973         (end_of_class): Likewise.
7974         (finish_struct_1): Call dump_class_hierarchy, if requested.
7975         (dfs_get_primary_binfo): Use BINFO_TYPE for binfos.
7976         (dump_class_hierarchy_r): Add stream parameter. Emit more information.
7977         (dump_class_hierarchy): Add file parameter. Append to file, if
7978         required.
7979         (finish_vtbls): Adjust accumulate_vtbl_inits call.
7980         Use canonical base for virtual bases.
7981         (build_vtt): Add more comments. Adjust build_vtt_inits call.
7982         (build_vtt_inits): Remove VIRTUAL_VTTS_P parm.
7983         Only set BINFO_VPTR_INDEX on top level. Use VTT_TOP_LEVEL_P,
7984         VTT_MARKED_BINFO_P for binfo walking. Use canonical vbase for
7985         virtual VTTs.
7986         (dfs_build_secondary_vptr_vtt_inits): Extract VTT_TOP_LEVEL_P
7987         from DATA.  We want virtual primary bases and all bases via virtual.
7988         Only set BINFO_VPTR_INDEX for top level. Look up from a primary
7989         virtual base when not a construction vtable.
7990         (dfs_ctor_vtable_bases_queue_p): New DFS predicate.
7991         (build_ctor_vtbl_group): Adjust accumulate_vtbl_inits call.
7992         Use canonical bases when processing virtual bases.
7993         (accumulate_vtbl_inits): We're interested in any base via a
7994         virtual path.
7995         (dfs_accumulate_vtbl_inits): If this is a primary virtual base
7996         within a construction vtable, determine what is being overridden.
7997         (build_vtbl_initializer): Add more comments
7998         (add_vcall_offset_vtbl_entries_1): Adjust comment.
7999         (build_rtti_vtbl_entries): Check if the base has lost its
8000         primary.
8001
8002 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
8003
8004         * Makefile.in (g++spec.o): Adjust use of DRIVER_DEFINES.
8005
8006 Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8007
8008         * decl.c (pushdecl): Call abort instead of fatal.
8009         * except.c (decl_is_java_type): Call fatal_error instead of fatal.
8010         * init.c (build_new_1): Likewise.
8011         (build_java_class_ref): Call internal_error and fatal_error, not fatal.
8012         * decl.c (build_typename_type): hash_table_init now returns void.
8013         decl.c (init_decl_processing): Make an error non-fatal.
8014
8015 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
8016
8017         * cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.
8018         Document.
8019         (CLASSTYPE_INTERFACE_KNOWN): Likewise.
8020         (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
8021         (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
8022         (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
8023         * decl.c (maybe_commonize_var): Use the new name-mangling where
8024         appropriate.
8025         * decl2.c (comdat_linkage): Enhance comments.  Make all
8026         compiler-generated things static, if COMDAT is not available.
8027         (get_tinfo_decl): Do not make typeinfo objects that belong in the
8028         library COMDAT.
8029         (tinfo_base_init): Use the correct mangled name for typeinfo
8030         strings, and push them into the global scope.
8031         (typeinfo_in_lib_p): New function.
8032         (synthesize_tinfo_var): Use it.
8033         (create_real_tinfo_var): Likewise.
8034
8035 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
8036
8037         * decl.c (push_class_binding): Use context_for_name_lookup instead
8038         of CP_DECL_CONTEXT.
8039         * search.c (context_for_name_lookup): Remove static.  Check for NULL
8040         context in the loop.
8041         * cp-tree.h (context_for_name_lookup): Add prototype.
8042
8043 2001-02-02  Jakub Jelinek  <jakub@redhat.com>
8044
8045         * cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.
8046         * tree.c (build_expr_ptr_wrapper, can_free, permanent_obstack):
8047         Remove.
8048         * call.c (convert_class_to_reference, build_user_type_conversion_1,
8049         add_warning): Change build_expr_ptr_wrapper to build_ptr_wrapper.
8050
8051 2001-02-02  Mark Mitchell  <mark@codesourcery.com>
8052
8053         * Make-lang.in (g++spec.o): Add DRIVER_DEFINES to the list
8054         of macros used when compiling g++spec.c.
8055         * g++spec.c (lang_specific_driver): Link with the shared
8056         libgcc by default.
8057
8058 2001-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
8059
8060         * decl2.c (build_expr_from_tree), lex.c (make_pointer_declarator,
8061         make_reference_declarator, make_call_declarator), method.c
8062         (implicitly_declare_fn), parse.y (namespace_using_decl,
8063         notype_unqualified_id, expr_or_declarator, new_type_id,
8064         after_type_declarator, direct_after_type_declarator,
8065         notype_declarator, complex_notype_declarator,
8066         complex_direct_notype_declarator, qualified_id,
8067         notype_qualified_id, overqualified_id, direct_new_declarator,
8068         absdcl, direct_abstract_declarator, conversion_declarator), pt.c
8069         (tsubst), semantics.c (begin_constructor_declarator): Use build_nt
8070         instead of build_parse_node.
8071
8072 2001-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8073
8074         * cp-tree.h (cp_tree_index): Delete CPTI_MINUS_ONE.
8075         (minus_one_node): Moved to top level gcc directory.  Renamed
8076         to integer_minus_one_node.
8077
8078         * init.c (init_init_processing): Don't set minus_one_node.
8079         (build_vec_init): Use integer_minus_one_node.
8080
8081         * rtti.c (get_tinfo_decl_dynamic): Likewise.
8082
8083 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
8084
8085         * optimize.c (copy_body_r): If MODIFY_EXPR has both arguments
8086         identical and they would be replaced with constant, remove
8087         MODIFY_EXPR from the tree.
8088
8089 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8090
8091         * Make-lang.in: Remove all dependencies on defaults.h.
8092         * call.c: Don't include defaults.h.
8093         * decl.c: Likewise.
8094         * decl2.c: Likewise.
8095         * except.c: Likewise.
8096         * pt.c: Likewise.
8097         * rtti.c: Likewise.
8098         * tree.c: Likewise.
8099         * typeck.c: Likewise.
8100
8101 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
8102
8103         * mangle.c (write_mangled_name, write_encoding): Mangle overloaded
8104         operators even in "C" linkage.
8105         * method.c (set_mangled_name_for_decl): Likewise.
8106         * decl.c (grokfndecl): Call set_mangled_name_for_decl even for
8107         overloaded operators in "C" linkage.
8108
8109 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
8110
8111         * pt.c (tsubst_decl): Remove IN_DECL parameter.
8112         (tsubst_arg_types): Check parameter is not void.
8113         (tsubst): Adjust tsubst_decl call.
8114
8115 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
8116
8117         * call.c (add_builtin_candidate): Quote std properly, from
8118         previous change.
8119
8120 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8121
8122         * pt.c (check_explicit_specialization): Clone constructors and
8123         destructors.
8124
8125 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
8126
8127         * decl.c (grokdeclarator): Don't presume DECL_LANG_SPECIFIC
8128         indicates anything special about template depth. Make sure we
8129         only count the user visible template classes.
8130
8131 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
8132
8133         * call.c (build_conv): Typo in comment.
8134         (add_builtin_candidate): Add more explanation.
8135         Remove extra test for ENUMERAL_TYPE in {PRE,POST}INCREMENT_EXPR.
8136         Allow ENUMERAL_TYPEs for relops and eqops. Add both candidates
8137         when we have enumeral types.
8138         (add_builtin_candidates): Add more explanation. Add ENUMERAL_TYPE
8139         candidates for relops and eqops.
8140         (joust): Simplify control flow. Allow a non-template user
8141         function to hide a builtin.
8142
8143 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
8144
8145         * cp-tree.h (unification_kind_t): Add DEDUCE_ORDER.
8146         (more_specialized): Add deduction parameter.
8147         * call.c (joust): Adjust more_specialized call.
8148         * pt.c (UNIFY_ALLOW_OUTER_MORE_CV_QUAL,
8149         UNIFY_ALLOW_OUTER_LESS_CV_QUAL): New unify flags.
8150         (get_bindings_order): Remove.
8151         (get_bindings_real): Add DEDUCE parameter.
8152         (maybe_adjust_types_for_deduction): Return extra unify flags. Do
8153         REFERENCE_TYPE jig for DEDUCE_ORDER.
8154         (type_unification_real): Deal with DEDUCE_ORDER. Use result of
8155         maybe_adjust_types_for_deduction.
8156         (more_specialized): Add DEDUCE parameter. Call get_bindings_real
8157         directly.
8158         (try_one_overload): Use result of maybe_adjust_types_for_deduction.
8159         (check_cv_quals_for_unify): Use new unify qualifier flags.
8160         (unify): Clear new unify qualifier flags.
8161         (get_bindings_real): Add DEDUCE parameter.
8162         (get_bindings): Adjust call to get_bindings_real.
8163         (get_bindings_overload): Likewise.
8164         (most_specialized_instantiation): Adjust call to
8165         more_specialized.
8166
8167 2001-01-19  Jason Merrill  <jason@redhat.com>
8168
8169         * decl2.c (flag_vtable_thunks): Also depend on ENABLE_NEW_GXX_ABI.
8170
8171         * decl.c (init_decl_processing): Just force -fvtable-thunks on if
8172         -fnew-abi.
8173
8174 2001-01-19  Ute Pelkmann  <scope.muc@t-online.de>
8175
8176         * decl2.c (arg_assoc_class): Fix double iteration logic.
8177
8178 2001-01-19  Jason Merrill  <jason@redhat.com>
8179
8180         * init.c (build_delete): Always call convert_force to strip cv-quals.
8181
8182         * decl2.c (flag_new_abi): Depend on ENABLE_NEW_GXX_ABI.
8183         * lang-specs.h: Default ABI depends on ENABLE_NEW_GXX_ABI.
8184         * g++spec.c: Don't look at ENABLE_NEW_GXX_ABI.
8185
8186 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8187
8188         * search.c (get_vbase_1): Count only virtual bases.
8189
8190 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8191
8192         * class.c (duplicate_tag_error): Robustify flag clearing.
8193
8194 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8195
8196         * cp-tree.h (lookup_template_class): Add complain parm.
8197         * decl.c (lookup_namespace_name): Adjust call to
8198         lookup_template_class.
8199         (make_typename_type): Likewise.
8200         * semantics.c (finish_template_type): Likewise.
8201         * pt.c (lookup_template_class): Add complain parm. Adjust.
8202         (tsubst_aggr_type): Pass COMPLAIN down to lookup_template_class.
8203         (tsubst): Likewise.
8204
8205 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
8206
8207         * pt.c (copy_default_args_to_explicit_spec): Preserve
8208         object's CV quals. Reorganize.
8209
8210 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8211
8212         * typeck.c (build_modify_expr): Say `initialization' for
8213         INIT_EXPRs.
8214         * init.c (build_default_init): Convert to enumeral type, if
8215         needed.
8216
8217 2001-01-18  Jakub Jelinek  <jakub@redhat.com>
8218
8219         * parse.y (nomods_initdcl0): Properly set things up for
8220         initdcl0_innards.
8221
8222 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8223
8224         * pt.c (UNIFY_ALLOW_OUTER_LEVEL): New unify flag.
8225         (type_unification_real): Set it.
8226         (unify): Use it.
8227
8228 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8229
8230         * decl.c (finish_destructor_body): Convert to vbase pointer here.
8231
8232 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8233
8234         * semantics.c (begin_class_definition): Check we're not inside a
8235         template parm list.
8236
8237 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
8238
8239         * tree.c (walk_tree, TREE_LIST): Don't walk the TREE_PURPOSE of
8240         BASELINK_P.
8241
8242 2001-01-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8243
8244         * typeck.c (build_function_call_real): Call fold on the CALL_EXPR.
8245         * call.c (build_over_call): Add comment.
8246
8247 2001-01-16 Daniel Berlin <dberlin@redhat.com>
8248
8249         * cvt.c (ocp_convert): Handle vector type conversion
8250         * typeck2.c (digest_init): Handle vector type initializations
8251
8252 2001-01-16  Phil Edwards  <pme@sources.redhat.com>
8253
8254         * g++spec.c:  Don't add libraries needlessly if -fsyntax-only
8255           was given.
8256
8257 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
8258
8259         * pt.c (check_nontype_parm): Rename to ...
8260         (invalid_nontype_parm_type_p): ... here.
8261         (process_template_parm): Adjust.
8262         (convert_template_argument): Adjust.
8263
8264 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
8265
8266         * pt.c (check_nontype_parm): New function.
8267         (process_template_parm): Use it.
8268         (convert_template_argument): Use it.
8269         (convert_nontype_argument, RECORD_TYPE): Assert it's a ptr to
8270         member.
8271
8272 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
8273
8274         * tree.c: Add defaults.h
8275         (cp_valid_lang_attribute): Incorporate SUPPORTS_INIT_PRIORITY.
8276         * Make-lang.in (cp/tree.o): Add defaults.h.
8277
8278 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8279
8280         * Make-lang.in (CXX_C_OBJS): Add c-format.o.
8281
8282 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8283
8284         * g++.1: Change to be ".so man1/gcc.1".
8285
8286 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8287
8288         * Make-lang.in (c++.info, c++.install-info): Build and install g++
8289         internals info.
8290         (c++.uninstall, c++.maintainer-clean): Remove g++ internals info.
8291         ($(srcdir)/cp/g++int.info): New target.
8292         * gxxint.texi: Add info directory entry.  Use @@ in email address.
8293         * .cvsignore: Update.
8294
8295 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
8296
8297         * typeck.c (build_c_cast): Do template processing earlier.
8298         Always pedwarn on array casts.
8299
8300 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
8301
8302         * friend.c (make_friend_class): Make sure a templated class is
8303         actually a template.
8304
8305 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8306
8307         * decl2.c (get_guard): Set linkage from guarded decl.
8308
8309 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8310
8311         * call.c (convert_default_arg): Check for unprocessed
8312         DEFAULT_ARG.
8313         * cp-tree.h (replace_defarg): Move to spew.c.
8314         (maybe_snarf_defarg, add_defarg_fn, do_pending_defargs): Move to
8315         spew.c, which is where they really are.
8316         (done_pending_defargs): Declare.
8317         (unprocessed_defarg_fn): Declare.
8318         * decl.c (replace_defarg): Move to spew.c
8319         * parse.y (structsp): Call done_pending_defargs.
8320         * spew.c (defarg_fns): Rearrange list structure.
8321         (defarg_fnsdone): New static variable.
8322         (defarg_depfns): New static variable.
8323         (init_spew): Adjust.
8324         (add_defarg_fn): Store the type in TREE_TYPE.
8325         (do_pending_defargs): Detect and deal with ordering constraints
8326         and circularity.
8327         (done_pending_defargs): New function.
8328         (unprocessed_defarg_fn): New function.
8329         (replace_defarg): Moved from decl.c. Robustify. Don't save
8330         if circularity detected.
8331
8332 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8333
8334         * pt.c (unify): Check array has a domain, before checking
8335         whether it is variable sized.
8336
8337 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8338
8339         * decl.c (grokparms): Unobfuscate and get correct diagnostic for
8340         parameters with pointers to arrays of unknown bound.
8341
8342 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
8343
8344         * parse.y (template_parm_header, template_spec_header): New
8345         reductions. Split out from ...
8346         (template_header): ... here. Use them.
8347         (template_template_parm): Use template_parm_header.
8348         * semantics.c (finish_template_template_parm): Add assert.
8349
8350 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
8351
8352         * mangle.c (write_builtin_type): Fix thinko.
8353
8354         * pt.c (copy_default_args_to_explicit_spec_1): New function.
8355         (copy_default_args_to_explicit_spec): Likewise.
8356         (check_explicit_specialization): Use it.
8357
8358         * class.c (finish_struct_1):  Remove last argument in call to
8359         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
8360         * decl.c (builtin_function): Likewise.
8361         (build_cp_library_fn): Likewise.
8362         (check_initializer): Likewise.
8363         (make_rtl_for_nonlocal_decl): Likewise.
8364         (cp_finish_decl): Likewise.
8365         (start_function): Likewise.
8366         * decl2.c (finish_anon_union): Likewise.
8367         * friend.c (do_friend): Likewise.
8368         * init.c (build_java_class_ref): Likewise.
8369         * method.c (make_thunk): Likewise.
8370         * pt.c (tsubst_friend_function): Likewise.
8371         * semantics.c (expand_body): Likewise.
8372
8373 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
8374
8375         * cp-tree.h (DECL_CLONED_FUNCTION_P): Avoid wild reads by not
8376         looking at DECL_CLONED_FUNCTION for non-functions.
8377
8378 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8379
8380         * error.c (dump_template_parameter): Use parm to determine how
8381         to print default value.
8382
8383 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8384
8385         * class.c (duplicate_tag_error): Clear more flags.
8386
8387 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
8388
8389         * call.c (build_new_method_call): Use binfo_for_vbase.
8390
8391 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
8392
8393         * cp-tree.h (flag_cond_mismatch): Don't declare.
8394         * decl2.c (flag_cond_mismatch): Don't define.
8395         (lang_f_options): Remove cond-mismatch.
8396         (unsupported_options): Add cond-mismatch.
8397
8398 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
8399
8400         * class.c (handle_using_decl): Reject using of constructor name
8401         of sourcing class. Allow injecting of a method with same name as
8402         nested class. Fixup error messages.
8403
8404 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
8405
8406         * decl2.c (lang_decode_option): Handle -Wformat=2.
8407
8408 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8409
8410         * cp-tree.h (lang_decl_flags): Rename defined_in_class to
8411         initialized_in_class.
8412         (DECL_DEFINED_IN_CLASS_P): Rename to ...
8413         (DECL_INITIALIZED_IN_CLASS_P): ... here, to reflect true meaning.
8414         * decl.c (duplicate_decls): Preseve DECL_INITIALIZED_IN_CLASS_P.
8415         (cp_finish_decl): Adjust for DECL_INITIALIZED_IN_CLASS_P.
8416         * pt.c (check_default_tmpl_args): Adjust for
8417         DECL_INITIALIZED_IN_CLASS_P.
8418         (instantiate_class_template): Likewise.
8419         (instantiate_decl): Check DECL_INITIALIZED_IN_CLASS_P.
8420
8421         * class.c (finish_struct): Constify saved_filename.
8422
8423 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8424
8425         * class.c (duplicate_tag_error): Adjust diagnostic.
8426         (finish_struct): Locally set location to start of struct.
8427         * decl.c (fixup_anonymous_aggr): Use cp_error_at.
8428
8429 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
8430
8431         * decl.c (struct binding_level): Adjust class_shadowed comments
8432         to reflect reality.
8433         (push_class_level_binding): Adjust comments to reflect reality.
8434         Set IDENTIFIER_CLASS_VALUE when replacing an existing binding.
8435         Don't set TREE_VALUE on the class_shadowed list.
8436
8437 2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8438
8439         * decl2.c (acceptable_java_type): Allow references too.
8440         * init.c (build_java_class_ref): When using the new ABI, search
8441         `class$' and have it mangled with `mangle_decl.'
8442         * mangle.c (write_java_integer_type_codes): New function.
8443         (write_builtin_type): Detect and mangle Java integer and real
8444         types.
8445
8446 2001-01-07  Mark Mitchell  <mark@codesourcery.com>
8447
8448         * decl2.c (grokfield): Don't accept `asm' specifiers for
8449         non-static data members.
8450
8451 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8452
8453         * expr.c (cplus_expand_expr): Don't reset `target'.
8454
8455 2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
8456
8457         * cp/decl2.c (cxx_post_options): Call cpp_post_options.
8458
8459 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
8460
8461         * parse.y (template_datadef): Check for error_mark_node.
8462
8463 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
8464
8465         * cp-tree.def (DEFAULT_ARG): Make `x' class.
8466
8467 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8468
8469         * decl.c (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Don't define.
8470         (record_builtin_type): Make non-static.
8471         (flag_short_double): Don't declare.
8472         (init_decl_processing): Remove the creation of many tree nodes now
8473         in c_common_nodes_and_builtins.
8474         (build_void_list_node): New function.
8475         * decl2.c (flag_short_double, flag_short_wchar): Don't define.
8476         * cp-tree.h (flag_short_wchar): Don't declare.
8477
8478 2001-01-04  Mark Mitchell  <mark@codesourcery.com>
8479
8480         * call.c (build_conv): Don't use build1 for USER_CONV.
8481         * pt.c (tsubst_copy): Or for PREINCREMENT_EXPR and similar nodes.
8482
8483 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
8484
8485         * lex.c (lang_init): Call c_common_lang_init.
8486
8487 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
8488
8489         * search.c (lookup_fnfields_here): Remove.
8490         (look_for_overrides_r): Use lookup_fnfields_1.
8491         Ignore functions from using declarations.
8492
8493 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
8494
8495         Implement exceptions specifiers for implicit member functions.
8496         * cp-tree.h (merge_exceptions_specifiers): Declare new function.
8497         * method.c (synthesize_exception_spec): New function.
8498         (locate_dtor, locate_ctor, locate_copy): New functions.
8499         (implicitly_declare_fn): Generate the exception spec too.
8500         * search.c (check_final_overrider): Check artificial functions
8501         too.
8502         * typeck2.c (merge_exception_specifiers): New function.
8503
8504 2001-01-03  Jason Merrill  <jason@redhat.com>
8505
8506         * init.c (build_default_init): New fn.
8507         (perform_member_init): Split out from here.
8508         (build_new_1): Use it.  Simplify initialization logic.
8509         (build_vec_init): Take an array, rather than a pointer and maxindex.
8510         Speed up simple initializations.  Don't clean up if we're assigning.
8511         * cp-tree.h: Adjust.
8512         * decl2.c (do_static_initialization): Remove TREE_VEC case.
8513         * parse.y (new_initializer): Return void_zero_node for ().
8514         * typeck.c (build_modify_expr): Handle getting a CONSTRUCTOR.
8515         * typeck2.c (digest_init): Only complain about user-written
8516         CONSTRUCTORs.
8517
8518 2000-12-22  Mike Stump  <mrs@wrs.com>
8519
8520         * decl2.c: (max_tinst_depth): Increase to 50.
8521
8522 2001-01-02  Mark Mitchell  <mark@codesourcery.com>
8523
8524         * class.c (invalidate_class_lookup_cache): Zero the
8525         previous_class_values.
8526         * cp-tree.h (TMPL_PARMS_DEPTH): Use TREE_INT_CST_LOW, not
8527         TREE_INT_CST_HIGH.
8528         (CLASSTYPE_TEMPLATE_LEVEL): Likewise.
8529         * decl.c (free_bindings): New variable.
8530         (push_binding): Don't create a new binding if we have one on the
8531         free list.
8532         (pop_binding): Put old bindings on the free list.
8533         (init_decl_processing): Use size_int, not build_int_2.
8534         Register free_bindings as a GC root.
8535         (cp_make_fname_decl): Use size_int, not build_int_2.
8536         (push_inline_template_parms_recursive): Likewise.
8537         (end_template_parm_list): Likewise.
8538         (for_each_template_parm): Do not use walk_tree_without_duplicates.
8539         (tsubst_template_parms): Use size_int, not build_int_2.
8540         (tsubst): Likewise.
8541         * rtti.c (get_vmi_pseudo_type_info): Likewise.
8542
8543 2001-01-02  Richard Henderson  <rth@redhat.com>
8544
8545         * parse.y (asm): Set ASM_INPUT_P.
8546
8547 2001-01-02  Jason Merrill  <jason@redhat.com>
8548
8549         * tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE
8550         for v3 ABI.
8551
8552         * typeck.c (cp_truthvalue_conversion): New fn.
8553         * cvt.c (ocp_convert): Use it.
8554
8555         * cp-tree.h: Lose c-common.c decls.
8556
8557         * typeck.c (build_unary_op): Restore old &a.f diagnostic code.
8558         * cvt.c (convert_to_void): Use type_unknown_p.
8559
8560         * typeck.c (strip_all_pointer_quals): Also strip quals from
8561         pointer-to-member types.
8562
8563         * Make-lang.in (cp/TAGS): Use --no-globals.  Ignore parse.c, and treat
8564         parse.y as C.
8565
8566         * call.c (build_new_method_call): Do evaluate the object parameter
8567         when accessing a static member.
8568         * typeck.c (build_component_ref): Likewise.
8569
8570 2001-01-02  Andreas Jaeger  <aj@suse.de>
8571
8572         * decl.c (cp_missing_noreturn_ok_p): New.
8573         (init_decl_processing): Set lang_missing_noreturn_ok_p.
8574
8575 2000-12-29  Jakub Jelinek  <jakub@redhat.com>
8576
8577         * decl.c (init_decl_processing): Fix sign of wchar_type_node.
8578
8579 2000-12-29  Mark Mitchell  <mark@codesourcery.com>
8580
8581         * class.c (pushclass): Remove #if 0'd code.
8582         * cp-tree.h (overload_template_name): Remove.
8583         * decl.c (store_bindings): Simplify.
8584         (pop_from_top_level): Likewise.
8585         * pt.c (overload_template_name): Remove.
8586         (instantiate_decl): Don't call push_to_top_level if it's not
8587         needed.
8588
8589 2000-12-28  Mark Mitchell  <mark@codesourcery.com>
8590
8591         * pt.c (register_local_specialization): Don't return a value.
8592         (lookup_template_class): Use move-to-front heuristic when looking
8593         up template instantiations.
8594         (instantiate_decl): Only push_to_top_level when we're actually
8595         going to instantiate the template.
8596
8597 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
8598
8599         * search.c (binfo_for_vtable): Return least derived class, not
8600         most.  Handle secondary vtables.
8601
8602 2000-12-22  Jason Merrill  <jason@redhat.com>
8603
8604         * pt.c (more_specialized): Don't optimize len==0.
8605         (fn_type_unification): If we're adding the return type, increase len.
8606
8607         * typeck.c (build_binary_op): Fix pmf comparison logic.
8608
8609         * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, not
8610         DECL_STATIC_FUNCTION_P.
8611
8612         * semantics.c (genrtl_finish_function): Don't try to jump to
8613         return_label unless it exists.
8614
8615         In partial ordering for a call, ignore parms for which we don't have
8616         a real argument.
8617         * call.c (joust): Pass len to more_specialized.
8618         (add_template_candidate_real): Strip 'this', pass len.
8619         * pt.c (more_specialized): Pass len down.  Lose explicit_args parm.
8620         (get_bindings_order): New fn.  Pass len down.
8621         (get_bindings_real): Strip 'this', pass len.
8622         (fn_type_unification): Likewise.
8623         (type_unification_real): Succeed after checking 'len' args.
8624         (most_specialized_instantiation): Lose explicit_args parm.
8625         * class.c (resolve_address_of_overloaded_function): Strip 'this',
8626         pass len.
8627
8628 2000-12-21  Jason Merrill  <jason@redhat.com>
8629
8630         * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not
8631         DECL_TEMPLATE_RESULT.
8632
8633         * search.c (lookup_field_r): Call lookup_fnfields_1, not
8634         lookup_fnfields_here.
8635
8636         * parse.y (typename_sub2): Return the TYPE_DECL, not the type.
8637
8638         * call.c (build_object_call): Also allow conversions that return
8639         reference to pointer to function.
8640         (add_conv_candidate): Handle totype being ref to ptr to fn.
8641         (build_field_call): Also allow members of type reference to function.
8642         Lose support for calling pointer to METHOD_TYPE fields.
8643
8644         * error.c (dump_expr): Handle *_CAST_EXPR.
8645
8646         * typeck2.c (build_scoped_ref): Always convert to the naming class.
8647
8648         * tree.c (break_out_cleanups): Lose.
8649         * cp-tree.h: Remove prototype.
8650         * typeck.c (build_component_ref): Don't break_out_cleanups.
8651         (build_compound_expr): Likewise.
8652         * semantics.c (finish_expr_stmt): Likewise.
8653
8654 2000-12-20  Richard Henderson  <rth@redhat.com>
8655
8656         * cp-tree.h: Update declarations.
8657         * decl.c (finish_case_label): Return the new stmt node.
8658         * semantics.c (finish_goto_stmt): Likewise.
8659         (finish_expr_stmt, finish_return_stmt): Likewise.
8660         (finish_break_stmt, finish_continue_stmt): Likewise.
8661         (finish_asm_stmt): Likewise.
8662         * parse.y (already_scoped_stmt): Set STMT_LINENO.
8663         (compstmt, implicitly_scoped_stmt, stmt): Likewise.
8664         (simple_if, simple_stmt): Return the new stmt node.
8665         (save_lineno): New.
8666
8667 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
8668
8669         * cp-tree.h: Don't declare warn_long_long.
8670
8671 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8672
8673         * tree.c (no_linkage_helper): Use CLASS_TYPE_P instead of
8674         IS_AGGR_TYPE.
8675
8676 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8677
8678         * pt.c (unify): Handle when both ARG and PARM are
8679         BOUND_TEMPLATE_TEMPLATE_PARM.
8680
8681 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8682
8683         * pt.c (reduce_template_parm_level): Set DECL_ARTIFICIAL and
8684         DECL_TEMPLATE_PARM_P.
8685
8686 2000-12-15  Jason Merrill  <jason@redhat.com>
8687
8688         * init.c (build_new_1): Reorganize.  Now with 100% fewer SAVE_EXPRs!
8689
8690         * init.c (build_new_1): Don't strip quals from type.
8691
8692         * decl.c (pushdecl): Don't check for linkage on a non-decl.
8693
8694         * call.c (build_op_delete_call): See through ARRAY_TYPEs.
8695
8696         * call.c (build_new_function_call): Lose space before paren in
8697         error message.
8698         (build_new_method_call): Likewise.
8699
8700         * typeck2.c (build_m_component_ref): Propagate quals from datum.
8701
8702 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8703
8704         * pt.c (check_explicit_specialization): Propagate default
8705         function arguments to explicit specializations.
8706
8707 2000-12-13  DJ Delorie  <dj@redhat.com>
8708
8709         * typeck.c (build_binary_op): Do signed/unsigned warnings for >?
8710         and <? operators.
8711
8712 2000-12-08  Jason Merrill  <jason@redhat.com>
8713
8714         * error.c (dump_function_name): Don't let the user see __comp_ctor.
8715
8716         Clean up copy-initialization in overloading code.
8717         * call.c (build_user_type_conversion_1): Die if we are asked to
8718         convert to the same or a base type.
8719         (implicit_conversion): Avoid doing so.  Lose reference binding code.
8720         (convert_like_real): Treat BASE_CONV and RVALUE_CONV as implicit
8721         direct-initialization.  Also do direct-init part of copy-init.
8722         (build_user_type_conversion): Don't provide context to convert_like.
8723         * cvt.c (ocp_convert): build_user_type_conversion will now provide
8724         the constructor call for copy-init.
8725
8726         * pt.c (tsubst_decl): Call clone_function_decl here if this is an
8727         instantiation of a member template.
8728         (do_decl_instantiation): Not here.
8729
8730 2000-12-07  Nathan Sidwell  <nathan@codesourcery.com>
8731
8732         * class.c (check_field_decls): Don't special case anonymous
8733         fields in error messages.
8734         (note_name_declared_in_class): Use %D on diagnostic.
8735
8736         * tree.c (pod_type_p): Use strip_array_types.
8737         (cp_valid_lang_attribute): Likewise.
8738         * typeck.c (cp_type_quals): Strip arrays separately, to avoid
8739         multiple evaluations.
8740         (cp_has_mutable_p): Use strip_array_types.
8741
8742 2000-12-07  Nathan Sidwell  <nathan@codesourcery.com>
8743
8744         * cp-tree.h (sufficient_parms_p): Declare new function.
8745         * call.c (sufficient_parms_p): New function, broken out of ...
8746         (add_function_candidate): ... here. Use it.
8747         (add_conv_candidate): Use it.
8748         * decl.c (grok_ctor_properties): Use it.
8749
8750 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
8751
8752         * optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT.
8753
8754 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
8755
8756         * decl2.c (lang_decode_option): Handle -Wformat-security.
8757
8758 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8759
8760         * pt.c (verify_class_unification): New function.
8761         (get_class_bindings): Use it.
8762         (try_class_unification): Tidy.
8763         (unify): Handle when argument of a template-id is not
8764         template parameter dependent.
8765         (template_args_equal): Handle when TREE_CODE's do not match.
8766
8767 2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
8768
8769         * lang-specs.h (c++): When invoking the stand-alone preprocessor
8770         for -save-temps, pass all relevant -Defines to it, and then don't
8771         pass them to cc1plus.
8772
8773 2000-12-05  Will Cohen  <wcohen@redhat.com>
8774
8775         * decl.c (finish_case_label): Cleared
8776         more_cleanups_ok in surrounding function scopes.
8777         (define_label): Likewise.
8778
8779 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
8780
8781         * cp-tree.h (IDENTIFIER_VIRTUAL_P): Document.
8782         (get_matching_virtual): Remove.
8783         (look_for_overrides): Declare new function.
8784         * decl.c (grokfndecl): Don't set IDENTIFIER_VIRTUAL_P or
8785         DECL_VINDEX here.
8786         * class.c (check_for_override): Move base class iteration code
8787         to look_for_overrides.
8788         * search.c (next_baselink): Remove.
8789         (get_virtuals_named_this): Remove.
8790         (get_virtual_destructor): Remove.
8791         (tree_has_any_destructors_p): Remove.
8792         (struct gvnt_info): Remove.
8793         (check_final_overrider): Remove `virtual' from error messages.
8794         (get_matching_virtuals): Remove. Move functionality to ...
8795         (look_for_overrides): ... here, and ...
8796         (look_for_overrides_r): ... here. Set DECL_VIRTUAL_P, if found
8797         to be overriding.
8798
8799 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
8800
8801         * typeck.c (get_delta_difference): If via a virtual base,
8802         return zero.
8803         * cvt.c (cp_convert_to_pointer): If via a virtual base, do no
8804         adjustment.
8805
8806 2000-12-04  Richard Henderson  <rth@redhat.com>
8807
8808         * error.c (dump_tree): Use output_add_string not OB_PUTS.
8809
8810 2000-12-04  Jason Merrill  <jason@redhat.com>
8811
8812         * mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".
8813         (write_builtin_type): Pass intSI_type_node and the like through
8814         type_for_mode.
8815         * method.c (process_overload_item): Mangle VECTOR_TYPEs with 'o'.
8816         Pass intSI_type_node and the like through type_for_mode.
8817         * decl2.c (arg_assoc_type): Handle VECTOR_TYPE like COMPLEX_TYPE.
8818         * pt.c (tsubst, unify): Likewise.
8819         * tree.c (walk_tree): Likewise.
8820         * error.c (dump_type): Likewise.
8821         (dump_type_prefix, dump_type_suffix): Don't bother with VECTOR_TYPE.
8822
8823         * Make-lang.in: Tweak top comment for emacs.
8824         (cp/TAGS): Restore.
8825
8826         * except.c (expand_throw): Use push_throw_library_fn for _Jv_Throw.
8827
8828         * class.c (clone_function_decl): Robustify.
8829
8830 2000-12-04  Michael Matz  <matzmich@cs.tu-berlin.de>
8831
8832         * decl.c (store_bindings): Only search in the non modified
8833         old_bindings for duplicates.
8834
8835 2000-12-04  Nathan Sidwell  <nathan@codesourcery.com>
8836
8837         * error.c (dump_function_decl): Use DECL_VIRTUAL_P, not
8838         TYPE_POLYMORPHIC_P.
8839
8840         * typeck.c (build_static_cast): Remove unused variable.
8841
8842 2000-12-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8843
8844         * pt.c: Fix typo in comment.
8845
8846 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
8847
8848         * decl2.c (warn_format): Remove definition.
8849         (lang_decode_option): Handle -Wformat-nonliteral,
8850         -Wno-format-extra-args and -Wno-format-y2k.  Use set_Wformat.
8851
8852 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
8853
8854         * decl.c (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Don't define.
8855         (init_decl_processing): Don't create string_type_node,
8856         const_string_type_node, wint_type_node, intmax_type_node,
8857         uintmax_type_node, default_function_type, ptrdiff_type_node and
8858         unsigned_ptrdiff_type_node.  Adjust position of call to
8859         c_common_nodes_and_builtins.
8860         (identifier_global_value): New function.
8861
8862 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
8863
8864         * call.c (standard_conversion): Reject pointer to member
8865         conversions from ambiguous, inaccessible or virtual bases.
8866         * typeck.c (build_static_cast): Don't check pointers to members
8867         specially.
8868
8869 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
8870
8871         * method.c (do_build_copy_constructor): Preserve cv
8872         qualifications when accessing source object members.
8873         (do_build_assign_ref): Likewise. Remove separate diagnostics for
8874         unnamed fields.
8875
8876 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
8877
8878         * method.c (do_build_assign_ref): Construct appropriately
8879         CV-qualified base reference. Don't allow const casts in base
8880         conversion.
8881
8882 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
8883
8884         * call.c (build_over_call): Use VOID_TYPE_P. Don't die on
8885         incomplete return type.
8886
8887 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
8888
8889         * parse.y (base_class.1): Produce a _TYPE not a _DECL.
8890         * semantics.c (finish_base_specifier): Accept a _TYPE not a
8891         _DECL.
8892
8893 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
8894
8895         * spew.c (yyerror): Cope if yylval.ttype is NULL.
8896
8897 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
8898
8899         * decl.c (grokdeclarator): Diagnose undefined template contexts.
8900
8901 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
8902
8903         * decl.c (grokdeclarator): Do type access control on friend
8904         class.
8905
8906 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
8907
8908         * decl.c (grokfndecl): Undo COMPONENT_REF damage caused by
8909         bison parser ickiness.
8910         * pt.c (tsubst_friend_function): Enter namespace scope when
8911         tsubsting the function name.
8912         * cp-tree.h (DECL_TI_TEMPLATE): Update comment to reflect reality.
8913
8914 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
8915
8916         * cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.
8917         * cvt.c (cp_convert_to_pointer): Add force parameter.
8918         Allow conversions via virtual base if forced.
8919         (convert_to_pointer_force): Adjust call to cp_convert_to_pointer.
8920         (ocp_convert): Likewise.
8921         * search.c (binfo_from_vbase): Return the virtual base's binfo.
8922         * typeck.c (get_delta_difference): Adjust handling of virtual
8923         bases.
8924
8925 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
8926
8927         * tree.c (struct list_hash): Remove.
8928         (list_hash_table): Make it be an htab.
8929         (struct list_proxy): New type.
8930         (list_hash_eq): New function.
8931         (list_hash_pieces): Renamed from ...
8932         (list_hash): ... this.
8933         (list_hash_lookup): Remove.
8934         (list_hash_add): Remove.
8935         (hash_tree_cons): Use the generic hashtable.
8936         (mark_list_hash): Remove.
8937         (init_tree): Create the hashtable.
8938
8939 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
8940
8941         * method.c (build_mangled_C9x_name): Rename to
8942         build_mangled_C99_name.  Change C9X references in comments to
8943         refer to C99.
8944
8945 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
8946
8947         * parse.y (unary_expr): Move VA_ARG from here ...
8948         (primary): ... to here.
8949
8950 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
8951
8952         * semantics.c (finish_id_expr): If type is error_mark, return
8953         error_mark.
8954
8955 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
8956
8957         * pt.c (lookup_template_class): Simplify loop exit constructs.
8958         Cope when there is no partial instantiation of a template
8959         template member.
8960
8961 Thu Nov 23 02:16:47 2000  J"orn Rennecke <amylaar@redhat.com>
8962
8963         * Make-lang.in (g++spec.o, cxxmain.o): Depend on $(CONFIG_H).
8964
8965 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
8966
8967         * mangle.c (mangle_conv_op_name_for_type): Don't use `__op'
8968         prefix.
8969
8970         * pt.c (do_decl_instantiate): Explicitly clone constructors and
8971         destructors that haven't already been cloned.
8972
8973 2000-11-20  Richard Henderson  <rth@redhat.com>
8974
8975         * parse.y (yyparse_1): Rename the parser entry point.
8976
8977 2000-11-20  Alex Samuel  <samuel@codesourcery.com>
8978
8979         * mangle.c (write_name): Use <unscoped-name> for names directly in
8980         function scope.
8981         (write_unscoped_name): Accept names directly in function scope.
8982
8983 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
8984
8985         * lex.c (rid_to_yy, RID_EXPORT): Make unique keyword.
8986         * parse.y (extdef): Add EXPORT reduction.
8987         * spew.c (yylex): Don't skip export here.
8988
8989 2000-11-19  Mark Mitchell  <mark@codesourcery.com>
8990
8991         * decl.c (init_decl_processing): Correct name of pure virtual
8992         function under the new ABI.
8993         * rtti.c (throw_bad_cast): Likewise, for bad cast function.
8994         (throw_bad_typeid): Likewise for bad typeid function.
8995
8996 2000-11-18  Mark Mitchell  <mark@codesourcery.com>
8997
8998         * decl.c (grokparms): Don't even function types of `void' type,
8999         either.
9000         * mangle.c (write_type): Don't crash when confronted with the
9001         error_mark_node.
9002
9003         * decl.c (grokparms): Don't create parameters of `void' type.
9004
9005 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
9006
9007         * lex.c (mark_impl_file_chain): Delete.
9008         (init_parse): Remove call to ggc_add_string_root.  No need to
9009         ggc_strdup a string constant.  Do not add impl_file_chain to GC
9010         roots.
9011         (handle_pragma_implementation): No need to ggc_strdup main_filename.
9012
9013 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
9014
9015         * pt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.
9016
9017 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
9018
9019         * cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.
9020         * decl.c (grokdeclarator): Don't reject void parms here.
9021         (require_complete_types_for_parms): Simplify, use
9022         complete_type_or_else.
9023         (grokparms): Remove bitrot. Remove funcdef parm.
9024         Deal with ellipsis parm lists here.
9025         * semantics.c (finish_parmlist): Don't append void_list_node
9026         here. Set PARMLIST_ELLIPSIS_P.
9027
9028 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
9029
9030         * typeck2.c (incomplete_type_error): Reorganize to avoid
9031         excessive diagnostics.
9032
9033 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
9034
9035         * lex.c (struct impl_files, internal_filename): Constify a char *.
9036
9037 2000-11-16  Mark Mitchell  <mark@codesourcery.com>
9038
9039         * mangle.c (write_special_name_constructor): Don't generate
9040         assembler junk when confronted with an old-style constructor.
9041         (write_special_name_destructor): Likewise.
9042         (mangle_decl_string): Do it here instead.
9043
9044 2000-11-16  Nathan Sidwell  <nathan@codesourcery.com>
9045
9046         * call.c (op_error): Make error messages clearer.
9047
9048 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
9049
9050         * decl.c (wrapup_globals_for_namespace): Don't mark things
9051         TREE_ASM_WRITTEN when they're not.
9052
9053 2000-11-15  Jason Merrill  <jason@redhat.com>
9054
9055         * typeck2.c (friendly_abort): Uncount the error before handing
9056         off to fancy_abort.
9057
9058 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
9059
9060         * typeck.c (lookup_anon_field): Cope with qv qualifiers.
9061
9062 2000-11-14  Mark Mitchell  <mark@codesourcery.com>
9063
9064         * class.c (build_vtbl_initializer): Fix typo in comment.
9065         * typeck.c (expr_sizeof): Don't crash on errors.
9066
9067 2000-11-14  Jim Wilson  <wilson@redhat.com>
9068
9069         * lang-specs.h: Add %2 after %(cc1_options).
9070
9071 2000-11-14  Richard Henderson  <rth@redhat.com>
9072
9073         * typeck.c (c_sizeof): Be strict about casting result value
9074         back to c_size_type_node.
9075         (expr_sizeof, c_sizeof_nowarn, c_alignof): Likewise.
9076
9077 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
9078
9079         * typeck.c (build_unary_op): Use boolean_increment from
9080         c-common.c, moving the relevant code there.
9081
9082 2000-11-11  Jason Merrill  <jason@redhat.com>
9083
9084         * typeck.c (mark_addressable): Don't call put_var_into_stack.
9085
9086         * decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics
9087         in inlines.
9088
9089 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9090
9091         * decl.c (grokdeclarator, save_function_data): Use memcpy, not bcopy.
9092         * lex.c (copy_lang_decl): Likewise.
9093
9094 2000-11-09  Mark Mitchell  <mark@codesourcery.com>
9095
9096         * dump.c (cp_dump_tree): Don't dump function bodies here.
9097
9098         * Make-lang.in (CXX_C_OBJS): Add c-dump.o.
9099         (dump.o): Update dependency list.
9100         * cp-tree.h (DECL_MAYBE_TEMPLATE): Remove.
9101         (flag_dump_translation_unit): Likewise.
9102         (CP_TYPE_QUALS): Adjust definition.
9103         (DECL_C_BIT_FIELD): Remove.
9104         (SET_DECL_C_BIT_FIELD): Likewise.
9105         (CLEAR_DECL_C_BIT_FIELD): Likewise.
9106         (add_maybe_template): Likewise.
9107         (strip_array_types): Likewise.
9108         (dump_node_to_file): Likewise.
9109         (cp_dump_tree): New function.
9110         * decl.c (init_decl_processing): Set lang_dump_tree.
9111         * decl2.c (flag_dump_translation_unit): Remove.
9112         * dump.c: Move most of it to ../c-dump.c.
9113         (cp_dump_tree): New function.
9114         * pt.c (add_maybe_template): Remove.
9115         * typeck.c (strip_array_types): Likewise.
9116
9117 2000-11-07  Eric Christopher  <echristo@redhat.com>
9118
9119         * decl.c (init_decl_processing): Change definition of
9120         __wchar_t to wchar_t.  Remove artificial declaration of
9121         wchar_t.
9122         * lex.c: Change instances of __wchar_t to wchar_t.
9123
9124 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
9125
9126         * lex.c (do_identifier): Don't lookup_name for operators.
9127         * parse.y (operator): Save looking_for_typename.
9128         (unoperator): Restore it.
9129         * spew.c (frob_opname): Use nth_token for lookahead.
9130
9131 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
9132
9133         * decl.c (grok_op_properties): Always use coerce_new_type and
9134         coerce_delete_type.
9135         * decl2.c (coerce_new_type): Use c_size_type_node. Preserve
9136         exception specification. Tidy up.
9137         (coerce_delete_type): Preserve exception specification. Tidy up.
9138
9139 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
9140
9141         * class.c (duplicate_tag_error, build_vtbl_initializer), decl.c
9142         (push_binding_level), error.c (cp_tree_printer), pt.c
9143         (process_partial_specialization, tsubst_template_arg_vector),
9144         search.c (lookup_member): Use memset () instead of bzero ().
9145
9146 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
9147
9148         * decl.c (build_ptrmemfunc_type): Allow error_mark_node.
9149
9150 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
9151
9152         * Make-lang.in (c++.distdir): Remove.
9153
9154 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
9155
9156         * decl2.c (do_nonmember_using_decl): Allow `extern "C"'
9157         declarations from different namespaces to be combined.
9158
9159 2000-11-03  Zack Weinberg  <zack@wolery.stanford.edu>
9160
9161         * decl.c: Include tm_p.h.
9162
9163 2000-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
9164
9165         * tree.c (cp_tree_equal): Use memcmp () instead of bcmp ().
9166
9167 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
9168
9169         * dump.c (dequeue_and_dump), lex.c (interface_strcmp), method.c
9170         (build_overload_value), repo.c (open_repo_file), xref.c
9171         (open_xref_file): Use strchr () and strrchr () instead of index ()
9172         and rindex ().
9173
9174 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
9175
9176         * call.c (build_over_call): Call fold on the CALL_EXPR.
9177
9178 2000-11-01  Gabriel Dos Reis  <gdr@codesourcery.com>
9179
9180         * error.c (dump_template_decl): Separate template hearders with
9181         space not comma.
9182
9183 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
9184
9185         * error.c: Move TFF_ macros into cp-tree.h.  Throughout, replace
9186         TS_* flags with corresponding TFF_*.  Adjust prototypes of
9187         functions (which used to take a tree_string_flags) to take an int.
9188
9189         * cp-tree.h (enum tree_string_flags): Remove
9190         (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE,
9191         TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPEDEF, TFF_DECL_SPECIFIERS,
9192         TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
9193         TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
9194         TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS,
9195         TFF_TEMPLATE_NAME, TFF_EXPR_IN_PARENS, TFF_SCOPE): New macros.
9196         (type_as_string, decl_as_string, expr_as_string,
9197         context_as_string): Adjust prototype.
9198
9199         * class.c (dump_class_hierarchy_r): Use TFF_PLAIN_IDENTIFIER
9200         instead of TS_PLAIN.
9201
9202         * pt.c (mangle_class_name_for_template): Use TFF_CHASE_TYPEDEF
9203         instead of TF_CHASE_TYPEDEFS. Use TFF_PLAIN_IDENTIFIER instead of
9204         plain `0'.
9205
9206 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
9207
9208         * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
9209         (linkage_kind): New enumeration.
9210         (decl_linkage): New function.
9211         * decl2.c (comdat_linkage): Extend comment.
9212         * error.c (dump_function_decl): Print the arguments used to
9213         instantiate a template, even when not printing the type of the
9214         function.
9215         * pt.c (convert_nontype_argument): Use DECL_EXTERNAL_LINKAGE_P,
9216         not TREE_PUBLIC, to test for external linkage.
9217         * tree.c (decl_linkage): New function.
9218
9219 2000-10-28  Mark Mitchell  <mark@codesourcery.com>
9220
9221         * pt.c (instantiate_decl): Always instantiate static data members
9222         initialized in-class.
9223
9224 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
9225
9226         * Make-lang.in: Move all build rules here from Makefile.in,
9227         adapt to new context.  Wrap all rules that change the current
9228         directory in parentheses.  Expunge all references to $(P).
9229         When one command depends on another and they're run all at
9230         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
9231         all object-file generation rules.  Delete obsolete variables.
9232
9233         * Makefile.in: Delete.
9234         * config-lang.in: Delete outputs= line.
9235
9236 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
9237
9238         * error.c (dump_function_decl): Print no space between
9239         `ptr-operator' the `type-specifier' of the return type.
9240         (dump_type_prefix): Make sure we put space at the appropriate
9241         place.
9242
9243 2000-10-23  Jason Merrill  <jason@redhat.com>
9244
9245         * call.c (equal_functions): Also call decls_match for extern "C" fns.
9246
9247 2000-10-22  Jason Merrill  <jason@redhat.com>
9248
9249         * call.c (build_conditional_expr): Use ocp_convert to force
9250         rvalue conversion.
9251
9252 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
9253
9254         * call.c (standard_conversion): Use RVALUE_CONVs for all
9255         expressions that satisfy lvalue_p, not just those that satisfy
9256         real_lvalue_p.
9257
9258         * optimize.c (copy_body_r): Don't treat CALL_EXPRs specially.
9259
9260         * typeck.c (c_sizeof): Return an expression of `size_t' type,
9261         not one with TYPE_IS_SIZETYPE set.
9262         (dubious_conversion_warnings): Remove special-case code.
9263
9264 2000-10-21  Geoffrey Keating  <geoffk@cygnus.com>
9265
9266         * decl2.c (arg_assoc_type): Handle VECTOR_TYPE.
9267         * error.c (dump_type): Handle VECTOR_TYPE like POINTER_TYPE.
9268         (dump_type_prefix): Print vector-of-int as 'int vector'.
9269         (dump_type_suffix): Handle VECTOR_TYPE like POINTER_TYPE.
9270         * tree.c (walk_tree): Handle VECTOR_TYPE.
9271
9272         * decl.c (init_decl_processing): Call MD_INIT_BUILTINS.
9273
9274 2000-10-21  Jason Merrill  <jason@redhat.com>
9275
9276         * parse.y (operator): Set got_object from got_scope.
9277         Set looking_for_typename.
9278         * decl.c (lookup_name_real): Clear val after setting from_obj.
9279         Reorganize diagnostic.
9280
9281 2000-10-20  Jason Merrill  <jason@redhat.com>
9282
9283         * tree.c (walk_tree): Don't walk into default args.
9284
9285         * error.c (dump_expr): Use host_integerp.
9286
9287 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
9288
9289         * typeck2.c (abstract_virtuals_error): Use "because" instead of
9290         "since" in error message.
9291
9292 Fri Oct 20 13:54:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9293
9294         * typeck.c (dubious_conversion_warning): Suppress if TYPE_IS_SIZETYPE.
9295
9296 2000-10-20  Jeffrey Oldham  <oldham@codesourcery.com>
9297
9298         * decl.c (revert_static_member_fn): Fixed typo.
9299
9300 2000-10-19  Mark Mitchell  <mark@codesourcery.com>
9301
9302         * class.c (subobject_offset_fn): New type.
9303         (dfs_record_base_offsets): Remove.
9304         (record_base_offsets): Likewise.
9305         (dfs_search_base_offsets): Likewise.
9306         (record_subobject_offset): New function.
9307         (check_subobject_offset): Likewise.
9308         (walk_subobject_offsets): Likewise.
9309         (record_subobject_offsets): Likewise.
9310         (layout_conflict_p): Reimplement.
9311         (layout_nonempty_base_or_field): Correct handling of type
9312         conflicts during layout.
9313         (layout_empty_base): Likewise.
9314         (build_base_field): Adjust to handle new representation of empty
9315         base offset table.
9316         (build_base_fields): Likewise.
9317         (layout_virtual_bases): Likewise.
9318         (splay_tree_compare_integer_csts): New function.
9319         (layout_class_type): Use a splay_tree, rather than a varray, to
9320         represent the offsets of empty bases.
9321
9322         * cp-tree.h (DECL_ANTICIPATED): Don't require a FUNCTION_DECL.
9323         * decl.c (select_decl): Don't return declarations that are
9324         DECL_ANTICIPATED.
9325
9326 2000-10-18  Mark Mitchell  <mark@codesourcery.com>
9327
9328         * cp-tree.h (cp_tree_index): Add CPTI_FAKE_STD.
9329         (fake_std_node): New macro.
9330         * decl.c (in_std): Rename to ...
9331         (in_fake_std): ... this.
9332         (flag_no_builtin): Remove.
9333         (flag_no_nonansi_builtin): Likewise.
9334         (walk_namespaces_r): Use fake_std_node.
9335         (push_namespace): Use std_identifier.
9336         (pop_namespace): Use in_fake_std.
9337         (lookup_name_real): Use fake_std_node.
9338         (init_decl_processing): When -fhonor-std, create the `std'
9339         namespace.  Don't create a dummy fake_std_node in that case.
9340         Adjust call to c_common_nodes_and_builtins.  Use std_identifier.
9341         (builtin_function): Put builtins whose names don't begin
9342         with `_' in the std namespace.
9343         * decl2.c (flag_no_builtin): Remove.
9344         (flag_no_nonansi_builtin): Likewise.
9345         (set_decl_namespace): Use fake_std_node.
9346         (validate_nonmember_using_decl): Likewise.
9347         (do_using_directive): Likewise.
9348         (handle_class_head): Likewise.
9349         * dump.c (dequeue_and_dump): Likewise.
9350         * except.c (init_exception_processing): Use std_identifier.
9351         * init.c (build_member_call): Use fake_std_node.
9352         * rtti.c (init_rtti_processing): Use std_identifier.
9353
9354 2000-10-17  Mark Mitchell  <mark@codesourcery.com>
9355
9356         * cp-tree.h (back_end_hook): Remove declaration.
9357         * decl2.c (back_end_hook): Remove definition.
9358
9359         * dump.c (dequeue_and_dump): Dump TREE_USED.
9360
9361 Tue Oct 17 20:19:06 2000  Brad Lucier <lucier@math.purdue.edu>
9362
9363         * spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int).
9364
9365 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9366
9367         * decl.c (WINT_TYPE): Define.
9368         (init_decl_processing): Create types unsigned_ptrdiff_type_node,
9369         c_size_type_node, signed_size_type_node and wint_type_node.
9370
9371 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
9372
9373         * decl2.c (warn_missing_format_attribute): New variable.
9374         (lang_decode_option): Decode -Wmissing-format-attribute.
9375
9376 2000-10-16  Mark Mitchell  <mark@codesourcery.com>
9377
9378         * typeck.c (qualify_type): Remove.
9379         (composite_pointer_type): Fix handling of conversions to `cv void*'.
9380
9381 2000-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9382
9383         * Makefile.in (parse.c, parse.h): Fix think-o in last patch.
9384
9385 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9386
9387         * Makefile.in (parse.c, parse.h): Create atomically.
9388
9389 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
9390
9391         * class.c (current_obstack): Remove.
9392         * decl.c (ggc_p): Remove.
9393         (start_decl): Don't use decl_tree_cons.
9394         (grokdeclarator): Don't use build_decl_list.
9395         (start_function): Don't use decl_tree_cons.
9396         (finish_function): Don't mess with obstacks.
9397         * decl2.c (grok_x_components): Don't use build_decl_list.
9398         * lex.c (make_call_declarator): Don't call decl_tree_cons.
9399         (implicitly_declare_fn): Don't call build_decl_list.
9400         * parse.y (frob_specs): Don't call build_decl_list or
9401         decl_tree_cons.
9402         (expr_or_declarator_intern): Don't call decl_tree_cons.
9403         (primary): Don't call build_decl_list.
9404         (fcast_or_absdcl): Likewise.
9405         (typed_declspecs): Don't call decl_tree_cons.
9406         (reserved_declspecs): Don't call build_decl_list.
9407         (declmods): Likewise.
9408         (reserved_typespecquals): Likewise.
9409         (aggr): Likewise.
9410         (new_type_id): Likewise.
9411         (cv_qualifiers): Likewise.
9412         (after_type_declarator_intern): Likewise.
9413         (notype_declarator_intern): Likewise.
9414         (absdcl_intern): Likewise.
9415         (named_parm): Likewise.
9416         * pt.c (most_specialized_class): Likewise.
9417         * repo.c (temporary_obstack): Make it a structure, not a pointer.
9418         (init_repo): Initialize it.
9419         * search.c (current_obstack): Remove.
9420         * typeck2.c (add_exception_specifier): Don't call build_decl_list.
9421
9422 2000-10-09  Richard Henderson  <rth@cygnus.com>
9423
9424         * Make-lang.in (CXX_EXTRA_HEADERS): Remove.
9425         (c++ language support bits for libgcc): Remove.
9426         (c++.clean): Remove cplib2.txt cleanup.
9427         * config-lang.in (headers, lib2funcs): Remove.
9428
9429         * exception.cc, new.cc, new1.cc, new2.cc: Remove files.
9430         * tinfo.cc, tinfo.h, tinfo2.cc, vec.cc: Remove files.
9431         * inc/cxxabi.h, inc/exception, inc/new: Remove files.
9432         * inc/new.h, inc/typeinfo: Remove files.
9433
9434 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
9435
9436         * decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
9437         defined.
9438         (init_decl_processing): Initialize intmax_type_node and
9439         uintmax_type_node.
9440
9441 2000-10-06  Richard Henderson  <rth@cygnus.com>
9442
9443         * cp-tree.h (struct cp_language_function): Remove x_result_rtx.
9444         (original_result_rtx): Remove.
9445         * decl.c (save_function_data): Don't clear x_result_rtx.
9446         (mark_lang_function): Don't mark it either.
9447         * expr.c (fixup_result_decl): Remove.
9448         * semantics.c (genrtl_named_return_value): Frob the return decl
9449         before calling emit_local_var.
9450         (genrtl_finish_function): Don't call fixup_result_decl.
9451         Always emit the jump to return_label.
9452
9453 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
9454
9455         * pt.c (lookup_template_class): Set current access for enum.
9456         (tsubst_enum): Set file & line for enum decl.
9457
9458         * spew.c (yylex): Remove unused variable.
9459
9460 2000-10-05  Richard Henderson  <rth@cygnus.com>
9461
9462         * semantics.c (genrtl_finish_function): Don't init or check
9463         can_reach_end; remove noreturn and return value checks.
9464
9465 2000-10-05  Tom Tromey  <tromey@cygnus.com>
9466
9467         * init.c (build_java_class_ref): Use `build_static_name' with a
9468         suffix, not a prefix, to build the class object's name.
9469
9470 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
9471
9472         * cp-tree.h (access_kind): Fix comment typo.
9473         * decl2.c (grokfield): Fix diagnostic typo.
9474         * semantics.c (finish_template_type): Fix comment typo.
9475         (finish_qualified_object_call_expr): Likewise.
9476
9477 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
9478
9479         * pt.c (tsubst_expr, DECL_STMT case): Don't process if
9480         tsubsting fails.
9481
9482 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
9483
9484         * spew.c (frob_id): New static function.
9485         (frob_opname): Use it.
9486         (yylex): Use it.
9487
9488 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
9489
9490         * decl.c (lang_mark_false_label_stack): Remove.
9491         * lex.c (cp_mang_lang_type): Use ggc_alloc_cleared.
9492
9493 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9494
9495         * gxxint.texi: Use @email for formatting email addresses.
9496
9497 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
9498
9499         * error.c: Remove direct obstack manipulation.  Replace with
9500         output_buffer-based formatting.  Adjust calls to removed macros.
9501         (obstack_chunk_alloc, obstack_chunk_free): Remove.
9502         (OB_INIT, OB_PUTC, OB_PUTC2, OB_PUTS, OB_PUTID, OB_PUTCP,
9503         OB_FINISH, OB_PUTI, OB_END_TEMPLATE): Likewise.
9504
9505 2000-09-24  Mark Mitchell  <mark@codesourcery.com>
9506
9507         * ir.texi: Move to ../c-tree.texi.
9508
9509 2000-09-20  Jason Merrill  <jason@redhat.com>
9510
9511         * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
9512
9513 2000-09-21  Andreas Jaeger  <aj@suse.de>
9514
9515         * errfn.c: Move declaration of cp_printer and cp_printers to ...
9516         * cp-tree.h: ... here.
9517
9518         * error.c: Remove declaration of cp_printer.
9519
9520 2000-09-20  Mark Mitchell  <mark@codesourcery.com>
9521
9522         * tree.c (mark_local_for_remap_r): Handle CASE_LABELs.
9523
9524 2000-09-20  Hans-Peter Nilsson  <hp@axis.com>
9525
9526         * except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and
9527         users.
9528
9529 2000-09-18  Mark Mitchell  <mark@codesourcery.com>
9530
9531         * decl.c (start_function): Robustify.
9532
9533 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9534
9535         * cp-tree.h (check_function_format): Accept a `status' parameter.
9536
9537         * call.c, typeck.c: Updates calls to `check_function_format'.
9538
9539 2000-09-17  Geoffrey Keating  <geoffk@cygnus.com>
9540
9541         * decl2.c (handle_class_head): Always push some scope even
9542         in the error case.
9543
9544 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
9545
9546         * cp-tree.h (struct cp_language_function): Remove
9547         x_scope_stmt_stack and name_declared.
9548         (current_scope_stmt_stack): Remove.
9549         (function_name_declared_p): New macro.
9550         (struct lang_decl_flags): Use c_lang_decl as a base class.
9551         (context): Remove.
9552         (struct lang_decl): Replace saved_tree with context.
9553         (DECL_FRIEND_CONTEXT): Adjust accordingly.
9554         (SET_DECL_FRIEND_CONTEXT): Likewise.
9555         (DECL_VIRTUAL_CONTEXT): Likewise.
9556         (DECL_SAVED_TREE): Remove.
9557         (C_DECLARED_LABEL_FLAG): Likewise.
9558         (cplus_expand_expr_stmt): Don't declare.
9559         (add_decl_stmt): Likewise.
9560         (add_scope_stmt): Likewise.
9561         * decl.c (mark_stmt_tree): Remove.
9562         (case_compare): Likewise.
9563         (finish_case_label): Use c_add_case_label.
9564         (init_decl_processing): Set more language-specific hooks.
9565         (build_enumerator): Fix typo in comment.
9566         (cplus_expand_expr_stmt): Remove.
9567         (mark_lang_function): Use mark_c_language_function.
9568         (lang_mark_tree): Use c_mark_lang_decl.
9569         * decl2.c: Change order of inclusion.
9570         * except.c: Likewise.
9571         * expr.c (cplus_expand_expr): Remove handling of STMT_EXPR.  Fall
9572         back on c_expand_expr.
9573         * friend.c: Include expr.h.
9574         * init.c: Change order of inclusion.
9575         * Makefile.in: Update dependencies.
9576         * lex.h (free_lang_decl_chain): Remove.
9577         * optimize.c (maybe_clone_body): Use function_name_declared_p.
9578         * pt.c (build_template_decl): Don't copy DECL_VIRTUAL_CONTEXT if
9579         it doesn't exist.
9580         (instantiate_decl): Use function_name_declared_p.
9581         * semantics.c (lang_expand_expr_stmt): Remove.
9582         (set_current_function_name_declared): Likewise.
9583         (current_function_name_declared): Likewise.
9584         (begin_compound_stmt): Use function_name_declared_p.
9585         (add_decl_stmt): Remove.
9586         (setup_vtbl_ptr): Use function_name_declared_p.
9587         (add_scope_stmt): Remove.
9588         (current_scope_stmt_stack): New function.
9589         (cp_expand_stmt): Don't handle SCOPE_STMTs.
9590         (expand_body): Use function_name_declared_p.
9591         * tree.c (cp_statement_code_p): Don't include SCOPE_STMT.
9592         * typeck.c: Change order of includes.
9593         (convert_sequence): Remove.
9594
9595 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
9596
9597         * lex.c (reswords): Add _Complex.
9598
9599 Thu Sep 14 12:10:45 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9600
9601         * Make-lang.in (cplib2.txt): Depend on cp/Makefile.
9602
9603 2000-09-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
9604
9605         * init.c (begin_init_stmts): Don't use // comments.
9606
9607 2000-09-12  Jason Merrill  <jason@redhat.com>
9608
9609         * decl.c (maybe_deduce_size_from_array_init): Set do_default for
9610         all non-extern arrays.
9611
9612         * decl.c (grokdeclarator): Complain about 'friend T' for implicit
9613         typenames, too.  Downgrade complaint to pedwarn.
9614         (xref_tag): Warn about surprising behavior of 'friend struct T'.
9615         * decl2.c (handle_class_head): Generate a TYPENAME_TYPE for
9616         'class This::Inherited'.
9617
9618 2000-09-12  Mark Mitchell  <mark@codesourcery.com>
9619
9620         * decl.c (finish_case_label): Given the LABEL_DECL a
9621         DECL_CONTEXT.
9622
9623 2000-09-12  Gabriel Dos Reis  <gdr@codesourcery.com>
9624
9625         * error.c (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE,
9626         TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPDEF,
9627         TFF_DECL_SPECIFIERS, TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
9628         TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
9629         TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS, TFF_SCOPE):
9630         New macros.
9631         (sorry_for_unsupported_tree, print_scope_operator,
9632         print_left_paren, print_right_paren, print_left_bracket,
9633         print_right_bracket, print_whitespace): Likewise.
9634         (aggr_variety): Rename to class_key_or_enum.
9635         (print_type): Rename to print_type_id.
9636         (print_type_specifier_seq, print_simple_type_specifier,
9637         print_elaborated_type_specifier,
9638         print_rest_of_abstract_declarator,
9639         print_parameter_declaration_clause, print_exception_specification,
9640         print_nested_name_specifier, print_template_id,
9641         typedef_original_name,  print_template_argument_list_start,
9642         print_template_argument_list_end): New functions.
9643
9644 2000-09-11  Gabriel Dos Reis  <gdr@codesourcery.com>
9645
9646         * ir.texi: Add more documentation.
9647
9648 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
9649
9650         * cp-tree.h (struct saved_scope): Remove x_function_parms.
9651         (current_function_parms): Don't define.
9652         (struct cp_language_function): Remove parms_stored.
9653         (current_function_just_assigned_this): Don't define.
9654         (current_function_parms_stored): Likewise.
9655         (static_ctors): Declare.
9656         (static_dtors): Likewise.
9657         (SF_EXPAND): Don't define.
9658         (expand_start_early_try_stmts): Remove declaration.
9659         (store_parm_decls): Likewise.
9660         * decl.c (static_ctors): Don't declare.
9661         (static_dtors): Likewise.
9662         (struct binding_level): Remove this_block.
9663         (poplevel): Remove dead code.
9664         (set_block): Likewise.
9665         (mark_binding_level): Don't mark this_block.
9666         (mark_saved_scope): Don't mark x_function_parms.
9667         (init_decl_processing): Don't add current_function_parms as a GC
9668         root.
9669         (check_function_type): Change prototype.
9670         (start_function): Remove RTL-generation code.
9671         (expand_start_early_try_stmts): Remove.
9672         (store_parm_decls): Give it internal linkage.  Remove
9673         RTL-generation code.
9674         (finish_function): Remove RTL-generation code.
9675         * decl2.c (static_ctors): Fix formatting.
9676         (static_dtors): Likewise.
9677         * method.c (use_thunk): Don't call store_parm_decls.
9678         (synthesize_method): Likewise.
9679         * optimize.c (maybe_clone_body): Likewise.
9680         * parse.y (fn.def2): Likewise.
9681         (.set_base_init): Likewise.
9682         (nodecls): Likewise.
9683         * pt.c (instantiate_decl): Likewise.
9684         * rtti.c (synthesize_tinfo_fn): Likewise.
9685         * semantics.c (genrtl_try_block): Simplify.
9686         (expand_body): Use genrtl_start_function and
9687         genrtl_finish_function.
9688         (genrtl_start_function): New function.
9689         (genrtl_finish_function): Likewise.
9690
9691 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
9692
9693         * error.c (cp_tree_printer, case 'P'): Append break.
9694
9695 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
9696
9697         * cp-tree.h (frob_opname): Declare.
9698         * parse.y (saved_scopes): New static variable.
9699         (cp_parse_init): Adjust.
9700         (do_id): If lastiddecl is NULL, do do_identifier.
9701         (operator): Save scope information.
9702         (unoperator): New reduction. Restore scope information.
9703         (operator_name): Append unoperator. Call frob_opname.
9704         * spew.c (frob_opname): Define.
9705
9706 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
9707
9708         * decl.c, rtti.c: Include defaults.h if not already included.
9709         Don't define the *_TYPE_SIZE macros.
9710
9711 2000-09-09  Mark Mitchell  <mark@codesourcery.com>
9712
9713         * cp-tree.h (push_switch): Change prototype.
9714         (check_cp_case_value): Remove declaration.
9715         (decl_constant_value): Likewise.
9716         * decl.c (struct cp_switch): Add switch_stmt and cases.
9717         (case_compare): New function.
9718         (push_switch): Set switch_stmt.  Initialize cases.
9719         (pop_switch): Clean up cases.
9720         (define_case_label): Rename to ...
9721         (finish_case_label): ... this.  Do semantic analysis for case
9722         labels here.
9723         (start_function): Correct comment.
9724         * decl2.c (check_cp_case_value): Remove.
9725         * expr.c (do_case): Remove.
9726         * pt.c (tsubst_expr): Adjust call to finish_case_label.
9727         * semantics.c (genrtl_do_poplevel): Remove declaration.
9728         (RECHAIN_STMTS): Remove.
9729         (finish_break_stmt): Use build_break_stmt.
9730         (finish_continue_stmt): Use build_continue_stmt.
9731         (finish_switch_cond): Adjust condition here, rater than in
9732         c_expand_start_case.
9733         (finish_case_label): Remove.
9734         * typeck.c (c_expand_return): Remove.
9735         (c_expand_start_case): Likewise.
9736
9737 2000-09-07  Gabriel Dos Reis  <gdr@codesourcery.com>
9738
9739         * ir.texi: Document type nodes.
9740
9741 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
9742
9743         * cp-tree.h (init_cp_semantics): Declare.
9744         (genrtl_try_block): Don't declare.
9745         (genrtl_handler): Likewise.
9746         (genrtl_catch_block): Likewise.
9747         (genrtl_ctor_stmt): Likewise.
9748         (genrtl_subobject): Likewise.
9749         (genrtl_do_poplevel): Likewise.
9750         (genrtl_named_return_value): Likewise.
9751         * lex.c (init_parse): Call init_cp_semantics.
9752         * semantics.c (genrtl_try_block): Give it internal linkage.
9753         (genrtl_handler): Likewise.
9754         (genrtl_catch_block): Likewise.
9755         (genrtl_ctor_stmt): Likewise.
9756         (genrtl_subobject): Likewise.
9757         (genrtl_do_poplevel): Likewise.
9758         (genrtl_named_return_value): Likewise.
9759         (lang_expand_stmt): Rename to ...
9760         (cp_expand_stmt): ... this.  Only handle C++-specific nodes.
9761         (init_cp_semantics): Define.
9762
9763         * decl.c (initialize_local_var): Remove RTL-generating code.
9764         * semantics.c (genrtl_try_block): Fix formatting.
9765
9766         Move statement-tree facilities from C++ to C front-end.
9767         * cp-tree.h (cp_tree_index): Remove CPTI_VOID_ZERO.
9768         (void_zero_node): Remove.
9769         (stmt_tree): Likewise.
9770         (scope_chain): Adjust.
9771         (language_function): Rename to cp_language_function.
9772         (cp_function_chain): Adjust.
9773         (current_stmt_tree): Remove.
9774         (last_tree): Likewise.
9775         (last_expr_type): Likewise.
9776         (struct lang_decl): Adjust.
9777         (STMT_IS_FULL_EXPR_P): Remove.
9778         (add_tree): Remove.
9779         (begin_stmt_tree): Likewise.
9780         (finish_stmt_tree): Likewise.
9781         (walk_tree_fn): Likewise.
9782         (walk_stmt_tree): Likewise.
9783         * class.c (finish_struct): Replace use of add_tree with add_stmt.
9784         * decl.c (mark_stmt_tree): Adjust type.
9785         (init_decl_processing): Don't build void_zero_node.
9786         (initialize_local_var): Adjust usage of current_stmt_tree.
9787         (finish_enum): Use add_stmt, not add_tree.
9788         (save_function_data): Adjust use of language_function.
9789         (finish_constructor_body): Use add_stmt, not add_tree.
9790         (finish_destructor_body): Likewise.
9791         (push_cp_function_context): Adjust use of language_function.
9792         (pop_cp_function_context): Likewise.
9793         (mark_lang_function): Likewise.
9794         (mark_cp_function_context): Likewise.
9795         * init.c (build_aggr_init): Adjust use of current_stmt_tree.
9796         (build_vec_init): Likewise.
9797         * semantics.c (SET_LAST_STMT): Remove.
9798         (RECHAIN_STMTS): Don't use it.
9799         (stmts_are_full_exprs_p): Adjust use of current_stmt_tree.
9800         (current_stmt_tree): Define.
9801         (add_tree): Remove.
9802         (finish_goto_stmt): Use add_stmt, not add_tree.
9803         (finish_expr_stmt): Likewise.
9804         (begin_if_stmt): Likewise.
9805         (finish_then_clause): Likewise.
9806         (begin_while_stmt): Likewise.
9807         (begin_do_stmt): Likewise.
9808         (finish_return_stmt): Likewise.
9809         (begin_for_stmt): Likewise.
9810         (finish_break_stmt): Likewise.
9811         (finish_continue_stmt): Likewise.
9812         (begin_switch_stmt): Likewise.
9813         (finish_case_label): Likewise.
9814         (begin_try_block): Likewise.
9815         (begin_function_try_block): Likewise.
9816         (begin_handler): Likewise.
9817         (begin_catch_block): Likewise.
9818         (begin_compound_stmt): Likewise.
9819         (begin_asm_stmt): Likewise.
9820         (finish_asm_stmt): Likewise.
9821         (finish_label_stmt): Likewise.
9822         (add_decl_stmt): Likewise.
9823         (finish_subobject): Likewise.
9824         (finish_decl_cleanup): Likewise.
9825         (finish_named_return_value): Likewise.
9826         (setup_vtbl_ptr): Likewise.
9827         (add_scope_stmt): Likewise.
9828         (finish_stmt_expr): Likewise.
9829         (prune_unused_decls): Remove.
9830         (begin_stmt_tree): Likewise.
9831         (finish_stmt_tree): Likewise.
9832         (prep_stmt): Adjust use of current_stmt_tree.
9833         (lang_expand_stmt): Likewise.
9834         * tree.c (statement_code_p): Remove.
9835         (cp_statement_code_p): New function.
9836         (walk_stmt_tree): Remove.
9837         (init_tree): Set lang_statement_code_p.
9838
9839 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
9840
9841         Integrated preprocessor.
9842
9843         * Make-lang.in, Makefile.in: Remove all references to input.c,
9844         gxx.gperf, and hash.h.  Add ../c-lex.o to C_OBJS.
9845         * gxx.gperf, hash.h, input.c: Delete.
9846         * lang-specs.h: Pass -lang-c++ to cc1plus so cpplib is
9847         initialized properly.
9848
9849         * class.c (fixup_pending_inline): Take a tree, not a
9850         struct pending_inline *.  All callers changed.
9851         (init_class_processing): Set RID_PUBLIC, RID_PRIVATE,
9852         RID_PROTECTED entries in ridpointers[] array here.
9853         * decl.c (duplicate_decls): Do not refer to struct
9854         pending_inline.
9855         (record_builtin_type, init_decl_processing): Use RID_MAX not
9856         CP_RID_MAX.
9857         (grokdeclarator): Use C_IS_RESERVED_WORD.
9858         * decl2.c (lang_decode_option): Ignore -lang-c++ for sake of
9859         cpplib.
9860         (grok_x_components): Do not inspect pending_inlines chain.
9861
9862         * cp-tree.h (struct lang_identifier): Add rid_code entry.
9863         (C_IS_RESERVED_WORD, C_RID_CODE, C_RID_YYCODE): New.
9864         (flag_no_gnu_keywords, flag_operator_names, rid_to_yy): Declare.
9865         (DEFARG_LENGTH, struct pending_inline, TIME_IDENTIFIER_TIME,
9866         TIME_IDENTIFIER_FILEINFO): Kill.
9867         Update prototypes.
9868         * lex.h: Expunge cp_rid.  Rewrite RIDBIT macros to use just a
9869         single 32-bit word.
9870         * parse.y: Call do_pending_inlines unconditionally.
9871         reinit_parse_for_method is now snarf_method.  fn.defpen is no
9872         longer necessary.  Remove unnecessary <itype> annotation on
9873         SCOPE.  Do not refer to end_of_file or struct pending_inline.
9874         * semantics.c (begin_inline_definitions): Call
9875         do_pending_inlines unconditionally.
9876
9877         * lex.c: Remove all code now shared with C front end.
9878         Initialize cpplib properly if USE_CPPLIB.  Put reserved words
9879         into the get_identifier table.  Rewrite pragma handling to
9880         work with the registry.  Move code to save tokens for later
9881         processing to spew.c.
9882
9883         * spew.c: Rewrite everything in terms of token streams instead
9884         of text.  Move routines here from lex.c / input.c as
9885         appropriate.  GC-mark trees hanging off the pending inlines
9886         chain.
9887
9888 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
9889
9890         * NEWS: Mention that the named return value extension has been
9891         deprecated.
9892         * cp-tree.h (original_result_rtx): Define.
9893         (TREE_REFERENCE_EXPR): Remove.
9894         (DECL_VPARENT): Likewise.
9895         (pushdecl_nonclass_level): Likewise.
9896         (store_return_init): Likewise.
9897         (reinit_lang_specific): Likewise.
9898         (genrtl_named_return_value): Change prototype.
9899         * decl.c (original_result_rtx): Remove.
9900         (cp_finish_decl): Don't build DECL_STMTs for RESULT_DECLs.
9901         Do not generate RTL for local variables here.
9902         (store_return_init): Remove.
9903         * semantics.c (genrtl_named_return_value): Simplify.  Fold in
9904         store_return_init.
9905         (finish_named_return_value): Adjust accordingly.  Warn that this
9906         extension is deprecated.
9907         (lang_expand_stmt): Adjust call to genrtl_named_return_value.
9908
9909 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9910
9911         * pt.c (type_unification_real): Replace switch with if.
9912         (unify): Tsubst non-type parms before comparing.
9913
9914 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9915
9916         * error.c (dump_typename): New function, broken out of ...
9917         (dump_type): ... here. Use it.
9918         * typeck.c (same_type_p): Use cp_tree_equal for TYPENAME_TYPE.
9919
9920 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9921
9922         * init.c (build_offset_ref): Deal with namespace scoped
9923         TEMPLATE_ID_EXPRs.
9924
9925 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
9926
9927         * class.c (resolve_address_of_overloaded_function): Add
9928         explanation message.
9929         * decl.c (define_case_label): Reformat explanation.
9930         * decl2.c (finish_static_data_member_decl): Likewise.
9931         (grokfield): Likewise.
9932         * friend.c (do_friend): Likewise.
9933
9934 2000-09-05  Zack Weinberg  <zack@wolery.cumb.org>
9935
9936         * tree.c (walk_tree): Expose tail recursion.
9937         (walk_stmt_tree): New function.
9938         * cp-tree.h: Prototype walk_stmt_tree.
9939         * semantics.c (prune_unused_decls): Operate on SCOPE_STMTs not
9940         the BLOCKs directly.  If a BLOCK has no variables after
9941         pruning, discard it.
9942         (finish_stmt_tree): Use walk_stmt_tree.  No need to save and
9943         restore the line number.
9944
9945 2000-09-05  Mark Mitchell  <mark@codesourcery.com>
9946
9947         * Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
9948         (pt.o): Remove dependency on HTAB_H.
9949         * cp-tree.h: Include hashtab.h.
9950         (walk_tree): Change prototype.
9951         (walk_tree_without_duplicates): New function.
9952         * decl.c (check_default_argument): Use it.
9953         * optimize.c (remap_decl): Adjust calls to walk_tree.
9954         (copy_body): Likewise.
9955         (expand_calls_inline): Likewise.
9956         (calls_setjmp_p): Use walk_tree_without_duplicates.
9957         * pt.c: Don't include hashtab.h.
9958         (for_each_template_parm): Use walk_tree_without_duplicates.
9959         * semantics.c (finish-stmt_tree): Likewise.
9960         (expand_body): Likewise.
9961         * tree.c (walk_tree): Add additional parameter.
9962         (walk_tree_without_duplicates): New function.
9963         (count_trees): Use it.
9964         (verify_stmt_tree): Adjust call to walk_tree.
9965         (find_tree): Use walk_tree_without_duplicates.
9966         (no_linkage_check): Likewise.
9967         (break_out_target_exprs): Adjust call to walk_tree.
9968         (cp_unsave): Likewise.
9969
9970 2000-09-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9971
9972         * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.
9973         (TEMPLATE_TEMPLATE_PARM): Adjust comment.
9974         * cp-tree.h (TYPE_BINFO): Adjust comment.
9975         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Likewise.
9976         (TEMPLATE_TYPE_PARM_INDEX): Likewise.
9977         (IS_AGGR_TYPE): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
9978         (TYPE_TEMPLATE_INFO): Likewise.
9979         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): Likewise.
9980         * class.c (push_nested_class): Likewise.
9981         * decl.c (lookup_name_real): Likewise.
9982         (grokdeclarator): Likewise.
9983         (grok_op_properties): Likewise.
9984         (xref_tag): Likewise.
9985         (xref_basetypes): Likewise.
9986         * decl2.c (constructor_name_full): Likewise.
9987         (arg_assoc_template_arg): Add TEMPLATE_TEMPLATE_PARM case.
9988         (arg_assoc_type): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
9989         * error.c (dump_type): Split TEMPLATE_TEMPLATE_PARM case.
9990         (dump_type_prefix): Add BOUND_TEMPLATE_TEMPLATE_PARM.
9991         (dump_type_suffix): Likewise.
9992         * init.c (is_aggr_type): Use BOUND_TEMPLATE_TEMPLATE_PARM
9993         instead.
9994         (get_aggr_from_typedef): Likewise.
9995         * mangle.c (write_type): Split TEMPLATE_TEMPLATE_PARM case.
9996         (write_expression): Add BOUND_TEMPLATE_TEMPLATE_PARM.
9997         (write_template_parm): Likewise.
9998         (write_template_template_parm): Check tree code instead of
9999         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
10000         * method.c (build_overload_nested_name): Add
10001         BOUND_TEMPLATE_TEMPLATE_PARM.
10002         (process_overload_item): Split TEMPLATE_TEMPLATE_PARM case.
10003         * parse.y (bad_parm): Add BOUND_TEMPLATE_TEMPLATE_PARM.
10004         * pt.c (convert_template_argument): Check tree code instead of
10005         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
10006         (for_each_template_parm_r): Split TEMPLATE_TEMPLATE_PARM case.
10007         (for_each_template_parm): Adjust comment.
10008         (tsubst): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.
10009         (tsubst_copy): Add BOUND_TEMPLATE_TEMPLATE_PARM.
10010         (unify): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.  Use
10011         template_args_equal to compare template template parameter cases.
10012         * ptree.c (print_lang_type): Add BOUND_TEMPLATE_TEMPLATE_PARM.
10013         * search.c (lookup_field_1): Use BOUND_TEMPLATE_TEMPLATE_PARM
10014         instead.
10015         * tree.c (copy_template_template_parm): Decide whether to create
10016         a TEMPLATE_TEMPLATE_PARM or BOUND_TEMPLATE_TEMPLATE_PARM node.
10017         (walk_tree): Add BOUND_TEMPLATE_TEMPLATE_PARM.
10018         (copy_tree_r): Likewise.
10019         * typeck.c (comptypes): Likewise.  Check tree code instead of
10020         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
10021
10022 2000-09-04  Mark Elbrecht  <snowball3@bigfoot.com>
10023
10024         * decl.c (finish_function): Move the code for handling functions
10025         marked with the constructor and destructor attributes inside the
10026         expand_p block.
10027
10028 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
10029
10030         * init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.
10031
10032 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
10033
10034         * pt.c (lookup_template_class): Remove abort.
10035         * tree.c (get_type_decl): Allow error_mark_node.
10036
10037 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
10038
10039         * decl2.c (arg_assoc): Deal with COMPONENT_REFs inside
10040         TEMPLATE_ID_EXPRs.
10041
10042 2000-09-03  Mark Mitchell  <mark@codesourcery.com>
10043
10044         * operators.def (ALIGNOF_EXPR, MAX_EXPR, MIN_EXPR): Change
10045         new ABI mangling.
10046
10047 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
10048
10049         * parse.y (named_class_head): Check for TYPENAME_TYPE. Simplify
10050         union tag mismatch error reporting.
10051
10052 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
10053
10054         * call.c (build_scoped_method_call): Check it is not a namespace.
10055
10056 2000-08-30  Jason Merrill  <jason@redhat.com>
10057
10058         * cp-tree.h (LOCAL_CLASS_P): Use decl_function_context.
10059
10060         * tree.c (bot_manip): Check TREE_CONSTANT rather than
10061         !TREE_SIDE_EFFECTS.  Call break_out_target_exprs and
10062         build_target_expr_with_type for the non-AGGR_INIT_EXPR case.
10063
10064         * decl.c (start_function): Always call make_function_rtl.
10065
10066 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
10067
10068         * semantics.c (prune_unused_decls): New function.
10069         (finish_stmt_tree): Call it via walk_tree.
10070
10071 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
10072
10073         * class.c (build_secondary_vtable): Constify a char *.
10074         * decl.c (init_decl_processing): Initialize function_id_node,
10075         pretty_function_id_node, and func_id_node.
10076         * input.c (struct input_source): Constify 'str'.
10077         (feed_input): Constify first argument.
10078         * mangle.c (write_identifier): Constify argument.
10079         * pt.c (mangle_class_name_for_template): Constify argument.
10080
10081 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
10082
10083         * typeck.c (mark_addressable): Remove code that pokes around in
10084         RTL.
10085
10086 2000-08-28  Jason Merrill  <jason@redhat.com>
10087
10088         * lex.c (file_name_nondirectory): Move to toplev.c.
10089
10090         * cp-tree.h (LOCAL_CLASS_P): New macro.
10091         * class.c (finish_struct_1): Use it.
10092
10093 2000-08-27  Alex Samuel  <samuel@codesourcery.com>
10094
10095         * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplained voodoo.
10096         (write_encoding): Pass another argument to write_name.
10097         (write_name): Add ignore_local_scope parameter.  Fix handling of
10098         local names.
10099         (write_nested_name): Use write_unqualified_name.
10100         (write_prefix): Likewise.  Skip out on FUNCTION_DECLs.
10101         (write_template_prefix): Use write_unqualified_name.
10102         (write_component): Remove.
10103         (write_local_name): Add parameter.  Use direct local entity to
10104         discriminator calculation.
10105         (write_class_enum_type): Pass another argument to write_name.
10106         (write_template_template_arg): Likewise.
10107         (make_guard_variable): Likewise.
10108
10109 2000-08-27  Jason Merrill  <jason@redhat.com>
10110
10111         * decl.c (pushdecl): Matching decls for local externs are found in
10112         the current level.  Propagate linkage information from previous
10113         declarations.
10114
10115 2000-08-26  Gabriel Dos Reis  <gdr@codesourcery.com>
10116
10117         * ir.texi (Expressions): Fix typo.
10118
10119 2000-08-25  Greg McGary  <greg@mcgary.org>
10120
10121         * tree.c (init_tree): Use ARRAY_SIZE.
10122
10123 2000-08-25  Gabriel Dos Reis  <gdr@codesourcery.com>
10124
10125         * error.c (cp_tree_printer): Rework.
10126
10127 2000-08-25  Mark Mitchell  <mark@codesourcery.com>
10128
10129         * Make-lang.in (CXX_LIB2FUNCS): Remove cp-demangle.o and
10130         dyn-string.o.
10131         (CXX_LIB2SRCS): Remove cp-demangle.c and dyn-string.c.
10132         (cp-demangle.o): Remove target.
10133         (dyn-string.o): Likewise.
10134
10135         * decl.c (grokfndecl): Require that `main' return an `int'.
10136         * mangle.c (write_encoding): Don't mangle return types for
10137         conversion functions.
10138
10139 2000-08-25  Gabriel Dos Reis  <gdr@codesourcery.com>
10140
10141         * error.c (tree_formatting_info): New data type.
10142         (tree_being_formatted): New macro.
10143         (tree_formatting_flags): Likewise.
10144         (put_whitespace): Likewise.
10145         (print_tree_identifier): Likewise.
10146         (print_identifier): Likewise.
10147         (cp_tree_printer, print_function_argument_list, print_declaration,
10148         print_expression, print_function_declaration,
10149         print_function_parameter, print_type, print_cv_qualifier): New
10150         functions.
10151         (init_error): Initialize lang_printer.
10152
10153 2000-08-24  Jason Merrill  <jason@redhat.com>
10154
10155         * typeck.c (build_ptrmemfunc): Just reinterpret if there's no
10156         adjustment necessary.
10157
10158 2000-08-24  Greg McGary  <greg@mcgary.org>
10159
10160         * cp-tree.h (MAIN_NAME_P): Remove macro.
10161
10162 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
10163
10164         * error.c (print_instantiation_context): Don't forget to flush the
10165         buffer.
10166
10167 2000-08-23  Jason Merrill  <jason@redhat.com>
10168
10169         * typeck.c (build_ptrmemfunc): Save the input pmf.
10170
10171         * method.c (process_modifiers): Use same_type_p.
10172
10173 2000-08-23  Mark Mitchell  <mark@codesourcery.com>
10174
10175         * cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC.
10176         * mangle.c (write_function_type): Change prototype.
10177         (write_encoding): Don't mangle return types for
10178         constructors or destructors.
10179         (write_type): Adjust call to write_function_type.
10180         * pt.c (instantiate_template): Instantiate alternate entry points
10181         when instantiating the main function.
10182
10183 2000-08-23  Gabriel Dos Reis  <gdr@codesourcery.com>
10184
10185         * error.c (cp_print_error_function): Don't use embedded '\n' in
10186         output_printf.
10187
10188 2000-08-23  Gabriel Dos Reis  <gdr@codesourcery.com>
10189
10190         * decl.c (init_decl_processing): Remove bogus initialization.
10191         * error.c (lang_print_error_function): Restore here.
10192         (init_error): Initialize print_error_function.
10193
10194 2000-08-22  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
10195
10196         * decl2.c (arg_assoc): Revert my 2000-08-11 change.
10197
10198 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
10199
10200         * Makefile.in (error.o): Depends on diagnostic.h
10201
10202         * cp-tree.h (problematic_instantiation_changed,
10203         record_last_problematic_instantiation, current_instantiation,
10204         print_instantiation_context): Declare.
10205         (maybe_print_template_context): Remove.
10206
10207         * decl.c (init_decl_processing): Set print_error_function to NULL.
10208         (lang_print_error_function): Remove, since we're using a new
10209         machinery.
10210
10211         * error.c: #include diagnostic.h
10212         (function_category): New function.
10213         (cp_diagnostic_starter): Likewise.
10214         (cp_diagnostic_finalizer): Likewise.
10215         (cp_print_error_function): Likewise.
10216         (maybe_print_instantiation_context): Likewise.
10217         (print_instantiation_full_context): Likewise.
10218         (print_instantiation_partial_context): Likewise.
10219         (print_instantiation_context): Define.
10220         (init_error): Initialize diagnostic pager and finalizer.
10221
10222         * pt.c (problematic_instantiation_changed): Define.
10223         (record_last_problematic_instantiation): Likewise.
10224         (current_instantiation): Likewise.
10225         (maybe_print_template_context): Remove.
10226         (print_template_context): Likewise.
10227         (current_tinst_level): Make static to reflect Brendan Kehoe's
10228         change of 1995-04-13.
10229         (push_tinst_level): Call print_instantiation_context.
10230
10231 2000-08-21  Nix  <nix@esperi.demon.co.uk>
10232
10233         * lang-specs.h: Do not process -o or run the assembler if
10234         -fsyntax-only.
10235
10236 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
10237
10238         * decl.c (flag_hosted, flag_noniso_default_format_attributes): New
10239         variables.
10240         * decl2.c (lang_decode_option): Disable gettext attributes for
10241         -ansi.
10242
10243 2000-08-21  Gabriel Dos Reis  <gdr@codesourcery.com>
10244
10245         * lex.c (lang_init_options): Default diagnostic message maximum
10246         length to 80, when line-wrapping.
10247
10248 2000-08-20  Mark Mitchell  <mark@codesourcery.com>
10249
10250         * class.c (build_vtbl_initializer): Clear the entire
10251         vtbl_init_data.  Start keeping track of the functions for which we
10252         have created vcall offsets here.
10253         (dfs_build_vcall_offset_vtbl_entries): Remove.
10254         (build_vcall_offset_vtbl_entries): Reimplement.
10255         (add_vcall_offset_vtbl_entries_r): New function.
10256         (add_vcall_offset_vtbl_entries_1): Likewise.  Tweak logic for
10257         computing when vcall offsets are necessary.
10258
10259 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10260
10261         * decl.c (member_function_or_else): Use cp_error ... %T.
10262         (grokdeclarator): Likewise.
10263         (start_method): Likewise.
10264         * friend.c (make_friend_class): Use cp_pedwarn ... %T.
10265
10266 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10267
10268         * decl2.c (grokfield): Set CLASSTYPE_GOT_SEMICOLON on class
10269         TYPE_DECLs.
10270
10271 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10272
10273         * cp-tree.h (PTRMEM_OK_P): New macro.
10274         (itf_ptrmem_ok): New enumeration value.
10275         * class.c (resolve_address_of_overloaded_function): Add PTRMEM
10276         argument. Diagnose implicit pointer to member.
10277         (instantiate_type): Don't diagnose implicit pointer to member
10278         here. Pass itf_ptrmem_ok if ok. Adjust calls to
10279         resolve_address_of_overloaded_function.
10280         * init.c (build_offset_ref): Set PTRMEM_OK_P.
10281         (resolve_offset_ref): Don't diagnose implicit pointer to member here.
10282         * semantics.c (finish_parenthesized_expr): Clear OFFSET_REFs here.
10283         * typeck.c (build_x_unary_op): Calculate PTRMEM_OK_P.
10284         (build_unary_op): Deal with single non-static member in
10285         microsoft-land.
10286
10287 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10288
10289         * decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
10290
10291 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
10292
10293         * cp-tree.h (enum_name_string): Remove prototype.
10294         (report_case_error): Remove prototype.
10295         * cp/typeck2.c (enum_name_string): Remove.
10296         (report_case_error): Remove.
10297         * error.c (dump_expr): Deal with enum values directly.
10298         Correctly negate integer constant.
10299
10300 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
10301
10302         * inc/cxxabi.h (__cxa_vec_new2, __cxa_vec_new3): Declare.
10303         (__cxa_vec_delete2, __cxa_vec_delete3): Declare.
10304         * vec.cc (__cxa_vec_new2, __cxa_vec_new3): Implement.
10305         (__cxa_vec_delete2, __cxa_vec_delete3): Implement.
10306         (__cxa_vec_new): Use __cxa_vec_new2.
10307         (__cxa_vec_delete): Use __cxa_vec_delete2.
10308
10309 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
10310
10311         * vec.cc (__cxa_vec_new): Set "C" linkage.
10312         (__cxa_vec_ctor): Likewise.
10313         (__cxa_vec_cctor): Likewise.
10314         (__cxa_vec_dtor): Likewise.
10315         (__cxa_vec_delete): Likewise.
10316         * inc/cxxabi.h (__cxa_vec_new): Set "C" linkage.
10317         (__cxa_vec_ctor): Likewise.
10318         (__cxa_vec_cctor): Likewise.
10319         (__cxa_vec_dtor): Likewise.
10320         (__cxa_vec_delete): Likewise.
10321
10322 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
10323
10324         * class.c (instantiate_type): Reinstate local variable
10325         deleted in previous change.
10326
10327         * cvt.c (cp_convert_to_pointer): Pass itf_complain, not
10328         itf_no_attributes.
10329
10330 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
10331
10332         * cp-tree.h (instantiate_type_flags): New enumeration.
10333         (instantiate_type): Change parameter.
10334         * class.c (instantiate_type): Adjust prototype. Adjust.
10335         * call.c (standard_conversion): Adjust instantiate_type call.
10336         (reference_binding): Likewise.
10337         (build_op_delete_call): Likewise.
10338         (convert_like_real): Likewise.
10339         * cvt.c (cp_convert_to_pointer): Likewise.
10340         (convert_to_reference): Likewise.
10341         * pt.c (convert_nontype_argument): Likewise.
10342         * typeck.c (build_binary_op): Likewise.
10343         (build_ptrmemfunc): Likewise.
10344         (convert_for_assignment): Likewise.
10345
10346 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
10347
10348         * cp-tree.h (CPTR_AGGR_TAG): New global tree node.
10349         (current_aggr): Define.
10350         * decl.c (grokdeclarator): Make sure a friend class is an
10351         elaborated type specifier.
10352         * parse.y (current_aggr): Remove static definition.
10353         (cp_parse_init): Adjust.
10354         (structsp): Clear and restore current_aggr.
10355         (component_decl_list): Clear current_aggr.
10356
10357         * error.c (dump_type, case TYPENAME_TYPE): Don't emit the
10358         aggregate tag on the typename's context.
10359
10360         * pt.c (tsubst_friend_class): Return error_mark_node, if
10361         parms becomes NULL.
10362         (instantiate_class_template): Ignore error_mark_node friend types.
10363
10364 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
10365
10366         * cvt.c (warn_ref_binding): New static function, broken out of ...
10367         (convert_to_reference): ... here. Use it.
10368
10369 2000-08-11  Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
10370
10371         * parse.y (template_arg): Add rule for template qualified with
10372         global scope.
10373
10374 2000-08-11  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
10375
10376         * decl2.c (add_function): Reorganize.
10377         (arg_assoc): Do not consider function template decls.
10378
10379 2000-08-11  Jason Merrill  <jason@redhat.com>
10380
10381         * decl.c (lookup_name_real): Don't forget the TYPENAME_TYPE we're
10382         looking inside.
10383
10384 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10385
10386         * cp-tree.h (resolve_scope_to_name): Remove unused prototype.
10387         (lookup_nested_tag): Likewise.
10388
10389         * decl2.c (grokfield): Fix comment to reflect many types of _DECLs
10390         can be produced.
10391
10392 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10393
10394         * parse.y (named_complex_class_head_sans_basetype): Remove
10395         always true if.
10396
10397 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10398
10399         * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Build
10400         explicit TEMPLATE_ID_EXPR args.
10401         (build_expr_from_tree, case CALL_EXPR): Likewise.
10402
10403 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
10404
10405         * decl.c (check_tag_decl): Diagnose typename's which don't
10406         declare anything.
10407
10408 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
10409
10410         * init.c (build_aggr_init): Reject bogus array initializers
10411         early.
10412
10413 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
10414
10415         * rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi
10416         runtime.
10417         * cp/tinfo.cc (__dynamic_cast): Likewise.
10418         * cp/inc/cxxabi.h (__dynamic_cast): Likewise.
10419
10420 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
10421
10422         * cvt.c (convert_to_pointer_force): Fix error message when
10423         attempting to cast from ambiguous base.
10424
10425 2000-08-08  Jason Merrill  <jason@redhat.com>
10426
10427         * pt.c (tsubst_aggr_type): Bail if creating the argvec fails.
10428         (tsubst_template_arg_vector): Likewise.
10429
10430         * decl2.c (build_anon_union_vars): Choose the largest field; don't
10431         assume that one will be as large as the union.
10432
10433 2000-08-07  Kazu Hirata  <kazu@hxi.com>
10434
10435         * cp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P): Fix a comment typo.
10436         * decl.c (pop_labels): Likewise.
10437
10438 2000-08-04  Jeffrey Oldham  <oldham@codesourcery.com>
10439
10440         * inc/cxxabi.h (__pbase_type_info): Changed member names to match
10441         specifications.
10442         (__pointer_to_member_type_info): Likewise.
10443         (__base_class_info): Likewise.
10444         (__class_type_info): Likewise.
10445         (__si_class_type_info): Likewise.
10446         (__vmi_class_type_info): Likewise.
10447         * tinfo.cc (__si_class_type_info::__do_find_public_src):
10448         Changed member names to match specifications.
10449         (__vmi_class_type_info::__do_find_public_src): Likewise.
10450         (__si_class_type_info::__do_dyncast): Likewise.
10451         (__vmi_class_type_info::__do_dyncast): Likewise.
10452         (__si_class_type_info::__do_upcast): Likewise.
10453         (__vmi_class_type_info::__do_upcast): Likewise.
10454         * tinfo2.cc (__pbase_type_info::__do_catch): Likewise.
10455         (__pbase_type_info::__pointer_catch): Likewise.
10456         (__pointer_type_info::__pointer_catch): Likewise.
10457         (__pointer_to_member_type_info::__pointer_catch): Likewise.
10458
10459 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
10460
10461         * Make-lang.in (cc1plus): Depend on $(BACKEND), not stamp-objlist.
10462         * Makefile.in: Add C_OBJS, BACKEND; delete OBJS, OBJDEPS.
10463         (cc1plus): Link with $(BACKEND) and $(C_OBJS).
10464
10465 2000-08-04  Mark Mitchell  <mark@codesourcery.com>
10466
10467         * cp-tree.h (add_method): Change prototype.
10468         * class.c (add_method): Remove FIELDS parameter.  Add ERROR_P.
10469         Don't double the size of the method vector in the error case.
10470         (handle_using_decl): Adjust call to add_method.
10471         (add_implicitly_declared_members): Likewise.
10472         (clone_function_decl): Likewise.
10473         * decl2.c (check_classfn): Likewise.
10474         * semantics.c (finish_member_declaration): Likewise.
10475
10476 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10477
10478         * decl.c (flag_isoc94): New variable.
10479
10480 2000-08-02  Jason Merrill  <jason@redhat.com>
10481
10482         * pt.c (do_type_instantiation): Add complain parm; don't complain
10483         if called recursively.
10484         * cp-tree.h, parse.y: Adjust.
10485
10486 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
10487
10488         * decl2.c: Silently ignore -Wstrict-prototypes; warn about
10489         -Wno-strict-prototypes.
10490
10491         * g++spec.c: Adjust type of second argument to
10492         lang_specific_driver, and update code as necessary.
10493
10494         * cp-tree.h: Don't prototype min_precision here.
10495         (my_friendly_assert): Cast expression to void.
10496         * semantics.c (do_poplevel): Initialize scope_stmts.
10497
10498 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
10499
10500         * cp-tree.h (DECL_NEEDED_P): Tweak.
10501
10502 2000-07-28  Jason Merrill  <jason@redhat.com>
10503
10504         * lang-specs.h: Use %i in rule for .ii files.
10505
10506 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
10507
10508         * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
10509
10510 2000-07-30  Mark Mitchell  <mark@codesourcery.com>
10511
10512         Allow indirect primary bases.
10513         * cp-tree.h (struct lang_type): Remove vfield_parent.  Add
10514         primary_base.
10515         (CLASSTYPE_VFIELD_PARENT): Remove.
10516         (CLASSTYPE_PRIMARY_BINFO): Reimplement.
10517         (BINFO_PRIMARY_BINFO): Remove.
10518         (CLASSTYPE_HAS_PRIMARY_BASE_P): Reimplement.
10519         (BINFO_VBASE_PRIMARY_P): Likewise.
10520         (BINFO_PRIMARY_BASE_OF): New macro.
10521         (BINFO_INDIRECT_PRIMARY_P): Likewise.
10522         (get_primary_binfo): New function.
10523         * decl.c (lang_mark_tree): Make lang_type::primary_base.
10524         * class.c (vcall_offset_data_s): Rename to ...
10525         (vtbl_init_data_s): ... this.  Rename primary_p to primary_vtbl_p,
10526         and add ctor_vtbl_p.
10527         (get_derived_offset): Use get_primary_binfo.
10528         (dfs_mark_primary_bases): Adjust handling of virtual primary
10529         bases.
10530         (mark_primary_bases): Likewise.
10531         (set_primary_base): Take a binfo, not an integer, as a
10532         representation of the primary base.
10533         (indirect_primary_base_p): Remove.
10534         (determine_primary_base): Adjust for indirect primary bases.
10535         (dfs_find_final_overrider): Fix typo in coment.
10536         (update_vtable_entry_for_fn): Use get_primary_binfo.
10537         (layout_nonempty_base_or_field): Tweak.
10538         (build_base_fields): Adjust for new primary base semantics.
10539         (dfs_propagate_binfo_offsets): Remove.
10540         (propagate_binfo_offsets): Rewrite.
10541         (dfs_set_offset_for_shared_vbases): Remove.
10542         (layout_virtual_bases): Don't use it.
10543         (layout_class_type): Set CLASSTYPE_SIZE correctly under the new
10544         ABI.
10545         (finish_struct_1): Set CLASSTYPE_PRIMARY_BINFO, not
10546         CLASSTYPE_VFIELD_PARENT.
10547         (dfs_get_primary_binfo): New function.
10548         (get_primary_binfo): Likewise.
10549         (dump_class_hierarchy_r): Tweak printing of primary bases.
10550         (build_vtbl_initializer): Fix typo in comments.  Use
10551         vtbl_init_data.
10552         (build_vcall_and_vbase_vtbl_entries): Likewise.
10553         (build_vbaes_offset_vtbl_entries): Likewise.
10554         (dfs_build_vcall_offset_vtbl_entries): Adjust setting of
10555         BV_VCALL_INDEX to handle indirect primary bases.
10556         (build_vcall_offset_vtbl_entries): Use vtbl_init_data.
10557         (build_rtti_vtbl_entries): Likewise.
10558         * search.c (get_shared_vbase_if_not_primary): Tweak.
10559         (find_vbase_instance): Likewise.
10560         (binfo_for_vtable): Simplify.
10561         * tree.c (unshare_base_binfos): Clear BINFO_PRIMARY_BASE_OF.
10562         (make_binfo): Make it have 11 entries.
10563
10564 2000-07-30  Alex Samuel  <samuel@codesourcery.com>
10565
10566         * mangle.c (DECL_TEMPLATE_ID_P): Remove.
10567         (CLASSTYEP_TEMPLATE_ID_P): Check template info, and context when
10568         ascertaining primaryness.
10569         (G): Remove template_args.
10570         (decl_is_template_id): New function.
10571         (write_encoding): Use decl_is_template_id.
10572         (write_name): Likewise.  Handle type_decls.  Get main variant of
10573         type decls.
10574         (write_nested_name): Likewise.
10575         (write_prefix): Likewise.
10576         (write_template_prefix): Likewise.
10577         (write_special_name_constructor): Remove defunct production from
10578         comment.
10579         (write_bare_function_type): Remove comment about absent parameter.
10580         (write_template_template_arg): Add missing grammar production to
10581         comment.
10582
10583 2000-07-27  Jason Merrill  <jason@redhat.com>
10584
10585         * decl.c (duplicate_decls): If common_type produces a non-typedef
10586         type for a typedef, just use the old type.
10587
10588 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
10589
10590         * cp-tree.h (function_depth): Declare.
10591         (verify_stmt_tree): Likewise.
10592         (find_tree): Likewise.
10593         * decl.c (function_depth): Give it external linkage.
10594         * optimize.c (optimize_function): Increment and decrement it.
10595         * tree.c (verify_stmt_tree_r): New function.
10596         (verify_stmt_tree): Likewise.
10597         (find_tree_r): Likewise.
10598         (find_tree): Likewise.
10599
10600 2000-07-27  Jason Merrill  <jason@redhat.com>
10601
10602         * pt.c (for_each_template_parm_r, case RECORD_TYPE): Use
10603         TYPE_PTRMEMFUNC_P.
10604         * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.
10605
10606 2000-07-26  Mark Mitchell  <mark@codesourcery.com>
10607
10608         * decl.c (start_cleanup_fn): Mark the function as `inline'.
10609         * decl2.c (get_guard): Call cp_finish_decl, not
10610         rest_of_decl_compilation, for local guards.
10611         * lex.c (do_identifier): Remove unused variable.
10612
10613 Wed Jul 26 15:05:51 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
10614
10615         * parse.y:  Add missing ';'.
10616
10617 2000-07-26  Mark Mitchell  <mark@codesourcery.com>
10618
10619         * parse.y (empty_parms): Use `()', not `(...)', when in the scope
10620         of `extern "C++"'.
10621
10622 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10623
10624         Kill strict_prototype. Backwards compatibility only for
10625         non NO_IMPLICIT_EXTERN_C systems.
10626         * cp-tree.h (flag_strict_prototype): Remove.
10627         (strict_prototype): Remove.
10628         (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
10629         * decl.c (maybe_push_to_top_level): Adjust.
10630         (pop_from_top_level): Adjust.
10631         (decls_match): Only allow sloppy parm matching for ancient
10632         system headers.
10633         (init_decl_processing): Adjust.
10634         (grokdeclarator): Adjust.
10635         * decl2.c (flag_strict_prototype): Remove.
10636         (strict_prototype): Remove.
10637         (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
10638         (lang_f_options): Remove "strict-prototype".
10639         (unsupported-options): Add "strict-prototype".
10640         * lex.c (do_identifier): Adjust.
10641         (do_scoped_id): Adjust.
10642         * parse.y (empty_parms): Adjust.
10643         * class.c (push_lang_context): Adjust.
10644         (pop_lang_context): Adjust.
10645         * typeck.c (comp_target_parms): Adjust.
10646
10647 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
10648
10649         * decl.c (poplevel): Deal with anonymous variables at for scope.
10650         (maybe_inject_for_scope_var): Likewise.
10651
10652 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
10653
10654         * decl.c: Remove all signal handling code, now done in toplev.c.
10655
10656 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
10657
10658         * decl.c (make_rtl_for_nonlocal_decl): Rework.
10659
10660         * pt.c (lookup_template_class): Ensure that TYPE_CONTEXT is set
10661         correctly.
10662
10663 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
10664
10665         * cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
10666         Define my_friendly_assert and my_friendly_abort as macros
10667         which may call friendly_abort.  Prototype friendly abort, not
10668         my_friendly_abort or my_friendly_assert.
10669         * decl.c (signal_catch): Report the signal caught in the error
10670         message.  Call fatal directly.
10671         * typeck2.c (ack, my_friendly_assert): Delete.
10672         (my_friendly_abort): Rename to friendly_abort.  Expect file,
10673         line, and function parameters.  Report the abort code, then
10674         call fancy_abort.  Do not mask an abort if errors have
10675         already occurred.
10676
10677 2000-07-18  Nathan Sidwell  <nathan@codesourcery.com>
10678
10679         * typeck.c (comp_target_parms): Remove obsolete parameter.
10680         (comp_target_types): Adjust.
10681
10682 2000-07-17  Jason Merrill  <jason@redhat.com>
10683
10684         * typeck.c (mark_addressable): Never set TREE_USED.
10685         * call.c (build_call): Don't abort on calls to library functions
10686         that have been declared normally.
10687
10688         * typeck.c (build_binary_op): Fix grammar in warning.
10689
10690         * exception.cc (__eh_free): Fix prototype.
10691
10692         * decl2.c (finish_decl_parsing): Handle TEMPLATE_ID_EXPR.
10693
10694         * decl.c (pushdecl): Handle seeing an OVERLOAD in
10695         IDENTIFIER_NAMESPACE_VALUE.
10696
10697 2000-07-16  Mark Mitchell  <mark@codesourcery.com>
10698
10699         * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
10700         * method.c (use_thunk): Correct handling of vcall offsets.
10701
10702 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
10703
10704         * .cvsignore: parse.h and parse.c have no cp- prefix.
10705
10706 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
10707
10708         * .cvsignore: New file.
10709
10710 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
10711
10712         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
10713
10714 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
10715
10716         * Makefile.in ($(PARSE_H)): Depend directly on parse.y.
10717         * parse.c: Remove.
10718         * parse.h: Likewise.
10719
10720 2000-07-11  Mark Mitchell  <mark@codesourcery.com>
10721
10722         * class.c (layout_class_type): Add pointers to virtual bases after
10723         base classes under the old ABI.
10724
10725 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
10726
10727         * semantics.c (finish_for_stmt): Remove call to emit_line_note.
10728         (finish_continue_stmt): Likewise.
10729         (begin_for_stmt): Remove call to note_level_for_for.
10730         (finish_goto_stmt): Change call from build_min_nt
10731         to build_stmt.
10732         (finish_expr_stmt): Likewise.
10733         (begin_if_stmt): Likewise.
10734         (begin_while_stmt): Likewise.
10735         (finish_while_stmt): Likewise.
10736         (finish_return_stmt): Likewise.
10737         (begin_for_stmt): Likewise.
10738         (finish_for_stmt): Likewise.
10739         (finish_break_stmt): Likewise.
10740         (begin_switch_stmt): Likewise.
10741         (finish_case_label): Likewise.
10742         (genrtl_try_block): Likewise.
10743         (begin_try_block): Likewise.
10744         (begin_handler): Likewise.
10745         (begin_compound_stmt): Likewise.
10746         (finish_asm_stmt): Likewise.
10747         (finish_label_stmt): Likewise.
10748         (add_decl_stmt): Likewise.
10749         (finish_subobject): Likewise.
10750         (finish_decl_cleanup): Likewise.
10751         (finish_named_return_value): Likewise.
10752         (setup_vtbl_ptr): Likewise.
10753         (add_scope_stmt): Likewise.
10754         * decl.c (finish_constructor_body): Likewise.
10755         (finish_destructor_body): Likewise.
10756         * optimize.c (copy_body_r): Likewise.
10757         (initialize_inlined_parameters): Likewise.
10758         (declare_return_variable): Likewise.
10759         (expand_call_inline): Likewise.
10760
10761 2000-07-10  Jakub Jelinek  <jakub@redhat.com>
10762
10763         * semantics.c (expand_body): Sync interface information
10764         at the end of function body expansion.
10765
10766 2000-07-09  Jason Merrill  <jason@redhat.com>
10767
10768         * init.c (build_new_1): Bail early if the call to new fails.
10769
10770         * decl.c (compute_array_index_type): Check specifically for
10771         an INTEGER_CST, not just TREE_CONSTANT.
10772
10773         * decl.c (duplicate_decls): Don't call duplicate_decls on
10774         the DECL_TEMPLATE_RESULT.
10775         (decls_match): Return 0 if the DECL_TEMPLATE_RESULTs have different
10776         codes.
10777
10778         * error.c (dump_template_bindings): Don't crash if we had an
10779         invalid argument list.
10780
10781         * typeck.c (c_expand_start_case): Do narrowing here.
10782         * semantics.c (finish_switch_cond): Not here.
10783
10784 2000-07-09  Hidvegi Zoli  <hzoli@austin.ibm.com>
10785
10786         * parse.y (asm_clobbers): Do string concatenation.
10787
10788 2000-07-09  Mark Mitchell  <mark@codesourcery.com>
10789
10790         * decl.c (pushtag): Don't put local classes in template functions
10791         on the local_classes list.
10792
10793 2000-07-04  Scott Snyder  <snyder@fnal.gov>
10794
10795         * decl2.c (get_guard): Add missing return for old ABI local
10796         variable case.
10797
10798 2000-07-09  Mark Mitchell  <mark@codesourcery.com>
10799
10800         * cp-tree.h (char_type_p): New function.
10801         * decl.c (init_decl_processing): Don't initialize
10802         signed_wchar_type_node or unsigned_wchar_type_node.
10803         (complete_array_type): Handle brace-enclosed string-constants.
10804         * rtti.c (emit_support_tinfos): Remove #if 0'd code.
10805         * tree.c (char_type_p): New function.
10806         * typeck2.c (digest_init): Use char_type_p.
10807
10808 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10809
10810         * pt.c (tsubst): Don't layout type, if it's error_mark.
10811
10812 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
10813
10814         * pt.c (instantiate_pending_templates): Reset template level.
10815
10816 2000-07-05  Jason Merrill  <jason@redhat.com>
10817
10818         * call.c (joust): Don't complain about `operator char *()' beating
10819         `operator const char *() const'.
10820
10821 2000-07-04  scott snyder  <snyder@fnal.gov>
10822             Jason Merrill  <jason@redhat.com>
10823
10824         * repo.c (repo_get_id): Handle the case where a class with virtual
10825         bases has a null TYPE_BINFO_VTABLE.
10826
10827 2000-07-04  Kevin Buhr  <buhr@stat.wisc.edu>
10828             Jason Merrill  <jason@redhat.com>
10829
10830         * parse.y (member_init): Just pass in the type.
10831         * init.c (expand_member_init): Handle getting a type.
10832
10833 2000-07-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10834             Jason Merrill  <jason@redhat.com>
10835
10836         * decl.c (finish_function): Warn if a function has no return
10837         statement.
10838         Suggested by Andrew Koenig.
10839         * typeck.c (check_return_expr): Do set current_function_returns_value
10840         if we got an error_mark_node.
10841
10842 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
10843
10844         * decl2.c (push_decl_namespace): Push the original namespace.
10845
10846 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
10847
10848         * pt.c (instantiate_class_template): Set CLASSTYPE_VBASECLASSES.
10849         * semantics.c (begin_class_definition): Clear it.
10850
10851 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
10852
10853         * cp-tree.h (genrtl_goto_stmt): Remove declaration.
10854         (genrtl_expr_stmt): Likewise.
10855         (genrtl_decl_stmt): Likewise.
10856         (genrtl_if_stmt): Likewise.
10857         (genrtl_while_stmt): Likewise.
10858         (genrtl_do_stmt): Likewise.
10859         (genrtl_return_stmt): Likewise.
10860         (genrtl_for_stmt): Likewise.
10861         (genrtl_break_stmt): Likewise.
10862         (genrtl_continue_stmt): Likewise.
10863         (genrtl_scope_stmt): Likewise.
10864         (genrtl_switch_stmt): Likewise.
10865         (genrtl_case_label): Likewise.
10866         (genrtl_begin_compound_stmt): Likewise.
10867         (genrtl_finish_compound_stmt): Likewise.
10868         (genrtl_compound_stmt): Likewise.
10869         (genrtl_asm_stmt): Likewise.
10870
10871         * init.c (begin_init_stmts): Remove call to
10872         genrtl_begin_compound_stmt.
10873         (finish_init_stmts): Remove call to genrtl_finish_compound_stmt.
10874
10875         * semantics.c (lang_expand_stmt): Changed call to
10876         genrtl_compound_stmt to ignore return value.
10877
10878 2000-07-02  Mark Mitchell  <mark@codesourcery.com>
10879
10880         * mangle.c (canonicalize_for_substitution): Return the canonical
10881         variant of a type.
10882
10883         * decl.c (duplicate_decls): Preserve DECL_ORIGINAL_TYPE for a
10884         TYPE_DECL.
10885         * typeck.c (commonparms): Remove obstack manipulations.
10886
10887 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
10888
10889         * Make-lang.in (cc1plus$(exeext)): Added c-semantics.o.
10890
10891         * Makefile.in (OBJS): Added ../c-semantics.o.
10892         (OBJDEPS): Likewise.
10893
10894         * cp-tree.h (TREE_LANG_FLAG_?): Moved common documentation to
10895         ../c-common.h.
10896         (struct stmt_tree): Added comment.
10897         (current_function_name_declared): Removed.
10898         (stmts_are_full_exprs_p): Likewise.
10899         (genrtl_do_pushlevel): Likewise.
10900         (genrtl_clear_out_block): Likewise.
10901         (COMPOUND_STMT_NO_SCOPE): Moved to ../c-common.h.
10902         (DECL_ANON_UNION_ELEMS): Likewise.
10903         (emit_local_var): Likewise.
10904         (make_rtl_for_local_static): Likewise.
10905         (do_case): Likewise.
10906         (expand_stmt): Likewise.
10907         (genrtl_decl_cleanup): Likewise.
10908         (c_expand_asm_operands): Likewise.
10909         (c_expand_return): Likewise.
10910         (c_expand_start_case): Likewise.
10911
10912         * decl.c (make_rtl_for_local_static): Moved to c-semantics.c.
10913         (emit_local_var): Likewise.
10914         (initialize_local_var): Change reference to
10915         stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
10916         Change reference to stmts_are_full_exprs_p to
10917         current_stmt_tree->stmts_are_full_exprs_p.
10918         (push_cp_function_context): Likewise.
10919
10920         * expect.c (expand_throw): Change reference to
10921         stmts_are_full_exprs_p.
10922
10923         * init.c (build_aggr_init): Change reference to
10924         stmts_are_full_exprs_p.
10925         (build_vec_init): Likewise.
10926
10927         * optimize.c (maybe_clone_body): Change reference to
10928         current_function_name_declared to
10929         cp_function_chain->name_declared.
10930
10931         * pt.c (instantiate_decl): Change reference to
10932         current_function_name_declared to
10933         cp_function_chain->name_declared.
10934
10935         * semantics.c (expand_cond): Moved declaration to c-common.h.
10936         (genrtl_do_pushlevel): Moved to c-semantics.c.
10937         (genrtl_clear_out_block): Likewise.
10938         (genrtl_goto_stmt): Likewise.
10939         (genrtl_expr_stmt): Likewise.
10940         (genrtl_decl_stmt): Likewise.
10941         (gerntl_if_stmt): Likewise.
10942         (genrtl_while_stmt): Likewise.
10943         (genrtl_do_stmt): Likewise.
10944         (genrtl_return_stmt): Likewise.
10945         (genrtl_for_stmt): Likewise.
10946         (genrtl_break_stmt): Likewise.
10947         (genrtl_continue_stmt): Likewise.
10948         (genrtl_scope_stmt): Likewise.
10949         (genrtl_switch_stmt): Likewise.
10950         (genrtl_case_label): Likewise.
10951         (genrtl_begin_compound_stmt): Likewise.
10952         (genrtl_finish_compound_stmt): Likewise.
10953         (genrtl_compound_stmt): Likewise.
10954         (genrtl_asm_stmt): Likewise.
10955         (genrtl_decl_cleanup): Likewise.
10956         (expand_cond): Likewise.
10957         (expand_stmt): Renamed to ...
10958         (lang_expand_stmt): ... this.
10959         (lang_expand_expr_stmt): Initialize.
10960         (set_current_function_name_declared): Likewise.
10961         (stmts_are_full_exprs_p): Likewise.
10962         (current_function_name_declared): Likewise.
10963         (anon_aggr_type_p): Likewise.
10964         (do_poplevel): Change reference to
10965         stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
10966         Change reference to stmts_are_full_exprs_p to
10967         current_stmt_tree->stmts_are_full_exprs_p.
10968         (add_tree): Likewise.
10969         (finish_expr_stmt): Likewise.
10970         (prep_stmt): Likewise.
10971         (lang_expand_stmt): Likewise.
10972         (begin_compound_stmt): Change reference to
10973         current_function_name_declared to
10974         cp_function_chain->name_declared and call to
10975         current_function_name_declared().
10976         (setup_vtbl_ptr): Likewise.
10977         (genrtl_do_poplevel): Removed.
10978
10979 2000-06-30  Jason Merrill  <jason@redhat.com>
10980
10981         * init.c (init_init_processing): Go back to aligning like
10982         double_type_node for old ABI.
10983         (get_cookie_size): Make cookie larger if we get a type that needs
10984         more alignment.
10985         (build_vec_delete): Call it.
10986
10987         * typeck.c (qualify_type_recursive): New fn.
10988         (composite_pointer_type): Use it.
10989         (build_binary_op): Use composite_pointer_type.
10990
10991 2000-06-24  Carlos O'Ryan  <coryan@cs.wustl.edu>
10992             Jason Merrill  <jason@redhat.com>
10993
10994         * typeck.c (check_return_expr): Don't complain about returning
10995         NULL from operator new if -fcheck-new.
10996         * cp-tree.h: Declare flag_check_new here.
10997         * init.c: Not here.
10998
10999 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
11000
11001         * mangle.c (find_substitution): Use same_type_p.
11002         (write_encoding): Don't check for substitutions.
11003
11004 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
11005
11006         * parse.y (expr_no_comma_rangle): New non-terminal.
11007         (template_parm): Use it for default parameter case.
11008         (template_arg): Use it.
11009         (expr_no_commas): Remove commented out undefined extensions.
11010         * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
11011         * parse.h, parse.c: Rebuilt.
11012
11013 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
11014
11015         * semantics.c (genrtl_asm_stmt): Don't decay input operands here.
11016         (finish_asm_stmt): Do it here, instead.
11017
11018         * cp-tree.h (ridpointers): Don't declare.
11019         * decl.c (record_builtin_type): Use CP_RID_MAX instead of RID_MAX.
11020         (record_builtin_java_type): Likewise.
11021         (init_decl_processing): Likewise.
11022         * lex.c: Move inclusion of lex.h.
11023         (ridpointers): Don't define.
11024         (init_parse): Initialize ripdointers.  Use CP_RID_MAX instead of
11025         RID_MAX.
11026         * lex.h (enum rid): Rename to ...
11027         (enum cp_rid): ... this.
11028         (ridpointers): Don't declare.
11029         * parse.y: Move inclusion of lex.h.
11030         * parse.c: Regenerated.
11031         * spew.c: Move inclusion of lex.h.
11032
11033         * cp-tree.h (struct language_function): Remove temp_name_counter.
11034         (temp_name_counter): Remove.
11035         (get_temp_name): Change prototype.
11036         (get_guard): New function.
11037         (get_guard_cond): Likewise.
11038         (set_guard): Likewise.
11039         * cvt.c (build_up_reference): Adjust call to get_temp_name.
11040         * decl.c (expand_static_init): Use get_guard and friends to
11041         implement guard variables.
11042         * decl2.c (get_temp_name): Assume that the variables created are
11043         always static.
11044         (get_sentry): Rename to ...
11045         (get_guard): ... this.  Implement new ABI guard variables.
11046         (get_guard_bits): New function.
11047         (get_guard_cond): Likewise.
11048         (set_guard): Likewise.
11049         (start_static_initialization_or_destruction): Use them.
11050         (do_static_initialization): Replace sentry with guard throughout.
11051         (do_static_destruction): Likewise.
11052         * init.c (create_temporary_var): Add comment.
11053
11054 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
11055
11056         * mangle.c (find_substitution): Use same_type_p.
11057         (write_encoding): Don't check for substitutions.
11058
11059 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
11060
11061         * parse.y (expr_no_comma_rangle): New non-terminal.
11062         (template_parm): Use it for default parameter case.
11063         (template_arg): Use it.
11064         (expr_no_commas): Remove commented out undefined extensions.
11065         * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
11066         * parse.h, parse.c: Rebuilt.
11067
11068 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
11069
11070         * cp-tree.h (flag_const_strings): Remove.
11071         (warn_parentheses): Likewise.
11072         (warn_format): Likewise.
11073         (common_type): Likewise.
11074         (default_conversion): Likewise.
11075         (build_binary_op): Likewise.
11076         (cp_build_binary_op): New macro.
11077         * call.c (build_new_op): Use cp_build_binary_op instead of
11078         build_binary_op.
11079         * class.c (build_vtable_entry_ref): Likewise.
11080         * decl.c (expand_static_init): Likewise.
11081         (compute_array_index_type): Likewise.
11082         (build_enumerator): Likewise.
11083         * decl2.c (delete_sanity): Likewise.
11084         (start_static_initialization_or_destruction): Likewise.
11085         * error.c (dump_type_suffix): Likewise.
11086         * init.c (resolve_offset_ref): Likewise.
11087         (build_new): Likewise.
11088         (build_new_1): Likewise.
11089         (build_vec_delete_1): Likewise.
11090         (build_vec_init): Likewise.
11091         (build_delete): Likewise.
11092         * rtti.c (synthesize_tinfo_fn): Likewise.
11093         (synthesize_tinfo_var): Likewise.
11094         * search.c (expand_upcast_fixups): Likewise.
11095         (fixup_all_virtual_upcast_offsets): Likewise.
11096         * typeck.c (build_array_ref): Likewise.
11097         (get_member_function_from_ptrfunc): Likewise.
11098         (build_binary_op): Add parameter.
11099         (pointer_int_sum): Use cp_build_binary_op.
11100         (pointer_diff): Likewise.
11101         (build_modify_expr): Likewise.
11102         (get_delta_difference): Likewise.
11103         (build_ptrmemfunc): Likewise.
11104
11105 2000-06-29  Nathan Sidwell  <nathan@codesourcery.com>
11106
11107         * cp-tree.h (SET_DECL_ARTIFICIAL): Remove.
11108         * decl.c (create_implicit_typedef): Adjust.
11109         * decl2.c (build_artificial_parm): Adjust.
11110         * method.c (implicitly_declare_fn): Adjust.
11111         * pt.c (push_inline_template_parms_recursive): Adjust.
11112         (process_template_parm): Adjust.
11113         (overloaded_template_name): Adjust.
11114         * semantics.c (finish_template_template_parm): Adjust.
11115
11116 2000-06-28  Mark Mitchell  <mark@codesourcery.com>
11117
11118         * cp-tree.h (CLEAR_BINFO_NEW_VTABLE_MARKED): Remove.
11119         * class.c (update_vtable_entry_for_fn): Correct logic for deciding
11120         where to emit thunks.
11121         (build_vtt): Adjust call to build_vtt_inits.
11122         (build_vtt_inits): Add parameter to indicate whether or not
11123         sub-VTTs for virtual bases should be included.  Adjust handling of
11124         construction vtables.
11125         (get_matching_base): New function.
11126         (dfs_build_vtt_inits): Rename to ...
11127         (dfs_build_secondary_vptr_vtt_inits): Adjust handling of
11128         construction vtables.
11129         (dfs_fixup_binfo_vtbls): Likewise.
11130         (build_ctor_vtbl_groups): Build construction vtables for virtual
11131         bases, too.
11132         (accumulate_vtbl_inits): Tweak logic for deciding whether or not
11133         to build construction vtbls.
11134         (dfs_accumulate_vtbl_inits): Adjust handling of
11135         construction vtables.
11136
11137         * pt.c (tsubst, case TEMPLATE_TEMPLATE_PARM): Handle cv-qualified
11138         types correctly.
11139
11140 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
11141
11142         * decl.c (grokfndecl): Set DECL_CONTEXT for static functions too.
11143
11144 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
11145
11146         * search.c (hides): Remove.
11147         (is_subobject_of_p): Add most_derived parameter. Use
11148         CANONICAL_BINFO.
11149         (lookup_field_queue_p): Adjust.
11150         (lookup_field_r): Adjust.
11151
11152 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
11153
11154         * decl2.c (handle_class_head): Bash typedefs to the type's main
11155         decl.
11156
11157 2000-06-25  Mark Mitchell  <mark@codesourcery.com>
11158
11159         * cp-tree.h (genrtl_begin_stmt_expr): Rename to ...
11160         (begin_global_stmt_expr): ... this.
11161         (genrtl_finish_stmt_expr): Rename to ...
11162         (finish_global_stmt_expr): ... this.
11163         * init.c (begin_init_stmts): Adjust calls.
11164         (finish_init_stmts): Likewise.
11165         * semantics.c (genrtl_begin_stmt_expr): Rename to ...
11166         (begin_global_stmt_expr): ... this.
11167         (genrtl_finish_stmt_expr): Rename to ...
11168         (finish_global_stmt_expr): ... this.
11169
11170 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
11171
11172         * search.c (lookup_member): Fix typo in comment.
11173
11174 2000-06-24  Jason Merrill  <jason@redhat.com>
11175
11176         * decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.
11177         (push_namespace): Set DECL_CONTEXT for a new NAMESPACE_DECL.
11178
11179 2000-06-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11180
11181         * parse.y (complex_direct_notype_declarator): Support global_scope.
11182         * Makefile.in: Adjust conflict count.
11183
11184 2000-06-23  Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
11185
11186         * parse.y (template_arg): Convert TEMPLATE_DECL
11187         that is a template template parameter to
11188         TEMPLATE_TEMPLATE_PARM here.
11189
11190         * cp-tree.def (TEMPLATE_TEMPLATE_PARM): Adjust comment.
11191         * cp-tree.h (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): New macro.
11192         (copy_template_template_parm): Adjust prototype.
11193         * decl.c (grokdeclarator): Remove dead code.
11194         * pt.c (process_template_parm): Tidy.
11195         (lookup_template_class): Construct nodes in
11196         copy_template_template_parm.
11197         (tsubst): Pass TEMPLATE_DECL rather than IDENTIFIER_NODE to
11198         lookup_template_class.  Use TYPE_TI_TEMPLATE.
11199         * tree.c (copy_template_template_parm): Add NEWARGS
11200         parameter.
11201         (mapcar): Adjust call to copy_template_template_parm.
11202         * typeck.c (comptypes): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL.
11203         * method.c (build_template_template_parm_names): Change error
11204         code to avoid compilation warning.
11205
11206         * gxxint.texi: Document template template parameter
11207         name mangling.
11208
11209 2000-06-21  Alex Samuel  <samuel@codesourcery.com>
11210
11211         * Make-lang.in (CXX_LIB2FUNCS): Add cp-demangle.o and dyn-string.o.
11212         (CXX_LIB2SRCS): Add cp-demangle.c and dyn-string.c.
11213         (cp-demangle.o): New rule.
11214         (dyn-string.o): Likewise.
11215         * inc/cxxabi.h (__cxa_demangle): New declaration.
11216
11217 2000-06-22  Mark Mitchell  <mark@codesourcery.com>
11218
11219         * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
11220         (BV_GENERATE_THUNK_WITH_VTABLE_P): Likewise.
11221         (lang_decl_flags): Add generate_with_vtable_p.  Make vcall_offset
11222         a tree, not an int.
11223         (THUNK_GENERATE_WITH_VTABLE_P): New macro.
11224         (make_thunk): Change prototype.
11225         (emit_thunk): Rename to use_thunk.
11226         (mangle_thunk): Change prototype.
11227         * class.c (get_derived_offset): Simplify.
11228         (copy_virtuals): Clear BV_USE_VCALL_INDEX_P and
11229         BV_GENERATE_THUNK_WITH_VTABLE_P.
11230         (build_primary_vtable): Simplify.
11231         (add_virtual_function): Use BV_FN, rather than TREE_VALUE.
11232         (dfs_find_base): Remove.
11233         (update_vtable_entry_for_fn): Correct bug in finding the base
11234         where a virtual function was first declared.  Figure out whether
11235         or not to emit a vcall-thunk with the vtables in which it appears.
11236         Correct logic for deciding whether to use an ordinary thunk, or a
11237         vcall thunk.
11238         (finish_struct_1): Remove unnecssary code.
11239         (build_vtbl_initializer): Use ssize_int for the running counter of
11240         negative indices.
11241         (build_vtbl_initializer): Only use vcall thunks where necessary.
11242         Mark thunks as needing to be emitted with their vtables, or not.
11243         (build_vbase_offset_vtbl_entries): Adjust for use of ssize_int in
11244         indices.  Use size_binop.
11245         (dfs_build_vcall_offset_vtbl_entries): Don't rely on
11246         BINFO_PRIMARY_MARKED_P here.  Use BV_FN consistently.  Use
11247         size_binop.
11248         (build_rtti_vtbl_entries): Adjust call to build_vtable_entry.
11249         (build_vtable_entry): Mark thunks as needing to be emitted with
11250         their vtables, or not.
11251         * decl.c (lang_mark_tree): Mark the vcall_offset in a thunk.
11252         * decl2.c (mark_vtable_entries): Use use_thunk instead of
11253         emit_thunk.
11254         * dump.c (dequeue_and_dump): Remove dead code.  Dump new thunk
11255         information.
11256         * error.c (dump_expr): Use BV_FN.
11257         * mangle.c (mangle_thunk): Adjust now that vcall_offset is a tree,
11258         not an int.
11259         * method.c (make_thunk): Likewise.
11260         (emit_thunk): Rename to use_thunk.  Allow callers to decide
11261         whether or not to actually emit the thunk.  Adjust for changes in
11262         representation of vcall offsets.
11263         * search.c (dfs_get_pure_virtuals): Use BV_FN.
11264         * semantics.c (emit_associated_thunks): New function.
11265         (expand_body): Use it.
11266         * ir.texi: Adjust decriptions of thunks.
11267
11268 2000-06-22  Jason Merrill  <jason@redhat.com>
11269
11270         * pt.c (tsubst_decl, case FUNCTION_DECL): Clear DECL_SAVED_TREE.
11271         (tsubst_friend_function): Copy it here.
11272
11273         * decl.c (grok_op_properties): Fix typo.
11274
11275         * decl2.c (delete_sanity): Clarify warning, avoid failure on
11276         deleting void*.
11277
11278         * pt.c (check_explicit_specialization): Clarify error.
11279
11280         * decl.c (pushdecl): Also pull out one of the FUNCTION_DECLs from
11281         an old OVERLOAD when we're declaring a non-function.
11282         (pushdecl, destroy_local_var): Check for error_mark_node.
11283         (warn_extern_redeclared_static): Also bail early if
11284         we're a CONST_DECL.
11285         (push_overloaded_decl): Ignore an old error_mark_node.
11286
11287 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
11288
11289         * call.c (build_x_va_arg): Check if in a template decl.
11290         * pt.c (tsubst_copy, case VA_ARG_EXPR): Use build_x_va_arg.
11291
11292 2000-06-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
11293
11294         * class.c (push_lang_context): TYPE_NAME gets you to the Java
11295         types DECLs.
11296         * decl.c (check_goto): Computed gotos assumed OK.
11297
11298 2000-06-20  Jason Merrill  <jason@redhat.com>
11299
11300         * pt.c (tsubst_decl, case TYPE_DECL): Fix test for TYPE_DECLs
11301         for which we don't need to look for instantiations.
11302
11303 2000-06-21  Nathan Sidwell  <nathan@codesourcery.com>
11304
11305         * parse.y (program): Always call finish_translation_unit.
11306         * parse.c, parse.h: Rebuilt.
11307
11308 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
11309
11310         * method.c: Don't include hard-reg-set.h.
11311
11312 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
11313
11314         * rtti.c (get_base_offset): Cope when vbase field is in a base.
11315
11316 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
11317
11318         * call.c (build_conditional_expr): Use VOID_TYPE_P.
11319         * cvt.c (cp_convert_to_pointer): Likewise.
11320         (convert_to_void): Likewise.
11321         * error.c (dump_expr): Likewise.
11322         * except.c (complete_ptr_ref_or_void_ptr_p): Likewise.
11323         * init.c (build_delete): Likewise.
11324         * method.c (emit_thunk): Likewise.
11325         * optmize.c (declare_return_variable): Likewise.
11326         * rtti.c (get_tinfo_decl_dynamic): Likewise.
11327         (get_typeid): Likewise.
11328         (build_dynamic_cast_1): Likewise.
11329         * typeck.c (composite_pointer_type): Likewise.
11330         (common_type): Likewise.
11331         (build_indirect_ref): Likewise.
11332         (build_binary_op): Likewise.
11333         (build_x_compound_expr): Likewise.
11334         (check_return_expr): Likewise.
11335         * typeck2.c (add_exception_specifier): Likewise.
11336
11337         * mangle.c (write_method_parms): Use direct comparison for end
11338         of parmlist.
11339
11340 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
11341
11342         * cp-tree.h (genrtl_try_block): Declare function.
11343         (genrtl_handler): Likewise.
11344         (genrtl_catch_block): Likewise.
11345         (genrtl_ctor_stmt): Likewise.
11346         (genrtl_subobject): Likewise.
11347         (genrtl_decl_cleanup): Likewise.
11348         (genrtl_do_poplevel): Likewise.
11349         (genrtl_do_pushlevel): Likewise.
11350         (genrtl_clear_out_block): Likewise.
11351         (genrtl_goto_stmt): Likewise.
11352         (genrtl_expr_stmt): Likewise.
11353         (genrtl_decl_stmt): Likewise.
11354         (genrtl_if_stmt): Likewise.
11355         (genrtl_while_stmt): Likewise.
11356         (genrtl_do_stmt): Likewise.
11357         (genrtl_return_stmt): Likewise.
11358         (genrtl_for_stmt): Likewise.
11359         (genrtl_break_stmt): Likewise.
11360         (genrtl_continue_stmt): Likewise.
11361         (genrtl_scope_stmt): Likewise.
11362         (genrtl_switch_stmt): Likewise.
11363         (genrtl_case_label): Likewise.
11364         (genrtl_begin_compound_stmt): Likewise.
11365         (genrtl_finish_compound_stmt): Likewise.
11366         (genrtl_compound_stmt): Likewise.
11367         (genrtl_asm_stmt): Likewise.
11368         (genrtl_named_return_value): Likewise.
11369         (genrtl_begin_stmt_expr): Likewise.
11370         (genrtl_finish_stmt_expr): Likewise.
11371         (finish_for_stmt): Removed first argument.
11372         (finish_switch_stmt): Likewise.
11373
11374         * semantics.c (genrtl_try_block): Define function.
11375         (genrtl_handler): Likewise.
11376         (genrtl_catch_block): Likewise.
11377         (genrtl_ctor_stmt): Likewise.
11378         (genrtl_subobject): Likewise.
11379         (genrtl_decl_cleanup): Likewise.
11380         (genrtl_do_poplevel): Likewise.
11381         (genrtl_do_pushlevel): Likewise.
11382         (genrtl_clear_out_block): Likewise.
11383         (genrtl_goto_stmt): Likewise.
11384         (genrtl_expr_stmt): Likewise.
11385         (genrtl_decl_stmt): Likewise.
11386         (genrtl_if_stmt): Likewise.
11387         (genrtl_while_stmt): Likewise.
11388         (genrtl_do_stmt): Likewise.
11389         (genrtl_return_stmt): Likewise.
11390         (genrtl_for_stmt): Likewise.
11391         (genrtl_break_stmt): Likewise.
11392         (genrtl_continue_stmt): Likewise.
11393         (genrtl_scope_stmt): Likewise.
11394         (genrtl_switch_stmt): Likewise.
11395         (genrtl_case_label): Likewise.
11396         (genrtl_begin_compound_stmt): Likewise.
11397         (genrtl_finish_compound_stmt): Likewise.
11398         (genrtl_compound_stmt): Likewise.
11399         (genrtl_asm_stmt): Likewise.
11400         (genrtl_named_return_value): Likewise.
11401         (genrtl_begin_stmt_expr): Likewise.
11402         (genrtl_finish_stmt_expr): Likewise.
11403         (finish_for_stmt): Removed first argument and generate rtl
11404         specific code.
11405         (finish_switch_stmt): Likewise.
11406         (do_poplevel): Removed generate rtl specific code.
11407         (do_pushlevel): Likewise.
11408         (add_tree): Likewise.
11409         (finish_goto_stmt): Likewise.
11410         (finish_expr_stmt): Likewise.
11411         (begin_if_stmt): Likewise.
11412         (finish_if_stmt_cond): Likewise.
11413         (finish_then_clause): Likewise.
11414         (begin_else_clause): Likewise.
11415         (finish_else_clause): Likewise.
11416         (finish_if_stmt): Likewise.
11417         (clear_out_block): Likewise.
11418         (begin_while_stmt): Likewise.
11419         (finish_while_stmt_cond): Likewise.
11420         (finish_while_stmt): Likewise.
11421         (begin_do_stmt): Likewise.
11422         (finish_do_body): Likewise.
11423         (finish_do_stmt): Likewise.
11424         (finish_return_stmt): Likewise.
11425         (begin_for_stmt): Likewise.
11426         (finish_for_init_stmt): Likewise.
11427         (finish_for_cond): Likewise.
11428         (finish_for_expr): Likewise.
11429         (finish_break_stmt): Likewise.
11430         (finish_continue_stmt): Likewise.
11431         (begin_switch_stmt): Likewise.
11432         (finish_switch_cond): Likewise.
11433         (finish_case_label): Likewise.
11434         (begin_try_block): Likewise.
11435         (begin_function_try_block): Likewise.
11436         (finish_try_block): Likewise.
11437         (finish_cleanup_try_block): Likewise.
11438         (finish_cleanup): Likewise.
11439         (finish_function_try_block): Likewise.
11440         (finish_handler_sequence): Likewise.
11441         (finish_function_handler_sequence): Likewise.
11442         (begin_handler): Likewise.
11443         (finish_handler_parms): Likewise.
11444         (begin_catch_block): Likewise.
11445         (finish_handler): Likewise.
11446         (begin_compound_stmt): Likewise.
11447         (finish_compound_stmt): Likewise.
11448         (finish_asm_stmt): Likewise.
11449         (finish_label_stmt): Likewise.
11450         (finish_label_decl): Likewise.
11451         (finish_subobject): Likewise.
11452         (finish_decl_cleanup): Likewise.
11453         (finish_named_return_value): Likewise.
11454         (begin_stmt_expr): Likewise.
11455         (finish_stmt_expr): Likewise.
11456
11457         * decl.c (initialize_local_var): Changed call to finish_expr_stmt
11458         to call genrtl_expr_stmt when appropriate.
11459
11460         * init.c (begin_init_stmts): Changed calls to begin_stmt_expr and
11461         begin_compound_expr to call genrtl_begin_stmt_expr and
11462         genrtl_begin_compound_expr when appropriate.
11463         (finish_init_stmts): Changed calls to finish_compound_expr and
11464         finish_stmt_expr to call genrtl_finish_compound_expr and
11465         genrtl_finish_stmt_expr when appropriate.
11466         (expand_default_init): Changed call to finish_expr_stmt to call
11467         genrtl_expr_stmt when appropriate.
11468         (build_vec_init): Likewise.
11469
11470         * parse.y (simple_stmt): Removed first argument from call to
11471         finish_for_stmt. Removed first argument from call to
11472         finish_switch_stmt.
11473
11474         * parse.c: Regenerated.
11475
11476         * pt.c (tsubst_expr): Removed first argument from call to
11477         finish_for_stmt. Removed first argument from call to
11478         finish_switch_stmt.
11479
11480 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
11481
11482         * cp-tree.h (enum cplus_tree_code): Changed __DUMMY to
11483         CP_DUMMY_TREE_CODE. Remove #include "c-common.def".
11484
11485         * lex.c (cplus_tree_code_type[]): Removed #include "c-common.def".
11486         (cplus_tree_code_length[]): Likewise.
11487         (cplus_tree_code_name[]): Likewise.
11488         (init_parse): Added call to add_c_tree_codes. Changed
11489         LAST_AND_UNUSED_TREE_CODE to LAST_C_TREE_CODE.
11490
11491 2000-06-16  Mark Mitchell  <mark@codesourcery.com>
11492
11493         * cp-tree.h (finish_mem_initializers): Declare.
11494         (count_trees): Likewise.
11495         * parse.y (base_init): Use finish_mem_initializers.
11496         * semantics.c (finish_mem_initializers): New function.
11497
11498         * tree.c (count_trees_r): Prototype.  Use DATA parameter to store
11499         the number of trees.
11500         (n_trees): Remove.
11501         (count_trees): Don't use it.
11502
11503 2000-06-15  Jason Merrill  <jason@redhat.com>
11504
11505         * tree.c (count_trees): New debugging function.
11506
11507         * typeck.c (build_x_function_call): Use DECL_FUNCTION_TEMPLATE_P.
11508         * init.c (build_member_call): Pull out the name of a DECL.
11509
11510         * Makefile.in (semantics.o, pt.o): Depend on TIMEVAR_H.
11511         * semantics.c (expand_body): Push to TV_INTEGRATION here.
11512         * optimize.c (optimize_function): Not here.
11513         * pt.c (instantiate_decl): Push to TV_PARSE.
11514
11515 2000-06-15  Mark Mitchell  <mark@codesourcery.com>
11516
11517         * cp-tree.h (struct language_function): Remove x_base_init_list
11518         and x_member_init_list.
11519         (current_base_init_list): Remove.
11520         (current_member_init_list): Likewise.
11521         (setup_vtbl_ptr): Change prototype.
11522         (emit_base_init): Likewise.
11523         (expand_member_init): Likewise.
11524         (reinit_parse_for_function): Remove.
11525         * decl.c (save_function_data): Don't clear x_base_init_list and
11526         x_member_init_list.
11527         (mark_language_function): Don't mark them.
11528         * init.c (perform_member_init): Tweak comment.
11529         (sort_member_init): Take the list of initializers as an argument.
11530         (sort_base_init): Likewise.
11531         (emit_base_init): Likewise.
11532         (expand_member_init): Return the initializer.  Don't use global
11533         variables.
11534         * lex.c (reinit_parse_for_function): Remove.
11535         * method.c (build_template_parm_names): Correct substitution.
11536         (do_build_copy_constructor): Don't use current_member_init_list
11537         and current_base_init_list.
11538         (synthesize_method): Likewise.
11539         * parse.y (base_init): Split mem-initializers into
11540         base-initializers and field-initializers.
11541         (member_init_list): Build up the list here.
11542         (member_init): Return the initializer.
11543         (fn.depfn): Don't use reinit_parse_for_function.
11544         * parse.c: Regenerated.
11545         * pt.c (convert_nontype_argument): Don't make an ADDR_EXPR of the
11546         ERROR_MARK.
11547         (tsubst_expr): Don't use current_member_init_list
11548         and current_base_init_list.
11549         (tsubst_expr_values): Rename to ...
11550         (tsubst_initializer_list): ... this.  Use convert_from_reference.
11551         * semantics.c (setup_vtbl_ptr): Don't use current_member_init_list
11552         and current_base_init_list.
11553         (begin_function_definition): Don't call reinit_parse_for_function.
11554
11555         * dump.c (dequeue_and_dump): Use TREE_VEC_LENGTH with vectors.
11556
11557         * error.c (dump_expr): Handle ADDR_EXPRs with REFERENCE_TYPE
11558         correctly.
11559
11560         * cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.
11561
11562 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
11563
11564         * cp-tree.h (IF_COND): Move to c-common.h.
11565         (THEN_CLAUSE): Likewise.
11566         (ELSE_CLAUSE): Likewise.
11567         (WHILE_COND): Likewise.
11568         (WHILE_BODY): Likewise.
11569         (DO_COND): Likewise.
11570         (DO_BODY): Likewise.
11571         (RETURN_EXPR): Likewise.
11572         (EXPR_STMT_EXPR): Likewise.
11573         (FOR_INIT_STMT): Likewise.
11574         (FOR_COND): Likewise.
11575         (FOR_EXPR): Likewise.
11576         (FOR_BODY): Likewise.
11577         (SWITCH_COND): Likewise.
11578         (SWITCH_BODY): Likewise.
11579         (CASE_LOW): Likewise.
11580         (CASE_HIGH): Likewise.
11581         (GOTO_DESTINATION): Likewise.
11582         (COMPOUND_BODY): Likewise.
11583         (ASM_CV_QUAL): Likewise.
11584         (ASM_STRING): Likewise.
11585         (ASM_OUTPUTS): Likewise.
11586         (ASM_INPUTS): Likewise.
11587         (ASM_CLOBBERS): Likewise.
11588         (DECL_STMT_DECL): Likewise.
11589         (STMT_EXPR_STMT): Likewise.
11590         (LABEL_STMT_LABEL): Likewise.
11591         (SCOPE_BEGIN_P): Likewise.
11592         (SCOPE_END_P): Likewise.
11593         (SCOPE_STMT_BLOCK): Likewise.
11594         (SCOPE_NULLIFIED_P): Likewise.
11595         (SCOPE_NO_CLEANUPS_P): Likewise.
11596         (SCOPE_PARTIAL_P): Likewise.
11597         (ASM_VOLATILE_P): Likewise.
11598         (STMT_LINENO): Likewise.
11599         (STMT_LINENO_FOR_FN_P): Likewise.
11600
11601         * cp-tree.def: Removed SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
11602         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
11603         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
11604         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
11605         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
11606
11607         * Makefile.in (CXX_TREE_H): Added $(srcdir)/../c-common.def.
11608
11609         * Make-lang.in (CXX_SRCS): Added $(srcdir)/c-common.def.
11610         (cc1plus$(exeext)): Added $(srcdir)/c-common.def.
11611
11612         * lex.c (cplus_tree_code_type[]): Added '#include "c-common.def"'.
11613         (cplus_tree_code_length[]): Added '#include "c-common.def"'.
11614         (cplus_tree_code_name[]): Added '#include "c-common.def"'.
11615
11616 2000-06-14  Mark Mitchell  <mark@codesourcery.com>
11617
11618         * cp-tree.h (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH): New macro.
11619         * class.c (dfs_find_final_overrider): Set it appropriately.
11620         (dfs_built_vtt_inits): Check BINFO_OVERRIDE_ALONG_VIRTUAL_PATH to
11621         avoid unneeded secondary vptrs.
11622
11623 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
11624
11625         * class.c (build_secondary_vtable): Set DECL_USER_ALIGN.
11626         (check_bitfield_decl, check_field_decl): Likewise.
11627         (build_vtbl_or_vbase_field, build_base_field): Likewise.
11628         (layout_class_type): Set DECL_USER_ALIGN resp. CLASSTYPE_USER_ALIGN.
11629         * decl.c (record_unknown_type): Set TYPE_USER_ALIGN.
11630         (xfer_tag, finish_enum): Likewise.
11631         * decl2.c (finish_builtin_type): Likewise.
11632         * init.c (init_init_processing): Likewise.
11633         * pt.c (instantiate_class_template): Likewise.
11634         * rtti.c (get_tinfo_decl, synthesize_tinfo_fn): Set DECL_USER_ALIGN.
11635         * cp-tree.h (struct lang_type): Add user_align member.
11636         (CLASSTYPE_USER_ALIGN): Define.
11637
11638 Tue Jun 13 15:48:03 2000  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11639
11640         * Make-lang.in (c++.install-common): Install g++-cross in
11641         $(gcc_tooldir)/bin as g++ and c++; g++ in $(bindir) as
11642         $(target_alias)-g++ and $(target_alias)-c++.
11643
11644 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
11645
11646         * class.c (vcall_offset_data_s): Add last_init and fns.
11647         (overrides): Rename to same_signature_p.
11648         (dfs_find_final_overrider): Adjust accordingly.
11649         (mark_overriders): Likewise.
11650         (warn_hidden): Likewise.
11651         (build_vtbl_initializer): Reorganize machinery for building things
11652         at negative offsets.
11653         (build_vcall_and_vbase_vtbl_entries): Likewise.
11654         (build_vbase_offset_vtbl_entries): Likewise.
11655         (dfs_build_vcall_offset_vtbl_entries): Correct order of vcall
11656         offset entries.  Do not create two entries for functions with the
11657         same signature.
11658         (build_vcall_offset_vtbl_entries): Initialize vod->fns.
11659         (build_rtti_vtbl_entries): Reorganize machinery for building things
11660         at negative offsets.
11661
11662         * optimize.c (expand_call_inline): Don't recurse into the code
11663         used to initialize the parameters more than once.
11664
11665 2000-06-11  Mark Mitchell <mark@codesourcery.com>
11666
11667         * mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.
11668         (is_std_substitution): Don't check CLASSTYPE_USE_TEMPLATE here.
11669         (find_substitution): Only use the `Sa' substitution for
11670         std::allocator, not instantiations of it.
11671         (write_template_prefix): Move comment.  Only use a TREE_LIST to
11672         represent substitutions for a member template.
11673         (write_array_type): Mangle array dimensions correctly.
11674         * optimize.c (maybe_clone_body): Copy more information from the
11675         cloned function.
11676         * pt.c (regenerate_decl_from_template): Preserve DECL_USE_TEMPLATE
11677         on the regenerated declaration.
11678
11679 2000-06-11  Chip Salzenberg  <chip@valinux.com>
11680             Mark Mitchell <mark@codesourcery.com>
11681
11682         * class.c (build_vtable): Clarify comment.
11683         (build_ctor_vtbl_group): Pass the most derived type to
11684         build_vtable.
11685
11686 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11687
11688         * decl2.c (compare_options): Don't needlessly cast away const-ness.
11689
11690 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
11691
11692         * decl.c (add_binding): Handle duplicate declarations of external
11693         variables.
11694
11695 2000-06-09  Chip Salzenberg  <chip@valinux.com>
11696             Mark Mitchell <mark@codesourcery.com>
11697
11698         * mangle.c (write_number): Take an unsigned HOST_WIDE_INT as an
11699         argument.
11700         (write_signed_number): New macro.
11701         (write_unsigned_number): Likewise.
11702         (write_source_name): Use them.
11703         (write_number): Handle signed and unsigned values.
11704         (write_integer_cst): Use tree_int_cst_sgn, and use
11705         write_unsigned_number or write_signed_number as appropriate.
11706         (write_discriminator): Use write_unsigned_number or
11707         write_signed_number as appropriate.
11708         (write_template_arg_literal): Likewise.
11709         (write_array_type): Use tree_low_cst.
11710         (write_template_parm):  Use write_unsigned_number or
11711         write_signed_number as appropriate.
11712         (write_substitution): Adjust call to write_number.
11713         (write_type): Get the TYPE_MAIN_VARIANT before mangling it.
11714         (write_expression): Handle non-type template arguments of
11715         reference type correctly.
11716         (mangle_thunk): Use write_signed_number.
11717
11718 2000-06-09  Chip Salzenberg  <chip@valinux.com>
11719
11720         * mangle.c (find_substition): Don't mangle objects with typename
11721         substitutions (e.g. "cin" as "Si").
11722
11723 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
11724
11725         * call.c (add_candidate): Use ggc_alloc_cleared.
11726         * decl.c (lookup_label): Likewise.
11727         * lex.c (retrofit_lang_decl): Likewise.
11728
11729 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
11730
11731         * semantics.c (expand_body): Push to TV_EXPAND.
11732         * optimize.c (optimize_function): Push to TV_INTEGRATION.
11733         * decl.c (start_function): Always call announce_function.
11734
11735         * tinfo2.cc: Just declare abort.
11736
11737 2000-06-09  Gabriel Dos Reis  <gdr@codesourcery.com>
11738
11739         * lex.c (DEF_OPERATOR): Say `operator@' -not- `operator @'
11740         whenever @ is a symbolic name.
11741
11742 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
11743
11744         * method.c (make_thunk): Clear DECL_VTT_PARM in thunk.
11745
11746 2000-06-07  Mark Mitchell  <mark@codesourcery.com>
11747
11748         * decl.c (pushdecl): Look up functions by DECL_NAME, not
11749         DECL_ASSEMBLER_NAME.
11750
11751 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
11752
11753         * decl2.c (c_language): Define.
11754
11755 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
11756
11757         * lex.c (lang_init_options): Tweak.
11758
11759         * decl2.c: Remove #inclusion of diagnostic.h
11760         (lang_decode_option): Move diagnostic formatting options to
11761         toplevel.
11762
11763         * lang-options.h: Remove documentation for diagnostic options.
11764
11765         * Makefile.in (lex.o): Depends upon diagnostic.h
11766
11767 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
11768
11769         * decl.c (redeclaration_error_message): If two TEMPLATE_DECLs have
11770         the same DECL_RESULT, it's not a redefinition.
11771         * pt.c (tsubst_decl): Remove code to handle illegal
11772         specializations.
11773
11774 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
11775
11776         * exception.cc: (__eh_alloc, __eh_free): Moved to libgcc2.c
11777
11778 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
11779
11780         * search.c (maybe_suppress_debug_info): Don't check
11781         CLASSTYPE_INTERFACE_ONLY if CLASSTYPE_INTERFACE_KNOWN isn't set.
11782
11783         * pt.c (mark_decl_instantiated): Do SET_DECL_EXPLICIT_INSTANTIATION
11784         here if extern_p.
11785
11786         Remember instantiation context in deferred instantiations.
11787         * cp-tree.h (struct tinst_level): Remove.
11788         (TINST_DECL, TINST_LINE, TINST_FILE): New macros.
11789         * pt.c (current_tinst_level): Now a tree.
11790         (print_template_context, push_tinst_level, pop_tinst_level,
11791         tinst_for_decl): Adjust.
11792         (reopen_tinst_level): New fn.
11793         (init_pt): Register current_tinst_level as a root.
11794         (add_pending_template): Put current_tinst_level in TREE_PURPOSE
11795         of the pending templates list.
11796         (instantiate_pending_templates): Adjust.  Call reopen_tinst_level.
11797         * lex.c (extract_interface_info): Adjust.
11798         * decl2.c (warn_if_unknown_interface): Adjust.
11799
11800 2000-06-05  Mark Mitchell  <mark@codesourcery.com>
11801
11802         * class.c (indirect_primary_base_p): New function.
11803         (determine_primary_base): Use it.
11804
11805 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
11806
11807         Update new-abi dynamic cast algorithm.
11808         * tinfo.cc (__class_type_info::__dyncast_result): Add
11809         whole_details. Adjust constructor.
11810         (__vmi_class_type_info::__do_dyncast): Adjust for vmi_flags.
11811         Avoid unnecessary searching.
11812         (__dynamic_cast): Adjust for __dyncast_result::whole_details.
11813
11814 Mon Jun  5 06:48:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11815
11816         * decl.c (init_decl_processing): Don't call record_component_aliases.
11817         * tree.c (build_cplus_array_type_1): Likewise.
11818
11819 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
11820
11821         * ir.texi: Correct typo.
11822         * mangle.c (write_expression): Handle non-type template arguments
11823         with reference type.
11824         * method.c (build_overload_value): Likewise.
11825         * pt.c (convert_nontype_argument): Explicitly represent conversion
11826         to a reference with an ADDR_EXPR.
11827         (unify): Always unify arguments in left-to-right order.
11828
11829 2000-06-03  Alex Samuel    <samuel@codesourcery.com>
11830             Mark Mitchell  <mark@codesourcery.com>
11831
11832         * Make-lang.in (CXX_SRCS): Add mangle.c.
11833         * Makefile.in (CXX_OBJS): Add mangle.o.
11834         (mangle.o): New rule.
11835
11836         * class.c (local_classes): New variable.
11837         * class.c (get_vtable_name): Use mangle_vtable_for_type for new ABI.
11838         (get_vtt_name): Use mangle_vtt_name for new ABI.
11839         (init_class_processing): Initialize local_classes.
11840         (build_ctor_vtbl_group): Use mangle_ctor_vtbl_for_type for new ABI.
11841         * cp-tree.h (cp_tree_index): Add CPTI_STD_IDENTIFIER.
11842         (std_identifier): New macro.
11843         (DECL_VOLATILE_MEMFUNC_P): New macro.
11844         (DECL_NAMESPACE_STD_P): Likewise.
11845         (local_classes): Declare.
11846         (get_mostly_instantiated_function_type): Declare.
11847         (init_mangle): Declare.
11848         (mangle_decl): Likewise.
11849         (mangle_type_string): Likewise.
11850         (mangle_type): Likewise.
11851         (mangle_typeinfo_for_type): Likewise.
11852         (mangle_typeinfo_string_for_type): Likewise.
11853         (mangle_vtbl_for_type): Likewise.
11854         (mangle_vtt_for_type): Likewise.
11855         (mangle_ctor_vtbl_for_type): Likewise.
11856         (mangle_thunk): Likewise.
11857         (mangle_conv_op_name_for_type): Likewise.
11858         (mangle_guard_variable): Likewise.
11859         * decl.c (pushtag): Keep track of local classes.
11860         (initialize_predefined_identifiers): Initialize std_identifier.
11861         (init_decl_processing): Use std_identifier.
11862         (start_decl): Don't treat instantiations as specializations.
11863         (grokdeclarator): Likewise.
11864         (grokvardecl): Call mangle_decl for new ABI.  Only set mangled
11865         name for fully-instantiated templates.
11866         * decl2.c (grokclassfn): Use set_mangled_name_for_decl for
11867         destructors with the new ABI.
11868         (finish_static_data_member_decl): Use mangle_decl under the new ABI.
11869         (grokfield): Use mangle_type for new ABI.
11870         (grokoptypename): Use mangle_conv_op_for_type for new ABI.
11871         (get_sentry): Use mangle_guard_variable for new ABI.
11872         (start_static_initialization_or_destruction): Likewise.
11873         * expr.c (extract_aggr_init): Remove.
11874         (extract_scalar_init): Likewise.
11875         (extract_init): Remove #if 0'd code.
11876         * mangle.c: New function.
11877         * method.c (build_mangled_name): Assert not flag_new_abi.
11878         (build_static_name): Likewise.
11879         (build_decl_overload_real): Likewise.
11880         (build_typename_overload): Likewise.
11881         (build_overload_with_type): Likewise.
11882         (build_overload_name): Likewise.
11883         (get_ctor_vtbl_name): Likewise.
11884         (start_squangling): Likewise.
11885         (get_id_2): Likewise.
11886         (set_mangled_name_for_decl): Call mangle_decl for new ABI.
11887         (init_method): Call init_mangle for new ABI.
11888         (make_thunk): Call mangle_thunk for new ABI.
11889         * operators.def: Correct new ABI manglings for the `%' operator.
11890         Add `::' operator.
11891         * pt.c (build_template_decl): Copy DECL_OVERLOADED_OPERATOR_P and
11892         DECL_ASSIGNMENT_OPERATOR_P to the TEMPLATE_DECL.
11893         (lookup_template_class): Call mangle_decl for new ABI.
11894         (get_mostly_instantiated_function_type): New function.
11895         (set_mangled_name_for_template_decl): Use it.
11896         (tsubst_decl): Use set_mangled_name_for_decl for destructors with
11897         the new ABI.  Use mangle_conv_op_name_for_type for instantiated
11898         conversion op names.
11899         * rtti.c (tinfo_name): Call mangle_type_string for new ABI.
11900         (get_tinfo_decl): Call mangle_typeinfo_for_type for new ABI.
11901         (tinfo_base_init):  Likewise.  Mangle typeinfo string name with
11902         mangle_typeinfo_string_for_type.
11903
11904 2000-06-03  Mark Mitchell  <mark@codesourcery.com>
11905
11906         * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
11907         (INNERMOST_TEMPLATE_ARGS): New macro.
11908         (innermost_args): Remove.
11909         (get_innermost_template_args): New function.
11910         * decl2.c (arg_assoc_class): Use INNERMOST_TEMPLATE_ARGS.
11911         * error.c (dump_function_decl): Be caution when using
11912         most_general_template.
11913         * method.c (build_template_parm_names):  Use
11914         INNERMOST_TEMPLATE_ARGS.
11915         * pt.c (add_to_template_args): Tidy comment
11916         (get_innermost_template_args): New function.
11917         (check_explicit_specialization): Clear DECL_INITIAL for a new
11918         specialization.
11919         (process_partial_specialization): Use INNERMOST_TEMPLATE_ARGS.
11920         Tidy.
11921         (push_template_decl): Always register specializations of the most
11922         general template.
11923         (convert_template_argument): Use INNERMOST_TEMPLATE_ARGS.
11924         (coerce_template_parms): Likewise.
11925         (lookup_template_class): Likewise.
11926         (innermost_args): Remove.
11927         (tsubst_decl): Use INNERMOST_TEMPLATE_ARGS.
11928         (tsubst_decl): Handle tricky specializations.  Use
11929         get_innermost_template_args.
11930         (instantiate_template): Simplify handling of partial
11931         instantiations.
11932         (get_class_bindings): Use INNERMOST_TEMPLATE_ARGS.
11933         (most_general_template): Reimplement, in a more straightforward
11934         manner.
11935         (regenerate_decl_from_template): Tweak formatting.  Use
11936         TMPL_ARGS_DEPTH for clarity.
11937         (set_mangled_name_for_template_decl): Use INNERMOST_ARGS.
11938
11939         * dump.c (dequeue_and_dump): Dump information about thunks.
11940
11941 2000-06-01  Richard Henderson  <rth@cygnus.com>
11942
11943         * decl.c (init_decl_processing): Set lang_get_alias_set first thing.
11944
11945 2000-06-01  Richard Henderson  <rth@cygnus.com>
11946
11947         * decl2.c (unsupported_options): Fix typo, make const.
11948         (lang_decode_option): Fix bsearch argument order.
11949
11950 2000-06-01  Mark Mitchell  <mark@codesourcery.com>
11951
11952         * init.c (resolve_offset_ref): Remove check for TREE_ADDRESSABLE
11953         on FIELD_DECLs.
11954
11955 Wed May 31 14:09:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11956
11957         * cp-tree.h (c_get_alias_set): Deleted.
11958         * Makefile.in (decl.o): Include ../expr.h.
11959         * decl.c (expr.h): Include.
11960         (init_decl_processing): Call record_component_aliases for arrays.
11961         (grokdeclarator): Likewise.
11962         Set TREE_ADDRESSABLE for fields that aren't bitfields.
11963         * tree.c (build_cplus_array_type_1): Call record_component_aliases.
11964
11965 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
11966
11967         Remove guiding declaration support.
11968         * cp/cp-tree.h (flag_dump_translation_unit): Make it const.
11969         (flag_guiding_decls): Remove.
11970         * call.c (build_user_type_conversion_1): Remove support for
11971         guiding decls.
11972         (build_new_function_call): Likewise.
11973         (build_new_op): Likewise.
11974         (build_new_method_call): Likewise.
11975         * decl.c (start_function): Likewise.
11976         * friend.c (is_friend): Likewise.
11977         (do_friend): Likewise.
11978         * decl2.c ((flag_dump_translation_unit): Make it const.
11979         (flag_guiding_decls): Remove.
11980         (unsupported_options): New variable
11981         (compare_options): New function.
11982         (lang_decode_option): Use them.
11983
11984         * decl.c (build_cp_library_fn): Set DECL_CONTEXT.
11985
11986         * method.c (mangle_expression): Adjust test for legal expression
11987         operators.
11988
11989         * pt.c (instantiate_decl): Save and restore the local
11990         specializations list.
11991
11992 2000-05-30  Jason Merrill  <jason@decepticon.cygnus.com>
11993
11994         * decl.c (grok_reference_init): Pass LOOKUP_ONLYCONVERTING.
11995
11996 2000-05-30  Mark Mitchell  <mark@codesourcery.com>
11997
11998         * call.c (add_template_candidate_real): Handle member template
11999         constructors for classes with virtual bases.
12000         (build_user_type_conversion_1): Use in_charge_arg_for_name.
12001         (build_new_method_call): Use DECL_NONSTATIC_MEMBER_FUNCTION_P.
12002
12003         * ir.texi: Update thunk documentation.
12004
12005         * call.c (joust): Fix handling of overloaded builtin operators.
12006
12007 2000-05-30  Zack Weinberg  <zack@wolery.cumb.org>
12008
12009         * cp-tree.h (DECL_ANTICIPATED): New macro.
12010         Document new use of DECL_LANG_FLAG_7.
12011         * decl.c (builtin_function): Set DECL_ANTICIPATED on builtins
12012         in the user namespace.
12013         * lex.c (do_identifier): If the identifier's declaration has
12014         DECL_ANTICIPATED on, it has not yet been declared.  But do not
12015         replace it with an ordinary implicit declaration.
12016
12017         * tinfo2.cc: Include stdlib.h.
12018
12019 2000-05-29  Mark Mitchell  <mark@codesourcery.com>
12020
12021         * cp-tree.h (CLASSTYPE_ALIGN_UNIT): New macro.
12022         * class.c (layout_empty_base): Use CLASSTYPE_ALIGN_UNIT, not
12023         CLASSTYPE_ALIGN.
12024
12025 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
12026
12027         * decl2.c (lang_decode_option): Use skip_leading_substring instead
12028         of plain strncmp.
12029
12030 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
12031
12032         * operators.def (<?): Duplicated, should have been...
12033         (>?): this.  Fixed.
12034
12035 2000-05-27  Alex Samuel    <samuel@codesourcery.com>
12036             Mark Mitchell  <mark@codesourcery.com>
12037
12038         * cp-tree.h (ansi_opname): Make it a macro.
12039         (ansi_assopname): Likewise.
12040         (struct lang_decl_flags): Add assignment_operator_p.
12041         (struct lang_decl): Add operator_code.
12042         (DECL_VTT_PARM): Adjust.
12043         (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an
12044         overloaded operator.
12045         (SET_OVERLOADED_OPERATOR_CODE): New macro.
12046         (DECL_ASSIGNMENT_OPERATOR_P): New macro.
12047         (DECL_ARRAY_DELETE_OPERATOR_P): Adjust.
12048         (opname_tab): Remove.
12049         (assignop_tab): Likewise.
12050         (operator_name_info_t): New type.
12051         (operator_name_info): New variable.
12052         (assignment_operator_name_info): Likewise.
12053         (build_cp_library_fn): Remove declaration.
12054         (push_cp_library_fn): Likewise.
12055         (operator_name_string): Likewise.
12056         (build_decl_overload): Likewise.
12057         * call.c (print_z_candidates): Simplify.
12058         (build_object_call): Adjust usage of ansi_opname.  Use
12059         DECL_OVERLOADED_OPERATOR_P.
12060         (op_error): Adjust operator name lookup.
12061         (build_conditional_expr): Adjust usage of ansi_opname.
12062         (build_new_op): Likewise.
12063         (build_op_delete_call): Likewise.
12064         (build_over_call): Likewise.
12065         (joust): Use DECL_OVERLOADED_OPERATOR_P.
12066         * decl.c (duplicate_decls): Copy operator_code.
12067         (init_decl_processing): Adjust parameters to push_cp_library_fn.
12068         (builtin_function): Adjust parameters to build_library_fn_1.
12069         (build_library_fn_1): Accept an overloaded operator code.
12070         (build_library_fn): Pass ERROR_MARK.
12071         (build_cp_library_fn): Accept an overloaded operator code.
12072         (push_cp_library_fn): Likewise.
12073         (grokfndecl): Tweak.
12074         (grokdeclarator): Simplify code to compute names of overloaded
12075         operators.  Adjust use of ansi_opname.
12076         (ambi_op_p): Work on tree_codes, not identifiers.
12077         (unary_op_p): Likewise.
12078         (grok_op_properties): Likewise.
12079         (start_function): Use DECL_OVERLOADED_OPERATOR_P.
12080         (lang_mark_tree): Don't try to mark the operator_code.
12081         * decl2.c (grok_function_init): Use DECL_OVERLOADED_OPERATOR_P.
12082         * error.c (dump_decl): Remove special handling for operator
12083         names.
12084         (dump_function_name): Likewise.
12085         (dump_expr): Adjust name lookup of operators.
12086         (op_to_string): Simplify.
12087         (assop_to_string): Likewise.
12088         * init.c (build_new_1): Adjust use of ansi_opname.
12089         * lex.c (opname_tab): Remove.
12090         (assignop_tab): Likewise.
12091         (ansi_opname): Likewise.
12092         (ansi_assopname): Likewise.
12093         (operator_name_string): Likewise.
12094         (reinit_lang_specific): Likewise.
12095         (operator_name_info): New variable.
12096         (assignment_operator_name_info): Likewise.
12097         (init_operators): New function.
12098         (init_parse): Use it.
12099         (do_identifier): Adjust use of ansi_opname.
12100         * method.c (mangle_expression): Don't use ansi_opname for
12101         mangling.
12102         (build_decl_overload_real): Use DECL_OVERLOADED_OPERATOR_P.
12103         (build_decl_overload): Remove.
12104         (build_typename_overload): Use OPERATOR_TYPENAME_FORMAT directly.
12105         (do_build_assign_ref): Adjust use of ansi_opname.
12106         (synthesize_method): Likewise.
12107         (implicitly_declare_fn): Likewise.
12108         * operators.def: New file.
12109         * parse.y (operator): Adjust use of ansi_opname.
12110         * pt.c (tsubst_decl): Use IDENTIFIER_OPNAME_P.
12111         (set_mangled_name_for_template_decl): Don't play games with
12112         current_namespace.
12113         (special_function_p): Adjust use of ansi_opname.
12114         * typeck.c (check_return_expr): Likewise.
12115         * Make-lang.in (cc1plus): Depend on operators.def.
12116         * Makefile.in (lex.o): Likewise.
12117         (decl.o): Likewise.
12118
12119 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
12120
12121         * Make-lang.in (cplib2.ready): Eradicate.
12122
12123 Sat May 27 11:25:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12124
12125         * method.c (mangle_expression): Use TREE_CODE_LENGTH.
12126         * tree.c (break_out_calls, build_min_nt): Use TREE_CODE_LENGTH.
12127         (built_min, cp_tree_equal): Likewise.
12128
12129 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
12130
12131         * class.c (layout_nonempty_base_or_field): Replace
12132         `record_layout_info' with `record_layout_info_s'.
12133
12134 2000-05-26  Jason Merrill  <jason@casey.soma.redhat.com>
12135
12136         Fix goto checking.
12137         * cp-tree.h (struct language_function): x_named_labels is now
12138         a struct named_label_list*.
12139         * decl.c (struct named_label_use_list): Renamed from...
12140         (struct named_label_list): ...this.  New struct.
12141         (push_binding_level): Don't set eh_region.
12142         (note_level_for_eh): New fn.
12143         (pop_label): Take label and old value directly.
12144         (pop_labels): Adjust for new named_labels format.
12145         (lookup_label): Likewise.
12146         (poplevel): Note characteristics of a binding level containing a
12147         named label.  Mess with named label lists earlier.
12148         (mark_named_label_lists): New fn.
12149         (mark_lang_function): Call it.
12150         (use_label): New fn, split out from...
12151         (make_label_decl): ...here.  Don't call it.
12152         (decl_jump_unsafe, check_previous_goto, check_previous_goto_1,
12153         check_previous_gotos): New fns, split out from...
12154         (define_label): ...here.
12155         (check_switch_goto): New fn.
12156         (define_case_label): Call it.
12157         (check_goto): New fn.
12158         * semantics.c (finish_goto_stmt): Call it and use_label.
12159         (begin_compound_stmt): If we're a try block, call note_level_for_eh.
12160         (expand_stmt): Never pass 1 as DONT_JUMP_IN to expand_end_bindings.
12161
12162 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
12163
12164         * class.c (build_vtable_entry_ref): Correct usage of
12165         get_vtbl_decl_for_binfo.
12166
12167         * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
12168         * method.c (implicitly_declare_fn): Not here.
12169
12170 2000-05-26  Nathan Sidwell  <nathan@codesourcery.com>
12171
12172         * cp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...
12173         (CPTI_PTMD_DESC_TYPE): ... here.
12174         (ptmd_desc_type_node): Rename to ...
12175         (ptm_desc_type_node): ... here.
12176         * decl.c: Likewise.
12177         * rtti.c (ptmd_initializer): Rename to ...
12178         (ptm_initializer): ... here.
12179         (sythesize_tinfo_var): Adjust. Deal with pointer to member
12180         function.
12181         (create_tinfo_types): Adjust.
12182
12183 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
12184
12185         Finish implementation of VTTs.
12186         * cp-tree.h (cp_tree_index): Add CPTI_VTT_PARM_TYPE and
12187         CPTI_VTT_PARM_IDENTIFIER.
12188         (vtt_parm_identifier): New macro.
12189         (vtt_parm_type): Likewise.
12190         (BINFO_SUBVTT_INDEX): Likewise.
12191         (BINFO_VPTR_INDEX): Likewise.
12192         (struct lang_decl): Add vtt_parm.
12193         (DECL_VTT_PARM): New macro.
12194         (DECL_USE_VTT_PARM): Likewise.
12195         (DECL_NEEDS_VTT_PARM_P): Likewise.
12196         (get_vtt_name): Declare.
12197         (build_artificial_parm): Likewise.
12198         (fixup_all_virtual_upcast_offsets): Likewise.
12199         (expand_indirect_vtbls_init): Remove.
12200         * call.c (build_new_method_call): Pass the vtt to subobject
12201         constructors and destructors.
12202         * class.c (get_vtt_name): Give it external linkage.
12203         (build_clone): Handle the magic VTT parameters for clones.
12204         (clone_function_decl): Fix typo in comment.
12205         (build_vtt): Keep track of the indices in the VTTs where various
12206         entities are stored.
12207         (build_vtt_inits): Likewise.
12208         (dfs_build_vtt_inits): Likewise.
12209         (build_ctor_vtbl_group): Tweak type of construction vtables.
12210         (dfs_accumulate_vtbl_inits): Build vtables for all bases, even
12211         primary bases, when building construction vtables.
12212         * decl.c (duplicate_decls): Handle DECL_VTT_PARM.
12213         (initialize_predefined_identifiers): Add vtt_parm_identifier.
12214         (init_decl_processing): Initialize vtt_parm_type.
12215         (grokfndecl): Use DECL_OVERLOADED_OPERATOR_P.
12216         (lang_mark_tree): Make vtt_parm.
12217         * decl2.c (build_artificial_parm): New function.
12218         (maybe_retrofit_in_chrg): Use it.  Add VTT parameters.
12219         (grokclassfn): Use build_artificial_parm.
12220         * init.c (initialize_vtbl_ptrs): Call
12221         fixup_all_virtual_upcast_offsets directly.
12222         (perform_member_init): Use the complete subobject destructor for
12223         member cleanups.
12224         (build_vtbl_address): New function.
12225         (expand_virtual_init): Handle VTTs.
12226         * optimize (maybe_clone_body): Likewise.
12227         * search.c (fixup_all_virtual_upcast_offsets): Give it external
12228         linkage.
12229         (expand_indirect_vtbls_init): Remove.
12230         * semantics.c (setup_vtbl_ptr): Fix typos in comment.
12231         * tree.c (make_binfo): Make them bigger.
12232
12233 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
12234
12235         * inc/cxxabi.h (__pbase_type_info): Define, based on
12236         __pointer_type_info.
12237         (__pointer_type_info): Derive from __pbase_type_info. Adjust.
12238         (__pointer_to_member_type_info): Likewise.
12239         * tinfo2.cc (__pbase_type_info::~__pbase_type_info): Implement.
12240         (__pointer_to_member_type_info::__is_pointer_p): Remove.
12241         (__pointer_type_info::__do_catch): Rename to ...
12242         (__pbase_type_info::__do_catch): ... here. Adjust.
12243         (__pbase_type_info::__pointer_catch): Implement.
12244         (__pointer_type_info::__pointer_catch): Adjust.
12245         (__pointer_to_member_type_info::__pointer_catch): Adjust.
12246
12247 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
12248
12249         * tinfo.h (__user_type_info::contained_virtual_p): New
12250         predicate.
12251         * tinfo.cc (__user_type_info::do_upcast): Fix bug with diamond
12252         shaped hierarchy.
12253         (__vmi_class_type_info::__do_upcast): Fix bug with NULL pointer to
12254         diamond shaped hierarchy. Add early out for mixed diamond and
12255         duplicate shaped hierarchy.
12256
12257 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
12258
12259         * cp-tree.h (build_delete): Change prototype.
12260         (build_vec_delete): Likewise.
12261         * call.c (build_scoped_method_call): Use special_function_kind
12262         values to indicate the kind of destruction to be done.
12263         (build_method_call): Likewise.
12264         * decl.c (finish_destructor_body): Likewise.
12265         (maybe_build_cleanup_1): Likewise.  Rename to ...
12266         (maybe_build_cleanup): ... this.
12267         * decl2.c (delete_sanity): Use special_function_kind
12268         values to indicate the kind of destruction to be done.
12269         (build_cleanup): Likewise.
12270         * init.c (perform_member_init): Likewise.
12271         (build_vec_delete_1): Likewise.
12272         (build_dtor_call): Simplify.
12273         (build_delete): Use special_function_kind
12274         values to indicate the kind of destruction to be done.
12275         (build_vbase_delete): Likewise.
12276         (build_vec_delete): Likewise.
12277
12278         * init.c (sort_member_init): Fix typo in error message generation
12279         code.
12280
12281 Mon May 15 11:46:29 2000  Donald Lindsay  <dlindsay@cygnus.com>
12282
12283         * semantics.c (begin_class_definition): make the packed
12284         attribute be sensitive to the "-fpack-struct" command line flag
12285
12286 2000-05-24  Nathan Sidwell  <nathan@codesourcery.com>
12287
12288         Update new-abi upcast algorithm.
12289         * inc/cxxabi.h (__class_type_info::__do_upcast): Change
12290         prototype and meaning of return value.
12291         (__si_class_type_info::__do_upcast): Likewise.
12292         (__vmi_class_type_info::__do_upcast): Likewise.
12293         * tinfo.cc (__class_type_info::__upcast_result): Replace
12294         whole2dst with part2dst. Adjust ctor.
12295         (__class_type_info::__do_upcast): Adjust call of worker function.
12296         (__class_type_info::__do_upcast): Adjust.
12297         (__si_class_type_info::__do_upcast): Adjust. Use parent's
12298         __do_upcast.
12299         (__vmi_class_type_info::__do_upcast): Likewise. Fix private
12300         virtual base in diamond hierarchy bug.
12301
12302 2000-05-23  Mark Mitchell  <mark@codesourcery.com>
12303
12304         * cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable
12305         and bitfield to tinfo_fn_p.
12306         (DECL_TINFO_FN_P): Adjust.
12307         (SET_DECL_TINFO_FN_P): Likewise.
12308         (DECL_MUTABLE_P): Likewise.
12309         (DECL_C_BIT_FIELD): Likewise.
12310         (SET_DECL_C_BIT_FIELD): Likewise.
12311         (CLEAR_DECL_C_BIT_FIELD): Likewise.
12312         (DECL_UNINLINABLE): Likewise.
12313         * class.c (alter_access): Call retrofit_lang_decl if ncessary.
12314         (handle_using_decl): Remove assertion.
12315         (build_vtbl_or_vbase_field): Use build_decl, not build_lang_decl,
12316         to build FIELD_DECLs.
12317         (build_base_field): Likewise.
12318         (layout_class_type): Likewise.
12319         * decl.c (init_decl_processing): Likewise.
12320         (build_ptrmemfunc_type): Likewise.
12321         (grokdeclarator): Likewise.
12322         * decl2.c (grok_x_components): Likewise.
12323         * except.c (call_eh_info): Likewise.
12324         * init.c (init_init_processing): Likewise.
12325         * rtti.c (expand_class_desc): Likewise.
12326         (create_pseudo_type_info): Likewise.
12327         (get_vmi_pseudo_type_info): Likewise.
12328         (create_tinfo_types): Likewise.
12329         * ptree.c (print_lang_decl): Adjust.
12330         * typeck.c (build_component_ref): Don't check DECL_LANG_SPECIFIC
12331         before checking DECL_MUTABLE_P.
12332
12333         * decl2.c (maybe_retrofit_in_chrg): Don't create in-charge
12334         parameters for template functions.
12335         * pt.c (tsubst_decl): Make sure we call maybe_retrofit_in_chrg for
12336         destructors as well as constructors.
12337
12338 2000-05-22  Mark Mitchell  <mark@codesourcery.com>
12339
12340         * class.c (build_ctor_vtbl_group): Set inits.
12341         * optimize.c (maybe_clone_body): Set DECL_INLINE and
12342         DECL_THIS_INLINE appropriately for clones.
12343
12344         * cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.
12345         (DECL_CONV_FN_P): Simplify.
12346         (DECL_OPERATOR): Remove.
12347         (language_to_string): Declare.
12348         * decl.c (duplicate_decls): Fix typo in comment.
12349         (grokdeclarator): Adjust use of IDENTIFIER_TYPENAME_P.
12350         (grok_op_properties): Use DECL_CONV_FN_P instead of
12351         IDENTIFIER_TYPENAME_P.
12352         * dump.c (dequeue_and_dump): Dump the language linkage of
12353         declarations.
12354         * error.c (language_to_string): Give it external linkage.
12355         * method.c (build_typename_overload): Set IDENTIFIER_TYPENAME_P.
12356         (implicitly_declare_fn): Set DECL_LANGUAGE.
12357         * pt.c (check_explicit_specialization): Use DECL_CONV_FN_P, not
12358         IDENTIFIER_TYPENAME_P.
12359         (tsubst_decl): Likewise.
12360         (tsubst_copy): Adjust use of IDENTIFIER_TYPENAME_P.
12361         * semantics.c (finish_member_declaration): Don't mark members of
12362         classes declared in an extern "C" region as extern "C".
12363
12364 2000-05-22  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12365
12366         * decl2.c (qualified_lookup_using_namespace): Look through
12367         namespace aliases.
12368
12369         * decl.c (push_using_decl): Return the old decl on namespace level.
12370
12371 2000-05-21  Mark Mitchell  <mark@codesourcery.com>
12372
12373         * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity checks.
12374         (VTT_NAME_PREFIX): New macro.
12375         (CTOR_VTBL_NAME_PREFIX): Likewise.
12376         (get_ctor_vtbl_name): New function.
12377         * class.c (get_vtable_name): Simplify.
12378         (get_vtt_name): New function.
12379         (get_vtable_decl): Don't set IDENTIFIER_GLOBAL_VALUE.
12380         (dfs_mark_primary_bases): Update the CLASSTYPE_VBASECLASSES list
12381         when a virtual base becomes primary.
12382         (finish_struct_1): Set CLASSTYPE_VFIELDS a little earlier.  Build
12383         VTTs.
12384         (finish_vtbls): Adjust calls to accumulate_vtbl_inits to pass in
12385         additional parameters.
12386         (dfs_finish_vtbls): Don't clear BINFO_NEW_VTABLE_MARKED.
12387         (initialize_array): New function.
12388         (build_vtt): Likewise.
12389         (build_vtt_inits): Likewise.
12390         (dfs_build_vtt_inits): Likewise.
12391         (dfs_fixup_binfo_vtbls): Likewise.
12392         (build_ctor_vtbl_group): Likewise.
12393         (initialize_vtable): Use initialize_array.
12394         (accumulate_vtbl_inits): Reimplement to handle construction
12395         vtables.
12396         (dfs_accumulate_vtbl_inits): Likewise.
12397         (bulid_vtbl_initializer): Adjust parameter name.
12398         * method.c (build_typename_overload): Remove #if 0'd code.
12399         (get_ctor_vtbl_name): New function.
12400         * search.c (dfs_walk_real): Use BINFO_N_BASETYPES.
12401         (init_vbase_pointers): Don't mess with the TREE_CHAIN of a binfo.
12402
12403         * cp-tree.h (struct lang_type): Remove search_slot.
12404         (CLASSTYPE_SEARCH_SLOT): Remove.
12405         (emit_base_init): Change prototype.
12406         (initialize_vtbl_ptrs): Likewise.
12407         (expand_indirect_vtbls_init): Likewise.
12408         (clear_search_slots): Remove.
12409         * decl.c (lang_mark_tree): Don't mark search_slot.
12410         * init.c (initialize_vtbl_ptrs): Simplify.
12411         (emit_base_init): Likewise.
12412         * search.c (struct vbase_info): Document decl_ptr.
12413         (convert_pointer_to_single_level): Remove.
12414         (dfs_find_vbases): Remove.
12415         (dfs_init_base_pointers): Simplify.
12416         (dfs_clear_vbase_slots): Remove.
12417         (dfs_vtable_path_unmark): New function.
12418         (init_vbase_pointers): Simplify.
12419         (expand_upcast_fixups): Don't rely on CLASSTYPE_SEARCH_SLOT.
12420         (expand_indirect_vtbls_init): Simplify.  Don't call
12421         mark_all_temps_used.
12422         * semantics.c (setup_vtbl_ptr): Adjust calls to emit_base_init and
12423         initialize_vtbl_ptrs.
12424
12425 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
12426
12427         * except.c: Add static prototypes.
12428
12429 2000-05-20  H.J. Lu  <hjl@gnu.org>
12430
12431         * Make-lang.in (cplib2.ready): Also depend on cc1plus$(exeext).
12432
12433 2000-05-19  Mark Mitchell  <mark@codesourcery.com>
12434
12435         Don't create a separate copy of virtual bases for the
12436         CLASSTYPE_VBASECLASSES list.
12437         * cp-tree.h (CLASSTYPE_VBASECLASSES): Change documentation.
12438         (BINFO_FOR_VBASE): Remove.
12439         (CANONICAL_BINFO): Adjust.
12440         (binfo_for_vbase): New function.
12441         * class.c (build_vbase_pointer_fields): Use binfo_for_vbase
12442         instead of BINFO_FOR_VBASE.
12443         (build_vbase_pointer): Likewise.
12444         (build_secondary_vtable): Likewise.
12445         (dfs_mark_primary_bases): Likewise.
12446         (mark_primary_bases): Likewise.
12447         (layout_nonempty_base_or_field): Likewise.
12448         (dfs_set_offset_for_shared_vbases): Likewise.
12449         (dfs_set_offset_for_unshared_vbases): Likewise.
12450         (layout_virtual_bases): Likewise.  Adjust for changes to the
12451         CLASSTYPE_VBASECLASSES list.
12452         (dump_class_hierarchy_r): Use binfo_for_vbase
12453         instead of BINFO_FOR_VBASE.
12454         (dump_class_hierarchy): Likewise.
12455         (finish_vtbls): Likewise.
12456         (build_vtbl_initializer): Adjust for changes to the
12457         CLASSTYPE_VBASECLASSES list.
12458         (build_vbase_offset_vtbl_entries): Use binfo_for_vbase.
12459         * decl.c (finish_destructor_body): Adjust for changes to the
12460         CLASSTYPE_VBASECLASSES list.
12461         * init.c (sort_base_init): Use binfo_for_vbase.
12462         (construct_virtual_bases): Adjust for changes to the
12463         CLASSTYPE_VBASECLASSES list.
12464         (expand_member_init): Use binfo_for_vbase.
12465         (build_vbase_delete):  Adjust for changes to the
12466         CLASSTYPE_VBASECLASSES list.
12467         * method.c (do_build_copy_constructor): Likewise.
12468         * rtti.c (get_base_offset): Use binfo_for_vbase.
12469         (expand_class_desc): Remove #if 0'd code.
12470         * search.c (struct vbase_info): Remove vbase_types.
12471         (get_base_distance):  Use binfo_for_vbase.
12472         (lookup_field_queue_p): Use CANONICAL_BINFO.
12473         (get_shared_vbase_if_not_primary): Use binfo_for_vbase.
12474         (get_pure_virtuals): Adjust for changes to the
12475         CLASSTYPE_VBASECLASSES list.
12476         (dfs_find_vbases): Use binfo_for_vbase.
12477         (dfs_init_vbase_pointers): Likewise.
12478         (init_vbase_pointers): Don't initialize vi.vbase_types.
12479         (virtual_context): Use binfo_for_vbase.
12480         (fixup_all_virtual_upcast_offsets): Adjust for changes to the
12481         CLASSTYPE_VBASECLASSES list.
12482         (expand_indirect_vtbls_init): Simplify.
12483         (dfs_get_vbase_types): Don't replicate virtual bases.
12484         (find_vbase_instance): Use binfo_for_vbase.
12485         (binfo_for_vbase): New function.
12486         * typeck.c (get_delta_difference): Use binfo_for_vbase.
12487
12488 2000-05-17  Mark Mitchell  <mark@codesourcery.com>
12489
12490         * decl2.c (finish_anon_union): Generalize error messages to handle
12491         anonymous structures.
12492         * init.c (perform_member_init): Remove `name' parameter.
12493         (build_field_list): New function.
12494         (sort_member_init): Handle anonymous union initialization order
12495         correctly.  Check for multiple initializations of the same union.
12496         (emit_base_init): Don't look up fields by name here.
12497         (expand_member_init): Record the result of name lookup for future
12498         reference.
12499         * typeck.c (build_component_ref): Fix formatting.
12500
12501 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
12502
12503         * decl.c (pop_label): Replace warn_unused with warn_unused_label.
12504         * typeck.c (build_x_compound_expr): Replace warn_unused with
12505         warn_unused_value.
12506
12507         * decl2.c (lang_decode_option): Update -Wall unused flags by
12508         calling set_Wunused.
12509
12510 2000-05-16  Mark Mitchell  <mark@codesourcery.com>
12511
12512         * cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation.
12513         * init.c (dfs_vtable_path_unmark): Remove.
12514         * search.c (marked_new_vtable_p): Likewise.
12515         (unmarked_new_vtable_p): Likewise.
12516         (dfs_search_slot_nonempty_p): Likewise.
12517         (dfs_mark): Likewise.
12518         (dfs_vtable_path_unmark): Likewise.
12519         (dfs_find_vbases): Don't set BINFO_NEW_VTABLE_MARKED.
12520         (dfs_int_vbase_pointers): Don't clear BINFO_VTABLE_PATH_MARKED.
12521         (dfs_init_vbase_pointers): Remove special-case new ABI code.
12522         (dfs_clear_vbase_slots): Don't clear BINFO_NEW_VTABLE_MARKED.
12523         (init_vbase_pointers): Simplify.
12524         (expand_indirect_vtbls_init): Likewise.
12525
12526         * class.c (copy_virtuals): New function.
12527         (build_primary_table): Use it.
12528         (build_secondary_vtable): Likewise.
12529         (modify_vtable_entry): Use NULL_TREE, not integer_zero_node, to
12530         indicate that no vcall offset is required.
12531         (add_virtual_function): Likewise.
12532         (modify_all_vtables): Likewise.
12533         (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
12534         (dfs_accumulate_vtbl_inits): Likewise.
12535         (build_vtbl_initializer): Make changes to handle construction
12536         vtables.
12537         (dfs_build_vcall_offset_vtbl_entries): Likewise.
12538         (build_rtti_vtbl_entries): Likewise.
12539         (build_vtable_entries): Handle a NULL vcall_index.
12540
12541 2000-05-15  Gabriel Dos Reis  <gdr@codesourcery.com>
12542
12543         * decl2.c (lang_decode_option): Fix thinko.
12544
12545 2000-05-14  Jason Merrill  <jason@casey.cygnus.com>
12546
12547         * except.c (check_handlers): New fn.
12548         * cp-tree.h: Declare it.
12549         * semantics.c (finish_handler_sequence): Call it.
12550         (finish_function_handler_sequence): Likewise.
12551         (finish_handler_parms): Set TREE_TYPE on the handler.
12552         * cp-tree.h (PUBLICLY_UNIQUELY_DERIVED_P): New macro.
12553         * search.c (get_base_distance_recursive): If protect>1, ignore
12554         special access.
12555         (get_base_distance): Don't reduce watch_access.
12556
12557 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
12558
12559         * lex.c: #include diagnostic.h.
12560         (lang_init_options): Set default prefixing rules.
12561
12562         * lang-options.h: Add -fdiagnostics-show-location=.
12563
12564         * decl2.c: #include diagnostic.h.
12565         (lang_decode_option): Handle -fdiagnostics-show-location=.
12566
12567 2000-05-12  Nathan Sidwell  <nathan@codesourcery.com>
12568
12569         * tinfo.cc: Revert my 2000-05-08 and 2000-05-07 changes.
12570         * vec.cc: Revert my 2000-05-07 change.
12571
12572 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
12573
12574         * class.c (check_field_decls): Complain about non-static data
12575         members with same name as class in class with constructor.
12576
12577 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
12578
12579         * decl.c (grokdeclarator): Allow non-static data members with
12580         same name as class.
12581
12582 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
12583
12584         * cp-tree.h: Constify tree_srcloc.filename, tinst_level.file,
12585         and pending_inline.filename.  Update prototypes.
12586         * decl.c (define_label): Constify filename parameter.
12587         * decl2.c (warn_if_unknown_interface): Constify local char *.
12588         * input.c Constify input_source.filename. Don't declare
12589         input_filename or lineno.  Constify filename parameter to feed_input.
12590         * lex.c (init_parse): Constify parameter and return value.
12591         (cp_pragma_interface, cp_pragma_implementation): Constify
12592         filename argument.
12593         (reinit_parse_for_method, reinit_parse_for_block,
12594         reinit_parse_for_expr, feed_defarg, handle_cp_pragma):
12595         Constify local char *.
12596         * pt.c: Don't declare lineno or input_filename.
12597         (print_template_context, tsubst_friend_function, tsubst_decl,
12598         tsubst, instantiate_decl): Constify local char *.
12599         * semantics.c (expand_body): Constify local char *.
12600         * tree.c (build_srcloc): Constify filename parameter.
12601         * typeck.c (c_expand_asm_operands): Constify filename
12602         parameter.
12603
12604 2000-05-08  Nathan Sidwell  <nathan@codesourcery.com>
12605
12606         * tinfo.cc (__dynamic_cast): Use a reinterpret_cast. Fix
12607         offsetof expansion.
12608
12609 2000-05-08  Branko Cibej  <branko.cibej@hermes.si>
12610
12611         * inc/cxxabi.h:  Fix typos in comment.
12612         (__base_class_info::__offset): Use a static_cast.
12613
12614 2000-05-07  Nathan Sidwell  <nathan@codesourcery.com>
12615
12616         * inc/cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place
12617         of std::size_t and std::ptrdiff_t respectively.
12618         * tinfo.cc: Likewise.
12619         * vec.cc: Likewise.
12620
12621 2000-05-06  Richard Henderson  <rth@cygnus.com>
12622
12623         * typeck.c (build_c_cast): Don't warn integer->pointer size
12624         mismatch for constants.
12625
12626 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
12627
12628         * rtti.c (ptmd_initializer): Set non-public, if class is
12629         incomplete.
12630
12631         * inc/cxxabi.h (__dynamic_cast): Explicitly say extern "C++".
12632         (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
12633         __cxa_vec_delete): Likewise.
12634         * tinfo.cc (__dynamic_cast): Likewise.
12635         * vec.cc (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
12636         __cxa_vec_delete): Likewise.
12637
12638 2000-05-04  Mark Mitchell  <mark@codesourcery.com>
12639
12640         * cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
12641         (SET_FNADDR_FROM_VTABLE_ENTRY): Likewise.
12642         (lang_decl_flags): Add vcall_offset.
12643         (THUNK_VCALL_OFFSET): Use it.
12644         * decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk.
12645         * method.c (make_thunk): Create the lang_decl here, not in
12646         emit_thunk.
12647         (emit_thunk): Make generic thunks into ordinary functions once
12648         they have been fed to expand_body.
12649         * semantics.c (expand_body): Set current_function_is_thunk here.
12650
12651 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12652
12653         * class.c (update_vtable_entry_for_fn): Prototype.
12654
12655         * pt.c (tsubst_decl): Initialize variables `argvec', `gen_tmpl'
12656         and `tmpl'.
12657
12658         * search.c (dfs_build_inheritance_graph_order): Prototype.
12659
12660 2000-05-04  Mark Mitchell  <mark@codesourcery.com>
12661
12662         * cp-tree.h (special_function_kind): Add various kinds of
12663         destructors.
12664         (special_function_p): New function.
12665         * class.c (overrides): Don't let one kind of destructor override
12666         another.
12667         * decl2.c (mark_used): Use DECL_NON_THUNK_FUNCTION_P when deciding
12668         whether or not to instantiate a template.
12669         * tree.c (special_function_p): Define.
12670
12671 2000-05-03  Mark Mitchell  <mark@codesourcery.com>
12672
12673         * cp-tree.def (THUNK_DECL): Remove.
12674         * cp-tree.h (DECL_THUNK_P): New macro.
12675         (DECL_NON_THUNK_FUNCTION_P): Likewise.
12676         (DECL_EXTERN_C_FUNCTION_P): Likewise.
12677         (SET_DECL_THUNK_P): Likewise.
12678         (DELTA_FROM_VTABLE_ENTRY): Use DECL_THUNK_P.
12679         (FNADDR_FROM_VTABLE_ENTRY): Likewise.
12680         (DECL_MAIN_P): Use DECL_EXTERN_C_FUNCTION_P.
12681         * decl.c (decls_match): Use DECL_EXTERN_C_P.
12682         (duplicate_decls): Likewise.
12683         (pushdecl): Likewise.  Adjust thunk handling.
12684         (grokfndecl): Use DECL_EXTERN_C_P.
12685         * decl2.c (mark_vtable_entries): Use DECL_THUNK_P.
12686         * dump.c (dequeue_and_dump): Remove THUNK_DECL handling.
12687         * except.c (nothrow_libfn_p): Use DECL_EXTERN_C_P.
12688         * expr.c (cplus_expand_expr): Remove THUNK_DECL handling.
12689         * method.c (make_thunk): Use SET_DECL_THUNK_P.  Set
12690         DECL_NO_STATIC_CHAIN.
12691         (emit_thunk): Don't play games with TREE_CODE on thunks.  Don't
12692         set DECL_DESTRUCTOR_P or DECL_CONSTRUCTOR_P on a thunk.
12693         * search.c (covariant_return_p): Remove THUNK_DECL handling.
12694         * ir.texi: Update.
12695
12696 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
12697
12698         * tree.c (walk_tree): Set lineno.
12699
12700 2000-05-01  Mark Mitchell  <mark@codesourcery.com>
12701
12702         * exception.cc: Update license notice.
12703         * new.cc: Likewise.
12704         * new1.cc: Likewise.
12705         * new2.cc: Likewise.
12706         * tinfo.cc: Likewise.
12707         * tinfo2.cc: Likewise.
12708         * vec.cc: Likewise.
12709         * inc/cxxabi.h: Likewise.
12710         * inc/exception: Likewise.
12711         * inc/new: Likewise.
12712         * inc/new.h: Likewise.
12713         * inc/typeinfo: Likewise.
12714
12715 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
12716
12717         * tree.c (build_target_expr_with_type): If we already have a
12718         TARGET_EXPR, just return it.
12719
12720         * optimize.c (initialize_inlined_parameters): Don't generate an
12721         EXPR_STMT if we can just use DECL_INITIAL.
12722         * decl.c (emit_local_var): Only make the initialization a
12723         full-expression if stmts_are_full_exprs_p.
12724
12725 2000-05-01  Mark Mitchell  <mark@codesourcery.com>
12726
12727         * cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New
12728         macro.
12729         * call.c (standard_conversion): Use it.
12730         (direct_reference_binding): Likewise.
12731         (build_over_call): Likewise.
12732         (is_properly_derived_from): Likewise.
12733         (compare_ics): Likewise.
12734         * class.c (resolves_to_fixed_type_p): Likewise.
12735         * optimize.c (declare_return_variable): Likewise.
12736         * pt.c (is_specialization_of): Likewise.
12737         (unify): Likewise.
12738         * typeck.c (comp_target_parms): Likeiwse.
12739         (build_static_cast): Likewise.
12740         (build_reinterpret_cast): Likewise.
12741         (build_const_cast): Likewise.
12742         (comp_ptr_ttypes_real): Likewise.
12743         (comp_ptr_ttypes_const): Likewise.
12744         * typeck2.c (process_init_constructor): Likewise.
12745
12746 2000-04-30  Scott Snyder <snyder@fnal.gov>
12747
12748         * decl.c (finish_destructor_body): Use the base destructor when
12749         destroying virtual bases.
12750
12751 2000-04-30  Mark Mitchell  <mark@codesourcery.com>
12752
12753         * expr.c (cplus_expand_expr): Preserve temporaries when expanding
12754         STMT_EXPRs.
12755         * optimize.c (struct inline_data): Add target_exprs field.
12756         (declare_return_variable): When a function returns an aggregate,
12757         use the variable declared in the TARGET_EXPR as the remapped
12758         DECL_RESULT.
12759         (expand_call_inline): Update the pending target_exprs stack.
12760         (optimize_function): Initialize the stack.
12761
12762         * decl2.c (finish_file): Fix typo in comment.
12763
12764         * method.c (emit_thunk): Don't try to return a `void' value.
12765
12766         * optimize.c (initialize_inlined_parameters): If the parameter is
12767         addressable, we need to make a new VAR_DECL, even if the
12768         initializer is constant.
12769
12770 2000-04-28  Cosmin Truta  <cosmint@cs.ubbcluj.ro>
12771
12772         * decl.c (grok_op_properties): Add an extra check of argtypes.
12773
12774 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
12775
12776         * optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying
12777         variables.
12778         (initialize_inlined_parameters): Try to avoid creating new
12779         VAR_DECLs.
12780
12781 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
12782
12783         * lex.c (my_get_run_time): Remove.
12784         (init_filename_times): Use get_run_time instead of my_get_run_time.
12785         (check_newline): Likewise.
12786         (dump_time_statistics): Likewise.
12787         * decl2.c (finish_file): Push and pop timevar TV_VARCONST instead
12788         of computing elapsed time explicitly.
12789
12790 2000-04-26  Mark Mitchell  <mark@codesourcery.com>
12791
12792         * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
12793         * init.c (decl_constant_value): Check TREE_READONLY_DECL_P.
12794         * call.c (convert_like_real): Don't test TREE_READONLY_DECL_P
12795         before calling decl_constant_value.
12796         * class.c (check_bitfield_decl): Likewise.
12797         * cvt.c (ocp_convert): Likewise.
12798         (convert): Likewise.
12799         * decl.c (compute_array_index_type): Likewise.
12800         (build_enumerator): Likewise.
12801         * decl2.c (check_cp_case_value): Likewise.
12802         * pt.c (convert_nontype_argument): Likewise.
12803         (tsubst): Likewise.
12804         * typeck.c (decay_conversion): Likewise.
12805         (build_compound_expr): Likewise.
12806         (build_reinterpret_cast): Likewise.
12807         (build_c_cast): Likewise.
12808         (convert_for_assignment): Likewise.
12809
12810 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
12811
12812         * decl.c (finish_function): Don't play games with DECL_INLINE.
12813
12814 2000-04-25  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
12815
12816         * ir.texi: Correct typo.
12817
12818 2000-04-25  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12819
12820         * decl.c (grokdeclarator): Reject VLAs as members.
12821
12822 2000-04-24  Gabriel Dos Reis  <gdr@codesourcery.com>
12823
12824         * call.c (standard_conversion): Accept conversion between
12825         COMPLEX_TYPEs.
12826
12827         * cvt.c (ocp_convert): Handle conversion to COMPLEX_TYPE.
12828
12829 2000-04-24  Zack Weinberg  <zack@wolery.cumb.org>
12830
12831         * decl2.c (finish_file): Remove double setup for accounting
12832         compile time.
12833
12834 2000-04-24  Robert Lipe <robertlipe@usa.net>
12835
12836         * cp-tree.h (lang_type): Member `language' now ENUM_BITFIELD.
12837
12838 2000-04-23  Benjamin Kosnik  <bkoz@cygnus.com>
12839
12840         * new.cc (set_new_handler): Needs to be in std::.
12841
12842 2000-04-23  Mark Mitchell  <mark@codesourcery.com>
12843
12844         * cp-tree.h (lang_decl): Remove pretty_function_p.
12845         (DECL_PRETTY_FUNCTION_P): Use TREE_LANG_FLAG_0, not a bit in the
12846         language-specific node.
12847         * decl.c (cp_make_fname_decl): Use build_decl, not
12848         build_lang_decl, to build the variables.
12849         (grokvardecl): Don't call build_lang_decl for local variables in
12850         templates.
12851         (grokdeclarator): Don't call build_lang_decl for local type
12852         declarations in templates.
12853         * lex.c (retrofit_lang_decl): Use ggc_alloc_obj to allocated
12854         zero'd memory, rather than calling memset.
12855         * pt.c: Include hashtab.h.
12856         (local_specializations): New variable.
12857         (retrieve_local_specialization): Use it.
12858         (register_local_specialization): Likewise.
12859         (tsubst_decl): Don't assume local variables have
12860         DECL_LANG_SPECIFIC.
12861         (instantiate_decl): Set up local_specializations.
12862         * Makefile.in (HTAB_H): New variable.
12863
12864 2000-04-23  Richard Henderson  <rth@cygnus.com>
12865
12866         * typeck.c (c_expand_asm_operands): Restore the original
12867         contents of the output list.
12868
12869 2000-04-22  Gabriel Dos Reis <gdr@codesourcery.com>
12870
12871         * ir.texi:  Document complex number representation.
12872
12873 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
12874
12875         * rtti.c (init_rtti_processing): Set tinfo_var_id in new-abi.
12876         (target_incomplete_p): New function.
12877         (tinfo_base_init): Create comdat NTBS name variable.
12878         (ptr_initializer): Add non_public parameter. Calculate it.
12879         (ptmd_initializer): Likewise.
12880         (synthesize_tinfo_var): Adjust. Emit incomplete class tinfo.
12881         (create_real_tinfo_var): Add non_public parameter. Use it.
12882         Push proxy into global namespace.
12883         * inc/cxxabi.h (__pointer_type_info::incomplete_class_mask):
12884         New enumeration.
12885         * inc/typeinfo (type_info::before, type_info::operator==):
12886         Compare __name addresses.
12887
12888         * tinfo2.cc: Remove new-abi builtins comment.
12889
12890 2000-04-20  Jason Merrill  <jason@casey.cygnus.com>
12891
12892         * typeck.c (build_x_function_call): Resolve an OFFSET_REF.
12893
12894         * call.c (joust): Exit early if we get the same function, too.
12895
12896         * decl2.c (key_method): Return NULL_TREE for template classes.
12897         (import_export_class): Don't need to check for template classes.
12898
12899 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
12900
12901         * lex.c: Remove references to cccp.c.
12902
12903 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
12904
12905         * cp-tree.h (lang_decl_flags): Remove const_memfunc and
12906         volatile_memfunc.  Add destructor_attr.  Adjust dummy.
12907         (DECL_DESTRUCTOR_P): Use destructor_attr.
12908         (DECL_CONST_MEMFUNC_P): Reimplement.
12909         (DECL_VOLATILE_MEMFUNC_P): Remove.
12910         * class.c (finish_struct_methods): Use CLASSTYPE_DESTRUCTORS.
12911         (overrides): Use DECL_DESTRUCTOR_P.
12912         (check_for_override): Likewise.
12913         * decl.c (start_function): Likewise.
12914         * decl2.c (grokfclassfn): Likewise.
12915         (check_classfn): Likewise.
12916         (grok_function_init): Likewise.
12917
12918 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
12919
12920         * decl2.c (grokfield): Issue error on illegal data member
12921         declaration.
12922
12923 Mon Apr 17 17:11:16 2000  Mark P Mitchell  <mark@codesourcery.com>
12924
12925         * method.c (make_thunk): Set DECL_CONTEXT for a THUNK_DECL.
12926
12927 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
12928
12929         * class.c (build_vtable_entry): Don't build thunks for type-info
12930         functions.
12931
12932 2000-04-16  Jason Merrill  <jason@casey.cygnus.com>
12933
12934         * decl.c (decls_match): Allow a redeclaration of a builtin to
12935         specify args while the builtin did not.
12936
12937 2000-04-15  Mark Mitchell  <mark@codesourcery.com>
12938
12939         * cp-tree.def (THUNK_DECL): Add to documentation.
12940         * cp-tree.h (flag_huge_objects): Declare.
12941         * class.c (modify_vtable_entry): Tidy.
12942         (update_vtable_entry_for_fn): Split out from dfs_modify_vtables.
12943         Calculate delta appropriately for the new ABI.
12944         (dfs_modify_vtables): Use it.
12945         (modify_all_vtables): Fix thinko in code to add overriding copies
12946         of functions to primary vtables.
12947         (build_clone): Fix typo in comment.
12948         (clone_function_decl): Correct order of destructors in vtable.
12949         (build_vbase_offset_vtbl_entries): Adjust comment.
12950         (dfs_vcall_offset_queue_p): Remove.
12951         (dfs_build_vcall_offset_vtbl_entries): Update BV_VCALL_INDEX.
12952         (build_vcall_offset_vtbl_entries): Juse use dfs_skip_vbases.
12953         (build_vtable_entry): Correct check for pure virtual functions.
12954         Don't declare flag_huge_objects.
12955         * decl.c (flag_huge_objects): Remove declaration.
12956         * method.c (make_thunk): Tweak mangling for vcall offset thunks.
12957         Use int_size_in_bytes.
12958         (emit_thunk): Handle vcall offset thunks.
12959
12960 Sat Apr 15 16:00:01 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12961
12962         * decl2.c (parse_time, varconst_time): Delete declarations.
12963         (finish_file): Delete LINENO declaration.
12964         START_TIME and THIS_TIME now long.
12965
12966 2000-04-13  Nathan Sidwell  <nathan@codesourcery.com>
12967
12968         * class.c (build_base_field): Reformat comment.
12969
12970         * inc/cxxabi.h (stddef.h): Comment inclusion.
12971         (__base_class_info::__offset): Comment shift.
12972
12973 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
12974
12975         * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
12976         (cp_tree_index): Add CPTI_PUSH_EXCEPTION_IDENTIFIER.
12977         (cp_push_exception_identifier): New macro.
12978         (DECL_COMPLETE_DESTRUCTOR_P): New macro.
12979         (DECL_BASE_DESTRUCTOR_P): Likewise.
12980         (DECL_DELETING_DESTRUCTOR_P): Likewise.
12981         (get_vtbl_decl_for_binfo): Fix formatting.
12982         (in_charge_arg_for_name): New macro.
12983         (maybe_build_cleanup_and_delete): Remove declaration.
12984         * call.c (build_field_call): Use IDENTIFIER_CTOR_OR_DTOR_P.
12985         (in_charge_arg_for_name): New function.
12986         (build_new_method_call): Use it.  Handle cloned destructors.
12987         (build_clone): Don't make the base constructor virtual.
12988         Automatically defer generated functions.
12989         (clone_function_decl): Handle destructors, too.
12990         (clone_constructors_and_destructors): Likewise.
12991         (create_vtable_ptr): Don't create a vtable entry for a cloned
12992         function.
12993         * decl.c (predefined_identifier): Add ctor_or_dtor_p.
12994         (initialize_predefined_identifiers): Update appropriately.
12995         (finish_destructor_body): Simplify.
12996         (maybe_build_cleanup_and_delete): Remove.
12997         * except.c (expand_throw): Handle new-ABI destructors.
12998         * init.c (expand_cleanup_for_base): Use base_dtor_identifier.
12999         (build_dtor_call): New function.
13000         (build_delete): Use it.  Simplify.
13001         * optimize.c (maybe_clone_body): Handle destructors.
13002         * search.c (lookup_field_queue_p): Use IDENTIFIER_CTOR_OR_DTOR_P.
13003
13004         * exception.cc (cleanup_fn): New typedef.
13005         (CALL_CLEANUP): New macro.
13006         (cp_eh_info): Use them.
13007         (__cp_push_exception): Likewise.
13008         (__cp_pop_exception): Likewise.
13009
13010 2000-04-11  Mark Mitchell  <mark@codesourcery.com>
13011
13012         * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
13013         (complete_dtor_identifier): New macro.
13014         (CLASSTYPE_FIRST_CONVERSION): Remove.
13015         (CLASSTYPE_CONSTRUCTOR_SLOT): New macro.
13016         (CLASSTYPE_DESTRUCTOR_SLOT): Likewise.
13017         (CLASSTYPE_FIRST_CONVERSION_SLOT): Likewise.
13018         (CLASSTYPE_CONSTRUCTORS): Likewise.
13019         (CLASSTYPE_DESTRUCTORS): Likewise.
13020         (lang_decl): Add cloned_function.
13021         (DECL_COMPLETE_CONSTRUCTOR_P): New macro.
13022         (DECL_BASE_CONSTRUCTOR_P): Likewise.
13023         (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P): Likewise.
13024         (DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P): Likewise.
13025         (DECL_CLONED_FUNCTION_P): Likewise.
13026         (DECL_CLONED_FUNCTION): Likewise.
13027         (clone_function_decl): Declare.
13028         (maybe_clone_body): Likewise.
13029         * call.c (build_user_type_conversion_1): Call complete object
13030         constructors in the new ABI.
13031         (build_new_method_call): Don't add in-charge parameters under the
13032         new ABI.
13033         * class.c (add_method): Use DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P,
13034         DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P, CLASSTYPE_CONSTRUCTOR_SLOT, and
13035         CLASSTYPE_DESTRUCTOR_SLOT.
13036         (build_clone): New function.
13037         (clone_function_decl): Likewise.
13038         (clone_constructors_and_destructors): Likewise.
13039         (check_bases_and_members): Use it.
13040         * decl.c (iniitialize_predefined_identifiers): Initialize
13041         complete_dtor_identifier.
13042         (finish_function): Don't add extra code to a clone.
13043         (lang_mark_tree): Mark cloned_function.
13044         * decl2.c (mark_used): Don't bother trying to instantiate things
13045         we synthesized.
13046         * dump.c (dequeue_and_dump): Don't dump CP_DECL_CONTEXT twice.
13047         * method.c (set_mangled_name_for_decl): Don't treat clones as
13048         constructors.
13049         (synthesize_method): Sythesize cloned functions, not the clones.
13050         * optimize.c (inline_data): Update comment on ret_label.
13051         (remap_block): Don't assume DECL_INITIAL exists.
13052         (copy_body_r): Allow ret_label to be NULL.
13053         (maybe_clone_body): Define.
13054         * pt.c (tsubst_decl): Handle clones.
13055         (instantiate_clone): New function.
13056         (instantiate_template): Use it.
13057         (set_mangled_name_for_template_decl): Don't treat clones as
13058         constructors.
13059         * search.c (lookup_fnfields_1): Use CLASSTYPE_CONSTRUCTOR_SLOT,
13060         CLASSTYPE_DESTRUCTOR_SLOT, and CLASSTYPE_FIRST_CONVERSION_SLOT.
13061         * semantics.c (expand_body): Clone function bodies as necessary.
13062
13063         * optimize.c (remap_decl): Avoid sharing structure for arrays
13064         whose size is only known at run-time.
13065         * tree.c (copy_tree_r): Don't copy PARM_DECLs.
13066
13067         * cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attr
13068         to has_in_charge_parm_p.
13069         (DECL_CONSTRUCTOR_FOR_VBASE_P): Rename to ...
13070         (DECL_HAS_IN_CHARGE_PARM_P): ... this.
13071         (DECL_COPY_CONSTRUCTOR_P): New macro.
13072         * call.c (add_function_candidate): Use DECL_HAS_IN_CHARGE_PARM_P.
13073         (build_user_type_conversion_1): Likewise.
13074         (convert_like_real): Likewise.
13075         (build_over_call): Likeiwse.  Use DECL_COPY_CONSTRUCTOR_P.
13076         * decl.c (grokdeclarator): Use DECL_HAS_IN_CHARGE_PARM_P.
13077         (copy_args_p): Likewise.
13078         (grok_ctor_properties): Likewise.
13079         (start_function): Likewise.
13080         * decl2.c (maybe_retrofit_in_charge): Likewise.  Set it.
13081         * error.c (dump_function_decl): Use DECL_HAS_IN_CHARGE_PARM_P.
13082         * init.c (emit_base_init): Use DECL_COPY_CONSTRUCTOR_P.
13083         * method.c (do_build_copy_constructor): Use
13084         DECL_HAS_IN_CHARGE_PARM_P.
13085         (synthesize_method): Likewise.
13086         * pt.c (instantiate_template): Remove goto.
13087         * tree.c (build_cplus_method_type): Remove mention of obstacks in
13088         comment.
13089
13090         * cp-tre.h (finish_function): Change prototype.
13091         * decl.c (end_cleanup_fn): Adjust caller.
13092         (finish_function): Take only one parameter.
13093         * decl2.c (finish_objects): Adjust caller.
13094         (finish_static_storage_duration_function): Likewise.
13095         * method.c (emit_thunk): Likewise.
13096         * parse.y: Likewise.
13097         * parse.c: Regenerated.
13098         * pt.c (instantiate_decl): Likewise.
13099         * rtti.c (synthesize_tinfo_fn): Likewise.
13100         * semantics.c (expand_body): Likewise.
13101
13102         * cp-tree.h (copy_decl): New function.
13103         * class.c (finish_struct_1): Use it.
13104         * lex.c (copy_decl): Define it.
13105         * pt.c (tsubst_decl): Likewise.
13106         * tree.c (copy_template_template_parm): Likewise.
13107
13108         * cp-tree.h (lang_type): Remove has_nonpublic_ctor and
13109         has_nonpublic_assign_ref.
13110         (TYPE_HAS_NONPUBLIC_CTOR): Don't declare.
13111         (TYPE_HAS_NONPUBLIC_ASSIGN_REF): Likewise.
13112         * class.c (finish_struct_methods): Don't set
13113         TYPE_HAS_NONPUBLIC_CTOR or TYPE_HAS_NONPUBLIC_ASSIGN_REF.
13114         (interface_only): Don't declare.
13115         (interface_unknown): Likewise.
13116
13117 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13118
13119         * tree.h (HAVE_TEMPLATES): Remove definition.
13120         * lang-options.h (-fthis-is-variable): Remove documentation.
13121
13122 2000-04-10  Jason Merrill  <jason@casey.cygnus.com>
13123
13124         * class.c (instantiate_type): Handle object-relative template-id.
13125
13126         * semantics.c (finish_expr_stmt): Call convert_to_void here.
13127         * decl.c (cplus_expand_expr_stmt): Not here.
13128
13129         * rtti.c (build_dynamic_cast_1): Call non_lvalue.
13130         Initialize exprtype earlier.
13131
13132         * parse.y (fn.def1): Check for defining types in return types.
13133
13134         * decl.c (check_tag_decl): Notice extra fundamental types.
13135         Diagnose empty decls in classes, too.
13136
13137         * decl.c (grokdeclarator): Don't override an anonymous name if no
13138         declarator was given.
13139
13140         * cvt.c (convert_to_void): Call resolve_offset_ref.
13141
13142         * typeck.c (build_x_function_call): Abort if we get an OFFSET_REF.
13143
13144         * decl2.c (decl_namespace): Handle getting a type.
13145
13146         * typeck.c (build_c_cast): Re-enable warning for cast between
13147         pointer and integer of different size.
13148
13149 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
13150
13151         * inc/cxxabi.h (__pointer_type_info): Add restrict and
13152         incomplete flags.
13153         (__pointer_type_info::__pointer_catch): New virtual function.
13154         (__pointer_to_member_type_info): Derive from
13155         __pointer_type_info. Adjust.
13156         (__pointer_to_member_type_info::__do_catch): Remove.
13157         (__pointer_to_member_type_info::__is_pointer_p): Declare.
13158         (__pointer_to_member_type_info::__pointer_catch): Declare.
13159         * rtti.c (qualifier_flags): Add restrict flag.
13160         (ptmd_initializer): Reorder members.
13161         (create_tinfo_types): Expand comments. Reorder
13162         ptmd_desc_type_node members.
13163         * tinfo2.cc (__pointer_to_member_type_info::__is_pointer_p):
13164         Implement.
13165         (__pointer_type_info::__do_catch): Move specific code into
13166         __pointer_catch. Call it.
13167         (__pointer_type_info::__pointer_catch): Non-pointer-to-member
13168         specific catch checking. Fix void conversion check.
13169         (__pointer_to_member_type_info::__do_catch): Remove.
13170         (__pointer_to_member_type_info::__pointer_catch): Implement.
13171
13172 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13173
13174         * lex.c (init_parse): Remove traces of classof and headof.
13175         * decl2.c (flag_operator_names): Default to 1.
13176         (lang_decode_option): Do not set it for -ansi.
13177
13178 2000-04-09  Mark Mitchell  <mark@codesourcery.com>
13179
13180         * cp-tree.h (struct lang_decl): Remove main_decl_variant.
13181         (DECL_MAIN_VARIANT): Remove.
13182         * decl.c (duplicate_decls): Don't set it.
13183         (start_function): Likewise.
13184         (lang_mark_tree): Don't mark it.
13185         * decl2.c (defer_fn): Don't use it.
13186         * lex.c (retrofit_lang_decl): Don't set it.
13187         * pt.c (tsubst_decl): Likewise.
13188         * ptree.c (print_lang_decl): Don't print it.
13189         * typeck.c (mark_addressable): Don't use it.
13190
13191 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
13192
13193         * vec.cc: Include <new> and <exception>.
13194         (__cxa_vec_ctor): Use __cxa_vec_dtor for cleanup.
13195         (__cxa_vec_dtor): Catch dtor exceptions, and rethrow or
13196         terminate.
13197         (__cxa_vec_delete): Catch dtor exceptions.
13198
13199 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
13200
13201         Prepend __ to implementation defined names.
13202         * inc/typeinfo (type_info): Rename _name to __name.
13203         (type_info::type_info): Rename parameter.
13204         (type_info::operator==, type_info::operator!=,
13205         type_info::before): Likewise.
13206         (type_info::is_pointer_p, type_info::is_function_p,
13207         type_info::do_catch, type_info::do_upcast): Prepend __. Rename
13208         parameters.
13209         * inc/cxxabi.h
13210         (__fundamental_type_info::__fundamental_type_info) Rename parameters.
13211         (__pointer_type_info::__pointer_type_info): Likewise.
13212         (__pointer_type_info::is_pointer_p,
13213         __pointer_type_info::do_catch): Prepend __. Rename parameters.
13214         (__array_type_info::__array_type_info): Rename parameters.
13215         (__function_type_info::__function_type_info): Likewise.
13216         (__function_type_info::is_function_p): Prepend __.
13217         (__enum_type_info::__enum_type_info): Rename parameters.
13218         (__pointer_to_member_type_info::__pointer_to_member_type_info):
13219         Likewise.
13220         (__pointer_to_member_type_info::do_catch): Prepend __. Rename
13221         parameters.
13222         (__base_class_info::is_virtual_p, is_public_p, offset): Prepend __.
13223         (__class_type_info::__class_type_info): Rename parameters.
13224         (__class_type_info::sub_kind): Prepend __. Adjust member names.
13225         (__class_type_info::upcast_result,
13226         __class_type_info::dyncast_result): Prepend __. Move definition
13227         into tinfo.cc.
13228         (__class_type_info::do_upcast, __class_type_info::do_catch,
13229         __class_type_info::find_public_src,
13230         __class_type_info::do_dyncast,
13231         __class_type_info::do_find_public_src): Prepend __. Rename
13232         parameters.
13233         (__si_class_type_info::__si_class_type_info): Rename parameters.
13234         (__si_class_type_info::do_upcast, __si_class_type_info::do_dyncast,
13235         __si_class_type_info::do_find_public_src): Prepent __. Rename
13236         parameters.
13237         (__vmi_class_type_info::__vmi_class_type_info): Rename parameters.
13238         (__vmi_class_type_info::do_upcast, __vmi_class_type_info::do_dyncast,
13239         __vmi_class_type_info::do_find_public_src): Prepent __. Rename
13240         parameters.
13241         (__dynamic_cast): Rename parameters.
13242         * tinfo.cc (type_info::is_pointer_p, type_info::is_function_p,
13243         type_info::do_catch, type_info::do_upcast): Prepend __.
13244         (contained_p, public_p, virtual_p, contained_public_p,
13245         contained_nonpublic_p, contained_nonvirtual_p): Adjust.
13246         (__class_type_info::do_catch,
13247         __class_type_info::do_upcast): Prepend __. Adjust.
13248         (__class_type_info::__upcast_result,
13249         __class_type_info::__dyncast_result): Move from inc/cxxabi.h.
13250         Adjust.
13251         (__class_type_info::find_public_src): Prepend __. Adjust.
13252         (__class_type_info::do_find_public_src,
13253         __si_class_type_info::do_find_public_src,
13254         __vmi_class_type_info::do_find_public_src): Likewise.
13255         (__class_type_info::do_dyncast,
13256         __si_class_type_info::do_dyncast,
13257         __vmi_class_type_info::do_dyncast): Likewise.
13258         (__class_type_info::do_upcast,
13259         __si_class_type_info::do_upcast,
13260         __vmi_class_type_info::do_upcast): Likewise.
13261         (__dynamic_cast): Adjust.
13262         * tinfo2.cc (__pointer_type_info::is_pointer_p): Prepend __.
13263         (__function_type_info::is_function_p): Likewise.
13264         (__pointer_type_info::do_catch): Likewise. Adjust.
13265         (__pointer_to_member_type_info::do_catch): Likewise. Adjust.
13266         (__throw_type_match_rtti_2): Adjust.
13267         (__is_pointer): Adjust.
13268
13269 2000-04-08  Mark Mitchell  <mark@codesourcery.com>
13270
13271         * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.
13272         (complete_ctor_identifier): New macro.
13273         (special_function_kind): Add sfk_copy_constructor and
13274         sfk_assignment_operator.
13275         (LOOKUP_HAS_IN_CHARGE): Remove.
13276         (cons_up_default_function): Rename to ...
13277         (implicitly_declare_fn): ... this.
13278         * call.c (build_new_method_call): Add in-charge parameters for
13279         constructors here.
13280         * class.c (add_implicitly_declared_members): Change parameter name
13281         from cant_have_assignment to cant_have_const_assignment.
13282         Replace calls to cons_up_default_function to implicitly_declare_fn.
13283         * cvt.c (ocp_convert): Use complete_ctor_identifier.
13284         * decl.c (initialize_predefined_identifiers): Initialize it.
13285         (start_function): Use DECL_CONSTRUCTOR_FOR_VBASE_P instead of
13286         complex expression.
13287         * init.c (expand_default_init): Don't calculate the in-charge
13288         parameter here.
13289         (build_new_1): Likewise.
13290         * lex.c (cons_up_default_function): Move to method.c.
13291         * method.c (synthesize_method): Use DECL_DESTRUCTOR_P.
13292         (implicitly_declare_fn): New function.
13293         * typeck.c (build_static_cast): Use complete_ctor_identifier.
13294         (build_modify_expr): Likewise.
13295         * typeck2.c (build_functional_cast): Likewise.
13296
13297         Under the new ABI, constructors don't return `this'.
13298         * cp-tree.h (warn_reorder): Declare.
13299         (special_function_kind): New enum.
13300         (global_base_init_list): Remove declaration.
13301         (emit_base_init): Don't return a value.
13302         (check_base_init): Don't declare.
13303         (is_aggr_typedef): Likewise.
13304         * decl.c (check_special_function_return_type): New function.
13305         (return_types): Remove.
13306         (grokdeclarator): Use check_special_function_return_type.
13307         (start_function): Don't initialize ctor_label under the new ABI.
13308         (finish_construtor_body): Don't create a corresponding LABEL_STMT.
13309         * init.c (begin_init_stmts): Move to top of file.
13310         (finish_init_stmts): Likewise.
13311         (warn_reorder): Don't declare.
13312         (emit_base_init): Don't create a STMT_EXPR here.  Don't return a
13313         value.
13314         (check_base_init): Remove.
13315         (is_aggr_typedef): Likewise.
13316         (build_new_1): Don't use the return value of a constructor.
13317         * semantics.c (setup_vtbl_ptr): Don't use the return value
13318         of emit_base_init.
13319         * typeck.c (check_return_expr): Don't magically convert return
13320         statements into `return this' in constructors under the new ABI.
13321
13322         * cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER,
13323         CPTI_BASE_DTOR_IDENTIFIER, and CPTI_DELETING_DTOR_IDENTIFIER.
13324         (base_ctor_identifier): New macro.
13325         (base_dtor_identifier): Likewise.
13326         (deleting_dtor_identifier): Likewise.
13327         * decl.c: Don't include obstack.h.
13328         (obstack_chunk_alloc): Don't define.
13329         (obstack_chunk_free): Likewise.
13330         (struct predefined_identifier): New type.
13331         (initialize_predefined_identifiers): New function.
13332         (init_decl_processing): Use it.
13333         (debug_temp_inits): Remove.
13334         (start_method): Don't call preserve_data.
13335         (hack_incomplete_structures): Update comment.
13336         * init.c (init_init_processing): Don't initialize
13337         nelts_identifier.
13338         (build_offset_rf): Remove dead code.
13339         (build_delete): Use CLASSTYPE_N_BASECLASSES.
13340         * search.c (init_search_processing): Don't initialize
13341         vptr_identifier.
13342
13343 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13344
13345         * typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to elide
13346         some sign_compare warnings.
13347
13348 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
13349
13350         Rename abi::__vmi_class_type_info members.
13351         * inc/cxxabi.h (__vmi_class_type_info): Rename details, n_bases,
13352         base_list, detail_masks members to vmi_flags, vmi_base_count,
13353         vmi_bases and vmi_flags_masks respectively.
13354         (__vmi_class_type_info::vmi_flags_masks): Rename
13355         details_unknown_mask to flags_unknown_mask.
13356         * tinfo.cc (__class_type_info::do_upcast): Adjust.
13357         (__vmi_class_type_info::do_find_public_src): Adjust.
13358         (__vmi_class_type_info::do_dyncast): Adjust.
13359         (__vmi_class_type_info::do_upcast): Adjust.
13360
13361 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
13362
13363         * tinfo.cc (convert_to_base): New function.
13364         (get_vbase_offset): Remove. Move into convert_to_base.
13365         (__vmi_class_type_info::do_find_public_src): Adjust.
13366         (__vmi_class_type_info::do_dyncast): Adjust.
13367         (__vmi_class_type_info::do_upcast): Adjust.
13368
13369 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
13370
13371         * tinfo.cc (operator=): Use __builtin_strcmp.
13372         * tinfo2.cc (before): Likewise.
13373
13374 2000-04-06  Mark Mitchell  <mark@codesourcery.com>
13375
13376         * cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.
13377         (DECL_SAVED_INLINE): Rename to ...
13378         (DECL_DEFERRED_FN): ... this.
13379         (in_function_p): Remove declaration.
13380         (mark_inline_for_output): Rename to ...
13381         (defer_fn): ... this.
13382         * decl.c (finish_function): Adjust call to mark_inline_for_output.
13383         (in_function_p): Remove definition.
13384         * decl2.c (saved_inlines): Rename to ...
13385         (deferred_fns): ... this.
13386         (saved_inlines_used): Rename to ...
13387         (deferred_fns_used): ... this.
13388         (mark_inline_for_output): Rename to ...
13389         (defer_fn): ... this.
13390         (finish_file): Adjust accordingly.
13391         (init_decl2): Likewise.
13392         * lex.c (cons_up_default_function): Likewise.
13393         * pt.c (mark_decl_instantiated): Likewise.
13394         (instantiate_decl): Don't set DECL_DEFER_OUTPUT under any
13395         circumstances.
13396         * rtti.c (get_tinfo_decl): Adjust call to mark_inline_for_output.
13397         * semantics.c (expand_body): Defer more functions.
13398
13399 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
13400
13401         * vec.cc: New file.
13402         * Make-lang.in (CXX_LIB2FUNCS): Add it.
13403         (vec.o): Build it.
13404         * inc/cxxabi.h (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
13405         __cxa_vec_delete): Declare.
13406
13407 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
13408
13409         * rtti.c (dfs_class_hint_mark): New static function.
13410         (dfs_class_hint_unmark): New static function.
13411         (class_hint_flags): Use them.
13412
13413 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
13414
13415         * decl2.c: Make flag_honor_std dependent on ENABLE_STD_NAMESPACE.
13416
13417 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
13418
13419         * cp-tree.h (instantiate_decl): Change prototype.
13420         * decl2.c (mark_used): Adjust call.
13421         * optimize.c (inlinable_function_p): Adjust handling of templates.
13422         * pt.c (do_decl_instantiation): Adjust call to instantiate_decl.
13423         (do_type_instantiation): Likewise.
13424         (instantiate_decl): Defer more templates.
13425         (instantiate_pending_templates): Adjust logic to handle inline
13426         friend functions.
13427
13428         * Makefile.in (GGC_H): New variable.  Use it throughout in place
13429         of ggc.h.
13430
13431         * call.c: Don't include obstack.h.  Include ggc.h.
13432         (obstack_chunk_alloc): Don't define.
13433         (obstack_chunk_free): Likewise.
13434         (add_candidate): Allocate the z_candidate with ggc_alloc_obj.
13435         * decl.c (push_switch): Use xmalloc to allocate the cp_switch.
13436         (pop_switch): Free it.
13437
13438         * decl2.c (grokclassfn): Set TREE_READONLY for PARM_DECLs.
13439
13440         * dump.c (dequeue_and_dump): Don't try to print the bit_position
13441         if we don't have a DECL_FIELD_OFFSET.
13442
13443 Wed Apr  5 15:12:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
13444
13445         * optimize.c (calls_setjmp_r): Use setjmp_call_p instead of
13446         special_function_p.
13447
13448 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13449
13450         * cfns.gperf (hash, libc_name_p): Prototype.
13451
13452         * rtti.c (build_dynamic_cast_1): Constification.
13453
13454         * search.c (dfs_debug_unmarkedp, dfs_debug_mark): Unhide prototypes.
13455
13456         * semantics.c (deferred_type_access_control): Prototype.
13457
13458 2000-04-04  Mark Mitchell  <mark@codesourcery.com>
13459
13460         Correct many new ABI issues regarding vbase and vcall offset
13461         layout.
13462         * cp-tree.h (BINFO_VTABLE): Document.
13463         (struct lang_type): Tweak formatting.
13464         (BINFO_PRIMARY_BINFO): Add to documentation.
13465         (CLASSTYPE_VSIZE): Fix typo in comment.
13466         (CLASSTYPE_VBASECLASSES): Update documentation.
13467         (BINFO_VBASE_MARKED): Remove.
13468         (SET_BINFO_VBASE_MARKED): Likewise.
13469         (CLEAR_BINFO_VBASE_MARKED): Likewise.
13470         (BINFO_FIELDS_MARKED): Remove.
13471         (SET_BINFO_FIELDS_MARKED): Likewise.
13472         (CLEAR_BINFO_FIELDS_MARKED): Likewise.
13473         (enum access_kind): New enumeration.
13474         (num_extra_vtbl_entries): Remove declaration.
13475         (size_extra_vtbl_entries): Likewise.
13476         (get_vtbl_decl_for_binfo): New function.
13477         (dfs_vbase_unmark): Remove declaration.
13478         (mark_primary_bases): Likewise.
13479         * class.c (SAME_FN): Remove.
13480         (struct vcall_offset_data_s): Move definition.
13481         (build_vbase_pointer): Use `build', not `build_binary_op', to
13482         access the vbase pointer under the new ABI.
13483         (build_vtable_entry_ref): Use get_vtbl_decl_for_binfo.
13484         (build_primary_vtable): Likewise.
13485         (dfs_mark_primary_bases): Move here from search.c.
13486         (mark_primary_bases): Likewise.
13487         (determine_primary_bases): Under the new ABI, don't make a base
13488         class a primary base just because we don't yet have any virtual
13489         functions.
13490         (layout_vtable_decl): Use get_vtbl_decl_for_binfo.
13491         (num_vfun_entries): Remove.
13492         (dfs_count_virtuals): Likewise.
13493         (num_extra_vtbl_entries): Likewise.
13494         (size_extra_vtbl_entries): Likewise.
13495         (layout_virtual_bases): Iterate in inheritance graph order under
13496         the new ABI.
13497         (finish_struct_1): Use TYPE_VFIELD, not CLASSTYPE_VSIZE, to
13498         indicate that a vfield is present.
13499         (init_class_processing): Initialize access_public_node, etc., from
13500         ak_public, etc.
13501         (get_vtbl_decl_for_binfo): New function.
13502         (dump_class_hierarchy_r): Likewise.
13503         (dump_class_hierarchy): Use it.
13504         (finish_vtbls): Build the vtbls in inheritance graph order.
13505         (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
13506         (initialize_vtable): Use get_vtbl_decl_for_binfo.
13507         (accumulate_vtbl_inits): Add comments explaining why a pre-order
13508         walk is required.
13509         (dfs_accumulate_vtbl_inits): Set BINFO_VTABLE to the location
13510         where the vptr points, even for primary vtables.
13511         (build_vtbl_initializer): Adjust handling of vbase and vcall
13512         offsets.
13513         (build_vcall_and_vbase_vtable_entries): New function.
13514         (dfs_build_vbase_offset_vtbl_entries): Remove.
13515         (build_vbase_offset_vtbl_entries): Reimplement.
13516         (dfs_build_vcall_offset_vtbl_entries): Don't include virtuals that
13517         were already handled in a primary base class vtable.
13518         (build_vcall_offset_vtbl_entries): Adjust.
13519         (build_rtti_vtbl_entries): Adjust.
13520         * decl2.c (output_vtable_inherit): Use get_vtbl_decl_for_binfo.
13521         * init.c (expand_virtual_init): Simplify.
13522         * repo.c (repo_get_id): Use get_vtbl_decl_for_binfo.
13523         * rtti.c (create_pseudo_type_info): Adjust calculation of vptr.
13524         * search.c (BINFO_ACCESS): New macro.
13525         (SET_BINFO_ACCESS): Likewise.
13526         (dfs_access_in_type): Manipulate access_kinds, not access nodes.
13527         (access_in_type): Likewise.
13528         (dfs_accessible_p): Likewise.
13529         (protected_accessible_p): Likewise.
13530         (lookup_fnfields_1): Adjust documentation.
13531         (dfs_mark_primary_bases): Move to class.c
13532         (mark_primary_bases): Likewise.
13533         (dfs_vbase_unmark): Remove.
13534         (virtual_context): Use BINFO_FOR_VBASE.
13535         (dfs_get_vbase_types): Simplify.
13536         (dfs_build_inheritance_graph_order): New function.
13537         (get_vbase_types): Use it.
13538         * tree.c (debug_binfo): Use get_vtbl_decl_for_binfo.
13539
13540         * tinfo.cc (get_vbase_offset): New function.
13541         (__vmi_class_type_info::do_find_public_src): Use it.
13542         (__vmi_class_type_info::do_dyncast): Likewise.
13543         (__vmi_class_type_info::do_upcast): Likewise.
13544
13545 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
13546
13547         * lang-specs.h: Pass -fno-show-column to the preprocessor.
13548
13549 2000-03-30  Nathan Sidwell  <nathan@codesourcery.com>
13550
13551         * rtti.c (class_hint_flags): Rename flags.
13552         (class_initializer): Remove flags.
13553         (synthesize_tinfo_var): Combine offset and flags. Add flags
13554         for __vmi_class_type_info.
13555         (create_tinfo_types): Remove flags from __class_type_info and
13556         __si_class_type_info. Merge flags and offset from
13557         base_class_type_info.
13558         * inc/cxxabi.h (__base_class_info): Merge offset and vmi_flags.
13559         (__base_class_info::is_virtual_p): Adjust.
13560         (__base_class_info::is_public_p): Adjust.
13561         (__base_class_info::offset): New accessor.
13562         (__class_type_info::details): Remove member.
13563         (__class_type_info::__class_type_info): Lose details.
13564         (__class_type_info::detail_masks): Remove.
13565         (__si_class_type_info::__si_class_type_info): Lose details.
13566         (__vmi_class_type_info::details): New member.
13567         (__vmi_class_type_info::__vmi_class_type_info): Adjust.
13568         (__vmi_class_type_info::detail_masks): New member.
13569         * tinfo.cc (__class_type_info::do_upcast): Initialize result
13570         with unknown_details_mask.
13571         (__vmi_class_type_info::do_find_public_src): Adjust
13572         (__vmi_class_type_info::do_dyncast): Adjust.
13573         (__vmi_class_type_info::do_upcast): Set result details, if
13574         needed. Adjust.
13575         (__dynamic_cast): Temporarily #if out optimization.
13576
13577 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
13578
13579         * rtti.c (get_tinfo_decl): Mark used.
13580         (emit_tinfo_decl): Don't optimize polymorphic type_info. Only
13581         mark as dealt with, if we output it.
13582
13583 2000-03-28  Mark Mitchell  <mark@codesourcery.com>
13584
13585         * class.c: Reorganize to put virtual function table initialization
13586         machinery at the end of the file.
13587
13588 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
13589
13590         * class.c (finish_struct): Use bitsize_zero_node.
13591         * pt.c (instantiate_class_template): Likewise.
13592
13593 2000-03-28  Mark Mitchell  <mark@codesourcery.com>
13594
13595         Put RTTI entries at negative offsets in new ABI.
13596         * class.c (dfs_build_vbase_offset_vtbl_entries): Put the first
13597         vbase offset at index -3, not -1.
13598         (build_vtabe_offset_vtbl_entries): Use unmarked_vtable_pathp, not
13599         dfs_vtable_path_unmarked_real_bases_queue_p to walk bases.
13600         (dfs_build_vcall_offset_vtbl_entries): Don't use skip_rtti_stuff.
13601         (build_rtti_vtbl_entries): New function.
13602         (set_rtti_entry): Remove.
13603         (build_primary_vtable): Don't use it.
13604         (build_secondary_vtable): Likewise.
13605         (start_vtable): Remove.
13606         (first_vfun_index): New function.
13607         (set_vindex): Likewise.
13608         (add_virtual_function): Don't call start_vtable.  Do call
13609         set_vindex.
13610         (set_primary_base): Rename parameter.
13611         (determine_primary_base): Likewise.
13612         (num_vfun_entries): Don't use skip_rtti_stuff.
13613         (num_extra_vtbl_entries): Include RTTI information.
13614         (build_vtbl_initializer): Use build_rtti_vtbl_entries.
13615         (skip_rtti_stuff): Remove.
13616         (dfs_modify_vtables): Don't use it.
13617         (modify_all_vtables): Don't use start_vtable.  Do use set_vindex.
13618         (layout_nonempty_base_or_field): Update size handling.
13619         (create_vtable_ptr): Tweak.
13620         (layout_class_type): Adjust parameter names.
13621         (finish_struct_1): Simplify.
13622         * cp-tree.h (CLASSTYPE_VSIZE): Tweak documentation.
13623         (skip_rtti_stuff): Remove.
13624         (first_vfun_index): New function.
13625         (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
13626         (dfs_vtable_path_marked_real_bases_queue_p): Remove.
13627         (marked_vtable_pathp): Declare.
13628         (unmarked_vtable_pathp): Likewise.
13629         * error.c (dump_expr): Use first_vfun_index to calculate vtable
13630         offsets.
13631         * rtti.c (build_headof): Look for RTTI at negative offsets.
13632         (get_tinfo_decl_dynamic): Likewise.
13633         (tinfo_base_init): Don't take the address of the TINFO_VTABLE_DECL
13634         here.
13635         (create_pseudo_type_info): Do it here instead.  Adjust so that
13636         vptr points at first virtual function.
13637         * search.c (marked_vtable_pathp): Make it global.
13638         (unmarked_vtable_pathp): Likewise.
13639         (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
13640         (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
13641         (dfs_get_pure_virtuals): Don't use skip_rtti_stuff.
13642         (get_pure_virtuals): Likewise.
13643         (expand_upcast_fixups): Likewise.
13644         * tree.c (debug_binfo): Likewise.
13645         * tinfo.cc (__dynamic_cast): Look for vtable_prefix at appropriate
13646         negative offset.
13647
13648 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13649
13650         * class.c (check_field_decl): Fix typo.
13651         (build_vtbl_or_vbase_field): Don't clear DECL_SAVED_INSNS.
13652         (check_methods): Likewise.
13653         (check_field_decls): Likewise.
13654         Use DECL_CONTEXT, not DECL_FIELD_CONTEXT.
13655         * cp-tree.h (DECL_SHADOWED_FOR_VAR, DECL_TEMPLATE_RESULT):
13656         Use DECL_RESULT_FLD, not DECL_RESULT.
13657         * decl.c (xref_tag): Use DECL_TEMPLATE_RESULT.
13658         * lex.c (identifier_type): Likewise.
13659         * pt.c (determine_specialization, lookup_template_class): Likewise.
13660         (tsubst_friend_function, tsubst_decl, instantiate_template): Likewise.
13661         (resolve_overloaded_unification, more_specialized): Likewise.
13662         * semantics.c (finish_member_declaration): Likewise.
13663         * typeck.c (build_x_function_call): Likewise.
13664
13665 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
13666
13667         * class.c (layout_empty_base): Handle empty bases with non-byte
13668         alignment.
13669         (build_base_field): Likewise.
13670         (layout_virtual_bases): Likewise.
13671
13672         * class.c (finish_struct_1): Fix typo in this change:
13673
13674         Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13675
13676 2000-03-25  Mark Mitchell  <mark@codesourcery.com>
13677
13678         * decl.c (grokdeclarator): Count partial specializations when
13679         keeping track of how many template classes have been seen.
13680
13681         * dump.c (dequeue_and_dump): Dump DECL_TEMPLATE_RESULT.
13682
13683 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13684
13685         * class.c (build_vbase_pointer_fields): layout_field now place_field.
13686         (get_vfield_offset): Use byte_position.
13687         (set_rtti_entry): Set OFFSET to ssizetype zero.
13688         (get_binfo_offset_as_int): Deleted.
13689         (dfs_record_base_offsets): Use tree_low_cst.
13690         (dfs_search_base_offsets): Likewise.
13691         (layout_nonempty_base_or_field): Reflect changes in RLI format
13692         and call byte_position.
13693         (layout_empty_base): Convert offset to ssizetype.
13694         (build_base_field): use rli_size_unit_so_far.
13695         (dfs_propagate_binfo_offsets): Do computation in proper type.
13696         (layout_virtual_bases): Pass ssizetype to propagate_binfo_offsets.
13697         (layout_class_type): Reflect changes in RLI names and fields.
13698         (finish_struct_1): Set DECL_FIELD_OFFSET.
13699         * dump.c (dequeue_and_dump): Call bit_position.
13700         * expr.c (cplus_expand_constant): Use byte_position.
13701         * rtti.c (expand_class_desc): Use bitsize_one_node.
13702         * typeck.c (build_component_addr): Use byte_position and don't
13703         special case for zero offset.
13704
13705 2000-03-24  Nathan Sidwell  <nathan@codesourcery.com>
13706
13707         * decl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.
13708
13709         * rtti.c (get_tinfo_decl): Set comdat linkage on new-abi
13710         tinfo object.
13711         (emit_tinfo_decl): Only emit polymorphic tinfo's when emitting
13712         vtable.
13713
13714 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
13715
13716         * call.c (check_dtor_name, build_new_method_call): Use TYPE_P and
13717         DECL_P macros.
13718         * decl.c (push_class_binding, poplevel, pushtag, lookup_namespace_name,
13719         make_typename_type, check_initializer, cp_finish_decl,
13720         xref_tag): Likewise.
13721         * decl2.c (grokfield, build_expr_from_tree, build_expr_from_tree,
13722         decl_namespace, arg_assoc_template_arg, arg_assoc,
13723         validate_nonmember_using_decl, do_class_using_decl): Likewise.
13724         * error.c (dump_template_argument, dump_expr, cp_file_of, cp_line_of,
13725         args_to_string): Likewise.
13726         * friend.c (is_friend): Likewise.
13727         * lex.c (note_got_semicolon, note_list_got_semicolon,
13728         is_global): Likewise.
13729         * method.c (build_overload_nested_name, build_overload_value,
13730         build_qualified_name, build_qualified_name, hack_identifier): Likewise.
13731         * parse.y (typename_sub, typename_sub1): Likewise.
13732         * pt.c (push_inline_template_parms_recursive, check_template_shadow,
13733         process_partial_specialization, convert_template_argument,
13734         template_args_equal, add_pending_template, lookup_template_class,
13735         for_each_template_parm_r, maybe_fold_nontype_arg,
13736         tsubst, instantiate_template, type_unification_real, unify,
13737         instantiate_pending_templates, set_mangled_name_for_template_decl):
13738         Likewise.
13739         * repo.c (repo_get_id, repo_template_used): Likewise.
13740         * search.c (lookup_field_1): Likewise.
13741         * tree.c (walk_tree, get_type_decl, cp_tree_equal, member_p): Likewise.
13742         * xref.c (classname): Likewise.
13743
13744 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
13745
13746         * cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.
13747         (CANONICAL_BINFO): New macro.
13748         (BINFO_NEW_VTABLE_MARKED): Use it.
13749         (SET_BINFO_NEW_VTABLE_MARKED): Likewise.
13750         (CLEAR_BINFO_NEW_VTABLE_MARKED): Likewise.
13751         * class.c (dfs_build_vbase_offset_vtbl_entries): Use BINFO_TYPE,
13752         not TREE_TYPE.
13753         (build_primary_vtable): Adjust usage of BINFO_NEW_VTABLE_MARKED.
13754         (build_secondary_vtable): Likewise.
13755         (dfs_finish_vtbls): Likewise.
13756         (dfs_accumulate_vtbl_inits): Likewise.
13757         (accumulate_vtbl_inits): New function.
13758         (finish_vtbls): Make sure that virtual bases come after
13759         non-virtual bases in the vtable group.
13760         (record_base_offsets): Don't save and restore TREE_VIA_VIRTUAL.
13761         (finish_struct_1): Adjust usage of BINFO_NEW_VTABLE_MARKED.
13762         * search.c (struct vbase_info): Move definition.
13763         (marked_new_vtable_p): Adjust usage of BINFO_NEW_VTABLE_MARKED.
13764         (unmarked_new_vtable_p): Likewise.
13765         (dfs_mark_vtable_path): Remove.
13766         (dfs_mark_new_vtable): Remove.
13767         (dfs_unmark_new_vtable): Likewise.
13768         (dfs_clear_search_slot): Likewise.
13769         (dfs_find_vbases):  Adjust usage of BINFO_NEW_VTABLE_MARKED.
13770         (dfs_clear_vbase_slots): Likewise.
13771         (init_vbase_pointers): LIkewise.
13772
13773 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
13774
13775         * typeck.c (type_after_usual_arithmetic_conversions): Prefer a
13776         SIZETYPE to a non-SIZETYPE.
13777
13778 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
13779
13780         * class.c (layout_virtual_bases): Adjust names in conditionally
13781         compiled code.
13782
13783         * class.c (record_base_offsets): New function.
13784         (layout_conflict_p): Likewise.
13785         (layout_nonempty_base_or_field): Use it.
13786         (layout_empty_base): New function.
13787         (build_base_field): Use it.
13788         (build_base_fields): Update comment.
13789         (layout_virtual_bases): Fold in a little code form
13790         layout_basetypes.  Use layout_empty_base.
13791         (layout_basetypes): Remove.
13792         (end_of_class): New function.
13793         (layout_class_type): Use it.  Adjust.
13794
13795         * cp-tree.h (CLASSTYPE_VBASECLASSES): Fix typo in comment.
13796         (fntype_p): Remove.
13797         * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Fix typo in
13798         comment.
13799         (dfs_skip_nonprimary_vbases_markedp): Likewise.
13800         * typeck.c (fntype_p): Remove.
13801
13802         * cp-tree.h (TI_SPEC_INFO): Remove.
13803         (CLASSTYPE_TI_SPEC_INFO): Likewise.
13804         * pt.c (process_partial_specialization): Likewise.
13805
13806         * class.c (build_base_field): Fix thinko in computation of binfo
13807         offsets.
13808
13809         * tree.c (mark_local_for_remap_p): Mark variables declared in
13810         TARGET_EXPRs as well.
13811
13812 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
13813
13814         * typeck.c (require_complete_type, complete_type,
13815         complete_type_or_else, c_sizeof, c_sizeof_nowarn,
13816         build_array_ref, convert_arguments, pointer_diff,
13817         build_x_unary_op, build_unary_op, build_c_cast,
13818         build_modify_expr): Use COMPLETE_TYPE_P etc.
13819         * call.c (is_complete, convert_like_real,
13820         build_new_method_call): Likewise.
13821         * class.c (build_vbase_pointer_fields, check_bases,
13822         build_base_field, finish_struct_1, pushclass): Likewise.
13823         * cvt.c (cp_convert_to_pointer, convert_to_void): Likewise.
13824         * decl.c (maybe_process_template_type_declaration, pushtag,
13825         pushdecl, redeclaration_error_message, start_decl, start_decl_1,
13826         layout_var_decl, check_initializer, cp_finish_decl,
13827         grokdeclarator, require_complete_types_for_parms,
13828         grok_op_properties, xref_tag, xref_basetypes,
13829         check_function_type): Likewise.
13830         * decl2.c (check_classfn, reparse_absdcl_as_casts): Likewise.
13831         * friend.c (do_friend): Likewise.
13832         * init.c (build_offset_ref): Likewise.
13833         * parse.y (structsp): Likewise.
13834         * pt.c (maybe_process_partial_specialization,
13835         tsubst_friend_function, instantiate_class_template, tsubst,
13836         do_type_instantiation, instantiate_pending_templates): Likewise.
13837         * repo.c (repo_get_id): Likewise.
13838         * rtti.c (build_typeid, get_typeid, build_dynamic_cast_1,
13839         synthesize_tinfo_var, emit_support_tinfos): Likewise.
13840         * search.c (lookup_fnfields_1, lookup_conversions): Likewise.
13841         * semantics.c (begin_class_definition): Likewise.
13842         * tree.c (build_cplus_method_type): Likewise.
13843         * typeck2.c (digest_init, build_functional_cast,
13844         add_exception_specifier): Likewise.
13845         * parse.h, parse.c: Regenerated.
13846
13847 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
13848
13849         * inc/cxxabi.h: New header file. Define new-abi entry points.
13850         (__pointer_type_info::target): Rename member to ...
13851         (__pointer_type_info::type): ... here.
13852         (__base_class_info::type): Rename member to ...
13853         (__base_class_info::base): ... here.
13854         * Make-lang.in (CXX_EXTRA_HEADERS): Add cxxabi.h
13855         * cp-tree.h (CPTI_ABI): New global tree enumeration.
13856         (abi_node): New global tree node.
13857         * decl.c (abi_node): Document.
13858         (init_decl_processing): Initialize abi_node.
13859         * rtti.c (build_dynamic_cast_1): Use abi_node for new-abi.
13860         (get_vmi_pseudo_type_info): Likewise.
13861         (create_tinfo_types): Likewise.
13862         (emit_support_tinfos): Likewise.
13863         * tinfo.h (cxxabi.h): Include for new-abi.
13864         Move rtti class definitions to new header file.
13865         * tinfo.cc (abi): Use the namespace.
13866         (std): Move new abi rtti classes from here ...
13867         (__cxxabiv1): ... to here.
13868         * tinfo2.cc (cxxabi.h): Include for new-abi.
13869         Move rtti class definitions to new header file.
13870         (std): Move new abi rtti classes from here ...
13871         (__cxxabiv1): ... to here.
13872         * inc/typeinfo (__class_type_info): Move into __cxxabiv1
13873         namespace.
13874
13875 2000-03-20  Jed Wing <jedwin@zloty.ugcs.caltech.edu>
13876             Jason Merrill  <jason@casey.cygnus.com>
13877
13878         * method.c (build_overload_int): Use host_integerp.
13879
13880 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
13881
13882         * init.c (build_offset_ref): Handle the case of a templated member
13883         function.
13884
13885 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13886
13887         * except.c (expand_exception_blocks): Clear catch_clauses_last.
13888
13889 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
13890
13891         * cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
13892         * class.c (check_bitfield_decl): Turn illegal bitfields into
13893         non-bitfields.
13894         (dfs_propagate_binfo_offsets): Adjust for new size_binop
13895         semantics.
13896         (dfs_offset_for_unshared_vbases): Likewise.
13897         * cvt.c (cp_convert_to_pointer): Convert NULL to a
13898         pointer-to-member correctly under the new ABI.
13899         * expr.c (cplus_expand_constant): Don't use cp_convert when
13900         turning an offset into a pointer-to-member.
13901         * init.c (resolve_offset_ref): Don't adjust pointers-to-members
13902         when dereferencing them under the new ABI.
13903         * typeck.c (get_member_function_from_ptrfunc): Tweak calculation
13904         of pointers-to-members under the new ABI.
13905
13906         * class.c (check_bitfield_decl): Remove restriction on really long
13907         bitfields.
13908         (layout_class_type): Implement new ABI handling of bitfields
13909         longer than their types.
13910
13911 2000-03-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13912
13913         * parse.y (extdefs): Call ggc_collect.
13914         * parse.c: Regenerated.
13915
13916 2000-03-18  Nathan Sidwell  <nathan@codesourcery.com>
13917
13918         * class.c (build_base_field): Use TYPE_ALIGN to examine a type.
13919         (note_name_declared_in_class): Use OVL_CURRENT to get at a
13920         potential overload.
13921
13922 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13923
13924         * class.c (build_vbase_path): Use integer_zerop.
13925         (build_vtable_entry): Use tree_low_cst.
13926         (get_vfield_offset): Use bit_position.
13927         (dfs_modify_vtables): New variable vindex_val; `i' is HOST_WIDE_INT.
13928         Use tree_low_cst.
13929         (check_bitfield_decl): Set DECL_SIZE using convert.
13930         (build_base_field): Set DECL_SIZE and DECL_SIZE_UNIT using size_binop.
13931         (layout_virtual_bases): DSIZE is unsigned HOST_WIDE_INT.
13932         Use tree_low_cst.
13933         (finish_struct_1): Use bit_position.
13934         (dump_class_hierarchy): Use tree_low_cst.
13935         * cp-tree.h (min_precision): Add declaration.
13936         * decl.c (xref_tag, xref_basetypes): Use tree_low_cst.
13937         * error.c (dump_type_suffix): Use host_integerp and tree_low_cst.
13938         (dump_expr): Use integer_zerop, host_integerp, and tree_low_cst.
13939         * expr.c (cplus_expand_constant): Use bit_position.
13940         * init.c (build_vec_init): Use host_integerp and tree_low_cst.
13941         * rtti.c (get_base_offset): Use bit_position.
13942         * typeck.c (build_binary_op): Use integer_zerop, compare_tree_int,
13943         host_integerp, and tree_low_cst.
13944         (pointer_int_sum): Use integer_zerop.
13945         (build_component_addr): Use bit_position.
13946
13947 2000-03-17  Nathan Sidwell  <nathan@codesourcery.com>
13948
13949         * typeck.c (require_complete_type): Don't assume size_zero_node.
13950         (complete_type_or_else): Likewise.
13951
13952 2000-03-16  Steven Grady <grady@digitaldeck.com>
13953             Jason Merrill  <jason@casey.cygnus.com>
13954
13955         * rtti.c (build_dynamic_cast_1): Improve diagnostics.
13956
13957 2000-03-16  Nathan Sidwell  <nathan@codesourcery.com>
13958
13959         * decl2.c (grokfield): Bail out if type is error_mark_node.
13960
13961 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
13962
13963         * tinfo2.cc (__ptr_to_member_data): Rename to ...
13964         (__pointer_to_member_data): ... here. Adjust.
13965         * rtti.c (create_tinfo_types): Adjust.
13966
13967 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
13968
13969         * cp-tree.h (CPTI_REF_DESC_TYPE, ref_desc_type_node): Remove.
13970         * decl.c (ref_desc_type_node): Undocument.
13971         * rtti.c (ptr_ref_initializer): Rename to ...
13972         (ptr_initializer): ... here. Adjust comments.
13973         (ptmd_initializer): Fix comment thinko.
13974         (synthesize_tinfo_var): Remove REFERENCE_TYPE case.
13975         (create_tinfo_types): Remove ref_desc_type_node init.
13976         * tinfo2.cc (__reference_type_info): Remove.
13977
13978 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
13979
13980         * decl.c (cp_finish_decl): Remove obsolete comment.
13981
13982         * typeck.c (build_ptrmemfunc1): Kill uninitialized warning.
13983
13984 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
13985
13986         * cp-tree.h: Tweak documentation.
13987         * class.c (build_vbase_pointer_fields): Layout the fields, too.
13988         (avoid_overlap): Remove.
13989         (get_binfo_offset_as_int): New function.
13990         (dfs_serach_base_offsets): Likewise.
13991         (layout_nonempty_base_or_field): Likewise.
13992         (build_base_field): Layout fields here.  Avoid placing two objects
13993         of the same type at the same address, under the new ABI.
13994         (build_base_fields): Adjust accordingly.
13995         (create_vtable_ptr): Return the new field, but don't attach it to
13996         TYPE_FIELDS.
13997         (remove_base_field): Remove.
13998         (remove_base_fields): Remove.
13999         (layout_basetypes): Adjust accordingly.
14000         (layout_class_type): Call layout_field for each field, rather than
14001         just making a wholesale call to layout_type.
14002
14003 2000-03-14  Jeff Sturm  <jsturm@sigma6.com>
14004
14005         * except.c (expand_throw): Fix typo in _Jv_Sjlj_Throw.
14006
14007 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
14008
14009         * decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.
14010
14011         * except.c (dtor_nothrow): New fn.
14012         (do_pop_exception): Use it.  Take type parm.
14013         (push_eh_cleanup): Take type parm.
14014         (expand_start_catch_block): Pass it.
14015         (build_eh_type_type_ref): Accept null type.
14016
14017 2000-03-12  Mark Mitchell  <mark@codesourcery.com>
14018
14019         * cp-tree.h (revert_static_member_fn): Change prototype.
14020         * decl.c (grokfndecl): Adjust call to revert_static_member_fn.
14021         (grok_op_properties): Likewise.
14022         (start_function): Likewise.
14023         (revert_static_member_fn): Simplify.
14024         * pt.c (check_explicit_specialization): Adjust call to
14025         revert_static_member_fn.
14026
14027 2000-03-11  Mark Mitchell  <mark@codesourcery.com>
14028
14029         * cp-tree.h (scope_kind): New type.
14030         (tmpl_spec_kind): Likewise.
14031         (declare_pseudo_global_level): Remove.
14032         (pseudo_global_level_p): Rename to template_parm_scope_p.
14033         (pushlevel): Remove declaration.
14034         (begin_scope): New function.
14035         (finish_scope): Likewise.
14036         (current_tmpl_spec_kind): Likewise.
14037         * decl.c (struct binding_level): Shorten parm_flag to 2 bits.
14038         Shorten keep to 2 bits.  Rename pseudo_global to template_parms_p.
14039         Add template_spec_p.
14040         (toplevel_bindings_p): Adjust.
14041         (declare_pseudo_global_level): Remove.
14042         (pseudo_global_level_p): Rename to template_parm_scope_p.
14043         (current_tmpl_spec_kind): New function.
14044         (begin_scope): Likewise.
14045         (finish_scope): Likewise.
14046         (maybe_push_to_top_level): Adjust.
14047         (maybe_process_template_type_declaration): Likewise.
14048         (pushtag): Likewise.
14049         (pushdecl_nonclass_level): Likewise.
14050         (lookup_tag): Likewise.
14051         (grokfndecl): Handle member template specializations.  Share
14052         constructor and non-constructor code.
14053         * decl2.c (check_classfn): Handle member template specializations.
14054         * pt.c (begin_template_parm_list): Use begin_scope.
14055         (begin_specialization): Likewise.
14056         (end_specialization): Likewise.
14057         (check_explicit_specialization): Use current_tmpl_spec_kind.
14058         Handle member template specializations.
14059         (end_template_decl): Use finish_scope.  Remove call to
14060         get_pending_sizes.
14061         (push_template_decl_real): Remove bogus error message.
14062         (tsubst_decl): Fix typo in code contained in comment.
14063         (instantiate_template): Handle member template specializations.
14064         (most_general_template): Likewise.
14065
14066 2000-03-11  Gabriel Dos Reis  <gdr@codesourcery.com>
14067
14068         * lex.c (whitespace_cr): Compress consecutive calls to warning().
14069         (do_identifier): Ditto for error().
14070
14071         * pt.c (convert_nontype_argument): Ditto for cp_error().
14072         (convert_template_argument): Ditto for cp_pedwarn().
14073
14074 2000-03-11  Jason Merrill  <jason@casey.cygnus.com>
14075
14076         * exception.cc (__check_null_eh_spec): New fn.
14077         * except.c (expand_end_eh_spec): Call it if the spec is throw().
14078
14079 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
14080
14081         * decl.c (push_throw_library_fn): Take the FUNCTION_TYPE.
14082         * except.c (expand_end_eh_spec): Add the return type.
14083         * rtti.c (throw_bad_cast): Add the parmtypes.
14084         (throw_bad_typeid): Likewise.
14085
14086         * semantics.c (expand_stmt): Only leave out rtl for unused
14087         artificials, and set DECL_IGNORED_P on them as well.
14088         * decl.c (wrapup_globals_for_namespace): Likewise.
14089
14090 2000-03-09  Nathan Sidwell  <nathan@codesourcery.com>
14091
14092         * decl.c (maybe_commonize_var): Skip all artificial decls.
14093         * pt.c (tsubst_decl): Don't copy TREE_ASM_WRITTEN.
14094
14095 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
14096
14097         * lang-options.h, decl2.c: Add -fno-enforce-eh-specs.
14098         * cp-tree.h: Declare flag_enforce_eh_specs.
14099         * decl.c (store_parm_decls, finish_function): Check it.
14100
14101         C library functions don't throw.
14102         * Makefile.in (cfns.h): New target.
14103         (except.o): Depend on it.
14104         * Make-lang.in (cc1plus): Depend on cfns.gperf.
14105         * cfns.gperf: New file.
14106         * cfns.h: Generated.
14107         * except.c: Include it.
14108         (nothrow_libfn_p): New fn.
14109         * decl.c (grokfndecl): Use it.
14110         * cp-tree.h: Declare it.
14111
14112         * decl.c (push_overloaded_decl_1, auto_function,
14113         define_function): Lose.
14114         (build_library_fn_1): New static fn.
14115         (builtin_function): Use it.
14116         (get_atexit_node): Use build_library_fn_ptr.
14117         (build_library_fn, build_cp_library_fn, build_library_fn_ptr,
14118         build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,
14119         push_void_library_fn, push_throw_library_fn): New fns.
14120         * cp-tree.h: Declare them.
14121         (cp_tree_index): Remove CPTI_BAD_CAST, CPTI_BAD_TYPEID.
14122         (throw_bad_cast_node, throw_bad_typeid_node): Lose.
14123         * except.c (init_exception_processing, call_eh_info, do_pop_exception,
14124         (expand_end_eh_spec, alloc_eh_object, expand_throw): Use above fns.
14125         * rtti.c (build_runtime_decl): Lose.
14126         (throw_bad_cast, throw_bad_typeid, get_tinfo_decl,
14127         build_dynamic_cast_1, expand_si_desc, expand_class_desc,
14128         expand_ptr_desc, expand_attr_desc, expand_generic_desc): Use above fns.
14129
14130         * call.c (build_call): Remove result_type parm.
14131         Call mark_used on unused artificial fns.
14132         * init.c, method.c, typeck.c, except.c, rtti.c: Adjust.
14133
14134 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
14135
14136         * call.c (build_call): Set TREE_NOTHROW on the CALL_EXPR as
14137         appropriate.
14138         * decl.c (define_function): Set TREE_NOTHROW on the FUNCTION_DECL.
14139         * except.c (call_eh_info, alloc_eh_object, expand_throw): Set
14140         TREE_NOTHROW or TREE_THIS_VOLATILE on the function as appropriate.
14141         * rtti.c (build_runtime_decl, get_tinfo_decl, build_dynamic_cast_1,
14142         expand_si_desc, expand_class_desc, expand_ptr_desc, expand_attr_desc,
14143         expand_generic_desc): Likewise.
14144
14145 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14146
14147         * exception.cc (__cp_pop_exception): Cleanup the original object.
14148
14149 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14150
14151         * decl.c (grok_op_properties): Merge conversion to void warning
14152         with other silly op warnings.
14153
14154 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
14155
14156         * typeck2.c (process_init_constructor): Set TREE_PURPOSE of
14157         array CONSTRUCTOR elements.  Don't use expr_tree_cons.
14158
14159 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14160
14161         * decl.c (cp_make_fname_decl): New function.
14162         (wrapup_globals_for_namespace): Don't emit unused static vars.
14163         (init_decl_processing): Remove comment about use of
14164         array_domain_type. Set make_fname_decl.
14165         (cp_finish_decl): Remove __FUNCTION__ nadgering.
14166         * semantics.c (begin_compound_stmt): Remove
14167         current_function_name_declared flagging.
14168         (expand_stmt): Don't emit unused local statics.
14169         * typeck.c (decay_conversion): Don't treat __FUNCTION__ decls
14170         specially.
14171
14172 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
14173
14174         * typeck.c (convert_for_assignment): Don't look at array
14175         initializer.
14176         * call.c (convert_like_real): Likewise.
14177
14178 2000-03-07  Jason Merrill  <jason@casey.cygnus.com>
14179
14180         Add initial support for '\uNNNN' specifier.
14181         * lex.c (read_ucs): New fn.
14182         (readescape, skip_white_space): Call it.
14183         (is_extended_char, is_extended_char_1): New fns.
14184         (utf8_extend_token): New fn, #if 0'd out.
14185         (real_yylex): Treat extended chars like letters.
14186
14187         * search.c (note_debug_info_needed): Walk the bases even if we
14188         weren't deferring the type itself.
14189
14190 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14191
14192         * decl2.c (finish_objects): Constify a char*.
14193
14194         * method.c (emit_thunk): Likewise.
14195
14196 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
14197
14198         * typeck.c (dubious_conversion_warnings): Look through
14199         REFERENCE_TYPE.
14200
14201 Mon Mar  6 08:46:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14202
14203         * class.c (dfs_modify_vtables): I is now unsigned.
14204         (check_bitfield_decl): Use tree_int_cst_sgn and compare_tree_int.
14205         (build_base_field): Add casts of TREE_INT_CST_LOW to HOST_WIDE_INT.
14206         * error.c (dump_expr): Cast TREE_INT_CST_HIGH to unsigned.
14207         * init.c (build_vec_init): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
14208         * method.c (build_overload_int): Cast TREE_INT_CST_HIGH to unsigned.
14209         * typeck.c (build_binary_op, case TRUNC_DIV_EXPR):
14210         Call integer_all_onesp.
14211         * typeck2.c (process_init_constructor): Use compare_tree_int.
14212
14213         * lang-specs.h (as): Don't call if -syntax-only.
14214
14215 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
14216
14217         * expr.c (cplus_expand_expr, case STMT_EXPR): Don't set
14218         RTL_EXPR_HAS_NO_SCOPE after all.
14219
14220 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
14221
14222         * expr.c (cplus_expand_expr, case STMT_EXPR): Use
14223         expand_start_stmt_expr and expand_end_stmt_expr directly.  Set
14224         RTL_EXPR_HAS_NO_SCOPE.
14225
14226         * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG a little
14227         later.
14228
14229         * dump.c (dequeue_and_dump): Dump SCOPE_NO_CLEANUPS_P.
14230
14231 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
14232
14233         * call.c (convert_like): Macrofy.
14234         (convert_like_with_context): New macro.
14235         (convert_like_real): Renamed from convert_like.  Add calling
14236         context parameters, for diagnostics. Add recursive flag.  Call
14237         dubious_conversion_warnings for outer conversion.
14238         (build_user_type_conversion): Use convert_like_with_context.
14239         (build_over_call): Likewise. Don't warn about dubious
14240         conversions here. Adjust convert_default_arg calls.
14241         (convert_default_arg): Add context parameters for diagnostics.
14242         Pass through to convert_like_with_context.
14243         * cp-tree.h (convert_default_arg): Add context parameters.
14244         (dubious_conversion_warnings): Prototype new function.
14245         * typeck.c (convert_arguments): Adjust convert_default_arg call.
14246         (dubious_conversion_warnings): New function, broken
14247         out of convert_for_assignment.
14248         (convert_for_assignment): Adjust.
14249
14250 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
14251
14252         * decl2.c (key_method): Break out from...
14253         (import_export_vtable, import_export_class): ...here.
14254
14255         * decl.c (finish_function): Don't mess with flag_keep_inline_functions.
14256         * decl2.c (finish_vtable_vardecl): Don't check decl_function_context.
14257
14258         * search.c (note_debug_info_needed, dfs_debug_mark,
14259         dfs_debug_unmarkedp): Uncomment.  Adjust for new scheme.
14260         * decl2.c (finish_vtable_vardecl): Call note_debug_info_needed.
14261
14262 2000-03-03  Nathan Sidwell  <nathan@codesourcery.com>
14263
14264         * decl.c (cp_finish_decl): Remove obsolete obstack comments, fix
14265         typos.
14266
14267 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
14268
14269         * cp-tree.h (TYPE_NEEDS_DESTRUCTOR): Rename to ...
14270         (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): ... this.
14271         (TYPE_HAS_TRIVIAL_DESTRUCTOR): New macro.
14272         (lang_type): Split gets_new into has_new and has_array_new.
14273         (TYPE_VEC_NEW_USES_COOKIE): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
14274         (TYPE_GETS_NEW): Split into ...
14275         (TYPE_HAS_NEW_OPERATOR): ... this, and ...
14276         (TYPE_HAS_ARRAY_NEW_OPERATOR): ... this.
14277         (DECL_ARRAY_DELETE_OPERATOR_P): New macro
14278         (build_op_new_call): Don't declare.
14279         (build_new_1): Likewise.
14280         * call.c (build_op_new_call): Remove.
14281         * class.c (check_bases): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
14282         instead of TYPE_NEEDS_DESTRUCTOR.
14283         (finish_struct_bits): Likewise.
14284         (add_implicitly_declared_members): Likewise.
14285         (check_field_decl): Likewise.
14286         (check_methods): Set TYPE_VEC_DELETE_TAKES_SIZE here, and set it
14287         correctly under the new ABI.
14288         * decl.c (start_decl_1): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
14289         instead of TYPE_NEEDS_DESTRUCTOR.
14290         (initialize_local_var): Likewise.
14291         (destroy_local_var): Likewise.
14292         (cp_finish_decl): Likewise.
14293         (register_dtor_fn): Likewise.
14294         (grok_op_properties): Set TYPE_HAS_NEW_OPERATOR and
14295         TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.  Don't set
14296         TYPE_VEC_DELETE_TAKES_SIZE here.
14297         (xref_basetypes): Set TYPE_HAS_NEW_OPERATOR and
14298         TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.
14299         (store_parm_decls):  Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
14300         (finish_destructor_body): Likewise.
14301         (maybe_build_cleanup_1): Likewise.
14302         * decl2.c (do_static_destruction): Likewise.
14303         * init.c (build_new_1): Make it static.
14304         (perform_member_init): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
14305         (expand_cleanup_for_base): Likewise.
14306         (get_cookie_size): New function.
14307         (build_new_1): Handle array-new cookies correctly under the new
14308         ABI.
14309         (build_vec_delete_1): Likewise.
14310         (build_vec_init):  Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
14311         (build_delete): Likewise.
14312         (build_vec_delete): Handle array-new cookies correctly under the new
14313         ABI.
14314         * lex.c (do_identifier): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
14315         * pt.c (instantiate_class_template): Set TYPE_HAS_NEW_OPERATOR and
14316         TYPE_HAS_ARRAY_NEW_OPERATOR.
14317         * ptree.c (print_lang_type): Check them.
14318         * search.c (context_for_name_lookup): Fix typo in comment.
14319         (tree_has_any_destructor_p): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
14320         * tree.c (break_out_cleanups): Likewise.
14321         (build_cplus_array_test_1): Likewise.
14322         (cp_build_qualified_type_real): Likewise.
14323         * typeck.c (complete_type): Likewise.
14324
14325         * g++spec.c (lang_specific_driver): Add -fnew-abi at the start of
14326         the command-line, not the end.
14327
14328 2000-03-01  Jason Merrill  <jason@casey.cygnus.com>
14329
14330         * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG.
14331
14332 2000-03-02  Tom Tromey  <tromey@cygnus.com>
14333
14334         * cp-tree.h (build_java_class_ref): Declare.
14335         * init.c (build_java_class_ref): No longer static.
14336         * except.c (expand_throw): Generate a Java-style `throw' if the
14337         thrown object is a "Java" object.
14338         (initialize_handler_parm): Generate a Java-style lookup of
14339         exception info if the caught object is a "Java" object.
14340         (catch_language, catch_language_init): New globals.
14341         (decl_is_java_type): New function.
14342         (expand_start_catch_block): Don't call push_eh_info() or
14343         push_eh_cleanup() when handling a Java-style "catch".  Pass Java
14344         class reference to build_catch_block.
14345
14346 Thu Mar  2 13:32:01 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14347
14348         * typeck.c (comptypes): Treat sizetype like its language equivalent.
14349
14350 2000-03-01  Bernd Schmidt  <bernds@cygnus.co.uk>
14351
14352         * typeck.c (maybe_warn_about_returning_address_of_local): Reorganize
14353         to merge reference/pointer code and fix incorrect warnings.
14354
14355 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
14356
14357         * search.c (protected_accessible_p): Use context_for_name_lookup.
14358
14359         * init.c (construct_virtual_bases): Fix thinko.
14360         * typeck.c (expand_ptrmemfunc_cst): Fix thinko.
14361
14362 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
14363
14364         * decl.c (current_function_decl): Move to toplev.c.
14365
14366 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
14367
14368         * pt.c (fn_type_unification): Unify return type, whenever
14369         provided.
14370         (get_bindings_real): Only pass return type when necessary.
14371         Remove explicit return type check.
14372         * class.c (resolve_address_of_overloaded_function): Pass desired
14373         return type to fn_type_unification.
14374
14375 Mon Feb 28 08:15:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14376
14377         * class.c (build_vtbl_or_vbase_field, check_methods): Don't clear
14378         DECL_FIELD_SIZE.
14379         (check_bitfield_decl, check_field_decls): Set DECL_SIZE, not
14380         DECL_FIELD_SIZE.
14381         * rtti.c (expand_class_desc): Likewise.
14382         * cp-tree.h (DECL_INIT_PRIORITY): Use underlying union name.
14383         (THUNK_VCALL_OFFSET): Likewise.
14384         (THUNK_DELTA): Reflect changes in ../tree.h.
14385
14386 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
14387
14388         * search.c (protected_accessible_p): Also allow the access if
14389         the member is public in DERIVED.  Lose TYPE parm.
14390         (friend_accessible_p): Lose TYPE parm.
14391         (accessible_p): Adjust.
14392
14393 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14394
14395         * class.c (dfs_build_vtable_offset_vtbl_entries): Don't use size_binop
14396         on things that are not sizes; ssize_binop deleted.
14397         Call size_diffop when appropriate.
14398         (dfs_build_vcall_offset_vtbl_entries): Likewise.
14399         (build_primary_vtable, build_secondary_vtable): Likewise.
14400         (dfs_set_offset_for_unshared_vbases, dfs_modify_vtables): Likewise.
14401         Variable I is HOST_WIDE_INT.
14402         (get_vfield_offset): Pass proper types to size_binop.
14403         (size_extra_vtbl_entries, layout_virtual_bases): Likewise.
14404         (finish_struct_1): Likewise.
14405         (skip_rtti_stuff): Arg N is now pointer to signed.
14406         (layout_class_type): Use size_zero_node.
14407         * cp-tree.h (skip_rtti_stuff): Arg N is pointer to signed.
14408         * cvt.c (cp_convert_to_pointer): Pass proper types to size_binop.
14409         * decl.c (complete_arry_type): Pass proper types to size_binop.
14410         (xref_basetypes): BINFO_OFFSET is sizetype.
14411         * error.c (dump_expr): Don't use size_binop non-sizes.
14412         * expr.c (cplus_expand_constant): Pass proper types to size_binop.
14413         * init.c (construct_virtual_bases): Fix type error.
14414         (build_vec_delete_1): Pass proper type to size_binop and don't
14415         fold result.
14416         * lex.c (cp_make_lang_type): BINFO_OFFSET is sizetype.
14417         * rtti.c (get_base_offset): Pass proper type to size_binop.
14418         * search.c (dfs_find_vbases): Fix type error.
14419         (expand_upcast_fixups): Arg to skip_rtti_stuff is pointer to signed.
14420         (dfs_get_vbase_types): BINFO_OFFSET is sizetype.
14421         * tree.c (debug_binfo): Variable N is signed.
14422         Use HOST_WIDE_INT_PRINT_DEC.
14423         * typeck.c (comptypes): sizetype is same as equivalent integer type.
14424         (c_sizeof, c_sizeof_nowarn, expr_sizeof): Use TYPE_SIZE_UNIT,
14425         size_one_node and size_zero_node.
14426         (c_alignof): Use size_one_node.
14427         (build_component_addr): Pass proper types to size_binop.
14428         (expand_ptrmemfunc_cst): Don't use size_binop on non-sizes.
14429
14430 2000-02-26  Jason Merrill  <jason@casey.cygnus.com>
14431
14432         Implement class scope using-declarations for functions.
14433         * class.c (handle_using_decl): Call add_method for used functions.
14434         Use IDENTIFIER_CLASS_VALUE to check for conflicts.
14435         (add_method): Used functions are hidden by local functions.
14436         (check_bases_and_members): Handle using-decls before finalizing
14437         CLASSTYPE_METHOD_VEC.
14438         * call.c (add_function_candidate): Add ctype parm; if nonzero,
14439         override the type of 'this' accordingly.
14440         (add_template_candidate, add_template_candidate_real): Add ctype parm.
14441         (convert_class_to_reference, build_user_type_conversion_1,
14442         build_new_function_call, build_object_call, build_new_op,
14443         build_new_method_call): Pass ctype parm.
14444
14445         * search.c (lookup_member): Put rval_binfo, not basetype_path, in
14446         the baselink.
14447         * call.c (convert_class_to_reference, build_user_type_conversion_1,
14448         build_new_function_call, build_object_call, build_new_op,
14449         build_new_method_call, build_op_delete_call): Don't get basetype_path
14450         from a baselink.
14451         * typeck.c (build_component_ref): Likewise.
14452         * init.c (build_offset_ref): Likewise.
14453         (resolve_offset_ref): Don't call enforce_access.
14454         Call build_scoped_ref.
14455         * typeck2.c (build_scoped_ref): Simplify.  Do nothing if it
14456         would cause an error or if -pedantic.
14457         * class.c (alter_access): Lose binfo parm.
14458
14459 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
14460
14461         * semantics.c (simplify_aggr_init_exprs_p): Don't walk into
14462         types.
14463
14464 2000-02-25  Alfred Minarik <a8601248@unet.univie.ac.at>
14465
14466         * rtti.c (get_vmi_pseudo_type_info): Move __vmi_class_type_info
14467         pseudo_type_info creation into the std namespace
14468
14469 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
14470
14471         * cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.
14472         (import_export_class): Remove declaration.
14473         * decl2.c (import_export_class): Make it static.
14474         * dump.c (dequeue_and_dump): Handle PREDECREMENT_EXPR,
14475         PREINCREMENT_EXPR, POSTDECREMENT_EXPR, POSTINCREMENT_EXPR,
14476         EXPR_WITH_FILE_LOCATION.
14477         * lex.c (check_newline): Tweak filename/lineno setting.
14478         * semantics.c (begin_while_stmt): Fix typo in comment.
14479
14480 Sat Feb 26 19:50:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14481
14482         * lang-options.h (-fmessage-length=): Add missing option.
14483
14484         * Make-lang.in (CXX_SRCS): Add .h files and sort list.
14485
14486 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
14487
14488         * Make-lang.in: Delete refs to LIBGCC2_DEPS.
14489
14490 Fri Feb 25 14:52:33 2000  Jim Wilson  <wilson@cygnus.com>
14491
14492         * optimize.c (expand_call_inline): Emit the return label before
14493         evaluating the return value.
14494
14495 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
14496
14497         * lex.c (check_newline): Use push_srcloc and pop_srcloc, rather
14498         than duplicating functionality here.
14499         * optimize.c: Include input.h.
14500         (expand_call_inline): Use push_srcloc and pop_srcloc.
14501         * parse.y (maybe_cv_qualifier): Remove calls to emit_line_note.
14502         * parse.c: Regenerated.
14503         * Makefile.in (lex.o): Depend on input.h.
14504         (optimize.o): Likewise.
14505
14506 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
14507
14508         * decl.c (grokdeclarator): Diagnose qualifiers on non-member
14509         function type, rather than ICE.
14510
14511 2000-02-23  Jason Merrill  <jason@casey.cygnus.com>
14512
14513         * decl.c (grokdeclarator): Call decl_type_access_control.
14514         * parse.y (parse_end_decl): Don't call decl_type_access_control if
14515         decl is null.
14516
14517 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
14518
14519         * decl.c (decls_match): Remove obsolete static member nadgering.
14520
14521 2000-02-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
14522
14523         * decl.c (grokdeclarator): Change ANSI to ISO.
14524         * lex.c (consume_string, readescape, do_identifier): Likewise.
14525         (parse_float, real_yylex): Likewise.
14526         * parse.y (paren_expr_or_null, paren_cond_or_null): Likewise.
14527         (unary_expr, new_initializer, cast_expr, primary, primary_no_id,
14528         new_type_id, maybe_label_decls, simple_stmt,
14529         for.init.statement): Likewise.
14530         * pt.c (do_decl_instantiation, do_type_instantiation): Likewise.
14531         * semantics.c (finish_named_return_value): Likewise.
14532         * parse.c: Regenerate.
14533
14534 2000-02-21  Mark Mitchell  <mark@codesourcery.com>
14535
14536         * cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
14537         (CPTI_CLASS_STAR_TYPE): Remove.
14538         (vtable_index_type): Likewise.
14539         (class_star_type_node): Remove.
14540         (TYPE_PTRMEMFUNC_FN_TYPE): Adjust for the new ABI.
14541         (build_binary_op_nodefault): Remove.
14542         * call.c (build_new_op): Use build_binary_op instead of
14543         build_binary_op_nodefault.
14544         * decl.c (init_decl_processing): Remove class_star_type_node
14545         initialization.  Make delta_type_node ptrdiff_type_node under the
14546         new ABI.  Initialize vtable_index_type.
14547         (build_ptrmemfunc_type): Build different structures for the new
14548         ABI.
14549         (build_enumerator): Use build_binary_op instead of
14550         build_binary_op_nodefault.
14551         * method.c (build_overload_value): Mangle pointers-to-members
14552         appropriately under the new ABI.
14553         * typeck.c (build_array_ref): Use build_binary_op instead of
14554         build_binary_op_nodefault.
14555         (get_member_function_from_ptrfunc): Adjust for the new ABI.
14556         (build_binary_op_nodefault): Rename to ...
14557         (build_binary_op): ... this.  Remove old version.  Adjust for
14558         pointer-to-member comparisons under the new ABI.
14559         (build_ptrmemfunc1): Remove dead code.  Adjust for the new ABI.
14560         (build_ptrmemfunc): Adjust for the new ABI.
14561         (expand_ptrmemfunc_cst): Likewise.
14562         (delta2_from_ptrmemfunc): Assert that we're not using the new ABI.
14563         (pfn_from_ptrmemfunc): Adjust for the new ABI.
14564
14565 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
14566
14567         * call.c (build_object_call): Compress consecutive calls to
14568         cp_error.
14569         (build_conditional_expr): Say 'ISO C++' not 'ANSI C++'.
14570         (build_op_delete_call): Adjust message formatting.
14571
14572         * class.c (check_bases): Compress consecutive calls to
14573         cp_pedwarn.
14574         (finish_struct_anon): Say 'ISO C++'.
14575
14576         * decl.c (start_decl): Same here.
14577         (grok_reference_init): Likewise.
14578         (grokfndecl): Correct message formatting.
14579         (grokfndecl): Improve diagnostic.
14580         (check_static_variable_definition): Likewise. Say 'ISO C++'
14581         (compute_array_index_type): Say 'ISO C++'
14582         (create_array_type_for_decl): Compress consecutive calls to
14583         cp_error.
14584         (grokdeclarator): Say 'ISO C++'
14585         (grok_op_properties): Likewise.
14586
14587         * decl2.c (delete_sanity): Clairify diagnostic.
14588         (check_member_template): Same here.
14589         (grok_function_init): Use consistent terminology.
14590
14591         * expr.c (do_case): Say 'ISO C++'
14592
14593         * friend.c (do_friend): Compress consecutive calls to warning.
14594
14595 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
14596
14597         * cp-tree.h (merge_primary_and_secondary_vtables_p): New macro.
14598         * class.c (build_secondary_vtable): Reorganize.  Don't create a
14599         new vtable under the new ABI.
14600         (layout_vtable_decl): Don't add num_extra_vtbl_entries when
14601         computing the size.
14602         (build_vtbl_initializer): Don't return a CONSTRUCTOR; just return
14603         the initializing elements.
14604         (initialize_vtable): New function.
14605         (dfs_finish_vtbls): Use it.
14606         (dfs_accumulate_vtbl_inits): New function.
14607         (finish_vtbls): Merge primary and secondary vtables under the new
14608         ABI.
14609         (finish_struct_1): Remove redundant call to layout_vtable_decl.
14610         * init.c (expand_virtual_init): Deal with BINFO_VTABLEs that
14611         aren't VAR_DECLs.
14612
14613         * class.c (build_vtable): New function, split out from ...
14614         (get_vtable_decl): ... here, and ...
14615         (build_secondary_vtable): ... here.
14616
14617         * pt.c (tsubst_decl): Fix formatting.
14618
14619 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14620
14621         * class.c (build_primary_vtable, layout_vtable_decl): Likewise.
14622         (avoid_overlap, build_base_field): Likewise.
14623         (build_base_field, build_base_fields, is_empty_class):
14624         Test DECL_SIZE with integer_zero.
14625         (layout_class_type): Set CLASSTYPE_SIZE_UNIT.
14626         * cp-tree.h (struct lang_type): New field size_unit.
14627         (CLASSTYPE_SIZE_UNIT): New macro.
14628         * decl.c (init_decl_processing): Set DECL_SIZE_UNIT.
14629         (cp_finish_decl): Delete -Wlarger-than processing.
14630         * optimize.c (remap_decl): Walk DECL_SIZE_UNIT.
14631         * pt.c (tsubst_decl): Set DECL_SIZE_UNIT.
14632         * tree.c (make_binfo): binfo vector is one entry longer.
14633         (walk_tree): Walk DECL_SIZE_UNIT.
14634
14635 2000-02-19  Mark Mitchell  <mark@codesourcery.com>
14636
14637         * class.c (dfs_build_vcall_offset_vtbl_entries): Fix typo in
14638         comment.
14639         (build_vtable_entry): Don't assume all vtable entries are
14640         functions.
14641         (build_vtbl_initializer): Adjust accordingly.
14642         (get_vtable_decl): Fix formatting.
14643
14644 2000-02-18  Jason Merrill  <jason@casey.cygnus.com>
14645
14646         * semantics.c (deferred_type_access_control): Walk the entire
14647         type_lookups list.
14648         (save_type_access_control): Rename from
14649         initial_deferred_type_access_control.  Just remember the value.
14650         (decl_type_access_control): New fn.
14651         (begin_function_definition): Use deferred_type_access_control, after
14652         we've started the function.  Set type_lookups to error_mark_node.
14653         * parse.y (frob_specs, fn.def1): Adjust.
14654         (parse_decl0, parse_field, parse_field0, parse_bitfield): New fns.
14655         (parse_end_decl, parse_bitfield0, parse_method): New fns.
14656         (fn.def2, initdcl, initdcl0_innards, nomods_initdcl0): Use them.
14657         (after_type_component_declarator0): Likewise.
14658         (after_type_component_declarator): Likewise.
14659         (notype_component_declarator): Likewise.
14660         * cp-tree.h: Adjust.
14661
14662         * decl.c (redeclaration_error_message): Allow redeclaration of
14663         namespace-scope decls.
14664
14665 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
14666
14667         * typeck2.c (my_friendly_abort): Use GCCBUGURL.
14668
14669 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
14670
14671         * class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT.
14672         * decl2.c (grokclassfn): Likewise.
14673
14674         * ir.texi: Document DECL_TEMPLATE_INSTANTIATIONS.
14675
14676         * decl2.c (lang_decode_option): Don't set default message length
14677         here.
14678         * lex.c (lang_init_options): Set it here.
14679
14680 2000-02-16  Mark Mitchell  <mark@codesourcery.com>
14681
14682         Make DECL_CONTEXT mean the class in which a member function was
14683         declared, even for a virtual function.
14684         * cp-tree.h (DECL_CLASS_CONTEXT): Adjust.
14685         (DECL_FRIEND_CONTEXT): New macro.
14686         (DECL_REAL_CONTEXT): Remove.
14687         (SET_DECL_FRIEND_CONTEXT): Likewise.
14688         (DECL_VIRTUAL_CONTEXT): Adjust.
14689         (DECL_CLASS_SCOPE_P): Use TYPE_P.
14690         (add_friends): Remove.
14691         (hack_decl_function_context): Likewise.
14692         * call.c (build_new_function_call): Replace DECL_REAL_CONTEXT with
14693         CP_DECL_CONTEXT.
14694         (build_over_call): Fix indentation.  Use DECL_CONTEXT
14695         instead of DECL_CLASS_CONTEXT.
14696         * class.c (dfs_build_vcall_offset_vtbl_entries): Likewise.
14697         (add_method): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
14698         (strictly_overrides): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
14699         (build_vtbl_or_vbase_field): Don't set DECL_CLASS_CONTEXT.
14700         (build_base_field): Likewise.
14701         (finish_struct_1): Likewise.
14702         (build_self_reference): Likewise.
14703         * decl.c (push_class_binding): Use CP_DECL_CONTEXT, not
14704         DECL_REAL_CONTEXT.
14705         (pushtag): Use decl_function_context, not
14706         hack_decl_function_context.
14707         (decls_match): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
14708         (duplicate_decls): Use DECL_VIRTUAL_CONTEXT.
14709         (pushdecl): Remove bogus code.
14710         (start_decl): Use DECL_CONTEXT rather than DECL_CLASS_CONTEXT.
14711         (cp_finish_decl): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
14712         (grokfndecl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
14713         Use decl_function_context, nothack_decl_function_context.
14714         (grokvardecl): Don't set DECL_CLASS_CONTEXT.
14715         (grokdeclarator): Likewise.  Use decl_function_context, not
14716         hack_decl_function_context.
14717         (copy_args_p): Document.  Don't use DECL_CLASS_CONTEXT.
14718         (start_function): Use DECL_FRIEND_CONTEXT, not
14719         DECL_CLASS_CONTEXT.  Use decl_function_context, not
14720         hack_decl_function_context.
14721         (finish_function): Use decl_function_context, not
14722         hack_decl_function_context.
14723         (maybe_retrofit_in_chrg): Use DECL_CONTEXT, not
14724         DECL_CLASS_CONTEXT.
14725         (grokclassfn): Set DECL_VIRTUAL_CONTEXT, not DECL_CONTEXT.
14726         (finish_static_data_member_decl): Don't set DECL_CLASS_CONTEXT.
14727         (grokfield): Likewise.
14728         (finish_builtin_type): Likewise.
14729         (finish_vtable_vardec): Use decl_function_context, not
14730         hack_decl_function_context.
14731         (import_export_decl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
14732         (start_static_initialization_or_destruction): Likewise.
14733         (finish_static_initialization_or_destruction): Likewise.
14734         (mark_used): Adjust logic for deciding when to synthesize methods.
14735         * dump.c (dequeue_and_dump): Use CP_DECL_CONTEXT, not
14736         DECL_REAL_CONTEXT.
14737         * error.c (dump_function_decl): Use DECL_CONTEXT, not
14738         DECL_CLASS_CONTEXT.
14739         * friend.c (is_friend): Likewise.
14740         (add_friends): Remove.
14741         (do_friend): Use SET_DECL_FRIEND_CONTEXT.
14742         * lex.c (begin_definition_of_inclass_inline): Use
14743         decl_function_context, not hack_decl_function_context.
14744         (process_next_inline): Likewise.
14745         (do_identifier): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
14746         * method.c (set_mangled_name_for_decl): Use DECL_CONTEXT, not
14747         DECL_CLASSS_CONTEXT.
14748         (hack_identifier): Likewise.
14749         (synthesize_method):  Use decl_function_context, not
14750         hack_decl_function_context.
14751         * pt.c (template_class_depth_real): Use CP_DECL_CONTEXT, not
14752         DECL_REAL_CONTEXT.
14753         (is_member_template): Use decl_function_context, not
14754         hack_decl_function_context.  Use DECL_CONTEXT, not
14755         DECL_CLASS_CONTEXT.
14756         (build_template_decl): Set DECL_VIRTUAL_CONTEXT, not
14757         DECL_CLASS_CONTEXT.
14758         (check_default_tmpl_args): Use CP_DECL_CONTEXT, not
14759         DECL_REAL_CONTEXT.
14760         (push_template_decl_real): Likewise.
14761         (instantiate_class_template): Don't call add_friends.
14762         (tsubst_default_argument): Use DECL_CONTEXT, not
14763         DECL_REAL_CONTEXT.
14764         (tsubst_decl): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
14765         Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
14766         (set_meangled_name_for_template_decl): Use DECL_CONTEXT, not
14767         DECL_CLASS_CONTEXT.
14768         * repo.c (repo_inline_used): Likewise.
14769         * search.c (current_scope): Adjust for new _CONTEXT macros.
14770         (context_for_name_lookup): Use CP_DECL_CONTEXT, not
14771         DECL_REAL_CONTEXT.
14772         (friend_accessible_p): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
14773         (lookup_fnfields_here):Likewise.
14774         (check_final_overrider): Likewise.
14775         (init_vbase_pointers): Likewise.
14776         (virtual_context): Likewise.
14777         * semantics.c (finish_member_declaration): Just set DECL_CONTEXT.
14778         (expand_body): Use decl_function_context, not
14779         hack_decl_function_context.
14780         * tree.c (hack_decl_function_context): Remove.
14781         * typeck.c (build_x_function_call): Use DECL_CONTEXT, not
14782         DECL_CLASS_CONTEXT.
14783         * typeck2.c (error_not_base_type): Likewise.
14784
14785 2000-02-15  Jason Merrill  <jason@casey.cygnus.com>
14786
14787         * decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE.
14788
14789 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14790
14791         * Make-lang.in (g++spec.o): Depend on $(GCC_H), not gcc.h.
14792
14793 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
14794
14795         * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
14796
14797 2000-01-16  Gabriel Dos Reis  <gdr@codesourcery.com>
14798
14799         * decl2.c (lang_decode_option): Enable automatic line wrapping.
14800
14801 2000-02-13  Jason Merrill  <jason@casey.cygnus.com>
14802
14803         * parse.y (frob_specs): Split out...
14804         (parse_decl): From here.
14805         (fn.def2): Call initial_deferred_type_access_control.
14806         (after_type_component_declarator0): Call frob_specs.
14807         (notype_component_declarator0): Likewise.
14808         * search.c (friend_accessible_p): Nested classes are friends of their
14809         enclosing classes.
14810
14811 2000-02-10  Mark Mitchell  <mark@codesourcery.com>
14812
14813         * ir.texi (ADDR_EXPR): Document the fact that an ADDR_EXPR can be
14814         used to create an implicit temporary.
14815
14816         * class.c (dfs_modify_vtables): Tweak calculation of functions to
14817         override.
14818
14819 2000-02-08  Nathan Sidwell  <nathan@acm.org>
14820
14821         * typeck.c (strip_all_pointer_quals): Use TYPE_MAIN_VARIANT, to
14822         strip array element qualifiers too.
14823
14824 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
14825
14826         * decl.c (store_parm_decls): Don't build cleanups for parameters
14827         while processing_template_decl.
14828
14829 2000-02-07  Jason Merrill  <jason@casey.cygnus.com>
14830
14831         * cp-tree.h (struct saved_scope): Add incomplete field.
14832         (namespace_scope_incomplete): New macro.
14833         * decl.c (pushdecl): Use it.
14834         (hack_incomplete_structures): Use it.  See through artificial
14835         binding levels.
14836         (mark_saved_scope): Mark it.
14837
14838         Implement access control for nested types.
14839         * search.c (type_access_control): New fn.
14840         (accessible_p): Now we do perform access control for types.
14841         * semantics.c (deferred_type_access_control): New fn.
14842         (initial_deferred_type_access_control): New fn.
14843         (begin_function_definition): Call it.  Add lookups parm.
14844         * decl.c (struct binding_level): Add this_class field.
14845         (pushlevel_class): Set it.
14846         (mark_binding_level): Mark it.
14847         (lookup_name_real): Use it.  Call type_access_control.
14848         (mark_saved_scope): Mark lookups field.
14849         * cp-tree.h (flagged_type_tree): Add lookups field.
14850         (struct saved_scope): Add lookups field.
14851         (type_lookups): New macro.
14852         * parse.y (declmods): Now <ftype>.
14853         (parse_decl): Add lookups parm.  Call
14854         initial_deferred_type_access_control.
14855         (lang_extdef): Clear type_lookups.
14856         (typed_declspecs, declmods, typespec): Set lookups field.
14857         (initdcl): Call deferred_type_access_control.
14858         (fn.def1, fn.def2, typed_declspecs1, initdcl0_innards, nomods_initdcl0,
14859         component_decl_1, named_parm): Adjust.
14860         * friend.c (is_friend): Nested classes are friends of their
14861         enclosing classes.
14862
14863         * class.c (currently_open_derived_class): New fn.
14864         * method.c (hack_identifier): Use it.
14865
14866         * lex.c (do_identifier): Remove obsolete code.
14867
14868         * parse.y (typed_typespecs): Propagate new_type_flag properly.
14869
14870 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
14871
14872         * tinfo.h: Remove apostrophes from C++ comment (xgettext
14873         thinks this file is plain C).
14874
14875 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14876
14877         * Makefile.in (call.o): Depend on $(EXPR_H).
14878
14879         * call.c: Include "expr.h".
14880
14881         * class.c (dump_class_hierarchy): Add prototype.
14882
14883         * search.c (dfs_get_pure_virtuals): Likewise.
14884
14885 2000-02-1  Ulrich Drepper  <drepper@redhat.com>
14886
14887         * parse.y (simple_stmt): Allow :: token in asm parameter list.
14888         * parse.c: Rebuilt.
14889
14890 Mon Jan 31 15:35:29 2000  Jim Wilson  <wilson@cygnus.com>
14891
14892         * class.c (build_vtbl_or_vbase_field): New parameter fcontext.
14893         Store it in DECL_FCONTEXT.
14894         (build_vbase_pointer_fields, create_vtable_ptr): Fix callers.
14895
14896 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
14897
14898         * tinfo.h (old abi): #include "tconfig.h".
14899         * tinfo.cc (convert_to_base): Move into old abi section.
14900
14901 2000-01-31  Mark Mitchell  <mark@codesourcery.com>
14902
14903         * cp-tree.h (BINFO_VIRTUALS): Tweak documentation.
14904         (CLASSTYPE_PRIMARY_BINFO): Use BINFO_PRIMARY_BINFO.
14905         (BINFO_PRIMARY_BINFO): New macro.
14906         (BF_DELTA): Rename to ...
14907         (BV_DELTA): ... this.
14908         (BF_VCALL_INDEX): Rename to ...
14909         (BV_VCALL_INDEX): ... this.
14910         (BF_FN): Rename to ...
14911         (BV_FN): ... this.
14912         * class.c (build_vbase_path): Adjust for changes to reverse_path.
14913         (set_rtti_entry): Rename BF_ macros to BV_ variants.
14914         (modify_vtable_entry): Simplify.
14915         (add_virtual_function): Rename BF_ macros to BV_ variants.
14916         (build_vtable_initializer): Likewise.
14917         (get_class_offset_1): Remove.
14918         (dfs_get_class_offset): Likewise.
14919         (get_class_offset): Likewise.
14920         (dfs_find_final_overrider): New function.
14921         (find_final_overrider): Likewise.
14922         (modify_one_vtable): Remove.
14923         (dfs_find_base): New function.
14924         (dfs_modify_vtables): Fold modify_one_vtable in here.  Use
14925         find_final_overrider.
14926         (modify_all_vtables): Adjust.  Set BV_VCALL_INDEX on new
14927         virtuals.
14928         (dfs_fixup_vtable_deltas): Remove.
14929         (override_one_vtable): Remove.
14930         (merge_overrides): Likewise.
14931         (layout_virtual_bases): Make sure BINFO_OFFSET is set right for
14932         unreal chilren of virtual bases.
14933         (finish_struct_1): Don't use merge_overrides.  Don't use
14934         dfs_fixup_vtable_deltas.
14935         * tree.c (reverse_path): Return a TREE_LIST, not a chain of
14936         BINFOs.
14937
14938 2000-01-31  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
14939             Jason Merrill  <jason@yorick.cygnus.com>
14940
14941         * tinfo.h: Rename USItype to myint32, depend on BITS_PER_UNIT.
14942
14943 2000-01-31  Alfred Minarik <a8601248@unet.univie.ac.at>
14944
14945         * exception.cc (__throw_bad_typeid): Add missing std::.
14946
14947 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14948
14949         * cp-tree.h (make_thunk): PROTO -> PARAMS.
14950
14951 2000-01-31  Nathan Sidwell  <sidwell@codesourcery.com>
14952
14953         * cp-tree.h (new_abi_rtti_p): Use flag_new_abi.
14954
14955         Runtime support for new-abi rtti.
14956         * inc/typeinfo (type_info::operator!=): Define in class.
14957         (type_info::before, type_info::name, type_info::operator==,
14958         type_info::operator!=): Define new ABI implementations.
14959         (type_info::is_pointer_p, type_info::is_function_p): Declare
14960         new virtual functions.
14961         (type_info::do_catch, type_info::do_upcast): Likewise.
14962
14963         * tinfo.h (__base_class_info): Define new class.
14964         (__class_type_info): Likewise.
14965         (__si_class_type_info): Likewise.
14966         (__vmi_class_type_info): Likewise.
14967         (__dynamic_cast): Prototype.
14968
14969         * tinfo.cc: Conditionalize old and new rtti mechanisms.
14970         (type_info::is_pointer_p): Define new function.
14971         (type_info::is_function_p): Likewise.
14972         (type_info::do_catch): Likewise.
14973         (type_info::do_upcast): Likewise.
14974         (vtable_prefix): New structure for vtable access.
14975         (adjust_pointer): Define new template function.
14976         (contained_p, public_p, virtual_p, contained_public_p,
14977         contained_nonpublic_p, contained_nonvirtual_p): Define new
14978         functions.
14979         (nonvirtual_base_type): New local variable.
14980         (__class_type_info::~__class_type_info): Define.
14981         (__si_class_type_info::~__si_class_type_info): Likewise.
14982         (__vmi_class_type_info::~__vmi_class_type_info): Likewise.
14983         (__class_type_info::do_catch): Define new function.
14984         (__class_type_info::do_upcast): Likewise.
14985         (__class_type_info::find_public_src): Likewise.
14986         (__class_type_info::do_find_public_src): Likewise.
14987         (__si_class_type_info::do_find_public_src): Likewise.
14988         (__vmi_class_type_info::do_find_public_src): Likewise.
14989         (__class_type_info::do_dyncast): Likewise.
14990         (__si_class_type_info::do_dyncast): Likewise.
14991         (__vmi_class_type_info::do_dyncast): Likewise.
14992         (__class_type_info::do_upcast): Likewise.
14993         (__si_class_type_info::do_upcast): Likewise.
14994         (__vmi_class_type_info::do_upcast): Likewise.
14995         (__dynamic_cast): Likewise.
14996
14997         * tinfo2.cc (__fundamental_type_info): Define new class.
14998         (__pointer_type_info): Likewise.
14999         (__reference_type_info): Likewise.
15000         (__array_type_info): Likewise.
15001         (__function_type_info): Likewise.
15002         (__enum_type_info): Likewise.
15003         (__ptr_to_member_type_info): Likewise.
15004         (__fundamental_type_info::~__fundamental_type_info): Define.
15005         (__pointer_type_info::~__pointer_type_info): Likewise.
15006         (__reference_type_info::~__reference_type_info): Likewise.
15007         (__array_type_info::~__array_type_info): Likewise.
15008         (__function_type_info::~__function_type_info): Likewise.
15009         (__enum_type_info::~__enum_type_info): Likewise.
15010         (__ptr_to_member_type_info::~__ptr_to_member_type_info): Likewise.
15011         (__pointer_type_info::do_catch): Define new function.
15012         (__ptr_to_member_type_info::do_catch): Define new function.
15013
15014         (__throw_type_match_rtti_2): Use new ABI interface, if enabled.
15015         (__is_pointer): Likewise.
15016
15017         * exception.cc (__cplus_type_matcher): Deal with new-abi rtti.
15018
15019 2000-01-30  Mark Mitchell  <mark@codesourcery.com>
15020
15021         * cp/class.c (build_vtable): Rename to build_primary_vtable.
15022         (prepare_fresh_vtable): Rename to build_secondary_vtable.
15023         (make_new_vtable): New function.
15024         (modify_vtable_entry): Handle generation of new vtables correctly.
15025         (modify_one_vtable): Remove unused parameter.
15026         (dfs_fixup_vtable_deltas): Likewise.
15027         (override_one_vtable): Use build_secondary_vtable.
15028         (finish_struct_1): Use build_primary_vtable and
15029         build_secondary_vtable.
15030
15031 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
15032
15033         * cp/decl.c: Adjust variable names, comments, help strings.
15034
15035 2000-01-29  Nathan Sidwell  <nathan@acm.org>
15036
15037         * new2.cc (operator delete[]): Use operator delete, don't assume
15038         implementation.
15039
15040 2000-01-29  Nathan Sidwell  <sidwell@codesourcery.com>
15041
15042         * class.c (build_vtbl_initializer): Add argument to
15043         build_vtable_entry call.
15044
15045 2000-01-27  Mark Mitchell  <mark@codesourcery.com>
15046
15047         * cp-tree.def (THUNK_DECL): Discuss vcall indices.
15048         * cp-tree.h (BINFO_VIRTUALS): Update documentation.
15049         (BF_DELTA): New macro.
15050         (BF_VCALL_INDEX): Likewise.
15051         (BF_FN): Likewise.
15052         (THUNK_VCALL_OFFSET): Likewise.
15053         (make_thunk): Change prototype.
15054         * class.c (build_vtable_entry): Integrate
15055         build_vtable_entry_for_fn.  Handle vcall indices.
15056         (build_vtable_entry_for_fn): Remove.
15057         (set_rtti_entry): Handle vcall indices.  Use BF_DELTA,
15058         BF_VCALL_INDEX, BF_FN.
15059         (modify_vtable_entry): Integrate common code from
15060         modify_one_vtable and dfs_fixup_vtable_deltas.
15061         (add_virtual_function): Set BF_VCALL_INDEX.
15062         (build_vtbl_initializer): Simplify.  Use BF_DELTA, BF_VCALL_INDEX,
15063         and BF_FN.
15064         (modify_one_vtable): Simplify.
15065         (dfs_fixup_vtable_deltas): Likewise.
15066         (override_one_vtable): Use BF_DELTA, BF_VCALL_INDEX, BF_FN.
15067         * method.c (make_thunk): Handle vcall indices.
15068
15069 2000-01-28  Nathan Sidwell  <sidwell@codesourcery.com>
15070
15071         Compiler side new abi rtti (not enabled).
15072         * cp-tree.h (new_abi_rtti_p): New macro.
15073         (emit_support_tinfos): Prototype new function.
15074         (tinfo_decl_p): Likewise.
15075         (emit_tinfo_decl): Likwise.
15076         * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL): New accessor
15077         macros.
15078         (doing_runtime): New local static.
15079         (init_rtti_processing): Add new-abi initializer.
15080         (get_tinfo_decl): Add new-abi logic.
15081         (tinfo_from_decl): Likewise.
15082         (build_dynamic_cast_1): Likewise.
15083         (qualifier_flags): New static function.
15084         (tinfo_base_init): Likewise.
15085         (generic_initializer): Likewise.
15086         (ptr_ref_initializer): Likewise.
15087         (ptmd_initializer): Likewise.
15088         (class_hint_flags): Likewise.
15089         (class_initializer): Likewise.
15090         (synthesize_tinfo_var): Likewise.
15091         (create_real_tinfo_var): Likewise.
15092         (create_pseudo_type_info): Likewise.
15093         (get_vmi_pseudo_type_info): Likewise.
15094         (create_tinfo_types): Likewise.
15095         (emit_support_tinfos): New global function.
15096         (tinfo_decl_p): New global predicate.
15097         (emit_tinfo_decl): New global function.
15098         * class.c (set_rtti_entry): Generalize for old and new rtti.
15099         (build_vtbl_initializer): Likewise.
15100         * decl2.c (finish_file): Likewise.
15101
15102 Thu Jan 27 20:53:36 2000  Jim Wilson  <wilson@cygnus.com>
15103
15104         * optimize.c (remap_decl): Add walk_tree calls for DECL_SIZE (t)
15105         and TYPE_MAX_VALUE (TYPE_DOMAIN (TREE_TYPE (t))).
15106
15107 Thu Jan 27 13:54:12 2000  Mike Stump  <mrs@wrs.com>
15108
15109         * decl.c (pushdecl): Fix up shadow warnings with respect to implicit
15110         for scopes.
15111
15112 2000-01-26  Jason Merrill  <jason@casey.cygnus.com>
15113
15114         * pt.c (unify): Use fold, not maybe_fold_nontype_arg.
15115
15116 Wed Jan 26 22:19:14 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
15117
15118         * optimize.c (calls_setjmp_r): Supply new argument
15119         to special_function_p.
15120
15121 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15122
15123         * call.c: PROTO -> PARAMS.
15124         * class.c: Likewise.
15125         * cp-tree.h: Likewise.
15126         * cvt.c: Likewise.
15127         * decl.c: Likewise.
15128         * decl.h: Likewise.
15129         * decl2.c: Likewise.
15130         * dump.c: Likewise.
15131         * errfn.c: Likewise.
15132         * error.c: Likewise.
15133         * except.c: Likewise.
15134         * expr.c: Likewise.
15135         * init.c: Likewise.
15136         * input.c: Likewise.
15137         * lex.c: Likewise.
15138         * lex.h: Likewise.
15139         * method.c: Likewise.
15140         * optimize.c: Likewise.
15141         * parse.y: Likewise.
15142         * pt.c: Likewise.
15143         * repo.c: Likewise.
15144         * rtti.c: Likewise.
15145         * search.c: Likewise.
15146         * semantics.c: Likewise.
15147         * spew.c: Likewise.
15148         * tree.c: Likewise.
15149         * typeck.c: Likewise.
15150         * typeck2.c: Likewise.
15151         * xref.c: Likewise.
15152
15153 2000-01-25  Richard Henderson  <rth@cygnus.com>
15154
15155         * typeck.c (build_binary_op_nodefault): Remove UNNE_EXPR.
15156
15157 2000-01-25  Mark Mitchell  <mark@codesourcery.com>
15158
15159         * cp-tree.h (vcall_offset_in_vtable_p): New macro.
15160         * class.c (build_vbase_offset_vtbl_entries): Fix typo in commment.
15161         (struct vcall_offset_data_s): New type.
15162         (dfs_vcall_offset_queue_p): New function.
15163         (dfs_build_vcall_offset_vtbl_entries): Likewise.
15164         (build_vcall_offset_vtbl_entries): Likewise.
15165         (layout_vtable_decl): Likewise.
15166         (num_vfun_entries): Likewise.
15167         (num_extra_vtbl_entries): Add the entries for vcall offsets.
15168         (build_vtbl_initializer): Likewise.
15169         (dfs_finish_vtabls): Use layout_vtable_decl.
15170         (modify_one_vtables): Always duplicate vtables under the new ABI.
15171         (finish_struct_1): Use layout_vtable_decl.
15172
15173 2000-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15174
15175         * decl.c (member_function_or_else): Change third arg from a format
15176         specifier to an `enum overload_flags'.  Callers changed.
15177
15178 2000-01-25  Gabriel Dos Reis  <gdr@codesourcery.com>
15179
15180         * typeck.c (composite_pointer_type, c_sizeof, expr_sizeof,
15181         build_binary_op_nodefault, build_unary_op, build_reinterpret_cast,
15182         build_const_cast, get_delta_difference, check_return_expr): Avoid
15183         ANSI string concatenation usage.
15184
15185 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
15186
15187         * class.c (layout_class_type): Put the fields required to make a
15188         class non-empty at the end, not the beginning, of the TYPE_FIELDs
15189         list.
15190
15191 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
15192
15193         * pt.c (maybe_fold_nontype_arg): Do nothing if we're not in a
15194         template.
15195
15196         * decl2.c (mark_used): Do instantiate inlines that have been
15197         explicitly instantiated.
15198
15199 2000-01-24  Richard Henderson  <rth@cygnus.com>
15200
15201         * call.c (build_over_call): Use expand_tree_builtin.
15202         * typeck.c (build_function_call_real): Likewise.
15203         (build_binary_op_nodefault): Handle unordered compares.
15204
15205 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
15206
15207         * cp-tree.h (CPTI_BAD_CAST, CPTI_BAD_TYPEID, CPTI_DCAST): New
15208         cp_tree_index values.
15209         (throw_bad_cast_node, throw_bad_typeid_node, dynamic_cast_node):
15210         New global node #defines for them.
15211         * rtti.c (call_void_fn): Replace with ...
15212         (build_runtime_decl): ... new static function.
15213         (throw_bad_cast): Use throw_bad_cast_node and build_runtime_decl.
15214         (throw_bad_typeid): Use throw_bad_typeid_node and build_runtime_decl.
15215         (build_dynamic_cast_1): Always produce correctly typed result.
15216         Explicitly produce type_info addresses. Use dynamic_cast_node.
15217         * exception.cc (__throw_bad_cast): Return `void *'.
15218         (__throw_bad_typeid): Return `const type_info &'.
15219
15220 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
15221
15222         * cp-tree.h (get_vtable_decl): Prototype new function.
15223         * class.c (get_vtable_decl): New function. Broken out from ...
15224         (build_vtable): ... here. Use it.
15225         * decl2.c (finish_vtable_vardecl): Ignore dummy vtables created
15226         by get_vtable_decl.
15227
15228 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
15229
15230         * cp-tree.h (CPTI_TP_DESC_TYPE, CPTI_ACCESS_MODE_TYPE,
15231         CPTI_USER_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_ATTR_DESC_TYPE,
15232         CPTI_PTMF_DESC_TYPE): Remove cp_tree_index enumerations.
15233         (CPTI_TI_DESC_TYPE, CPTI_REF_DESC_TYPE, CPTI_ARY_DESC_TYPE,
15234         CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_SI_CLASS_DESC_TYPE,
15235         CPTI_VMI_CLASS_DESC_TYPE, CPTI_BASE_DESC_TYPE): New enumerations.
15236         (CPTI_TINFO_FN_ID, CPTI_TINFO_FN_TYPE): Rename to ...
15237         (CPTI_TINFO_DECL_ID, CPTI_TINFO_DECL_TYPE): ... here.
15238         (CPTI_TINFO_VAR_ID): New enumeration.
15239         (__tp_desc_type_node, __access_mode_type_node,
15240         __bltn_desc_type_node, __user_desc_type_node,
15241         __class_desc_type_node, __ptr_desc_type_node,
15242         __attr_desc_type_node, __func_desc_type_node,
15243         __ptmf_desc_type_node, __ptmd_desc_type_node): Remove #defines.
15244         (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
15245         ref_desc_type_node, ary_desc_type_node, func_desc_type_node,
15246         enum_desc_type_node, class_desc_type_node,
15247         si_class_desc_type_node, vmi_class_desc_type_node,
15248         ptmd_desc_type_node, base_desc_type_node): New #defines.
15249         (tinfo_fn_id, tinfo_fn_type): Rename to ...
15250         (tinfo_decl_id, tinfo_decl_type): ... here. Adjust.
15251         (tinfo_var_id): New enumeration.
15252         (DECL_TINFO_FN_P): Augment comment.
15253         * decl.c (cp_global_trees): Adjust documentation.
15254         * rtti.c (init_rtti_processing): Adjust for tinfo_decl_id,
15255         tinfo_decl_type and tinfo_var_id.
15256         (get_tinfo_decl_dynamic): Adjust for tinfo_decl_type.
15257         (build_typeid): Remove unused variable.
15258         (get_tinfo_var): Use tinfo_var_id.
15259         (tinfo_name): New static function.
15260         (get_tinfo_decl): Adjust for tinfo_decl_id and tinfo_decl_type.
15261         (tinfo_from_decl): Likewise.
15262         (get_base_offset): New static function, broken out of
15263         expand_class_desc.
15264         (expand_si_desc): Use tinfo_name.
15265         (expand_class_desc): Likewise. Lose local static variable.
15266         Use base_desc_type_node. Use get_base_offset.
15267         (expand_ptr_desc): Use tinfo_name.
15268         (expand_attr_desc): Likewise.
15269         (expand_generic_desc): Likewise.
15270
15271         * tinfo.cc (__GXX_ABI_VERSION): Test value and existence.
15272         * tinfo.h (__GXX_ABI_VERSION): Test value and existence.
15273
15274 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
15275
15276         * cp-tree.h (__eprintf): Remove declaration.
15277         * tree.c (__eprintf): Remove definition.
15278
15279 2000-01-23  Zack Weinberg  <zack@rabi.columbia.edu>
15280             Mark Mitchell  <mark@codesourcery.com>
15281
15282         * cp-tree.h (CLASSTYPE_MARKED_N, SET_CLASSTYPE_MARKED_N,
15283         CLEAR_CLASSTYPE_MARKED_N): Avoid signed vs. unsigned warnings.
15284
15285 2000-01-23  Brad Lucier  <lucier@math.purdue.edu>
15286
15287         * class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly.
15288
15289 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
15290
15291         * cp-tree.h (register_dtor_fn): New function.
15292         * decl.c (destroy_local_static): Rename to ...
15293         (register_dtor_fn): ... this.  Give it external linkage.
15294         (expand_static_init): Use it.
15295         * decl2.c (do_static_initialization): Likewise, if using
15296         __cxa_atexit.
15297         (do_static_destruction): Check that __cxa_atexit is not in use.
15298         (finish_file): Don't call do_static_destruction if using
15299         __cxa_atexit.
15300
15301         * typeck.c (convert_arguments): Restore two-message error
15302         reporting.
15303
15304 2000-01-20  Nathan Sidwell  <sidwell@codesourcery.com>
15305
15306         Remap dynamic cast hint values to be consistent across ABIs.
15307         * search.c (dynamic_cast_base_recurse): Remap generated value.
15308         (get_dynamic_cast_base_type): Adjust documentation.
15309         * tinfo.h (__user_type_info::dyncast): Likewise.
15310         (__user_type_info::find_public_subobj): Remap BOFF meaning.
15311         * tinfo.cc (__si_type_info::do_dyncast): Remap BOFF meaning.
15312         (__class_type_info::do_dyncast): Likewise.
15313         (__class_type_info::do_find_public_subobj): Likewise.
15314         * tinfo2.cc (__dynamic_cast): Remap BOFF parameter.
15315
15316 2000-01-19  Gabriel Dos Reis  <gdr@codesourcery.com>
15317
15318         * typeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.
15319
15320         * typeck2.c (incomplete_type_error): Restore previous
15321         cp_error and cp_error_at call sequence.
15322
15323 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
15324
15325         * class.c (dump_class_hierarchy): Make format agree with argument;
15326         cast pointer to unsigned long and print with %lx.
15327
15328 2000-01-19  Gabriel Dos Reis  <gdr@codesourcery.com>
15329
15330         * decl2.c (lang_decode_option): Set default line-wrap length to 72.
15331
15332         * typeck.c (composite_pointer_type, common_type,
15333         comp_target_parms, c_sizeof, expr_sizeof, build_array_ref,
15334         build_function_call_real, convert_arguments,
15335         build_binary_op_nodefault, pointer_int_sum, pointer_diff,
15336         build_unary_op, mark_addressable, build_compound_expr,
15337         build_static_cast, build_reinterpret_cast, build_const_cast,
15338         build_c_cast, build_modify_expr, get_delta_difference,
15339         build_ptrmemfunc, check_return_expr): Replace 'ANSI C++' with
15340         'ISO C++'.  Fusion consecutive calls to diagnostic message routines
15341         into a single one.
15342         * typeck2.c (readonly_error, abstract_virtuals_error,
15343         process_init_constructor, check_for_new_type): Likewise.
15344
15345 2000-01-19  Mark Mitchell  <mark@codesourcery.com>
15346
15347         * tree.c (bot_manip): Set DECL_CONTEXT for newly created
15348         VAR_DECLs.
15349
15350 2000-01-18  Nathan Sidwell  <sidwell@codesourcery.com>
15351
15352         * cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
15353         (build_x_typeid): Likewise.
15354         (get_tinfo_fn): Likewise.
15355         (get_tinfo_fn_unused): Rename to ...
15356         (get_tinfo_decl): ... here.
15357         * rtti.c (build_headof): Replace logic error with assertion.
15358         (get_tinfo_fn_dynamic): Rename to ...
15359         (get_tinfo_decl_dynamic): ... here. Make static. Use
15360         complete_type_or_else.
15361         (build_x_typeid): Move into ...
15362         (build_typeid): ... here. Adjust call to
15363         get_tinfo_decl_dynamic. Use tinfo_from_decl. Simplify
15364         throw_bad_typeid expression.
15365         (get_tinfo_fn_unused): Rename to ...
15366         (get_tinfo_decl): ... here. Adjust comment.
15367         (get_tinfo_fn): Delete.
15368         (tinfo_from_decl): New static function.
15369         (get_typeid_1): Call get_tinfo_decl and tinfo_from_decl.
15370         (get_typeid): Use complete_type_or_else.
15371         (build_dynamic_cast_1): Adjust calls to
15372         get_tinfo_decl_dynamic. Simplify throw_bad_cast expression.
15373         * parse.y (primary): Adjust call to build_typeid.
15374         * except.c (build_eh_type_type_ref): Adjust call to
15375         get_tinfo_decl. Mark as used.
15376         * class.c (set_rtti_entry): Adjust call to get_tinfo_decl.
15377         * decl2.c (build_expr_from_tree): Adjust call to build_typeid.
15378         * parse.c: Regenerated.
15379
15380 2000-01-17  Mark Mitchell  <mark@codesourcery.com>
15381
15382         * class.c (fixed_type_or_null): Don't clear NONNULL.  Document
15383         calling convention.
15384         (resolves_to_fixed_type_p): Document calling convention.
15385         * rtti.c (build_x_typeid): Initialize NONNULL.
15386
15387         * cp-tree.h (build_shared_int_cst): New function.
15388         * call.c (build_over_call): Use DECL_VIRTUAL_CONTEXT, for clarity.
15389         * class.c (modify_vtable_entry): Likewise.
15390         (add_virtual_function): Split out code to generated shared
15391         INTEGER_CSTs to build_share_int_cst.
15392         (modify_all_vtables): Handle all the overridden functions here.
15393         Add overridden functions from non-primary virtual bases to the
15394         primary vtable.
15395         (finish_struct_1): Adjust call to modify_all_vtables.  Add
15396         overridden functions from non-primary bases to the vtable.
15397         * tree.c (build_shared_int_cst): New function.
15398
15399         * cp-tree.h (scratchalloc): Remove.
15400         (build_scratch_list): Likewise.
15401         * call.c (convert_class_to_reference): Replace build_scratch_list
15402         and build_expr_list with build_tree_list.
15403         (add_candidate): Replace scratchalloc with expralloc.  Note memory
15404         leak.
15405         (build_user_type_conversion_1):  Replace build_scratch_list
15406         and build_expr_list with build_tree_list.
15407         (build_new_op): Likewise.
15408         (build_op_delete_call): Likewise.
15409         (convert_like): Likewise.
15410         * cvt.c (ocp_convert): Likewise.
15411         * decl.c (start_decl): Likewise.
15412         (start_function): Likewise.
15413         (finish_destructor_body): Likewise.
15414         (maybe_build_cleanup_1): Likewise.
15415         * decl2.c (reparse_decl_as_expr): Likewise.
15416         * init.c (perform_member_init): Likewise.
15417         (expand_cleanup_for_base): Likewise.
15418         (build_builtin_delete_call): Likewise.
15419         (build_new_1): Likewise.
15420         (build_delete): Likewise.
15421         * method.c (do_build_assign_ref): Likewise.
15422         * parse.y (already_scoped_stmt): Likewise.
15423         (nontrivial_exprlist): Likewise.
15424         (net_initializer): Likewise.
15425         (initlist): Likewise.
15426         * parse.c: Regenerated.
15427         * rtti.c (build_x_typeid): Likewise.
15428         (build_dynamic_cast_1): Likewise.
15429         * typeck.c (build_x_compound_expr): Likewise.
15430         (build_static_cast): Likewise.
15431         (build_modify_expr): Likewise.
15432
15433         * cp-tree.h (DECL_VINDEX): Add documentation.
15434         * class.c (build_vtable_entry): Likewise.
15435         (start_vtable): Add comment.
15436         (add_virtual_function): Replace pending_hard_virtuals with
15437         overridden_virtuals and pending_virtuals with new_virtuals.
15438         Replace redundant assignments with assertions.
15439         (check_for_override): Add comment.
15440         (check_bases_and_members): Replace pending_hard_virtuals with
15441         overridden_virtuals and pending_virtuals with new_virtuals.
15442         (create_vtbl_ptr): Likewise.
15443         (layout_class_type): Likewise.
15444         (finish_struct_1): Likewise.  Add comments.
15445
15446 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
15447
15448         * class.c (finish_struct_1): Replace redundant code with
15449         assertions.
15450
15451         * cp-tree.h (flag_new_abi): Move.
15452         (flag_use_cxa_atexit): Likewise.
15453         (flag_honor_std): Likewise.
15454         (flag_rtti): Likewise.
15455         (vbase_offsets_in_vtable_p): Define.
15456         (vptrs_present_everywhere_p): Likewise.
15457         (TYPE_CONTAINS_VPTR_P): Likewise.
15458         (dfs_walk_real): Declare.
15459         * class.c (build_vbase_pointer_fields): Check
15460         vbase_offsets_in_vtable_p.
15461         (dfs_build_vbase_offset_vtbl_entries): Record the vbase indices in
15462         BINFO_VPTR_FIELD.
15463         (build_vbase_offset_vtbl_entries): Simplify.
15464         (build_vbase_offset_vtbl_entries): Adjust.
15465         (build_vbase_pointer): Add ability to look up vbase offsets in
15466         vtable.
15467         (start_vtable): New function.
15468         (add_virtual_function): Use it.
15469         (determine_primary_base): Use TYPE_CONTAINS_VPTR_P.
15470         (num_extra_vtbl_entries): Use vbase_offsets_in_vtable_p.
15471         (build_vtbl_initializer): Take the type of the complete object as
15472         input.  Use it to correctly calculate vbase offsets.
15473         (dfs_finish_vtbls): Pass the complete type to
15474         build_vtbl_initializer.
15475         (check_bases_and_members): Use TYPE_CONTAINS_VPTR_P.
15476         (create_vtable_ptr): Create a vtable even if there are no
15477         new virtual functions, under the new ABI.
15478         (finish_struct_1): Likewise.
15479         (get_vfield_name): Use TYPE_CONTAINS_VPTR_P.
15480         * decl.c (exapnd_static_init): Remove call to
15481         preserve_initializer.
15482         * decl2.c (mark_vtable_entries): Tweak to handle vbase offsets in
15483         vtables.
15484         * init.c (initialize_vtbl_ptrs): Initialize them in pre-order.
15485         (expand_virtual_init): Use vbase_offsets_in_vtable_p.
15486         (construct_virtual_bases): Don't initialize virtual base pointers
15487         under the new ABI.
15488         (build_aggr_init): Clean up comment.
15489         (expand_aggr_init_1): Likewise.
15490         * rtti.c (expand_class_desc): Store the virtual function table
15491         index where the vbase offset lives in the offset field.
15492         * search.c (dfs_walk_real): Make it global.
15493         (dfs_debug_mark): Use TYPE_CONTAINS_VPTR_P.
15494         * tree.c (make_binfo): Don't clear BINFO_VPTR_FIELD.
15495
15496         * tinfo.h (USItype): Make it signed under the new ABI.
15497         * tinfo.cc (convert_to_base): New function.  Encapsulate base
15498         conversion logic here.
15499         (__class_type_info::do_upcast): Use it.
15500         (__class_type_info::do_dyncast): Likewise.
15501         (__class_type_info::do_find_public_subobj): Likewise.
15502
15503         * init.c (construct_virtual_bases): Don't look up the addresses of
15504         virtual bases at run-time.
15505
15506         * class.c (build_vbase_pointer): Relocate.
15507         (build_vbase_pointer_fields): Likewise.
15508         (dfs_build_vbase_offset_vtbl_entries): Likewise.
15509         (build_vbase_offset_vtbl_entries): Likewise.
15510
15511         * decl.c (init_decl_processing): Complain if -fnew-abi
15512         -fno-vtable-thunks is used.
15513
15514         * decl2.c (lang_decode_option): Don't couple flag_honor_std to
15515         flag_new_abi.
15516
15517 2000-01-15  Mark Mitchell  <mark@codesourcery.com>
15518
15519         * cp-tree.h (num_extra_vtbl_entries): New function.
15520         (size_extra_vtbl_entries): Likewise.
15521         (dfs_vtable_path_unmark): Likewise.
15522         (dfs_vtable_path_unmarked_real_bases_queue_p): Likewise.
15523         (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
15524         * class.c (num_extra_vtbl_entries): New function.
15525         (size_extra_vtbl_entries): Likewise.
15526         (dfs_build_vbase_offset_vtbl_entries): New function.
15527         (build_vbase_offset_vtbl_entries): Likewise.
15528         (build_vtbl_initializer): Use it.
15529         (finish_struct_1): Adjust vtable sizes (using
15530         num_extra_vtbl_entries).
15531         * expr.c (cplus_expand_expr): Assert that the DECL_RTL for a
15532         THUNK_DECL is non-NULL before expanding it.
15533         * init.c (expand_virtual_init): Adjust the vtable pointer by
15534         size_extra_vtbl_entries before storing it.
15535         * search.c (get_shared_vase_if_not_primary): Adjust prototype.
15536         Handle TREE_LIST parameters here, not in the dfs_* functions.
15537         (dfs_unmarked_real_bases_queue_p): Adjust.
15538         (dfs_marked_real_bases_queue_p): Likewise.
15539         (dfs_vtable_path_unmarked_real_bases_queue_p): New function.
15540         (dfs_vtable_path_marked_real_bases_queue_p): New function.
15541         (dfs_vtable_path_unmark): Likewise.
15542
15543 2000-01-14  Mark Mitchell  <mark@codesourcery.com>
15544
15545         * optimize.c (copy_body_r): Clear the operand three of a
15546         TARGET_EXPR when copying it.
15547
15548 2000-01-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
15549
15550         * method.c (build_decl_overload_real): Check whether we are in ::
15551         before returning __builtin_new/delete.
15552
15553 2000-01-13  Mark Mitchell  <mark@codesourcery.com>
15554
15555         * pt.c (tsubst_friend_function): Improve comment.
15556         (instantiate_decl): Avoid crashing when a "nested" function is
15557         instantiated from the top level.
15558
15559         * dump.c (dqeueue_and_dump): Dump
15560         DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION.
15561
15562 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15563
15564         * call.c: If GATHER_STATISTICS, declare `n_build_method_call'.
15565
15566 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
15567
15568         * g++spec.c (lang_specific_driver): Add -fnew-abi if
15569         ENABLE_NEW_GXX_ABI defined.
15570         * Make-lang.in (tinfo.o, tinfo2.o, exception.o, new.o,
15571         opnew.o, opnewnt.o, opvnew.o, opvnewnt.o, opdel.o, opdelnt.o,
15572         opvdel.o, opvdelnt.o): Use GXX_ABI_FLAG switch.
15573
15574 2000-01-12  Mark Mitchell  <mark@codesourcery.com>
15575
15576         * decl.c (start_cleanup_fn): Call pushdecl.
15577
15578         * call.c (convert_class_to_reference): Fix typos.
15579         (build_conditional_expr): Handle errors gracefully.
15580         * class.c (push_nested_class): Likewise.
15581         * cp-tree.h (VAR_FUNCTION_OR_PARM_DECL_CHECK): New macro.
15582         (DECL_THIS_EXTERN): Use it.
15583         (DECL_THIS_STATIC): Likewise.
15584         * cvt.c (convert_to_void): Handle errors gracefully.
15585         (build_expr_type_conversion): Likewise.
15586         * decl.c (maybe_push_decl): Likewise.
15587         (start_decl_1): Likewise.
15588         (require_complete_types_for_parms): Likewise.
15589         * parse.y (structsp): Likewise.
15590         (base_class): Likewise.
15591         * parse.c: Regenerated.
15592         * pt.c (finish_member_template_decl): Likewise.
15593         * typeck.c (decay_conversion): Likewise.
15594
15595         * cp-tree.h (dfs_skip_vbases): New function.
15596         (find_vbase_instance): Likewise.
15597         * class.c (determine_primary_base): Allow a nearly empty base to
15598         serve as a primary base class under the new ABI.
15599         (get_class_offset_1): Rename to ...
15600         (dfs_get_class_offset): ... this.  Simplify.  Don't issue error
15601         messages here.
15602         (get_class_offset): Use it.  Issue error messages here.
15603         (dfs_modify_vtables): Rely on dfs_unmarked_real_bases_queue_p to
15604         find the right copies of virtual bases.
15605         (fixup_vtable_deltas1): Rename to ...
15606         (dfs_fixup_vtable_deltas): ... this.  Adjust to handle virtual
15607         bases as primary bases.
15608         (fixup_vtable_deltas): Remove.
15609         (override_one_vtable): Handle virtual bases as primary bases.
15610         (merge_overrides): Likewise.
15611         (finish_struct_1): Likewise.
15612         (dump_class_hierarchy): Dump primary-ness of bases as well.
15613         * search.c (mark_primary_bases): Use a pre-order traversal to
15614         handle primary virtual bases.
15615         (dfs_skip_vbases): New fiunction.
15616         (expand_upcast_fixups): Adjust to handle primary virtual bases.
15617         (fixup_virtual_upcast_offsets): Likewise.
15618         (fixup_all_virtual_upcast_offsets): Likewise.
15619         (dfs_find_vbase_instances): New function.
15620         (find_vbase_instance): Likewise.
15621
15622 2000-01-11  Mumit Khan  <khan@xraylith.wisc.edu>
15623
15624         * lex.c (DIR_SEPARATOR): Delete macro.
15625
15626 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
15627
15628        * decl2.c (lang_decode_option): Handle automatic line wrapping
15629        option.
15630
15631 2000-01-11  Mark Mitchell  <mark@codesourcery.com>
15632
15633         * friend.c (do_friend): Don't resolve scopes when processing
15634         template declarations, even if the qualifying scope doesn't
15635         involve template parameters.
15636
15637 2000-01-10  Mark Mitchell  <mitchell@dumbledore.codesourcery.com>
15638
15639         * class.c (dfs_modify_vtables_queue_p): Remove.
15640         (modify_all_vtables): Use dfs_unmarked_real_bases_queue_p
15641         and dfs_marked_real_bases_queue_p instead of
15642         dfs_modify_vtables_queue_p.
15643
15644         * class.c (build_vbase_path): Simplify.
15645         (dfs_propagate_binfo_offsets): New function.
15646         (propagate_binfo_offsets): Use it.
15647         (remove_base_field): Simplify.
15648         (dfs_set_offset_for_vbases): Remove.
15649         (dfs_set_offset_for_shared_vbases): New function.
15650         (dfs_set_offset_for_unshared_vbases): Likewise.
15651         (layout_virtual_bases): Use them.
15652         (layout_basetypes): Don't call propagate_binfo_offsets.
15653         * search.c (dfs_get_vbase_types): Clone completely fresh binfos
15654         for the vbases.
15655
15656         * class.c (build_base_field): New function, split out from ...
15657         (build_base_fields): ... here.  Use it.  Allocate primary bases
15658         first, under the new ABI.
15659         (get_vtable_entry): Remove.
15660         (remove_base_field): New function, split out from ...
15661         (remove_base_fields): ... here.  Adjust since primary bases come
15662         first under the new ABI.
15663
15664         * cp-tree.h (expand_direct_vtbls_init): Remove declaration.
15665         (initialize_vtbl_ptrs): New function.
15666         (expand_indirect_vtbls_init): Change prototype.
15667         (convert_pointer_to_vbase): Declare.
15668         * init.c (expand_direct_vtbls_init): Remove.
15669         (dfs_initialize_vtbl_ptrs): New function.
15670         (initialize_vtbl_ptrs): Likewise.
15671         (emit_base_init): Use initialize_vtbl_ptrs.
15672         * search.c (convert_pointer_to_vbase): Make it global.
15673         (expand_indirect_vtbls_init): Remove vtable initialization code.
15674         * semantics.c (setup_vtbl_ptr): Use initialize_vtbl_ptrs.
15675
15676         * class.c (dfs_finish_vtbls): New function.
15677         (finish_vtbls): Use it.
15678         (dump_class_hierarchy): New function.
15679
15680         * cp-tree.h (BINFO_PRIMARY_MARKED_P): Change definition.
15681         (BINFO_VBASE_PRIMARY_P): New macro.
15682         (BINFO_VIRTUALS): Add to documentation.
15683         (SET_BINFO_PRIMARY_MARKED_P): Remove.
15684         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
15685         (dfs_mark_primary_bases_queue_p): Likewise.
15686         (dfs_unmarked_real_bases_queue_p): New function.
15687         (dfs_marked_real_bases_queue_p): Likewise.
15688         * search.c (dfs_mark_primary_bases): Adjust.
15689         (mark_primary_bases): Likewise.
15690         (get_shared_vbase_if_not_primary): New function.
15691         (dfs_unmarked_real_bases_queue_p): Likewise.
15692         (dfs_marked_real_bases_queue_p): Likewise.
15693         (dfs_get_pure_virtuals): Simplify.
15694         (get_pure_virtuals): Likewise.
15695
15696 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15697
15698         * lex.c: Include tm_p.h.
15699
15700 2000-01-07  Nathan Sidwell  <sidwell@codesourcery.com>
15701
15702         * lang-specs.h (__GXX_ABI_VERSION): New preprocessor macro.
15703
15704 2000-01-06  Jason Merrill  <jason@casey.cygnus.com>
15705
15706         * decl2.c (comdat_linkage): Don't set DECL_DEFER_OUTPUT.
15707         * pt.c (instantiate_decl): Defer comdat templates that might not be
15708         needed.
15709
15710         * cp-tree.h (DECL_NEEDED_P): Also true if !DECL_COMDAT.
15711         * decl2.c (finish_vtable_vardecl): Don't check !DECL_COMDAT.
15712         (finish_file): Likewise.
15713
15714         * decl2.c (import_export_class): Undo 12/14 change.
15715
15716         * error.c (dump_decl): operator new, not operatornew.
15717
15718         * class.c (field_decl_cmp): A nontype is "greater" than a type.
15719         * search.c (lookup_field_1): Look for the last field with the
15720         desired name.
15721
15722 2000-01-05  Nathan Sidwell  <nathan@acm.org>
15723
15724         * decl2.c (lookup_arg_dependent): Deal with FNS not being a
15725         FUNCTION_DECL.
15726
15727 2000-01-05  Nathan Sidwell  <nathan@acm.org>
15728
15729         * typeck.c (build_static_cast): Don't strip target qualifiers
15730         when casting from a class.
15731
15732 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15733
15734         * class.c (warn_hidden): Initialize variable `fndecl'.
15735
15736 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
15737
15738         * decl.c (flag_isoc9x): New variable to be able to use code in
15739         c-common.c.  For now always zero.
15740
15741 2000-01-03  Mark Mitchell  <mark@codesourcery.com>
15742
15743         * cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
15744         * class.c (layout_basetypes): Don't set BINFO_INHERITANCE_CHAIN
15745         or unshare_base_binfos for virtual bases here.
15746         * search.c (dfs_get_vbase_types): Do it here.
15747         (get_vbase_types): Adjust.
15748
15749 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
15750
15751         * cp-tree.h (CLASSTYPE_VFIELDS): Move definition.
15752         (BINFO_PRIMARY_MARKED_P): Use flag 5.
15753         (SET_BINFO_PRIMARY_MARKED_P): Likewise.
15754         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
15755         (unmark_primary_bases): Remove declaration.
15756         (unmarkedp): Declare.
15757         (dfs_vbase_unmark): Likewise.
15758         * class.c (determine_primary_base): Return immediately if there
15759         are no base classes.  Call mark_primary_bases here.
15760         (modify_all_direct_vtables): Remove.
15761         (modify_all_indirect_vtables): Remove.
15762         (dfs_modify_vtables_queue_p): New function.
15763         (dfs_modify_vtables): New function.
15764         (modify_all_vtables): Use them.
15765         (build_base_fields): Build FIELD_DECLs for primary virtual base
15766         classes.
15767         (create_vtable_ptr): Don't call determine_primary_base here.
15768         (dfs_mark_primary_bases_and_set_vbase_offsets): Rename to ...
15769         (dfs_set_offset_for_vbases): ... this.
15770         (layout_virtual_bases): Use it.
15771         (layout_class_type): Call determine_primary_base here.
15772         * search.c (unmarkedp): Make it global.
15773         (shared_marked_p): Simplify.
15774         (shared_unmarked_p): Likewise.
15775         (dfs_primary_bases_queue_p): Remove.
15776         (dfs_unmark_primary_bases): Likewise.
15777         (unmark_primary_bases): Likewise.
15778         (mark_primary_bases): Simplify.
15779         (get_pure_virtuals): Don't call mark_primary_bases here.
15780         (dfs_vbase_unmark): New function.
15781         (get_vbase_types): Simplify.
15782
15783         * class.c (struct base_info): Remove.
15784         (determine_primary_base): Take has_virtual_p rather than a
15785         base_info as input.  Don't calculate max_has_virtual.
15786         (finish_struct_bits): Remove max_has_virtual argument.
15787         (create_vtable_ptr): Remove max_has_virtual_p argument.
15788         (layout_virtual_bases): Remove max argument.
15789         (layout_basetypes): Likewise.
15790         (layout_class_type): Remove max_has_virtual_p argument.
15791         (finish_struct_1): Remove max_has_virtual.
15792
15793         * cp-tree.h (dfs_mark_primary_bases_queue_p): New function.
15794         (layout_basetypes): Remove.
15795         * class.c (propagate_binfo_offsets): Moved here from tree.c.
15796         Update to handle primary virtual bases.
15797         (remove_base_fields): New function, split out from
15798         layout_basetypes.
15799         (dfs_mark_primary_bases_and_set_vbase_offsets): New function.
15800         (layout_virtual_bases): New function, split out from
15801         layout_basetypes.  Update to handle primary virtual bases.
15802         (layout_basetypes): Moved here from tree.c.  Use
15803         remove_base_fields and layout_virtual_bases.
15804         * search.c (dfs_mark_primary_bases_queue_p): New function.
15805         (mark_primary_bases): Use it.
15806         * tree.c (CEIL): Remove.
15807         (propagate_binfo_offsets): Remove.
15808         (layout_basetypes): Remove.
15809
15810 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
15811
15812         * cp-tree.h (CLASSTYPE_N_BASECLASSES): Use BINFO_N_BASETYPES.
15813         (BINFO_PRIMARY_MARKED_P): New macro.
15814         (SET_BINFO_PRIMARY_MARKED_P): Likewise.
15815         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
15816         (mark_primary_bases): New function.
15817         (unmark_primary_bases): Likewise.
15818         * search.c (get_abstract_virtuals_1): Remove.
15819         (dfs_mark_primary_bases): New function.
15820         (mark_primary_bases): Likewise.
15821         (dfs_unmark_primary_bases): Likewise.
15822         (unmark_primary_bases): Likewise.
15823         (dfs_get_pure_virtuals): Likewise.
15824
15825 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
15826
15827         * cp-tree.h (skip_rtti_stuff): Adjust prototype.
15828         * class.c (skip_rtti_stuff): Reorganize parameters and return value.
15829         (modify_one_vtable): Adjust.
15830         (fixup_vtable_deltas1): Likewise.
15831         (override_one_vtable): Likewise.
15832         * search.c (get_abstract_virtuals_1): Likewise.
15833         (get_pure_virtuals): Likewise.
15834         (expand_upcast_fixups): Likewise.
15835         * tree.c (debug_binfo): Likewise.
15836
15837         * class.c (build_vtable): Don't return a value.  Don't rebuild
15838         vtables for bases that have already been handled.
15839         (prepare_fresh_vtable): Don't rebuild vtables for bases that have
15840         already been handled.
15841         (modify_one_vtable): Adjust accordingly.
15842         (fixup_vtable_deltas1): Likewise.
15843         (finish_struct_1): Likewise.
15844
15845 2000-01-01  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
15846
15847         * call.c (build_new_method_call): Also check destructors.