OSDN Git Service

* cp-tree.h (have_extern_spec): Declare it
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2002-07-08  Mark Mitchell  <mark@codesourcery.com>
2
3         * cp-tree.h (have_extern_spec): Declare it
4         * decl.c (have_extern_spec): Define it.
5         (start_decl): Eliminate use of used_extern_spec.
6         (start_function): Likewise.
7         * parse.y (have_extern_spec): Remove declaration.
8         (used_extern_spec): Likewise.
9         (frob_specs): Eliminate use of used_extern_spec.
10         (.hush_warning): Likewise.
11
12 2002-07-07  Mark Mitchell  <mark@codesourcery.com>
13
14         * Make-lang.in (cp/parse.o): Depend on decl.h.
15         * cp-tree.h (do_decl_instantiation): Change prototype.
16         * parse.y: Include decl.h.
17         (parse_decl_instantiation): New function.
18         (explicit_instantiation): Use it.
19         * pt.c (do_decl_instantiation): Accept a DECL, not a DECLARATOR
20         and DECLSPECS.
21         
22 2002-07-07  Roger Sayle  <roger@eyesopen.com>
23
24         * error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for
25         constructor and destructor tests when passed a TEMPLATE_DECL.
26
27 2002-07-05  Jason Merrill  <jason@redhat.com>
28
29         * cvt.c (cp_convert_to_pointer): Call force_fit_type for null
30         pointers.
31
32         PR optimization/7145
33         * tree.c (cp_copy_res_decl_for_inlining): Also copy DECL_INITIAL.
34
35 2002-07-05  Nathan Sidwell  <nathan@codesourcery.com>
36
37         Repair damage on weak-impared targets caused by my previous patch.
38         * cp-tree.h (import_export_tinfo): Add parameter.
39         * decl2.c (import_export_tinfo): Add parameter, post adjust
40         DECL_COMDAT.
41         * rtti.c (emit_tinfo_decl): DECL_COMDAT is (nearly) always setup by
42         import_export_tinfo.
43
44 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
45
46         PR c++/6944
47         * init.c (build_aggr_init): Remove qualifiers of init before calling
48         build_vec_init.
49         (build_vec_init): Flatten multi-dimensional array during cleanup.
50         (build_vec_delete_1): Abort if the type of each element is array.
51
52 2002-07-03  Graham Stott  <graham.stott@btinternet.com>
53
54         * pt.c (instantiate_class_template): Fix typo.
55
56 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
57
58         * typeck2.c (cxx_incomplete_type_diagnostic): Fix typo caused
59         by CVS conflict in my last patch.
60
61 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
62
63         PR c++/6716
64         * pt.c (can_complete_type_without_circularity): New function.
65         (instantiate_class_template): Use it.
66         * typeck2.c (cxx_incomplete_type_diagnostic): Improve error
67         message due to incomplete fields.
68
69 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
70
71         PR c++/7112
72         * mangle.c (write_expression): Add mangling for sizeof when
73         applied to a type.
74         * operators.def: Remove stale comment.
75
76 2002-06-30  Nathan Sidwell  <nathan@codesourcery.com>
77
78         * cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...
79         (CPTI_TYPE_INFO_PTR_TYPE): ... this.
80         (tinfo_decl_type): Replace with ...
81         (type_info_ptr_type): ... this.
82         (import_export_tinfo): Declare.
83         (tinfo_decl_p): Rename to ...
84         (unemitted_tinfo_decl_p): ... this.
85         * decl2.c (import_export_decl): Break out tinfo handling into ...
86         (import_export_tinfo): ... here. New function.
87         (finish_file): Adjust.
88         * rtti.c (TINFO_REAL_NAME): New macro.
89         (init_rtti_processing): Create the tinfo types.
90         (get_tinfo_decl_dynamic): Use type_info_ptr_type, get_tinfo_ptr.
91         (get_tinfo_decl): Adjust.
92         (get_tinfo_ptr): New function.
93         (get_type_id): Use it.
94         (tinfo_base_init): Create vtable decl here, if it doesn't exist.
95         (ptr_initializer): Use get_tinfo_ptr.
96         (ptm_initializer): Likewise.
97         (synthesize_tinfo_var): Break into ...
98         (get_pseudo_ti_init): ... this. Just create the initializer.
99         (get_pseudo_ti_desc): .. and this.
100         (create_real_tinfo_var): Remove.
101         (create_pseudo_type_info): Don't create the vtable decl here.
102         (get_vmi_pseudo_type_info): Remove.
103         (create_tinfo_types): Adjust.
104         (tinfo_decl_p): Rename to ...
105         (unemitted_tinfo_decl_p): ... here. Adjust.
106         (emit_tinfo_decl): Adjust. Create the initializer.
107
108 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
109
110         PR c++/6695
111         * pt.c (tsubst_friend_class): Substitute into the context of the
112         friend before using it.
113
114 2002-06-26  Mark Mitchell  <mark@codesourcery.com>
115
116         * cp-tree.h (xref_tag): Change prototype.
117         (handle_class_head): Likewise.
118         (build_x_component_ref): Likewise.
119         * decl.c (cxx_init_decl_processing): Adjust call to xref_tag.
120         (xref_tag): Take attributes as a separate parameter.
121         (xref_tag_from_type): Adjust call to xref_tag.
122         * decl2.c (build_expr_from_tree): Adjust call to
123         build_x_component_ref.
124         (handle_class_head): Take attributes as a separate parameter.
125         * parse.y (parse_xref_tag): New function.
126         (parse_handle_class_head): Likewise.
127         (primary): Use parse_xref_tag.
128         (class_head_decl): Use parse_handle_class_head.
129         (class_head_defn): Likewise.
130         * rtti.c (init_rtti_processing): Adjust call to xref_tag.
131         (build_dynamic_cast_1): Likewise.
132         (create_pseudo_type_info): Likewise.
133         (emit_support_tinfos): Likewise.
134         * typeck.c (build_object_ref): Adjust call to
135         build_x_component_ref.
136         (build_x_component_ref): Remove protect parameter.
137         
138 2002-06-25  Mark Mitchell  <mark@codesourcery.com>
139
140         * call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.
141         * class.c (handle_using_decl): Likewise.
142         (instantiate_type): Likewise.
143         * cp-tree.h (BASELINK_FUNCTIONS): New macro.
144         (xref_basetypes): Change prototype.
145         (begin_mem_initializers): New function.
146         (get_overloaded_fn): Likewise.
147         * decl.c (xref_basetypes): Simplify.
148         * error.c (dump_expr): Use BASELINK_FUNCTIONS.
149         * init.c (build_offset_ref): Likewise.
150         * parse.y (base_init): Use begin_mem_initializers().
151         (structsp): Adjust call to xref_basetypes.
152         * pt.c (determine_specialization): Use BASELINK_FUNCTIONS.
153         (instantiate_class_template): Adjust call to xref_basetypes.
154         * semantics.c (begin_mem_initializers): New function.
155         * tree.c (is_overloaded_fn): Use BASELINK_FUNCTIONS.
156         (really_overlaoded_fn): Likewise.
157         (get_overloaded_fn): New function.'
158         (get_first_fn): USe BASELINK_FUNCTIONS.
159         
160 2002-06-24  Mark Mitchell  <mark@codesourcery.com>
161
162         * cp-tree.h (SCALAR_TYPE_P): New macro.
163         (check_for_out_of_scope_variable): New function.
164         (at_class_scope_p): Likewise.
165         (finish_fname): Likewise.
166         * class.c (finish_struct): Use at_function_scope_p.
167         * decl.c (check_for_out_of_scope_variable): New function, split
168         out from do_identifier.
169         (finish_enum): Use at_function_scope_p.
170         * lex.c (do_identifier): Use check_for_out_of_scope_variable.
171         * parse.y (VAR_FUNC_NAME): Give it <ttype>.  Use finish_fname.
172         (primary): Use at_function_scope_p.
173         * search.c (at_class_scope_p): New function.
174         * semantics.c (finish_fname): Likewise.
175         (check_multiple_declarators): Use at_function_scope_p.
176         
177 2002-06-23  Mark Mitchell  <mark@codesourcery.com>
178
179         * parse.y (parse_scoped_id): New function.
180         (primary): Use it.
181         * cp-tree.h (do_scoped_id): Adjust declaration.
182         * lex.c (do_scoped_id): Remove call to yylex.
183         * decl2.c (build_expr_from_tree): Adjust use of do_scoped_id.
184         * typeck2.c (add_exception_specifier): Use tree_cons, rather than
185         expanding it inline.
186         
187 2002-06-23  Matt Thomas  <matt@3am-software.com>
188
189         * decl.c (finish_function): Change "#ifdef VMS_TARGET" to
190         "#if VMS_TARGET".
191
192 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
193
194         * mangle.c (integer_type_codes): Const-ify.
195
196 2002-06-20  Richard Henderson  <rth@redhat.com>
197
198         PR c++/6747
199         * typeck.c (mark_addressable): Don't test TREE_ADDRESSABLE early.
200         Call put_var_into_stack.
201
202 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
203
204         * spew.c (remove_last_token): Use ARRAY_SIZE in lieu of explicit
205         array size calculation.
206
207 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
208
209         PR c++/6892
210         * pt.c (tsubst_expr): Handle FILE_STMT.
211
212 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
213
214         PR c++/6723
215         * pt.c (lookup_template_class): Don't build complete argument of
216         BOUND_TEMPLATE_TEMPLATE_PARM if appeared as a default template
217         argument.
218
219 2002-06-19  Akim Demaille  <akim@epita.fr>
220
221         * parse.y (TYPENAME): Rename as tTYPENAME to avoid the clash with
222         decl.h's TYPENAME.
223         * spew.c, lex.c: Adjust.
224         * parse.y (explicit_instantiation): Add empty action to override
225         the default $$ = $1 where it introduces a type clash.
226
227 2002-06-14  Jason Merrill  <jason@redhat.com>
228
229         * semantics.c (begin_for_stmt): Push the 'for' scope before
230         adding the FOR_STMT.
231
232         C++ ABI changes.
233         * class.c (build_base_field): Set DECL_PACKED.
234         (layout_class_type): Don't use tail padding of PODs.
235         * mangle.c (write_unqualified_name): Fix template conversion op
236         mangling.
237
238 2002-06-16  Richard Henderson  <rth@redhat.com>
239
240         PR opt/6793
241         * tree.c (cp_cannot_inline_tree_fn): Don't short-circuit test
242         after template instantiation.
243
244 2002-06-16  Richard Henderson  <rth@redhat.com>
245
246         * cp-tree.h, decl2.c (flag_ms_extensions): Move to c-common.
247
248 2002-06-15  Gabriel Dos Reis  <gdr@codesourcery.com>
249
250         * cp-tree.h (compiler_error): Remove declaration.
251         * lex.c (compiler_error): Remove definition.
252
253 2002-06-14  Steve Ellcey  <sje@cup.hp.com>
254
255         * g++spec.c (LIBUNWIND): New.
256         (lang_specific_driver): Add it if USE_UNWIND_EXCEPTIONS is set.
257
258 2002-06-13  Jessica Han  <jessica@cup.hp.com>
259
260         * class.c (build_vtable): Use TARGET_VTABLE_ENTRY_ALIGN.
261         (build_vtbl_initializer): Honor TARGET_VTABLE_DATA_ENTRY_DISTANCE.
262         (build_vbase_offset_vtbl_entries): Likewise.
263         * rtti.c (build_headof): Likewise.
264         (get_tinfo_decl_dynamic): Likewise.
265         (create_pseudo_type_info): Likewise.
266
267 2002-06-12  Stan Shebs  <shebs@apple.com>
268
269         * mpw-config.in: Remove file, no longer used.
270         * mpw-make.sed: Ditto.
271
272 2002-06-07  Zack Weinberg  <zack@codesourcery.com>
273
274         * decl2.c: Update call to cpp_handle_option.
275
276 2002-06-07  H.J. Lu  (hjl@gnu.org)
277
278         * decl2.c (flag_use_cxa_atexit): Set to DEFAULT_USE_CXA_ATEXIT.
279
280 2002-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
281
282         * error.c (cp_error_at): Fix typo.
283
284 2002-06-04  Gabriel Dos Reis  <gdr@codesourcery.com>
285
286         * error.c (cp_diagnostic_starter): Adjust call.
287         (maybe_print_instantiation_context): Change prototype to take a
288         'diagnostic_info *'.
289         (print_instantiation_full_context): Likewise.
290         (print_instantiation_partial_context): Likewise.
291         (cp_diagnostic_starter): Likewise.
292         (cp_diagnostic_finalizer): Likewise.
293         (cp_print_error_function): Likewise.
294         (cp_printer): Take a secondary parameter as a 'text_info *'.
295         Remove output_state savings.  Adjust calls.
296
297 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
298
299         * pt.c (inline_parm_levels): Mark for GC.
300
301         * mangle.c (start_mangling): Allocate G.substitutions here...
302         (init_mangle): ... rather than here.
303         (finish_mangling): Clear the varray pointer when done with it.
304         * spew.c (yylexstring): Don't use VARRAY_FREE.
305         * search.c (bfs_walk): Don't use VARRAY_FREE.
306         * decl2.c (pending_statics): Use gengtype to mark.
307         (deferred_fns): Likewise.
308         (ssdf_decls): Likewise.
309         (init_decl2): Delete.
310         * decl.c (pop_from_top_level): Don't use VARRAY_FREE.
311         (cxx_init_decl_processing): Don't call init_decl2.
312         (cxx_pop_function_context): Don't use VARRAY_FREE.
313         * cp-tree.h (struct saved_scope): No need for special marking
314         of varrays.
315         (struct language_function): Likewise.
316         (local_classes): Use gengtype to mark.
317         (init_decl2): Delete prototype.
318         * class.c (init_class_processing): Don't use
319         ggc_add_tree_varray_root.
320         (build_vtbl_initializer): Don't use VARRAY_FREE.
321
322         * decl.c (typename_compare): Don't use same_type_p.
323
324         * decl.c: Include hashtab.h instead of hash.h.
325         (typename_hash): Update to use htab_h.
326         (typename_compare): Likewise.
327         (typename_htab): Use gengtype to mark.
328         (build_typename_type): Update to use htab_h.
329         * Make-lang.in (cp/decl.o): Use HASHTAB_H instead of hash.h.
330
331         * Make-lang.in (gt-cp-tree.h): New rule.
332         (cp/tree.o): Depend on gt-cp-tree.h.
333         * config-lang.in (gtfiles): Add cp/tree.c.
334         * tree.c: Include gt-cp-tree.h.
335         (list_hash_table): Use gengtype to mark.
336         (init_tree): Use gengtype to mark trees.
337
338         * Make-lang.in (cp/decl.o): Add debug.h dependency.
339         * call.c (struct z_candidate): Use gengtype.
340         (USER_CONV_CAND): Use WRAPPER_ZC.
341         (convert_class_to_reference): Use build_zc_wrapper.
342         (build_type_conversion_1): Likewise.
343         (build_over_call): Use WRAPPER_ZC.
344         (add_warning): Use build_zc_wrapper.
345         * cp-lang.c (LANG_HOOKS_MARK_TREE): Delete.
346         * cp-tree.h (struct lang_identifier): Use gengtype.
347         (struct template_parm_index_s): Likewise.
348         (struct ptrmem_cst): Likewise.
349         (struct tree_binding): Likewise.
350         (struct tree_overload): Likewise.
351         (struct tree_srcloc): Likewise.
352         (struct tree_wrapper): Likewise.  Also modify to have a pointer
353         to struct z_candidate rather than void.
354         (enum cp_tree_node_structure_enum): New.
355         (union lang_tree_node): New.
356         (cxx_mark_tree): Delete prototype.
357         (cp_tree_node_structure): New prototype.
358         (build_ptr_wrapper): Delete prototype.
359         (build_int_wrapper): Delete prototype.
360         (build_zc_wrapper): New prototype.
361         * decl.c: Include debug.h
362         (cxx_mark_tree): Delete.
363         (cp_tree_node_structure): New.
364         * tree.c (build_ptr_wrapper): Delete.
365         (build_int_wrapper): Delete.
366         (build_zc_wrapper): New.
367
368         * cp-tree.h [! ENABLE_TREE_CHECKING] (LANG_TYPE_PTRMEM_CHECK):
369         Correct typo.  Patch from k_fukui@highway.ne.jp.
370
371         * semantics.c (current_stmt_tree): Update for change to
372         struct language_function.
373         (finish_mem_initializers): Likewise.
374         * decl.c (cxx_init_decl_processing): Don't set mark_lang_status.
375         * cp-tree.h (struct language_function): Rename from
376         cp_language_function.  Change all uses.
377         (cp_function_chain): Don't need to cast.
378
379         * class.c (duplicate_tag_error): Reset discriminator.
380         (check_bases_and_members): Update for data structure changes.
381         * cp-tree.h (struct lang_id2): Use gengtype.
382         (flagged_type_tree): Likewise.
383         (SET_LANG_ID): Use GGC on struct lang_id2.
384         (struct cp_language_function): Use gengtype.  Remove field
385         'x_vcalls_possible_p'.
386         (current_vcalls_possible_p): Delete.
387         (struct lang_type_header): New.
388         (struct lang_type_class): Rename from struct lang_type.  Include
389         struct lang_type_header.
390         (struct lang_type_ptrmem): New.
391         (struct lang_type): New.
392         (LANG_TYPE_CLASS_CHECK): New.  Use it in all the appropriate macros.
393         (LANG_TYPE_PTRMEM_CHECK): New.  Use it in all the appropriate macros.
394         (TYPE_SET_PTRMEMFUNC_TYPE): Set discriminator, update for changes.
395         (struct lang_decl_flags): Use gengtype.  Add discriminators.
396         (struct lang_decl): Use gengtype.  Add and use discriminators.
397         Update the macros that reference moved fields.
398         (LANG_DECL_U2_CHECK): New function.  Use it when appropriate.
399         (SET_DECL_THUNK_P): Set discriminator too.
400         (clear_inline_text_obstack): Delete prototype.
401         (finish_inline_definitions): Delete prototype.
402         (mark_pending_inlines): Delete prototype.
403         (lang_check_failed): New prototype.
404         * decl.c (struct named_label_use_list): Use gengtype.
405         (struct named_label_list): Likewise.
406         (mark_binding_level): Delete.
407         (mark_named_label_lists): Delete.
408         (push_local_name): Set discriminator on DECL_LANG_SPECIFIC.
409         (cxx_init_decl_processing): Use generated marker routine.
410         (begin_destructor_body): Delete dead set to
411         current_vcalls_possible_p.
412         (mark_lang_function): Delete.
413         (mark_cp_function_context): Delete.
414         (lang_mark_tree): Use generated marker routines.
415         * decl2.c (start_objects): Set discriminator when setting
416         GLOBAL_INIT_PRIORITY.
417         * lex.c (retrofit_lang_decl): Set discriminators.
418         (copy_lang_type): Update for changes to lang_type structure.
419         (cp_make_lang_type): Set discriminator.
420         * parse.y: Use gengtype on YYLVAL.  Don't use dots in identifiers.
421         * search.c: Include ggc.h.
422         * semantics.c (anon_aggr_type_p): Use the macro, don't hand-code it.
423         (finish_inline_definitions): Delete.
424         * spew.c (struct token): Use gengtype.
425         (struct token_chunk): New.
426         (struct unparsed_text): Use gengtype.  Store tokens in chunks.
427         (struct feed): Use gengtype.
428         (feed_obstack): Delete.
429         (feed): Mark as GC root.
430         (pending_inlines): Mark as GC root.
431         (pending_inlines_tail): Likewise.
432         (processing_these_inlines): Likewise.
433         (token_obstack): Make static.
434         (first_token): Likewise.
435         (init_spew): Don't initialise deleted things; use gengtype for roots.
436         (clear_inline_text_obstack): Delete.
437         (feed_input): Use GC for struct feed.  Update for changes to
438         struct unparsed_text.
439         (mark_pending_inlines): Delete.
440         (next_token): Rename from add_token.  Change all callers.  Update
441         for changes to struct unparsed_text.
442         (space_for_token): New.
443         (remove_last_token): New.
444         (alloc_unparsed_text): New.
445         (snarf_block): Take an unparsed_text.  Update for changes to struct
446         unparsed_text.
447         (snarf_method): Update for changes to struct unparsed_text.
448         (snarf_defarg): Update for changes to struct unparsed_text.
449         * tree.c (lang_check_failed): New.
450
451         * Make-lang.in (gt-cp-call.h gt-cp-decl2.h gt-cp-parse.h
452         gt-cp-pt.h gt-cp-repo.h gt-cp-spew.h): New rules.
453         (cp/spew.o): Add dependency on gt-<filename>.h.
454         (cp/decl2.o): Add dependency on gt-<filename>.h.
455         (cp/call.o): Add dependency on gt-<filename>.h.
456         (cp/pt.o): Add dependency on gt-<filename>.h.
457         (cp/repo.o): Add dependency on gt-<filename>.h.
458         (cp/parse.o): Add dependency on gt-<filename>.h.
459         * call.c: Use gengtype for roots.
460         * config-lang.in (gtfiles): Add cp-tree.h decl.h lex.h call.c
461         decl2.c parse.y pt.c repo.c spew.c.
462         * cp-tree.h: Use gengtype for roots.
463         (struct saved_scope): Use GGC, gengtype.
464         (cp_parse_init): Delete prototype.
465         (init_pt): Delete prototype.
466         * decl.c: Use gengtype for roots.
467         (mark_saved_scope): Delete.
468         (cxx_init_decl_processing): Don't call deleted initilisation
469         routines.
470         (signed_size_zero_node): Delete, unused.
471         * decl.h: Use gengtype for roots.
472         * decl2.c: Use gengtype for roots.
473         * lex.h: Use gengtype for roots.
474         * parse.y: Use gengtype for roots.
475         (cp_parse_init): Delete.
476         * pt.c: Use gengtype for roots.
477         (init_pt): Delete.
478         * repo.c: Use gengtype for roots.
479         * spew.c: Use gengtype for roots.
480
481         * Make-lang.in: Allow for filename changes.  Add gtype-cp.h.
482         (cp/decl.o): Add dependency on gtype-cp.h.
483         * decl.c: Remove use of add_deletable_root, use GTY marker instead.
484         Include gtype-cp.h.  Allow for filename changes.
485
486         * Make-lang.in (cp/gt-decl.h): Generate using gengtype.
487         (cp/decl.o): Add cp/gt-decl.h dependency.
488         * config-lang.in (gtfiles): New.
489         * tree.h: Rename struct binding_level to struct cp_binding_level.
490         * decl.c: Rename struct binding_level to struct cp_binding_level.
491         Include cp/gt-decl.h.
492         (struct cp_binding_level): Use gengtype.
493         (make_binding_level): Use GGC on struct cp_binding_level.
494         (mark_binding_level): Use gt_ggc_m_cp_binding_level.
495         (cxx_init_decl_processing): Mark free_binding_level as
496         deletable.
497
498         * decl.c (mark_cp_function_context): Update calling sequence.
499
500         * decl.c (start_function): Don't free 'struct
501         cp_language_function'.
502         (pop_cp_function_context): Likewise.
503         (save_function_data): Allocate it using GC.
504         * semantics.c (genrtl_start_function): Don't free 'struct
505         cp_language_function'.
506
507 2002-05-31  Matthew Woodcraft  <mattheww@chiark.greenend.org.uk>
508
509         * lang-specs.h: Use cpp_debug_options.
510
511 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
512
513         * mangle.c, tree.c: Include real.h.
514         * Make-lang.in: Update dependency lists.
515
516 2002-05-25  Neil Booth  <neil@daikokuya.demon.co.uk>
517
518         * lex.c: Don't include c-lex.h.
519         * parse.y, spew.c: Don't include c-lex.h; include c-pragma.h.
520
521 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
522
523         * spew.c (yyungetc, snarf_block): Remove indent_level handling.
524
525 2002-05-22  Richard Henderson  <rth@redhat.com>
526
527         * decl.c (obscure_complex_init): Check for VAR_DECL
528         before using DECL_THREAD_LOCAL.
529
530 2002-05-22  Richard Henderson  <rth@redhat.com>
531
532         * decl.c (check_tag_decl): Handle RID_THREAD.
533         (obscure_complex_init): Reject run-time init of tls.
534         (grokvardecl, grokdeclarator): Handle RID_THREAD.
535         * lex.c (reswords): Add __thread.
536         (rid_to_yy): Map RID_THREAD to SCSPEC.
537
538 2002-05-22  Neil Booth  <neil@daikokuya.demon.co.uk>
539
540         * cp-lang.c (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
541         * cp-tree.h (cxx_post_options): Kill.
542         * cp-lex.c (cxx_post_options): Kill.
543
544 2002-05-21  Richard Henderson  <rth@redhat.com>
545
546         * lex.c (rid_to_yy): Add RID_THREAD.
547
548 2002-05-21  Alexandre Oliva  <aoliva@redhat.com>
549
550         * init.c (build_vec_init): Test for trivial copy-assignment when
551         copy-assigning arrays.
552
553 2002-05-20  Andreas Jaeger  <aj@suse.de>
554
555         * init.c (build_default_init): Remove unused variable.
556
557 2002-05-20  Alexandre Oliva  <aoliva@redhat.com>
558
559         * call.c (any_strictly_viable): New.
560         (build_new_op): Use it for COMPOUND_EXPR and ADDR_EXPRs.
561
562 2002-05-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
563
564         * error.c (dump_type) [TYPEOF_TYPE]: Fix parenthesis printing.
565
566 2002-05-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
567
568         PR c++/186, DR 259
569         * pt.c (do_decl_instantiation): Don't complain explicit
570         instantiation after explicit specialization.
571         (do_type_instantiation): Likewise.
572
573 2002-05-19  Alexandre Oliva  <aoliva@redhat.com>
574
575         * cp-tree.h (complete_type_or_diagnostic): Changed prototype,
576         renamed from...
577         (complete_type_or_else): ... this.  Redefined as macro.
578         (cxx_incomplete_type_diagnostic): Declare.
579         (cxx_incomplete_type_error): Define as macro.
580         * init.c (build_delete): Warn about incomplete types other than
581         void, and use the built-in operator delete for them.
582         * typeck.c (complete_type_or_diagnostic): Renamed from
583         complete_type_or_else.  Added warn_only argument, passed to...
584         * typeck2.c (cxx_incomplete_type_diagnostic): ... this.  Print
585         warnings or errors depending on new warn_only argument.  Renamed
586         from...
587         (cxx_incomplete_type_error): ... this.  New implementation in
588         terms of cxx_incomplete_type_diagnostic.
589
590 2002-05-18  Jason Merrill  <jason@redhat.com>
591
592         PR c++/6611
593         * decl2.c (import_export_decl): If we clear
594         DECL_NOT_REALLY_EXTERN, make sure DECL_EXTERNAL is set.
595
596 2002-05-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
597
598         PR c++/6620
599         * pt.c (verify_class_unification): Don't check if PARM is template
600         parameter dependent.  Simplify.
601         (unify) [TEMPLATE_PARM_INDEX]: Handle when ARG is a template
602         parameter dependent expression.
603
604 2002-05-14  Jason Merrill  <jason@redhat.com>
605
606         * rtti.c (get_tinfo_decl): Don't call comdat_linkage.
607         Do set DECL_COMDAT.
608         (synthesize_tinfo_var): Take the public decl.
609         (create_real_tinfo_var): Likewise.  Check DECL_COMDAT.
610         (emit_tinfo_decl): Adjust.  Call import_export_decl.
611         * decl2.c (import_export_decl): Simplify tinfo decl handling.
612
613 2002-05-14  Alexandre Oliva  <aoliva@redhat.com>
614
615         * cp-tree.h (struct lang_type): Added non_zero_init.
616         (CLASSTYPE_NON_ZERO_INIT_P): New macro.
617         (zero_init_p, force_store_init_value, build_forced_zero_init): Declare.
618         * class.c (check_field_decls): Test non_zero_init.
619         * cvt.c (convert_to_pointer_force): Use cp_convert_to_pointer for
620         zero-to-NULL conversions.
621         * decl.c (obscure_complex_init): Don't reset DECL_INITIAL of a
622         type that needs zero-initialization without zeros.
623         (check_initializer_decl): Compute zero-initializer for types
624         that require a non-trivial one.
625         * init.c (build_forced_zero_init): New function.
626         (build_default_init): Use it.
627         * tree.c (zero_init_p): New function.
628         * typeck2.c (force_store_init_value): New function.
629         (process_init_constructor): Create non-trivial zero-initializers
630         for array members and class fields.
631
632 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
633
634         * lang-specs.h: Remove redundant -lang-c++.
635
636 2002-05-13  Jason Merrill  <jason@redhat.com>
637
638         * class.c (build_vtbl_ref_1): Use fixed_type_or_null.
639         (fixed_type_or_null): See through reference vars.
640         (build_base_path): Vtable contents are constant.
641         * typeck.c (get_member_function_from_ptrfunc): Likewise.
642
643 2002-05-12  Jason Merrill  <jason@redhat.com>
644
645         * cp-lang.c (ok_to_generate_alias_set_for_type): Backend-created
646         structs are safe.
647
648 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
649
650         * cp-tree.h (flag_ansi): Remove.
651         * decl2.c (flag_ansi): Remove.
652         (cxx_decode_option): Set flag_iso and flag_undef.
653
654 2002-05-09  Jason Merrill  <jason@redhat.com>
655
656         * typeck.c (get_member_function_from_ptrfunc): Reorganize.
657         Use subtraction rather than a bitmask to get the index.
658         * cvt.c (cp_convert_to_pointer): Bail on an error_mark_node.
659
660         * pt.c (tsubst_expr) [ASM_STMT]: Copy ASM_INPUT_P.
661
662 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
663
664         * Make-lang.in (decl2.o): Update.
665         * cp-tree.h (warn_multichar): Remove.
666         * decl2.c: Include c-common.h.
667         (warn_multichar): Remove.
668
669 2002-05-03  Jason Merrill  <jason@redhat.com>
670
671         * tree.c (build_cplus_array_type): Only const and volatile get
672         special handling.
673
674         * decl.c (BOOL_TYPE_SIZE): Move default to defaults.h.
675
676 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
677
678         ABI change, returning simple classes from functions.
679         * class.c (finish_struct_bits): Only mark TREE_ADDRESSABLE if
680         TYPE_HAS_TRIVIAL_INIT_REF is false or
681         TYPE_HAS_NONTRIVIAL_DESTRUCTOR is true.
682
683 2002-04-30  Jason Merrill  <jason@redhat.com>
684
685         PR debug/6436
686         * decl.c (grokdeclarator): Don't override TYPE_NAME of an
687         anonymous class with a typedef if there are attributes.
688
689 2002-04-29  Paul Eggert  <eggert@twinsun.com>
690
691         * parse.y (nomods_initdcl0): Replace $<ttype>3 with $<ttype>$.
692
693 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
694
695         PR c++/6477
696         * decl.c (follow_tag_typedef): Check if TYPE_NAME (original) is
697         non-NULL first.
698
699 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
700
701         PR c++/6492
702         * pt.c (tsubst_friend_class): If the friend has an explicit scope,
703         enter that scope before name lookup.
704
705         PR c++/6486
706         * method.c (do_build_copy_constructor): Avoid building
707         cv-qualified reference types.
708
709 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
710
711         PR c++/5719
712         * decl.c (grok_op_properties): Assignment ops don't have to return
713         by value. operator% should.
714
715 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
716
717         PR c/6343
718         * decl.c (duplicate_decls): Call merge_weak.
719
720 2002-04-26  Richard Henderson  <rth@redhat.com>
721
722         * parse.y (malloced_yyss, malloced_yyvs): New.
723         (yyoverflow): Re-add.  Set them.
724         (free_parser_stacks): New.
725
726 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
727
728         PR c++/6497
729         * method.c (do_build_assign_ref): Pass a derivation to
730         build_method_call when calling base class assignment operators.
731
732 2002-04-26  Richard Henderson  <rth@redhat.com>
733
734         * parse.y (yyoverflow): Revert.
735
736 2002-04-26  Richard Henderson  <rth@redhat.com>
737
738         PR c/3581
739         * parse.y (string): Remove.  Update all uses to use STRING
740         instead, and not call combine_strings.
741         * rtti.c (tinfo_name): Use fix_string_type.
742         * semantics.c (finish_asm_stmt): Don't call combine_strings.
743         * spew.c (yylexstring): New.
744         (read_token): Use it.
745
746 2002-04-25  Richard Henderson  <rth@redhat.com>
747
748         PR c/2161
749         * parse.y (yyoverflow): New.
750
751 2002-04-25  Jason Merrill  <jason@redhat.com>
752
753         PR c++/5607
754         * search.c (check_final_overrider): No longer static.
755         * class.c (update_vtable_entry_for_fn): Call it.
756         * cp-tree.h: Adjust.
757
758 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
759
760         * cp-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
761         * cp-tree.h (cxx_set_yydebug): Die.
762         * lex.c (YYDEBUG): Get from c-lex.h.
763         (cxx_set_yydebug): Remove.
764         * parse.y: Include c-lex.h.
765         (YYDEBUG): Get from c-lex.h.
766
767 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
768
769         PR c++/6438.
770         * cvt.c (convert_to_void): Don't unconditionally make COND_EXPRs
771         void.
772
773 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
774
775         * cp-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
776         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE):
777         Redefine.
778         * cp-tree.h (cp_attribute_table): Rename.
779         * decl.c (lang_attribute_table): Remove declaration.
780         (cxx_init_decl_processing): Don't set it.
781         * tree.c (cp_attribute_table): Rename.
782
783 2002-04-24  Jason Merrill  <jason@redhat.com>
784
785         PR c++/6331
786         * method.c (do_build_copy_constructor): Use cp_build_qualified_type.
787         * typeck.c (build_modify_expr): Allow arrays to differ in cv-quals.
788         The pedwarn for array assignment is now unconditional.
789         * tree.c (build_cplus_array_type_1): Still process simple array types
790         normally in templates.
791
792         PR c++/6395
793         * decl.c (make_rtl_for_nonlocal_decl): Don't mess with #pragma i/i
794         stuff for comdats.
795
796 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
797
798         * parse.y (check_class_key): Allow KEY to be union/enum/struct/class
799         node with attributes.
800
801 2002-2-23  David O'Brien  <obrien@FreeBSD.org>
802
803         * g++spec.c (MATH_LIBRARY_PROFILE, LIBSTDCXX_PROFILE): Add.
804         Use MATH_LIBRARY_PROFILE and LIBSTDCXX_PROFILE if profile flag given.
805
806 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
807
808         PR c++/6256:
809         * pt.c (tsubst_friend_class): Handle templates with explicit
810         nested names.
811
812         PR c++/6331:
813         * typeck.c (merge_types): Remember the cv-qualification of pointer
814         types when merging them.
815
816 2002-04-20  Neil Booth  <neil@daikokuya.demon.co.uk>
817
818         * cp-lang.c (LANG_HOOKS_FUNCTION_INIT,
819         LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_MARK): Redefine.
820         * cp-tree.h (cxx_push_function_context, cxx_pop_function_context,
821         cxx_mark_function_context): New.
822         * decl.c (push_cp_function_context, pop_cp_function_context,
823         mark_cp_function_context): Rename for consistency.
824         (cxx_init_decl_processing): Don't set old hooks.
825
826 2002-04-19  Neil Booth  <neil@daikokuya.demon.co.uk>
827
828         * call.c (convert_type_from_ellipsis): Rename, update.
829         * cp-lang.c (LANG_HOOKS_TYPE_PROMOTES_TO): Redefine.
830         * cp-tree.h (convert_type_from_ellipsis): Rename.
831         * decl.c (cxx_init_decl_processing): Don't set hook.
832
833 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
834
835         * call.c (build_new_method_call): Update.
836         * cp-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
837         * cp-tree.h (cxx_incomplete_type_error): New.
838         * decl.c (grokdeclarator, grokparms): Update.
839         * decl2.c (check_classfn): Update.
840         * pt.c (tsubst): Update.
841         * typeck.c (complete_type_or_else, expr_sizeof,
842         decay_conversion): Update.
843         * typeck2.c (incomplete_type_error): Rename.
844         (add_exception_specifier): Update.
845
846 2002-04-18  Jason Merrill  <jason@redhat.com>
847
848         PR c++/5658
849         * search.c (setup_class_bindings): A class template qualifies as a
850         type binding.
851
852 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
853
854         PR c++/6316
855         * decl2.c (finish_file): Clear DECL_EXTERNAL in a separate loop
856         before expanding.
857
858 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
859
860         * init.c (begin_init_stmts): Remove commented out code.
861         (finish_init_stmts): Set STMT_EXPR_NO_SCOPE.
862         * semantics.c (begin_gobal_stmt_expr): Adjust call to
863         expand_start_stmt_expr.
864
865 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
866
867         * decl.c (register_dtor_fn): Pass the address of dso_handle, not
868         dso_handle itself, to __cxa_atexit.
869
870 2002-04-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
871
872         * error.c (cxx_print_error_function): Adjust call to macros.
873
874 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
875
876         * class.c (layout_virtual_bases): Do all dsize computation on trees.
877
878 2002-04-14  Jason Merrill  <jason@redhat.com>
879
880         * typeck.c (get_member_function_from_ptrfunc): Don't do
881         gratuitious division and multiplication on
882         ptrmemfunc_vbit_in_delta targets.
883
884 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
885
886         PR c++/5373.
887         * semantics.c (finish_expr_stmt): Remember the type of the
888         expression before any conversions are performed.
889
890 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
891
892         PR c++/5189.
893         * call.c (add_template_candidate_real): Do not treat member
894         templates as copy constructors.
895
896 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
897
898         * decl.c (duplicate_decls): Do not copy the RTL for a variable
899         declaration if the old variable had an incomplete type and the new
900         variable does not.
901         (complete_vars): Do not call layout_decl for completed variables.
902
903 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
904
905         * decl.c (duplicate_decls): Don't try to unify an implicit typedef
906         with an explicit one.
907         (follow_tag_typedef): New.
908         (lookup_tag): Use it to extract the tag of an explicit typedef.
909         (xref_tag): Likewise.
910
911 2002-04-11  Andrew Haley  <aph@redhat.com>
912
913         * typeck.c (type_after_usual_arithmetic_conversions):
914         If two types have the same variant, return immediately.
915         When two floating-point operands are the same precision:
916           convert to float if one of the operands is float;
917           if neither operand is one of the standard types, return the type
918           of the first operand.
919
920 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
921
922         PR c++/5507
923         * decl.c (make_typename_type): Remove implicit typenameness.
924
925 2002-04-09  Jason Merrill  <jason@redhat.com>
926
927         PR optimization/6189
928         * semantics.c (genrtl_start_function): Don't free
929         DECL_SAVED_FUNCTION_DATA for inline functions.
930
931         * init.c (build_member_call): For now, don't convert to
932         intermediate base if it would cause an error.
933
934 2002-04-08  Paolo Carlini  <pcarlini@unitus.it>
935
936         * parse.y (namespace_qualifier, maybe_identifier,
937         begin_explicit_instantiation, end_explicit_instantiation,
938         apparent_template_type, .finish_template_type,
939         do_id, maybe_init, defarg_again, component_decl_1):
940         Add ending ';', in accordance with POSIX.
941
942 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
943
944         PR c++/5571
945         * class.c (layout_class_type): Remember incomplete static
946         variables.
947         (finish_struct_1): Call complete_vars, not
948         hack_incomplete_structures.
949         * cp-tree.h (hack_incomplete_structures): Rename to ...
950         (complete_vars): ... this.
951         (struct saved_scope): Remove incomplete.
952         (namespace_scope_incomplete): Remove.
953         * decl.c (struct binding_level): Remove incomplete.
954         (incomplete_vars): New variable.
955         (mark_binding_level): Don't mark incomplete.
956         (print_binding_level): Don't print it.
957         (mark_saved_scope): Don't mark incomplete.
958         (pushdecl): Use maybe_register_incopmlete_var.
959         (cxx_init_decl_processing): Register incomplete_vars for GC.
960         (start_decl_1): Clarify error message.
961         (hack_incomplete_vars): Remove.
962         (maybe_register_incomplete_var): New function.
963         (complete_vars): Likewise.
964
965 2002-04-06  Jason Merrill  <jason@redhat.com>
966
967         PR c++/4934
968         * error.c (dump_expr) [CONVERT_EXPR]: Make sure TREE_TYPE (t) is
969         set before checking it.
970
971         PR c++/525
972         * init.c (build_member_call): Use build_scoped_ref.
973         (resolve_offset_ref): Likewise.
974         * call.c (build_scoped_method_call): Likewise.
975         * tree.c (maybe_dummy_object): Kludge around current_class_type being
976         wrong.
977         * typeck2.c (build_scoped_ref): Return the binfo via binfo_p parm.
978         * cp-tree.h: Adjust.
979
980         * init.c (push_base_cleanups): Just use build_scoped_method_call.
981
982         PR c++/6179
983         * method.c (implicitly_declare_fn): Pass unqualified type to
984         synthesize_exception_spec.
985
986 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
987
988         * cp-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
989         * cvt.c: Update comment.
990         * init.c (expand_cleanup_for_base): Update.
991         * semantics.c (finish_parenthesized_expr): Update.
992         * typeck.c (cp_truthvalue_conversion): Update.
993
994 2002-04-04  Jason Merrill  <jason@redhat.com>
995
996         * semantics.c (finish_eh_cleanup): New fn.
997         * cp-tree.h: Add prototype.
998         * init.c (perform_member_init, expand_cleanup_for_base): Use
999         finish_eh_cleanup.
1000         * cp-tree.def (SUBOBJECT, CTOR_STMT): Remove.
1001         * cp-tree.h: Remove references.
1002         * decl.c (begin_constructor_body, end_constructor_body): Likewise.
1003         * dump.c (cp_dump_tree): Likewise.
1004         * pt.c (tsubst_expr): Likewise.
1005         * semantics.c (genrtl_ctor_stmt, genrtl_subobject): Remove.
1006         (cp_expand_stmt): Remove handling of CTOR_STMT and SUBOBJECT.
1007         * tree.c (cp_statement_code_p): Likewise.
1008
1009         * init.c (build_new_1): Set CLEANUP_EH_ONLY on deleting cleanup.
1010
1011         PR c++/5636
1012         * semantics.c (nullify_returns_r): Just set CLEANUP_EH_ONLY on
1013         cleanup for nrv.
1014
1015         PR c++/5104
1016         * typeck.c (comptypes) [FUNCTION_TYPE]: Don't compare exception
1017         specifiers.
1018         [METHOD_TYPE]: Use same code as FUNCTION_TYPE.
1019
1020 2002-04-03  Richard Henderson  <rth@redhat.com>
1021
1022         * cp-lang.c (cxx_warn_unused_global_decl): New.
1023         (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
1024
1025 2002-04-03  Neil Booth  <neil@daikokuya.demon.co.uk>
1026
1027         * cp-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Redefine.
1028         * tree.c (init_tree): Don't set hook.
1029
1030 2002-04-03  Roger Sayle  <roger@eyesopen.com>
1031
1032         PR c++/5998:
1033         * decl.c (duplicate_decls): Don't mess with assembler names when
1034         redeclaring builtin functions as static.
1035
1036 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
1037
1038         * call.c (build_addr_func): Update.
1039         * class.c (resolve_address_of_overloaded_function): Update.
1040         * cp-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
1041         * cp-tree.h (cxx_mark_addressable): New.
1042         * decl.c (register_dtor_fn, cxx_maybe_build_cleanup): Update.
1043         * decl2.c (build_cleanup): Update.
1044         * except.c (build_throw): Update.
1045         * init.c (resolve_offset_ref): Update.
1046         * pt.c (convert_nontype_argument): Update.
1047         * semantics.c (finish_asm_stmt, simplify_affr_init_exprs_r): Update.
1048         * typeck.c (decay_conversion, build_array_ref, build_unary_op,
1049         unary_complex_lvalue): Update.
1050         (mark_addressable): Rename.
1051
1052 2002-04-01  Roger Sayle  <roger@eyesopen.com>
1053
1054         PR c++/5998:
1055         * decl.c (duplicate_decls):  Overwrite the RTL when (and only
1056         when) overwriting a built-in function.  Don't use COPY_DECL_RTL,
1057         but follow the SET_DECL_RTL idiom used elsewhere in the function.
1058
1059 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
1060
1061         * cp-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
1062         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
1063         * decl.c (grokdeclarator): Update.
1064         * mangle.c (write_integer_cst): Update.
1065         * typeck.c (build_binary_op): Update.
1066
1067 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
1068
1069         * cp-lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
1070         * lex.c (cxx_init): Don't set hook.
1071
1072 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
1073
1074         * Make-lang.in (error.o): Update.
1075         * cp-lang.c (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
1076         * cp-tree.h (struct diagnostic_context): Predeclare.
1077         (cxx_print_error_function): New.
1078         * error.c: Include langhooks-def.h.
1079         (lang_print_error_function): Rename.  Update.
1080         (init_error): Don't set hook.
1081
1082 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
1083
1084         * cp-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
1085         Redefine.
1086         * cvt.c (cp_convert_to_pointer, type_promotes_to): Use new hooks.
1087         * decl.c (finish_enum): Similarly.
1088         * error.c (dump_type): Similarly.
1089         * lex.c (cxx_init): Similarly.
1090         * mangle.c (write_builtin_type): Similarly.
1091         * typeck.c (comptypes): Similarly.
1092
1093 2002-03-28  Roger Sayle  <roger@eyesopen.com>
1094
1095         PR c++/5998:
1096         * decl.c (cxx_init_decl_processing): Re-enable built-in functions
1097         in the g++ front-end.
1098         (duplicate_decl): Allow redefinition of anticipated built-ins.
1099         Fix inlining problem by over-writing the old DECL_RTL.
1100         (lookup_namespace_name): Fail to find an identifier in the
1101         specified namespace if its still anticipated.
1102         (builtin_function_1): New function split out from builtin_function
1103         to create a builtin in the current namespace with given context.
1104         (builtin_function): Call builtin_function_1 to define the
1105         appropriate builtins in both the std and global namespaces.
1106         (select_decl): Don't test for anticipated decls here.
1107         (unqualified_namespace_lookup): Instead ignore them whilst
1108         searching through scopes and namespaces.
1109         * decl2.c (do_nonmember_using_decl): If a using declaration
1110         specifies an anticipated built-in function, mark it as no longer
1111         anticipated in that scope.
1112         (ambiguous_decl):  Avoid resolving to an anticipated decl.
1113         * lex.c (do_scoped_id): Fail to find an identifier in the global
1114         namespace if its still anticipated.
1115
1116 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
1117
1118         * cp-lang.c (LANG_HOOKS_MAKE_TYPE): Redefine.
1119         * cp-tree.h (cp_make_lang_type): Rename.
1120         * lex.c (cp_make_lang_type): Rename.
1121         (make_aggr_type): Update.
1122         * tree.c (init_tree): Don't set make_lang_type_fn.
1123
1124 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
1125
1126         PR c++/6073
1127         * class.c (finish_struct_1): Update static field's DECL_MODE even
1128         if its type is a variant of t.
1129
1130 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
1131
1132         * cp-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
1133         * cp-tree.h (cxx_insert_default_attributes): New.
1134         * decl.c (insert_default_attributes): Rename.
1135
1136 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
1137
1138         PR c++/4884
1139         * call.c (build_op_delete_call): Allow for the fact the placement
1140         may be a COMPOUND_EXPR.
1141
1142 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
1143
1144         * cp-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
1145         * cp-tree.h (init_cplus_expand): Remove.
1146         (cxx_expand_expr): New.
1147         * expr.c (cplus_expand_expr): Rename cxx_expand_expr,
1148         fix prototype.
1149         (init_cplus_expand): Remove.
1150         * lex.c (cxx_init): Don't call init_cplus_expand.
1151
1152 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
1153
1154         PR c++/4884.
1155         * init.c (build_new_1): Allow for the fact the result of
1156         build_function_call may be a COMPOUND_EXPR.
1157
1158 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
1159
1160         PR c++/5682
1161         * cp-tree.h (BINFO_PRIMARY_P): Explain meaning better.
1162         (dfs_skip_nonprimary_vbases_unmarkedp): Remove.
1163         (dfs_skip_nonprimary_vbases_markedp): Remove.
1164         * search.c (get_shared_vbase_if_not_primary): Remove.
1165         (dfs_skip_nonprimary_vbases_unmarkedp): Remove.
1166         (dfs_skip_nonprimary_vbases_markedp): Remove.
1167         (dfs_unmarked_real_bases_queue_p): Just get the canonical binfo.
1168         (dfs_marked_real_bases_queue_p): Likewise.
1169
1170 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
1171
1172         * cp-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
1173         * cp-tree.h (cxx_mark_tree): New.
1174         * decl.c (lang_mark_tree): Rename cxx_mark_tree.
1175
1176 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
1177
1178         * cp-tree.h (cxx_maybe_build_cleanup): New.
1179         * decl.c (destroy_local_var, hack_incomplete_structures): Update.
1180         (maybe_build_cleanup): Rename cxx_maybe_build_cleanup.
1181         * tree.c (build_target_expr): Update.
1182         * cp-lang.c (LANG_HOOKS_MAYBE_BUILD_CLEANUP): Redefine.
1183
1184 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
1185
1186         * decl2.c (cxx_decode_option): Handle -E.
1187         * lang-specs.h (default_compilers): Preprocess with cc1plus.
1188         * lex.c (cxx_init): Exit quickly if c_common_init returns NULL.
1189
1190 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
1191
1192         PR c++/6037
1193         * decl.c (start_enum): Don't set TREE_ADDRESSABLE on TREE_LIST node.
1194
1195 2002-03-23  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
1196
1197         * error.c (dump_type): Be careful about implicit typenames.
1198
1199 2002-03-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
1200
1201         PR C++/3656
1202         * semantics.c (finish_base_specifier): Handle erronous base
1203         classes.
1204
1205 2002-03-22  Zack Weinberg  <zack@codesourcery.com>
1206
1207         * error.c: Always use REAL_VALUE_TO_DECIMAL; don't test
1208         REAL_IS_NOT_DOUBLE.
1209
1210 2002-03-22  Jeff Knaggs  <jknaggs@redhat.com>
1211
1212         * typeck.c (get_member_function_from_ptrfunc): Scale idx down to
1213         an index into the vtable_entry array regardless of
1214         TARGET_PTRMEMFUNC_VBIT_LOCATION.
1215
1216 2002-03-21  Aldy Hernandez  <aldyh@redhat.com>
1217
1218         * tree.c (cp_cannot_inline_tree_fn): Same.
1219
1220 2002-03-21  Neil Booth  <neil@daikokuya.demon.co.uk>
1221
1222         * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
1223         insert_block, getdecls, global_bindings_p): New.
1224
1225 2002-03-20  Nathan Sidwell  <nathan@codesourcery.com>
1226
1227         PR c++/4361
1228         * mangle.c (struct globals) Add internal_mangling_p member.
1229         (write_template_param): Do internal mangling, if needed.
1230         (mangle_conv_op_name_for_type): Request internal mangling.
1231
1232 2002-03-20  Jason Merrill  <jason@redhat.com>
1233
1234         PR c++/2136
1235         * init.c (build_delete): Check access for a member op delete here.
1236         * decl2.c (delete_sanity): Not here.
1237
1238 2002-03-19  Jason Merrill  <jason@redhat.com>
1239
1240         PR c++/5118
1241         * class.c (get_vfield_name): Use the constructor_name.
1242
1243 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
1244
1245         * cp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
1246         * cp-tree.h (lang_printable_name): Rename.
1247         * error.c (lang_decl_name): Use new hook.
1248         * lex.c (cxx_init): Remove old hook.
1249         * pt.c (tsubst_decl): Use new hook.
1250         * tree.c (lang_printable_name): Rename.
1251
1252 2002-03-18  Eric Botcazou  <ebotcazou@multimania.com>
1253
1254         PR c++/3882
1255         * pt.c (tsubst_decl): Move __PRETTY_FUNCTION__ handling...
1256         (tsubst_expr) [DECL_STMT]: ...here. And substitute the initializer
1257         only after recording the declaration.
1258
1259 2002-03-18  Jason Merrill  <jason@redhat.com>
1260
1261         PR c++/2039
1262         * init.c (resolve_offset_ref): Hand off to build_component_ref.
1263
1264         PR c++/4222, c++/5995
1265         * call.c (build_over_call): Fix empty class logic.
1266
1267         PR c++/3870
1268         * cp-tree.h (struct saved_scope): Add last_parms field.
1269         * decl.c (maybe_push_to_top_level): Save last_function_parms.
1270         (pop_from_top_level): Restore it.
1271
1272         PR c++/4377
1273         * mangle.c (write_expression): Strip NOP_EXPRs sooner.  Also strip
1274         NON_LVALUE_EXPRs.
1275
1276         PR c++/4003
1277         * pt.c (tsubst_friend_function): Use decl_namespace_context.
1278
1279         PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.
1280         * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE for a
1281         type with a nontrivial destructor.
1282
1283 2002-03-17  Jason Merrill  <jason@redhat.com>
1284
1285         PR c++/4460
1286         * class.c (build_base_path): Virtual base layout is fixed in
1287         in-charge [cd]tors.
1288
1289 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1290
1291         * cp-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
1292         * parse.y (yyparse): Remove macro.
1293
1294 2002-03-17  Jason Merrill  <jason@redhat.com>
1295
1296         PR c++/5757
1297         * init.c (build_new_1): Pass the right pointer to op delete.
1298
1299 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
1300
1301         PR c++/4361
1302         * cp-tree.h (CLASSTYPE_METHOD_VEC): Document where templated
1303         conversion operators go.
1304         (struct lang_decl_flags): Add template_conv_p and unused
1305         bitfields.
1306         (DECL_TEMPLATE_CONV_FN_P): New macro.
1307         * call.c (build_user_type_conversion_1): Don't check second type
1308         conversion of overload set first.
1309         * class.c (add_method): Make sure templated conversion operators
1310         all end up on slot 2.
1311         * lex.c (do_identifier): A conversion operator token might be
1312         satisfied by a templated conversion operator.
1313         * pt.c (check_explicit_specialization): Use
1314         CLASSTYPE_FIRST_CONVERSION_SLOT.
1315         (template_parm_this_level_p): New function.
1316         (push_template_decl_real): Determine DECL_TEMPLATE_CONV_FN_P.
1317         * search.c (lookup_fnfields_1): Template conversions will be on
1318         the first slot.
1319         * typeck.c (build_component_ref): Preserve the type of an
1320         conversion operator name on the overload type.
1321         (build_x_function_call): Retrieve the conversion operator name.
1322
1323 2002-03-15  Richard Henderson  <rth@redhat.com>
1324
1325         * init.c (build_new_1): Use size_binop instead of cp_build_binary_op.
1326
1327 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
1328
1329         * cp-tree.h (CLEANUP_DECL): Remove.
1330         (CLEANUP_EXPR): Likewise.
1331         * decl.c (destroy_local_var): Simplify.
1332         (maybe_build_cleanup): Tidy.
1333         * dump.c (cp_dump_tree): Remove handling of CLEANUP_STMT.
1334         * semantics.c (cp_expand_stmt): Likewise.
1335         * cp/tree.c (cp_statement_code_p): Likewise.
1336
1337 2002-03-15  Jason Merrill  <jason@redhat.com>
1338
1339         PR c++/5857
1340         * decl.c (duplicate_decls): Use merge_types instead of common_type.
1341         * typeck.c (common_type): Just hand off to
1342         type_after_usual_arithmetic_conversions and
1343         composite_pointer_type.
1344         (merge_types): New fn.
1345         (commonparms): Use it instead of common_type.
1346         (type_after_usual_arithmetic_conversions): Also handle COMPLEX_TYPE.
1347         (composite_pointer_type): Also handle attributes.
1348         * cp-tree.h: Declare merge_types.
1349
1350         * decl.c (make_rtl_for_nonlocal_decl): Also defer COMDAT
1351         variables.
1352         * decl2.c (maybe_make_one_only): Also mark the decl as needed.
1353
1354 2002-03-14  Richard Henderson  <rth@redhat.com>
1355
1356         * decl.c: Include c-pragma.h.
1357         (start_decl, start_function): Invoke maybe_apply_pragma_weak.
1358         * Make-lang.in: Update dependencies.
1359
1360 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
1361
1362         PR c++/5908
1363         * call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too.
1364         * cvt.c (convert_to_void): Preserve TREE_NO_UNUSED_WARNING.
1365
1366 2002-03-12  Richard Sandiford  <rsandifo@redhat.com>
1367
1368         * mangle.c (write_builtin_type): Handle 128-bit integers even if
1369         they are not a standard integer type.
1370
1371 2002-03-12  Richard Sandiford  <rsandifo@redhat.com>
1372
1373         * cp-tree.h (init_init_processing): Remove declaration.
1374         * init.c (BI_header_type, init_init_processing): Remove old ABI stuff.
1375         * decl.c (cxx_init_decl_processing): Don't call init_init_processing.
1376
1377 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1378
1379         * cp-lang.c (tree_code_type, tree_code_length, tree_code_name):
1380         Define.
1381         * decl.c (duplicate_decls): Use TREE_CODE_LENGTH, not
1382         tree_code_length.
1383         * lex.c (cplus_tree_code_type, cplus_tree_code_length,
1384         cplus_tree_code_name): Delete.
1385         (cxx_init): Don't call add_c_tree_codes, instead set
1386         lang_unsafe_for_reeval.  Don't try to copy into the various
1387         tree_code arrays.
1388
1389 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
1390
1391         PR c++/5659
1392         * decl.c (xref_tag): Don't set CLASSTYPE_DECLARED_CLASS here.
1393         * decl2.c (handle_class_head): Set CLASSTYPE_DECLARED_CLASS for
1394         definitions.
1395
1396 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
1397
1398         Revert 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>,
1399         DR209 is now not a defect.
1400         * cp-tree.h (skip_type_access_control): Remove.
1401         * decl.c (grokdeclarator): Do type access control for friend
1402         declarations.
1403         * semantics.c (decl_type_access_control): Don't reset
1404         current_type_lookups.
1405         (save_type_access_control): Always save the lookups.
1406         (skip_type_access_control): Remove.
1407         (finish_class_definition): Don't change type_lookups.
1408
1409 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
1410
1411         Revert 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>,
1412         It is incorrect.
1413         * typeck.c (build_static_cast): Compare non-qualified types
1414         with pointer to member conversions.
1415
1416 2002-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
1417             Daniel Berlin  <dan@dberlin.org>
1418
1419         * cp-lang.c (ok_to_generate_alias_set_for_type): New function.
1420         (cxx_get_alias_set): Use it.
1421
1422 2002-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1423
1424         * cp-tree.h (stabilize_expr): Prototype.
1425
1426 2002-03-08  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1427
1428         * cp-tree.h (CLEAR_BINFO_MARKED): Make both parts of
1429         conditional return void.
1430
1431 2002-03-08  Neil Booth  <neil@daikokuya.demon.co.uk>
1432
1433         * cp-lang.c (LANG_HOOKS_UNSAVE): Redefine.
1434         * cp-tree.h (cxx_unsave): New.
1435         * tree.c (cp_unsave): Rename cxx_unsave, update prototype.
1436         (init_tree): Update.
1437
1438 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1439
1440         * decl.c (cxx_init_decl_processing): Use ARRAY_SIZE in lieu of
1441         explicit sizeof/sizeof.
1442         * decl2.c (cxx_decode_option): Likewise.
1443         * lex.c (init_reswords, REDUCE_LENGTH, TOKEN_LENGTH): Likewise.
1444
1445 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
1446
1447         PR c++/775
1448         * decl.c (lookup_tag): Only reject enum/class mismatch, not
1449         class/union mismatch.
1450         * parse.y (check_class_key): New function.
1451         (structsp): Call it.
1452
1453 2002-03-01  Michael Matz  <matz@suse.de>
1454
1455         * typeck.c (cp_pointer_int_sum): Complete inner type which is
1456         used later by size_in_bytes().
1457
1458 2002-03-01  Phil Edwards  <pme@gcc.gnu.org>
1459
1460         * cp-tree.h:  Require __GNUC__ to be #defined.
1461         (build_init):  Add missing prototype.
1462
1463 2002-03-01  Jason Merrill  <jason@redhat.com>
1464
1465         * except.c: Don't include decl.h or obstack.h.  Do include
1466         tree-inline.h.
1467         (build_throw): Destroy temporaries from the thrown
1468         expression before calling __cxa_throw.  Construct a thrown
1469         temporary directly into the exception object.
1470         (stabilize_throw_expr): New function.
1471         (wrap_cleanups_r): New function.
1472         * tree.c (stabilize_expr): New function.
1473         * init.c (build_init): New function.
1474         * Make-lang.in (cp/except.o): Adjust .h deps.
1475
1476 2002-02-28  Jason Merrill  <jason@redhat.com>
1477
1478         * search.c (lookup_base_r): Don't clear is_non_public just because
1479         we found a friendly scope.
1480
1481         * decl.c (finish_function): Only warn about missing return
1482         statement with -Wreturn-type.
1483
1484 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
1485
1486         * class.c (build_clone): Update.
1487         * cp-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
1488         * cp-tree.h (cxx_dup_lang_specific_decl): New.
1489         * lex.c (copy_lang_decl): Rename cxx_dup_lang_specific_decl.
1490         (copy_decl): Update.
1491         * method.c (make_thunk): Update.
1492
1493 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
1494
1495         * decl2.c: Delete traditional-mode-related code copied from
1496         the C front end but not used, or used only to permit the
1497         compiler to link.
1498
1499 2002-02-24 Craig Rodrigues  <rodrigc@gcc.gnu.org>
1500
1501         PR c++/4093
1502         * cp-tree.h (SET_BINFO_MARKED): Cast false part of condition
1503         to void.
1504
1505 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
1506
1507         PR other/5746
1508         * semantics.c (finish_switch_cond): Don't call get_unwidened
1509         if error_mark_node.
1510
1511 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
1512
1513         PR c++/2645, DR 295
1514         * cp-tree.h (tsubst_flags_t): Add tf_ignore_bad_quals,
1515         tf_keep_type_decl.
1516         (make_typename_type): Use tsubst_flags_t.
1517         * decl.c (make_typename_type): Adjust. Return non-artificial
1518         TYPE_DECLs, if required.
1519         (grokdeclarator): Simplify CVR qualification handling. Allow bad
1520         qualifiers on typedef types.
1521         * decl2.c (handle_class_head): Adjust make_typename_type call.
1522         * parse.y (nested_name_specifier): Likewise.
1523         (typename_sub0): Likewise.
1524         (typename_sub1): Likewise.
1525         * pt.c (convert_template_argument): Adjust make_typename_type
1526         return value.
1527         (tsubst): Adjust cp_build_qualified_type_real calls.
1528         (check_cv_quals_for_unify): Cope with alowing bad qualifications
1529         on template type parms.
1530         (instantiate_decl): Recheck substitutions to give warnings on bad
1531         qualifications.
1532         * tree.c (cp_build_qualified_type_real): Use tf_allow_bad_quals.
1533
1534 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
1535
1536         * cp/decl.c (duplicate_decls): Merge always_inline attribute.
1537
1538         * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
1539         unless DECL_ALWAYS_INLINE.
1540
1541 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
1542
1543         * typeck.c (cp_pointer_int_sum): Renamed from
1544         pointer_int_sum, call pointer_int_sum.
1545
1546 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
1547
1548         * decl.c (duplicate_decls): Return 0 if issued error about
1549         redeclaration.
1550
1551 2002-02-19  Jason Merrill  <jason@redhat.com>
1552
1553         ABI change: Mangle `void (A::*)() const' as
1554         M1AKFvvE, not MK1AFvvE.
1555         * mangle.c (write_function_type): Write cv-quals for member
1556         function type here.
1557         (write_pointer_to_member_type): Not here.
1558
1559 2002-02-18  Jason Merrill  <jason@redhat.com>
1560
1561         * pt.c (do_type_instantiation): Don't pedwarn if in_system_header.
1562         (do_decl_instantiation): Likewise.
1563
1564 2002-02-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1565
1566         PR c++/5685
1567         * decl.c (duplicate_decls): Make warning unconditional
1568         if duplicate default argument declarations are present.
1569
1570 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
1571
1572         * typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
1573         shortening.
1574
1575 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
1576
1577         * decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs,
1578         remove incorrect comment. Move #if 0'd code to common path. Use
1579         IMPLICIT_TYPENAME_P. Simplify & reformat ARRAY_TYPE duplication.
1580
1581 2002-02-13  Jason Merrill  <jason@redhat.com>
1582
1583         * decl.c (builtin_function): Set TREE_THIS_VOLATILE on return fns.
1584         (finish_function): Don't warn if current_function_returns_null.
1585
1586         * typeck2.c (digest_init): Do handle values of vector type.
1587
1588         * typeck2.c (digest_init, process_init_constructor): Treat vectors
1589         like arrays.
1590
1591 2002-02-11  Jason Merrill  <jason@redhat.com>
1592
1593         * parse.y (reserved_declspecs): Don't handle attributes.
1594         (reserved_typespecquals): Handle them here.
1595         * Make-lang.in (parse.c): Adjust expected conflicts.
1596
1597 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
1598
1599         * parse.y (primary, primary_no_id): Use compstmt_or_stmtexpr
1600         instead of compstmt.
1601         (compstmt_or_stmtexpr): Renamed from compstmt.
1602         (compstmt): In addition to compstmt_or_stmtexpr clear last_expr_type.
1603
1604 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
1605
1606         Rename instantiate_type_flags to tsubst_flags_t & expand use.
1607         * cp-tree.h (instantiate_type_flags): Rename to ...
1608         (tsubst_flags_t): ... here. Rename itf_complain to tf_error,
1609         add tf_warning flag.
1610         (instantiate_type): Adjust prototype.
1611         (tsubst, tsubst_expr, tsubst_copy, lookup_template_class,
1612         do_type_instantiation, cp_build_qualified_type_real): Likewise.
1613         cp_build_qualified_type: Adjust.
1614         * class.c (instantiate_type): Adjust parameter. Rename itf_* to
1615         tf_*.
1616         * call.c (standard_conversion): Rename itf_* to tf_*.
1617         (reference_binding): Likewise.
1618         (convert_like_real): Likewise.
1619         * cvt.c (cp_convert_to_pointer): Likewise.
1620         (convert_to_reference): Likewise.
1621         * decl.c (lookup_namespace_name): Use tf_* flags.
1622         (make_typename_type): Likewise.
1623         (grokdeclarator): Likewise.
1624         * pt.c (convert_nontype_argument): Adjust COMPLAIN usage.
1625         (coerce_template_template_parms, convert_template_argument,
1626         coerce_template_parms, maybe_get_template_decl_from_type_decl,
1627         lookup_template_class, tsubst_friend_function, tsubst_friend_class,
1628         instantiate_class_template, tsubst_template_arg_vector,
1629         tsubst_template_parms, tsubst_aggr_type, tsubst_default_argument,
1630         tsubst_decl, tsubst_arg_types, tsubst_function_type,
1631         tsubst_call_declarator_parms, tsubst, tsubst_copy, tsubst_expr,
1632         instantiate_template, fn_type_unification,
1633         resolve_overloaded_unification, verify_class_unification,
1634         unify, get_bindings_real, do_type_instantiation,
1635         regenerate_decl_from_template, instantiate_decl,
1636         tsubst_initializer_list, tsubst_enum,
1637         get_mostly_instantiated_function_type,
1638         invalid_nontype_parm_type_p): Likewise.
1639         * tree.c (cp_build_qualified_type_real): Likewise.
1640         * typeck.c (build_binary_op): Rename itf_* to tf_*.
1641         (build_ptrmemfunc): Likewise.
1642         (convert_for_assignment): Likewise.
1643
1644 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
1645
1646         PR c++/109
1647         * decl.c (grokdeclarator): Allow friend declarations from
1648         dependent types.
1649         * decl2.c (handle_class_head): Don't push into template parm contexts.
1650         * pt.c (push_template_decl_real): Template parm contexts are never
1651         being defined.
1652
1653 2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
1654
1655         * class.c: Include target.h.
1656         (check_bitfield_decl): Disregard EMPTY_FIELD_BOUNDARY,
1657         BITFIELDS_NBYTES_LIMITED and PCC_BITFIELD_TYPE_MATTERS for MS
1658         bit-field layout.
1659         * Make-lang.in: Adjust deps.
1660
1661 2002-02-05  Jason Merrill  <jason@redhat.com>
1662
1663         * error.c (dump_type): Be more helpful about VECTOR_TYPE.
1664
1665 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
1666
1667         * semantics.c (begin_switch_stmt): Clear SWITCH_TYPE.
1668         (finish_switch_cond): Set SWITCH_TYPE.
1669
1670 2002-02-04  Richard Henderson  <rth@redhat.com>
1671
1672         * method.c (use_thunk): Always initialize the block tree.  Reindent.
1673         * semantics.c (expand_body): Emit thunks after function, not before.
1674
1675 2002-02-04  Jason Merrill  <jason@redhat.com>
1676
1677         * decl.c (start_function): Call cplus_decl_attributes immediately
1678         after grokdeclarator.
1679
1680         * decl.c (start_function): Combine DECL_RESULT handling code.
1681
1682 2002-02-03  Jason Merrill  <jason@redhat.com>
1683
1684         * xref.c: Remove.
1685         * Make-lang.in (CXX_OBJS): Remove cp/xref.o
1686         (cp/xref.o): Remove dependencies.
1687         * class.c (finish_struct_1, check_methods): Don't call xref fns.
1688         (finish_struct_1): Likewise.
1689         * friend.c (make_friend_class): Likewise.
1690         * lex.c (cxx_init, cxx_finish, extract_interface_info): Likewise.
1691         * spew.c (read_process_identifier): Likewise.
1692
1693 2002-02-01  Jason Merrill  <jason@redhat.com>
1694
1695         PR c++/4872
1696         * decl.c (finish_function): Warn about a non-void function with
1697         no return statement and no abnormal exit.
1698         * cp-tree.h (struct cp_language_function): Add returns_abnormally.
1699         (current_function_returns_abnormally): New macro.
1700         * call.c (build_call): Set it.
1701
1702         * typeck.c (build_component_ref): Always complain about offsetof
1703         constructs on non-PODs.  Only make it an error for members of
1704         virtual bases.
1705
1706         * error.c (dump_scope): Don't add TFF_DECL_SPECIFIERS.
1707         (dump_function_decl): Always dump parms.
1708
1709         * decl2.c (finish_static_data_member_decl): Complain about a local
1710         class with a static data member.
1711
1712         PR c++/4286
1713         * search.c (lookup_field_1): Don't xref a static data member
1714         just because we looked it up.
1715
1716 2002-01-31  Jason Merrill  <jason@redhat.com>
1717
1718         * Make-lang.in (parse.c): Handle .output file.
1719
1720         PR c++/3395
1721         * decl.c (xref_tag): Remember early attributes in TYPE_ATTRIBUTES,
1722         not TREE_TYPE.
1723         * semantics.c (finish_class_definition): Adjust.
1724
1725         Allow attributes in parms and casts.
1726         * parse.y (named_parm): Don't strip attrs.
1727         (declmods): Remove 'attributes' production.
1728         (nonempty_cv_qualifiers): Accept attributes.
1729         (ATTRIBUTE): Give precedence.
1730         * decl.c (groktypename): Handle attributes.
1731         (grokparms): Likewise.
1732
1733 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
1734
1735         * decl2.c (cxx_decode_option): Pass 0 as last argument to
1736         cpp_handle_option.
1737         * lang-specs.h: Use cpp_unique_options instead of cpp_options
1738         when used together with cc1_options.
1739
1740 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
1741
1742         PR c++/5132
1743         * typeck2.c (digest_init): Make sure non-array core type is
1744         instantiated.
1745         * decl2.c (reparse_absdcl_as_casts): Just store the type in the
1746         constructor, rather than build a new one.
1747         (build_expr_from_tree, CONSTRUCTOR case): Be careful with the
1748         PURPOSE of constructor elts.
1749
1750 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
1751
1752         * Make-lang.in (parse.c): Adjust expected number of
1753         shift-reduce conflicts.
1754         (decl.o): Depend on diagnostic.h.
1755         * decl.c: Include diagnostic.h.
1756         (grokdeclarator): Check for null pointer.
1757         (finish_function): Don't abort when
1758         current_binding_level->parm_flag != 1, if errors have
1759         occurred; throw away the statement tree and extra binding
1760         levels, and continue.
1761         * lex.c (note_list_got_semicolon): Check for null pointer.
1762         * method.c (hack_identifier): Just return error_mark_node if
1763         value is error_mark_node.
1764         * parse.y (primary: TYPEID(type_id)): No need to use
1765         TYPE_MAIN_VARIANT here.
1766         (handler_seq): Accept an empty list of catch clauses and
1767         generate a fake handler block to avoid later crashes.
1768         (ansi_raise_identifier): Accept the error token too.
1769         * semantics.c (begin_class_definition,
1770         finish_class_definition): Check for error_mark_node.
1771
1772 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
1773
1774         * typeck2.c (friendly_abort): Delete definition.
1775         * cp-tree.h (friendly_abort): Don't prototype.
1776         (my_friendly_assert): Use fancy_abort.
1777
1778 2002-01-23  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1779
1780         * cp-tree.h (my_friendly_abort): Remove.
1781
1782 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
1783
1784         * spew.c (pending_inlines, pending_inlines_tail,
1785         processing_these_inlines): Make static.
1786         (mark_pending_inlines): Remove static.
1787         (begin_parsing_inclass_inline): If in function, save pi
1788         for GC to cp_function_chain->unparsed_inlines instead.
1789         (process_next_inline): Likewise.
1790         * cp-tree.h (struct cp_language_function): Add unparsed_inlines.
1791         (mark_pending_inlines): Add prototype.
1792         * decl.c (spew_debug): Remove unused extern.
1793         (mark_lang_function): Call mark_pending_inlines.
1794
1795 2002-01-23  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1796
1797         * call.c, class.c, decl.c, decl2.c, error.c, expr.c, friend.c,
1798         init.c, lex.c, mangle.c, method.c, pt.c, repo.c, rtti.c, search.c,
1799         semantics.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c:
1800         Change my_fancy_abort() to abort().
1801
1802 2002-01-23  Jason Merrill  <jason@redhat.com>
1803
1804         PR c++/5453
1805         * class.c (fixed_type_or_null): Fix thinko.
1806
1807         PR c++/3331
1808         * init.c (resolve_offset_ref): Use build_indirect_ref.
1809
1810         * decl2.c (grokclassfn): Don't set DECL_REGISTER on 'this'.
1811
1812 2002-01-22  Jason Merrill  <jason@redhat.com>
1813
1814         * parse.y (function_body): Suppress the block for the outermost
1815         curly braces.
1816         * decl.c (pushdecl): Don't try to skip it.
1817         (begin_function_body): Keep the block we create, not the next one.
1818         * init.c (emit_base_init): Don't mess with keep_next_level.
1819
1820         * class.c (build_base_path): Tweak formatting.
1821
1822 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
1823
1824         Fix regression introduced with patch for c++/775
1825         * parse.y (class_head_defn): Check for template specializations
1826         with a different class-key.
1827
1828 2002-01-17  Jason Merrill  <jason@redhat.com>
1829
1830         * decl.c (begin_constructor_body, begin_destructor_body): New fns.
1831         (begin_function_body): Call them and keep_next_level.
1832         * init.c (emit_base_init): Call keep_next_level.
1833         * semantics.c (setup_vtbl_ptr): Lose.
1834         * cp-tree.h (struct cp_language_function): Remove vtbls_set_up_p.
1835         (vtbls_set_up_p): Lose.
1836         * pt.c (tsubst_expr, CTOR_INITIALIZER): Call emit_base_init.
1837         * method.c (do_build_copy_constructor): Likewise.
1838         (synthesize_method): Call finish_mem_initializers.
1839         * parse.y (nodecls): Likewise.
1840
1841         * error.c (dump_type_suffix): Print the exception specs before
1842         recursing.
1843         (dump_function_decl): Here, too.
1844
1845         * cp-tree.h (TMPL_PARMS_DEPTH): Cast to signed HOST_WIDE_INT.
1846
1847 2002-01-10  Ira Ruben   <ira@apple.com>
1848
1849         PR c++/907
1850         * decl.c (start_method): Handle attrlist.
1851
1852 2002-01-10  Jakub Jelinek  <jakub@redhat.com>
1853
1854         * decl2.c (max_tinst_depth): Increase default limit to 500.
1855
1856 2002-01-10  Graham Stott  <grahams@redhat.com>
1857
1858         * spew.c (YYCHAR): Uppercase macro parameter and add
1859         parenthesis.
1860         (YYCODE): Likewise.
1861         (NAME): Uppercase macro parameter.
1862
1863 2002-01-09  Graham Stott  <grahams@redhat.com>
1864
1865         * decl.h (grokdeclarator): Wrap long line.
1866
1867         * semantics.c (FINISH_COND): Uppercase macro paramaters and
1868         add parenthesis.
1869
1870 2002-01-08  Graham Stott  <grahams@redhat.com>
1871
1872         * xref.c (FILE_NAME_ABSOLUTE_P): Add parenthesis.
1873         (PALLOC): Uppercase macro parameter and whitespace.
1874         (SALLOC): Uppercase macro parameter.
1875         (SFREE): Uppercase macros parameter, add parenthese and
1876         whitespace.
1877         (STREQL): Uppercase macro parameter and whitespace.
1878         (STRNEQ): Likewise.
1879         (STRLSS): Likewise.
1880         (STRLEQ): Likewise.
1881         (STRGTR): Likewise.
1882         (STRGEQ): Likewise.
1883
1884         * call.c (convert_like): Add parenthesis and wrap.
1885         (convert_like_with_context): Likewise.
1886         (ICS_RANK): Whitespace.
1887         (NEED_TEMPORARY_P): Remove parenthesis.
1888
1889         * class.c (VTT_TOP_LEVEL_P): Uppercase macro parameter and
1890         whitespace.
1891         (VTT_MARKED_BINFO_P): Likewise.
1892
1893         * decl.c (BINDING_LEVEL): Add parenthesis.
1894         (DEF_OPERATOR): Likewise.
1895
1896         * mangle.c (MANGLE_TRACE): Add parenthesis.
1897         (MANGLE_TRACE_TREE): Likewise.
1898         (write_signed_number): Likewise.
1899         (write_unsigned_number): Likewise.
1900
1901         * pt.c (ccat): Uppercase macro parameter.
1902         (cat): Likewise
1903
1904         * search.c (SET_BINFO_ACCESS): Add parenthesis.
1905
1906 2002-01-07  Jason Merrill  <jason@redhat.com>
1907
1908         * decl2.c (coerce_new_type): Downgrade error for size_t mismatch
1909         to pedwarn.
1910
1911         PR c++/3536
1912         * method.c (make_thunk): If !flag_weak, give the thunk the
1913         function's linkage.
1914         (use_thunk): Here, too.
1915
1916 2002-01-07  Graham Stott  <grahams@redhat.com>
1917
1918         * error.c: Update copyright date.
1919         (print_scope_operator): Add parenthesis.
1920         (print_left_paren): Likewise.
1921         (print_right_paren): Likewise.
1922         (print_left_bracket): Likewise.
1923         (print_right_bracket): Likewise.
1924         (print_template_argument_list_start): Likewise.
1925         (print_template_argument_list_end): Likewise.
1926         (print_non_consecutive_character): Likewise.
1927         (print_tree_identifier): Likewise.
1928         (print_identifier): Likewise.
1929         (NEXT_CODE): Uppercase macro parameter.
1930         (ident_fndecl): Delete unused.
1931         (GLOBAL_THING): Likewise.
1932
1933 2002-01-06  Graham Stott  <grahams@redhat.com>
1934
1935         * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): Add parenthesis.
1936         (VAR_FUNCTION_OR_PARM_DECL_CHECK): Likewise.
1937         (VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK) Likewise.
1938         (RECORD_OR_UNION_TYPE_CHECK): Likewise.
1939         (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Likewise.
1940         (C_IS_RESERVED_WORD): Uppercase macro parameter.
1941         (C_RID_YYCODE) Likewise.
1942         (ptrmem_cst): Use rtx.
1943         (LOCAL_BINDING_P): Add whitespace.
1944         (INHERITED_VALUE_BINDING_P): Likewise.
1945         (BINDING_SCOPE): Wrap long line.
1946         (BINDING_HAS_LEVEL_P): Remove parenthesis.
1947         (BINDING_VALUE): Wrap long line.
1948         (BINDING_TYPE): Whitespace.
1949         (IDENTIFIER_GLOBAL_VALUE): Add parenthesis.
1950         (SET_IDENTIFIER_GLOBAL_VALUE): Likewise.
1951         (IDENTIFIER_NAMESPACE_VALUE): Likewise.
1952         (SET_IDENTIFIER_NAMESPACE_VALUE: Likewise.
1953         (same_type_p): Uppercase macro parameters.
1954         (same_type_ignoring_top_level_qualifiers_p): Likewise.
1955         (OVL_FUNCTION): Wrap long line.
1956         (OVL_CHAIN): Whitespace.
1957         (OVL_CURRENT): Add parenthesis and whitespace.
1958         (OVL_NEXT): Whitespace.
1959         (OVL_USED): Likewise.
1960         (IDENTIFIER_TYPE_VALUE): Likewise.
1961         (REAL_IDENTIFIER_TYPE_VALUE): Remove parenthesis.
1962         (SET_IDENTIFIER_TYPE_VALUE): Add parenthesis and whitespace.
1963         (LANG_ID_FIELD): Whitespace.
1964         (SET_LANG_ID(NODE,VALUE,NAME): Likewise.
1965         (IDENTIFIER_LABEL_VALUE): Whitespace and wrap.
1966         (SET_IDENTIFIER_LABEL_VALUE): Whitespace.
1967         (IDENTIFIER_IMPLICIT_DECL): Whitespace and wrap.
1968         (SET_IDENTIFIER_IMPLICIT_DECL); Whitespace.
1969         (IDENTIFIER_ERROR_LOCUS): Whitespace and wrap.
1970         (SET_IDENTIFIER_ERROR_LOCUS); Whitespace.
1971         (IDENTIFIER_VIRTUAL_P): Likewise.
1972         (IDENTIFIER_OPNAME_P): Likewise.
1973         (IDENTIFIER_TYPENAME_P): Remove parenthesis.
1974         (C_TYPE_FIELDS_READONLY): Uppercase macro parameters.
1975         (C_SET_EXP_ORIGINAL_CODE): Likewise.
1976         (TYPE_ASSEMBLER_NAME_STRING): Wrap long line.
1977         (TYPE_ASSEMBLER_NAME_LENGTH): Likewise.
1978         (IS_AGGR_TYPE): Uppercase macro parameter.
1979         (CLASS_TYPE_P): Likewise.
1980         (IS_AGGR_TYPE_CODE): Uppercase macro parameter and parenthesis.
1981         (IS_AGGR_TYPE_2): Whitespace.
1982         (TAGGED_TYPE_P): Uppercase macro parameter.
1983         (TYPE_BUILT_IN): Whitespace.
1984         (TYPE_FOR_JAVA): Likewise.
1985         (FUNCTION_ARG_CHAIN): Remove parenthesis.
1986         (FUNCTION_FIRST_USER_PARMTYPE): Add parenthesis.
1987         (FUNCTION_FIRST_USER_PARAM): Likewise.
1988         (PROMOTES_TO_AGGR_TYPE): Whitespace.
1989         (DERIVED_FROM_P): Add parenthesis and wrap.
1990         (UNIQUELY_DERIVED_FROM_P): Likewise.
1991         (ACCESSIBLY_UNIQUELY_DERIVED_P): Likewise.
1992         (PUBLICLY_UNIQUELY_DERIVED_P): Likewise.
1993         (CLASSTYPE_USE_TEMPLATE): Whitespace.
1994         (CLASSTYPE_INLINE_FRIENDS): Remove parenthesis.
1995         (TYPE_GETS_DELETE): Add parenthesis.
1996         (TYPE_HAS_CONVERSION): Add parenthesis and wrap.
1997         (TYPE_HAS_ASSIGN_REF): Likewise,
1998         (TYPE_HAS_CONST_ASSIGN_REF): Likewise.
1999         (TYPE_HAS_INIT_REF): Likewise.
2000         (TYPE_HAS_CONST_INIT_REF): Likewise.
2001         (TYPE_BEING_DEFINED): Likewise.
2002         (TYPE_LANG_SPECIFIC): Likewise.
2003         (CLASSTYPE_RTTI): Likewise.
2004         (TYPE_OVERLOADS_CALL_EXPR): Likewise.
2005         (TYPE_OVERLOADS_ARRAY_REF): Likewise.
2006         (TYPE_OVERLOADS_ARROW): Likewise.
2007         (TYPE_USES_MULTIPLE_INHERITANCE): Likewise.
2008         (TYPE_USES_VIRTUAL_BASECLASSES): Add parenthesis.
2009         (CLASSTYPE_METHOD_VEC): Likewise.
2010         (CLASSTYPE_MARKED_N): Likewise.
2011         (CLASSTYPE_MARKED): Likewise.
2012         (CLASSTYPE_MARKED2): Likewise.
2013         (CLASSTYPE_MARKED3): Likewise.
2014         (CLASSTYPE_MARKED4): Likewise.
2015         (CLASSTYPE_MARKED5): Likewise.
2016         (CLASSTYPE_MARKED6): Likewise.
2017         (SET_CLASSTYPE_MARKED): Whitespace.
2018         (CLEAR_CLASSTYPE_MARKED): Likewise.
2019         (SET_CLASSTYPE_MARKED2): Likewise.
2020         (CLEAR_CLASSTYPE_MARKED2): Likewise.
2021         (SET_CLASSTYPE_MARKED3): Likewise.
2022         (CLEAR_CLASSTYPE_MARKED3): Likewise.
2023         (SET_CLASSTYPE_MARKED4): Likewise.
2024         (CLEAR_CLASSTYPE_MARKED4): Likewise.
2025         (SET_CLASSTYPE_MARKED5): Likewise.
2026         (CLEAR_CLASSTYPE_MARKED5): Likewise.
2027         (SET_CLASSTYPE_MARKED6): Likewise.
2028         (CLEAR_CLASSTYPE_MARKED6): Likewise.
2029         (CLASSTYPE_TAGS): Likewise.
2030         (CLASSTYPE_VSIZE): Likewise.
2031         (CLASSTYPE_VBASECLASSES): Likewise.
2032         (CANONICAL_BINFO): Add parenthesis.
2033         (CLASSTYPE_SIZE(NODE): Likewise.
2034         (CLASSTYPE_SIZE_UNIT): Likewise.
2035         (CLASSTYPE_ALIGN(NODE): Likewise.
2036         (CLASSTYPE_USER_ALIGN): Likewise.
2037         (TYPE_JAVA_INTERFACE): Likewise.
2038         (CLASSTYPE_PURE_VIRTUALS): Likewise.
2039         (CLASSTYPE_NEEDS_VIRTUAL_REINIT): Whitespace and wrap.
2040         (TYPE_HAS_DEFAULT_CONSTRUCTOR): Likewise.
2041         (CLASSTYPE_HAS_MUTABLE): Likewise.
2042         (CLASSTYPE_FRIEND_CLASSES): Likewise. Likewise.
2043         (CLASSTYPE_DECLARED_CLASS): Whitespace and wrap.
2044         (CLASSTYPE_READONLY_FIELDS_NEED_INIT): Likewise.
2045         (CLASSTYPE_REF_FIELDS_NEED_INIT): Likewise.
2046         (CLASSTYPE_INTERFACE_ONLY): Likewise.
2047         (CLASSTYPE_INTERFACE_KNOWN): Likewise.
2048         (CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
2049         (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
2050         (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
2051         (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
2052         (CLASSTYPE_DEBUG_REQUESTED): Whitespace and wrap.
2053         (BINFO_UNSHARED_MARKED): Whitespace.
2054         (BINFO_MARKED): Whitespace and wrap.
2055         (SET_BINFO_MARKED): Likewise.
2056         (CLEAR_BINFO_MARKED): Likewise.
2057         (BINFO_VTABLE_PATH_MARKED): Likewise.
2058         (SET_BINFO_VTABLE_PATH_MARKED): Likewise.
2059         (CLEAR_BINFO_VTABLE_PATH_MARKED): Likewise.
2060         (BINFO_SUBVTT_INDEX): Remove parenthesis.
2061         (BINFO_VPTR_INDEX): Likewise.
2062         (BINFO_PRIMARY_BASE_OF): Likewise,
2063         (CLASSTYPE_VFIELDS): Whitespace.
2064         (VF_DERIVED_VALUE): Wrap long line.
2065         (NAMESPACE_LEVEL): Whitespace.
2066         (CAN_HAVE_FULL_LANG_DECL_P): Remove parenthesis.
2067         (DEFARG_POINTER): Whitespace.
2068         (DECL_NEEDED_P): Remove parenthesis.
2069         (DECL_LANGUAGE): Whitespace.
2070         (SET_DECL_LANGUAGE): Add parenthesis.
2071         (DECL_CONSTRUCTOR_P): Whitespace and wrap.
2072         (DECL_OVERLOADED_OPERATOR_P): Remove parenthesis.
2073         (DECL_IN_AGGR_P): Whitespace.
2074         (DECL_FRIEND_P): Likewise.
2075         (DECL_BEFRIENDING_CLASSES): Likewise.
2076         (DECL_STATIC_FUNCTION_P): Whitespace and wrap.
2077         (DECL_NONCONVERTING_P): Whitespace.
2078         (DECL_PURE_VIRTUAL_P): Likewise.
2079         (DECL_NEEDS_FINAL_OVERRIDER_P): Likewise.
2080         (DECL_PENDING_INLINE_INFO): Whitespace.
2081         (DECL_SORTED_FIELDS): Likewise.
2082         (DECL_DEFERRED_FN): Likewise.
2083         (DECL_TEMPLATE_INFO): Likewise.
2084         (CLASSTYPE_TEMPLATE_INFO): Whitespace and wrap.
2085         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO); Likewise.
2086         (SET_TYPE_TEMPLATE_INFO): Add parenthesis.
2087         (TMPL_ARGS_LEVEL): Likewise.
2088         (SET_TMPL_ARGS_LEVEL): Likewise.
2089         (INNERMOST_TEMPLATE_PARMS): Whitespace.
2090         (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter.
2091         (INTEGRAL_CODE_P(CODE): Add parenthesis.
2092         (CP_INTEGRAL_TYPE_P): Remove parenthesis.
2093         (TYPE_HAS_CONSTRUCTOR): Whitespace.
2094         (TREE_HAS_CONSTRUCTOR): Likewise.
2095         (TYPE_HAS_DESTRUCTOR): Likewise.
2096         (TYPE_HAS_REAL_ASSIGN_REF): Likewise.
2097         (TYPE_HAS_COMPLEX_ASSIGN_REF): Likewise.
2098         (TYPE_HAS_ABSTRACT_ASSIGN_REF): Likewise.
2099         (TYPE_HAS_COMPLEX_INIT_REF): Likewise.
2100         (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): Likewise.
2101         (TYPE_PTRMEMFUNC_P): Likewise.
2102         (TYPE_PTRMEMFUNC_FLAG): Likewise.
2103         (TYPE_GET_PTRMEMFUNC_TYPE): Likewise.
2104         (TYPE_SET_PTRMEMFUNC_TYPE): Likewise.
2105         (TYPE_PTRMEM_CLASS_TYPE): Remove parenthesis.
2106         (TYPE_PTRMEM_POINTED_TO_TYPE): Likewise.
2107         (DECL_ACCESS): Whitespace.
2108         (DECL_GLOBAL_CTOR_P): Remove parenthesis.
2109         (DECL_GLOBAL_DTOR_P): Likewise.
2110         (GLOBAL_INIT_PRIORITY): Likewise.
2111         (DECL_TEMPLATE_PARMS): Likewise.
2112         (DECL_TEMPLATE_RESULT): Likewise.
2113         (DECL_TEMPLATE_INSTANTIATIONS): Likewise.
2114         (DECL_TEMPLATE_SPECIALIZATIONS): Likewise.
2115         (DECL_IMPLICIT_TYPEDEF_P): Remove parenthesis.
2116         (SET_DECL_IMPLICIT_TYPEDEF_P): Likewise.
2117         (PRIMARY_TEMPLATE_P): Add parenthesis.
2118         (DECL_USE_TEMPLATE): Whitespace.
2119         (CLASSTYPE_IMPLICIT_INSTANTIATION): Likewise.
2120         (SET_CLASSTYPE_IMPLICIT_INSTANTIATION): Likewise.
2121         (CLASSTYPE_EXPLICIT_INSTANTIATION): Likewise.
2122         (SET_CLASSTYPE_EXPLICIT_INSTANTIATION): Likewise.
2123         (CALL_DECLARATOR_PARMS): Remove parenthesis.
2124         (CALL_DECLARATOR_QUALS): Likewise.
2125         (CALL_DECLARATOR_EXCEPTION_SPEC): Likewise.
2126         (TEMP_NAME_P): Wrap.
2127         (VFIELD_NAME_P): Likewise.
2128         (B_SET): Uppercase macro parameters and add parenthesis.
2129         (B_CLR): Likewise.
2130         (B_TST): Likewise.
2131         (LOOKUP_NAMESPACES_ONLY): Uppercase macro parameters.
2132         (LOOKUP_TYPES_ONLY): Uppercase macro parameters.
2133         (LOOKUP_QUALIFIERS_ONLY): Uppercase macro parameters.
2134         (same_or_base_type_p): Likewise.
2135         (cp_deprecated): Likewise.
2136
2137 2002-01-05  Richard Henderson  <rth@redhat.com>
2138
2139         * semantics.c (expand_body): Revert last change.
2140
2141 2002-01-04  Jason Merrill  <jason@redhat.com>
2142
2143         PR c++/4122
2144         * class.c (update_vtable_entry_for_fn): Set delta to zero for a
2145         lost primary.
2146
2147         * class.c (build_vtbl_initializer): Check for a lost primary
2148         before calculating the vtable entry to throw away.
2149
2150 2002-01-02  Jason Merrill  <jason@redhat.com>
2151
2152         * semantics.c (expand_body): Call outlining_inline_function when
2153         emitting an inline function out of line.
2154
2155 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2156
2157         PR c++/5116, c++/764 reversion
2158         * call.c (build_new_op): Revert the instantiations. They are
2159         incorrect.
2160
2161 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2162
2163         PR c++/5089
2164         * decl2.c (reparse_absdcl_as_casts): Don't warn about casts to void.
2165
2166 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2167
2168         PR c++/3716
2169         * pt.c (tsubst_aggr_type): Move pmf handling into tsubst.
2170         (tsubst, case POINTER_TYPE): Handle pmfs here.
2171         (tsubst, case OFFSET_TYPE): Check it is not an offset to
2172         reference. If it is offset to FUNCTION_TYPE, create a METHOD_TYPE.
2173
2174 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2175
2176         PR c++/35
2177         * cp-tree.h (DECL_LANG_FLAG_0): Used for PARM_DECL too.
2178         (DECL_TEMPLATE_PARM_P): A PARM_DECL might be one too.
2179         * pt.c (process_template_parm): SET_DECL_TEMPLATE_PARM_P on the
2180         PARM_DECL.
2181         (tsubst_template_parms): Break up loop statements.
2182         (tsubst_decl, case PARM_DECL): Copy DECL_TEMPLATE_PARM_P. Template
2183         parm PARM_DECLs don't get promoted.
2184
2185 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2186
2187         PR c++/5123
2188         * typeck.c (build_component_ref): Cope with a TEMPLATE_ID_EXPR.
2189         (build_x_function_call): Cope with a COMPONENT_REF containing a
2190         TEMPLATE_ID_EXPR.
2191
2192 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2193
2194         PR c++/5213
2195         * pt.c (convert_template_argument): Be more careful determining
2196         when RECORD_TYPE templates are or are not templates.
2197
2198 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2199
2200         PR c++/775
2201         * cp-tree.h (handle_class_head): Adjust prototype.
2202         * decl2.c (handle_class_head): Add DEFN_P and NEW_TYPE_P
2203         parameters. Use for all class heads.
2204         * parse.y (named_class_head_sans_basetype, named_class_head,
2205         named_complex_class_head_sans_basetype,
2206         named_class_head_sans_basetype_defn,
2207         unnamed_class_head): Remove.
2208         (class_head, class_head_apparent_template): Recognize class heads
2209         (class_head_decl, class_head_defn): New reductions. Process class
2210         heads.
2211         (structsp): Adjust class definition and class declaration
2212         reductions.
2213         (maybe_base_class_list): Give diagnostic on empty list.
2214
2215 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2216
2217         PR c++/4379
2218         * typeck.c (build_x_unary_op): Don't destroy the OFFSET_REF on a
2219         single non-static member.
2220         (unary_complex_lvalue): If it cannot be a pointer to member, don't
2221         make it so. Check it is not pointer to reference.
2222
2223 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2224
2225         PR c++/5132
2226         * decl2.c (reparse_absdcl_as_casts): Don't digest_init if we
2227         are processing a template decl.
2228
2229 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
2230
2231         PR c++/5116, c++/764
2232         * call.c (build_new_op): Make sure template class operands are
2233         instantiated. Simplify arglist construction.
2234
2235 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
2236
2237         * call.c (build_user_type_conversion_1): Use my_friendly_assert
2238         rather than if ... abort.
2239         * cvt.c (convert_to_reference): Likewise.
2240         * semantics.c (setup_vtbl_ptr): Likewise.
2241         * pt.c (lookup_template_class): Comment typo.
2242
2243 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
2244
2245         PR c++/5125
2246         * pt.c (push_template_decl_real): Make sure DECL has
2247         DECL_LANG_SPECIFIC.
2248
2249 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
2250
2251         PR c++/335
2252         * init.c (resolve_offset_ref): Copy cv qualifiers of this pointer
2253         for non-reference fields.
2254         * typeck.c (require_complete_type): Use resolve_offset_ref).
2255
2256 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
2257
2258         PR c++/196
2259         * parse.y (bad_parm): Better diagnostic when given a SCOPE_REF.
2260
2261 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
2262
2263         PR c++/160
2264         * typeck.c (build_modify_expr): Remove old unreachable code & tidy
2265         up. Don't stabilize_references when initializing a reference.
2266
2267 2001-12-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2268
2269         * decl2.c (lang_f_options): Const-ify.
2270
2271 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
2272
2273         * config-lang.in (diff_excludes): Remove.
2274
2275 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
2276
2277         PR c++/90
2278         * typeck.c (build_function_call_real): Use original function
2279         expression for errors.
2280
2281 2001-12-18  Jason Merrill  <jason@redhat.com>
2282
2283         PR c++/3242
2284         * class.c (add_method): Do compare 'this' quals when trying to match a
2285         used function.  Don't defer to another used function.
2286
2287 2001-12-18  Nathan Sidwell  <nathan@codesourcery.com>
2288
2289         * pt.c (instantiate_clone): Remove, fold into ...
2290         (instantiate_template): ... here. Simplify by removing mutual
2291         recursion.
2292         * typeck2.c (build_m_component_ref): Don't cv qualify the function
2293         pointed to by a pointer to function.
2294         * class.c (delete_duplicate_fields_1): Typo.
2295
2296 2001-12-18  Jason Merrill  <jason@redhat.com>
2297
2298         C++ ABI change: destroy value arguments in caller.
2299         * semantics.c (genrtl_start_function, genrtl_finish_function): Don't
2300         create an extra binding level for the parameters.
2301         * decl.c (store_parm_decls): Don't do parameter cleanups.
2302
2303 2001-12-18  Nathan Sidwell  <nathan@codesourcery.com>
2304
2305         * call.c (build_new_method_call): Use '%#V'.
2306         * error.c (cv_to_string): Use V parameter to determine padding.
2307
2308 2001-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2309
2310         * call.c, decl2.c, init.c: Use "built-in" and "bit-field"
2311         spellings in messages.
2312
2313 2001-12-17  Zack Weinberg  <zack@codesourcery.com>
2314
2315         * cp-tree.h: Delete #defines for cp_error, cp_warning,
2316         cp_pedwarn, and cp_compiler_error.
2317         * call.c, class.c, cp-tree.h, cvt.c, decl.c, decl2.c, error.c,
2318         except.c, friend.c, init.c, lex.c, method.c, parse.y, pt.c,
2319         rtti.c, search.c, semantics.c, spew.c, tree.c, typeck.c,
2320         typeck2.c: Change calls to the above macros to use their
2321         language-independent equivalents: error, warning, pedwarn, and
2322         internal_error respectively.
2323
2324 2001-12-16  Neil Booth  <neil@daikokuya.demon.co.uk>
2325
2326         * decl2.c (finish_file): Remove back_end_hook.
2327
2328 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
2329
2330         * ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call.c, class.c,
2331         cp-tree.h, decl.c, decl2.c, except.c, operators.def, optimize.c,
2332         pt.c, rtti.c, semantics.c, typeck.c: Fix spelling errors.
2333
2334 2001-12-15  Joseph S. Myers  <jsm28@cam.ac.uk>
2335
2336         * lang-options.h: Use American spelling in messages.
2337
2338 2001-12-13  Jason Merrill  <jason@redhat.com>
2339
2340         * Make-lang.in (parse.h): Separate rule, just depend on parse.c.
2341
2342         Use cleanups to run base and member destructors.
2343         * init.c (push_base_cleanups): New function, split out from...
2344         (build_delete): ...here.  Lose !TYPE_HAS_DESTRUCTOR code.
2345         * decl.c (finish_destructor_body): Move vbase destruction code to
2346         push_base_cleanups.
2347         (begin_function_body, finish_function_body): New fns.
2348         (finish_function): Move [cd]tor handling and call_poplevel to
2349         finish_function_body.
2350         (pushdecl): Skip the new level.
2351         * semantics.c (genrtl_try_block): Don't call end_protect_partials.
2352         (setup_vtbl_ptr): Call push_base_cleanups.
2353         * method.c (synthesize_method): Call {begin,end}_function_body.
2354         * pt.c (tsubst_expr): Handle COMPOUND_STMT_BODY_BLOCK.
2355         * cp-tree.h: Declare new fns.
2356         * parse.y (function_body, .begin_function_body): New nonterminals.
2357         (fndef, pending_inline, function_try_block): Use function_body.
2358         (ctor_initializer_opt, function_try_block): No longer has a value.
2359         (base_init): Remove .set_base_init token.
2360         (.set_base_init, compstmt_or_error): Remove.
2361         * Make-lang.in (parse.c): Expect two fewer s/r conflicts.
2362
2363         * optimize.c (maybe_clone_body): Fix parameter updating.
2364
2365 2001-12-12  Jason Merrill  <jason@redhat.com>
2366
2367         * decl.c (store_parm_decls): Remove parms_have_cleanups cruft.
2368         * semantics.c (genrtl_start_function): Don't pass
2369         parms_have_cleanups or push an extra binding level.
2370         (genrtl_finish_function): Lose cleanup_label cruft.
2371
2372         * cp-tree.h (struct cp_language_function): Remove x_ctor_label.
2373         (ctor_label): Remove.
2374         * semantics.c (finish_return_stmt): Lose ctor_label support.
2375         * decl.c (finish_constructor_body, mark_lang_function): Likewise.
2376         * typeck.c (check_return_expr): Check DECL_DESTRUCTOR_P, not
2377         dtor_label.
2378
2379         * call.c (build_new_method_call): Let resolves_to_fixed_type_p
2380         check for [cd]tors.
2381         * class.c (fixed_type_or_null, case INDIRECT_REF): Fix.
2382
2383         * decl.c (finish_function): Check VMS_TARGET, not VMS.
2384
2385         * decl.c (start_cleanup_fn): Remove redundant pushlevel.
2386         (end_cleanup_fn): And poplevel.
2387
2388         * semantics.c (setup_vtbl_ptr): Always build a CTOR_INITIALIZER
2389         if we're in a template.
2390
2391 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
2392
2393         * cp-tree.h (DESTRUCTOR_DECL_PREFIX, DESTRUCTOR_NAME_P,
2394         ANON_PARMNAME_FORMAT, ANON_PARMNAME_P, DESTRUCTOR_NAME_FORMAT,
2395         THIS_NAME_P): Delete.
2396         * spew.c (read_process_identifier): Remove DESTRUCTOR_NAME_P,
2397         THIS_NAME_P and ANON_PARMNAME_P tests from warning about clash
2398         with internal naming scheme.
2399         * error.c (dump_decl): Remove DESTRUCTOR_NAME_P use.
2400
2401 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2402
2403         * decl.c (grokdeclarator): Deprecated implicit typename use.
2404
2405 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
2406
2407         PR g++/51
2408         * parse.y (frob_specs): Indicate it is a language linkage which
2409         contained the extern.
2410         * decl.c (grokdeclarator): Allow extern language linkage with
2411         other specifiers.
2412
2413 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
2414
2415         PR g++/72
2416         * decl.c (add_binding): Don't reject duplicate typedefs involving
2417         template parameters.
2418
2419 2001-12-10  Neil Booth  <neil@daikokuya.demon.co.uk>
2420
2421         * parse.y, semantics.c: Similarly.
2422
2423 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
2424
2425         PR g++/87
2426         * cp-tree.h (DECL_COPY_CONSTRUCTOR_P): Use copy_fn_p.
2427         (copy_args_p): Rename to ...
2428         (copy_fn_p): ... here.
2429         (grok_special_member_properties): New function.
2430         (grok_op_properties): Lose VIRTUALP parameter.
2431         (copy_assignment_arg_p): Remove.
2432         * call.c (build_over_call): Use copy_fn_p.
2433         * decl.c (grokfndecl): Reformat. Adjust call to
2434         grok_op_properties.
2435         (copy_args_p): Rename to ...
2436         (copy_fn_p): ... here. Reject template functions. Check for pass
2437         by value.
2438         (grok_special_member_properties): Remember special functions.
2439         (grok_ctor_properties): Don't remember them here, just check.
2440         (grok_op_properties): Likewise.
2441         (start_method): Call grok_special_member_properties.
2442         * decl2.c (grokfield): Likewise.
2443         (copy_assignment_arg_p): Remove.
2444         (grok_function_init): Don't remember abstract assignment here.
2445         * pt.c (instantiate_class_template): Call
2446         grok_special_member_properties.
2447         (tsubst_decl): Adjust grok_op_properties call.
2448
2449 2001-12-08  Aldy Hernandez  <aldyh@redhat.com>
2450
2451         * lex.c (rid_to_yy): Add RID_CHOOSE_EXPR and
2452         RID_TYPES_COMPATIBLE_P.
2453
2454 2001-12-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2455
2456         * semantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BIND flag in
2457         call to build_aggr_init.
2458         * cp-tree.h (DIRECT_BIND): Document new use of DIRECT_BIND.
2459
2460 2001-12-08  Neil Booth  <neil@daikokuya.demon.co.uk>
2461
2462         * parse.y: Replace uses of the string non-terminal with STRING.
2463         Don't perform string concatentaion here.
2464         (string): Remove non-terminal.
2465         * semantics.c (finish_asm_stmt): Don't concatenate strings here.
2466
2467 2001-12-05  Jason Merrill  <jason@redhat.com>
2468
2469         * cp-lang.c (LANG_HOOKS_TREE_INLINING_START_INLINING): Define.
2470         (LANG_HOOKS_TREE_INLINING_END_INLINING): Define.
2471         * tree.c (cp_start_inlining, cp_end_inlining): New fns.
2472         * pt.c (push_tinst_level): No longer static.
2473         * cp-tree.h: Declare them.
2474
2475         * init.c (resolve_offset_ref): Don't check access for the base
2476         conversion to access a FIELD_DECL.
2477
2478         * cp-tree.h (TYPE_REFFN_P): New macro.
2479         * decl.c (bad_specifiers): Check it, too.
2480
2481         * rtti.c (create_pseudo_type_info): Set CLASSTYPE_INTERFACE_ONLY
2482         on the __*_type_info type if we haven't seen a definition.
2483
2484 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2485
2486         * decl.c: Include c-common.h.
2487         (shadow_warning): Move to c-common.c.
2488
2489 Wed Dec  5 17:00:49 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2490
2491         * decl.c (duplicate_decls): Don't copy DECL_NO_CHECK_MEMORY_USAGE.
2492
2493 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
2494
2495         * pt.c (end_template_parm_list): Clear TREE_CHAIN of each parm.
2496
2497 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
2498
2499         PR g++/164
2500         * init.c (sort_base_init): Allow binfos to be directly specified.
2501         * method.c (do_build_copy_constructor): Explicitly convert to the
2502         base instance.
2503         (do_build_assign_ref): Likewise.
2504
2505 2001-12-03  Hans-Peter Nilsson  <hp@bitrange.com>
2506
2507         * decl.c (xref_basetypes): Don't use C99 construct in tag_code
2508         declaration and initialization.
2509
2510 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
2511
2512         * typeck2.c: Remove leading capital from diagnostic messages, as
2513         per GNU coding standards.
2514
2515 2001-12-03  Mumit Khan  <khan@nanotech.wisc.edu>
2516
2517         PR c++/3394
2518         * decl.c (xref_basetypes): Handle attributes between
2519         'class' and name.
2520
2521 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
2522
2523         PR g++/3381
2524         * parse.y (named_complex_class_head_sans_basetype): Add new
2525         reduction.
2526         * Make-lang.in (parse.c): Adjust expected conflict count.
2527
2528 2001-12-03  Jason Merrill  <jason@redhat.com>
2529
2530         * class.c (finish_vtbls): Fill in BINFO_VPTR_FIELD in the
2531         immediate binfos for our virtual bases.
2532
2533 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2534
2535         * call.c (build_java_interface_fn_ref): Similarly.
2536         * except.c (is_admissible_throw_operand): Similarly.
2537         * init.c (build_java_class_ref): Similarly.
2538         * xref.c (open_xref_file): Similarly.
2539
2540 2001-12-01  Neil Booth  <neil@daikokuya.demon.co.uk>
2541
2542         * class.c (finish_struct): Remove trailing periods from messages.
2543         * decl.c (check_tag_decl): Similarly.
2544         * lex.c (cxx_set_yydebug): Similarly.
2545         * typeck2.c (friendly_abort): Similarly.
2546
2547 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
2548
2549         PR c++/3048
2550         * cp-tree.h (ovl_member): Remove.
2551         * decl2.c (merge_functions): Handle extern "C" functions
2552         specially.
2553         * tree.c (ovl_member): Remove.
2554
2555 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
2556
2557         PR c++/4842
2558         * class.c (get_basefndecls): Take an IDENTIFIER_NODE, not a
2559         FUNCTION_DECL, as input.
2560         (mark_overriders): Remove.
2561         (warn_hidden): Rework for the new ABI.
2562
2563 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
2564
2565         PR c++/3471
2566         * call.c (convert_like_real): Do not build additional temporaries
2567         for rvalues of class type.
2568
2569 2001-11-28  Nathan Sidwell  <nathan@codesourcery.com>
2570
2571         * cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.
2572         (ACCESSIBLY_UNIQUELY_DERIVED_FROM_P): Likewise.
2573         (PUBLICLY_UNIQUELY_DERIVED_FROM_P: Likewise.
2574         (DERIVED_FROM_P): Likewise.
2575         (enum base_access): Renumber, add ba_quiet bit mask.
2576         (get_binfo): Remove.
2577         (get_base_distance): Remove.
2578         (binfo_value): Remove.
2579         (ACCESSIBLY_DERIVED_FROM_P): Remove.
2580         * call.c (standard_conversion): Use lookup_base.
2581         * class.c (strictly_overrides): Likewise.
2582         (layout_virtual_bases): Likewise.
2583         (warn_about_ambiguous_direct_bases): Likewise.
2584         (is_base_of_enclosing_class): Likewise.
2585         (add_vcall_offset_vtbl_entries_1): Likewise.
2586         * cvt.c (build_up_reference): Adjust comment.
2587         * init.c (build_member_call): Reformat.
2588         * search.c (get_binfo): Remove.
2589         (get_base_distance_recursive): Remove.
2590         (get_base_distance): Remove.
2591         (lookup_base_r): Tweak.
2592         (lookup_base): Add ba_quiet control. Complete the types here.
2593         (covariant_return_p): Use lookup_base.
2594         * tree.c (binfo_value): Remove.
2595         (maybe_dummy_object): Use lookup_base.
2596         * typeck.c (build_static_cast): Use lookup_base.
2597         (get_delta_difference): Likewise.
2598         * typeck2.c (binfo_or_else): Use lookup_base.
2599         (build_scoped_ref): Add back error_mark_check.
2600         (build_m_component_ref): Use lookup_base.
2601
2602 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
2603
2604         * Make-lang.in (c++.generated-manpages): New dummy target.
2605
2606 Tue Nov 27 09:03:47 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2607
2608         * Make-lang.in (cp-lang.o): Depends on c-common.h.
2609         * cp-lang.c (c-common.h): Include.
2610         (LANG_HOOKS_EXPAND_CONSTANT, LANG_HOOKS_SAFE_FROM_P): New hooks.
2611         * decl.c (cxx_init_decl_processing): Don't set lang_safe_from_p.
2612         * expr.c (init_cplus_expand): Don't set lang_expand_constant.
2613
2614 2001-11-26  Neil Booth  <neil@daikokuya.demon.co.uk>
2615
2616         * decl2.c (c_language): Move to c-common.c.
2617         * lex.c (cxx_post_options, cxx_init_options): Use c-common.c
2618         functions.
2619         (cxx_init): Update.
2620
2621 2001-11-26  Jason Merrill  <jason@redhat.com>
2622
2623         * call.c (joust): Remove COND_EXPR hack.
2624
2625 2001-11-25  Aldy Hernandez  <aldyh@redhat.com>
2626
2627         * search.c (lookup_base_r): Declare bk in variable declaration
2628         space.
2629
2630 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
2631
2632         PR g++/3145
2633         * class.c (build_vbase_pointer): Remove.
2634         (build_vbase_path): Remove.
2635         (build_base_path): New function.
2636         * cp-tree.h (base_access, base_kind): New enumerations.
2637         (build_base_path): Declare.
2638         (convert_pointer_to_real): Remove.
2639         (convert_pointer_to): Remove.
2640         (lookup_base): Declare.
2641         (convert_pointer_to_vbase): Remove.
2642         * call.c (build_scoped_method_call): Use lookup_base &
2643         build_base_path instead of convert_pointer_to_real,
2644         get_base_distance & get_binfo.
2645         (build_over_call): Likewise.
2646         * cvt.c (cp_convert_to_pointer): Likewise.
2647         (convert_to_pointer_force): Likewise.
2648         (build_up_reference): Likewise.
2649         (convert_pointer_to_real): Remove.
2650         (convert_pointer_to): Remove.
2651         * init.c (dfs_initialize_vtbl_ptrs): Use build_base_path
2652         instead of convert_pointer_to_vbase & build_vbase_path.
2653         (emit_base_init): Use build_base_path instead of
2654         convert_pointer_to_real.
2655         (expand_virtual_init): Lose unrequired conversions.
2656         (resolve_offset_ref): Use lookup_base and build_base_path
2657         instead of convert_pointer_to.
2658         * rtti.c (build_dynamic_cast_1): Use lookup_base &
2659         build_base_path instead of get_base_distance & build_vbase_path.
2660         * search.c (get_vbase_1): Remove.
2661         (get_vbase): Remove.
2662         (convert_pointer_to_vbase): Remove.
2663         (lookup_base_r): New function.
2664         (lookup_base): New function.
2665         * typeck.c (require_complete_type): Use lookup_base &
2666         build_base_path instead of convert_pointer_to.
2667         (build_component_ref): Likewise.
2668         (build_x_function_call): Likewise.
2669         (get_member_function_from_ptrfunc): Likewise.
2670         (build_component_addr): Likewise.
2671         * typeck2.c (build_scoped_ref): Likewise.
2672
2673 2001-11-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2674
2675         * cp-tree.h (CP_TYPE_QUALS): Removed.
2676         * decl.c (cxx_init_decl_processing): Don't set lang_dump_tree.
2677         * cp-lang.c: Set LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN and
2678         LANG_HOOKS_TREE_DUMP_TYPE_QUALS_FN.
2679         * dump.c (cp_dump_tree): Use void* dump_info argument to match
2680         lang-hooks prototype.
2681         * call.c, cp-tree.h, cvt.c, decl.c, init.c, mangle.c, method.c, pt.c,
2682         rtti.c, semantics.c, tree.c, typeck.c, typeck2.c: All references to
2683         CP_TYPE_QUALS changed to cp_type_quals.
2684         * Make-lang.in: References to c-dump.h changed to tree-dump.h.
2685         (CXX_C_OBJS): Remove c-dump.o.
2686
2687 2001-11-21  Mark Mitchell  <mark@codesourcery.com>
2688
2689         PR c++/3637
2690         * pt.c (lookup_template_class): Ensure that all specializations
2691         are registered on the list corresponding to the most general
2692         template.
2693
2694 2001-11-20  Mark Mitchell  <mark@codesourcery.com>
2695
2696         * call.c (non_reference): Add documentation.
2697         (convert_class_to_reference): Do not strip reference types
2698         from conversion operators.
2699         (maybe_handle_ref_bind): Simplify.
2700         (compare_ics): Correct handling of references.
2701
2702 2001-11-19  John Wilkinson <johnw@research.att.com>
2703
2704         * dump.c (dump_op): New function.
2705         (cp_dump_tree): Dump CLASSTYPE_TEMPLATE_SPECIALIZATION.  Use
2706         dump_op.  Dump DECL_MUTABLE, access and staticness for VAR_DECLs.
2707         DECL_PURE_VIRTUAL_P, DECL_VIRTUAL_P,
2708
2709 2001-11-19  Mark Mitchell  <mark@codesourcery.com>
2710
2711         PR4629
2712         * semantics.c (finish_sizeof): Make sure that expression created
2713         while processing a template do not have a type.
2714         (finish_alignof): Likewise.
2715         * typeck.c (c_sizeof): Likewise.
2716         (expr_sizeof): Likewise.
2717
2718 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
2719
2720         * lex.c (cxx_finish): Call c_common_finish.
2721         (finish_parse): Remove.
2722
2723 2001-11-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2724
2725         * decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE
2726         when displaying error message about missing array bounds.
2727
2728 2001-11-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2729
2730         * mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR,
2731         CONST_CAST_EXPR.
2732         * operators.def: Add CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_EXPR.
2733
2734 2001-11-16  Neil Booth  <neil@daikokuya.demon.co.uk>
2735
2736         * cp-tree.h (print_class_statistics): Restore.
2737
2738 2001-11-15  Jason Merrill  <jason@redhat.com>
2739
2740         * method.c (use_thunk): Don't emit debugging information for thunks.
2741
2742         * parse.y: Add ... IDENTIFIER SCOPE and ... PTYPENAME SCOPE expansions.
2743         * decl.c (make_typename_type): Handle getting a class template.
2744         * search.c (lookup_field_r): A class template is good enough for
2745         want_type.
2746
2747         * call.c (convert_like_real): Only use cp_convert for the bad part.
2748         (standard_conversion): Also allow bad int->enum.
2749         * typeck.c (ptr_reasonably_similar): Also allow functions to
2750         interconvert.  Pointers to same-size integers are reasonably
2751         similar.
2752
2753         * cvt.c (convert_to_void): If we build a new COND_EXPR, always
2754         give it void type.
2755
2756 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
2757
2758         PR g++/3154
2759         * init.c (sort_base_init): Remove unreachable code.
2760         (expand_member_init): Adjust comment to reflect reality. Simplify
2761         and remove unreachable code.
2762
2763 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
2764
2765         * cp-tree.h (init_reswords, cxx_init_decl_processing): New.
2766         (cxx_init): Update prototype.
2767         * decl.c (init_decl_processing): Rename.  Move null node init
2768         to its creation time.
2769         * lex.c (cxx_init_options): Update.
2770         (cxx_init): Combine with old init_parse; also call
2771         cxx_init_decl_processing.
2772
2773 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
2774
2775         * decl.c (check_initializer): Try to complete the type of an
2776         array element before checking whether it's complete.  Don't
2777         complain about arrays with complete element types but an
2778         unknown size.
2779         (cp_finish_decl): Build the hierarchical constructor before
2780         calling maybe_deduce_size_from_array_init.
2781
2782 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
2783
2784         * Make-lang.in: Change all uses of $(manext) to $(man1ext).
2785
2786 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
2787
2788         PR g++/4206
2789         * parse.y (already_scoped_stmt): Remove.
2790         (simple_stmt, WHILE & FOR): Use implicitly_scoped_stmt.
2791
2792 2001-11-12  H.J. Lu <hjl@gnu.org>
2793
2794         * cvt.c (ocp_convert): Don't warn the address of a weak
2795         function is always `true'.
2796
2797 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
2798
2799         * cp-lang.c (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
2800         LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
2801         LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): Override.
2802         * cp-tree.h (print_class_statistics): Remove.
2803         (cxx_print_statistics, cxx_print_xnode, cxx_print_decl, cxx_print_type,
2804         cxx_print_identifier, cxx_set_yydebug): New.
2805         * lex.c (set_yydebug): Rename c_set_yydebug.
2806         * ptree.c (print_lang_decl, print_lang_type, print_lang_identifier,
2807         lang_print_xnode): Rename.
2808         * tree.c (print_lang_statistics): Rename.
2809
2810 2001-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2811
2812         * class.c (dump_array): Fix format specifier warning.
2813
2814 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
2815
2816         * cp-lang.c (LANG_HOOKS_NAME): Override.
2817         (struct lang_hooks): Constify.
2818         * lex.c (cxx_init_options): Update.
2819         (lang_identify): Remove.
2820         * parse.y (language_string): Remove.
2821
2822 2001-11-08  Andreas Franck  <afranck@gmx.de>
2823
2824         * Make-lang.in (CXX_INSTALL_NAME, GXX_CROSS_NAME,
2825         DEMANGLER_CROSS_NAME): Handle program_transform_name the way
2826         suggested by autoconf.
2827         (GXX_TARGET_INSTALL_NAME, CXX_TARGET_INSTALL_NAME): Define.
2828         (c++.install-common): Use the transformed target alias names.
2829
2830 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
2831
2832         * Make-lang.in: Update.
2833         * cp-lang.c: Include langhooks-def.h.
2834
2835 2001-11-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2836
2837         * pt.c (tsubst_copy): Call tsubst for TYPEOF_EXPR.
2838
2839 2001-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2840
2841         * lex.c (copy_lang_type): Add static prototype.
2842
2843 2001-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2844
2845         * pt.c (unify): Handle SCOPE_REF.
2846
2847 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
2848
2849         * tree.c (cp_copy_res_decl_for_inlining): Adjust
2850         DECL_ABSTRACT_ORIGIN for the return variable.
2851
2852 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
2853
2854         *  Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
2855
2856 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
2857
2858         * ChangeLog.1, ChangeLog.2, ChangeLog, class.c, decl2.c, search.c,
2859         semantics.c, spew.c: Fix spelling errors.
2860
2861 2001-10-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2862
2863         * decl2.c (validate_nonmember_using_decl): Handle NAMESPACE_DECL.
2864
2865 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
2866
2867         * cp-lang.c: Redefine LANG_HOOKS_CLEAR_BINDING_STACK to
2868         pop_everything.
2869
2870 Tue Oct 23 14:00:20 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2871
2872         * cp-lang.c (cxx_get_alias_set): New function.
2873         Point LANG_HOOKS_GET_ALIAS_SET to it.
2874
2875 2001-10-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2876
2877         * cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
2878         * cp-tree.h (make_unbound_class_template): Prototype new function.
2879         * decl.c (make_unbound_class_template): New function.
2880         * decl2.c (arg_assoc_template_arg): Handle UNBOUND_CLASS_TEMPLATE.
2881         * error.c (dump_type): Likewise.
2882         * mangle.c (write_type): Likewise.
2883         * parse.y (template_parm): Likewise.
2884         (template_argument): Use make_unbound_class_template.
2885         * pt.c (convert_template_argument): Handle UNBOUND_CLASS_TEMPLATE.
2886         (tsubst): Likewise.
2887         (tsubst_copy): Likewise.
2888         (unify): Likewise.
2889         * tree.c (walk_tree): Likewise.
2890         * typeck.c (comptypes): Likewise.
2891
2892 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2893
2894         * xref.c (GNU_xref_member): Use safe-ctype macros and/or fold
2895         extra calls into fewer ones.
2896
2897 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
2898
2899         * decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
2900         Warn when merging inline with attribute noinline.
2901         (start_decl, start_function): Warn if inline and attribute
2902         noinline appear in the same declaration.
2903
2904 2001-10-16  H.J. Lu <hjl@gnu.org>
2905
2906         * cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined
2907         for tree checking disabled.
2908
2909 2001-10-16  Hans-Peter Nilsson  <hp@axis.com>
2910
2911         * cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL &&
2912         NO_DOT_IN_LABEL]: Adjust to match VFIELD_NAME.
2913
2914 2001-10-15  Richard Sandiford  <rsandifo@redhat.com>
2915
2916         * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.
2917         (unify): Only handle MINUS_EXPR specially if the above flag is set
2918         and the subtracted constant is 1.  Clear the flag on recursive calls.
2919         Set it when unifying the maximum value in an INTEGER_TYPE's range.
2920
2921 2001-10-15  Richard Sandiford  <rsandifo@redhat.com>
2922
2923         * decl.c (bad_specifiers): Don't allow exception specifications
2924         on any typedefs.
2925
2926 2001-10-14  Neil Booth  <neil@daikokuya.demon.co.uk>
2927
2928         * cp/lex.c (init_cp_pragma): Similarly.
2929
2930 2001-10-13  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2931
2932         * pt.c (lookup_template_class): Build complete template arguments
2933         for BOUND_TEMPLATE_TEMPLATE_PARM.
2934
2935 2001-10-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2936
2937         * cp-tree.h (TYPE_BINFO): Update comment.
2938         (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): New macro.
2939         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Use template_info.
2940         (TYPENAME_TYPE_FULLNAME): Use TYPE_FIELDS.
2941         (copy_type): Prototype new function.
2942         * lex.c (copy_lang_decl): Gather tree node statistics.
2943         (copy_lang_type): New function.
2944         (copy_type): Likewise.
2945         (cp_make_lang_type): Create lang_type for
2946         BOUND_TEMPLATE_TEMPLATE_PARM.  Set TYPE_BINFO for TYPENAME_TYPE
2947         and BOUND_TEMPLATE_TEMPLATE_PARM.
2948         * pt.c (tsubst): Use copy_type instead of copy_node.
2949         * search.c (lookup_field_1): Ignore TYPENAME_TYPE.
2950
2951 2001-10-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2952
2953         * pt.c (determine_specialization): Ignore functions without
2954         DECL_TEMPLATE_INFO.
2955
2956 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
2957
2958         PR g++/4476
2959         * typeck2.c (abstract_virtuals_error): Ignore incomplete classes.
2960
2961 2001-10-11  Jason Merrill  <jason_merrill@redhat.com>
2962
2963         * typeck2.c (store_init_value): Don't re-digest a bracketed
2964         initializer.
2965
2966         * class.c (finish_struct_anon): Use TYPE_ANONYMOUS_P instead of
2967         ANON_AGGR_TYPE_P.
2968
2969 2001-10-11  Richard Henderson  <rth@redhat.com>
2970
2971         * class.c (build_vtable_entry_ref): Create a VTABLE_REF instead
2972         of an asm statement.
2973         (build_vtbl_ref_1): Split out from build_vtbl_ref.
2974         (build_vfn_ref): Use it to handle vtable descriptors before
2975         calling build_vtable_entry_ref.
2976         * decl2.c (output_vtable_inherit): Use assemble_vtable_inherit.
2977
2978 2001-10-10  Richard Henderson  <rth@redhat.com>
2979
2980         * parse.y (asm_operand): Allow named operands.
2981         * semantics.c (finish_asm_stmt): Tweek for changed location
2982         of the operand constrant.
2983
2984 2001-10-09  Jason Merrill  <jason_merrill@redhat.com>
2985
2986         * call.c (standard_conversion): Add bad conversion between
2987         integers and pointers.
2988         (convert_like_real): Don't use convert_for_initialization for bad
2989         conversions; complain here and use cp_convert.
2990         (build_over_call): Don't handle bad conversions specially.
2991         (perform_implicit_conversion): Allow bad conversions.
2992         (can_convert_arg_bad): New fn.
2993         * cp-tree.h: Declare it.
2994         * typeck.c (convert_for_assignment): Use it.
2995         (ptr_reasonably_similar): Any target type is similar to void.
2996
2997 2001-10-08  Alexandre Oliva  <aoliva@redhat.com>
2998
2999         * Make-lang.in (CXX_OBJS): Added cp-lang.o.
3000         (cp/cp-lang.o): New rule.
3001         * cp-tree.h: Declare hooks.
3002         * tree.c: Make hooks non-static.
3003         (init_tree): Don't initialize hooks here.
3004         * lex.c: Likewise.  Move definition of lang_hooks to...
3005         * cp-lang.c: ... new file.
3006
3007 2001-10-08  Richard Henderson  <rth@redhat.com>
3008
3009         * cp-tree.h (struct lang_decl_flags): Remove declared_inline.
3010         (DECL_DECLARED_INLINE_P): Use the bit in struct c_lang_decl.
3011
3012 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3013
3014         * class.c (build_vtable_entry_ref): Const-ify.
3015         * decl.c (predefined_identifier,
3016         initialize_predefined_identifiers): Likewise.
3017         * init.c (build_new_1): Likewise.
3018         * lex.c (cplus_tree_code_type, cplus_tree_code_length, resword):
3019         Likewise.
3020
3021 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
3022
3023         * optimize.c (struct inline_data): Moved to ../tree-inline.c.
3024         (INSNS_PER_STMT): Likewise.
3025         (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
3026         (copy_body, initialize_inlined_parameters): Likewise.
3027         (declare_return_variable, inlinable_function_p): Likewise.
3028         (expand_call_inline, expand_calls_inline): Likewise.
3029         (optimize_inline_calls, clone_body): Likewise.
3030         * tree.c (walk_tree): Moved to ../tree-inline.c.
3031         (walk_tree_without_duplicates): Likewise.
3032         (copy_tree_r, remap_save_expr): Likewise.
3033
3034 2001-10-04  Alexandre Oliva  <aoliva@redhat.com>
3035
3036         * Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.
3037         (cp/pt.o, cp/semantics.o, cp/optimize.o): Likewise.
3038         * cp-tree.h (lang_decl): Moved inlined_fns to tree_decl.
3039         (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved to ../tree.h.
3040         (flag_inline_trees): Moved declaration to ../tree-inline.h.
3041         (walk_tree): Moved declaration to ../tree-inline.h.
3042         (walk_tree_without_duplicates, copy_tree_r): Likewise.
3043         (remap_save_expr): Likewise.
3044         * decl.c: Include tree-inline.h.
3045         (lang_mark_tree): Don't mark inlined_fns.
3046         * decl2.c (flag_inline_trees): Moved defn to ../tree-inline.c.
3047         * optimize.c: Include tree-inline.h.
3048         (optimize_inline_calls): Move declaration to ../tree.h, as
3049         non-static.
3050         (remap_decl): Use language-independent constructs and hooks.
3051         (remap_block, copy_body_r, declare_return_variable): Likewise.
3052         (inlinable_function_p): Likewise.  Don't test for
3053         DECL_LANG_SPECIFIC before DECL_INLINED_FNS as inlined_fns is
3054         no longer language-specific.
3055         (optimize_inline_calls): Likewise.  Make it non-static.  Moved
3056         call of dump_function to...
3057         (optimize_function): Here...
3058         (clone_body): New function, extracted from...
3059         (maybe_clone_body): ... here.  Build decl_map locally and pass
3060         it on to clone_body.
3061         * pt.c, semantics.c: Include tree-inline.h.
3062         * tree.c: Likewise.
3063         (cp_walk_subtrees): New language-specific hook for tree inlining.
3064         (cp_cannot_inline_tree_fn, cp_add_pending_fn_decls,
3065         cp_is_overload_p, cp_auto_var_in_fn_p,
3066         cp_copy_res_decl_for_inlining): Likewise.
3067         (walk_tree): Move language-specific constructs into...
3068         (cp_walk_subtrees): this new function.
3069         (copy_tree_r): Use language-independent constructs and hooks.
3070         (init_tree): Initialize tree inlining hooks.
3071         (remap_save_expr): Adjust prototype so that the declaration
3072         does not require the definition of splay_tree.
3073
3074 2001-10-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3075
3076         * rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type used
3077         to build the declaration instead of the declaration itself.
3078
3079 2001-10-02  Jason Merrill  <jason_merrill@redhat.com>
3080
3081         * decl2.c (cxx_decode_option): Add 'else'.
3082
3083         * spew.c (end_input): No longer static.
3084         * cp-tree.h: Declare it.
3085         * parse.y (datadef): Add "error END_OF_SAVED_INPUT" expansion.
3086
3087 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3088
3089         * call.c (build_over_call), typeck.c (build_function_call_real):
3090         Pass type attributes to check_function_format rather than name or
3091         assembler name.  Don't require there to be a name or assembler
3092         name to check formats.
3093
3094 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3095
3096         * decl.c (init_decl_processing): Don't call
3097         init_function_format_info.  Initialize lang_attribute_table
3098         earlier.
3099         (builtin_function): Call decl_attributes.
3100         (insert_default_attributes): New.
3101
3102 2001-10-01  Jason Merrill  <jason_merrill@redhat.com>
3103
3104         * decl.c (grokdeclarator): Copy array typedef handling from C
3105         frontend.
3106
3107         * decl.c (grokdeclarator): Copy too-large array handling from C
3108         frontend.
3109
3110 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
3111
3112         * config-lang.in (target_libs): Added target-gperf, so that we
3113         don't try to build it if C++ is disabled.
3114
3115 2001-09-23  Zack Weinberg  <zack@codesourcery.com>
3116
3117         * Make-lang.in (CXX_OBJS): Take out cp/errfn.o.
3118         (cp/errfn.o): Delete rule.
3119         (cp/error.o): Depend on flags.h.
3120         * errfn.c: Delete file.
3121         * cp-tree.h: Declare warn_deprecated.  Remove definitions of
3122         TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS,
3123         and TFF_TEMPLATE_DEFAULT_ARGUMENTS. #define cp_error, cp_warning,
3124         cp_pedwarn, and cp_compiler_error to error, warning, pedwarn, and
3125         internal_error respectively.  Make cp_deprecated into a macro.
3126         Don't define cp_printer typedef or declare cp_printers.
3127         * error.c: Include flags.h.
3128         Delete: struct tree_formatting_info, print_function_argument_list,
3129         print_declaration, print_expression, print_function_declaration,
3130         print_function_parameter, print_type_id, print_cv_qualifier_seq,
3131         print_type_specifier_seq, print_simple_type_specifier,
3132         print_elaborated_type_specifier, print_rest_of_abstract_declarator,
3133         print_parameter_declaration_clause, print_exception_specification,
3134         print_nested_name_specifier, and definition of cp_printers.
3135         (locate_error): New function.
3136         (cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and
3137         rewritten in terms of locate_error and diagnostic.c.
3138         (cp_tree_printer): Rename cp_printer; wire up to *_to_string
3139         instead of deleted print_* routines.  Handle %C, %L, %O, %Q also.
3140         (init_error): Adjust to match.
3141
3142 Sat Sep 22 09:15:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3143
3144         * Make-lang.in (CXX_C_OBJS): Add attribs.o.
3145
3146 2001-09-21  Richard Henderson  <rth@redhat.com>
3147
3148         * class.c (set_vindex): Mind TARGET_VTABLE_USES_DESCRIPTORS.
3149         (build_vtbl_initializer): Likewise.
3150         (build_vfn_ref): New.
3151         * cp-tree.h: Declare it.
3152         * call.c (build_over_call): Use it.
3153         * decl2.c (mark_vtable_entries): Mark FDESC_EXPR.
3154         * typeck.c (get_member_function_from_ptrfunc): Mind descriptors.
3155
3156 Fri Sep 21 08:16:19 2001  J"orn Rennecke <amylaar@redhat.com>
3157
3158         * decl.c (grokdeclarator): Use C syntax for attr_flags declaration.
3159
3160 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
3161
3162         Table-driven attributes.
3163         * decl.c: Rename DECL_MACHINE_ATTRIBUTES to DECL_ATTRIBUTES.
3164         * decl2.c (cplus_decl_attributes): Only take one attributes
3165         parameter.
3166         * cp-tree.c (cplus_decl_attributes): Update prototype.
3167         * class.c (finish_struct), decl.c (start_decl, start_function),
3168         decl2.c (grokfield), friend.c (do_friend), parse.y
3169         (parse_bitfield): Update calls to cplus_decl_attributes.
3170         * decl.c (grokdeclarator): Take a pointer to a single ordinary
3171         attribute list.
3172         * decl.h (grokdeclarator): Update prototype.
3173         * decl2.c (grokfield): Take a single ordinary attribute list.
3174         * friend.c (do_friend): Likewise.
3175         * decl.c (shadow_tag, groktypename, start_decl,
3176         start_handler_parms, grokdeclarator, grokparms, start_function,
3177         start_method), decl2.c (grokfield, grokbitfield, grokoptypename),
3178         parse.y (parse_field, parse_bitfield, component_decl_1), pt.c
3179         (process_template_parm, do_decl_instantiation): Pass single
3180         ordinary attribute lists around.
3181         * decl.c (grokdeclarator): Correct handling of nested attributes.
3182         Revert the patch
3183         1998-10-18  Jason Merrill  <jason@yorick.cygnus.com>
3184                 * decl.c (grokdeclarator): Embedded attrs bind to the right,
3185                 not the left.
3186         .
3187         * cp-tree.h (cp_valid_lang_attribute): Remove declaration
3188         (cp_attribute_table): Declare.
3189         * decl.c (valid_lang_attribute): Don't define.
3190         (lang_attribute_table): Define.
3191         (init_decl_processing): Initialize lang_attribute_table instead of
3192         valid_lang_attribute.
3193         * tree.c (cp_valid_lang_attribute): Remove.
3194         (handle_java_interface_attribute, handle_com_interface_attribute,
3195         handle_init_priority_attribute): New functions.
3196         (cp_attribute_table): New array.
3197         * decl2.c (import_export_class): Don't use
3198         targetm.valid_type_attribute.
3199
3200 2001-09-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3201
3202         * Make-lang.in (cp/error.o): Depend on real.h
3203         * error.c: #include "real.h"
3204
3205 2001-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3206
3207         * mangle.c (mangle_conv_op_name_for_type): Use concat in lieu of
3208         xmalloc/strcpy/strcat.
3209
3210 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3211
3212         * decl.c (warn_extern_redeclared_static, cp_make_fname_decl):
3213         Const-ification.
3214         * pt.c (tsubst_decl): Likewise.
3215
3216 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3217
3218         * decl2.c (lang_f_options): Const-ification.
3219         * lex.c (cplus_tree_code_name): Likewise.
3220         * spew.c (yyerror): Likewise.
3221
3222 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3223
3224         PR c++/3986
3225         * class.c (force_canonical_binfo_r): Check & move an indirect
3226         primary base first.
3227         (force_canonical_binfo): Check that it's not already
3228         canonical.
3229         (mark_primary_virtual_base): Remove BINFO parameter.
3230         (mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here.
3231
3232 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3233
3234         Remove TYPE_NONCOPIED_PARTS.
3235         * cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Map onto
3236         CLASSTYPE_PURE_VIRTUALS.
3237         (TYPE_RAISES_EXCEPTIONS): Map onto TYPE_BINFO.
3238         * class.c (duplicate_tag_error): Remove TYPE_NONCOPIED_PARTS.
3239         (layout_class_type): Don't call fixup_inline_methods here ...
3240         (finish_struct_1): ... call it here.
3241
3242 2001-09-04  Mark Mitchell  <mark@codesourcery.com>
3243
3244         * decl.c (duplicate_decls): Remove code deadling with
3245         DECL_SAVED_INSNS.
3246         * decl2.c (finish_file): Likewise.
3247         * pt.c (instantiate_decl): Likewise.
3248         * semantics.c (expand_body): Don't defer local functions if
3249         they wouldn't be deferred for some other reason.  Don't
3250         generate RTL for functions that will not be emitted.
3251         (genrtl_start_function): Remove code deadling with
3252         DECL_SAVED_INSNS.
3253         (genrtl_finish_function): Likewise.
3254
3255 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
3256
3257         PR c++/4203
3258         * call.c (build_over_call): Do not optimize any empty base
3259         construction.
3260
3261 2001-08-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3262
3263         * error.c (dump_template_decl): Output template parameters
3264         together with their specifiers.
3265         Output `class' prefix for template template parameter.
3266         (dump_decl): Fix formatting.
3267
3268 2001-08-30  Kurt Garloff  <garloff@suse.de>
3269
3270         * optimize.c (inlinable_function_p): Allow only smaller single
3271         functions. Halve inline limit after reaching recursive limit.
3272
3273 2001-08-30  Joern Rennecke <amylaar@redhat.com>
3274             Jason Merrill  <jason_merrill@redhat.com>
3275
3276         * class.c (build_vtable_entry_ref): Subtract in char*, not
3277         ptrdiff_t.
3278
3279 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
3280
3281         * tree.c (cp_build_qualified_type_real): Use get_qualified_type.
3282         (build_cplus_array_type): Use cp_build_qualified_type, not
3283         TYPE_MAIN_VARIANT, to get an unqualified version.
3284
3285         * decl2.c (grok_alignof): Lose.
3286         (build_expr_from_tree): Use expr_sizeof and c_alignof_expr.
3287         * typeck.c (c_alignof): Lose.
3288         * semantics.c (finish_sizeof, finish_alignof): New.
3289         * parse.y: Use them.
3290         * cp-tree.h: Declare them.
3291
3292 2001-08-22  Jason Merrill  <jason_merrill@redhat.com>
3293
3294         * pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.
3295         Don't loop in COMPOUND_STMT, FOR_STMT or TRY_BLOCK.
3296         * tree.c (cp_statement_code_p): A TAG_DEFN is a statement.
3297
3298 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
3299
3300         * typeck2.c (add_exception_specifier): Only require complete type if
3301         not in processing template declaration.
3302
3303 2001-08-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3304
3305         * decl.c: Cast argument to size_t, not HOST_WIDE_INT, in calls to
3306         GNU_xref_start_scope and GNU_xref_end_scope.
3307
3308         * tree.c (TYPE_HASH): Moved to ../tree.h.
3309
3310 2001-08-16  Mark Mitchell  <mark@codesourcery.com>
3311
3312         * cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS
3313         on COMPOUND_EXPRs.
3314
3315 2001-08-14  Richard Henderson  <rth@redhat.com>
3316
3317         * class.c, cp-tree.h (build_vfn_ref): Remove.
3318         * call.c, rtti.c: Replace all refernces with build_vtbl_ref.
3319
3320 2001-08-13  Mark Mitchell  <mark@codesourcery.com>
3321
3322         * call.c (build_over_call): Mark COMPOUND_EXPRs generated for
3323         empty class assignment as having side-effects to avoid
3324         spurious warnings.
3325
3326 2001-08-13  Zack Weinberg  <zackw@panix.com>
3327
3328         * Make-lang.in (cp/except.o): Add libfuncs.h to dependencies.
3329         * except.c: Include libfuncs.h.
3330
3331 2001-08-11  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3332
3333         * decl.c (grokdeclarator): Clarify diagnostic message.
3334
3335 2001-08-13  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3336
3337         * decl2.c (do_nonmember_using_decl): Replace using directive
3338         with using declaration in the error message.
3339
3340 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3341
3342         * pt.c (maybe_fold_nontype_arg): Use TREE_TYPE of ARG as the
3343         criterion to avoid rebuilding expression tree instead of
3344         processing_template_decl.
3345
3346 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
3347
3348         Support named return value optimization for inlines, too.
3349         * decl.c (finish_function): Nullify returns here.
3350         * semantics.c (genrtl_start_function): Not here.
3351         (cp_expand_stmt): Don't mess with CLEANUP_STMTs.
3352         (nullify_returns_r): No longer static.  Just clear RETURN_EXPR.
3353         Also nullify the CLEANUP_STMT for the nrv.
3354         * cp-tree.h: Declare it.
3355         * optimize.c (declare_return_variable): Replace the nrv with the
3356         return variable.
3357         * typeck.c (check_return_expr): Be more flexible on alignment check.
3358         Ignore cv-quals when checking for a matching type.
3359
3360 2001-08-09  Richard Henderson  <rth@redhat.com>
3361
3362         * decl2.c (finish_objects): Use target hooks instead of
3363         assemble_constructor and assemble_destructor.
3364
3365 2001-08-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3366
3367         * g++spec.c (lang_specific_driver): Quote argument after `-Xlinker'.
3368
3369 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
3370
3371         PR c++/3820
3372         Stop using TYPE_NONCOPIED_PARTS.
3373         * call.c (build_over_call): Be careful when copy constructing
3374         or assigning to an empty class.
3375         * class.c (check_bases_and_members): It has a
3376         COMPLEX_ASSIGN_REF if it has a vptr.
3377         (layout_class_type): Don't add empty class padding to
3378         TYPE_NONCOPIED_PARTS.
3379         (finish_struct_1): Don't add the VFIELD either.
3380         * cp-tree.h (TYPE_HAS_TRIVIAL_INIT_REF): Mention _copy_
3381         initialization.
3382
3383 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
3384
3385         * tree.c (walk_tree): Walk siblings even if !walk_subtrees.
3386
3387 2001-08-06  Richard Henderson  <rth@redhat.com>
3388
3389         * decl2.c (finish_objects): Pass a symbol_ref and priority to
3390         assemble_{constructor,destructor}.  Remove priority handling.
3391
3392 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3393
3394         Don't allow template-id in using-declaration.
3395         * decl2.c (validate_nonmember_using_decl): Handle template-ids.
3396         (do_class_using_decl): Likewise.
3397
3398 2001-08-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
3399
3400         * cp/spew.c (read_token): No need to pop buffers.
3401
3402 2001-08-02  Stan Shebs  <shebs@apple.com>
3403
3404         * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer used.
3405         (fnaddr_from_vtable_entry): Remove decl.
3406         * method.c (use_thunk): Update comment.
3407
3408 2001-08-01  Andrew Cagney  <ac131313@redhat.com>
3409
3410         * repo.c (get_base_filename): Change return value to const char
3411         pointer.
3412
3413 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
3414
3415         Kill -fhonor-std.
3416         * NEWS: Document.
3417         * cp-tree.h (flag_honor_std): Remove.
3418         (CPTI_FAKE_STD): Remove.
3419         (std_node): Remove comment about it being NULL.
3420         (fake_std_node): Remove.
3421         * decl.c (in_fake_std): Remove.
3422         (walk_namespaces_r): Remove fake_std_node check.
3423         (push_namespace): Remove in_fake_std code.
3424         (pop_namespace): Likewise.
3425         (lookup_name_real): Remove fake_std_node check.
3426         (init_decl_processing): Always create std_node. Always add
3427         std:: things there.
3428         (builtin_function): Always put non '_' fns in std.
3429         * decl2.c (flag_honor_std): Remove.
3430         (lang_f_options): Remove honor-std.
3431         (unsupported_options): Add honor-std.
3432         (set_decl_namespace): Remove fake_std_node check.
3433         (validate_nonmember_using_decl): Likewise.
3434         (do_using_directive): Likewise.
3435         (handle_class_head): Likewise.
3436         * dump.c (cp_dump_tree): Likewise.
3437         * except.c (init_exception_processing): Adjust.
3438         * init.c (build_member_call): Remove fake_std_node check.
3439         (build_offset_ref): Likewise.
3440         * lang-options.h: Remove -fhonor-std, -fno-honor-std.
3441         * rtti.c (init_rtti_processing): Adjust.
3442
3443 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
3444
3445         * tree.c (cp_tree_equal): WITH_CLEANUP_EXPR node to use its second
3446         operand while calling cp_tree_equal.
3447
3448 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3449
3450         The 3.0 ABI no longer has vbase pointer fields.
3451         * cp-tree.h (VBASE_NAME, VBASE_NAME_FORMAT, VBASE_NAME_P,
3452         FORMAT_VBASE_NAME): Remove.
3453         * method.c (do_build_copy_constructor): Adjust.
3454         (do_build_assign_ref): Adjust.
3455         * search.c (lookup_field_r): Adjust.
3456         * typeck.c (build_component_ref): Adjust.
3457
3458         The 3.0 ABI always has a vtable pointer at the start of every
3459         polymorphic class.
3460         * rtti.c (build_headof_sub): Remove.
3461         (build_headof): Adjust.
3462         (get_tinfo_decl_dynamic): No need to check flag_rtti
3463         here. Adjust.
3464         (create_real_tinfo_var): Explain why we need a hidden name.
3465
3466 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3467
3468         PR c++/3631
3469         * class.c (update_vtable_entry_for_fn): The fixed adjustment
3470         of a virtual thunk should be from declaring base.
3471
3472 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3473
3474         * class.c (dfs_ctor_vtable_bases_queue_p): Always walk into
3475         the shared virtual base, so preserving inheritance graph order.
3476
3477 2001-07-30  Andreas Jaeger  <aj@suse.de>
3478
3479         * decl2.c: Remove unused var global_temp_name_counter.
3480
3481 2001-07-28  Richard Henderson  <rth@redhat.com>
3482
3483         * method.c (pending_inlines): Remove.
3484
3485 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
3486
3487         * class.c (mark_primary_virtual_base): Don't adjust base
3488         offsets here.
3489         (dfs_unshared_virtual_bases): Adjust them here.
3490         (mark_primary_bases): Explain why we adjust at the end.
3491
3492 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
3493
3494         * class.c (finish_struct_1): When copying the primary base's
3495         VFIELD, make sure we find it is at offset zero.
3496
3497 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3498
3499         * pt.c (tsubst_template_parms): Call maybe_fold_nontype_arg and
3500         tsubst_expr for default template arguments.
3501
3502 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
3503
3504         PR c++/3621
3505         * spew.c (yylex): Only copy the token's lineno, if it is
3506         non-zero.
3507
3508 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
3509
3510         PR c++/3624
3511         * call.c (resolve_args): Simplify, call
3512         convert_from_reference.
3513         (build_new_op): Resolve and convert from reference ARG1
3514         earlier. Adjust ARG2 & ARG3 resolve and conversion.
3515
3516 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
3517
3518         * decl.c (last_function_parm_tags): Remove.
3519         (current_function_parm_tags): Remove.
3520         (init_decl_processing): Adjust.
3521         (start_function): Adjust.
3522         (store_parm_decls): Adjust.
3523
3524         PR c++/3152
3525         * decl.c (grokdeclarator): Detect when a function typedef is
3526         declaring a function, and create last_function_parms correctly.
3527
3528 2001-07-25  Jason Merrill  <jason_merrill@redhat.com>
3529
3530         * call.c (joust): Only prefer a non-builtin candidate to a builtin
3531         one if they have the same signature.
3532
3533         * cvt.c (build_up_reference): Take DECL parm.  Check TREE_STATIC on
3534         it rather than toplevel_bindings_p.  Give it a mangled name if static.
3535         (convert_to_reference): Adjust.
3536         * decl2.c (get_temp_name): Lose.
3537         * mangle.c (mangle_ref_init_variable): New fn.
3538         (mangle_guard_variable): Strip the ref-init header.
3539         * cp-tree.h: Adjust.
3540         * decl.c (cp_finish_decl): Add the DECL_STMT after processing the
3541         initializer.
3542         (grok_reference_init): Always use DECL_INITIAL.
3543
3544 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3545
3546         PR c++/3416
3547         * call.c (build_conditional_expr): Recheck args after
3548         conversions.
3549         * cp-tree.h (build_conditional_expr): Move to correct file.
3550         * typeck.c (decay_conversion): Diagnose any unknown types
3551         reaching here.
3552         (build_binary_op): Don't do initial decay or default
3553         conversions on overloaded functions.
3554         (build_static_cast): Don't do a decay conversion here.
3555
3556 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3557
3558         PR c++/3543
3559         * typeck.c (condition_conversion): Resolve an OFFSET_REF.
3560         * expr.c (cplus_expand_expr): An OFFSET_REF should never get here.
3561
3562 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3563
3564         * class.c (build_vtbl_or_vbase_field): Remove, move into ...
3565         (create_vtbl_ptr): ... here.
3566
3567 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3568
3569         * class.c (build_vbase_offset_vbtl_entries): Look for
3570         non-primary base of which we are a sub vtable.
3571
3572 2001-07-24  Phil Edwards  <pme@sources.redhat.com>
3573
3574         * semantics.c (finish_this_expr):  Remove unused code.
3575
3576 2001-07-24  Nathan Sidwell  <nathan@codesourcery.com>
3577
3578         Simplify rtti, now we've only one ABI.
3579         * cp-tree.h (cp_tree_index): Remove CPTI_TINFO_DECL_ID,
3580         CPTI_TINFO_VAR_ID.
3581         (tinfo_decl_id, tinfo_var_id): Remove.
3582         (get_typeid_1): Remove.
3583         * rtti.c
3584         (init_rtti_processing): Remove tinfo_decl_id & tinfo_var_id.
3585         (typeid_ok_p): New function.
3586         (build_type_id): Call typeid_ok_p. Don't call tinfo_from_decl.
3587         (get_tinfo_decl): Remove old abi documentation.
3588         (tinfo_from_decl): Remove.
3589         (get_type_id): Call typeid_ok_p. Absorb get_typeid_1.
3590         (get_typeid_1): Remove.
3591         (get_base_offset): Remove.
3592         (synthesize_tinfo_var): Absorb get_base_offset.
3593         (create_real_tinfo_var): Don't use tinfo_decl_id.
3594
3595 2001-07-23  Graham Stott  <grahams@redhat.com>
3596
3597         * cp/class.c (type_requires_array_cookie): Fix use of uninitialised
3598         variable has_two_argument_delete_p.
3599
3600 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
3601
3602         Remove flag_vtable_thunk. It is always on for the 3.0 ABI.
3603         * cp-tree.h (CPTI_DELTA2_IDENTIFIER): Remove.
3604         (CPTI_INDEX_IDENTIFIER): Remove.
3605         (CPT_PFN_OR_DELTA2_IDENTIFIER): Remove.
3606         (delta2_identifier): Remove.
3607         (index_identifier): Remove.
3608         (pfn_or_delta2_identifier): Remove.
3609         (flag_vtable_thunks): Remove.
3610         (VTABLE_DELTA2_NAME): Remove.
3611         (VTABLE_INDEX_NAME): Remove.
3612         (FNADDR_FROM_VTABLE_ENTRY): Adjust.
3613         (vfunc_ptr_type_node): Adjust.
3614         (VTABLE_NAME_PREFIX): Adjust.
3615         (build_vfn_ref): Lose first parameter.
3616         (fixup_all_virtual_upcast_offsets): Remove.
3617         * decl.c (initialize_predefined_identifiers): Remove
3618         delta2_identifier, index_identifier, pfn_or_delta2_identifier.
3619         (init_decl_processing): Remove no-vtable-thunk code.
3620         * decl2.c (flag_vtable_thunks): Remove.
3621         (mark_vtable_entries): Remove no-vtable-thunk code.
3622         * error.c (dump_decl): Remove no-vtable-thunk code.
3623         (dump_expr): Adjust ptr to member function code.
3624         * init.c (initialize_vtable_ptrs): Remove no-vtable-thunk
3625         code.
3626         * rtti.c (build_headof): Remove no-vtable-thunk code.
3627         (get_tinfo_decl_dynamic): Adjust build_vfn_ref call.
3628         * search.c (get_base_distance): Remove expand_upcast_fixups case.
3629         (virtual_context) Remove.
3630         (expand_upcast_fixups): Remove.
3631         (fixup_virtual_upcast_offsets): Remove.
3632         (fixup_all_virtual_upcast_offsets): Remove.
3633         * typeck.c (get_member_function_from_ptrfunc): Remove
3634         no-vtable-thunk code.
3635         * call.c (build_over_call): Adjust call to build_vfn_ref.
3636         * class.c (build_vfn_ref): Lose first parameter. Remove
3637         no-vtable-thunk code.
3638         (build_rtti_vtbl_entries): Remove no-vtable-thunk code.
3639         (build_vtable_entry): Remove no-vtable-thunk code.
3640
3641 2001-07-20  Nathan Sidwell  <nathan@codesourcery.com>
3642
3643         Remove old-abi remnants. Remove comments about old abi
3644         behaviour. Remove references to 'new-abi' in comments.
3645         * cp-tree.h: Adjust comments.
3646         (vbase_offsets_in_vtable_p): Delete.
3647         (vcall_offsets_in_vtable_p): Delete.
3648         (vptrs_present_everywhere_p): Delete.
3649         (all_overridden_vfuns_in_vtables_p): Delete.
3650         (merge_primary_and_secondary_vtables_p): Delete.
3651         (TYPE_CONTAINS_VPTR_P): Adjust.
3652         (VTT_NAME_PREFIX): Remove.
3653         (CTOR_VTBL_NAME_PREFIX): Remove.
3654         (init_vbase_pointers): Remove.
3655         * class.c: Adjust coments.
3656         (build_vbase_pointer_fields): Delete.
3657         (build_vbase_pointer): Remove old-abi code.
3658         (build_secondary_vtable): Likewise.
3659         (modify_all_vtables): Likewise.
3660         (create_vtable_ptr): Likewise.
3661         (layout_class_type): Likewise.
3662         (finish_struct_1): Likewise.
3663         (finish_vtbls): Likewise.
3664         (dfs_finish_vtbls): Delete.
3665         (build_vbase_offset_vtbl_entries): Remove old-abi code.
3666         * cvt.c: Adjust comments.
3667         * decl.c: Adjust comments.
3668         * decl2.c: Adjust comments.
3669         * init.c: Adjust comments.
3670         (construct_virtual_bases): Remove old-abi code.
3671         * lang-specs.h: Remove -fno-new-abi.
3672         * mangle.c: Adjust comments.
3673         * rtti.c: Adjust comments.
3674         (get_base_offset): Remove old-abi-code.
3675         * search.c: Adjust comments.
3676         (dfs_init_vbase_pointers): Remove.
3677         (dfs_vtable_path_unmark): Remove.
3678         (init_vbase_pointers): Remove.
3679         * semantics.c: Adjust comments.
3680         (emit_associated_thunks): Remove old-abi code.
3681         * typeck.c: Adjust comments.
3682
3683 2001-07-20  Daniel Berlin  <dan@cgsoftware.com>
3684
3685         * Make-lang.in (cp/optimize.o): Depend on $(PARAMS_H), not
3686         params.h.
3687
3688 2001-07-19  Mark Mitchell  <mark@codesourcery.com>
3689
3690         * class.c (finish_struct_anon): Forbid nested classes.
3691
3692 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
3693
3694         * decl2.c: Don't include dwarfout.h and dwarf2out.h.
3695         * optimize.c: Include debug.h.
3696         (maybe_clone_body): Use debug hook.
3697         * semantics.c: Include debug.h.
3698         (expand_body): Use debug hook.
3699
3700 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
3701
3702         * spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
3703
3704 2001-07-18  Mark Mitchell  <mark@codesourcery.com>
3705
3706         * class.c (type_requires_array_cookie): New function.
3707         (check_methods): Don't try to figure out whether the type needs a
3708         cookie here.
3709         (check_bases_and_members): Set TYPE_VEC_NEW_USES_COOKIE here.
3710         * cp-tree.h (TYPE_VEC_DELETE_TAKES_SIZE): Remove.
3711         (TYPE_VEC_NEW_USES_COOKIE): Reimplement.
3712         * pt.c (instantiate_class_template): Don't set
3713         TYPE_VEC_DELETE_TAKES_SIZE.
3714         * NEWS: Document ABI changes from GCC 3.0.
3715
3716 2001-07-18  Xavier Delacour <xavier@fmaudio.net>,
3717             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3718
3719         * NEWS (Changes in GCC 3.0): Fix typo.
3720
3721 2001-07-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3722
3723         * decl2.c (cplus_decl_attributes): Take a pointer to the node to
3724         which attributes are to be attached, and a flags argument.  Update
3725         call to decl_attributes.
3726         (grokfield): Update call to decl_attributes.
3727         * class.c (finish_struct): Update call to cplus_decl_attributes.
3728         * cp-tree.h (cplus_decl_attributes): Update prototype.
3729         * decl.c (start_decl, grokdeclarator, start_function): Update
3730         calls to decl_attributes and cplus_decl_attributes.
3731         * friend.c (do_friend): Update call to cplus_decl_attributes.
3732         * parse.y (parse_bitfield): Update call to cplus_decl_attributes.
3733
3734 2001-07-12  Mark Mitchell  <mark@codesourcery.com>
3735
3736         * decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTER
3737         for `register' variables with an asm-specification.
3738
3739 2001-07-11  Mark Mitchell  <mark@codesourcery.com>
3740
3741         * semantics.c (finish_asm_stmt): Mark the output operands
3742         to an asm addressable, if necessary.
3743
3744 2001-07-11  Ben Elliston  <bje@redhat.com>
3745
3746         * Revert this change -- there is a subtle bug.
3747
3748         PR c++/80
3749         * decl.c (finish_enum): New "attributes" argument; pass it to
3750         cplus_decl_attributes.  Use a narrower type if the enum is packed.
3751         * cp-tree.h (finish_enum): Adjust prototype.
3752         * parse.y (enum_head): New non-terminal.
3753         (structsp): Use it. Enums now may be preceded or followed by
3754         optional attributes -- pass their chained tree to finish_enum().
3755         * pt.c (tsubst_enum): Pass NULL_TREE for the new argument.
3756
3757 2001-07-10  Mark Mitchell  <mark@codesourcery.com>
3758
3759         * pt.c (tsubst_decl): Set DECL_CONTEXT for namespace-scope
3760         variables.
3761
3762 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
3763
3764         * semantics.c (cp_expand_stmt): Fix for null
3765         current_function_return_value.
3766
3767 2001-07-10  Jan van Male  <jan.vanmale@fenk.wau.nl>
3768
3769         * call.c (build_op_delete_call): Initialize fn.
3770         (convert_like_real): Delete conditional.
3771         (joust): Initialize *w and *l.
3772         * class.c: Add prototype for binfo_ctor_vtable.
3773         (get_primary_binfo): Initialize result.
3774         * init.c (build_java_class_ref): Initialize name.
3775
3776 2001-07-09  Erik Rozendaal  <dlr@acm.org>
3777
3778         * typeck.c (unary_complex_lvalue): Do not duplicate the
3779         argument to modify, pre-, or post-increment when used as an
3780         lvalue and when the argument has side-effects.
3781
3782 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3783
3784         * decl.c (start_decl): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
3785         (start_function): Don't call SET_DEFAULT_DECL_ATTRIBUTES.  Call
3786         cplus_decl_attributes even if attrs is NULL.
3787         * friend.c (do_friend): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
3788
3789 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3790
3791         * decl.c (grokdeclarator), decl2.c (cplus_decl_attributes): Update
3792         calls to decl_attributes.
3793
3794 2001-07-06  Ira Ruben   <ira@apple.com>
3795
3796         * cp-tree.def (TEMPLATE_DECL): Update comment. DECL_RESULT should
3797         be DECL_TEMPLATE_RESULT.
3798
3799 2001-07-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3800
3801         * cp-tree.h (copy_template_template_parm): Rename to ...
3802         (bind_template_template_parm): ... here.
3803         * tree.c (copy_template_template_parm): Rename to ...
3804         (bind_template_template_parm): ... here.  Remove the case when
3805         NEWARGS is NULL_TREE.
3806         (copy_tree_r): Don't copy TEMPLATE_TEMPLATE_PARM and
3807         BOUND_TEMPLATE_TEMPLATE_PARM.
3808         * pt.c (lookup_template_class): Adjust.
3809
3810 2001-07-05  Jason Merrill  <jason_merrill@redhat.com>
3811
3812         * cvt.c (convert_lvalue): New fn.
3813         * cp-tree.h: Declare it.
3814         * method.c (do_build_assign_ref): Use it.
3815         (do_build_copy_constructor): Convert parm to base types
3816         before calling base constructors.
3817
3818         * typeck.c (check_return_expr): Check DECL_ALIGN instead of
3819         DECL_USER_ALIGN.  Check flag_elide_constructors instead of
3820         optimize.
3821         * semantics.c (cp_expand_stmt): Don't destroy the named return value.
3822
3823 2001-07-02  Nathan Sidwell  <nathan@codesourcery.com>
3824
3825         * optimize.c (optimize_inline_calls): New function, broken out
3826         of ...
3827         (optimize_function): ... here. Call it. Don't inline if it is
3828         a thunk.
3829         (dump_function): Print name of dump flag causing this dump.
3830         * semantics.c (expand_body): Move thunk inline check to
3831         optimize_function.
3832
3833 2001-06-29  Joseph S. Myers  <jsm28@cam.ac.uk>
3834
3835         * typeck.c (COMP_TYPE_ATTRIBUTES): Don't define.
3836         (comptypes): Use target.comp_type_attributes.
3837
3838 2001-06-29  Nathan Sidwell  <nathan@codesourcery.com>
3839
3840         * cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.
3841
3842 2001-06-28  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3843
3844         * error.c (lang_print_error_function): Add a `diagnostic_context *'
3845         parameter. Tweak.
3846
3847 2001-06-27  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
3848
3849         * decl2.c (import_export_class): Update.
3850
3851 2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
3852
3853         * error.c (init_error): Adjust settings.
3854
3855 2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
3856
3857         * error.c (init_error): Adjust settings.
3858
3859 2001-06-19  Richard Sandiford  <rsandifo@redhat.com>
3860
3861         * except.c (initialize_handler_parm): Expect __cxa_begin_catch to
3862         return pointers to data members by reference rather than by value.
3863
3864 2001-06-18  Jason Merrill  <jason_merrill@redhat.com>
3865
3866         Implement the Named Return Value optimization.
3867         * cp-tree.h (struct cp_language_function): Add x_return_value.
3868         (current_function_return_value): Now a macro.
3869         * decl.c: Don't define it.
3870         (define_label, finish_case_label): Don't clear it.
3871         (init_decl_processing): Don't register it with GC.
3872         * semantics.c (genrtl_finish_function): Don't check it for
3873         no_return_label.  Copy the RTL from the return value to
3874         current_function_return_value and walk, calling...
3875         (nullify_returns_r): ...this new fn.
3876         * typeck.c (check_return_expr): Set current_function_return_value.
3877
3878 2001-06-15  Jason Merrill  <jason_merrill@redhat.com>
3879
3880         * class.c (dfs_accumulate_vtbl_inits): Just point to the base we're
3881         sharing a ctor vtable with.  Merge code for cases 1 and 2.
3882         (binfo_ctor_vtable): New fn.
3883         (build_vtt_inits, dfs_build_secondary_vptr_vtt_inits): Use it.
3884
3885 2001-06-14  Jason Merrill  <jason_merrill@redhat.com>
3886
3887         * class.c (dfs_find_final_overrider): Fix logic.
3888
3889         * class.c (update_vtable_entry_for_fn): Uncomment optimization to use
3890         virtual thunk instead of non-virtual.
3891         (get_matching_virtual): Uncomment.
3892
3893         * pt.c (unify): Don't recurse between the POINTER_TYPE and the
3894         OFFSET_TYPE.  If we're adding cv-quals, the extra ones would be on
3895         PARM, not ARG.
3896
3897 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
3898
3899         * class.c (dfs_accumulate_vtbl_inits): For case 2 & 3, make sure
3900         we've not emerged from the hierarchy of RTTI_BINFO on reaching
3901         a non-virtual base.
3902
3903 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
3904
3905         * NEWS: Update release number.
3906
3907 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
3908
3909         PR c++/3130, c++/3131, c++/3132
3910         * cp-tree.h (BINFO_UNSHARED_MARKED): New #define.
3911         * class.c (force_canonical_binfo_r): Move
3912         BINFO_UNSHARED_MARKED, BINFO_LOST_PRIMARY_P. Don't move
3913         virtual bases unless they're primary and what they're primary
3914         too has been moved.
3915         (dfs_unshared_virtual_bases): Use BINFO_UNSHARED_MARKED. Cope
3916         with morally virtual bases. Duplicate BINFO_LOST_PRIMARY_P and
3917         BINFO_PRIMARY_BASE_OF. Clear BINFO_VTABLE for all but the most
3918         derived binfo.
3919         (mark_primary_bases): Use BINFO_UNSHARED_MARKED.
3920         (layout_nonempty_base_or_field): Add most derived type
3921         parameter. Adjust.
3922         (layout_empty_base): Likewise.
3923         (build_base_field): Likewise.
3924         (build_base_fields): Likewise.
3925         (propagate_binfo_offsets): Add most derived type
3926         parameter. Skip non canonical virtual bases too.
3927         (dfs_set_offset_for_unshared_vbases): Don't skip primary
3928         bases. Do skip canonical bases.
3929         (layout_virtual_bases): Adjust.
3930         (layout_class_type): Adjust.
3931         (dfs_get_primary_binfo): Build list of virtual primary base
3932         candidates.
3933         (get_primary_binfo): Check that the shared virtual primary
3934         base candidate was found first.
3935         (accumulate_vtbl_inits): Don't do anything for non-vptr
3936         containing binfos. For case 1 primary virtual bases, keep
3937         checking that we've not emerged from the hierarchy of RTTI_BINFO.
3938
3939 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
3940
3941         PR c++/3089
3942         * class.c (dfs_accumulate_vtbl_inits): Always walk down the
3943         hierarchy looking for primary bases for a ctor
3944         vtable. Recursively call oneself, if we meet our primary via
3945         this route and haven't met it yet via inheritance graph order.
3946
3947 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
3948
3949         * lang-options.h: Emit documentation for -fno-honor-std, not
3950         -fhonor-std.
3951
3952 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
3953
3954         * typeck.c (get_member_function_from_ptrfunc) [vbit_in_delta]:
3955         Don't clobber delta.
3956         (expand_ptrmemfunc_cst) [ptrmemfunc_vbit_in_delta]: Adjust pfn.
3957
3958 2001-06-10  Mark Mitchell <mark@codesourcery.com>
3959             Gabriel Dos Reis  <gdr@codesourcery.com>
3960
3961         * Make-lang.in (cp/call.o): Depend on diagnostic.h
3962         (cp/typeck.o): Depend on diagnostic.h
3963         (cp/typeck2.o): Depend on diagnostic.h
3964         (cp/repo.o): Depend on dignostic.h
3965         * typeck.c: #include diagnostic.h
3966         (convert_for_initialization): Remove extern declaration for
3967         warningcount and errorcount.
3968
3969         * call.c: #include diagnostic.h
3970         (convert_like_real): Remove extern declaration for warnincount and
3971         errorcount.
3972
3973         * repo.c: #include diagnostic.h
3974         * typeck2.c: #include diagnostic.h
3975
3976 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
3977
3978         * decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko
3979         in previous change.
3980
3981 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
3982
3983         PR c++/2929
3984         * friend.c (do_friend): Use push_decl_namespace for classes at
3985         namespace scope.
3986
3987 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
3988             Jason Merrill <jason_merrill@redhat.com>
3989
3990         PR c++/3061
3991         * class.c (build_secondary_vtable): Use assert, rather than an error
3992         message.
3993         (dfs_fixup_binfo_vtbls): BINFO_VTABLE might be NULL.
3994         (dfs_accumulate_vtbl_inits): A lost primary virtual base may
3995         be between ORIG_BINFO and RTTI_BINFO, but neither of them.
3996         Don't set BINFO_VTABLE for a primary virtual base.
3997
3998 2001-06-07  Mark Mitchell  <mark@codesourcery.com>
3999
4000         * decl.c (duplicate_decls): Update source position information
4001         when a template function is defined.
4002
4003 2001-06-07  Phil Edwards  <pme@sources.redhat.com>
4004
4005         * lang-specs.h:  Move -D_GNU_SOURCE to config/linux.h.
4006
4007 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
4008
4009         PR c++/2914
4010         * decl.c (pushtag): Don't push into a complete type's scope.
4011
4012 2001-06-06  Jason Merrill  <jason_merrill@redhat.com>
4013
4014         * cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.
4015         (struct lang_decl_flags): Lose generate_with_vtable_p.
4016         (BV_GENERATE_THUNK_WITH_VTABLE_P): Lose.
4017         * class.c (copy_virtuals): Adjust.
4018         * decl2.c (mark_vtable_entries): Adjust.
4019         * method.c (make_thunk, build_vtable_entry): Adjust.
4020         * class.c (update_vtable_entry_for_fn): Only look as far as the
4021         first defining class.
4022         (build_vtbl_initializer): Put nothing in the slot for a function only
4023         defined in a lost primary virtual base.
4024         (add_vcall_offset_vtbl_entries_1): Use the same code for
4025         the lost primary case and the normal case.
4026         (dfs_unshared_virtual_bases): Don't lose a non-virtual primary base.
4027         (get_vfield_offset, get_derived_offset): Lose.
4028         (dfs_find_final_overrider): Use look_for_overrides_here.
4029         (get_matching_virtual): New fn.
4030         * semantics.c (emit_associated_thunks): Check BV_USE_VCALL_INDEX_P,
4031         not BV_VCALL_INDEX.
4032         * search.c (look_for_overrides_here): Split out from...
4033         (look_for_overrides_r): Here.
4034
4035         * class.c (find_final_overrider): Return error_mark_node on error.
4036
4037         * decl2.c (key_method): #if 0 accidental change.
4038
4039 2001-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4040
4041         * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.
4042         (build_over_call): Likewise.
4043         * decl.c (grokparms): Likewise.
4044         * pt.c (tsubst_decl): Likewise.
4045         * typeck.c (convert_arguments): Likewise.
4046
4047 2001-06-05  Mark Mitchell  <mark@codesourcery.com>
4048
4049         * semantics.c (begin_class_definition): Robustify.
4050
4051         * pt.c (instantiate_decl): Tell the repository code about the
4052         clones, not the cloned functions.
4053         * repo.c (repo_template_used): Explicitly instantiate the cloned
4054         function, not the clones.
4055
4056 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
4057
4058         * call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and
4059         ICS_BAD_FLAG on created conversion.
4060         (compare_ics): Break out rank.
4061
4062 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
4063
4064         * decl.c (xref_tag): Remove extraneous %s on dependent name
4065         lookup warning.
4066
4067 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
4068
4069         * class.c (layout_vtable_decl): Fix off by one error on
4070         build_index_type.
4071         (build_vtt): Likewise.
4072         (build_ctor_vtbl_group): Likewise.
4073
4074 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
4075
4076         * class.c (maybe_indent_hierarchy): New function.
4077         (dump_class_hierarchy_r): Add flags. Dump extra binfo
4078         information, if enabled. Use maybe_indent_hierarchy. Adjust
4079         output format.
4080         (dump_class_hierarchy): Adjust prototype. Adjust output format.
4081         (dump_array, dump_vtable, dump_vtt): New functions.
4082         (finish_struct_1): Adjust hierarchy dumping.
4083         (initialize_vtable): Call dump_vtable.
4084         (build_vtt): Call dump_vtt.
4085         (build_ctor_vtbl_group): Call dump_vtable.
4086         * decl2.c (flag_dump_class_layout): Remove.
4087         (cxx_decode_option): Remove dump translation unit
4088         and dump class hierarchy check. Call dump_switch_p.
4089         (finish_file): Adjust dumping.
4090         (dump.c): Only dump base classes if not TDF_SLIM.
4091         Only dump namespace members if not TDF_SLIM.
4092         * optimize.c (dump_function): New function.
4093         (optimize_function): Call dump_function.
4094         * semantics.c (expand_body): Use dump_enabled_p.
4095
4096 2001-06-01  Nathan Sidwell  <nathan@codesourcery.com>
4097
4098         PR g++/2936
4099         Part missed from first commit
4100         * decl2.c (finish_anon_union): Copy context.
4101
4102 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
4103
4104         PR g++/2936
4105         * optimize.c (remap_decl): Remap anonymous aggregate members too.
4106
4107 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
4108
4109         PR g++/2823
4110         * semantics.c (expand_body): Don't optimize thunks.
4111
4112 2001-05-25  Sam TH  <sam@uchicago.edu>
4113
4114         * cp-tree.h lex.h: Fix header include guards.
4115
4116 2001-05-25  Mark Mitchell <mark@codesourcery.com>
4117
4118         * decl.c (init_decl_processing): Tweak.
4119
4120 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
4121
4122         * decl.c (duplicate_decls): Tidy.
4123         (init_decl_processing): Always set flag_no_builtin.
4124
4125 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
4126
4127         PR c++/2184
4128         * decl2.c (do_local_using_decl): Push the decls, even in a
4129         template.
4130
4131 2001-05-22  Mark Mitchell  <mark@codesourcery.com>
4132
4133         * optimize.c (initialize_inlined_parameters): Don't set
4134         TREE_READONLY for a VAR_DECL taking the place of an inlined
4135         PARM_DECL.
4136
4137 2001-05-22  Jason Merrill  <jason_merrill@redhat.com>
4138
4139         * class.c, cp-tree.h, rtti.c: Remove com_interface attribute support.
4140         * tree.c (cp_valid_lang_attribute): Warn about use of com_interface
4141         attribute.
4142
4143 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
4144
4145         * parse.y: Refer to compound literals as such, not as
4146         constructor-expressions.
4147
4148 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
4149
4150         * call.c (build_op_delete_call): Ignore exception-specifications
4151         when looking for matching delete operators.
4152         * init.c (build_new_1): Compute whether or not the allocation
4153         function used is a placement allocation function or not, and
4154         communicate this information to build_op_delete_call.
4155
4156 2001-05-21  Jason Merrill  <jason_merrill@redhat.com>
4157
4158         * class.c (build_vtable_entry_ref): Lose vtbl parm.  Fix for new abi.
4159         (build_vtbl_ref): Adjust.
4160         (dfs_accumulate_vtbl_inits): Set TREE_CONSTANT on the vtable address.
4161         * decl2.c (lang_f_options): Remove huge-objects, vtable-thunks.
4162         Re-add vtable-gc.
4163         (unsupported_options): Correspondingly.
4164
4165         * decl2.c (maybe_make_one_only): Check flag_weak, not
4166         supports_one_only().
4167
4168         * cp-tree.def (START_CATCH_STMT): Lose.
4169         * dump.c (cp_dump_tree): Don't dump it.  Do dump HANDLER_PARMS.
4170         * tree.c (cp_statement_code_p): Don't case it.
4171         * semantics.c (cp_expand_stmt): Likewise.
4172         * cp-tree.h (START_CATCH_TYPE): Lose.
4173         (HANDLER_TYPE): New.
4174         * except.c (expand_start_catch_block): Don't start any blocks.
4175         Return the type.
4176         (expand_end_catch_block): Don't end any blocks.
4177         * parse.y (handler): Don't pass anything from finish_handler_parms
4178         to finish_handler.
4179         * pt.c (tsubst_expr): Likewise.
4180         * semantics.c (begin_handler): Call note_level_for_catch here.
4181         (finish_handler_parms): Don't return anything.
4182         (genrtl_catch_block, begin_catch_block): Lose.
4183         (genrtl_handler): Call expand_start_catch here.
4184
4185 2001-05-18  Jason Merrill  <jason_merrill@redhat.com>
4186
4187         * class.c (build_vtable): Set DECL_ASSEMBLER_NAME for vtables here.
4188         (get_vtable_decl, build_vtt): Not here.
4189
4190 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
4191
4192         PR c++/2781
4193         * optimize.c (update_cloned_parm): Copy addressability and other
4194         flags.
4195
4196 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4197
4198         * pt.c (determine_specialization): Ignore artificial functions.
4199
4200 2001-05-20  Neil Booth  <neil@daikokuya.demon.co.uk>
4201
4202         * cp-tree.h (struct lang_identifier, C_RID_YYCODE): Update.
4203         (C_RID_CODE): Remove.
4204         * lex.c (cxx_init_options): Call set_identifier_size.  Update.
4205         (init_parse): Don't do it here.
4206
4207 2001-05-18  Diego Novillo  <dnovillo@redhat.com>
4208
4209         * decl2.c (finish_objects): Use the original SYMBOL_REF from the
4210         function declaration to avoid stripping the symbol's attributes.
4211
4212 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
4213
4214         * decl.c (pushdecl): Adjust error string.
4215         (xref_tag): Adjust friend class injection warning. Remove the
4216         inherited name from the class shadowed scope.
4217
4218 2001-05-17  Mark Mitchell  <mark@codesourcery.com>
4219
4220         * except.c (cp_protect_cleanup_actions): New function.
4221         (init_exception_processing): Don't set protect_cleanup_actions
4222         here.  Do set lang_protect_cleanup_actions.
4223
4224 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
4225
4226         * spew.c (read_token): Call yyerror on all unexpected tokens.
4227
4228 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
4229
4230         * init.c (member_init_ok_or_else): Take a tree rather than
4231         string for name.
4232         (expand_member_init): Adjust.
4233
4234 2001-05-14  Nick Clifton  <nickc@cambridge.redhat.com>
4235
4236         * decl.c (duplicate_decls): Suppress warning about duplicate
4237         decls if the first decl is a friend.
4238
4239 2001-05-12  Zack Weinberg  <zackw@stanford.edu>
4240
4241         * except.c (choose_personality_routine): Export.  Add
4242         explanatory comment.  Take an enum languages, not a boolean.
4243         (initialize_handler_parm): Adjust to match.
4244         * cp-tree.h: Prototype choose_personality_routine.
4245         * lex.c (handle_pragma_java_exceptions): New function.
4246         (init_cp_pragma): Register #pragma GCC java_exceptions.
4247
4248 2001-05-12  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
4249
4250         * method.c (build_mangled_C99_name): Remove unused prototype.
4251
4252 2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
4253
4254         * cp-tree.h (ptrmemfunc_vbit_where_t): Declare type.
4255         * typeck.c (get_member_function_from_ptrfunc,
4256         build_ptrmemfunc, expand_ptrmemfunc_cst): Take
4257         TARGET_PTRMEMFUNC_VBIT_LOCATION into account.
4258
4259         Reverted Geoff Keating's 2001-05-03's patch.
4260
4261 2001-05-11  Ira Ruben   <ira@apple.com>
4262
4263         * cp/cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.
4264
4265 2001-05-11  Neil Booth  <neil@daikokuya.demon.co.uk>
4266
4267         * cp-tree.h (finish_label_expr, lookup_label): Delete.
4268         * parse.y: Update for '&&'; don't issue warning here.
4269         * semantics.c (finish_label_expr): Delete.
4270
4271 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
4272
4273         * splay-tree.h (splay_tree_max): New function.
4274         (splay_tree_min): Likewise.
4275
4276 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
4277
4278         * cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.
4279         (pfn_vflag_identifier): Define.
4280         Update comment about layout of pointer functions.
4281         (build_ptrmemfunc1): Update prototype.
4282         (expand_ptrmemfunc_cst): Update prototype.
4283         * decl.c (initialize_predefined_identifiers): Initialize
4284         pfn_vflag_identifier.
4285         (build_ptrmemfunc_type): When FUNCTION_BOUNDARY < 16, add
4286         an extra field to the type.
4287         * expr.c (cplus_expand_constant): Pass 'flag' between
4288         expand_ptrmemfunc_cst and build_ptrmemfunc1.
4289         * typeck.c (get_member_function_from_ptrfunc): When
4290         FUNCTION_BOUNDARY < 16, look at additional field to determine
4291         if a pointer-to-member is a real pointer or a vtable offset.
4292         (build_ptrmemfunc1): Add new parameter to contain extra field.
4293         (build_ptrmemfunc): Pass the extra field around.
4294         (expand_ptrmemfunc_cst): Add new parameter to return extra field.
4295         (pfn_from_ptrmemfunc): Ignore the extra field.
4296
4297 2001-05-03  Mark Mitchell  <mark@codesourcery.com>
4298
4299         * cp-tree.h (flag_inline_trees): Update documentation.
4300         * decl.c (init_decl_processing): Adjust handling of
4301         flag_inline_functions and flag_inline_trees to support -O3.
4302         (grokfndecl): Set DECL_INLINE on all functions if that's what
4303         the user requested.
4304         (save_function_data): Clear DECL_INLINE in
4305         current_function_cannot_inline is non-NULL.
4306         * decl2.c (flag_inline_trees): Update documentation.
4307
4308 2001-05-03  Nathan Sidwell  <nathan@codesourcery.com>
4309
4310         * dump.c (cp_dump_tree, USING_STMT case): New case.
4311         * tree.c (cp_statement_code_p): Add USING_STMT.
4312         * decl2.c (do_using_directive): Add the using directive statement.
4313
4314         * tree.c (walk_tree): Reformat an if block.
4315
4316 2001-05-02  Mark Mitchell  <mark@codesourcery.com>
4317
4318         * decl.c (compute_array_index_type): Don't try to do anything with
4319         the indices when processing a template.
4320
4321 2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4322
4323         * call.c: NULL_PTR -> NULL.
4324         * class.c: Likewise.
4325         * cvt.c: Likewise.
4326         * decl.c: Likewise.
4327         * decl2.c: Likewise.
4328         * except.c: Likewise.
4329         * init.c: Likewise.
4330         * rtti.c: Likewise.
4331         * search.c: Likewise.
4332         * tree.c: Likewise.
4333         * typeck.c: Likewise.
4334         * typeck2.c: Likewise.
4335
4336 2001-05-02  Mark Mitchell  <mark@codesourcery.com>
4337
4338         * decl2.c (do_using_directive): Revert previous patch.
4339
4340 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
4341
4342         * cp-tree.def (USING_STMT): New statement node.
4343         * cp-tree.h (USING_STMT_NAMESPACE): New macro.
4344         * decl2.c (do_using_directive): Add USING_STMT to statement
4345         tree. Don't emit errors when processing template decl.
4346         * pt.c (tsubst_expr, USING_STMT case): New case.
4347         * semantics.c (cp_expand_stmt, USING_STMT case): New case.
4348
4349 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
4350
4351         * call.c (build_new_op): Convert args from reference here.
4352         (build_conditional_expr): Don't convert here.
4353
4354 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
4355
4356         * spew.c (last_token_id): New static variable.
4357         (read_token): Set it here.
4358         (yyerror): Use it here.
4359
4360 2001-04-30  Richard Henderson  <rth@redhat.com>
4361
4362         * cvt.c: Downcase C_PROMOTING_INTEGER_TYPE_P invocations.
4363         * decl.c: Likewise.
4364
4365 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
4366
4367         * gxxint.texi: Remove.
4368         * Make-lang.in: Remove all traces of gxxint.texi.
4369
4370 Mon Apr 30 16:14:10 2001  Mark P Mitchell  <mark@codesourcery.com>
4371
4372         * decl2.c (start_static_initialization_or_destruction): Correct
4373         logic to handle the -fno-use-cxa-atexit case.
4374
4375 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
4376
4377         * optimize.c (update_cloned_parm): New function.
4378         (maybe_clone_body): Use it.  Update the `this' parameter too.
4379
4380 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
4381
4382         * decl2.c (unsupported_options): Add new-abi.
4383         * lang-options.h: Remove no longer supported options.
4384
4385 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4386
4387         * except.c (can_convert_eh): Don't check template parms,
4388         typename types etc.
4389
4390 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4391
4392         * optimize.c (maybe_clone_body): Copy parameter names and locations.
4393
4394 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4395
4396         * cp-tree.h (adjust_clone_args): Prototype new function.
4397         * class.c (adjust_clone_args): New function.
4398         * decl.c (start_function): Call it for in charge ctors.
4399
4400 2001-04-26  Mark Mitchell  <mark@codesourcery.com>
4401
4402         * method.c (use_thunk): Make sure that thunks really are emitted
4403         when requested.
4404
4405 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
4406
4407         * mangle.c (write_chars): New macro.
4408         (hwint_to_ascii): New function
4409         (write_number): Use it.
4410         (write_integer_cst): Deal with really big numbers.
4411
4412 2001-04-25  Mark Mitchell  <mark@codesourcery.com>
4413
4414         * optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting
4415         the clone.
4416
4417 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
4418
4419         * decl.c (grokdeclarator): Set context of namespace scope
4420         TYPE_DECLS.
4421
4422 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
4423
4424         * cp/optimize.c: Include hashtab.h.
4425         (struct inline_data): Add tree_pruner.
4426         (expand_call_inline, expand_calls_inline): Use it when calling
4427         walk_tree.
4428         (optimize_function): Initialize and free tree_pruner.
4429
4430 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
4431
4432         Lazy __FUNCTION__ generation.
4433         * cp-tree.def (FUNCTION_NAME): Remove.
4434         * cp-tree.h (function_name_declared_p): Remove.
4435         (cp_fname_init): Prototype.
4436         * decl.c (init_decl_processing): Don't generate __FUNCTION__ et al ids,
4437         don't call declare_function_name. Call start_fname_decls.
4438         (cp_make_fname_decl): Adjust parameters. Generate the name. Don't
4439         clobber the line number.
4440         (cp_fname_init): New function.
4441         (start_function): Call start_fname_decls.
4442         (finish_function): Call finish_fname_decls.
4443         * lex.c (reswords): Add slots for __FUNCTION__ et al.
4444         (rid_to_yy): Add mappings for __FUNCTION__ et al.
4445         * optimize.c (maybe_clone_body): Remove function_name_declared_p.
4446         * parse.y (VAR_FUNC_NAME): New token.
4447         (primary): Add VAR_FUNC_NAME.
4448         * pt.c (tsubst_decl): Adjust a DECL_PRETTY_FUNCTION_P's
4449         generation.
4450         (tsubst, FUNCTION_NAME case): Remove.
4451         (tsubst_copy, FUNCTION_NAME case): Remove.
4452         (tsubst_expr, DECL_STMT case): Be careful with a
4453         DECL_PRETTY_FUNCTION_P.
4454         (instantiate_decl): Remove function_name_declared_p.
4455         * semantics.c (begin_compound_statement): Don't call
4456         declare_function_name here.
4457         (setup_vtbl_ptr). Don't save & restore function_name_declared_p.
4458         (finish_translation_unit): Call finish_fname_decls.
4459         (expand_body): Remove function_name_declared_p.
4460         * typeck2.c (digest_init): Allow any ERROR_MARK.
4461
4462 2001-04-24  Nathan Sidwell  <nathan@codesourcery.com>
4463
4464         * pt.c (tsubst_decl): Use VOID_TYPE_P.
4465         * semantics.c: Fix some typos.
4466
4467 2001-04-23  Phil Edwards  <pme@sources.redhat.com>
4468
4469         * cp/decl2.c (flag_honor_std):  Always initialize to 1.
4470
4471 2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4472
4473         * xref.c (GNU_xref_file): Use concat in lieu of xmalloc/sprintf.
4474
4475 2001-04-23  Jason Merrill  <jason_merrill@redhat.com>
4476
4477         * except.c (build_throw): Wrap the initialization of the exception
4478         object in a MUST_NOT_THROW_EXPR.
4479         (do_free_exception): #if 0.
4480
4481 2001-04-20  Mark Mitchell  <mark@codesourcery.com>
4482
4483         * cp-tree.h (finish_enum): Change prototype.
4484         * decl.c (finish_enum): Reorganize.
4485         * parse.y (structsp): Adjust calls to finish_enum.
4486
4487 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4488
4489         * tree.c (cp_tree_equal): Adjust final switch formatting. Add
4490         't' case.
4491
4492 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4493
4494         * class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED.
4495         (layout_empty_base): Return at end flag.
4496         (build_base_field): Likewise.
4497         (build_base_fields): Likewise.
4498         (layout_virtual_bases): Don't add 1 to eoc value.
4499         (end_of_class): Use full size for empty bases.
4500         (layout_class_type): Clear CLASSNEARLY_EMPTY_P if we appended
4501         empty bases. Don't add 1 to eoc value. Only add trailing padding
4502         if we're an empty class with no empty bases.
4503         (dump_class_hierarchy): Dump size and alignment.
4504
4505 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4506
4507         * call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG and
4508         ICS_BAD_FLAG.
4509
4510 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4511
4512         * search.c (lookup_field_r): If looking for type and non-TYPE_DECL
4513         is found, look first if name does not match the structure name.
4514
4515 2001-04-19  Mark Mitchell  <mark@codesourcery.com>
4516
4517         * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is
4518         set.
4519         (SET_DECL_LANGUAGE): New macro.
4520         * decl.c (duplicate_decls): Use SET_DECL_LANGUAGE.
4521         (pushdecl): Likewise.
4522         (build_library_fn_1): Likewise.
4523         (build_cp_library_fn): Likewise.
4524         (grokfndecl): Likewise.
4525         (grokvardecl): Mark `extern "C"' variables as having C linkage.
4526         * decl2.c (grokclassfn): Use SET_DECL_LANGUAGE.
4527         * lex.c (retrofit_lang_decl): Likewise.
4528         * mangle.c (mangle_decl_string): Don't mangle the names of
4529         variables declared with C language linkage.
4530         * semantics.c (finish_member_declaration): Use SET_DECL_LANGUAGE.
4531
4532 2001-04-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4533
4534         * semantics.c (simplify_aggr_init_exprs_r): Don't restore
4535         flag_access_control from uninitialized storage.
4536
4537 2001-04-15  Mark Mitchell  <mark@codesourcery.com>
4538
4539         * cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.
4540         * mangle.c (write_pointer_to_member_type): Fix mangling of
4541         pointers to cv-qualified member function types.
4542
4543         * init.c (build_delete): Create a SAVE_EXPR for the address if
4544         we're going to use it more than once.
4545
4546 2001-04-13  Mark Mitchell  <mark@codesourcery.com>
4547
4548         * cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.
4549         (expand_ptremfunc_cst): Change prototype.
4550         (delta2_from_ptrmemfunc): Remove.
4551         * expr.c (cplus_expand_constant): Adjust call to
4552         expand_ptrmemfunc_cst.
4553         * typeck.c (build_ptrmemfunc1): Simplify.
4554         (build_ptrmemfunc): Make sure that casting a PTRMEM_CST still
4555         results in a constant.
4556         (expand_ptrmemfunc_cst): Remove idx and delta2 parameters.
4557         (delta2_from_ptrmemfunc): Remove.
4558         (pfn_from_ptrmemfunc): Adjust call to expand_ptrmemfunc_cst.
4559
4560 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
4561
4562         * cp-tree.h (decl_namespace_list): New macro.
4563         (struct saved_scope): Add decl_ns_list.
4564         * decl.c (mark_saved_scope): Mark it.
4565         * decl2.c: Lose static decl_namespace_list.
4566         (init_decl2): Don't save it.
4567
4568 2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4569
4570         * cp-tree.h (warn_return_type, yylex): Delete redundant
4571         declarations.
4572
4573         * decl.c (current_class_depth, global_namespace): Likewise.
4574
4575         * decl2.c (current_class_depth, flag_gnu_xref): Likewise
4576
4577         * repo.c (flag_use_repository): Likewise.
4578
4579 2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4580
4581         * cp-tree.h (pedantic, convert, global_bindings_p, insert_block,
4582         set_block, pushdecl, getdecls, gettags, init_decl_processing,
4583         maybe_build_cleanup, copy_lang_decl, prep_stmt, lvalue_p,
4584         lvalue_or_else, print_lang_statistics, comp_target_types,
4585         unsigned_type, signed_type, signed_or_unsigned_type,
4586         build_function_call, mark_addressable, incomplete_type_error):
4587         Delete redundant declarations.
4588
4589 2001-04-11  Jason Merrill  <jason_merrill@redhat.com>
4590
4591         * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.
4592         (TYPE_ANONYMOUS_P): New macro.
4593         (TAGGED_TYPE_P): New macro.
4594         * decl.c (check_tag_decl): Use TYPE_ANONYMOUS_P.
4595         (grokfndecl, grokvardecl, grokdeclarator): Likewise.
4596         * tree.c (no_linkage_helper): Likewise.
4597         * semantics.c (begin_class_definition): Likewise.
4598         * pt.c (convert_template_argument): Likewise.
4599         * lex.c (check_for_missing_semicolon): Likewise.
4600
4601 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
4602
4603         * class.c (dfs_unshared_virtual_bases): New function.
4604         (mark_primary_bases): Call it.
4605         (check_bases): Ignore virtual bases when determining
4606         nearly-emptiness.
4607
4608 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
4609
4610         * method.c (make_thunk): Clear DECL_CLONED_FUNCTION.
4611
4612 2001-04-11  Mark Mitchell  <mark@codesourcery.com>
4613
4614         * optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the
4615         cloned function to the clone.
4616
4617 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4618
4619         * Make-lang.in (cp/semantics.o): Depend on $(EXPR_H).
4620
4621         * semantics.c: Include expr.h.
4622
4623 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
4624
4625         * method.c (implicitly_declare_fn): Commonize code for copy ctor
4626         and assignment op. Set TREE_USED for parameter.
4627
4628 2001-04-10  Mark Mitchell  <mark@codesourcery.com>
4629
4630         * class.c (find_final_overrider_data): Add `candidates'.
4631         (dfs_find_final_overrider): Don't issue error messages
4632         prematurely.
4633         (find_final_overrider): Issue error messages here.
4634         (build_base_field): Don't warn about amgibuous direct bases here.
4635         (warn_about_ambiguous_direct_bases): New function.
4636         (layout_class_type): Use it.
4637
4638 2001-04-10  Richard Henderson  <rth@redhat.com>
4639
4640         * typeck.c (build_array_ref): Push the array reference inside
4641         COMPOUND_EXPR and COND_EXPR.
4642
4643 2001-04-05  Mark Mitchell  <mark@codesourcery.com>
4644
4645         * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.
4646         * decl.c (duplicate_decls): Adjust accordingly.
4647         (maybe_commonize_var): Likewise.
4648         (grokfndecl): Likewise.
4649         (start_function): Likewise.
4650         (start_method): Likewise.
4651         * decl2.c (key_method): Likewise.
4652         (import_export_decl): Likewise.
4653         * method.c (implicitly_declare_fn): Likewise.
4654         * optimize.c (maybe_clone_body): Likewise.
4655
4656 2001-04-05  Benjamin Kosnik  <bkoz@redhat.com>
4657
4658         * lang-specs.h: Add __DEPRECATED.
4659
4660 Thu Apr  5 16:54:29 2001  J"orn Rennecke <amylaar@redhat.com>
4661
4662         * search.c (get_dynamic_cast_base_type): When building a new
4663         constant, set its type to ssizetype.
4664
4665 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
4666
4667         * optimize.c (expand_call_inline): Only add newly inlined statements
4668         into inlined_stmts.
4669
4670 2001-04-03  Mark Mitchell  <mark@codesourcery.com>
4671
4672         * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
4673         (OPERATOR_FORMAT): Likewise.
4674         (OPERATOR_TYPENAME_FORMAT): Likewise.
4675         * operators.def: Remove old name-mangling information.
4676         * decl.c (grok_op_properties): Adjust accordingly.
4677         * lex.c (init_operators): Likewise.
4678         * rtti.c (get_tinfo_decl): Issue error messages about types that
4679         have variable size.
4680
4681 2001-04-03  Mark Mitchell  <mark@codesourcery.com>
4682
4683         * decl2.c (import_export_decl): Don't call import_export_class
4684         when processing an inline member function.
4685         * semantics.c (expand_body): Call import_export_decl before
4686         emitting inline functions.
4687
4688 2001-03-28  Richard Henderson  <rth@redhat.com>
4689
4690         IA-64 ABI Exception Handling:
4691         * cp-tree.def (EH_SPEC_BLOCK): New.
4692         (MUST_NOT_THROW_EXPR): New.
4693         * cp-tree.h: Update changed function declarations.
4694         (CPTI_PUSH_EXCEPTION_IDENTIFIER): Remove.
4695         (CPTI_CALL_UNEXPECTED): New.
4696         (struct cp_language_function): Rename x_eh_spec_try_block
4697         to x_eh_spec_block.
4698         (EH_SPEC_STMTS, EH_SPEC_RAISES): New.
4699         * decl.c (current_binding_level): If no current function
4700         bindings, revert to scope_chain.
4701         (initialize_predefined_identifiers): Remove __cp_push_exception.
4702         (store_parm_decls): Use begin_eh_spec_block.
4703         (finish_function): Use finish_eh_spec_block.
4704         (mark_lang_function): Update for name changes.
4705         * decl2.c (finish_file): No mark_all_runtime_matches.
4706         * dump.c (cp_dump_tree): Handle new tree codes.
4707         * error.c (dump_expr) [BIND_EXPR]: Fix typo.
4708         * except.c (catch_language_init, catch_language): Remove.
4709         (init_exception_processing): Don't set language code.
4710         Initialize call_unexpected_node, protect_cleanup_actions,
4711         eh_personality_libfunc, lang_eh_runtime_type.
4712         (call_eh_info, push_eh_info, get_eh_info, get_eh_value): Remove.
4713         (get_eh_type, get_eh_caught, get_eh_handlers): Remove.
4714         (prepare_eh_type): Split out type canonicalizations ...
4715         (build_eh_type_type): ... from here.
4716         (build_eh_type_type_ref): Remove.
4717         (mark_all_runtime_matches): Remove.
4718         (build_exc_ptr): New.
4719         (do_begin_catch, do_end_catch): New.
4720         (do_pop_exception): Remove.
4721         (build_terminate_handler): Remove.
4722         (choose_personality_routine): Split out language choice from ...
4723         (initialize_handler_parm): ... here.
4724         Use MUST_NOT_THROW_EXPR.
4725         (expand_start_catch_block): Use do_begin_catch.  Simplify Java
4726         exception object handling.
4727         (expand_start_eh_spec, expand_end_eh_spec): Remove.
4728         (expand_exception_blocks, alloc_eh_object): Remove.
4729         (begin_eh_spec_block, finish_eh_spec_block): New.
4730         (do_allocate_exception, do_free_exception): New.
4731         (expand_throw): Merge into ...
4732         (build_throw): ... here.  Update for abi.
4733         * expr.c (cplus_expand_expr): No expand_internal_throw.
4734         Handle MUST_NOT_THROW_EXPR.
4735         * pt.c (tsubst_expr): Handle EH_SPEC_BLOCK.
4736         * semantics.c (*) Update for except.h name changes.
4737         (genrtl_try_block): No protect_with_terminate.
4738         (genrtl_eh_spec_block): New.
4739         (genrtl_handler): Don't emit the goto here.
4740         (cp_expand_stmt): Handle EH_SPEC_BLOCK.
4741         (genrtl_finish_function): Don't expand_exception_blocks.
4742         * tree.c (cp_statement_code_p): Handle EH_SPEC_BLOCK.
4743
4744 2001-03-28  Richard Henderson  <rth@redhat.com>
4745
4746         * decl.c (struct named_label_list): Rename eh_region to
4747         in_try_scope, add in_catch_scope.
4748         (struct binding_level): Rename eh_region to is_try_scope,
4749         add is_catch_scope.
4750         (note_level_for_try): Rename from note_level_for_eh.
4751         (note_level_for_catch): New.
4752         (poplevel): Copy both is_try_scope and is_catch_scope to
4753         the named_label_list struct.
4754         (check_previous_goto_1): Don't check for catch block via
4755         DECL_ARTIFICIAL; use in_try_scope instead.
4756         (check_goto): Likewise.
4757         * cp-tree.h (note_level_for_try, note_level_for_catch): Declare.
4758         * except.c (expand_start_catch_block): Call note_level_for_catch.
4759         * semantics.c (begin_compound_stmt): Update for note_level_for_try.
4760
4761 2001-03-27  Richard Henderson  <rth@redhat.com>
4762
4763         * except.c: Use USING_SJLJ_EXCEPTIONS instead of
4764         exceptions_via_longjmp.
4765
4766 2001-03-27  Phil Edwards  <pme@sources.redhat.com>
4767
4768         * pt.c (check_default_tmpl_args):  Make error messages clearer.
4769
4770 2001-03-26  Phil Edwards  <pme@sources.redhat.com>
4771
4772         * error.c:  Also undefine 'A' macro used for cp_printers definition.
4773
4774 2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4775
4776         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
4777
4778 2001-03-26  Mike Yang <yang@research.att.com>
4779             Mark Mitchell  <mark@codesourcery.com>
4780
4781         * dump.c (dump_access): New function.
4782         (cp_dump_tree): Use it.  Dump basetype information for class
4783         types.
4784
4785 2001-03-26  Mark Mitchell  <mark@codesourcery.com>
4786
4787         * Makefile.in (optimize.o): Depend on params.h.
4788         (duplicate_decls): Copy DECL_NUM_STMTS, not DECL_FRAME_SIZE.
4789         (init_decl_processing): Set flag_no_inline when doing
4790         inlining-on-trees.
4791         * optimize.c: Include params.h.
4792         (struct inline_data): Improve documentation of FNS.  Add
4793         FIRST_INLINED_FN, INLINED_STMTS, and CLONING_P.
4794         (INSNS_PER_STMT): New macro.
4795         (remap_block): Use CLONING_P.
4796         (inlinable_function_p): Don't inline big functions.
4797         (expand_call_inline): Keep track of how much inlining we've done.
4798         (optimize_function): Set FIRST_INLINED_FN.
4799         (maybe_clone_body): Set CLONING_P.
4800         * semantics.c (simplify_aggr_init_exprs_r): Fix typing problems in
4801         tree nodes.
4802         (genrtl_finish_function): Clear DECL_DEFER_OUTPUT before calling
4803         rest_of_compilation.  Clear DECL_RTL for local variables
4804         afterwards.
4805         (clear_decl_rtl): New function.
4806
4807 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
4808
4809         Implement DR 209
4810         * cp-tree.h (skip_type_access_control,
4811         reset_type_access_control): Prototype.
4812         * decl.c (grokdeclarator): Access of friends is not checked.
4813         * parse.y (component_decl_list): Reset type access control.
4814         * semantics.c (decl_type_access_control): Clear
4815         current_type_lookups.
4816         (save_type_access_control): Don't save if not deferring.
4817         (skip_type_access_control, reset_type_access_control): New
4818         functions.
4819         (begin_class_definition): Do type access control for basetypes.
4820         Start deferred access control.
4821         (finish_class_definition): Resume immediate access control if
4822         this is a local class.
4823
4824 2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4825
4826         * class.c (add_method): Use memcpy/memmove, not bcopy.
4827
4828         * decl.c (duplicate_decls): Likewise.
4829
4830 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
4831
4832         * mangle.c (write_discriminator): Use `_0' for discriminator 1,
4833         not `_'.
4834
4835 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
4836
4837         * decl.c (local_names): Define.
4838         (push_local_name): New.
4839         (grok_reference_init): Return init if initializing static reference
4840         variable with non-constant instead of emitting it.
4841         Move expand_static_init call to cp_finish_decl.
4842         (layout_var_decl): Call push_local_name.
4843         (maybe_commonize_var): Allow inlining functions even if they have
4844         static local variables, use comdat_linkage for them if flag_weak.
4845         (check_initializer): Call obscure_complex_init if
4846         grok_reference_init returned non-zero.
4847         (save_function_data): Clear x_local_names.
4848         (pop_cp_function_context): Free x_local_names.
4849         (mark_inlined_fns): Remove.
4850         (mark_lang_function): Mark x_local_names.
4851         (lang_mark_tree): Don't mark DECL_ACCESS for DECL_DISCRIMINATOR_P.
4852         Mark inlined_fns as tree, remove call to mark_inlined_fns.
4853         * class.c (alter_access): Ensure DECL_ACCESS is never set if
4854         DECL_DISCRIMINATOR_P.
4855         * cp-tree.h (cp_language_function): Add x_local_names.
4856         (lang_decl_flags): Add discriminator into u2.
4857         (lang_decl_inlined_fns): Remove.
4858         (lang_decl): inlined_fns is now a TREE_VEC.
4859         (DECL_DISCRIMINATOR_P, DECL_DISCRIMINATOR): Define.
4860         * optimize.c (inlinable_function_p): DECL_INLINED_FNS is now a
4861         TREE_VEC, not a custom structure.
4862         (optimize_function): Likewise.
4863         * mangle.c (discriminator_for_local_entity): Discriminate among
4864         VAR_DECL local entities.
4865         * search.c (dfs_access_in_type): If DECL_DISCRIMINATOR_P, DECL_ACCESS
4866         is not valid.
4867
4868 2001-03-22  Bryce McKinlay  <bryce@albatross.co.nz>
4869
4870         Add support for Java interface method calls.
4871         * cp-tree.h (struct lang_type): Add java_interface flag.
4872         (TYPE_JAVA_INTERFACE): New macro.
4873         * tree.c (cp_valid_lang_attribute): Handle "java_interface" attribute
4874         by setting TYPE_JAVA_INTERFACE.
4875         * call.c (java_iface_lookup_fn): New static.
4876         (build_over_call): If calling a method declared in a
4877         TYPE_JAVA_INTERFACE, call build_java_interface_fn_ref to generate the
4878         expression which resolves the function address.
4879         (build_java_interface_fn_ref): New function.
4880
4881 2001-03-22  Richard Henderson  <rth@redhat.com>
4882
4883         * Make-lang.in (cp/except.o): Don't depend on insn-flags.h.
4884         * except.c: Don't include it.
4885
4886 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4887             based on an idea from Joe Buck <jbuck@synopsys.com>
4888
4889         * parse.y (bad_decl, template_arg_list_ignore, arg_list_ignore):
4890         New nonterminals.
4891         (data_def, component_decl): Add reductions to bad_decl.
4892
4893 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
4894
4895         * method.c (do_build_assign_ref): Don't use build_modify_expr for
4896         anonymous aggregates, since they don't have assignment operator
4897         method.
4898         * decl.c (fixup_anonymous_aggr): Disallow ctors, dtors and copy
4899         assignment operators for anonymous structure fields.
4900
4901 2001-03-21  Jason Merrill  <jason@redhat.com>
4902
4903         * pt.c (instantiate_decl): Abort if we see a member constant
4904         instantiation that doesn't already have its initializer.
4905         Downgrade explicit instantiation without definition to pedwarn.
4906
4907         * cp-tree.h (DECL_TINFO_FN_P, SET_DECL_TINFO_FN_P): Remove.
4908         * class.c (build_vtable_entry): Don't check DECL_TINFO_FN_P.
4909         (import_export_decl): Check tinfo_decl_p, not DECL_TINFO_FN_P.
4910
4911         * cp-tree.h (CLASSTYPE_VTABLE_NEEDS_WRITING): Remove.
4912         (pending_vtables): Remove.
4913         * decl2.c (pending_vtables): Remove.
4914         (import_export_vtable): Use CLASSTYPE_INTERFACE_ONLY, not
4915         CLASSTYPE_VTABLE_NEEDS_WRITING.
4916         (import_export_class): Likewise.
4917         (init_decl2): Don't mark pending_vtables.
4918         * lex.c (handle_pragma_vtable): Just sorry.
4919         * pt.c (instantiate_class_template): Don't mess with
4920         CLASSTYPE_VTABLE_NEEDS_WRITING.
4921         (mark_class_instantiated): Likewise.
4922         * ptree.c (print_lang_type): Don't print it.
4923         * semantics.c (begin_class_definition): Don't set it.
4924
4925         * pt.c (template_tail): Replace with last_pending_template.
4926         (maybe_templates, maybe_template_tail): Remove.
4927         (add_pending_template): Adjust.
4928         (instantiate_pending_templates): Adjust.
4929
4930         * cp-tree.h (struct saved_scope): Remove lang_stack field.
4931         (current_lang_stack): Remove.
4932         * decl.c (maybe_push_to_top_level): Don't initialize it.
4933         (duplicate_decls): Use current_lang_depth.
4934         (xref_basetypes): Likewise.
4935         * class.c (current_lang_depth): New fn.
4936         (push_lang_context): Use more varray functionality.
4937         (pop_lang_context): Likewise.
4938
4939         * error.c (GLOBAL_THING): Always use '__'.
4940
4941 2001-03-21  Mark Mitchell  <mark@codesourcery.com>
4942
4943         * class.c (build_clone): Clear DECL_ASSEMBLER_NAME.
4944
4945         * mangle.c (mangle_decl_string): Mangle the names of overloaded
4946         operators, even when they have `extern "C"' linkage.
4947
4948 2001-03-19  Mark Mitchell  <mark@codesourcery.com>
4949
4950         * class.c (get_vtable_decl): Use SET_DECL_ASSEMBLER_NAME,
4951         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
4952         where it's not necessary.
4953         (add_method): Remove optimization involving comparison of
4954         DECL_ASSEMBLER_NAME.
4955         (build_vtbl_or_vbase_field): Use SET_DECL_ASSEMBLER_NAME,
4956         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
4957         where it's not necessary.
4958         (check_methods): Likewise.
4959         (build_clone): Likewise.
4960         (built_vtt): Likewise.
4961         * cp-tree.h (DECL_NEEDED_P): Likewise.
4962         * decl.c (pushtag): Likewise.
4963         (duplicate_decls): Likewise.
4964         (pushdecl): Likewise.
4965         (builtin_function): Likewise.
4966         (build_library_fn_1): Set DECL_LANGUAGE for library functions.
4967         (build_cp_library_fn): Likewise.
4968         (maybe_commonize_var): Use SET_DECL_ASSEMBLER_NAME,
4969         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
4970         where it's not necessary.
4971         (make_rtl_for_nonlocal_decl): Likewise.
4972         (cp_finish_decl): Likewise.
4973         (grokfndecl): Likewise.
4974         (grokvardecl): Likewise.
4975         (grokdeclarator): Likewise.
4976         (start_function): Likewise.
4977         (cp_missing_return_ok_p): Likewise.
4978         * decl2.c (grokclassfn): Likewise.
4979         (check_classfn): Likewise.
4980         (finish_static_data_member_decl): Likewise.
4981         (grokfield): Likewise.
4982         * error.c (GLOBAL_IORD_P): Remove.
4983         (dump_global_iord): Improve output.
4984         (dump_decl): Avoid using DECL_ASSEMBLER_NAME.
4985         * except.c (nothrow_libfn_p): Summarily reject any function not in
4986         namespace-scope.
4987         * init.c (build_java_class_ref): Don't explicitly set
4988         DECL_ASSEMBLER_NAME after calling mangle_decl.
4989         * mangle.c (mangle_decl_string): Handle extern "C" functions.
4990         (mangle_decl): Set the DECL_ASSEMBLER_NAME for the decl.
4991         * method.c (set_mangled_name_for_decl): Don't explicitly set
4992         DECL_ASSEMBLER_NAME after calling mangle_decl.
4993         (make_thunk): Explicitly set the DECL_ASSEMBLER_NAME and
4994         IDENTIFIER_GLOBAL_VALUE for the thunk.
4995         * pt.c (set_mangled_name_for_template_decl): Remove.
4996         (check_explicit_specialization): Don't use it.
4997         (looup_template_class): Don't set DECL_ASSEMBLER_NAME.
4998         (tsubst_friend_function): Likewise.
4999         (tsubst_decl): Likewise.
5000         (regenerate_decl_from_template): Use COPY_DECL_ASSEMBLER_NAME.
5001         * rtti.c (get_tinfo_decl): Use SET_DECL_ASSEMBLER_NAME,
5002         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
5003         where it's not necessary.
5004         (tinfo_base_init): Likewise.
5005         (create_real_tinfo_var): Likewise.
5006         * search.c (looup_field_1): Likewise.
5007         * semantics.c (finish_named_return_value): Likewise.
5008         * tree.c (init_tree): Set lang_set_decl_assembler_name.
5009
5010 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
5011
5012         Correct semantics restrictions checking in throw-expression.
5013         * except.c (is_admissible_throw_operand): New function.
5014         (build_throw): Use it.
5015
5016 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
5017
5018         * decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__
5019         and its ilk.
5020
5021 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
5022
5023         * class.c (build_clone): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
5024         * cp-tree.h (DECL_IN_MEMORY_P): Likewise.
5025         * decl.c (duplicate_decls): Likewise.
5026         (builtin_function): Likewise.
5027         (build_library_fn): Likewise.
5028         (build_cp_library_fn): Likewise.
5029         (check_initializer): Likewise.
5030         (cp_finish_decl): Likewise.
5031         * decl2.c (grokfield): Likewise.
5032         (grok_function_init): Remove #if 0'd code.
5033         (finish_anon_union): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
5034         * friend.c (do_friend): Likewise.
5035         * init.c (get_temp_regvar): Likewise.
5036         * method.c (make_thunk): Likewise.
5037         * pt.c (tsubst_friend_function): Likewise.
5038         (tsubst_decl): Likewise.
5039         (regenerate_decl_from_template): Likewise.
5040         * semantics.c (genrtl_named_return_value): Likewise.
5041         (expand_body): Likewise.
5042         (genrtl_finish_function): Likewise.
5043         * tree.c (cp_tree_equal): Likewise.
5044
5045 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
5046
5047         * call.c (convert_like_real): Add extra semantics to INNER
5048         parameter. Don't convert to temporary if a user conversion
5049         gives us an lvalue that we're about to bind to a reference.
5050         Set INNER to indicate pending reference binding on recursive
5051         calls.
5052
5053 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
5054
5055         * cp/lex.c: Delete duplicate pending_lang_change.
5056
5057 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
5058
5059         * cp/lex.c (handle_pragma_interface, handle_pragma_implementation):
5060         Similarly.
5061         * cp/repo.c (get_base_filename, open_repo_file): Similarly.
5062         * cp/cp-tree.h: Remove file_name_nondirectory prototype.
5063
5064 2001-03-09  Zack Weinberg  <zackw@stanford.edu>
5065
5066         * Make-lang.in: Add dependencies on $(TM_P_H) as appropriate.
5067
5068 2001-03-08  Stan Shebs  <shebs@apple.com>
5069
5070         * cp-tree.h (set_identifier_local_value): Remove unused decl.
5071
5072 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
5073
5074         * spew.c: Remove references to CPP_OSTRING.
5075
5076 2001-03-06  Andrew Haley  <aph@redhat.com>
5077
5078         * typeck.c (convert_arguments): Check that we have an fndecl.
5079
5080 2001-03-05  Andrew Haley  <aph@redhat.com>
5081
5082         * typeck.c (convert_arguments): Don't do ellipsis conversion for
5083         __built_in_constant_p.
5084
5085 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
5086
5087         * typeck.c (build_static_cast): Allow enum to enum conversions
5088         as per DR 128.
5089
5090 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
5091
5092         * class.c (check_field_decls): Pointers to member do not a
5093         non-pod struct make, as per DR 148.
5094
5095 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
5096
5097         * call.c (joust): cp_pedwarn when using gnu extension concerning
5098         worst conversion sequences.
5099
5100 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
5101
5102         * decl.c: Replace all uses of 'boolean' with 'bool'.
5103
5104 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
5105
5106         * lang-specs.h: Add zero initializer for cpp_spec field to
5107         all array elements that need one.  Don't put an #ifdef inside
5108         the initializer list; set a default for CPLUSPLUS_CPP_SPEC and
5109         use it.
5110
5111 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
5112
5113         Implement using decls inside template functions.
5114         * decl2.c (validate_nonmember_using_decl): Don't special case
5115         fake_std_node in the global namespace. Don't reject early when
5116         processing a template.
5117         (do_local_using_decl): Add to statement tree. Don't do further
5118         processing when building a template.
5119         * pt.c (tsubst_expr, DECL_STMT case): Deal with USING_DECLs.
5120
5121 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
5122
5123         * decl2.c (do_nonmember_using_decl): Don't complain if we find
5124         same function. Do complain about ambiguating extern "C"
5125         declarations.
5126
5127 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
5128
5129         Remove floating point and complex type template constant parms.
5130         * pt.c (convert_nontype_argument): Remove REAL_TYPE and
5131         COMPLEX_TYPE extensions.
5132         (invalid_nontype_parm_type_p): Likewise.
5133
5134 2001-02-27  Jeffrey Oldham  <oldham@codesourcery.com>
5135
5136         * except.c (call_eh_info): Revert "match_function"'s type.
5137
5138 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
5139
5140         Fix ctor vtable vcall offsets.
5141         * class.c (struct vtbl_init_data_s): Add rtti_binfo member.
5142         (build_rtt_vtbl_entries): Lose RTTI_BINFO parameter.
5143         (get_matching_base): Remove.
5144         (get_original_base): New function.
5145         (build_vtbl_initializer): Initialize vid.rtti_binfo.
5146         Use a virtual thunk for a ctor vtable with an index
5147         (add_vcall_offset_vtbl_entries_1): Check if binfo has lost a
5148         primary base within a constructor vtable. Only set
5149         BV_VCALL_INDEX when not a constructor vtable. Adjust vcall offset
5150         when primary base has been lost.
5151         * cp-tree.h (BINFO_VIRTUALS): Remove ambiguity from comment.
5152
5153 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
5154
5155         * call.c (joust): Ensure more_specialized()'s argument length
5156         parameter has correct value for constructors.
5157
5158 2001-02-26  Nathan Sidwell  <nathan@codesourcery.com>
5159
5160         * except.c (call_eh_info): Cleanup generation of cp_eh_info struct.
5161
5162         * decl.c (mark_inlined_fns): Prototype.
5163
5164 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
5165
5166         * spew.c (yylex): Correct handling of friends.
5167
5168 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
5169
5170         * mangle.c (write_encoding): Pass write_function_type the
5171         FUNCTION_DECL for the function being encoded.
5172         (write_function_type): Pass it along to write_bare_function_type.
5173         (write_bare_function_type): Pass it along to write_method_parms.
5174         (write_method_parms): Don't mangle the compiler-generated
5175         parameters to a constructor or destructor.
5176
5177 2001-02-22  Andreas Jaeger  <aj@suse.de>
5178
5179         * optimize.c: Include toplev.h for
5180         note_deferral_of_defined_inline_function prototype.
5181
5182 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
5183
5184         * cp-tree.h (struct lang_decl_inlined_fns): New.
5185         (struct lang_decls): Add inlined_fns.
5186         (DECL_INLINED_FNS): New macro.
5187         * optimize.c (struct inline_data): Add inlined_fns.
5188         (declare_return_variable): Use VARRAY_ACTIVE_SIZE macro.
5189         (inlinable_function_p): Likewise, fix typo in comment,
5190         function is not inlinable if it already inlined function currently
5191         being optimized.
5192         (expand_call_inline): Add fn to inlined_fns if necessary.
5193         (optimize_function): Initialize inlined_fns.
5194         Save inlined_fns into DECL_INLINED_FNS after expanding inlines.
5195         * decl.c (mark_inlined_fns): New function.
5196         (lang_mark_tree): Call it.
5197
5198 2001-02-21  Jason Merrill  <jason@redhat.com>
5199
5200         * cp-tree.h (struct lang_decl_flags): Remove uninlinable flag.
5201         (DECL_UNINLINABLE): Move to middle-end.
5202
5203         * class.c (clone_function_decl): Set DECL_ABSTRACT on original fn.
5204         * decl.c (duplicate_decls): Preserve DECL_ABSTRACT.
5205         * class.c (build_clone): Set DECL_ABSTRACT_ORIGIN for the clone.
5206         * optimize.c (maybe_clone_body): Set DECL_ABSTRACT_ORIGIN for the
5207         parms and outer BLOCK.  note_deferral_of_defined_inline_function.
5208
5209         * method.c (implicitly_declare_fn): Don't set DECL_ARTIFICIAL on
5210         second parm of op=.
5211
5212 2001-02-19  Mark Mitchell  <mark@codesourcery.com>
5213
5214         * decl2.c (set_decl_namespace): Allow explicit instantiations in
5215         any namespace.
5216
5217 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5218
5219         * optimize.c (expand_call_inline): Don't walk subtrees of type
5220         nodes.
5221
5222 2001-02-18  Mark Mitchell  <mark@codesourcery.com>
5223
5224         * class.c (add_vcall_offset_vtbl_entries_1): Only add one entry
5225         for a destructor.
5226
5227 2001-02-18  Jason Merrill  <jason@redhat.com>
5228
5229         Do put the VTT parameter in DECL_ARGUMENTS.
5230         * cp-tree.h (struct cp_language_function): Add x_vtt_parm.
5231         (current_vtt_parm): New macro.
5232         (struct lang_decl_flags): Add has_vtt_parm_p, remove vtt_parm.
5233         (DECL_HAS_VTT_PARM_P): New macro.
5234         (DECL_VTT_PARM): Remove.
5235         (FUNCTION_FIRST_USER_PARMTYPE, FUNCTION_FIRST_USER_PARM): New macros.
5236         * decl.c (duplicate_decls): Only copy the operator code if
5237         appropriate.
5238         (start_function): Set current_vtt_parm.
5239         (lang_mark_tree): Don't mark vtt_parm.
5240         * decl2.c (maybe_retrofit_in_chrg): Do add the VTT parm to
5241         DECL_ARGUMENTS.  Set DECL_HAS_VTT_PARM_P.
5242         * class.c (build_clone): Maybe remove the VTT parm.
5243         * optimize.c (maybe_clone_body): Set up the VTT parm.
5244         * pt.c (copy_default_args_to_explicit_spec): Preserve the VTT parm.
5245         * call.c (build_over_call): Just allow the VTT arg.
5246         * method.c (make_thunk): Don't set DECL_VTT_PARM.
5247         (do_build_copy_constructor): Use FUNCTION_FIRST_USER_PARM.
5248         (synthesize_method): Use FUNCTION_FIRST_USER_PARMTYPE.
5249         * decl.c (grokdeclarator, copy_args_p, grok_ctor_properties): Likewise.
5250         * error.c (dump_function_decl): Likewise.
5251         * call.c (build_user_type_conversion_1, convert_like_real): Abort
5252         if we try to call a constructor with in-charge or VTT parms.
5253         * method.c (skip_artificial_parms_for): New fn.
5254         * call.c (add_function_candidate, build_over_call): Call it.
5255         * call.c (build_new_method_call): Use current_vtt_parm.
5256         * init.c (expand_virtual_init): Likewise.
5257         * class.c (same_signature_p): No longer static.
5258         * cp-tree.h: Declare it.
5259         * search.c (look_for_overrides_r): Use it.
5260
5261 2001-02-17  Mark Mitchell  <mark@codesourcery.com>
5262
5263         * cp-tree.h (new_abi_rtti_p): Remove.
5264         (name_mangling_version): Likewise.
5265         (flag_do_squangling): Likewise.
5266         * class.c (build_rtti_vtbl_entries): Remove old ABI support.
5267         * decl.c (grokfndecl): Likewise.
5268         * decl2.c (name_mangling_version): Remove.
5269         (flag_do_squangling): Likewise.
5270         (lang_f_options): Remove `squangle'.
5271         (unsupported_options): Add `squangle'.
5272         (cxx_decode_option): Issue a warning about uses of
5273         -fname-mangling-version.
5274         (finish_file): Remove old ABI support.
5275         * pt.c (check_explicit_specialization): Likewise.
5276         (tsubst_decl): Likewise.
5277         * rtti.c (init_rtti_processing): Likewise.
5278         (build_headof): Likewise.
5279         (get_tinfo_decl_dynamic): Likewise.
5280         (tinfo_from_decl): Likewise.
5281         (build_dynamic_cast_1): Likewise.
5282         (synthesize_tinfo_var): Likewise.
5283         * init.c (build_new): Allow enumeration types for the array-bounds
5284         in a direct-new-declarator.
5285
5286         * semantics.c (finish_typeof): Resolve OFFSET_REFs.
5287
5288         * pt.c (check_explicit_specialization): Copy TREE_PRIVATE and
5289         TREE_PROTECTED from the template being specialized.
5290
5291 2001-02-17  Jason Merrill  <jason@redhat.com>
5292
5293         * decl2.c (build_artificial_parm): Set TREE_READONLY.
5294
5295         * decl.c (bad_specifiers): Allow throw specs on things with
5296         pointer-to-function or -member-function type.
5297         * init.c (build_default_init): Don't use a CONSTRUCTOR to initialize
5298         a pmf.
5299
5300 2001-02-17  Mark Mitchell  <mark@codesourcery.com>
5301
5302         * call.c (check_dtor_name): Handle template names correctly.
5303
5304 2001-02-16  Jason Merrill  <jason@redhat.com>
5305
5306         * cp-tree.h (DECL_USE_VTT_PARM): Remove.
5307         * decl2.c (maybe_retrofit_in_chrg): Don't create it.
5308         * optimize.c (maybe_clone_body): Don't substitute it.
5309         * call.c (build_new_method_call): Check in_chrg instead.
5310         * init.c (expand_virtual_init): Likewise.
5311
5312 2001-02-16  Gabriel Dos Reis  <gdr@codesourcery.com>
5313
5314         * decl.c (check_tag_decl): Make sure a typedef for an anonymous
5315         class-type introduces at least a type-name.
5316
5317 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
5318
5319         * call.c (convert_like_real): Create a temporary for non-lvalue.
5320
5321 2001-02-16  Jeffrey Oldham  <oldham@codesourcery.com>
5322
5323         * cp-tree.h: Fix typos in comments.
5324
5325 2001-02-16  Jason Merrill  <jason@redhat.com>
5326
5327         * optimize.c (remap_block): If we're compiling a clone, pass the
5328         new block to insert_block.
5329
5330 2001-02-16  Mark Mitchell  <mark@codesourcery.com>
5331
5332         * semantics.c (finish_asm_stmt): Robustify.
5333
5334 2001-02-15  Mark Mitchell  <mark@codesourcery.com>
5335
5336         * pt.c (push_template_decl_real): Don't remangle the name of a
5337         class template.
5338
5339 2001-02-15  Jim Meyering  <meyering@lucent.com>
5340
5341         * Make-lang.in (c++.install-common): Depend on installdirs.
5342         (c++.install-info): Likewise.
5343         (c++.install-man): Likewise.
5344
5345 2001-02-15  Mark Mitchell  <mark@codesourcery.com>
5346
5347         * typeck2.c (build_m_component_ref): Robustify.
5348
5349 2001-02-15  Alexandre Oliva  <aoliva@redhat.com>
5350
5351         * friend.c (do_friend): Don't take the nested [template] class
5352         into account when deciding whether to warn about the friend
5353         function not referring to a template function.
5354
5355 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
5356
5357         * typeck.c (build_unary_op): Clarify error message.
5358
5359 2001-02-08  Aldy Hernandez  <aldyh@redhat.com>
5360
5361         * parse.y (component_constructor_declarator): allow optional
5362         parentheses around constructor class name.
5363
5364 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
5365
5366         * cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c
5367         section.
5368         * init.c (emit_base_init): Remove incorrect comment about
5369         virtual bases.
5370         * method.c (make_thunk): Fix comment alignment.
5371
5372 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
5373
5374         Kill remnants of this is variable.
5375         * cp-tree.h (flag_this_is_variable): Remove.
5376         * decl2.c (flag_this_is_variable): Remove.
5377         * class.c (fixed_type_or_null): Add cdtor parm. Adjust.
5378         (build_vbase_path): The path is non-static, even in a cdtor.
5379         (resolves_to_fixed_type_p): Add additional return value.
5380         * search.c (init_vbase_pointers): Adjust.
5381         * tree.c (lvalue_p_1): Adjust.
5382         * typeck.c (mark_addressable): Adjust.
5383
5384 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
5385
5386         * pt.c (unify): Don't check cv quals of array types.
5387
5388 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
5389
5390         * tree.c (cp_build_qualified_type_real): Use CP_TYPE_QUALS to
5391         check whether we already have the type.
5392
5393 2001-02-13  Mark Mitchell  <mark@codesourcery.com>
5394
5395         * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
5396         * call.c (build_op_delete_call): Simplify to remove duplicate
5397         code.
5398         * class.c (clone_function_decl): Don't build the deleting variant
5399         of a non-virtual destructor.
5400         * decl.c (finish_destructor_body): Don't call delete if this is a
5401         non-virtual destructor.
5402         * init.c (build_delete): Explicitly call `operator delete' when
5403         deleting an object with a non-virtual destructor.
5404
5405 2001-02-13  Jason Merrill  <jason@redhat.com>
5406
5407         * lang-specs.h: Add more __EXCEPTIONS.
5408
5409 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
5410
5411         * typeck2.c (process_init_constructor): Check
5412         TREE_HAS_CONSTRUCTOR before issuing missing init warning.
5413
5414 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
5415
5416         * pt.c (maybe_adjust_types_for_deduction, DEDUCE_ORDER case):
5417         Remove spurious information in comment. Allow further
5418         adjustments of REFERENCE_TYPE args.
5419
5420 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
5421
5422         * errfn.c (cp_deprecated): Tweak diagnostic text.
5423         * parse.y (new_initializer): Deprecate initializer lists
5424         extension.
5425
5426 2001-02-12  Mark Mitchell  <mark@codesourcery.com>
5427
5428         Remove old ABI support.
5429
5430 2001-02-11  Mark Mitchell  <mark@codesourcery.com>
5431
5432         * decl2.c (flag_vtable_thunks): Always set it to 1.
5433         (flag_new_abi): Likewise.
5434         * lang-specs.h: Remove conditional on ENABLE_NEW_GXX_ABI.
5435
5436         * Makefile.in (g++spec.o): Fix typo.
5437
5438 2001-02-09  Jason Merrill  <jason@redhat.com>
5439
5440         * lang-specs.h: Restore definition of __EXCEPTIONS.
5441
5442 2001-02-08  Jason Merrill  <jason@redhat.com>
5443
5444         * search.c (shared_member_p): New function.
5445         (lookup_field_r): Use it.
5446         * cp-tree.h (SHARED_MEMBER_P): Remove.
5447
5448         * method.c (process_overload_item): Handle template-dependent array
5449         bounds.
5450         * pt.c (type_unification_real): If we end up with undeduced nontype
5451         parms, try again.
5452
5453         * decl.c (lookup_name_real): Tweak warning to refer to decls, not
5454         types.
5455
5456         * typeck2.c (friendly_abort): Don't say anything if we have
5457         earlier errors or sorries.
5458
5459         * decl.c (check_tag_decl): Notice attempts to redefine bool and
5460         wchar_t.  Ignore if in_system_header.
5461
5462         * decl.c (maybe_push_cleanup_level): New fn...
5463         (start_decl_1): ...split out from here.
5464         * cvt.c (build_up_reference): Use it.
5465         * cp-tree.h: Declare it.
5466
5467 2001-02-07  Mark Mitchell  <mark@codesourcery.com>
5468
5469         * lang-specs.h: Use CPLUSPLUS_CPP_SPEC for the preprocessor
5470         spec.
5471
5472 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
5473
5474         * pt.c (lookup_template_class): Make sure it's a primary
5475         template or template_template_parm when called from the parser.
5476         (instantiate_template_class): Add assertion.
5477
5478 2001-02-05  Alexandre Oliva  <aoliva@redhat.com>
5479
5480         * method.c (build_mangled_name) [old abi]: Protect flush_repeats()
5481         from error_mark_node.
5482
5483 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
5484
5485         Fix specification and implementation bugs in V3 ABI
5486         construction vtables.
5487         * cp-tree.h (flag_dump_class_layout): New flag.
5488         (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH_P): Remove.
5489         (BINFO_LOST_PRIMARY_P): New flag.
5490         (SET_BINFO_NEW_VTABLE_MARKED): Adjust asserts.
5491         (BINFO_PRIMARY_MARKED_P): Rename to ...
5492         (BINFO_PRIMARY_P): ... here.
5493         (binfo_via_virtual): New prototype.
5494         * decl2.c (flag_dump_class_layout): New flag.
5495         (cxx_decode_option): Set it. Adjust -fdump-translation-unit to
5496         use `=' as a file name separator.
5497         * init.c (dfs_initialize_vtbl_ptrs): Walk into virtual primary
5498         bases.
5499         (build_vtbl_address): If this is a virtual primary base, then
5500         get the vtbl of what it is ultimately primary for.
5501         * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Adjust
5502         for BINFO_PRIMARY_P.
5503         (dfs_skip_nonprimary_vbases_markedp): Likewise.
5504         (get_shared_vbase_if_not_primary): Likewise.
5505         (dfs_get_pure_virtuals): Likewise.
5506         (expand_upcast_fixups): Likewise.
5507         (fixup_virtual_upcast_offsets): Likewise.
5508         (dfs_find_vbase_instance): Likewise.
5509         (find_vbase_instance): Likewise.
5510         (binfo_from_vbase): Adjust comment to reflect reality.
5511         (binfo_via_virtual): New function.
5512         * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): New macros
5513         for binfo walking during VTT construction.
5514         (dfs_mark_primary_bases): Remove.
5515         (force_canonical_binfo_r): New function.
5516         (force_canonical_binfo): New function.
5517         (mark_primary_virtual_base): New function.
5518         (mark_primary_bases): Walk in inheritance graph order, use
5519         mark_primary_virtual_base.
5520         (determine_primary_base): Use some more intermediate variables.
5521         (dfs_find_final_overrider): Don't check for overriding along a
5522         virtual path.
5523         (dfs_modify_vtables): Walk into primary virtual bases too.
5524         (walk_subobject_offsets): Adjust for BINFO_PRIMARY_P.
5525         (build_base_fields): Likewise.
5526         (dfs_set_offset_for_unshared_vbases): Likewise.
5527         (layout_virtual_bases): Likewise.
5528         (end_of_class): Likewise.
5529         (finish_struct_1): Call dump_class_hierarchy, if requested.
5530         (dfs_get_primary_binfo): Use BINFO_TYPE for binfos.
5531         (dump_class_hierarchy_r): Add stream parameter. Emit more information.
5532         (dump_class_hierarchy): Add file parameter. Append to file, if
5533         required.
5534         (finish_vtbls): Adjust accumulate_vtbl_inits call.
5535         Use canonical base for virtual bases.
5536         (build_vtt): Add more comments. Adjust build_vtt_inits call.
5537         (build_vtt_inits): Remove VIRTUAL_VTTS_P parm.
5538         Only set BINFO_VPTR_INDEX on top level. Use VTT_TOP_LEVEL_P,
5539         VTT_MARKED_BINFO_P for binfo walking. Use canonical vbase for
5540         virtual VTTs.
5541         (dfs_build_secondary_vptr_vtt_inits): Extract VTT_TOP_LEVEL_P
5542         from DATA.  We want virtual primary bases and all bases via virtual.
5543         Only set BINFO_VPTR_INDEX for top level. Look up from a primary
5544         virtual base when not a construction vtable.
5545         (dfs_ctor_vtable_bases_queue_p): New DFS predicate.
5546         (build_ctor_vtbl_group): Adjust accumulate_vtbl_inits call.
5547         Use canonical bases when processing virtual bases.
5548         (accumulate_vtbl_inits): We're interested in any base via a
5549         virtual path.
5550         (dfs_accumulate_vtbl_inits): If this is a primary virtual base
5551         within a construction vtable, determine what is being overridden.
5552         (build_vtbl_initializer): Add more comments
5553         (add_vcall_offset_vtbl_entries_1): Adjust comment.
5554         (build_rtti_vtbl_entries): Check if the base has lost its
5555         primary.
5556
5557 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
5558
5559         * Makefile.in (g++spec.o): Adjust use of DRIVER_DEFINES.
5560
5561 Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5562
5563         * decl.c (pushdecl): Call abort instead of fatal.
5564         * except.c (decl_is_java_type): Call fatal_error instead of fatal.
5565         * init.c (build_new_1): Likewise.
5566         (build_java_class_ref): Call internal_error and fatal_error, not fatal.
5567         * decl.c (build_typename_type): hash_table_init now returns void.
5568         decl.c (init_decl_processing): Make an error non-fatal.
5569
5570 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
5571
5572         * cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.
5573         Document.
5574         (CLASSTYPE_INTERFACE_KNOWN): Likewise.
5575         (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
5576         (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
5577         (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
5578         * decl.c (maybe_commonize_var): Use the new name-mangling where
5579         appropriate.
5580         * decl2.c (comdat_linkage): Enhance comments.  Make all
5581         compiler-generated things static, if COMDAT is not available.
5582         (get_tinfo_decl): Do not make typeinfo objects that belong in the
5583         library COMDAT.
5584         (tinfo_base_init): Use the correct mangled name for typeinfo
5585         strings, and push them into the global scope.
5586         (typeinfo_in_lib_p): New function.
5587         (synthesize_tinfo_var): Use it.
5588         (create_real_tinfo_var): Likewise.
5589
5590 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
5591
5592         * decl.c (push_class_binding): Use context_for_name_lookup instead
5593         of CP_DECL_CONTEXT.
5594         * search.c (context_for_name_lookup): Remove static.  Check for NULL
5595         context in the loop.
5596         * cp-tree.h (context_for_name_lookup): Add prototype.
5597
5598 2001-02-02  Jakub Jelinek  <jakub@redhat.com>
5599
5600         * cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.
5601         * tree.c (build_expr_ptr_wrapper, can_free, permanent_obstack):
5602         Remove.
5603         * call.c (convert_class_to_reference, build_user_type_conversion_1,
5604         add_warning): Change build_expr_ptr_wrapper to build_ptr_wrapper.
5605
5606 2001-02-02  Mark Mitchell  <mark@codesourcery.com>
5607
5608         * Make-lang.in (g++spec.o): Add DRIVER_DEFINES to the list
5609         of macros used when compiling g++spec.c.
5610         * g++spec.c (lang_specific_driver): Link with the shared
5611         libgcc by default.
5612
5613 2001-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
5614
5615         * decl2.c (build_expr_from_tree), lex.c (make_pointer_declarator,
5616         make_reference_declarator, make_call_declarator), method.c
5617         (implicitly_declare_fn), parse.y (namespace_using_decl,
5618         notype_unqualified_id, expr_or_declarator, new_type_id,
5619         after_type_declarator, direct_after_type_declarator,
5620         notype_declarator, complex_notype_declarator,
5621         complex_direct_notype_declarator, qualified_id,
5622         notype_qualified_id, overqualified_id, direct_new_declarator,
5623         absdcl, direct_abstract_declarator, conversion_declarator), pt.c
5624         (tsubst), semantics.c (begin_constructor_declarator): Use build_nt
5625         instead of build_parse_node.
5626
5627 2001-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5628
5629         * cp-tree.h (cp_tree_index): Delete CPTI_MINUS_ONE.
5630         (minus_one_node): Moved to top level gcc directory.  Renamed
5631         to integer_minus_one_node.
5632
5633         * init.c (init_init_processing): Don't set minus_one_node.
5634         (build_vec_init): Use integer_minus_one_node.
5635
5636         * rtti.c (get_tinfo_decl_dynamic): Likewise.
5637
5638 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
5639
5640         * optimize.c (copy_body_r): If MODIFY_EXPR has both arguments
5641         identical and they would be replaced with constant, remove
5642         MODIFY_EXPR from the tree.
5643
5644 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5645
5646         * Make-lang.in: Remove all dependencies on defaults.h.
5647         * call.c: Don't include defaults.h.
5648         * decl.c: Likewise.
5649         * decl2.c: Likewise.
5650         * except.c: Likewise.
5651         * pt.c: Likewise.
5652         * rtti.c: Likewise.
5653         * tree.c: Likewise.
5654         * typeck.c: Likewise.
5655
5656 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
5657
5658         * mangle.c (write_mangled_name, write_encoding): Mangle overloaded
5659         operators even in "C" linkage.
5660         * method.c (set_mangled_name_for_decl): Likewise.
5661         * decl.c (grokfndecl): Call set_mangled_name_for_decl even for
5662         overloaded operators in "C" linkage.
5663
5664 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
5665
5666         * pt.c (tsubst_decl): Remove IN_DECL parameter.
5667         (tsubst_arg_types): Check parameter is not void.
5668         (tsubst): Adjust tsubst_decl call.
5669
5670 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
5671
5672         * call.c (add_builtin_candidate): Quote std properly, from
5673         previous change.
5674
5675 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5676
5677         * pt.c (check_explicit_specialization): Clone constructors and
5678         destructors.
5679
5680 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
5681
5682         * decl.c (grokdeclarator): Don't presume DECL_LANG_SPECIFIC
5683         indicates anything special about template depth. Make sure we
5684         only count the user visible template classes.
5685
5686 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
5687
5688         * call.c (build_conv): Typo in comment.
5689         (add_builtin_candidate): Add more explanation.
5690         Remove extra test for ENUMERAL_TYPE in {PRE,POST}INCREMENT_EXPR.
5691         Allow ENUMERAL_TYPEs for relops and eqops. Add both candidates
5692         when we have enumeral types.
5693         (add_builtin_candidates): Add more explanation. Add ENUMERAL_TYPE
5694         candidates for relops and eqops.
5695         (joust): Simplify control flow. Allow a non-template user
5696         function to hide a builtin.
5697
5698 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
5699
5700         * cp-tree.h (unification_kind_t): Add DEDUCE_ORDER.
5701         (more_specialized): Add deduction parameter.
5702         * call.c (joust): Adjust more_specialized call.
5703         * pt.c (UNIFY_ALLOW_OUTER_MORE_CV_QUAL,
5704         UNIFY_ALLOW_OUTER_LESS_CV_QUAL): New unify flags.
5705         (get_bindings_order): Remove.
5706         (get_bindings_real): Add DEDUCE parameter.
5707         (maybe_adjust_types_for_deduction): Return extra unify flags. Do
5708         REFERENCE_TYPE jig for DEDUCE_ORDER.
5709         (type_unification_real): Deal with DEDUCE_ORDER. Use result of
5710         maybe_adjust_types_for_deduction.
5711         (more_specialized): Add DEDUCE parameter. Call get_bindings_real
5712         directly.
5713         (try_one_overload): Use result of maybe_adjust_types_for_deduction.
5714         (check_cv_quals_for_unify): Use new unify qualifier flags.
5715         (unify): Clear new unify qualifier flags.
5716         (get_bindings_real): Add DEDUCE parameter.
5717         (get_bindings): Adjust call to get_bindings_real.
5718         (get_bindings_overload): Likewise.
5719         (most_specialized_instantiation): Adjust call to
5720         more_specialized.
5721
5722 2001-01-19  Jason Merrill  <jason@redhat.com>
5723
5724         * decl2.c (flag_vtable_thunks): Also depend on ENABLE_NEW_GXX_ABI.
5725
5726         * decl.c (init_decl_processing): Just force -fvtable-thunks on if
5727         -fnew-abi.
5728
5729 2001-01-19  Ute Pelkmann  <scope.muc@t-online.de>
5730
5731         * decl2.c (arg_assoc_class): Fix double iteration logic.
5732
5733 2001-01-19  Jason Merrill  <jason@redhat.com>
5734
5735         * init.c (build_delete): Always call convert_force to strip cv-quals.
5736
5737         * decl2.c (flag_new_abi): Depend on ENABLE_NEW_GXX_ABI.
5738         * lang-specs.h: Default ABI depends on ENABLE_NEW_GXX_ABI.
5739         * g++spec.c: Don't look at ENABLE_NEW_GXX_ABI.
5740
5741 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5742
5743         * search.c (get_vbase_1): Count only virtual bases.
5744
5745 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5746
5747         * class.c (duplicate_tag_error): Robustify flag clearing.
5748
5749 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5750
5751         * cp-tree.h (lookup_template_class): Add complain parm.
5752         * decl.c (lookup_namespace_name): Adjust call to
5753         lookup_template_class.
5754         (make_typename_type): Likewise.
5755         * semantics.c (finish_template_type): Likewise.
5756         * pt.c (lookup_template_class): Add complain parm. Adjust.
5757         (tsubst_aggr_type): Pass COMPLAIN down to lookup_template_class.
5758         (tsubst): Likewise.
5759
5760 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5761
5762         * pt.c (copy_default_args_to_explicit_spec): Preserve
5763         object's CV quals. Reorganize.
5764
5765 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5766
5767         * typeck.c (build_modify_expr): Say `initialization' for
5768         INIT_EXPRs.
5769         * init.c (build_default_init): Convert to enumeral type, if
5770         needed.
5771
5772 2001-01-18  Jakub Jelinek  <jakub@redhat.com>
5773
5774         * parse.y (nomods_initdcl0): Properly set things up for
5775         initdcl0_innards.
5776
5777 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5778
5779         * pt.c (UNIFY_ALLOW_OUTER_LEVEL): New unify flag.
5780         (type_unification_real): Set it.
5781         (unify): Use it.
5782
5783 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5784
5785         * decl.c (finish_destructor_body): Convert to vbase pointer here.
5786
5787 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5788
5789         * semantics.c (begin_class_definition): Check we're not inside a
5790         template parm list.
5791
5792 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5793
5794         * tree.c (walk_tree, TREE_LIST): Don't walk the TREE_PURPOSE of
5795         BASELINK_P.
5796
5797 2001-01-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5798
5799         * typeck.c (build_function_call_real): Call fold on the CALL_EXPR.
5800         * call.c (build_over_call): Add comment.
5801
5802 2001-01-16 Daniel Berlin <dberlin@redhat.com>
5803
5804         * cvt.c (ocp_convert): Handle vector type conversion
5805         * typeck2.c (digest_init): Handle vector type initializations
5806
5807 2001-01-16  Phil Edwards  <pme@sources.redhat.com>
5808
5809         * g++spec.c:  Don't add libraries needlessly if -fsyntax-only
5810           was given.
5811
5812 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
5813
5814         * pt.c (check_nontype_parm): Rename to ...
5815         (invalid_nontype_parm_type_p): ... here.
5816         (process_template_parm): Adjust.
5817         (convert_template_argument): Adjust.
5818
5819 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
5820
5821         * pt.c (check_nontype_parm): New function.
5822         (process_template_parm): Use it.
5823         (convert_template_argument): Use it.
5824         (convert_nontype_argument, RECORD_TYPE): Assert it's a ptr to
5825         member.
5826
5827 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
5828
5829         * tree.c: Add defaults.h
5830         (cp_valid_lang_attribute): Incorporate SUPPORTS_INIT_PRIORITY.
5831         * Make-lang.in (cp/tree.o): Add defaults.h.
5832
5833 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5834
5835         * Make-lang.in (CXX_C_OBJS): Add c-format.o.
5836
5837 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5838
5839         * g++.1: Change to be ".so man1/gcc.1".
5840
5841 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5842
5843         * Make-lang.in (c++.info, c++.install-info): Build and install g++
5844         internals info.
5845         (c++.uninstall, c++.maintainer-clean): Remove g++ internals info.
5846         ($(srcdir)/cp/g++int.info): New target.
5847         * gxxint.texi: Add info directory entry.  Use @@ in email address.
5848         * .cvsignore: Update.
5849
5850 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
5851
5852         * typeck.c (build_c_cast): Do template processing earlier.
5853         Always pedwarn on array casts.
5854
5855 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
5856
5857         * friend.c (make_friend_class): Make sure a templated class is
5858         actually a template.
5859
5860 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5861
5862         * decl2.c (get_guard): Set linkage from guarded decl.
5863
5864 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5865
5866         * call.c (convert_default_arg): Check for unprocessed
5867         DEFAULT_ARG.
5868         * cp-tree.h (replace_defarg): Move to spew.c.
5869         (maybe_snarf_defarg, add_defarg_fn, do_pending_defargs): Move to
5870         spew.c, which is where they really are.
5871         (done_pending_defargs): Declare.
5872         (unprocessed_defarg_fn): Declare.
5873         * decl.c (replace_defarg): Move to spew.c
5874         * parse.y (structsp): Call done_pending_defargs.
5875         * spew.c (defarg_fns): Rearrange list structure.
5876         (defarg_fnsdone): New static variable.
5877         (defarg_depfns): New static variable.
5878         (init_spew): Adjust.
5879         (add_defarg_fn): Store the type in TREE_TYPE.
5880         (do_pending_defargs): Detect and deal with ordering constraints
5881         and circularity.
5882         (done_pending_defargs): New function.
5883         (unprocessed_defarg_fn): New function.
5884         (replace_defarg): Moved from decl.c. Robustify. Don't save
5885         if circularity detected.
5886
5887 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5888
5889         * pt.c (unify): Check array has a domain, before checking
5890         whether it is variable sized.
5891
5892 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5893
5894         * decl.c (grokparms): Unobfuscate and get correct diagnostic for
5895         parameters with pointers to arrays of unknown bound.
5896
5897 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5898
5899         * parse.y (template_parm_header, template_spec_header): New
5900         reductions. Split out from ...
5901         (template_header): ... here. Use them.
5902         (template_template_parm): Use template_parm_header.
5903         * semantics.c (finish_template_template_parm): Add assert.
5904
5905 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
5906
5907         * mangle.c (write_builtin_type): Fix thinko.
5908
5909         * pt.c (copy_default_args_to_explicit_spec_1): New function.
5910         (copy_default_args_to_explicit_spec): Likewise.
5911         (check_explicit_specialization): Use it.
5912
5913         * class.c (finish_struct_1):  Remove last argument in call to
5914         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
5915         * decl.c (builtin_function): Likewise.
5916         (build_cp_library_fn): Likewise.
5917         (check_initializer): Likewise.
5918         (make_rtl_for_nonlocal_decl): Likewise.
5919         (cp_finish_decl): Likewise.
5920         (start_function): Likewise.
5921         * decl2.c (finish_anon_union): Likewise.
5922         * friend.c (do_friend): Likewise.
5923         * init.c (build_java_class_ref): Likewise.
5924         * method.c (make_thunk): Likewise.
5925         * pt.c (tsubst_friend_function): Likewise.
5926         * semantics.c (expand_body): Likewise.
5927
5928 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
5929
5930         * cp-tree.h (DECL_CLONED_FUNCTION_P): Avoid wild reads by not
5931         looking at DECL_CLONED_FUNCTION for non-functions.
5932
5933 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
5934
5935         * error.c (dump_template_parameter): Use parm to determine how
5936         to print default value.
5937
5938 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
5939
5940         * class.c (duplicate_tag_error): Clear more flags.
5941
5942 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
5943
5944         * call.c (build_new_method_call): Use binfo_for_vbase.
5945
5946 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
5947
5948         * cp-tree.h (flag_cond_mismatch): Don't declare.
5949         * decl2.c (flag_cond_mismatch): Don't define.
5950         (lang_f_options): Remove cond-mismatch.
5951         (unsupported_options): Add cond-mismatch.
5952
5953 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
5954
5955         * class.c (handle_using_decl): Reject using of constructor name
5956         of sourcing class. Allow injecting of a method with same name as
5957         nested class. Fixup error messages.
5958
5959 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5960
5961         * decl2.c (lang_decode_option): Handle -Wformat=2.
5962
5963 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
5964
5965         * cp-tree.h (lang_decl_flags): Rename defined_in_class to
5966         initialized_in_class.
5967         (DECL_DEFINED_IN_CLASS_P): Rename to ...
5968         (DECL_INITIALIZED_IN_CLASS_P): ... here, to reflect true meaning.
5969         * decl.c (duplicate_decls): Preseve DECL_INITIALIZED_IN_CLASS_P.
5970         (cp_finish_decl): Adjust for DECL_INITIALIZED_IN_CLASS_P.
5971         * pt.c (check_default_tmpl_args): Adjust for
5972         DECL_INITIALIZED_IN_CLASS_P.
5973         (instantiate_class_template): Likewise.
5974         (instantiate_decl): Check DECL_INITIALIZED_IN_CLASS_P.
5975
5976         * class.c (finish_struct): Constify saved_filename.
5977
5978 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
5979
5980         * class.c (duplicate_tag_error): Adjust diagnostic.
5981         (finish_struct): Locally set location to start of struct.
5982         * decl.c (fixup_anonymous_aggr): Use cp_error_at.
5983
5984 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
5985
5986         * decl.c (struct binding_level): Adjust class_shadowed comments
5987         to reflect reality.
5988         (push_class_level_binding): Adjust comments to reflect reality.
5989         Set IDENTIFIER_CLASS_VALUE when replacing an existing binding.
5990         Don't set TREE_VALUE on the class_shadowed list.
5991
5992 2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5993
5994         * decl2.c (acceptable_java_type): Allow references too.
5995         * init.c (build_java_class_ref): When using the new ABI, search
5996         `class$' and have it mangled with `mangle_decl.'
5997         * mangle.c (write_java_integer_type_codes): New function.
5998         (write_builtin_type): Detect and mangle Java integer and real
5999         types.
6000
6001 2001-01-07  Mark Mitchell  <mark@codesourcery.com>
6002
6003         * decl2.c (grokfield): Don't accept `asm' specifiers for
6004         non-static data members.
6005
6006 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6007
6008         * expr.c (cplus_expand_expr): Don't reset `target'.
6009
6010 2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
6011
6012         * cp/decl2.c (cxx_post_options): Call cpp_post_options.
6013
6014 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
6015
6016         * parse.y (template_datadef): Check for error_mark_node.
6017
6018 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
6019
6020         * cp-tree.def (DEFAULT_ARG): Make `x' class.
6021
6022 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
6023
6024         * decl.c (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Don't define.
6025         (record_builtin_type): Make non-static.
6026         (flag_short_double): Don't declare.
6027         (init_decl_processing): Remove the creation of many tree nodes now
6028         in c_common_nodes_and_builtins.
6029         (build_void_list_node): New function.
6030         * decl2.c (flag_short_double, flag_short_wchar): Don't define.
6031         * cp-tree.h (flag_short_wchar): Don't declare.
6032
6033 2001-01-04  Mark Mitchell  <mark@codesourcery.com>
6034
6035         * call.c (build_conv): Don't use build1 for USER_CONV.
6036         * pt.c (tsubst_copy): Or for PREINCREMENT_EXPR and similar nodes.
6037
6038 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
6039
6040         * lex.c (lang_init): Call c_common_lang_init.
6041
6042 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
6043
6044         * search.c (lookup_fnfields_here): Remove.
6045         (look_for_overrides_r): Use lookup_fnfields_1.
6046         Ignore functions from using declarations.
6047
6048 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
6049
6050         Implement exceptions specifiers for implicit member functions.
6051         * cp-tree.h (merge_exceptions_specifiers): Declare new function.
6052         * method.c (synthesize_exception_spec): New function.
6053         (locate_dtor, locate_ctor, locate_copy): New functions.
6054         (implicitly_declare_fn): Generate the exception spec too.
6055         * search.c (check_final_overrider): Check artificial functions
6056         too.
6057         * typeck2.c (merge_exception_specifiers): New function.
6058
6059 2001-01-03  Jason Merrill  <jason@redhat.com>
6060
6061         * init.c (build_default_init): New fn.
6062         (perform_member_init): Split out from here.
6063         (build_new_1): Use it.  Simplify initialization logic.
6064         (build_vec_init): Take an array, rather than a pointer and maxindex.
6065         Speed up simple initializations.  Don't clean up if we're assigning.
6066         * cp-tree.h: Adjust.
6067         * decl2.c (do_static_initialization): Remove TREE_VEC case.
6068         * parse.y (new_initializer): Return void_zero_node for ().
6069         * typeck.c (build_modify_expr): Handle getting a CONSTRUCTOR.
6070         * typeck2.c (digest_init): Only complain about user-written
6071         CONSTRUCTORs.
6072
6073 2000-12-22  Mike Stump  <mrs@wrs.com>
6074
6075         * decl2.c: (max_tinst_depth): Increase to 50.
6076
6077 2001-01-02  Mark Mitchell  <mark@codesourcery.com>
6078
6079         * class.c (invalidate_class_lookup_cache): Zero the
6080         previous_class_values.
6081         * cp-tree.h (TMPL_PARMS_DEPTH): Use TREE_INT_CST_LOW, not
6082         TREE_INT_CST_HIGH.
6083         (CLASSTYPE_TEMPLATE_LEVEL): Likewise.
6084         * decl.c (free_bindings): New variable.
6085         (push_binding): Don't create a new binding if we have one on the
6086         free list.
6087         (pop_binding): Put old bindings on the free list.
6088         (init_decl_processing): Use size_int, not build_int_2.
6089         Register free_bindings as a GC root.
6090         (cp_make_fname_decl): Use size_int, not build_int_2.
6091         (push_inline_template_parms_recursive): Likewise.
6092         (end_template_parm_list): Likewise.
6093         (for_each_tempalte_parm): Do not use walk_tree_without_duplicates.
6094         (tsubst_template_parms): Use size_int, not build_int_2.
6095         (tsubst): Likewise.
6096         * rtti.c (get_vmi_pseudo_type_info): Likewise.
6097
6098 2001-01-02  Richard Henderson  <rth@redhat.com>
6099
6100         * parse.y (asm): Set ASM_INPUT_P.
6101
6102 2001-01-02  Jason Merrill  <jason@redhat.com>
6103
6104         * tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE
6105         for v3 ABI.
6106
6107         * typeck.c (cp_truthvalue_conversion): New fn.
6108         * cvt.c (ocp_convert): Use it.
6109
6110         * cp-tree.h: Lose c-common.c decls.
6111
6112         * typeck.c (build_unary_op): Restore old &a.f diagnostic code.
6113         * cvt.c (convert_to_void): Use type_unknown_p.
6114
6115         * typeck.c (strip_all_pointer_quals): Also strip quals from
6116         pointer-to-member types.
6117
6118         * Make-lang.in (cp/TAGS): Use --no-globals.  Ignore parse.c, and treat
6119         parse.y as C.
6120
6121         * call.c (build_new_method_call): Do evaluate the object parameter
6122         when accessing a static member.
6123         * typeck.c (build_component_ref): Likewise.
6124
6125 2001-01-02  Andreas Jaeger  <aj@suse.de>
6126
6127         * decl.c (cp_missing_noreturn_ok_p): New.
6128         (init_decl_processing): Set lang_missing_noreturn_ok_p.
6129
6130 2000-12-29  Jakub Jelinek  <jakub@redhat.com>
6131
6132         * decl.c (init_decl_processing): Fix sign of wchar_type_node.
6133
6134 2000-12-29  Mark Mitchell  <mark@codesourcery.com>
6135
6136         * class.c (pushclass): Remove #if 0'd code.
6137         * cp-tree.h (overload_template_name): Remove.
6138         * decl.c (store_bindings): Simplify.
6139         (pop_from_top_level): Likewise.
6140         * pt.c (overload_template_name): Remove.
6141         (instantiate_decl): Don't call push_to_top_level if it's not
6142         needed.
6143
6144 2000-12-28  Mark Mitchell  <mark@codesourcery.com>
6145
6146         * pt.c (register_local_specialization): Don't return a value.
6147         (lookup_template_class): Use move-to-front heuristic when looking
6148         up template instantiations.
6149         (instantiate_decl): Only push_to_top_level when we're actually
6150         going to instantiate the template.
6151
6152 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
6153
6154         * search.c (binfo_for_vtable): Return least derived class, not
6155         most.  Handle secondary vtables.
6156
6157 2000-12-22  Jason Merrill  <jason@redhat.com>
6158
6159         * pt.c (more_specialized): Don't optimize len==0.
6160         (fn_type_unification): If we're adding the return type, increase len.
6161
6162         * typeck.c (build_binary_op): Fix pmf comparison logic.
6163
6164         * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, not
6165         DECL_STATIC_FUNCTION_P.
6166
6167         * semantics.c (genrtl_finish_function): Don't try to jump to
6168         return_label unless it exists.
6169
6170         In partial ordering for a call, ignore parms for which we don't have
6171         a real argument.
6172         * call.c (joust): Pass len to more_specialized.
6173         (add_template_candidate_real): Strip 'this', pass len.
6174         * pt.c (more_specialized): Pass len down.  Lose explicit_args parm.
6175         (get_bindings_order): New fn.  Pass len down.
6176         (get_bindings_real): Strip 'this', pass len.
6177         (fn_type_unification): Likewise.
6178         (type_unification_real): Succeed after checking 'len' args.
6179         (most_specialized_instantiation): Lose explicit_args parm.
6180         * class.c (resolve_address_of_overloaded_function): Strip 'this',
6181         pass len.
6182
6183 2000-12-21  Jason Merrill  <jason@redhat.com>
6184
6185         * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not
6186         DECL_TEMPLATE_RESULT.
6187
6188         * search.c (lookup_field_r): Call lookup_fnfields_1, not
6189         lookup_fnfields_here.
6190
6191         * parse.y (typename_sub2): Return the TYPE_DECL, not the type.
6192
6193         * call.c (build_object_call): Also allow conversions that return
6194         reference to pointer to function.
6195         (add_conv_candidate): Handle totype being ref to ptr to fn.
6196         (build_field_call): Also allow members of type reference to function.
6197         Lose support for calling pointer to METHOD_TYPE fields.
6198
6199         * error.c (dump_expr): Handle *_CAST_EXPR.
6200
6201         * typeck2.c (build_scoped_ref): Always convert to the naming class.
6202
6203         * tree.c (break_out_cleanups): Lose.
6204         * cp-tree.h: Remove prototype.
6205         * typeck.c (build_component_ref): Don't break_out_cleanups.
6206         (build_compound_expr): Likewise.
6207         * semantics.c (finish_expr_stmt): Likewise.
6208
6209 2000-12-20  Richard Henderson  <rth@redhat.com>
6210
6211         * cp-tree.h: Update declarations.
6212         * decl.c (finish_case_label): Return the new stmt node.
6213         * semantics.c (finish_goto_stmt): Likewise.
6214         (finish_expr_stmt, finish_return_stmt): Likewise.
6215         (finish_break_stmt, finish_continue_stmt): Likewise.
6216         (finish_asm_stmt): Likewise.
6217         * parse.y (already_scoped_stmt): Set STMT_LINENO.
6218         (compstmt, implicitly_scoped_stmt, stmt): Likewise.
6219         (simple_if, simple_stmt): Return the new stmt node.
6220         (save_lineno): New.
6221
6222 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6223
6224         * cp-tree.h: Don't declare warn_long_long.
6225
6226 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6227
6228         * tree.c (no_linkage_helper): Use CLASS_TYPE_P instead of
6229         IS_AGGR_TYPE.
6230
6231 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6232
6233         * pt.c (unify): Handle when both ARG and PARM are
6234         BOUND_TEMPLATE_TEMPLATE_PARM.
6235
6236 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6237
6238         * pt.c (reduce_template_parm_level): Set DECL_ARTIFICIAL and
6239         DECL_TEMPLATE_PARM_P.
6240
6241 2000-12-15  Jason Merrill  <jason@redhat.com>
6242
6243         * init.c (build_new_1): Reorganize.  Now with 100% fewer SAVE_EXPRs!
6244
6245         * init.c (build_new_1): Don't strip quals from type.
6246
6247         * decl.c (pushdecl): Don't check for linkage on a non-decl.
6248
6249         * call.c (build_op_delete_call): See through ARRAY_TYPEs.
6250
6251         * call.c (build_new_function_call): Lose space before paren in
6252         error message.
6253         (build_new_method_call): Likewise.
6254
6255         * typeck2.c (build_m_component_ref): Propagate quals from datum.
6256
6257 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6258
6259         * pt.c (check_explicit_specialization): Propagate default
6260         function arguments to explicit specializations.
6261
6262 2000-12-13  DJ Delorie  <dj@redhat.com>
6263
6264         * typeck.c (build_binary_op): Do signed/unsigned warnings for >?
6265         and <? operators.
6266
6267 2000-12-08  Jason Merrill  <jason@redhat.com>
6268
6269         * error.c (dump_function_name): Don't let the user see __comp_ctor.
6270
6271         Clean up copy-initialization in overloading code.
6272         * call.c (build_user_type_conversion_1): Die if we are asked to
6273         convert to the same or a base type.
6274         (implicit_conversion): Avoid doing so.  Lose reference binding code.
6275         (convert_like_real): Treat BASE_CONV and RVALUE_CONV as implicit
6276         direct-initialization.  Also do direct-init part of copy-init.
6277         (build_user_type_conversion): Don't provide context to convert_like.
6278         * cvt.c (ocp_convert): build_user_type_conversion will now provide
6279         the constructor call for copy-init.
6280
6281         * pt.c (tsubst_decl): Call clone_function_decl here if this is an
6282         instantiation of a member template.
6283         (do_decl_instantiation): Not here.
6284
6285 2000-12-07  Nathan Sidwell  <nathan@codesourcery.com>
6286
6287         * class.c (check_field_decls): Don't special case anonymous
6288         fields in error messages.
6289         (note_name_declared_in_class): Use %D on diagnostic.
6290
6291         * tree.c (pod_type_p): Use strip_array_types.
6292         (cp_valid_lang_attribute): Likewise.
6293         * typeck.c (cp_type_quals): Strip arrays separately, to avoid
6294         multiple evaluations.
6295         (cp_has_mutable_p): Use strip_array_types.
6296
6297 2000-12-07  Nathan Sidwell  <nathan@codesourcery.com>
6298
6299         * cp-tree.h (sufficient_parms_p): Declare new function.
6300         * call.c (sufficient_parms_p): New function, broken out of ...
6301         (add_function_candidate): ... here. Use it.
6302         (add_conv_candidate): Use it.
6303         * decl.c (grok_ctor_properties): Use it.
6304
6305 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
6306
6307         * optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT.
6308
6309 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6310
6311         * decl2.c (lang_decode_option): Handle -Wformat-security.
6312
6313 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6314
6315         * pt.c (verify_class_unification): New function.
6316         (get_class_bindings): Use it.
6317         (try_class_unification): Tidy.
6318         (unify): Handle when argument of a template-id is not
6319         template parameter dependent.
6320         (template_args_equal): Handle when TREE_CODE's do not match.
6321
6322 2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
6323
6324         * lang-specs.h (c++): When invoking the stand-alone preprocessor
6325         for -save-temps, pass all relevant -Defines to it, and then don't
6326         pass them to cc1plus.
6327
6328 2000-12-05  Will Cohen  <wcohen@redhat.com>
6329
6330         * decl.c (finish_case_label): Cleared
6331         more_cleanups_ok in surrounding function scopes.
6332         (define_label): Likewise.
6333
6334 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
6335
6336         * cp-tree.h (IDENTIFIER_VIRTUAL_P): Document.
6337         (get_matching_virtual): Remove.
6338         (look_for_overrides): Declare new function.
6339         * decl.c (grokfndecl): Don't set IDENTIFIER_VIRTUAL_P or
6340         DECL_VINDEX here.
6341         * class.c (check_for_override): Move base class iteration code
6342         to look_for_overrides.
6343         * search.c (next_baselink): Remove.
6344         (get_virtuals_named_this): Remove.
6345         (get_virtual_destructor): Remove.
6346         (tree_has_any_destructors_p): Remove.
6347         (struct gvnt_info): Remove.
6348         (check_final_overrider): Remove `virtual' from error messages.
6349         (get_matching_virtuals): Remove. Move functionality to ...
6350         (look_for_overrides): ... here, and ...
6351         (look_for_overrides_r): ... here. Set DECL_VIRTUAL_P, if found
6352         to be overriding.
6353
6354 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
6355
6356         * typeck.c (get_delta_difference): If via a virtual base,
6357         return zero.
6358         * cvt.c (cp_convert_to_pointer): If via a virtual base, do no
6359         adjustment.
6360
6361 2000-12-04  Richard Henderson  <rth@redhat.com>
6362
6363         * error.c (dump_tree): Use output_add_string not OB_PUTS.
6364
6365 2000-12-04  Jason Merrill  <jason@redhat.com>
6366
6367         * mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".
6368         (write_builtin_type): Pass intSI_type_node and the like through
6369         type_for_mode.
6370         * method.c (process_overload_item): Mangle VECTOR_TYPEs with 'o'.
6371         Pass intSI_type_node and the like through type_for_mode.
6372         * decl2.c (arg_assoc_type): Handle VECTOR_TYPE like COMPLEX_TYPE.
6373         * pt.c (tsubst, unify): Likewise.
6374         * tree.c (walk_tree): Likewise.
6375         * error.c (dump_type): Likewise.
6376         (dump_type_prefix, dump_type_suffix): Don't bother with VECTOR_TYPE.
6377
6378         * Make-lang.in: Tweak top comment for emacs.
6379         (cp/TAGS): Restore.
6380
6381         * except.c (expand_throw): Use push_throw_library_fn for _Jv_Throw.
6382
6383         * class.c (clone_function_decl): Robustify.
6384
6385 2000-12-04  Michael Matz  <matzmich@cs.tu-berlin.de>
6386
6387         * decl.c (store_bindings): Only search in the non modified
6388         old_bindings for duplicates.
6389
6390 2000-12-04  Nathan Sidwell  <nathan@codesourcery.com>
6391
6392         * error.c (dump_function_decl): Use DECL_VIRTUAL_P, not
6393         TYPE_POLYMORPHIC_P.
6394
6395         * typeck.c (build_static_cast): Remove unused variable.
6396
6397 2000-12-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6398
6399         * pt.c: Fix typo in comment.
6400
6401 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
6402
6403         * decl2.c (warn_format): Remove definition.
6404         (lang_decode_option): Handle -Wformat-nonliteral,
6405         -Wno-format-extra-args and -Wno-format-y2k.  Use set_Wformat.
6406
6407 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
6408
6409         * decl.c (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Don't define.
6410         (init_decl_processing): Don't create string_type_node,
6411         const_string_type_node, wint_type_node, intmax_type_node,
6412         uintmax_type_node, default_function_type, ptrdiff_type_node and
6413         unsigned_ptrdiff_type_node.  Adjust position of call to
6414         c_common_nodes_and_builtins.
6415         (identifier_global_value): New function.
6416
6417 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
6418
6419         * call.c (standard_conversion): Reject pointer to member
6420         conversions from ambiguous, inaccessible or virtual bases.
6421         * typeck.c (build_static_cast): Don't check pointers to members
6422         specially.
6423
6424 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
6425
6426         * method.c (do_build_copy_constructor): Preserve cv
6427         qualifications when accessing source object members.
6428         (do_build_assign_ref): Likewise. Remove separate diagnostics for
6429         unnamed fields.
6430
6431 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
6432
6433         * method.c (do_build_assign_ref): Construct appropriately
6434         CV-qualified base reference. Don't allow const casts in base
6435         conversion.
6436
6437 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
6438
6439         * call.c (build_over_call): Use VOID_TYPE_P. Don't die on
6440         incomplete return type.
6441
6442 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
6443
6444         * parse.y (base_class.1): Produce a _TYPE not a _DECL.
6445         * semantics.c (finish_base_specifier): Accept a _TYPE not a
6446         _DECL.
6447
6448 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
6449
6450         * spew.c (yyerror): Cope if yylval.ttype is NULL.
6451
6452 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
6453
6454         * decl.c (grokdeclarator): Diagnose undefined template contexts.
6455
6456 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
6457
6458         * decl.c (grokdeclarator): Do type access control on friend
6459         class.
6460
6461 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
6462
6463         * decl.c (grokfndecl): Undo COMPONENT_REF damage caused by
6464         bison parser ickiness.
6465         * pt.c (tsubst_friend_function): Enter namespace scope when
6466         tsubsting the function name.
6467         * cp-tree.h (DECL_TI_TEMPLATE): Update comment to reflect reality.
6468
6469 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
6470
6471         * cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.
6472         * cvt.c (cp_convert_to_pointer): Add force parameter.
6473         Allow conversions via virtual base if forced.
6474         (convert_to_pointer_force): Adjust call to cp_convert_to_pointer.
6475         (ocp_convert): Likewise.
6476         * search.c (binfo_from_vbase): Return the virtual base's binfo.
6477         * typeck.c (get_delta_difference): Adjust handling of virtual
6478         bases.
6479
6480 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
6481
6482         * tree.c (struct list_hash): Remove.
6483         (list_hash_table): Make it be an htab.
6484         (struct list_proxy): New type.
6485         (list_hash_eq): New function.
6486         (list_hash_pieces): Renamed from ...
6487         (list_hash): ... this.
6488         (list_hash_lookup): Remove.
6489         (list_hash_add): Remove.
6490         (hash_tree_cons): Use the generic hashtable.
6491         (mark_list_hash): Remove.
6492         (init_tree): Create the hashtable.
6493
6494 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6495
6496         * method.c (build_mangled_C9x_name): Rename to
6497         build_mangled_C99_name.  Change C9X references in comments to
6498         refer to C99.
6499
6500 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
6501
6502         * parse.y (unary_expr): Move VA_ARG from here ...
6503         (primary): ... to here.
6504
6505 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
6506
6507         * semantics.c (finish_id_expr): If type is error_mark, return
6508         error_mark.
6509
6510 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
6511
6512         * pt.c (lookup_template_class): Simplify loop exit constructs.
6513         Cope when there is no partial instantiation of a template
6514         template member.
6515
6516 Thu Nov 23 02:16:47 2000  J"orn Rennecke <amylaar@redhat.com>
6517
6518         * Make-lang.in (g++spec.o, cxxmain.o): Depend on $(CONFIG_H).
6519
6520 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
6521
6522         * mangle.c (mangle_conv_op_name_for_type): Don't use `__op'
6523         prefix.
6524
6525         * pt.c (do_decl_instantiate): Explicitly clone constructors and
6526         destructors that haven't already been cloned.
6527
6528 2000-11-20  Richard Henderson  <rth@redhat.com>
6529
6530         * parse.y (yyparse_1): Rename the parser entry point.
6531
6532 2000-11-20  Alex Samuel  <samuel@codesourcery.com>
6533
6534         * mangle.c (write_name): Use <unscoped-name> for names directly in
6535         function scope.
6536         (write_unscoped_name): Accept names directly in function scope.
6537
6538 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
6539
6540         * lex.c (rid_to_yy, RID_EXPORT): Make unique keyword.
6541         * parse.y (extdef): Add EXPORT reduction.
6542         * spew.c (yylex): Don't skip export here.
6543
6544 2000-11-19  Mark Mitchell  <mark@codesourcery.com>
6545
6546         * decl.c (init_decl_processing): Correct name of pure virtual
6547         function under the new ABI.
6548         * rtti.c (throw_bad_cast): Likewise, for bad cast function.
6549         (throw_bad_typeid): Likewise for bad typeid function.
6550
6551 2000-11-18  Mark Mitchell  <mark@codesourcery.com>
6552
6553         * decl.c (grokparms): Don't even function types of `void' type,
6554         either.
6555         * mangle.c (write_type): Don't crash when confronted with the
6556         error_mark_node.
6557
6558         * decl.c (grokparms): Don't create parameters of `void' type.
6559
6560 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
6561
6562         * lex.c (mark_impl_file_chain): Delete.
6563         (init_parse): Remove call to ggc_add_string_root.  No need to
6564         ggc_strdup a string constant.  Do not add impl_file_chain to GC
6565         roots.
6566         (handle_pragma_implementation): No need to ggc_strdup main_filename.
6567
6568 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
6569
6570         * pt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.
6571
6572 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
6573
6574         * cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.
6575         * decl.c (grokdeclarator): Don't reject void parms here.
6576         (require_complete_types_for_parms): Simplify, use
6577         complete_type_or_else.
6578         (grokparms): Remove bitrot. Remove funcdef parm.
6579         Deal with ellipsis parm lists here.
6580         * semantics.c (finish_parmlist): Don't append void_list_node
6581         here. Set PARMLIST_ELLIPSIS_P.
6582
6583 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
6584
6585         * typeck2.c (incomplete_type_error): Reorganise to avoid
6586         excessive diagnostics.
6587
6588 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
6589
6590         * lex.c (struct impl_files, internal_filename): Constify a char *.
6591
6592 2000-11-16  Mark Mitchell  <mark@codesourcery.com>
6593
6594         * mangle.c (write_special_name_constructor): Don't generate
6595         assembler junk when confronted with an old-style constructor.
6596         (write_special_name_destructor): Likewise.
6597         (mangle_decl_string): Do it here instead.
6598
6599 2000-11-16  Nathan Sidwell  <nathan@codesourcery.com>
6600
6601         * call.c (op_error): Make error messages clearer.
6602
6603 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
6604
6605         * decl.c (wrapup_globals_for_namespace): Don't mark things
6606         TREE_ASM_WRITTEN when they're not.
6607
6608 2000-11-15  Jason Merrill  <jason@redhat.com>
6609
6610         * typeck2.c (friendly_abort): Uncount the error before handing
6611         off to fancy_abort.
6612
6613 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
6614
6615         * typeck.c (lookup_anon_field): Cope with qv qualifiers.
6616
6617 2000-11-14  Mark Mitchell  <mark@codesourcery.com>
6618
6619         * class.c (build_vtbl_initializer): Fix typo in comment.
6620         * typeck.c (expr_sizeof): Don't crash on errors.
6621
6622 2000-11-14  Jim Wilson  <wilson@redhat.com>
6623
6624         * lang-specs.h: Add %2 after %(cc1_options).
6625
6626 2000-11-14  Richard Henderson  <rth@redhat.com>
6627
6628         * typeck.c (c_sizeof): Be strict about casting result value
6629         back to c_size_type_node.
6630         (expr_sizeof, c_sizeof_nowarn, c_alignof): Likewise.
6631
6632 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6633
6634         * typeck.c (build_unary_op): Use boolean_increment from
6635         c-common.c, moving the relevant code there.
6636
6637 2000-11-11  Jason Merrill  <jason@redhat.com>
6638
6639         * typeck.c (mark_addressable): Don't call put_var_into_stack.
6640
6641         * decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics
6642         in inlines.
6643
6644 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6645
6646         * decl.c (grokdeclarator, save_function_data): Use memcpy, not bcopy.
6647         * lex.c (copy_lang_decl): Likewise.
6648
6649 2000-11-09  Mark Mitchell  <mark@codesourcery.com>
6650
6651         * dump.c (cp_dump_tree): Don't dump function bodies here.
6652
6653         * Make-lang.in (CXX_C_OBJS): Add c-dump.o.
6654         (dump.o): Update dependency list.
6655         * cp-tree.h (DECL_MAYBE_TEMPLATE): Remove.
6656         (flag_dump_translation_unit): Likewise.
6657         (CP_TYPE_QUALS): Adjust definition.
6658         (DECL_C_BIT_FIELD): Remove.
6659         (SET_DECL_C_BIT_FIELD): Likewise.
6660         (CLEAR_DECL_C_BIT_FIELD): Likewise.
6661         (add_maybe_template): Likewise.
6662         (strip_array_types): Likewise.
6663         (dump_node_to_file): Likewise.
6664         (cp_dump_tree): New function.
6665         * decl.c (init_decl_processing): Set lang_dump_tree.
6666         * decl2.c (flag_dump_translation_unit): Remove.
6667         * dump.c: Move most of it to ../c-dump.c.
6668         (cp_dump_tree): New function.
6669         * pt.c (add_maybe_template): Remove.
6670         * typeck.c (strip_array_types): Likewise.
6671
6672 2000-11-07  Eric Christopher  <echristo@redhat.com>
6673
6674         * decl.c (init_decl_processing): Change definition of
6675         __wchar_t to wchar_t.  Remove artificial declaration of
6676         wchar_t.
6677         * lex.c: Change instances of __wchar_t to wchar_t.
6678
6679 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
6680
6681         * lex.c (do_identifier): Don't lookup_name for operators.
6682         * parse.y (operator): Save looking_for_typename.
6683         (unoperator): Restore it.
6684         * spew.c (frob_opname): Use nth_token for lookahead.
6685
6686 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
6687
6688         * decl.c (grok_op_properties): Always use coerce_new_type and
6689         coerce_delete_type.
6690         * decl2.c (coerce_new_type): Use c_size_type_node. Preserve
6691         exception specification. Tidy up.
6692         (coerce_delete_type): Preserve exception specification. Tidy up.
6693
6694 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6695
6696         * class.c (duplicate_tag_error, build_vtbl_initializer), decl.c
6697         (push_binding_level), error.c (cp_tree_printer), pt.c
6698         (process_partial_specialization, tsubst_template_arg_vector),
6699         search.c (lookup_member): Use memset () instead of bzero ().
6700
6701 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
6702
6703         * decl.c (build_ptrmemfunc_type): Allow error_mark_node.
6704
6705 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
6706
6707         * Make-lang.in (c++.distdir): Remove.
6708
6709 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
6710
6711         * decl2.c (do_nonmember_using_decl): Allow `extern "C"'
6712         declarations from different namespaces to be combined.
6713
6714 2000-11-03  Zack Weinberg  <zack@wolery.stanford.edu>
6715
6716         * decl.c: Include tm_p.h.
6717
6718 2000-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
6719
6720         * tree.c (cp_tree_equal): Use memcmp () instead of bcmp ().
6721
6722 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6723
6724         * dump.c (dequeue_and_dump), lex.c (interface_strcmp), method.c
6725         (build_overload_value), repo.c (open_repo_file), xref.c
6726         (open_xref_file): Use strchr () and strrchr () instead of index ()
6727         and rindex ().
6728
6729 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
6730
6731         * call.c (build_over_call): Call fold on the CALL_EXPR.
6732
6733 2000-11-01  Gabriel Dos Reis  <gdr@codesourcery.com>
6734
6735         * error.c (dump_template_decl): Separate template hearders with
6736         space not comma.
6737
6738 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
6739
6740         * error.c: Move TFF_ macros into cp-tree.h.  Throughout, replace
6741         TS_* flags with corresponding TFF_*.  Adjust prototypes of
6742         functions (which used to take a tree_string_flags) to take an int.
6743
6744         * cp-tree.h (enum tree_string_flags): Remove
6745         (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE,
6746         TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPEDEF, TFF_DECL_SPECIFIERS,
6747         TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
6748         TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
6749         TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS,
6750         TFF_TEMPLATE_NAME, TFF_EXPR_IN_PARENS, TFF_SCOPE): New macros.
6751         (type_as_string, decl_as_string, expr_as_string,
6752         context_as_string): Adjust prototype.
6753
6754         * class.c (dump_class_hierarchy_r): Use TFF_PLAIN_IDENTIFIER
6755         instead of TS_PLAIN.
6756
6757         * pt.c (mangle_class_name_for_template): Use TFF_CHASE_TYPEDEF
6758         instead of TF_CHASE_TYPEDEFS. Use TFF_PLAIN_IDENTIFIER instead of
6759         plain `0'.
6760
6761 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
6762
6763         * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
6764         (linkage_kind): New enumeration.
6765         (decl_linkage): New function.
6766         * decl2.c (comdat_linkage): Extend comment.
6767         * error.c (dump_function_decl): Print the arguments used to
6768         instantiate a template, even when not printing the type of the
6769         function.
6770         * pt.c (convert_nontype_argument): Use DECL_EXTERNAL_LINKAGE_P,
6771         not TREE_PUBLIC, to test for external linkage.
6772         * tree.c (decl_linkage): New function.
6773
6774 2000-10-28  Mark Mitchell  <mark@codesourcery.com>
6775
6776         * pt.c (instantiate_decl): Always instantiate static data members
6777         initialized in-class.
6778
6779 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
6780
6781         * Make-lang.in: Move all build rules here from Makefile.in,
6782         adapt to new context.  Wrap all rules that change the current
6783         directory in parentheses.  Expunge all references to $(P).
6784         When one command depends on another and they're run all at
6785         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
6786         all object-file generation rules.  Delete obsolete variables.
6787
6788         * Makefile.in: Delete.
6789         * config-lang.in: Delete outputs= line.
6790
6791 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
6792
6793         * error.c (dump_function_decl): Print no space between
6794         `ptr-operator' the `type-specifier' of the return type.
6795         (dump_type_prefix): Make sure we put space at the appropriate
6796         place.
6797
6798 2000-10-23  Jason Merrill  <jason@redhat.com>
6799
6800         * call.c (equal_functions): Also call decls_match for extern "C" fns.
6801
6802 2000-10-22  Jason Merrill  <jason@redhat.com>
6803
6804         * call.c (build_conditional_expr): Use ocp_convert to force
6805         rvalue conversion.
6806
6807 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
6808
6809         * call.c (standard_conversion): Use RVALUE_CONVs for all
6810         expressions that satisfy lvalue_p, not just those that satisfy
6811         real_lvalue_p.
6812
6813         * optimize.c (copy_body_r): Don't treat CALL_EXPRs specially.
6814
6815         * typeck.c (c_sizeof): Return an expression of `size_t' type,
6816         not one with TYPE_IS_SIZETYPE set.
6817         (dubious_conversion_warnings): Remove special-case code.
6818
6819 2000-10-21  Geoffrey Keating  <geoffk@cygnus.com>
6820
6821         * decl2.c (arg_assoc_type): Handle VECTOR_TYPE.
6822         * error.c (dump_type): Handle VECTOR_TYPE like POINTER_TYPE.
6823         (dump_type_prefix): Print vector-of-int as 'int vector'.
6824         (dump_type_suffix): Handle VECTOR_TYPE like POINTER_TYPE.
6825         * tree.c (walk_tree): Handle VECTOR_TYPE.
6826
6827         * decl.c (init_decl_processing): Call MD_INIT_BUILTINS.
6828
6829 2000-10-21  Jason Merrill  <jason@redhat.com>
6830
6831         * parse.y (operator): Set got_object from got_scope.
6832         Set looking_for_typename.
6833         * decl.c (lookup_name_real): Clear val after setting from_obj.
6834         Reorganize diagnostic.
6835
6836 2000-10-20  Jason Merrill  <jason@redhat.com>
6837
6838         * tree.c (walk_tree): Don't walk into default args.
6839
6840         * error.c (dump_expr): Use host_integerp.
6841
6842 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
6843
6844         * typeck2.c (abstract_virtuals_error): Use "because" instead of
6845         "since" in error message.
6846
6847 Fri Oct 20 13:54:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6848
6849         * typeck.c (dubious_conversion_warning): Suppress if TYPE_IS_SIZETYPE.
6850
6851 2000-10-20  Jeffrey Oldham  <oldham@codesourcery.com>
6852
6853         * decl.c (revert_static_member_fn): Fixed typo.
6854
6855 2000-10-19  Mark Mitchell  <mark@codesourcery.com>
6856
6857         * class.c (subobject_offset_fn): New type.
6858         (dfs_record_base_offsets): Remove.
6859         (record_base_offsets): Likewise.
6860         (dfs_search_base_offsets): Likewise.
6861         (record_subobject_offset): New function.
6862         (check_subobject_offset): Likewise.
6863         (walk_subobject_offsets): Likewise.
6864         (record_subobject_offsets): Likewise.
6865         (layout_conflict_p): Reimplement.
6866         (layout_nonempty_base_or_field): Correct handling of type
6867         conflicts during layout.
6868         (layout_empty_base): Likewise.
6869         (build_base_field): Adjust to handle new representation of empty
6870         base offset table.
6871         (build_base_fields): Likewise.
6872         (layout_virtual_bases): Likewise.
6873         (splay_tree_compare_integer_csts): New function.
6874         (layout_class_type): Use a splay_tree, rather than a varray, to
6875         represent the offsets of empty bases.
6876
6877         * cp-tree.h (DECL_ANTICIPATED): Don't require a FUNCTION_DECL.
6878         * decl.c (select_decl): Don't return declarations that are
6879         DECL_ANTICIPATED.
6880
6881 2000-10-18  Mark Mitchell  <mark@codesourcery.com>
6882
6883         * cp-tree.h (cp_tree_index): Add CPTI_FAKE_STD.
6884         (fake_std_node): New macro.
6885         * decl.c (in_std): Rename to ...
6886         (in_fake_std): ... this.
6887         (flag_no_builtin): Remove.
6888         (flag_no_nonansi_builtin): Likewise.
6889         (walk_namespaces_r): Use fake_std_node.
6890         (push_namespace): Use std_identifier.
6891         (pop_namespace): Use in_fake_std.
6892         (lookup_name_real): Use fake_std_node.
6893         (init_decl_processing): When -fhonor-std, create the `std'
6894         namespace.  Don't create a dummy fake_std_node in that case.
6895         Adjust call to c_common_nodes_and_builtins.  Use std_identifier.
6896         (builtin_function): Put builtins whose names don't begin
6897         with `_' in the std namespace.
6898         * decl2.c (flag_no_builtin): Remove.
6899         (flag_no_nonansi_builtin): Likewise.
6900         (set_decl_namespace): Use fake_std_node.
6901         (validate_nonmember_using_decl): Likewise.
6902         (do_using_directive): Likewise.
6903         (handle_class_head): Likewise.
6904         * dump.c (dequeue_and_dump): Likewise.
6905         * except.c (init_exception_processing): Use std_identifier.
6906         * init.c (build_member_call): Use fake_std_node.
6907         * rtti.c (init_rtti_processing): Use std_identifier.
6908
6909 2000-10-17  Mark Mitchell  <mark@codesourcery.com>
6910
6911         * cp-tree.h (back_end_hook): Remove declaration.
6912         * decl2.c (back_end_hook): Remove definition.
6913
6914         * dump.c (dequeue_and_dump): Dump TREE_USED.
6915
6916 Tue Oct 17 20:19:06 2000  Brad Lucier <lucier@math.purdue.edu>
6917
6918         * spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int).
6919
6920 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6921
6922         * decl.c (WINT_TYPE): Define.
6923         (init_decl_processing): Create types unsigned_ptrdiff_type_node,
6924         c_size_type_node, signed_size_type_node and wint_type_node.
6925
6926 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6927
6928         * decl2.c (warn_missing_format_attribute): New variable.
6929         (lang_decode_option): Decode -Wmissing-format-attribute.
6930
6931 2000-10-16  Mark Mitchell  <mark@codesourcery.com>
6932
6933         * typeck.c (qualify_type): Remove.
6934         (composite_pointer_type): Fix handling of conversions to `cv void*'.
6935
6936 2000-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6937
6938         * Makefile.in (parse.c, parse.h): Fix think-o in last patch.
6939
6940 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6941
6942         * Makefile.in (parse.c, parse.h): Create atomically.
6943
6944 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
6945
6946         * class.c (current_obstack): Remove.
6947         * decl.c (ggc_p): Remove.
6948         (start_decl): Don't use decl_tree_cons.
6949         (grokdeclarator): Don't use build_decl_list.
6950         (start_function): Don't use decl_tree_cons.
6951         (finish_function): Don't mess with obstacks.
6952         * decl2.c (grok_x_components): Don't use build_decl_list.
6953         * lex.c (make_call_declarator): Don't call decl_tree_cons.
6954         (implicitly_declare_fn): Don't call build_decl_list.
6955         * parse.y (frob_specs): Don't call build_decl_list or
6956         decl_tree_cons.
6957         (expr_or_declarator_intern): Don't call decl_tree_cons.
6958         (primary): Don't call build_decl_list.
6959         (fcast_or_absdcl): Likewise.
6960         (typed_declspecs): Don't call decl_tree_cons.
6961         (reserved_declspecs): Don't call build_decl_list.
6962         (declmods): Likewise.
6963         (reserved_typespecquals): Likewise.
6964         (aggr): Likewise.
6965         (new_type_id): Likewise.
6966         (cv_qualifiers): Likewise.
6967         (after_type_declarator_intern): Likewise.
6968         (notype_declarator_intern): Likewise.
6969         (absdcl_intern): Likewise.
6970         (named_parm): Likewise.
6971         * pt.c (most_specialized_class): Likewise.
6972         * repo.c (temporary_obstack): Make it a structure, not a pointer.
6973         (init_repo): Initialize it.
6974         * search.c (current_obstack): Remove.
6975         * typeck2.c (add_exception_specifier): Don't call build_decl_list.
6976
6977 2000-10-09  Richard Henderson  <rth@cygnus.com>
6978
6979         * Make-lang.in (CXX_EXTRA_HEADERS): Remove.
6980         (c++ language support bits for libgcc): Remove.
6981         (c++.clean): Remove cplib2.txt cleanup.
6982         * config-lang.in (headers, lib2funcs): Remove.
6983
6984         * exception.cc, new.cc, new1.cc, new2.cc: Remove files.
6985         * tinfo.cc, tinfo.h, tinfo2.cc, vec.cc: Remove files.
6986         * inc/cxxabi.h, inc/exception, inc/new: Remove files.
6987         * inc/new.h, inc/typeinfo: Remove files.
6988
6989 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6990
6991         * decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
6992         defined.
6993         (init_decl_processing): Initialize intmax_type_node and
6994         uintmax_type_node.
6995
6996 2000-10-06  Richard Henderson  <rth@cygnus.com>
6997
6998         * cp-tree.h (struct cp_language_function): Remove x_result_rtx.
6999         (original_result_rtx): Remove.
7000         * decl.c (save_function_data): Don't clear x_result_rtx.
7001         (mark_lang_function): Don't mark it either.
7002         * expr.c (fixup_result_decl): Remove.
7003         * semantics.c (genrtl_named_return_value): Frob the return decl
7004         before calling emit_local_var.
7005         (genrtl_finish_function): Don't call fixup_result_decl.
7006         Always emit the jump to return_label.
7007
7008 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
7009
7010         * pt.c (lookup_template_class): Set current access for enum.
7011         (tsubst_enum): Set file & line for enum decl.
7012
7013         * spew.c (yylex): Remove unused variable.
7014
7015 2000-10-05  Richard Henderson  <rth@cygnus.com>
7016
7017         * semantics.c (genrtl_finish_function): Don't init or check
7018         can_reach_end; remove noreturn and return value checks.
7019
7020 2000-10-05  Tom Tromey  <tromey@cygnus.com>
7021
7022         * init.c (build_java_class_ref): Use `build_static_name' with a
7023         suffix, not a prefix, to build the class object's name.
7024
7025 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
7026
7027         * cp-tree.h (access_kind): Fix comment typo.
7028         * decl2.c (grokfield): Fix diagnostic typo.
7029         * semantics.c (finish_template_type): Fix comment typo.
7030         (finish_qualified_object_call_expr): Likewise.
7031
7032 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
7033
7034         * pt.c (tsubst_expr, DECL_STMT case): Don't process if
7035         tsubsting fails.
7036
7037 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
7038
7039         * spew.c (frob_id): New static function.
7040         (frob_opname): Use it.
7041         (yylex): Use it.
7042
7043 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
7044
7045         * decl.c (lang_mark_false_label_stack): Remove.
7046         * lex.c (cp_mang_lang_type): Use ggc_alloc_cleared.
7047
7048 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
7049
7050         * gxxint.texi: Use @email for formatting email addresses.
7051
7052 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
7053
7054         * error.c: Remove direct obstack manipulation.  Replace with
7055         output_buffer-based formatting.  Adjust calls to removed macros.
7056         (obstack_chunk_alloc, obstack_chunk_free): Remove.
7057         (OB_INIT, OB_PUTC, OB_PUTC2, OB_PUTS, OB_PUTID, OB_PUTCP,
7058         OB_FINISH, OB_PUTI, OB_END_TEMPLATE): Likewise.
7059
7060 2000-09-24  Mark Mitchell  <mark@codesourcery.com>
7061
7062         * ir.texi: Move to ../c-tree.texi.
7063
7064 2000-09-20  Jason Merrill  <jason@redhat.com>
7065
7066         * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
7067
7068 2000-09-21  Andreas Jaeger  <aj@suse.de>
7069
7070         * errfn.c: Move declaration of cp_printer and cp_printers to ...
7071         * cp-tree.h: ... here.
7072
7073         * error.c: Remove declaration of cp_printer.
7074
7075 2000-09-20  Mark Mitchell  <mark@codesourcery.com>
7076
7077         * tree.c (mark_local_for_remap_r): Handle CASE_LABELs.
7078
7079 2000-09-20  Hans-Peter Nilsson  <hp@axis.com>
7080
7081         * except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and
7082         users.
7083
7084 2000-09-18  Mark Mitchell  <mark@codesourcery.com>
7085
7086         * decl.c (start_function): Robustify.
7087
7088 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7089
7090         * cp-tree.h (check_function_format): Accept a `status' parameter.
7091
7092         * call.c, typeck.c: Updates calls to `check_function_format'.
7093
7094 2000-09-17  Geoffrey Keating  <geoffk@cygnus.com>
7095
7096         * decl2.c (handle_class_head): Always push some scope even
7097         in the error case.
7098
7099 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
7100
7101         * cp-tree.h (struct cp_language_function): Remove
7102         x_scope_stmt_stack and name_declared.
7103         (current_scope_stmt_stack): Remove.
7104         (function_name_declared_p): New macro.
7105         (struct lang_decl_flags): Use c_lang_decl as a base class.
7106         (context): Remove.
7107         (struct lang_decl): Replace saved_tree with context.
7108         (DECL_FRIEND_CONTEXT): Adjust accordingly.
7109         (SET_DECL_FRIEND_CONTEXT): Likewise.
7110         (DECL_VIRTUAL_CONTEXT): Likewise.
7111         (DECL_SAVED_TREE): Remove.
7112         (C_DECLARED_LABEL_FLAG): Likewise.
7113         (cplus_expand_expr_stmt): Don't declare.
7114         (add_decl_stmt): Likewise.
7115         (add_scope_stmt): Likewise.
7116         * decl.c (mark_stmt_tree): Remove.
7117         (case_compare): Likewise.
7118         (finish_case_label): Use c_add_case_label.
7119         (init_decl_processing): Set more language-specific hooks.
7120         (build_enumerator): Fix typo in comment.
7121         (cplus_expand_expr_stmt): Remove.
7122         (mark_lang_function): Use mark_c_language_function.
7123         (lang_mark_tree): Use c_mark_lang_decl.
7124         * decl2.c: Change order of inclusion.
7125         * except.c: Likewise.
7126         * expr.c (cplus_expand_expr): Remove handling of STMT_EXPR.  Fall
7127         back on c_expand_expr.
7128         * friend.c: Include expr.h.
7129         * init.c: Change order of inclusion.
7130         * Makefile.in: Update dependencies.
7131         * lex.h (free_lang_decl_chain): Remove.
7132         * optimize.c (maybe_clone_body): Use function_name_declared_p.
7133         * pt.c (build_template_decl): Don't copy DECL_VIRTUAL_CONTEXT if
7134         it doesn't exist.
7135         (instantiate_decl): Use function_name_declared_p.
7136         * semantics.c (lang_expand_expr_stmt): Remove.
7137         (set_current_function_name_declared): Likewise.
7138         (current_function_name_declared): Likewise.
7139         (begin_compound_stmt): Use function_name_declared_p.
7140         (add_decl_stmt): Remove.
7141         (setup_vtbl_ptr): Use function_name_declared_p.
7142         (add_scope_stmt): Remove.
7143         (current_scope_stmt_stack): New function.
7144         (cp_expand_stmt): Don't handle SCOPE_STMTs.
7145         (expand_body): Use function_name_declared_p.
7146         * tree.c (cp_statement_code_p): Don't include SCOPE_STMT.
7147         * typeck.c: Change order of includes.
7148         (convert_sequence): Remove.
7149
7150 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
7151
7152         * lex.c (reswords): Add _Complex.
7153
7154 Thu Sep 14 12:10:45 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7155
7156         * Make-lang.in (cplib2.txt): Depend on cp/Makefile.
7157
7158 2000-09-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
7159
7160         * init.c (begin_init_stmts): Don't use // comments.
7161
7162 2000-09-12  Jason Merrill  <jason@redhat.com>
7163
7164         * decl.c (maybe_deduce_size_from_array_init): Set do_default for
7165         all non-extern arrays.
7166
7167         * decl.c (grokdeclarator): Complain about 'friend T' for implicit
7168         typenames, too.  Downgrade complaint to pedwarn.
7169         (xref_tag): Warn about surprising behavior of 'friend struct T'.
7170         * decl2.c (handle_class_head): Generate a TYPENAME_TYPE for
7171         'class This::Inherited'.
7172
7173 2000-09-12  Mark Mitchell  <mark@codesourcery.com>
7174
7175         * decl.c (finish_case_label): Given the LABEL_DECL a
7176         DECL_CONTEXT.
7177
7178 2000-09-12  Gabriel Dos Reis  <gdr@codesourcery.com>
7179
7180         * error.c (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE,
7181         TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPDEF,
7182         TFF_DECL_SPECIFIERS, TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
7183         TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
7184         TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS, TFF_SCOPE):
7185         New macros.
7186         (sorry_for_unsupported_tree, print_scope_operator,
7187         print_left_paren, print_right_paren, print_left_bracket,
7188         print_right_bracket, print_whitespace): Likewise.
7189         (aggr_variety): Rename to class_key_or_enum.
7190         (print_type): Rename to print_type_id.
7191         (print_type_specifier_seq, print_simple_type_specifier,
7192         print_elaborated_type_specifier,
7193         print_rest_of_abstract_declarator,
7194         print_parameter_declaration_clause, print_exception_specification,
7195         print_nested_name_specifier, print_template_id,
7196         typedef_original_name,  print_template_argument_list_start,
7197         print_template_argument_list_end): New functions.
7198
7199 2000-09-11  Gabriel Dos Reis  <gdr@codesourcery.com>
7200
7201         * ir.texi: Add more documentation.
7202
7203 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
7204
7205         * cp-tree.h (struct saved_scope): Remove x_function_parms.
7206         (current_function_parms): Don't define.
7207         (struct cp_language_function): Remove parms_stored.
7208         (current_function_just_assigned_this): Don't define.
7209         (current_function_parms_stored): Likewise.
7210         (static_ctors): Declare.
7211         (static_dtors): Likewise.
7212         (SF_EXPAND): Don't define.
7213         (expand_start_early_try_stmts): Remove declaration.
7214         (store_parm_decls): Likewise.
7215         * decl.c (static_ctors): Don't declare.
7216         (static_dtors): Likewise.
7217         (struct binding_level): Remove this_block.
7218         (poplevel): Remove dead code.
7219         (set_block): Likewise.
7220         (mark_binding_level): Don't mark this_block.
7221         (mark_saved_scope): Don't mark x_function_parms.
7222         (init_decl_processing): Don't add current_function_parms as a GC
7223         root.
7224         (check_function_type): Change prototype.
7225         (start_function): Remove RTL-generation code.
7226         (expand_start_early_try_stmts): Remove.
7227         (store_parm_decls): Give it internal linkage.  Remove
7228         RTL-generation code.
7229         (finish_function): Remove RTL-generation code.
7230         * decl2.c (static_ctors): Fix formatting.
7231         (static_dtors): Likewise.
7232         * method.c (use_thunk): Don't call store_parm_decls.
7233         (synthesize_method): Likewise.
7234         * optimize.c (maybe_clone_body): Likewise.
7235         * parse.y (fn.def2): Likewise.
7236         (.set_base_init): Likewise.
7237         (nodecls): Likewise.
7238         * pt.c (instantiate_decl): Likewise.
7239         * rtti.c (synthesize_tinfo_fn): Likewise.
7240         * semantics.c (genrtl_try_block): Simplify.
7241         (expand_body): Use genrtl_start_function and
7242         genrtl_finish_function.
7243         (genrtl_start_function): New function.
7244         (genrtl_finish_function): Likewise.
7245
7246 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
7247
7248         * error.c (cp_tree_printer, case 'P'): Append break.
7249
7250 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
7251
7252         * cp-tree.h (frob_opname): Declare.
7253         * parse.y (saved_scopes): New static variable.
7254         (cp_parse_init): Adjust.
7255         (do_id): If lastiddecl is NULL, do do_identifier.
7256         (operator): Save scope information.
7257         (unoperator): New reduction. Restore scope information.
7258         (operator_name): Append unoperator. Call frob_opname.
7259         * spew.c (frob_opname): Define.
7260
7261 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
7262
7263         * decl.c, rtti.c: Include defaults.h if not already included.
7264         Don't define the *_TYPE_SIZE macros.
7265
7266 2000-09-09  Mark Mitchell  <mark@codesourcery.com>
7267
7268         * cp-tree.h (push_switch): Change prototype.
7269         (check_cp_case_value): Remove declaration.
7270         (decl_constant_value): Likewise.
7271         * decl.c (struct cp_switch): Add switch_stmt and cases.
7272         (case_compare): New function.
7273         (push_switch): Set switch_stmt.  Initialize cases.
7274         (pop_switch): Clean up cases.
7275         (define_case_label): Rename to ...
7276         (finish_case_label): ... this.  Do semantic analysis for case
7277         labels here.
7278         (start_function): Correct comment.
7279         * decl2.c (check_cp_case_value): Remove.
7280         * expr.c (do_case): Remove.
7281         * pt.c (tsubst_expr): Adjust call to finish_case_label.
7282         * semantics.c (genrtl_do_poplevel): Remove declaration.
7283         (RECHAIN_STMTS): Remove.
7284         (finish_break_stmt): Use build_break_stmt.
7285         (finish_continue_stmt): Use build_continue_stmt.
7286         (finish_switch_cond): Adjust condition here, rater than in
7287         c_expand_start_case.
7288         (finish_case_label): Remove.
7289         * typeck.c (c_expand_return): Remove.
7290         (c_expand_start_case): Likewise.
7291
7292 2000-09-07  Gabriel Dos Reis  <gdr@codesourcery.com>
7293
7294         * ir.texi: Document type nodes.
7295
7296 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
7297
7298         * cp-tree.h (init_cp_semantics): Declare.
7299         (genrtl_try_block): Don't declare.
7300         (genrtl_handler): Likewise.
7301         (genrtl_catch_block): Likewise.
7302         (genrtl_ctor_stmt): Likewise.
7303         (genrtl_subobject): Likewise.
7304         (genrtl_do_poplevel): Likewise.
7305         (genrtl_named_return_value): Likewise.
7306         * lex.c (init_parse): Call init_cp_semantics.
7307         * semantics.c (genrtl_try_block): Give it internal linkage.
7308         (genrtl_handler): Likewise.
7309         (genrtl_catch_block): Likewise.
7310         (genrtl_ctor_stmt): Likewise.
7311         (genrtl_subobject): Likewise.
7312         (genrtl_do_poplevel): Likewise.
7313         (genrtl_named_return_value): Likewise.
7314         (lang_expand_stmt): Rename to ...
7315         (cp_expand_stmt): ... this.  Only handle C++-specific nodes.
7316         (init_cp_semantics): Define.
7317
7318         * decl.c (initialize_local_var): Remove RTL-generating code.
7319         * semantics.c (genrtl_try_block): Fix formatting.
7320
7321         Move statement-tree facilities from C++ to C front-end.
7322         * cp-tree.h (cp_tree_index): Remove CPTI_VOID_ZERO.
7323         (void_zero_node): Remove.
7324         (stmt_tree): Likewise.
7325         (scope_chain): Adjust.
7326         (language_function): Rename to cp_language_function.
7327         (cp_function_chain): Adjust.
7328         (current_stmt_tree): Remove.
7329         (last_tree): Likewise.
7330         (last_expr_type): Likewise.
7331         (struct lang_decl): Adjust.
7332         (STMT_IS_FULL_EXPR_P): Remove.
7333         (add_tree): Remove.
7334         (begin_stmt_tree): Likewise.
7335         (finish_stmt_tree): Likewise.
7336         (walk_tree_fn): Likewise.
7337         (walk_stmt_tree): Likewise.
7338         * class.c (finish_struct): Replace use of add_tree with add_stmt.
7339         * decl.c (mark_stmt_tree): Adjust type.
7340         (init_decl_processing): Don't build void_zero_node.
7341         (initialize_local_var): Adjust usage of current_stmt_tree.
7342         (finish_enum): Use add_stmt, not add_tree.
7343         (save_function_data): Adjust use of language_function.
7344         (finish_constructor_body): Use add_stmt, not add_tree.
7345         (finish_destructor_body): Likewise.
7346         (push_cp_function_context): Adjust use of language_function.
7347         (pop_cp_function_context): Likewise.
7348         (mark_lang_function): Likewise.
7349         (mark_cp_function_context): Likewise.
7350         * init.c (build_aggr_init): Adjust use of current_stmt_tree.
7351         (build_vec_init): Likewise.
7352         * semantics.c (SET_LAST_STMT): Remove.
7353         (RECHAIN_STMTS): Don't use it.
7354         (stmts_are_full_exprs_p): Adjust use of current_stmt_tree.
7355         (current_stmt_tree): Define.
7356         (add_tree): Remove.
7357         (finish_goto_stmt): Use add_stmt, not add_tree.
7358         (finish_expr_stmt): Likewise.
7359         (begin_if_stmt): Likewise.
7360         (finish_then_clause): Likewise.
7361         (begin_while_stmt): Likewise.
7362         (begin_do_stmt): Likewise.
7363         (finish_return_stmt): Likewise.
7364         (begin_for_stmt): Likewise.
7365         (finish_break_stmt): Likewise.
7366         (finish_continue_stmt): Likewise.
7367         (begin_switch_stmt): Likewise.
7368         (finish_case_label): Likewise.
7369         (begin_try_block): Likewise.
7370         (begin_function_try_block): Likewise.
7371         (begin_handler): Likewise.
7372         (begin_catch_block): Likewise.
7373         (begin_compound_stmt): Likewise.
7374         (begin_asm_stmt): Likewise.
7375         (finish_asm_stmt): Likewise.
7376         (finish_label_stmt): Likewise.
7377         (add_decl_stmt): Likewise.
7378         (finish_subobject): Likewise.
7379         (finish_decl_cleanup): Likewise.
7380         (finish_named_return_value): Likewise.
7381         (setup_vtbl_ptr): Likewise.
7382         (add_scope_stmt): Likewise.
7383         (finish_stmt_expr): Likewise.
7384         (prune_unused_decls): Remove.
7385         (begin_stmt_tree): Likewise.
7386         (finish_stmt_tree): Likewise.
7387         (prep_stmt): Adjust use of current_stmt_tree.
7388         (lang_expand_stmt): Likewise.
7389         * tree.c (statement_code_p): Remove.
7390         (cp_statement_code_p): New function.
7391         (walk_stmt_tree): Remove.
7392         (init_tree): Set lang_statement_code_p.
7393
7394 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
7395
7396         Integrated preprocessor.
7397
7398         * Make-lang.in, Makefile.in: Remove all references to input.c,
7399         gxx.gperf, and hash.h.  Add ../c-lex.o to C_OBJS.
7400         * gxx.gperf, hash.h, input.c: Delete.
7401         * lang-specs.h: Pass -lang-c++ to cc1plus so cpplib is
7402         initialized properly.
7403
7404         * class.c (fixup_pending_inline): Take a tree, not a
7405         struct pending_inline *.  All callers changed.
7406         (init_class_processing): Set RID_PUBLIC, RID_PRIVATE,
7407         RID_PROTECTED entries in ridpointers[] array here.
7408         * decl.c (duplicate_decls): Do not refer to struct
7409         pending_inline.
7410         (record_builtin_type, init_decl_processing): Use RID_MAX not
7411         CP_RID_MAX.
7412         (grokdeclarator): Use C_IS_RESERVED_WORD.
7413         * decl2.c (lang_decode_option): Ignore -lang-c++ for sake of
7414         cpplib.
7415         (grok_x_components): Do not inspect pending_inlines chain.
7416
7417         * cp-tree.h (struct lang_identifier): Add rid_code entry.
7418         (C_IS_RESERVED_WORD, C_RID_CODE, C_RID_YYCODE): New.
7419         (flag_no_gnu_keywords, flag_operator_names, rid_to_yy): Declare.
7420         (DEFARG_LENGTH, struct pending_inline, TIME_IDENTIFIER_TIME,
7421         TIME_IDENTIFIER_FILEINFO): Kill.
7422         Update prototypes.
7423         * lex.h: Expunge cp_rid.  Rewrite RIDBIT macros to use just a
7424         single 32-bit word.
7425         * parse.y: Call do_pending_inlines unconditionally.
7426         reinit_parse_for_method is now snarf_method.  fn.defpen is no
7427         longer necessary.  Remove unnecessary <itype> annotation on
7428         SCOPE.  Do not refer to end_of_file or struct pending_inline.
7429         * semantics.c (begin_inline_definitions): Call
7430         do_pending_inlines unconditionally.
7431
7432         * lex.c: Remove all code now shared with C front end.
7433         Initialize cpplib properly if USE_CPPLIB.  Put reserved words
7434         into the get_identifier table.  Rewrite pragma handling to
7435         work with the registry.  Move code to save tokens for later
7436         processing to spew.c.
7437
7438         * spew.c: Rewrite everything in terms of token streams instead
7439         of text.  Move routines here from lex.c / input.c as
7440         appropriate.  GC-mark trees hanging off the pending inlines
7441         chain.
7442
7443 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
7444
7445         * NEWS: Mention that the named return value extension has been
7446         deprecated.
7447         * cp-tree.h (original_result_rtx): Define.
7448         (TREE_REFERENCE_EXPR): Remove.
7449         (DECL_VPARENT): Likewise.
7450         (pushdecl_nonclass_level): Likewise.
7451         (store_return_init): Likewise.
7452         (reinit_lang_specific): Likewise.
7453         (genrtl_named_return_value): Change prototype.
7454         * decl.c (original_result_rtx): Remove.
7455         (cp_finish_decl): Don't build DECL_STMTs for RESULT_DECLs.
7456         Do not generate RTL for local variables here.
7457         (store_return_init): Remove.
7458         * semantics.c (genrtl_named_return_value): Simplify.  Fold in
7459         store_return_init.
7460         (finish_named_return_value): Adjust accordingly.  Warn that this
7461         extension is deprecated.
7462         (lang_expand_stmt): Adjust call to genrtl_named_return_value.
7463
7464 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7465
7466         * pt.c (type_unification_real): Replace switch with if.
7467         (unify): Tsubst non-type parms before comparing.
7468
7469 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7470
7471         * error.c (dump_typename): New function, broken out of ...
7472         (dump_type): ... here. Use it.
7473         * typeck.c (same_type_p): Use cp_tree_equal for TYPENAME_TYPE.
7474
7475 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7476
7477         * init.c (build_offset_ref): Deal with namespace scoped
7478         TEMPLATE_ID_EXPRs.
7479
7480 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7481
7482         * class.c (resolve_address_of_overloaded_function): Add
7483         explanation message.
7484         * decl.c (define_case_label): Reformat explanation.
7485         * decl2.c (finish_static_data_member_decl): Likewise.
7486         (grokfield): Likewise.
7487         * friend.c (do_friend): Likewise.
7488
7489 2000-09-05  Zack Weinberg  <zack@wolery.cumb.org>
7490
7491         * tree.c (walk_tree): Expose tail recursion.
7492         (walk_stmt_tree): New function.
7493         * cp-tree.h: Prototype walk_stmt_tree.
7494         * semantics.c (prune_unused_decls): Operate on SCOPE_STMTs not
7495         the BLOCKs directly.  If a BLOCK has no variables after
7496         pruning, discard it.
7497         (finish_stmt_tree): Use walk_stmt_tree.  No need to save and
7498         restore the line number.
7499
7500 2000-09-05  Mark Mitchell  <mark@codesourcery.com>
7501
7502         * Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
7503         (pt.o): Remove dependency on HTAB_H.
7504         * cp-tree.h: Include hashtab.h.
7505         (walk_tree): Change prototype.
7506         (walk_tree_without_duplicates): New function.
7507         * decl.c (check_default_argument): Use it.
7508         * optimize.c (remap_decl): Adjust calls to walk_tree.
7509         (copy_body): Likewise.
7510         (expand_calls_inline): Likewise.
7511         (calls_setjmp_p): Use walk_tree_without_duplicates.
7512         * pt.c: Don't include hashtab.h.
7513         (for_each_template_parm): Use walk_tree_without_duplicates.
7514         * semantics.c (finish-stmt_tree): Likewise.
7515         (expand_body): Likewise.
7516         * tree.c (walk_tree): Add additional parameter.
7517         (walk_tree_without_duplicates): New function.
7518         (count_trees): Use it.
7519         (verify_stmt_tree): Adjust call to walk_tree.
7520         (find_tree): Use walk_tree_without_duplicates.
7521         (no_linkage_check): Likewise.
7522         (break_out_target_exprs): Adjust call to walk_tree.
7523         (cp_unsave): Likewise.
7524
7525 2000-09-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7526
7527         * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.
7528         (TEMPLATE_TEMPLATE_PARM): Adjust comment.
7529         * cp-tree.h (TYPE_BINFO): Adjust comment.
7530         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Likewise.
7531         (TEMPLATE_TYPE_PARM_INDEX): Likewise.
7532         (IS_AGGR_TYPE): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
7533         (TYPE_TEMPLATE_INFO): Likewise.
7534         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): Likewise.
7535         * class.c (push_nested_class): Likewise.
7536         * decl.c (lookup_name_real): Likewise.
7537         (grokdeclarator): Likewise.
7538         (grok_op_properties): Likewise.
7539         (xref_tag): Likewise.
7540         (xref_basetypes): Likewise.
7541         * decl2.c (constructor_name_full): Likewise.
7542         (arg_assoc_template_arg): Add TEMPLATE_TEMPLATE_PARM case.
7543         (arg_assoc_type): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
7544         * error.c (dump_type): Split TEMPLATE_TEMPLATE_PARM case.
7545         (dump_type_prefix): Add BOUND_TEMPLATE_TEMPLATE_PARM.
7546         (dump_type_suffix): Likewise.
7547         * init.c (is_aggr_type): Use BOUND_TEMPLATE_TEMPLATE_PARM
7548         instead.
7549         (get_aggr_from_typedef): Likewise.
7550         * mangle.c (write_type): Split TEMPLATE_TEMPLATE_PARM case.
7551         (write_expression): Add BOUND_TEMPLATE_TEMPLATE_PARM.
7552         (write_template_parm): Likewise.
7553         (write_template_template_parm): Check tree code instead of
7554         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
7555         * method.c (build_overload_nested_name): Add
7556         BOUND_TEMPLATE_TEMPLATE_PARM.
7557         (process_overload_item): Split TEMPLATE_TEMPLATE_PARM case.
7558         * parse.y (bad_parm): Add BOUND_TEMPLATE_TEMPLATE_PARM.
7559         * pt.c (convert_template_argument): Check tree code instead of
7560         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
7561         (for_each_template_parm_r): Split TEMPLATE_TEMPLATE_PARM case.
7562         (for_each_template_parm): Adjust comment.
7563         (tsubst): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.
7564         (tsubst_copy): Add BOUND_TEMPLATE_TEMPLATE_PARM.
7565         (unify): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.  Use
7566         template_args_equal to compare template template parameter cases.
7567         * ptree.c (print_lang_type): Add BOUND_TEMPLATE_TEMPLATE_PARM.
7568         * search.c (lookup_field_1): Use BOUND_TEMPLATE_TEMPLATE_PARM
7569         instead.
7570         * tree.c (copy_template_template_parm): Decide whether to create
7571         a TEMPLATE_TEMPLATE_PARM or BOUND_TEMPLATE_TEMPLATE_PARM node.
7572         (walk_tree): Add BOUND_TEMPLATE_TEMPLATE_PARM.
7573         (copy_tree_r): Likewise.
7574         * typeck.c (comptypes): Likewise.  Check tree code instead of
7575         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
7576
7577 2000-09-04  Mark Elbrecht  <snowball3@bigfoot.com>
7578
7579         * decl.c (finish_function): Move the code for handling functions
7580         marked with the constructor and destructor attributes inside the
7581         expand_p block.
7582
7583 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
7584
7585         * init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.
7586
7587 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
7588
7589         * pt.c (lookup_template_class): Remove abort.
7590         * tree.c (get_type_decl): Allow error_mark_node.
7591
7592 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
7593
7594         * decl2.c (arg_assoc): Deal with COMPONENT_REFs inside
7595         TEMPLATE_ID_EXPRs.
7596
7597 2000-09-03  Mark Mitchell  <mark@codesourcery.com>
7598
7599         * operators.def (ALIGNOF_EXPR, MAX_EXPR, MIN_EXPR): Change
7600         new ABI mangling.
7601
7602 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
7603
7604         * parse.y (named_class_head): Check for TYPENAME_TYPE. Simplify
7605         union tag mismatch error reporting.
7606
7607 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
7608
7609         * call.c (build_scoped_method_call): Check it is not a namespace.
7610
7611 2000-08-30  Jason Merrill  <jason@redhat.com>
7612
7613         * cp-tree.h (LOCAL_CLASS_P): Use decl_function_context.
7614
7615         * tree.c (bot_manip): Check TREE_CONSTANT rather than
7616         !TREE_SIDE_EFFECTS.  Call break_out_target_exprs and
7617         build_target_expr_with_type for the non-AGGR_INIT_EXPR case.
7618
7619         * decl.c (start_function): Always call make_function_rtl.
7620
7621 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
7622
7623         * semantics.c (prune_unused_decls): New function.
7624         (finish_stmt_tree): Call it via walk_tree.
7625
7626 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
7627
7628         * class.c (build_secondary_vtable): Constify a char *.
7629         * decl.c (init_decl_processing): Initialize function_id_node,
7630         pretty_function_id_node, and func_id_node.
7631         * input.c (struct input_source): Constify 'str'.
7632         (feed_input): Constify first argument.
7633         * mangle.c (write_identifier): Constify argument.
7634         * pt.c (mangle_class_name_for_template): Constify argument.
7635
7636 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
7637
7638         * typeck.c (mark_addressable): Remove code that pokes around in
7639         RTL.
7640
7641 2000-08-28  Jason Merrill  <jason@redhat.com>
7642
7643         * lex.c (file_name_nondirectory): Move to toplev.c.
7644
7645         * cp-tree.h (LOCAL_CLASS_P): New macro.
7646         * class.c (finish_struct_1): Use it.
7647
7648 2000-08-27  Alex Samuel  <samuel@codesourcery.com>
7649
7650         * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplained voodoo.
7651         (write_encoding): Pass another argument to write_name.
7652         (write_name): Add ignore_local_scope parameter.  Fix handling of
7653         local names.
7654         (write_nested_name): Use write_unqualified_name.
7655         (write_prefix): Likewise.  Skip out on FUNCTION_DECLs.
7656         (write_template_prefix): Use write_unqualified_name.
7657         (write_component): Remove.
7658         (write_local_name): Add parameter.  Use direct local entity to
7659         discriminator calculation.
7660         (write_class_enum_type): Pass another argument to write_name.
7661         (write_template_template_arg): Likewise.
7662         (make_guard_variable): Likewise.
7663
7664 2000-08-27  Jason Merrill  <jason@redhat.com>
7665
7666         * decl.c (pushdecl): Matching decls for local externs are found in
7667         the current level.  Propagate linkage information from previous
7668         declarations.
7669
7670 2000-08-26  Gabriel Dos Reis  <gdr@codesourcery.com>
7671
7672         * ir.texi (Expressions): Fix typo.
7673
7674 2000-08-25  Greg McGary  <greg@mcgary.org>
7675
7676         * tree.c (init_tree): Use ARRAY_SIZE.
7677
7678 2000-08-25  Gabriel Dos Reis  <gdr@codesourcery.com>
7679
7680         * error.c (cp_tree_printer): Rework.
7681
7682 2000-08-25  Mark Mitchell  <mark@codesourcery.com>
7683
7684         * Make-lang.in (CXX_LIB2FUNCS): Remove cp-demangle.o and
7685         dyn-string.o.
7686         (CXX_LIB2SRCS): Remove cp-demangle.c and dyn-string.c.
7687         (cp-demangle.o): Remove target.
7688         (dyn-string.o): Likewise.
7689
7690         * decl.c (grokfndecl): Require that `main' return an `int'.
7691         * mangle.c (write_encoding): Don't mangle return types for
7692         conversion functions.
7693
7694 2000-08-25  Gabriel Dos Reis  <gdr@codesourcery.com>
7695
7696         * error.c (tree_formatting_info): New data type.
7697         (tree_being_formatted): New macro.
7698         (tree_formatting_flags): Likewise.
7699         (put_whitespace): Likewise.
7700         (print_tree_identifier): Likewise.
7701         (print_identifier): Likewise.
7702         (cp_tree_printer, print_function_argument_list, print_declaration,
7703         print_expression, print_function_declaration,
7704         print_function_parameter, print_type, print_cv_qualifier): New
7705         functions.
7706         (init_error): Initialize lang_printer.
7707
7708 2000-08-24  Jason Merrill  <jason@redhat.com>
7709
7710         * typeck.c (build_ptrmemfunc): Just reinterpret if there's no
7711         adjustment necessary.
7712
7713 2000-08-24  Greg McGary  <greg@mcgary.org>
7714
7715         * cp-tree.h (MAIN_NAME_P): Remove macro.
7716
7717 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
7718
7719         * error.c (print_instantiation_context): Don't forget to flush the
7720         buffer.
7721
7722 2000-08-23  Jason Merrill  <jason@redhat.com>
7723
7724         * typeck.c (build_ptrmemfunc): Save the input pmf.
7725
7726         * method.c (process_modifiers): Use same_type_p.
7727
7728 2000-08-23  Mark Mitchell  <mark@codesourcery.com>
7729
7730         * cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC.
7731         * mangle.c (write_function_type): Change prototype.
7732         (write_encoding): Don't mangle return types for
7733         constructors or destructors.
7734         (write_type): Adjust call to write_function_type.
7735         * pt.c (instantiate_template): Instantiate alternate entry points
7736         when instantiating the main function.
7737
7738 2000-08-23  Gabriel Dos Reis  <gdr@codesourcery.com>
7739
7740         * error.c (cp_print_error_function): Don't use embedded '\n' in
7741         output_printf.
7742
7743 2000-08-23  Gabriel Dos Reis  <gdr@codesourcery.com>
7744
7745         * decl.c (init_decl_processing): Remove bogus initialization.
7746         * error.c (lang_print_error_function): Restore here.
7747         (init_error): Initialize print_error_function.
7748
7749 2000-08-22  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
7750
7751         * decl2.c (arg_assoc): Revert my 2000-08-11 change.
7752
7753 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
7754
7755         * Makefile.in (error.o): Depends on diagnostic.h
7756
7757         * cp-tree.h (problematic_instantiation_changed,
7758         record_last_problematic_instantiation, current_instantiation,
7759         print_instantiation_context): Declare.
7760         (maybe_print_template_context): Remove.
7761
7762         * decl.c (init_decl_processing): Set print_error_function to NULL.
7763         (lang_print_error_function): Remove, since we're using a new
7764         machinery.
7765
7766         * error.c: #include diagnostic.h
7767         (function_category): New function.
7768         (cp_diagnostic_starter): Likewise.
7769         (cp_diagnostic_finalizer): Likewise.
7770         (cp_print_error_function): Likewise.
7771         (maybe_print_instantiation_context): Likewise.
7772         (print_instantiation_full_context): Likewise.
7773         (print_instantiation_partial_context): Likewise.
7774         (print_instantiation_context): Define.
7775         (init_error): Initialize diagnostic pager and finalizer.
7776
7777         * pt.c (problematic_instantiation_changed): Define.
7778         (record_last_problematic_instantiation): Likewise.
7779         (current_instantiation): Likewise.
7780         (maybe_print_template_context): Remove.
7781         (print_template_context): Likewise.
7782         (current_tinst_level): Make static to reflect Brendan Kehoe's
7783         change of 1995-04-13.
7784         (push_tinst_level): Call print_instantiation_context.
7785
7786 2000-08-21  Nix  <nix@esperi.demon.co.uk>
7787
7788         * lang-specs.h: Do not process -o or run the assembler if
7789         -fsyntax-only.
7790
7791 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
7792
7793         * decl.c (flag_hosted, flag_noniso_default_format_attributes): New
7794         variables.
7795         * decl2.c (lang_decode_option): Disable gettext attributes for
7796         -ansi.
7797
7798 2000-08-21  Gabriel Dos Reis  <gdr@codesourcery.com>
7799
7800         * lex.c (lang_init_options): Default diagnostic message maximum
7801         length to 80, when line-wrapping.
7802
7803 2000-08-20  Mark Mitchell  <mark@codesourcery.com>
7804
7805         * class.c (build_vtbl_initializer): Clear the entire
7806         vtbl_init_data.  Start keeping track of the functions for which we
7807         have created vcall offsets here.
7808         (dfs_build_vcall_offset_vtbl_entries): Remove.
7809         (build_vcall_offset_vtbl_entries): Reimplement.
7810         (add_vcall_offset_vtbl_entries_r): New function.
7811         (add_vcall_offset_vtbl_entries_1): Likewise.  Tweak logic for
7812         computing when vcall offsets are necessary.
7813
7814 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
7815
7816         * decl.c (member_function_or_else): Use cp_error ... %T.
7817         (grokdeclarator): Likewise.
7818         (start_method): Likewise.
7819         * friend.c (make_friend_class): Use cp_pedwarn ... %T.
7820
7821 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
7822
7823         * decl2.c (grokfield): Set CLASSTYPE_GOT_SEMICOLON on class
7824         TYPE_DECLs.
7825
7826 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
7827
7828         * cp-tree.h (PTRMEM_OK_P): New macro.
7829         (itf_ptrmem_ok): New enumeration value.
7830         * class.c (resolve_address_of_overloaded_function): Add PTRMEM
7831         argument. Diagnose implicit pointer to member.
7832         (instantiate_type): Don't diagnose implicit pointer to member
7833         here. Pass itf_ptrmem_ok if ok. Adjust calls to
7834         resolve_address_of_overloaded_function.
7835         * init.c (build_offset_ref): Set PTRMEM_OK_P.
7836         (resolve_offset_ref): Don't diagnose implicit pointer to member here.
7837         * semantics.c (finish_parenthesized_expr): Clear OFFSET_REFs here.
7838         * typeck.c (build_x_unary_op): Calculate PTRMEM_OK_P.
7839         (build_unary_op): Deal with single non-static member in
7840         microsoft-land.
7841
7842 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
7843
7844         * decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
7845
7846 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
7847
7848         * cp-tree.h (enum_name_string): Remove prototype.
7849         (report_case_error): Remove prototype.
7850         * cp/typeck2.c (enum_name_string): Remove.
7851         (report_case_error): Remove.
7852         * error.c (dump_expr): Deal with enum values directly.
7853         Correctly negate integer constant.
7854
7855 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
7856
7857         * inc/cxxabi.h (__cxa_vec_new2, __cxa_vec_new3): Declare.
7858         (__cxa_vec_delete2, __cxa_vec_delete3): Declare.
7859         * vec.cc (__cxa_vec_new2, __cxa_vec_new3): Implement.
7860         (__cxa_vec_delete2, __cxa_vec_delete3): Implement.
7861         (__cxa_vec_new): Use __cxa_vec_new2.
7862         (__cxa_vec_delete): Use __cxa_vec_delete2.
7863
7864 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
7865
7866         * vec.cc (__cxa_vec_new): Set "C" linkage.
7867         (__cxa_vec_ctor): Likewise.
7868         (__cxa_vec_cctor): Likewise.
7869         (__cxa_vec_dtor): Likewise.
7870         (__cxa_vec_delete): Likewise.
7871         * inc/cxxabi.h (__cxa_vec_new): Set "C" linkage.
7872         (__cxa_vec_ctor): Likewise.
7873         (__cxa_vec_cctor): Likewise.
7874         (__cxa_vec_dtor): Likewise.
7875         (__cxa_vec_delete): Likewise.
7876
7877 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
7878
7879         * class.c (instantiate_type): Reinstate local variable
7880         deleted in previous change.
7881
7882         * cvt.c (cp_convert_to_pointer): Pass itf_complain, not
7883         itf_no_attributes.
7884
7885 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
7886
7887         * cp-tree.h (instantiate_type_flags): New enumeration.
7888         (instantiate_type): Change parameter.
7889         * class.c (instantiate_type): Adjust prototype. Adjust.
7890         * call.c (standard_conversion): Adjust instantiate_type call.
7891         (reference_binding): Likewise.
7892         (build_op_delete_call): Likewise.
7893         (convert_like_real): Likewise.
7894         * cvt.c (cp_convert_to_pointer): Likewise.
7895         (convert_to_reference): Likewise.
7896         * pt.c (convert_nontype_argument): Likewise.
7897         * typeck.c (build_binary_op): Likewise.
7898         (build_ptrmemfunc): Likewise.
7899         (convert_for_assignment): Likewise.
7900
7901 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
7902
7903         * cp-tree.h (CPTR_AGGR_TAG): New global tree node.
7904         (current_aggr): Define.
7905         * decl.c (grokdeclarator): Make sure a friend class is an
7906         elaborated type specifier.
7907         * parse.y (current_aggr): Remove static definition.
7908         (cp_parse_init): Adjust.
7909         (structsp): Clear and restore current_aggr.
7910         (component_decl_list): Clear current_aggr.
7911
7912         * error.c (dump_type, case TYPENAME_TYPE): Don't emit the
7913         aggregate tag on the typename's context.
7914
7915         * pt.c (tsubst_friend_class): Return error_mark_node, if
7916         parms becomes NULL.
7917         (instantiate_class_template): Ignore error_mark_node friend types.
7918
7919 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
7920
7921         * cvt.c (warn_ref_binding): New static function, broken out of ...
7922         (convert_to_reference): ... here. Use it.
7923
7924 2000-08-11  Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
7925
7926         * parse.y (template_arg): Add rule for template qualified with
7927         global scope.
7928
7929 2000-08-11  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
7930
7931         * decl2.c (add_function): Reorganize.
7932         (arg_assoc): Do not consider function template decls.
7933
7934 2000-08-11  Jason Merrill  <jason@redhat.com>
7935
7936         * decl.c (lookup_name_real): Don't forget the TYPENAME_TYPE we're
7937         looking inside.
7938
7939 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
7940
7941         * cp-tree.h (resolve_scope_to_name): Remove unused prototype.
7942         (lookup_nested_tag): Likewise.
7943
7944         * decl2.c (grokfield): Fix comment to reflect many types of _DECLs
7945         can be produced.
7946
7947 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
7948
7949         * parse.y (named_complex_class_head_sans_basetype): Remove
7950         always true if.
7951
7952 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
7953
7954         * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Build
7955         explicit TEMPLATE_ID_EXPR args.
7956         (build_expr_from_tree, case CALL_EXPR): Likewise.
7957
7958 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
7959
7960         * decl.c (check_tag_decl): Diagnose typename's which don't
7961         declare anything.
7962
7963 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
7964
7965         * init.c (build_aggr_init): Reject bogus array initializers
7966         early.
7967
7968 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
7969
7970         * rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi
7971         runtime.
7972         * cp/tinfo.cc (__dynamic_cast): Likewise.
7973         * cp/inc/cxxabi.h (__dynamic_cast): Likewise.
7974
7975 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
7976
7977         * cvt.c (convert_to_pointer_force): Fix error message when
7978         attempting to cast from ambiguous base.
7979
7980 2000-08-08  Jason Merrill  <jason@redhat.com>
7981
7982         * pt.c (tsubst_aggr_type): Bail if creating the argvec fails.
7983         (tsubst_template_arg_vector): Likewise.
7984
7985         * decl2.c (build_anon_union_vars): Choose the largest field; don't
7986         assume that one will be as large as the union.
7987
7988 2000-08-07  Kazu Hirata  <kazu@hxi.com>
7989
7990         * cp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P): Fix a comment typo.
7991         * decl.c (pop_labels): Likewise.
7992
7993 2000-08-04  Jeffrey Oldham  <oldham@codesourcery.com>
7994
7995         * inc/cxxabi.h (__pbase_type_info): Changed member names to match
7996         specifications.
7997         (__pointer_to_member_type_info): Likewise.
7998         (__base_class_info): Likewise.
7999         (__class_type_info): Likewise.
8000         (__si_class_type_info): Likewise.
8001         (__vmi_class_type_info): Likewise.
8002         * tinfo.cc (__si_class_type_info::__do_find_public_src):
8003         Changed member names to match specifications.
8004         (__vmi_class_type_info::__do_find_public_src): Likewise.
8005         (__si_class_type_info::__do_dyncast): Likewise.
8006         (__vmi_class_type_info::__do_dyncast): Likewise.
8007         (__si_class_type_info::__do_upcast): Likewise.
8008         (__vmi_class_type_info::__do_upcast): Likewise.
8009         * tinfo2.cc (__pbase_type_info::__do_catch): Likewise.
8010         (__pbase_type_info::__pointer_catch): Likewise.
8011         (__pointer_type_info::__pointer_catch): Likewise.
8012         (__pointer_to_member_type_info::__pointer_catch): Likewise.
8013
8014 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
8015
8016         * Make-lang.in (cc1plus): Depend on $(BACKEND), not stamp-objlist.
8017         * Makefile.in: Add C_OBJS, BACKEND; delete OBJS, OBJDEPS.
8018         (cc1plus): Link with $(BACKEND) and $(C_OBJS).
8019
8020 2000-08-04  Mark Mitchell  <mark@codesourcery.com>
8021
8022         * cp-tree.h (add_method): Change prototype.
8023         * class.c (add_method): Remove FIELDS parameter.  Add ERROR_P.
8024         Don't double the size of the method vector in the error case.
8025         (handle_using_decl): Adjust call to add_method.
8026         (add_implicitly_declared_members): Likewise.
8027         (clone_function_decl): Likewise.
8028         * decl2.c (check_classfn): Likewise.
8029         * semantics.c (finish_member_declaration): Likewise.
8030
8031 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
8032
8033         * decl.c (flag_isoc94): New variable.
8034
8035 2000-08-02  Jason Merrill  <jason@redhat.com>
8036
8037         * pt.c (do_type_instantiation): Add complain parm; don't complain
8038         if called recursively.
8039         * cp-tree.h, parse.y: Adjust.
8040
8041 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
8042
8043         * decl2.c: Silently ignore -Wstrict-prototypes; warn about
8044         -Wno-strict-prototypes.
8045
8046         * g++spec.c: Adjust type of second argument to
8047         lang_specific_driver, and update code as necessary.
8048
8049         * cp-tree.h: Don't prototype min_precision here.
8050         (my_friendly_assert): Cast expression to void.
8051         * semantics.c (do_poplevel): Initialize scope_stmts.
8052
8053 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
8054
8055         * cp-tree.h (DECL_NEEDED_P): Tweak.
8056
8057 2000-07-28  Jason Merrill  <jason@redhat.com>
8058
8059         * lang-specs.h: Use %i in rule for .ii files.
8060
8061 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
8062
8063         * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
8064
8065 2000-07-30  Mark Mitchell  <mark@codesourcery.com>
8066
8067         Allow indirect primary bases.
8068         * cp-tree.h (struct lang_type): Remove vfield_parent.  Add
8069         primary_base.
8070         (CLASSTYPE_VFIELD_PARENT): Remove.
8071         (CLASSTYPE_PRIMARY_BINFO): Reimplement.
8072         (BINFO_PRIMARY_BINFO): Remove.
8073         (CLASSTYPE_HAS_PRIMARY_BASE_P): Reimplement.
8074         (BINFO_VBASE_PRIMARY_P): Likewise.
8075         (BINFO_PRIMARY_BASE_OF): New macro.
8076         (BINFO_INDIRECT_PRIMARY_P): Likewise.
8077         (get_primary_binfo): New function.
8078         * decl.c (lang_mark_tree): Make lang_type::primary_base.
8079         * class.c (vcall_offset_data_s): Rename to ...
8080         (vtbl_init_data_s): ... this.  Rename primary_p to primary_vtbl_p,
8081         and add ctor_vtbl_p.
8082         (get_derived_offset): Use get_primary_binfo.
8083         (dfs_mark_primary_bases): Adjust handling of virtual primary
8084         bases.
8085         (mark_primary_bases): Likewise.
8086         (set_primary_base): Take a binfo, not an integer, as a
8087         representation of the primary base.
8088         (indirect_primary_base_p): Remove.
8089         (determine_primary_base): Adjust for indirect primary bases.
8090         (dfs_find_final_overrider): Fix typo in coment.
8091         (update_vtable_entry_for_fn): Use get_primary_binfo.
8092         (layout_nonempty_base_or_field): Tweak.
8093         (build_base_fields): Adjust for new primary base semantics.
8094         (dfs_propagate_binfo_offsets): Remove.
8095         (propagate_binfo_offsets): Rewrite.
8096         (dfs_set_offset_for_shared_vbases): Remove.
8097         (layout_virtual_bases): Don't use it.
8098         (layout_class_type): Set CLASSTYPE_SIZE correctly under the new
8099         ABI.
8100         (finish_struct_1): Set CLASSTYPE_PRIMARY_BINFO, not
8101         CLASSTYPE_VFIELD_PARENT.
8102         (dfs_get_primary_binfo): New function.
8103         (get_primary_binfo): Likewise.
8104         (dump_class_hierarchy_r): Tweak printing of primary bases.
8105         (build_vtbl_initializer): Fix typo in comments.  Use
8106         vtbl_init_data.
8107         (build_vcall_and_vbase_vtbl_entries): Likewise.
8108         (build_vbaes_offset_vtbl_entries): Likewise.
8109         (dfs_build_vcall_offset_vtbl_entries): Adjust setting of
8110         BV_VCALL_INDEX to handle indirect primary bases.
8111         (build_vcall_offset_vtbl_entries): Use vtbl_init_data.
8112         (build_rtti_vtbl_entries): Likewise.
8113         * search.c (get_shared_vbase_if_not_primary): Tweak.
8114         (find_vbase_instance): Likewise.
8115         (binfo_for_vtable): Simplify.
8116         * tree.c (unshare_base_binfos): Clear BINFO_PRIMARY_BASE_OF.
8117         (make_binfo): Make it have 11 entries.
8118
8119 2000-07-30  Alex Samuel  <samuel@codesourcery.com>
8120
8121         * mangle.c (DECL_TEMPLATE_ID_P): Remove.
8122         (CLASSTYEP_TEMPLATE_ID_P): Check template info, and context when
8123         ascertaining primaryness.
8124         (G): Remove template_args.
8125         (decl_is_template_id): New function.
8126         (write_encoding): Use decl_is_template_id.
8127         (write_name): Likewise.  Handle type_decls.  Get main variant of
8128         type decls.
8129         (write_nested_name): Likewise.
8130         (write_prefix): Likewise.
8131         (write_template_prefix): Likewise.
8132         (write_special_name_constructor): Remove defunct production from
8133         comment.
8134         (write_bare_function_type): Remove comment about absent parameter.
8135         (write_template_template_arg): Add missing grammar production to
8136         comment.
8137
8138 2000-07-27  Jason Merrill  <jason@redhat.com>
8139
8140         * decl.c (duplicate_decls): If common_type produces a non-typedef
8141         type for a typedef, just use the old type.
8142
8143 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
8144
8145         * cp-tree.h (function_depth): Declare.
8146         (verify_stmt_tree): Likewise.
8147         (find_tree): Likewise.
8148         * decl.c (function_depth): Give it external linkage.
8149         * optimize.c (optimize_function): Increment and decrement it.
8150         * tree.c (verify_stmt_tree_r): New function.
8151         (verify_stmt_tree): Likewise.
8152         (find_tree_r): Likewise.
8153         (find_tree): Likewise.
8154
8155 2000-07-27  Jason Merrill  <jason@redhat.com>
8156
8157         * pt.c (for_each_template_parm_r, case RECORD_TYPE): Use
8158         TYPE_PTRMEMFUNC_P.
8159         * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.
8160
8161 2000-07-26  Mark Mitchell  <mark@codesourcery.com>
8162
8163         * decl.c (start_cleanup_fn): Mark the function as `inline'.
8164         * decl2.c (get_guard): Call cp_finish_decl, not
8165         rest_of_decl_compilation, for local guards.
8166         * lex.c (do_identifier): Remove unused variable.
8167
8168 Wed Jul 26 15:05:51 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
8169
8170         * parse.y:  Add missing ';'.
8171
8172 2000-07-26  Mark Mitchell  <mark@codesourcery.com>
8173
8174         * parse.y (empty_parms): Use `()', not `(...)', when in the scope
8175         of `extern "C++"'.
8176
8177 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8178
8179         Kill strict_prototype. Backwards compatibility only for
8180         non NO_IMPLICIT_EXTERN_C systems.
8181         * cp-tree.h (flag_strict_prototype): Remove.
8182         (strict_prototype): Remove.
8183         (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
8184         * decl.c (maybe_push_to_top_level): Adjust.
8185         (pop_from_top_level): Adjust.
8186         (decls_match): Only allow sloppy parm matching for ancient
8187         system headers.
8188         (init_decl_processing): Adjust.
8189         (grokdeclarator): Adjust.
8190         * decl2.c (flag_strict_prototype): Remove.
8191         (strict_prototype): Remove.
8192         (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
8193         (lang_f_options): Remove "strict-prototype".
8194         (unsupported-options): Add "strict-prototype".
8195         * lex.c (do_identifier): Adjust.
8196         (do_scoped_id): Adjust.
8197         * parse.y (empty_parms): Adjust.
8198         * class.c (push_lang_context): Adjust.
8199         (pop_lang_context): Adjust.
8200         * typeck.c (comp_target_parms): Adjust.
8201
8202 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
8203
8204         * decl.c (poplevel): Deal with anonymous variables at for scope.
8205         (maybe_inject_for_scope_var): Likewise.
8206
8207 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
8208
8209         * decl.c: Remove all signal handling code, now done in toplev.c.
8210
8211 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
8212
8213         * decl.c (make_rtl_for_nonlocal_decl): Rework.
8214
8215         * pt.c (lookup_template_class): Ensure that TYPE_CONTEXT is set
8216         correctly.
8217
8218 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
8219
8220         * cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
8221         Define my_friendly_assert and my_friendly_abort as macros
8222         which may call friendly_abort.  Prototype friendly abort, not
8223         my_friendly_abort or my_friendly_assert.
8224         * decl.c (signal_catch): Report the signal caught in the error
8225         message.  Call fatal directly.
8226         * typeck2.c (ack, my_friendly_assert): Delete.
8227         (my_friendly_abort): Rename to friendly_abort.  Expect file,
8228         line, and function parameters.  Report the abort code, then
8229         call fancy_abort.  Do not mask an abort if errors have
8230         already occurred.
8231
8232 2000-07-18  Nathan Sidwell  <nathan@codesourcery.com>
8233
8234         * typeck.c (comp_target_parms): Remove obsolete parameter.
8235         (comp_target_types): Adjust.
8236
8237 2000-07-17  Jason Merrill  <jason@redhat.com>
8238
8239         * typeck.c (mark_addressable): Never set TREE_USED.
8240         * call.c (build_call): Don't abort on calls to library functions
8241         that have been declared normally.
8242
8243         * typeck.c (build_binary_op): Fix grammar in warning.
8244
8245         * exception.cc (__eh_free): Fix prototype.
8246
8247         * decl2.c (finish_decl_parsing): Handle TEMPLATE_ID_EXPR.
8248
8249         * decl.c (pushdecl): Handle seeing an OVERLOAD in
8250         IDENTIFIER_NAMESPACE_VALUE.
8251
8252 2000-07-16  Mark Mitchell  <mark@codesourcery.com>
8253
8254         * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
8255         * method.c (use_thunk): Correct handling of vcall offsets.
8256
8257 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
8258
8259         * .cvsignore: parse.h and parse.c have no cp- prefix.
8260
8261 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
8262
8263         * .cvsignore: New file.
8264
8265 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
8266
8267         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
8268
8269 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
8270
8271         * Makefile.in ($(PARSE_H)): Depend directly on parse.y.
8272         * parse.c: Remove.
8273         * parse.h: Likewise.
8274
8275 2000-07-11  Mark Mitchell  <mark@codesourcery.com>
8276
8277         * class.c (layout_class_type): Add pointers to virtual bases after
8278         base classes under the old ABI.
8279
8280 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
8281
8282         * semantics.c (finish_for_stmt): Remove call to emit_line_note.
8283         (finish_continue_stmt): Likewise.
8284         (begin_for_stmt): Remove call to note_level_for_for.
8285         (finish_goto_stmt): Change call from build_min_nt
8286         to build_stmt.
8287         (finish_expr_stmt): Likewise.
8288         (begin_if_stmt): Likewise.
8289         (begin_while_stmt): Likewise.
8290         (finish_while_stmt): Likewise.
8291         (finish_return_stmt): Likewise.
8292         (begin_for_stmt): Likewise.
8293         (finish_for_stmt): Likewise.
8294         (finish_break_stmt): Likewise.
8295         (begin_switch_stmt): Likewise.
8296         (finish_case_label): Likewise.
8297         (genrtl_try_block): Likewise.
8298         (begin_try_block): Likewise.
8299         (begin_handler): Likewise.
8300         (begin_compound_stmt): Likewise.
8301         (finish_asm_stmt): Likewise.
8302         (finish_label_stmt): Likewise.
8303         (add_decl_stmt): Likewise.
8304         (finish_subobject): Likewise.
8305         (finish_decl_cleanup): Likewise.
8306         (finish_named_return_value): Likewise.
8307         (setup_vtbl_ptr): Likewise.
8308         (add_scope_stmt): Likewise.
8309         * decl.c (finish_constructor_body): Likewise.
8310         (finish_destructor_body): Likewise.
8311         * optimize.c (copy_body_r): Likewise.
8312         (initialize_inlined_parameters): Likewise.
8313         (declare_return_variable): Likewise.
8314         (expand_call_inline): Likewise.
8315
8316 2000-07-10  Jakub Jelinek  <jakub@redhat.com>
8317
8318         * semantics.c (expand_body): Sync interface information
8319         at the end of function body expansion.
8320
8321 2000-07-09  Jason Merrill  <jason@redhat.com>
8322
8323         * init.c (build_new_1): Bail early if the call to new fails.
8324
8325         * decl.c (compute_array_index_type): Check specifically for
8326         an INTEGER_CST, not just TREE_CONSTANT.
8327
8328         * decl.c (duplicate_decls): Don't call duplicate_decls on
8329         the DECL_TEMPLATE_RESULT.
8330         (decls_match): Return 0 if the DECL_TEMPLATE_RESULTs have different
8331         codes.
8332
8333         * error.c (dump_template_bindings): Don't crash if we had an
8334         invalid argument list.
8335
8336         * typeck.c (c_expand_start_case): Do narrowing here.
8337         * semantics.c (finish_switch_cond): Not here.
8338
8339 2000-07-09  Hidvegi Zoli  <hzoli@austin.ibm.com>
8340
8341         * parse.y (asm_clobbers): Do string concatenation.
8342
8343 2000-07-09  Mark Mitchell  <mark@codesourcery.com>
8344
8345         * decl.c (pushtag): Don't put local classes in template functions
8346         on the local_classes list.
8347
8348 2000-07-04  Scott Snyder  <snyder@fnal.gov>
8349
8350         * decl2.c (get_guard): Add missing return for old ABI local
8351         variable case.
8352
8353 2000-07-09  Mark Mitchell  <mark@codesourcery.com>
8354
8355         * cp-tree.h (char_type_p): New function.
8356         * decl.c (init_decl_processing): Don't initialize
8357         signed_wchar_type_node or unsigned_wchar_type_node.
8358         (complete_array_type): Handle brace-enclosed string-constants.
8359         * rtti.c (emit_support_tinfos): Remove #if 0'd code.
8360         * tree.c (char_type_p): New function.
8361         * typeck2.c (digest_init): Use char_type_p.
8362
8363 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
8364
8365         * pt.c (tsubst): Don't layout type, if it's error_mark.
8366
8367 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
8368
8369         * pt.c (instantiate_pending_templates): Reset template level.
8370
8371 2000-07-05  Jason Merrill  <jason@redhat.com>
8372
8373         * call.c (joust): Don't complain about `operator char *()' beating
8374         `operator const char *() const'.
8375
8376 2000-07-04  scott snyder  <snyder@fnal.gov>
8377             Jason Merrill  <jason@redhat.com>
8378
8379         * repo.c (repo_get_id): Handle the case where a class with virtual
8380         bases has a null TYPE_BINFO_VTABLE.
8381
8382 2000-07-04  Kevin Buhr  <buhr@stat.wisc.edu>
8383             Jason Merrill  <jason@redhat.com>
8384
8385         * parse.y (member_init): Just pass in the type.
8386         * init.c (expand_member_init): Handle getting a type.
8387
8388 2000-07-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8389             Jason Merrill  <jason@redhat.com>
8390
8391         * decl.c (finish_function): Warn if a function has no return
8392         statement.
8393         Suggested by Andrew Koenig.
8394         * typeck.c (check_return_expr): Do set current_function_returns_value
8395         if we got an error_mark_node.
8396
8397 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
8398
8399         * decl2.c (push_decl_namespace): Push the original namespace.
8400
8401 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
8402
8403         * pt.c (instantiate_class_template): Set CLASSTYPE_VBASECLASSES.
8404         * semantics.c (begin_class_definition): Clear it.
8405
8406 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
8407
8408         * cp-tree.h (genrtl_goto_stmt): Remove declaration.
8409         (genrtl_expr_stmt): Likewise.
8410         (genrtl_decl_stmt): Likewise.
8411         (genrtl_if_stmt): Likewise.
8412         (genrtl_while_stmt): Likewise.
8413         (genrtl_do_stmt): Likewise.
8414         (genrtl_return_stmt): Likewise.
8415         (genrtl_for_stmt): Likewise.
8416         (genrtl_break_stmt): Likewise.
8417         (genrtl_continue_stmt): Likewise.
8418         (genrtl_scope_stmt): Likewise.
8419         (genrtl_switch_stmt): Likewise.
8420         (genrtl_case_label): Likewise.
8421         (genrtl_begin_compound_stmt): Likewise.
8422         (genrtl_finish_compound_stmt): Likewise.
8423         (genrtl_compound_stmt): Likewise.
8424         (genrtl_asm_stmt): Likewise.
8425
8426         * init.c (begin_init_stmts): Remove call to
8427         genrtl_begin_compound_stmt.
8428         (finish_init_stmts): Remove call to genrtl_finish_compound_stmt.
8429
8430         * semantics.c (lang_expand_stmt): Changed call to
8431         genrtl_compound_stmt to ignore return value.
8432
8433 2000-07-02  Mark Mitchell  <mark@codesourcery.com>
8434
8435         * mangle.c (canonicalize_for_substitution): Return the canonical
8436         variant of a type.
8437
8438         * decl.c (duplicate_decls): Preserve DECL_ORIGINAL_TYPE for a
8439         TYPE_DECL.
8440         * typeck.c (commonparms): Remove obstack manipulations.
8441
8442 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
8443
8444         * Make-lang.in (cc1plus$(exeext)): Added c-semantics.o.
8445
8446         * Makefile.in (OBJS): Added ../c-semantics.o.
8447         (OBJDEPS): Likewise.
8448
8449         * cp-tree.h (TREE_LANG_FLAG_?): Moved common documentation to
8450         ../c-common.h.
8451         (struct stmt_tree): Added comment.
8452         (current_function_name_declared): Removed.
8453         (stmts_are_full_exprs_p): Likewise.
8454         (genrtl_do_pushlevel): Likewise.
8455         (genrtl_clear_out_block): Likewise.
8456         (COMPOUND_STMT_NO_SCOPE): Moved to ../c-common.h.
8457         (DECL_ANON_UNION_ELEMS): Likewise.
8458         (emit_local_var): Likewise.
8459         (make_rtl_for_local_static): Likewise.
8460         (do_case): Likewise.
8461         (expand_stmt): Likewise.
8462         (genrtl_decl_cleanup): Likewise.
8463         (c_expand_asm_operands): Likewise.
8464         (c_expand_return): Likewise.
8465         (c_expand_start_case): Likewise.
8466
8467         * decl.c (make_rtl_for_local_static): Moved to c-semantics.c.
8468         (emit_local_var): Likewise.
8469         (initialize_local_var): Change reference to
8470         stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
8471         Change reference to stmts_are_full_exprs_p to
8472         current_stmt_tree->stmts_are_full_exprs_p.
8473         (push_cp_function_context): Likewise.
8474
8475         * expect.c (expand_throw): Change reference to
8476         stmts_are_full_exprs_p.
8477
8478         * init.c (build_aggr_init): Change reference to
8479         stmts_are_full_exprs_p.
8480         (build_vec_init): Likewise.
8481
8482         * optimize.c (maybe_clone_body): Change reference to
8483         current_function_name_declared to
8484         cp_function_chain->name_declared.
8485
8486         * pt.c (instantiate_decl): Change reference to
8487         current_function_name_declared to
8488         cp_function_chain->name_declared.
8489
8490         * semantics.c (expand_cond): Moved declaration to c-common.h.
8491         (genrtl_do_pushlevel): Moved to c-semantics.c.
8492         (genrtl_clear_out_block): Likewise.
8493         (genrtl_goto_stmt): Likewise.
8494         (genrtl_expr_stmt): Likewise.
8495         (genrtl_decl_stmt): Likewise.
8496         (gerntl_if_stmt): Likewise.
8497         (genrtl_while_stmt): Likewise.
8498         (genrtl_do_stmt): Likewise.
8499         (genrtl_return_stmt): Likewise.
8500         (genrtl_for_stmt): Likewise.
8501         (genrtl_break_stmt): Likewise.
8502         (genrtl_continue_stmt): Likewise.
8503         (genrtl_scope_stmt): Likewise.
8504         (genrtl_switch_stmt): Likewise.
8505         (genrtl_case_label): Likewise.
8506         (genrtl_begin_compound_stmt): Likewise.
8507         (genrtl_finish_compound_stmt): Likewise.
8508         (genrtl_compound_stmt): Likewise.
8509         (genrtl_asm_stmt): Likewise.
8510         (genrtl_decl_cleanup): Likewise.
8511         (expand_cond): Likewise.
8512         (expand_stmt): Renamed to ...
8513         (lang_expand_stmt): ... this.
8514         (lang_expand_expr_stmt): Initialize.
8515         (set_current_function_name_declared): Likewise.
8516         (stmts_are_full_exprs_p): Likewise.
8517         (current_function_name_declared): Likewise.
8518         (anon_aggr_type_p): Likewise.
8519         (do_poplevel): Change reference to
8520         stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
8521         Change reference to stmts_are_full_exprs_p to
8522         current_stmt_tree->stmts_are_full_exprs_p.
8523         (add_tree): Likewise.
8524         (finish_expr_stmt): Likewise.
8525         (prep_stmt): Likewise.
8526         (lang_expand_stmt): Likewise.
8527         (begin_compound_stmt): Change reference to
8528         current_function_name_declared to
8529         cp_function_chain->name_declared and call to
8530         current_function_name_declared().
8531         (setup_vtbl_ptr): Likewise.
8532         (genrtl_do_poplevel): Removed.
8533
8534 2000-06-30  Jason Merrill  <jason@redhat.com>
8535
8536         * init.c (init_init_processing): Go back to aligning like
8537         double_type_node for old ABI.
8538         (get_cookie_size): Make cookie larger if we get a type that needs
8539         more alignment.
8540         (build_vec_delete): Call it.
8541
8542         * typeck.c (qualify_type_recursive): New fn.
8543         (composite_pointer_type): Use it.
8544         (build_binary_op): Use composite_pointer_type.
8545
8546 2000-06-24  Carlos O'Ryan  <coryan@cs.wustl.edu>
8547             Jason Merrill  <jason@redhat.com>
8548
8549         * typeck.c (check_return_expr): Don't complain about returning
8550         NULL from operator new if -fcheck-new.
8551         * cp-tree.h: Declare flag_check_new here.
8552         * init.c: Not here.
8553
8554 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
8555
8556         * mangle.c (find_substitution): Use same_type_p.
8557         (write_encoding): Don't check for substitutions.
8558
8559 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
8560
8561         * parse.y (expr_no_comma_rangle): New non-terminal.
8562         (template_parm): Use it for default parameter case.
8563         (template_arg): Use it.
8564         (expr_no_commas): Remove commented out undefined extensions.
8565         * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
8566         * parse.h, parse.c: Rebuilt.
8567
8568 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
8569
8570         * semantics.c (genrtl_asm_stmt): Don't decay input operands here.
8571         (finish_asm_stmt): Do it here, instead.
8572
8573         * cp-tree.h (ridpointers): Don't declare.
8574         * decl.c (record_builtin_type): Use CP_RID_MAX instead of RID_MAX.
8575         (record_builtin_java_type): Likewise.
8576         (init_decl_processing): Likewise.
8577         * lex.c: Move inclusion of lex.h.
8578         (ridpointers): Don't define.
8579         (init_parse): Initialize ripdointers.  Use CP_RID_MAX instead of
8580         RID_MAX.
8581         * lex.h (enum rid): Rename to ...
8582         (enum cp_rid): ... this.
8583         (ridpointers): Don't declare.
8584         * parse.y: Move inclusion of lex.h.
8585         * parse.c: Regenerated.
8586         * spew.c: Move inclusion of lex.h.
8587
8588         * cp-tree.h (struct language_function): Remove temp_name_counter.
8589         (temp_name_counter): Remove.
8590         (get_temp_name): Change prototype.
8591         (get_guard): New function.
8592         (get_guard_cond): Likewise.
8593         (set_guard): Likewise.
8594         * cvt.c (build_up_reference): Adjust call to get_temp_name.
8595         * decl.c (expand_static_init): Use get_guard and friends to
8596         implement guard variables.
8597         * decl2.c (get_temp_name): Assume that the variables created are
8598         always static.
8599         (get_sentry): Rename to ...
8600         (get_guard): ... this.  Implement new ABI guard variables.
8601         (get_guard_bits): New function.
8602         (get_guard_cond): Likewise.
8603         (set_guard): Likewise.
8604         (start_static_initialization_or_destruction): Use them.
8605         (do_static_initialization): Replace sentry with guard throughout.
8606         (do_static_destruction): Likewise.
8607         * init.c (create_temporary_var): Add comment.
8608
8609 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
8610
8611         * mangle.c (find_substitution): Use same_type_p.
8612         (write_encoding): Don't check for substitutions.
8613
8614 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
8615
8616         * parse.y (expr_no_comma_rangle): New non-terminal.
8617         (template_parm): Use it for default parameter case.
8618         (template_arg): Use it.
8619         (expr_no_commas): Remove commented out undefined extensions.
8620         * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
8621         * parse.h, parse.c: Rebuilt.
8622
8623 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
8624
8625         * cp-tree.h (flag_const_strings): Remove.
8626         (warn_parentheses): Likewise.
8627         (warn_format): Likewise.
8628         (common_type): Likewise.
8629         (default_conversion): Likewise.
8630         (build_binary_op): Likewise.
8631         (cp_build_binary_op): New macro.
8632         * call.c (build_new_op): Use cp_build_binary_op instead of
8633         build_binary_op.
8634         * class.c (build_vtable_entry_ref): Likewise.
8635         * decl.c (expand_static_init): Likewise.
8636         (compute_array_index_type): Likewise.
8637         (build_enumerator): Likewise.
8638         * decl2.c (delete_sanity): Likewise.
8639         (start_static_initialization_or_destruction): Likewise.
8640         * error.c (dump_type_suffix): Likewise.
8641         * init.c (resolve_offset_ref): Likewise.
8642         (build_new): Likewise.
8643         (build_new_1): Likewise.
8644         (build_vec_delete_1): Likewise.
8645         (build_vec_init): Likewise.
8646         (build_delete): Likewise.
8647         * rtti.c (synthesize_tinfo_fn): Likewise.
8648         (synthesize_tinfo_var): Likewise.
8649         * search.c (expand_upcast_fixups): Likewise.
8650         (fixup_all_virtual_upcast_offsets): Likewise.
8651         * typeck.c (build_array_ref): Likewise.
8652         (get_member_function_from_ptrfunc): Likewise.
8653         (build_binary_op): Add parameter.
8654         (pointer_int_sum): Use cp_build_binary_op.
8655         (pointer_diff): Likewise.
8656         (build_modify_expr): Likewise.
8657         (get_delta_difference): Likewise.
8658         (build_ptrmemfunc): Likewise.
8659
8660 2000-06-29  Nathan Sidwell  <nathan@codesourcery.com>
8661
8662         * cp-tree.h (SET_DECL_ARTIFICIAL): Remove.
8663         * decl.c (create_implicit_typedef): Adjust.
8664         * decl2.c (build_artificial_parm): Adjust.
8665         * method.c (implicitly_declare_fn): Adjust.
8666         * pt.c (push_inline_template_parms_recursive): Adjust.
8667         (process_template_parm): Adjust.
8668         (overloaded_template_name): Adjust.
8669         * semantics.c (finish_template_template_parm): Adjust.
8670
8671 2000-06-28  Mark Mitchell  <mark@codesourcery.com>
8672
8673         * cp-tree.h (CLEAR_BINFO_NEW_VTABLE_MARKED): Remove.
8674         * class.c (update_vtable_entry_for_fn): Correct logic for deciding
8675         where to emit thunks.
8676         (build_vtt): Adjust call to build_vtt_inits.
8677         (build_vtt_inits): Add parameter to indicate whether or not
8678         sub-VTTs for virtual bases should be included.  Adjust handling of
8679         construction vtables.
8680         (get_matching_base): New function.
8681         (dfs_build_vtt_inits): Rename to ...
8682         (dfs_build_secondary_vptr_vtt_inits): Adjust handling of
8683         construction vtables.
8684         (dfs_fixup_binfo_vtbls): Likewise.
8685         (build_ctor_vtbl_groups): Build construction vtables for virtual
8686         bases, too.
8687         (accumulate_vtbl_inits): Tweak logic for deciding whether or not
8688         to build construction vtbls.
8689         (dfs_accumulate_vtbl_inits): Adjust handling of
8690         construction vtables.
8691
8692         * pt.c (tsubst, case TEMPLATE_TEMPLATE_PARM): Handle cv-qualified
8693         types correctly.
8694
8695 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
8696
8697         * decl.c (grokfndecl): Set DECL_CONTEXT for static functions too.
8698
8699 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
8700
8701         * search.c (hides): Remove.
8702         (is_subobject_of_p): Add most_derived parameter. Use
8703         CANONICAL_BINFO.
8704         (lookup_field_queue_p): Adjust.
8705         (lookup_field_r): Adjust.
8706
8707 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
8708
8709         * decl2.c (handle_class_head): Bash typedefs to the type's main
8710         decl.
8711
8712 2000-06-25  Mark Mitchell  <mark@codesourcery.com>
8713
8714         * cp-tree.h (genrtl_begin_stmt_expr): Rename to ...
8715         (begin_global_stmt_expr): ... this.
8716         (genrtl_finish_stmt_expr): Rename to ...
8717         (finish_global_stmt_expr): ... this.
8718         * init.c (begin_init_stmts): Adjust calls.
8719         (finish_init_stmts): Likewise.
8720         * semantics.c (genrtl_begin_stmt_expr): Rename to ...
8721         (begin_global_stmt_expr): ... this.
8722         (genrtl_finish_stmt_expr): Rename to ...
8723         (finish_global_stmt_expr): ... this.
8724
8725 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
8726
8727         * search.c (lookup_member): Fix typo in comment.
8728
8729 2000-06-24  Jason Merrill  <jason@redhat.com>
8730
8731         * decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.
8732         (push_namespace): Set DECL_CONTEXT for a new NAMESPACE_DECL.
8733
8734 2000-06-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8735
8736         * parse.y (complex_direct_notype_declarator): Support global_scope.
8737         * Makefile.in: Adjust conflict count.
8738
8739 2000-06-23  Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
8740
8741         * parse.y (template_arg): Convert TEMPLATE_DECL
8742         that is a template template parameter to
8743         TEMPLATE_TEMPLATE_PARM here.
8744
8745         * cp-tree.def (TEMPLATE_TEMPLATE_PARM): Adjust comment.
8746         * cp-tree.h (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): New macro.
8747         (copy_template_template_parm): Adjust prototype.
8748         * decl.c (grokdeclarator): Remove dead code.
8749         * pt.c (process_template_parm): Tidy.
8750         (lookup_template_class): Construct nodes in
8751         copy_template_template_parm.
8752         (tsubst): Pass TEMPLATE_DECL rather than IDENTIFIER_NODE to
8753         lookup_template_class.  Use TYPE_TI_TEMPLATE.
8754         * tree.c (copy_template_template_parm): Add NEWARGS
8755         parameter.
8756         (mapcar): Adjust call to copy_template_template_parm.
8757         * typeck.c (comptypes): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL.
8758         * method.c (build_template_template_parm_names): Change error
8759         code to avoid compilation warning.
8760
8761         * gxxint.texi: Document template template parameter
8762         name mangling.
8763
8764 2000-06-21  Alex Samuel  <samuel@codesourcery.com>
8765
8766         * Make-lang.in (CXX_LIB2FUNCS): Add cp-demangle.o and dyn-string.o.
8767         (CXX_LIB2SRCS): Add cp-demangle.c and dyn-string.c.
8768         (cp-demangle.o): New rule.
8769         (dyn-string.o): Likewise.
8770         * inc/cxxabi.h (__cxa_demangle): New declaration.
8771
8772 2000-06-22  Mark Mitchell  <mark@codesourcery.com>
8773
8774         * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
8775         (BV_GENERATE_THUNK_WITH_VTABLE_P): Likewise.
8776         (lang_decl_flags): Add generate_with_vtable_p.  Make vcall_offset
8777         a tree, not an int.
8778         (THUNK_GENERATE_WITH_VTABLE_P): New macro.
8779         (make_thunk): Change prototype.
8780         (emit_thunk): Rename to use_thunk.
8781         (mangle_thunk): Change prototype.
8782         * class.c (get_derived_offset): Simplify.
8783         (copy_virtuals): Clear BV_USE_VCALL_INDEX_P and
8784         BV_GENERATE_THUNK_WITH_VTABLE_P.
8785         (build_primary_vtable): Simplify.
8786         (add_virtual_function): Use BV_FN, rather than TREE_VALUE.
8787         (dfs_find_base): Remove.
8788         (update_vtable_entry_for_fn): Correct bug in finding the base
8789         where a virtual function was first declared.  Figure out whether
8790         or not to emit a vcall-thunk with the vtables in which it appears.
8791         Correct logic for deciding whether to use an ordinary thunk, or a
8792         vcall thunk.
8793         (finish_struct_1): Remove unnecssary code.
8794         (build_vtbl_initializer): Use ssize_int for the running counter of
8795         negative indices.
8796         (build_vtbl_initializer): Only use vcall thunks where necessary.
8797         Mark thunks as needing to be emitted with their vtables, or not.
8798         (build_vbase_offset_vtbl_entries): Adjust for use of ssize_int in
8799         indices.  Use size_binop.
8800         (dfs_build_vcall_offset_vtbl_entries): Don't rely on
8801         BINFO_PRIMARY_MARKED_P here.  Use BV_FN consistently.  Use
8802         size_binop.
8803         (build_rtti_vtbl_entries): Adjust call to build_vtable_entry.
8804         (build_vtable_entry): Mark thunks as needing to be emitted with
8805         their vtables, or not.
8806         * decl.c (lang_mark_tree): Mark the vcall_offset in a thunk.
8807         * decl2.c (mark_vtable_entries): Use use_thunk instead of
8808         emit_thunk.
8809         * dump.c (dequeue_and_dump): Remove dead code.  Dump new thunk
8810         information.
8811         * error.c (dump_expr): Use BV_FN.
8812         * mangle.c (mangle_thunk): Adjust now that vcall_offset is a tree,
8813         not an int.
8814         * method.c (make_thunk): Likewise.
8815         (emit_thunk): Rename to use_thunk.  Allow callers to decide
8816         whether or not to actually emit the thunk.  Adjust for changes in
8817         representation of vcall offsets.
8818         * search.c (dfs_get_pure_virtuals): Use BV_FN.
8819         * semantics.c (emit_associated_thunks): New function.
8820         (expand_body): Use it.
8821         * ir.texi: Adjust decriptions of thunks.
8822
8823 2000-06-22  Jason Merrill  <jason@redhat.com>
8824
8825         * pt.c (tsubst_decl, case FUNCTION_DECL): Clear DECL_SAVED_TREE.
8826         (tsubst_friend_function): Copy it here.
8827
8828         * decl.c (grok_op_properties): Fix typo.
8829
8830         * decl2.c (delete_sanity): Clarify warning, avoid failure on
8831         deleting void*.
8832
8833         * pt.c (check_explicit_specialization): Clarify error.
8834
8835         * decl.c (pushdecl): Also pull out one of the FUNCTION_DECLs from
8836         an old OVERLOAD when we're declaring a non-function.
8837         (pushdecl, destroy_local_var): Check for error_mark_node.
8838         (warn_extern_redeclared_static): Also bail early if
8839         we're a CONST_DECL.
8840         (push_overloaded_decl): Ignore an old error_mark_node.
8841
8842 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
8843
8844         * call.c (build_x_va_arg): Check if in a template decl.
8845         * pt.c (tsubst_copy, case VA_ARG_EXPR): Use build_x_va_arg.
8846
8847 2000-06-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8848
8849         * class.c (push_lang_context): TYPE_NAME gets you to the Java
8850         types DECLs.
8851         * decl.c (check_goto): Computed gotos assumed OK.
8852
8853 2000-06-20  Jason Merrill  <jason@redhat.com>
8854
8855         * pt.c (tsubst_decl, case TYPE_DECL): Fix test for TYPE_DECLs
8856         for which we don't need to look for instantiations.
8857
8858 2000-06-21  Nathan Sidwell  <nathan@codesourcery.com>
8859
8860         * parse.y (program): Always call finish_translation_unit.
8861         * parse.c, parse.h: Rebuilt.
8862
8863 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
8864
8865         * method.c: Don't include hard-reg-set.h.
8866
8867 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
8868
8869         * rtti.c (get_base_offset): Cope when vbase field is in a base.
8870
8871 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
8872
8873         * call.c (build_conditional_expr): Use VOID_TYPE_P.
8874         * cvt.c (cp_convert_to_pointer): Likewise.
8875         (convert_to_void): Likewise.
8876         * error.c (dump_expr): Likewise.
8877         * except.c (complete_ptr_ref_or_void_ptr_p): Likewise.
8878         * init.c (build_delete): Likewise.
8879         * method.c (emit_thunk): Likewise.
8880         * optmize.c (declare_return_variable): Likewise.
8881         * rtti.c (get_tinfo_decl_dynamic): Likewise.
8882         (get_typeid): Likewise.
8883         (build_dynamic_cast_1): Likewise.
8884         * typeck.c (composite_pointer_type): Likewise.
8885         (common_type): Likewise.
8886         (build_indirect_ref): Likewise.
8887         (build_binary_op): Likewise.
8888         (build_x_compound_expr): Likewise.
8889         (check_return_expr): Likewise.
8890         * typeck2.c (add_exception_specifier): Likewise.
8891
8892         * mangle.c (write_method_parms): Use direct comparison for end
8893         of parmlist.
8894
8895 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
8896
8897         * cp-tree.h (genrtl_try_block): Declare function.
8898         (genrtl_handler): Likewise.
8899         (genrtl_catch_block): Likewise.
8900         (genrtl_ctor_stmt): Likewise.
8901         (genrtl_subobject): Likewise.
8902         (genrtl_decl_cleanup): Likewise.
8903         (genrtl_do_poplevel): Likewise.
8904         (genrtl_do_pushlevel): Likewise.
8905         (genrtl_clear_out_block): Likewise.
8906         (genrtl_goto_stmt): Likewise.
8907         (genrtl_expr_stmt): Likewise.
8908         (genrtl_decl_stmt): Likewise.
8909         (genrtl_if_stmt): Likewise.
8910         (genrtl_while_stmt): Likewise.
8911         (genrtl_do_stmt): Likewise.
8912         (genrtl_return_stmt): Likewise.
8913         (genrtl_for_stmt): Likewise.
8914         (genrtl_break_stmt): Likewise.
8915         (genrtl_continue_stmt): Likewise.
8916         (genrtl_scope_stmt): Likewise.
8917         (genrtl_switch_stmt): Likewise.
8918         (genrtl_case_label): Likewise.
8919         (genrtl_begin_compound_stmt): Likewise.
8920         (genrtl_finish_compound_stmt): Likewise.
8921         (genrtl_compound_stmt): Likewise.
8922         (genrtl_asm_stmt): Likewise.
8923         (genrtl_named_return_value): Likewise.
8924         (genrtl_begin_stmt_expr): Likewise.
8925         (genrtl_finish_stmt_expr): Likewise.
8926         (finish_for_stmt): Removed first argument.
8927         (finish_switch_stmt): Likewise.
8928
8929         * semantics.c (genrtl_try_block): Define function.
8930         (genrtl_handler): Likewise.
8931         (genrtl_catch_block): Likewise.
8932         (genrtl_ctor_stmt): Likewise.
8933         (genrtl_subobject): Likewise.
8934         (genrtl_decl_cleanup): Likewise.
8935         (genrtl_do_poplevel): Likewise.
8936         (genrtl_do_pushlevel): Likewise.
8937         (genrtl_clear_out_block): Likewise.
8938         (genrtl_goto_stmt): Likewise.
8939         (genrtl_expr_stmt): Likewise.
8940         (genrtl_decl_stmt): Likewise.
8941         (genrtl_if_stmt): Likewise.
8942         (genrtl_while_stmt): Likewise.
8943         (genrtl_do_stmt): Likewise.
8944         (genrtl_return_stmt): Likewise.
8945         (genrtl_for_stmt): Likewise.
8946         (genrtl_break_stmt): Likewise.
8947         (genrtl_continue_stmt): Likewise.
8948         (genrtl_scope_stmt): Likewise.
8949         (genrtl_switch_stmt): Likewise.
8950         (genrtl_case_label): Likewise.
8951         (genrtl_begin_compound_stmt): Likewise.
8952         (genrtl_finish_compound_stmt): Likewise.
8953         (genrtl_compound_stmt): Likewise.
8954         (genrtl_asm_stmt): Likewise.
8955         (genrtl_named_return_value): Likewise.
8956         (genrtl_begin_stmt_expr): Likewise.
8957         (genrtl_finish_stmt_expr): Likewise.
8958         (finish_for_stmt): Removed first argument and generate rtl
8959         specific code.
8960         (finish_switch_stmt): Likewise.
8961         (do_poplevel): Removed generate rtl specific code.
8962         (do_pushlevel): Likewise.
8963         (add_tree): Likewise.
8964         (finish_goto_stmt): Likewise.
8965         (finish_expr_stmt): Likewise.
8966         (begin_if_stmt): Likewise.
8967         (finish_if_stmt_cond): Likewise.
8968         (finish_then_clause): Likewise.
8969         (begin_else_clause): Likewise.
8970         (finish_else_clause): Likewise.
8971         (finish_if_stmt): Likewise.
8972         (clear_out_block): Likewise.
8973         (begin_while_stmt): Likewise.
8974         (finish_while_stmt_cond): Likewise.
8975         (finish_while_stmt): Likewise.
8976         (begin_do_stmt): Likewise.
8977         (finish_do_body): Likewise.
8978         (finish_do_stmt): Likewise.
8979         (finish_return_stmt): Likewise.
8980         (begin_for_stmt): Likewise.
8981         (finish_for_init_stmt): Likewise.
8982         (finish_for_cond): Likewise.
8983         (finish_for_expr): Likewise.
8984         (finish_break_stmt): Likewise.
8985         (finish_continue_stmt): Likewise.
8986         (begin_switch_stmt): Likewise.
8987         (finish_switch_cond): Likewise.
8988         (finish_case_label): Likewise.
8989         (begin_try_block): Likewise.
8990         (begin_function_try_block): Likewise.
8991         (finish_try_block): Likewise.
8992         (finish_cleanup_try_block): Likewise.
8993         (finish_cleanup): Likewise.
8994         (finish_function_try_block): Likewise.
8995         (finish_handler_sequence): Likewise.
8996         (finish_function_handler_sequence): Likewise.
8997         (begin_handler): Likewise.
8998         (finish_handler_parms): Likewise.
8999         (begin_catch_block): Likewise.
9000         (finish_handler): Likewise.
9001         (begin_compound_stmt): Likewise.
9002         (finish_compound_stmt): Likewise.
9003         (finish_asm_stmt): Likewise.
9004         (finish_label_stmt): Likewise.
9005         (finish_label_decl): Likewise.
9006         (finish_subobject): Likewise.
9007         (finish_decl_cleanup): Likewise.
9008         (finish_named_return_value): Likewise.
9009         (begin_stmt_expr): Likewise.
9010         (finish_stmt_expr): Likewise.
9011
9012         * decl.c (initialize_local_var): Changed call to finish_expr_stmt
9013         to call genrtl_expr_stmt when appropriate.
9014
9015         * init.c (begin_init_stmts): Changed calls to begin_stmt_expr and
9016         begin_compound_expr to call genrtl_begin_stmt_expr and
9017         genrtl_begin_compound_expr when appropriate.
9018         (finish_init_stmts): Changed calls to finish_compound_expr and
9019         finish_stmt_expr to call genrtl_finish_compound_expr and
9020         genrtl_finish_stmt_expr when appropriate.
9021         (expand_default_init): Changed call to finish_expr_stmt to call
9022         genrtl_expr_stmt when appropriate.
9023         (build_vec_init): Likewise.
9024
9025         * parse.y (simple_stmt): Removed first argument from call to
9026         finish_for_stmt. Removed first argument from call to
9027         finish_switch_stmt.
9028
9029         * parse.c: Regenerated.
9030
9031         * pt.c (tsubst_expr): Removed first argument from call to
9032         finish_for_stmt. Removed first argument from call to
9033         finish_switch_stmt.
9034
9035 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
9036
9037         * cp-tree.h (enum cplus_tree_code): Changed __DUMMY to
9038         CP_DUMMY_TREE_CODE. Remove #include "c-common.def".
9039
9040         * lex.c (cplus_tree_code_type[]): Removed #include "c-common.def".
9041         (cplus_tree_code_length[]): Likewise.
9042         (cplus_tree_code_name[]): Likewise.
9043         (init_parse): Added call to add_c_tree_codes. Changed
9044         LAST_AND_UNUSED_TREE_CODE to LAST_C_TREE_CODE.
9045
9046 2000-06-16  Mark Mitchell  <mark@codesourcery.com>
9047
9048         * cp-tree.h (finish_mem_initializers): Declare.
9049         (count_trees): Likewise.
9050         * parse.y (base_init): Use finish_mem_initializers.
9051         * semantics.c (finish_mem_initializers): New function.
9052
9053         * tree.c (count_trees_r): Prototype.  Use DATA parameter to store
9054         the number of trees.
9055         (n_trees): Remove.
9056         (count_trees): Don't use it.
9057
9058 2000-06-15  Jason Merrill  <jason@redhat.com>
9059
9060         * tree.c (count_trees): New debugging function.
9061
9062         * typeck.c (build_x_function_call): Use DECL_FUNCTION_TEMPLATE_P.
9063         * init.c (build_member_call): Pull out the name of a DECL.
9064
9065         * Makefile.in (semantics.o, pt.o): Depend on TIMEVAR_H.
9066         * semantics.c (expand_body): Push to TV_INTEGRATION here.
9067         * optimize.c (optimize_function): Not here.
9068         * pt.c (instantiate_decl): Push to TV_PARSE.
9069
9070 2000-06-15  Mark Mitchell  <mark@codesourcery.com>
9071
9072         * cp-tree.h (struct language_function): Remove x_base_init_list
9073         and x_member_init_list.
9074         (current_base_init_list): Remove.
9075         (current_member_init_list): Likewise.
9076         (setup_vtbl_ptr): Change prototype.
9077         (emit_base_init): Likewise.
9078         (expand_member_init): Likewise.
9079         (reinit_parse_for_function): Remove.
9080         * decl.c (save_function_data): Don't clear x_base_init_list and
9081         x_member_init_list.
9082         (mark_language_function): Don't mark them.
9083         * init.c (perform_member_init): Tweak comment.
9084         (sort_member_init): Take the list of initializers as an argument.
9085         (sort_base_init): Likewise.
9086         (emit_base_init): Likewise.
9087         (expand_member_init): Return the initializer.  Don't use global
9088         variables.
9089         * lex.c (reinit_parse_for_function): Remove.
9090         * method.c (build_template_parm_names): Correct substitution.
9091         (do_build_copy_constructor): Don't use current_member_init_list
9092         and current_base_init_list.
9093         (synthesize_method): Likewise.
9094         * parse.y (base_init): Split mem-initializers into
9095         base-initializers and field-initializers.
9096         (member_init_list): Build up the list here.
9097         (member_init): Return the initializer.
9098         (fn.depfn): Don't use reinit_parse_for_function.
9099         * parse.c: Regenerated.
9100         * pt.c (convert_nontype_argument): Don't make an ADDR_EXPR of the
9101         ERROR_MARK.
9102         (tsubst_expr): Don't use current_member_init_list
9103         and current_base_init_list.
9104         (tsubst_expr_values): Rename to ...
9105         (tsubst_initializer_list): ... this.  Use convert_from_reference.
9106         * semantics.c (setup_vtbl_ptr): Don't use current_member_init_list
9107         and current_base_init_list.
9108         (begin_function_definition): Don't call reinit_parse_for_function.
9109
9110         * dump.c (dequeue_and_dump): Use TREE_VEC_LENGTH with vectors.
9111
9112         * error.c (dump_expr): Handle ADDR_EXPRs with REFERENCE_TYPE
9113         correctly.
9114
9115         * cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.
9116
9117 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
9118
9119         * cp-tree.h (IF_COND): Move to c-common.h.
9120         (THEN_CLAUSE): Likewise.
9121         (ELSE_CLAUSE): Likewise.
9122         (WHILE_COND): Likewise.
9123         (WHILE_BODY): Likewise.
9124         (DO_COND): Likewise.
9125         (DO_BODY): Likewise.
9126         (RETURN_EXPR): Likewise.
9127         (EXPR_STMT_EXPR): Likewise.
9128         (FOR_INIT_STMT): Likewise.
9129         (FOR_COND): Likewise.
9130         (FOR_EXPR): Likewise.
9131         (FOR_BODY): Likewise.
9132         (SWITCH_COND): Likewise.
9133         (SWITCH_BODY): Likewise.
9134         (CASE_LOW): Likewise.
9135         (CASE_HIGH): Likewise.
9136         (GOTO_DESTINATION): Likewise.
9137         (COMPOUND_BODY): Likewise.
9138         (ASM_CV_QUAL): Likewise.
9139         (ASM_STRING): Likewise.
9140         (ASM_OUTPUTS): Likewise.
9141         (ASM_INPUTS): Likewise.
9142         (ASM_CLOBBERS): Likewise.
9143         (DECL_STMT_DECL): Likewise.
9144         (STMT_EXPR_STMT): Likewise.
9145         (LABEL_STMT_LABEL): Likewise.
9146         (SCOPE_BEGIN_P): Likewise.
9147         (SCOPE_END_P): Likewise.
9148         (SCOPE_STMT_BLOCK): Likewise.
9149         (SCOPE_NULLIFIED_P): Likewise.
9150         (SCOPE_NO_CLEANUPS_P): Likewise.
9151         (SCOPE_PARTIAL_P): Likewise.
9152         (ASM_VOLATILE_P): Likewise.
9153         (STMT_LINENO): Likewise.
9154         (STMT_LINENO_FOR_FN_P): Likewise.
9155
9156         * cp-tree.def: Removed SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
9157         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
9158         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
9159         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
9160         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
9161
9162         * Makefile.in (CXX_TREE_H): Added $(srcdir)/../c-common.def.
9163
9164         * Make-lang.in (CXX_SRCS): Added $(srcdir)/c-common.def.
9165         (cc1plus$(exeext)): Added $(srcdir)/c-common.def.
9166
9167         * lex.c (cplus_tree_code_type[]): Added '#include "c-common.def"'.
9168         (cplus_tree_code_length[]): Added '#include "c-common.def"'.
9169         (cplus_tree_code_name[]): Added '#include "c-common.def"'.
9170
9171 2000-06-14  Mark Mitchell  <mark@codesourcery.com>
9172
9173         * cp-tree.h (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH): New macro.
9174         * class.c (dfs_find_final_overrider): Set it appropriately.
9175         (dfs_built_vtt_inits): Check BINFO_OVERRIDE_ALONG_VIRTUAL_PATH to
9176         avoid unneeded secondary vptrs.
9177
9178 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
9179
9180         * class.c (build_secondary_vtable): Set DECL_USER_ALIGN.
9181         (check_bitfield_decl, check_field_decl): Likewise.
9182         (build_vtbl_or_vbase_field, build_base_field): Likewise.
9183         (layout_class_type): Set DECL_USER_ALIGN resp. CLASSTYPE_USER_ALIGN.
9184         * decl.c (record_unknown_type): Set TYPE_USER_ALIGN.
9185         (xfer_tag, finish_enum): Likewise.
9186         * decl2.c (finish_builtin_type): Likewise.
9187         * init.c (init_init_processing): Likewise.
9188         * pt.c (instantiate_class_template): Likewise.
9189         * rtti.c (get_tinfo_decl, synthesize_tinfo_fn): Set DECL_USER_ALIGN.
9190         * cp-tree.h (struct lang_type): Add user_align member.
9191         (CLASSTYPE_USER_ALIGN): Define.
9192
9193 Tue Jun 13 15:48:03 2000  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
9194
9195         * Make-lang.in (c++.install-common): Install g++-cross in
9196         $(gcc_tooldir)/bin as g++ and c++; g++ in $(bindir) as
9197         $(target_alias)-g++ and $(target_alias)-c++.
9198
9199 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
9200
9201         * class.c (vcall_offset_data_s): Add last_init and fns.
9202         (overrides): Rename to same_signature_p.
9203         (dfs_find_final_overrider): Adjust accordingly.
9204         (mark_overriders): Likewise.
9205         (warn_hidden): Likewise.
9206         (build_vtbl_initializer): Reorganize machinery for building things
9207         at negative offsets.
9208         (build_vcall_and_vbase_vtbl_entries): Likewise.
9209         (build_vbase_offset_vtbl_entries): Likewise.
9210         (dfs_build_vcall_offset_vtbl_entries): Correct order of vcall
9211         offset entries.  Do not create two entries for functions with the
9212         same signature.
9213         (build_vcall_offset_vtbl_entries): Initialize vod->fns.
9214         (build_rtti_vtbl_entries): Reorganize machinery for building things
9215         at negative offsets.
9216
9217         * optimize.c (expand_call_inline): Don't recurse into the code
9218         used to initialize the parameters more than once.
9219
9220 2000-06-11  Mark Mitchell <mark@codesourcery.com>
9221
9222         * mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.
9223         (is_std_substitution): Don't check CLASSTYPE_USE_TEMPLATE here.
9224         (find_substitution): Only use the `Sa' substitution for
9225         std::allocator, not instantiations of it.
9226         (write_template_prefix): Move comment.  Only use a TREE_LIST to
9227         represent substitutions for a member template.
9228         (write_array_type): Mangle array dimensions correctly.
9229         * optimize.c (maybe_clone_body): Copy more information from the
9230         cloned function.
9231         * pt.c (regenerate_decl_from_template): Preserve DECL_USE_TEMPLATE
9232         on the regenerated declaration.
9233
9234 2000-06-11  Chip Salzenberg  <chip@valinux.com>
9235             Mark Mitchell <mark@codesourcery.com>
9236
9237         * class.c (build_vtable): Clarify comment.
9238         (build_ctor_vtbl_group): Pass the most derived type to
9239         build_vtable.
9240
9241 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9242
9243         * decl2.c (compare_options): Don't needlessly cast away const-ness.
9244
9245 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
9246
9247         * decl.c (add_binding): Handle duplicate declarations of external
9248         variables.
9249
9250 2000-06-09  Chip Salzenberg  <chip@valinux.com>
9251             Mark Mitchell <mark@codesourcery.com>
9252
9253         * mangle.c (write_number): Take an unsigned HOST_WIDE_INT as an
9254         argument.
9255         (write_signed_number): New macro.
9256         (write_unsigned_number): Likewise.
9257         (write_source_name): Use them.
9258         (write_number): Handle signed and unsigned values.
9259         (write_integer_cst): Use tree_int_cst_sgn, and use
9260         write_unsigned_number or write_signed_number as appropriate.
9261         (write_discriminator): Use write_unsigned_number or
9262         write_signed_number as appropriate.
9263         (write_template_arg_literal): Likewise.
9264         (write_array_type): Use tree_low_cst.
9265         (write_template_parm):  Use write_unsigned_number or
9266         write_signed_number as appropriate.
9267         (write_substitution): Adjust call to write_number.
9268         (write_type): Get the TYPE_MAIN_VARIANT before mangling it.
9269         (write_expression): Handle non-type template arguments of
9270         reference type correctly.
9271         (mangle_thunk): Use write_signed_number.
9272
9273 2000-06-09  Chip Salzenberg  <chip@valinux.com>
9274
9275         * mangle.c (find_substition): Don't mangle objects with typename
9276         substitutions (e.g. "cin" as "Si").
9277
9278 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
9279
9280         * call.c (add_candidate): Use ggc_alloc_cleared.
9281         * decl.c (lookup_label): Likewise.
9282         * lex.c (retrofit_lang_decl): Likewise.
9283
9284 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
9285
9286         * semantics.c (expand_body): Push to TV_EXPAND.
9287         * optimize.c (optimize_function): Push to TV_INTEGRATION.
9288         * decl.c (start_function): Always call announce_function.
9289
9290         * tinfo2.cc: Just declare abort.
9291
9292 2000-06-09  Gabriel Dos Reis  <gdr@codesourcery.com>
9293
9294         * lex.c (DEF_OPERATOR): Say `operator@' -not- `operator @'
9295         whenever @ is a symbolic name.
9296
9297 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
9298
9299         * method.c (make_thunk): Clear DECL_VTT_PARM in thunk.
9300
9301 2000-06-07  Mark Mitchell  <mark@codesourcery.com>
9302
9303         * decl.c (pushdecl): Look up functions by DECL_NAME, not
9304         DECL_ASSEMBLER_NAME.
9305
9306 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
9307
9308         * decl2.c (c_language): Define.
9309
9310 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
9311
9312         * lex.c (lang_init_options): Tweak.
9313
9314         * decl2.c: Remove #inclusion of diagnostic.h
9315         (lang_decode_option): Move diagnostic formatting options to
9316         toplevel.
9317
9318         * lang-options.h: Remove documentation for diagnostic options.
9319
9320         * Makefile.in (lex.o): Depends upon diagnostic.h
9321
9322 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
9323
9324         * decl.c (redeclaration_error_message): If two TEMPLATE_DECLs have
9325         the same DECL_RESULT, it's not a redefinition.
9326         * pt.c (tsubst_decl): Remove code to handle illegal
9327         specializations.
9328
9329 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
9330
9331         * exception.cc: (__eh_alloc, __eh_free): Moved to libgcc2.c
9332
9333 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
9334
9335         * search.c (maybe_suppress_debug_info): Don't check
9336         CLASSTYPE_INTERFACE_ONLY if CLASSTYPE_INTERFACE_KNOWN isn't set.
9337
9338         * pt.c (mark_decl_instantiated): Do SET_DECL_EXPLICIT_INSTANTIATION
9339         here if extern_p.
9340
9341         Remember instantiation context in deferred instantiations.
9342         * cp-tree.h (struct tinst_level): Remove.
9343         (TINST_DECL, TINST_LINE, TINST_FILE): New macros.
9344         * pt.c (current_tinst_level): Now a tree.
9345         (print_template_context, push_tinst_level, pop_tinst_level,
9346         tinst_for_decl): Adjust.
9347         (reopen_tinst_level): New fn.
9348         (init_pt): Register current_tinst_level as a root.
9349         (add_pending_template): Put current_tinst_level in TREE_PURPOSE
9350         of the pending templates list.
9351         (instantiate_pending_templates): Adjust.  Call reopen_tinst_level.
9352         * lex.c (extract_interface_info): Adjust.
9353         * decl2.c (warn_if_unknown_interface): Adjust.
9354
9355 2000-06-05  Mark Mitchell  <mark@codesourcery.com>
9356
9357         * class.c (indirect_primary_base_p): New function.
9358         (determine_primary_base): Use it.
9359
9360 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
9361
9362         Update new-abi dynamic cast algorithm.
9363         * tinfo.cc (__class_type_info::__dyncast_result): Add
9364         whole_details. Adjust constructor.
9365         (__vmi_class_type_info::__do_dyncast): Adjust for vmi_flags.
9366         Avoid unnecessary searching.
9367         (__dynamic_cast): Adjust for __dyncast_result::whole_details.
9368
9369 Mon Jun  5 06:48:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9370
9371         * decl.c (init_decl_processing): Don't call record_component_aliases.
9372         * tree.c (build_cplus_array_type_1): Likewise.
9373
9374 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
9375
9376         * ir.texi: Correct typo.
9377         * mangle.c (write_expression): Handle non-type template arguments
9378         with reference type.
9379         * method.c (build_overload_value): Likewise.
9380         * pt.c (convert_nontype_argument): Explicitly represent conversion
9381         to a reference with an ADDR_EXPR.
9382         (unify): Always unify arguments in left-to-right order.
9383
9384 2000-06-03  Alex Samuel    <samuel@codesourcery.com>
9385             Mark Mitchell  <mark@codesourcery.com>
9386
9387         * Make-lang.in (CXX_SRCS): Add mangle.c.
9388         * Makefile.in (CXX_OBJS): Add mangle.o.
9389         (mangle.o): New rule.
9390
9391         * class.c (local_classes): New variable.
9392         * class.c (get_vtable_name): Use mangle_vtable_for_type for new ABI.
9393         (get_vtt_name): Use mangle_vtt_name for new ABI.
9394         (init_class_processing): Initialize local_classes.
9395         (build_ctor_vtbl_group): Use mangle_ctor_vtbl_for_type for new ABI.
9396         * cp-tree.h (cp_tree_index): Add CPTI_STD_IDENTIFIER.
9397         (std_identifier): New macro.
9398         (DECL_VOLATILE_MEMFUNC_P): New macro.
9399         (DECL_NAMESPACE_STD_P): Likewise.
9400         (local_classes): Declare.
9401         (get_mostly_instantiated_function_type): Declare.
9402         (init_mangle): Declare.
9403         (mangle_decl): Likewise.
9404         (mangle_type_string): Likewise.
9405         (mangle_type): Likewise.
9406         (mangle_typeinfo_for_type): Likewise.
9407         (mangle_typeinfo_string_for_type): Likewise.
9408         (mangle_vtbl_for_type): Likewise.
9409         (mangle_vtt_for_type): Likewise.
9410         (mangle_ctor_vtbl_for_type): Likewise.
9411         (mangle_thunk): Likewise.
9412         (mangle_conv_op_name_for_type): Likewise.
9413         (mangle_guard_variable): Likewise.
9414         * decl.c (pushtag): Keep track of local classes.
9415         (initialize_predefined_identifiers): Initialize std_identifier.
9416         (init_decl_processing): Use std_identifier.
9417         (start_decl): Don't treat instantiations as specializations.
9418         (grokdeclarator): Likewise.
9419         (grokvardecl): Call mangle_decl for new ABI.  Only set mangled
9420         name for fully-instantiated templates.
9421         * decl2.c (grokclassfn): Use set_mangled_name_for_decl for
9422         destructors with the new ABI.
9423         (finish_static_data_member_decl): Use mangle_decl under the new ABI.
9424         (grokfield): Use mangle_type for new ABI.
9425         (grokoptypename): Use mangle_conv_op_for_type for new ABI.
9426         (get_sentry): Use mangle_guard_variable for new ABI.
9427         (start_static_initialization_or_destruction): Likewise.
9428         * expr.c (extract_aggr_init): Remove.
9429         (extract_scalar_init): Likewise.
9430         (extract_init): Remove #if 0'd code.
9431         * mangle.c: New function.
9432         * method.c (build_mangled_name): Assert not flag_new_abi.
9433         (build_static_name): Likewise.
9434         (build_decl_overload_real): Likewise.
9435         (build_typename_overload): Likewise.
9436         (build_overload_with_type): Likewise.
9437         (build_overload_name): Likewise.
9438         (get_ctor_vtbl_name): Likewise.
9439         (start_squangling): Likewise.
9440         (get_id_2): Likewise.
9441         (set_mangled_name_for_decl): Call mangle_decl for new ABI.
9442         (init_method): Call init_mangle for new ABI.
9443         (make_thunk): Call mangle_thunk for new ABI.
9444         * operators.def: Correct new ABI manglings for the `%' operator.
9445         Add `::' operator.
9446         * pt.c (build_template_decl): Copy DECL_OVERLOADED_OPERATOR_P and
9447         DECL_ASSIGNMENT_OPERATOR_P to the TEMPLATE_DECL.
9448         (lookup_template_class): Call mangle_decl for new ABI.
9449         (get_mostly_instantiated_function_type): New function.
9450         (set_mangled_name_for_template_decl): Use it.
9451         (tsubst_decl): Use set_mangled_name_for_decl for destructors with
9452         the new ABI.  Use mangle_conv_op_name_for_type for instantiated
9453         conversion op names.
9454         * rtti.c (tinfo_name): Call mangle_type_string for new ABI.
9455         (get_tinfo_decl): Call mangle_typeinfo_for_type for new ABI.
9456         (tinfo_base_init):  Likewise.  Mangle typeinfo string name with
9457         mangle_typeinfo_string_for_type.
9458
9459 2000-06-03  Mark Mitchell  <mark@codesourcery.com>
9460
9461         * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
9462         (INNERMOST_TEMPLATE_ARGS): New macro.
9463         (innermost_args): Remove.
9464         (get_innermost_template_args): New function.
9465         * decl2.c (arg_assoc_class): Use INNERMOST_TEMPLATE_ARGS.
9466         * error.c (dump_function_decl): Be caution when using
9467         most_general_template.
9468         * method.c (build_template_parm_names):  Use
9469         INNERMOST_TEMPLATE_ARGS.
9470         * pt.c (add_to_template_args): Tidy comment
9471         (get_innermost_template_args): New function.
9472         (check_explicit_specialization): Clear DECL_INITIAL for a new
9473         specialization.
9474         (process_partial_specialization): Use INNERMOST_TEMPLATE_ARGS.
9475         Tidy.
9476         (push_template_decl): Always register specializations of the most
9477         general template.
9478         (convert_template_argument): Use INNERMOST_TEMPLATE_ARGS.
9479         (coerce_template_parms): Likewise.
9480         (lookup_template_class): Likewise.
9481         (innermost_args): Remove.
9482         (tsubst_decl): Use INNERMOST_TEMPLATE_ARGS.
9483         (tsubst_decl): Handle tricky specializations.  Use
9484         get_innermost_template_args.
9485         (instantiate_template): Simplify handling of partial
9486         instantiations.
9487         (get_class_bindings): Use INNERMOST_TEMPLATE_ARGS.
9488         (most_general_template): Reimplement, in a more straightforward
9489         manner.
9490         (regenerate_decl_from_template): Tweak formatting.  Use
9491         TMPL_ARGS_DEPTH for clarity.
9492         (set_mangled_name_for_template_decl): Use INNERMOST_ARGS.
9493
9494         * dump.c (dequeue_and_dump): Dump information about thunks.
9495
9496 2000-06-01  Richard Henderson  <rth@cygnus.com>
9497
9498         * decl.c (init_decl_processing): Set lang_get_alias_set first thing.
9499
9500 2000-06-01  Richard Henderson  <rth@cygnus.com>
9501
9502         * decl2.c (unsupported_options): Fix typo, make const.
9503         (lang_decode_option): Fix bsearch argument order.
9504
9505 2000-06-01  Mark Mitchell  <mark@codesourcery.com>
9506
9507         * init.c (resolve_offset_ref): Remove check for TREE_ADDRESSABLE
9508         on FIELD_DECLs.
9509
9510 Wed May 31 14:09:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9511
9512         * cp-tree.h (c_get_alias_set): Deleted.
9513         * Makefile.in (decl.o): Include ../expr.h.
9514         * decl.c (expr.h): Include.
9515         (init_decl_processing): Call record_component_aliases for arrays.
9516         (grokdeclarator): Likewise.
9517         Set TREE_ADDRESSABLE for fields that aren't bitfields.
9518         * tree.c (build_cplus_array_type_1): Call record_component_aliases.
9519
9520 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
9521
9522         Remove guiding declaration support.
9523         * cp/cp-tree.h (flag_dump_translation_unit): Make it const.
9524         (flag_guiding_decls): Remove.
9525         * call.c (build_user_type_conversion_1): Remove support for
9526         guiding decls.
9527         (build_new_function_call): Likewise.
9528         (build_new_op): Likewise.
9529         (build_new_method_call): Likewise.
9530         * decl.c (start_function): Likewise.
9531         * friend.c (is_friend): Likewise.
9532         (do_friend): Likewise.
9533         * decl2.c ((flag_dump_translation_unit): Make it const.
9534         (flag_guiding_decls): Remove.
9535         (unsupported_options): New variable
9536         (compare_options): New function.
9537         (lang_decode_option): Use them.
9538
9539         * decl.c (build_cp_library_fn): Set DECL_CONTEXT.
9540
9541         * method.c (mangle_expression): Adjust test for legal expression
9542         operators.
9543
9544         * pt.c (instantiate_decl): Save and restore the local
9545         specializations list.
9546
9547 2000-05-30  Jason Merrill  <jason@decepticon.cygnus.com>
9548
9549         * decl.c (grok_reference_init): Pass LOOKUP_ONLYCONVERTING.
9550
9551 2000-05-30  Mark Mitchell  <mark@codesourcery.com>
9552
9553         * call.c (add_template_candidate_real): Handle member template
9554         constructors for classes with virtual bases.
9555         (build_user_type_conversion_1): Use in_charge_arg_for_name.
9556         (build_new_method_call): Use DECL_NONSTATIC_MEMBER_FUNCTION_P.
9557
9558         * ir.texi: Update thunk documentation.
9559
9560         * call.c (joust): Fix handling of overloaded builtin operators.
9561
9562 2000-05-30  Zack Weinberg  <zack@wolery.cumb.org>
9563
9564         * cp-tree.h (DECL_ANTICIPATED): New macro.
9565         Document new use of DECL_LANG_FLAG_7.
9566         * decl.c (builtin_function): Set DECL_ANTICIPATED on builtins
9567         in the user namespace.
9568         * lex.c (do_identifier): If the identifier's declaration has
9569         DECL_ANTICIPATED on, it has not yet been declared.  But do not
9570         replace it with an ordinary implicit declaration.
9571
9572         * tinfo2.cc: Include stdlib.h.
9573
9574 2000-05-29  Mark Mitchell  <mark@codesourcery.com>
9575
9576         * cp-tree.h (CLASSTYPE_ALIGN_UNIT): New macro.
9577         * class.c (layout_empty_base): Use CLASSTYPE_ALIGN_UNIT, not
9578         CLASSTYPE_ALIGN.
9579
9580 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
9581
9582         * decl2.c (lang_decode_option): Use skip_leading_substring instead
9583         of plain strncmp.
9584
9585 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
9586
9587         * operators.def (<?): Duplicated, should have been...
9588         (>?): this.  Fixed.
9589
9590 2000-05-27  Alex Samuel    <samuel@codesourcery.com>
9591             Mark Mitchell  <mark@codesourcery.com>
9592
9593         * cp-tree.h (ansi_opname): Make it a macro.
9594         (ansi_assopname): Likewise.
9595         (struct lang_decl_flags): Add assignment_operator_p.
9596         (struct lang_decl): Add operator_code.
9597         (DECL_VTT_PARM): Adjust.
9598         (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an
9599         overloaded operator.
9600         (SET_OVERLOADED_OPERATOR_CODE): New macro.
9601         (DECL_ASSIGNMENT_OPERATOR_P): New macro.
9602         (DECL_ARRAY_DELETE_OPERATOR_P): Adjust.
9603         (opname_tab): Remove.
9604         (assignop_tab): Likewise.
9605         (operator_name_info_t): New type.
9606         (operator_name_info): New variable.
9607         (assignment_operator_name_info): Likewise.
9608         (build_cp_library_fn): Remove declaration.
9609         (push_cp_library_fn): Likewise.
9610         (operator_name_string): Likewise.
9611         (build_decl_overload): Likewise.
9612         * call.c (print_z_candidates): Simplify.
9613         (build_object_call): Adjust usage of ansi_opname.  Use
9614         DECL_OVERLOADED_OPERATOR_P.
9615         (op_error): Adjust operator name lookup.
9616         (build_conditional_expr): Adjust usage of ansi_opname.
9617         (build_new_op): Likewise.
9618         (build_op_delete_call): Likewise.
9619         (build_over_call): Likewise.
9620         (joust): Use DECL_OVERLOADED_OPERATOR_P.
9621         * decl.c (duplicate_decls): Copy operator_code.
9622         (init_decl_processing): Adjust parameters to push_cp_library_fn.
9623         (builtin_function): Adjust parameters to build_library_fn_1.
9624         (build_library_fn_1): Accept an overloaded operator code.
9625         (build_library_fn): Pass ERROR_MARK.
9626         (build_cp_library_fn): Accept an overloaded operator code.
9627         (push_cp_library_fn): Likewise.
9628         (grokfndecl): Tweak.
9629         (grokdeclarator): Simplify code to compute names of overloaded
9630         operators.  Adjust use of ansi_opname.
9631         (ambi_op_p): Work on tree_codes, not identifiers.
9632         (unary_op_p): Likewise.
9633         (grok_op_properties): Likewise.
9634         (start_function): Use DECL_OVERLOADED_OPERATOR_P.
9635         (lang_mark_tree): Don't try to mark the operator_code.
9636         * decl2.c (grok_function_init): Use DECL_OVERLOADED_OPERATOR_P.
9637         * error.c (dump_decl): Remove special handling for operator
9638         names.
9639         (dump_function_name): Likewise.
9640         (dump_expr): Adjust name lookup of operators.
9641         (op_to_string): Simplify.
9642         (assop_to_string): Likewise.
9643         * init.c (build_new_1): Adjust use of ansi_opname.
9644         * lex.c (opname_tab): Remove.
9645         (assignop_tab): Likewise.
9646         (ansi_opname): Likewise.
9647         (ansi_assopname): Likewise.
9648         (operator_name_string): Likewise.
9649         (reinit_lang_specific): Likewise.
9650         (operator_name_info): New variable.
9651         (assignment_operator_name_info): Likewise.
9652         (init_operators): New function.
9653         (init_parse): Use it.
9654         (do_identifier): Adjust use of ansi_opname.
9655         * method.c (mangle_expression): Don't use ansi_opname for
9656         mangling.
9657         (build_decl_overload_real): Use DECL_OVERLOADED_OPERATOR_P.
9658         (build_decl_overload): Remove.
9659         (build_typename_overload): Use OPERATOR_TYPENAME_FORMAT directly.
9660         (do_build_assign_ref): Adjust use of ansi_opname.
9661         (synthesize_method): Likewise.
9662         (implicitly_declare_fn): Likewise.
9663         * operators.def: New file.
9664         * parse.y (operator): Adjust use of ansi_opname.
9665         * pt.c (tsubst_decl): Use IDENTIFIER_OPNAME_P.
9666         (set_mangled_name_for_template_decl): Don't play games with
9667         current_namespace.
9668         (special_function_p): Adjust use of ansi_opname.
9669         * typeck.c (check_return_expr): Likewise.
9670         * Make-lang.in (cc1plus): Depend on operators.def.
9671         * Makefile.in (lex.o): Likewise.
9672         (decl.o): Likewise.
9673
9674 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
9675
9676         * Make-lang.in (cplib2.ready): Eradicate.
9677
9678 Sat May 27 11:25:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9679
9680         * method.c (mangle_expression): Use TREE_CODE_LENGTH.
9681         * tree.c (break_out_calls, build_min_nt): Use TREE_CODE_LENGTH.
9682         (built_min, cp_tree_equal): Likewise.
9683
9684 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
9685
9686         * class.c (layout_nonempty_base_or_field): Replace
9687         `record_layout_info' with `record_layout_info_s'.
9688
9689 2000-05-26  Jason Merrill  <jason@casey.soma.redhat.com>
9690
9691         Fix goto checking.
9692         * cp-tree.h (struct language_function): x_named_labels is now
9693         a struct named_label_list*.
9694         * decl.c (struct named_label_use_list): Renamed from...
9695         (struct named_label_list): ...this.  New struct.
9696         (push_binding_level): Don't set eh_region.
9697         (note_level_for_eh): New fn.
9698         (pop_label): Take label and old value directly.
9699         (pop_labels): Adjust for new named_labels format.
9700         (lookup_label): Likewise.
9701         (poplevel): Note characteristics of a binding level containing a
9702         named label.  Mess with named label lists earlier.
9703         (mark_named_label_lists): New fn.
9704         (mark_lang_function): Call it.
9705         (use_label): New fn, split out from...
9706         (make_label_decl): ...here.  Don't call it.
9707         (decl_jump_unsafe, check_previous_goto, check_previous_goto_1,
9708         check_previous_gotos): New fns, split out from...
9709         (define_label): ...here.
9710         (check_switch_goto): New fn.
9711         (define_case_label): Call it.
9712         (check_goto): New fn.
9713         * semantics.c (finish_goto_stmt): Call it and use_label.
9714         (begin_compound_stmt): If we're a try block, call note_level_for_eh.
9715         (expand_stmt): Never pass 1 as DONT_JUMP_IN to expand_end_bindings.
9716
9717 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
9718
9719         * class.c (build_vtable_entry_ref): Correct usage of
9720         get_vtbl_decl_for_binfo.
9721
9722         * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
9723         * method.c (implicitly_declare_fn): Not here.
9724
9725 2000-05-26  Nathan Sidwell  <nathan@codesourcery.com>
9726
9727         * cp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...
9728         (CPTI_PTMD_DESC_TYPE): ... here.
9729         (ptmd_desc_type_node): Rename to ...
9730         (ptm_desc_type_node): ... here.
9731         * decl.c: Likewise.
9732         * rtti.c (ptmd_initializer): Rename to ...
9733         (ptm_initializer): ... here.
9734         (sythesize_tinfo_var): Adjust. Deal with pointer to member
9735         function.
9736         (create_tinfo_types): Adjust.
9737
9738 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
9739
9740         Finish implementation of VTTs.
9741         * cp-tree.h (cp_tree_index): Add CPTI_VTT_PARM_TYPE and
9742         CPTI_VTT_PARM_IDENTIFIER.
9743         (vtt_parm_identifier): New macro.
9744         (vtt_parm_type): Likewise.
9745         (BINFO_SUBVTT_INDEX): Likewise.
9746         (BINFO_VPTR_INDEX): Likewise.
9747         (struct lang_decl): Add vtt_parm.
9748         (DECL_VTT_PARM): New macro.
9749         (DECL_USE_VTT_PARM): Likewise.
9750         (DECL_NEEDS_VTT_PARM_P): Likewise.
9751         (get_vtt_name): Declare.
9752         (build_artificial_parm): Likewise.
9753         (fixup_all_virtual_upcast_offsets): Likewise.
9754         (expand_indirect_vtbls_init): Remove.
9755         * call.c (build_new_method_call): Pass the vtt to subobject
9756         constructors and destructors.
9757         * class.c (get_vtt_name): Give it external linkage.
9758         (build_clone): Handle the magic VTT parameters for clones.
9759         (clone_function_decl): Fix typo in comment.
9760         (build_vtt): Keep track of the indices in the VTTs where various
9761         entities are stored.
9762         (build_vtt_inits): Likewise.
9763         (dfs_build_vtt_inits): Likewise.
9764         (build_ctor_vtbl_group): Tweak type of construction vtables.
9765         (dfs_accumulate_vtbl_inits): Build vtables for all bases, even
9766         primary bases, when building construction vtables.
9767         * decl.c (duplicate_decls): Handle DECL_VTT_PARM.
9768         (initialize_predefined_identifiers): Add vtt_parm_identifier.
9769         (init_decl_processing): Initialize vtt_parm_type.
9770         (grokfndecl): Use DECL_OVERLOADED_OPERATOR_P.
9771         (lang_mark_tree): Make vtt_parm.
9772         * decl2.c (build_artificial_parm): New function.
9773         (maybe_retrofit_in_chrg): Use it.  Add VTT parameters.
9774         (grokclassfn): Use build_artificial_parm.
9775         * init.c (initialize_vtbl_ptrs): Call
9776         fixup_all_virtual_upcast_offsets directly.
9777         (perform_member_init): Use the complete subobject destructor for
9778         member cleanups.
9779         (build_vtbl_address): New function.
9780         (expand_virtual_init): Handle VTTs.
9781         * optimize (maybe_clone_body): Likewise.
9782         * search.c (fixup_all_virtual_upcast_offsets): Give it external
9783         linkage.
9784         (expand_indirect_vtbls_init): Remove.
9785         * semantics.c (setup_vtbl_ptr): Fix typos in comment.
9786         * tree.c (make_binfo): Make them bigger.
9787
9788 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
9789
9790         * inc/cxxabi.h (__pbase_type_info): Define, based on
9791         __pointer_type_info.
9792         (__pointer_type_info): Derive from __pbase_type_info. Adjust.
9793         (__pointer_to_member_type_info): Likewise.
9794         * tinfo2.cc (__pbase_type_info::~__pbase_type_info): Implement.
9795         (__pointer_to_member_type_info::__is_pointer_p): Remove.
9796         (__pointer_type_info::__do_catch): Rename to ...
9797         (__pbase_type_info::__do_catch): ... here. Adjust.
9798         (__pbase_type_info::__pointer_catch): Implement.
9799         (__pointer_type_info::__pointer_catch): Adjust.
9800         (__pointer_to_member_type_info::__pointer_catch): Adjust.
9801
9802 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
9803
9804         * tinfo.h (__user_type_info::contained_virtual_p): New
9805         predicate.
9806         * tinfo.cc (__user_type_info::do_upcast): Fix bug with diamond
9807         shaped hierarchy.
9808         (__vmi_class_type_info::__do_upcast): Fix bug with NULL pointer to
9809         diamond shaped hierarchy. Add early out for mixed diamond and
9810         duplicate shaped hierarchy.
9811
9812 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
9813
9814         * cp-tree.h (build_delete): Change prototype.
9815         (build_vec_delete): Likewise.
9816         * call.c (build_scoped_method_call): Use special_function_kind
9817         values to indicate the kind of destruction to be done.
9818         (build_method_call): Likewise.
9819         * decl.c (finish_destructor_body): Likewise.
9820         (maybe_build_cleanup_1): Likewise.  Rename to ...
9821         (maybe_build_cleanup): ... this.
9822         * decl2.c (delete_sanity): Use special_function_kind
9823         values to indicate the kind of destruction to be done.
9824         (build_cleanup): Likewise.
9825         * init.c (perform_member_init): Likewise.
9826         (build_vec_delete_1): Likewise.
9827         (build_dtor_call): Simplify.
9828         (build_delete): Use special_function_kind
9829         values to indicate the kind of destruction to be done.
9830         (build_vbase_delete): Likewise.
9831         (build_vec_delete): Likewise.
9832
9833         * init.c (sort_member_init): Fix typo in error message generation
9834         code.
9835
9836 Mon May 15 11:46:29 2000  Donald Lindsay  <dlindsay@cygnus.com>
9837
9838         * semantics.c (begin_class_definition): make the packed
9839         attribute be sensitive to the "-fpack-struct" command line flag
9840
9841 2000-05-24  Nathan Sidwell  <nathan@codesourcery.com>
9842
9843         Update new-abi upcast algorithm.
9844         * inc/cxxabi.h (__class_type_info::__do_upcast): Change
9845         prototype and meaning of return value.
9846         (__si_class_type_info::__do_upcast): Likewise.
9847         (__vmi_class_type_info::__do_upcast): Likewise.
9848         * tinfo.cc (__class_type_info::__upcast_result): Replace
9849         whole2dst with part2dst. Adjust ctor.
9850         (__class_type_info::__do_upcast): Adjust call of worker function.
9851         (__class_type_info::__do_upcast): Adjust.
9852         (__si_class_type_info::__do_upcast): Adjust. Use parent's
9853         __do_upcast.
9854         (__vmi_class_type_info::__do_upcast): Likewise. Fix private
9855         virtual base in diamond hierarchy bug.
9856
9857 2000-05-23  Mark Mitchell  <mark@codesourcery.com>
9858
9859         * cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable
9860         and bitfield to tinfo_fn_p.
9861         (DECL_TINFO_FN_P): Adjust.
9862         (SET_DECL_TINFO_FN_P): Likewise.
9863         (DECL_MUTABLE_P): Likewise.
9864         (DECL_C_BIT_FIELD): Likewise.
9865         (SET_DECL_C_BIT_FIELD): Likewise.
9866         (CLEAR_DECL_C_BIT_FIELD): Likewise.
9867         (DECL_UNINLINABLE): Likewise.
9868         * class.c (alter_access): Call retrofit_lang_decl if ncessary.
9869         (handle_using_decl): Remove assertion.
9870         (build_vtbl_or_vbase_field): Use build_decl, not build_lang_decl,
9871         to build FIELD_DECLs.
9872         (build_base_field): Likewise.
9873         (layout_class_type): Likewise.
9874         * decl.c (init_decl_processing): Likewise.
9875         (build_ptrmemfunc_type): Likewise.
9876         (grokdeclarator): Likewise.
9877         * decl2.c (grok_x_components): Likewise.
9878         * except.c (call_eh_info): Likewise.
9879         * init.c (init_init_processing): Likewise.
9880         * rtti.c (expand_class_desc): Likewise.
9881         (create_pseudo_type_info): Likewise.
9882         (get_vmi_pseudo_type_info): Likewise.
9883         (create_tinfo_types): Likewise.
9884         * ptree.c (print_lang_decl): Adjust.
9885         * typeck.c (build_component_ref): Don't check DECL_LANG_SPECIFIC
9886         before checking DECL_MUTABLE_P.
9887
9888         * decl2.c (maybe_retrofit_in_chrg): Don't create in-charge
9889         parameters for template functions.
9890         * pt.c (tsubst_decl): Make sure we call maybe_retrofit_in_chrg for
9891         destructors as well as constructors.
9892
9893 2000-05-22  Mark Mitchell  <mark@codesourcery.com>
9894
9895         * class.c (build_ctor_vtbl_group): Set inits.
9896         * optimize.c (maybe_clone_body): Set DECL_INLINE and
9897         DECL_THIS_INLINE appropriately for clones.
9898
9899         * cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.
9900         (DECL_CONV_FN_P): Simplify.
9901         (DECL_OPERATOR): Remove.
9902         (language_to_string): Declare.
9903         * decl.c (duplicate_decls): Fix typo in comment.
9904         (grokdeclarator): Adjust use of IDENTIFIER_TYPENAME_P.
9905         (grok_op_properties): Use DECL_CONV_FN_P instead of
9906         IDENTIFIER_TYPENAME_P.
9907         * dump.c (dequeue_and_dump): Dump the language linkage of
9908         declarations.
9909         * error.c (language_to_string): Give it external linkage.
9910         * method.c (build_typename_overload): Set IDENTIFIER_TYPENAME_P.
9911         (implicitly_declare_fn): Set DECL_LANGUAGE.
9912         * pt.c (check_explicit_specialization): Use DECL_CONV_FN_P, not
9913         IDENTIFIER_TYPENAME_P.
9914         (tsubst_decl): Likewise.
9915         (tsubst_copy): Adjust use of IDENTIFIER_TYPENAME_P.
9916         * semantics.c (finish_member_declaration): Don't mark members of
9917         classes declared in an extern "C" region as extern "C".
9918
9919 2000-05-22  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9920
9921         * decl2.c (qualified_lookup_using_namespace): Look through
9922         namespace aliases.
9923
9924         * decl.c (push_using_decl): Return the old decl on namespace level.
9925
9926 2000-05-21  Mark Mitchell  <mark@codesourcery.com>
9927
9928         * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity checks.
9929         (VTT_NAME_PREFIX): New macro.
9930         (CTOR_VTBL_NAME_PREFIX): Likewise.
9931         (get_ctor_vtbl_name): New function.
9932         * class.c (get_vtable_name): Simplify.
9933         (get_vtt_name): New function.
9934         (get_vtable_decl): Don't set IDENTIFIER_GLOBAL_VALUE.
9935         (dfs_mark_primary_bases): Update the CLASSTYPE_VBASECLASSES list
9936         when a virtual base becomes primary.
9937         (finish_struct_1): Set CLASSTYPE_VFIELDS a little earlier.  Build
9938         VTTs.
9939         (finish_vtbls): Adjust calls to accumulate_vtbl_inits to pass in
9940         additional parameters.
9941         (dfs_finish_vtbls): Don't clear BINFO_NEW_VTABLE_MARKED.
9942         (initialize_array): New function.
9943         (build_vtt): Likewise.
9944         (build_vtt_inits): Likewise.
9945         (dfs_build_vtt_inits): Likewise.
9946         (dfs_fixup_binfo_vtbls): Likewise.
9947         (build_ctor_vtbl_group): Likewise.
9948         (initialize_vtable): Use initialize_array.
9949         (accumulate_vtbl_inits): Reimplement to handle construction
9950         vtables.
9951         (dfs_accumulate_vtbl_inits): Likewise.
9952         (bulid_vtbl_initializer): Adjust parameter name.
9953         * method.c (build_typename_overload): Remove #if 0'd code.
9954         (get_ctor_vtbl_name): New function.
9955         * search.c (dfs_walk_real): Use BINFO_N_BASETYPES.
9956         (init_vbase_pointers): Don't mess with the TREE_CHAIN of a binfo.
9957
9958         * cp-tree.h (struct lang_type): Remove search_slot.
9959         (CLASSTYPE_SEARCH_SLOT): Remove.
9960         (emit_base_init): Change prototype.
9961         (initialize_vtbl_ptrs): Likewise.
9962         (expand_indirect_vtbls_init): Likewise.
9963         (clear_search_slots): Remove.
9964         * decl.c (lang_mark_tree): Don't mark search_slot.
9965         * init.c (initialize_vtbl_ptrs): Simplify.
9966         (emit_base_init): Likewise.
9967         * search.c (struct vbase_info): Document decl_ptr.
9968         (convert_pointer_to_single_level): Remove.
9969         (dfs_find_vbases): Remove.
9970         (dfs_init_base_pointers): Simplify.
9971         (dfs_clear_vbase_slots): Remove.
9972         (dfs_vtable_path_unmark): New function.
9973         (init_vbase_pointers): Simplify.
9974         (expand_upcast_fixups): Don't rely on CLASSTYPE_SEARCH_SLOT.
9975         (expand_indirect_vtbls_init): Simplify.  Don't call
9976         mark_all_temps_used.
9977         * semantics.c (setup_vtbl_ptr): Adjust calls to emit_base_init and
9978         initialize_vtbl_ptrs.
9979
9980 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
9981
9982         * except.c: Add static prototypes.
9983
9984 2000-05-20  H.J. Lu  <hjl@gnu.org>
9985
9986         * Make-lang.in (cplib2.ready): Also depend on cc1plus$(exeext).
9987
9988 2000-05-19  Mark Mitchell  <mark@codesourcery.com>
9989
9990         Don't create a separate copy of virtual bases for the
9991         CLASSTYPE_VBASECLASSES list.
9992         * cp-tree.h (CLASSTYPE_VBASECLASSES): Change documentation.
9993         (BINFO_FOR_VBASE): Remove.
9994         (CANONICAL_BINFO): Adjust.
9995         (binfo_for_vbase): New function.
9996         * class.c (build_vbase_pointer_fields): Use binfo_for_vbase
9997         instead of BINFO_FOR_VBASE.
9998         (build_vbase_pointer): Likewise.
9999         (build_secondary_vtable): Likewise.
10000         (dfs_mark_primary_bases): Likewise.
10001         (mark_primary_bases): Likewise.
10002         (layout_nonempty_base_or_field): Likewise.
10003         (dfs_set_offset_for_shared_vbases): Likewise.
10004         (dfs_set_offset_for_unshared_vbases): Likewise.
10005         (layout_virtual_bases): Likewise.  Adjust for changes to the
10006         CLASSTYPE_VBASECLASSES list.
10007         (dump_class_hierarchy_r): Use binfo_for_vbase
10008         instead of BINFO_FOR_VBASE.
10009         (dump_class_hierarchy): Likewise.
10010         (finish_vtbls): Likewise.
10011         (build_vtbl_initializer): Adjust for changes to the
10012         CLASSTYPE_VBASECLASSES list.
10013         (build_vbase_offset_vtbl_entries): Use binfo_for_vbase.
10014         * decl.c (finish_destructor_body): Adjust for changes to the
10015         CLASSTYPE_VBASECLASSES list.
10016         * init.c (sort_base_init): Use binfo_for_vbase.
10017         (construct_virtual_bases): Adjust for changes to the
10018         CLASSTYPE_VBASECLASSES list.
10019         (expand_member_init): Use binfo_for_vbase.
10020         (build_vbase_delete):  Adjust for changes to the
10021         CLASSTYPE_VBASECLASSES list.
10022         * method.c (do_build_copy_constructor): Likewise.
10023         * rtti.c (get_base_offset): Use binfo_for_vbase.
10024         (expand_class_desc): Remove #if 0'd code.
10025         * search.c (struct vbase_info): Remove vbase_types.
10026         (get_base_distance):  Use binfo_for_vbase.
10027         (lookup_field_queue_p): Use CANONICAL_BINFO.
10028         (get_shared_vbase_if_not_primary): Use binfo_for_vbase.
10029         (get_pure_virtuals): Adjust for changes to the
10030         CLASSTYPE_VBASECLASSES list.
10031         (dfs_find_vbases): Use binfo_for_vbase.
10032         (dfs_init_vbase_pointers): Likewise.
10033         (init_vbase_pointers): Don't initialize vi.vbase_types.
10034         (virtual_context): Use binfo_for_vbase.
10035         (fixup_all_virtual_upcast_offsets): Adjust for changes to the
10036         CLASSTYPE_VBASECLASSES list.
10037         (expand_indirect_vtbls_init): Simplify.
10038         (dfs_get_vbase_types): Don't replicate virtual bases.
10039         (find_vbase_instance): Use binfo_for_vbase.
10040         (binfo_for_vbase): New function.
10041         * typeck.c (get_delta_difference): Use binfo_for_vbase.
10042
10043 2000-05-17  Mark Mitchell  <mark@codesourcery.com>
10044
10045         * decl2.c (finish_anon_union): Generalize error messages to handle
10046         anonymous structures.
10047         * init.c (perform_member_init): Remove `name' parameter.
10048         (build_field_list): New function.
10049         (sort_member_init): Handle anonymous union initialization order
10050         correctly.  Check for multiple initializations of the same union.
10051         (emit_base_init): Don't look up fields by name here.
10052         (expand_member_init): Record the result of name lookup for future
10053         reference.
10054         * typeck.c (build_component_ref): Fix formatting.
10055
10056 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10057
10058         * decl.c (pop_label): Replace warn_unused with warn_unused_label.
10059         * typeck.c (build_x_compound_expr): Replace warn_unused with
10060         warn_unused_value.
10061
10062         * decl2.c (lang_decode_option): Update -Wall unused flags by
10063         calling set_Wunused.
10064
10065 2000-05-16  Mark Mitchell  <mark@codesourcery.com>
10066
10067         * cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation.
10068         * init.c (dfs_vtable_path_unmark): Remove.
10069         * search.c (marked_new_vtable_p): Likewise.
10070         (unmarked_new_vtable_p): Likewise.
10071         (dfs_search_slot_nonempty_p): Likewise.
10072         (dfs_mark): Likewise.
10073         (dfs_vtable_path_unmark): Likewise.
10074         (dfs_find_vbases): Don't set BINFO_NEW_VTABLE_MARKED.
10075         (dfs_int_vbase_pointers): Don't clear BINFO_VTABLE_PATH_MARKED.
10076         (dfs_init_vbase_pointers): Remove special-case new ABI code.
10077         (dfs_clear_vbase_slots): Don't clear BINFO_NEW_VTABLE_MARKED.
10078         (init_vbase_pointers): Simplify.
10079         (expand_indirect_vtbls_init): Likewise.
10080
10081         * class.c (copy_virtuals): New function.
10082         (build_primary_table): Use it.
10083         (build_secondary_vtable): Likewise.
10084         (modify_vtable_entry): Use NULL_TREE, not integer_zero_node, to
10085         indicate that no vcall offset is required.
10086         (add_virtual_function): Likewise.
10087         (modify_all_vtables): Likewise.
10088         (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
10089         (dfs_accumulate_vtbl_inits): Likewise.
10090         (build_vtbl_initializer): Make changes to handle construction
10091         vtables.
10092         (dfs_build_vcall_offset_vtbl_entries): Likewise.
10093         (build_rtti_vtbl_entries): Likewise.
10094         (build_vtable_entries): Handle a NULL vcall_index.
10095
10096 2000-05-15  Gabriel Dos Reis  <gdr@codesourcery.com>
10097
10098         * decl2.c (lang_decode_option): Fix thinko.
10099
10100 2000-05-14  Jason Merrill  <jason@casey.cygnus.com>
10101
10102         * except.c (check_handlers): New fn.
10103         * cp-tree.h: Declare it.
10104         * semantics.c (finish_handler_sequence): Call it.
10105         (finish_function_handler_sequence): Likewise.
10106         (finish_handler_parms): Set TREE_TYPE on the handler.
10107         * cp-tree.h (PUBLICLY_UNIQUELY_DERIVED_P): New macro.
10108         * search.c (get_base_distance_recursive): If protect>1, ignore
10109         special access.
10110         (get_base_distance): Don't reduce watch_access.
10111
10112 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
10113
10114         * lex.c: #include diagnostic.h.
10115         (lang_init_options): Set default prefixing rules.
10116
10117         * lang-options.h: Add -fdiagnostics-show-location=.
10118
10119         * decl2.c: #include diagnostic.h.
10120         (lang_decode_option): Handle -fdiagnostics-show-location=.
10121
10122 2000-05-12  Nathan Sidwell  <nathan@codesourcery.com>
10123
10124         * tinfo.cc: Revert my 2000-05-08 and 2000-05-07 changes.
10125         * vec.cc: Revert my 2000-05-07 change.
10126
10127 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
10128
10129         * class.c (check_field_decls): Complain about non-static data
10130         members with same name as class in class with constructor.
10131
10132 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
10133
10134         * decl.c (grokdeclarator): Allow non-static data members with
10135         same name as class.
10136
10137 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
10138
10139         * cp-tree.h: Constify tree_srcloc.filename, tinst_level.file,
10140         and pending_inline.filename.  Update prototypes.
10141         * decl.c (define_label): Constify filename parameter.
10142         * decl2.c (warn_if_unknown_interface): Constify local char *.
10143         * input.c Constify input_source.filename. Don't declare
10144         input_filename or lineno.  Constify filename parameter to feed_input.
10145         * lex.c (init_parse): Constify parameter and return value.
10146         (cp_pragma_interface, cp_pragma_implementation): Constify
10147         filename argument.
10148         (reinit_parse_for_method, reinit_parse_for_block,
10149         reinit_parse_for_expr, feed_defarg, handle_cp_pragma):
10150         Constify local char *.
10151         * pt.c: Don't declare lineno or input_filename.
10152         (print_template_context, tsubst_friend_function, tsubst_decl,
10153         tsubst, instantiate_decl): Constify local char *.
10154         * semantics.c (expand_body): Constify local char *.
10155         * tree.c (build_srcloc): Constify filename parameter.
10156         * typeck.c (c_expand_asm_operands): Constify filename
10157         parameter.
10158
10159 2000-05-08  Nathan Sidwell  <nathan@codesourcery.com>
10160
10161         * tinfo.cc (__dynamic_cast): Use a reinterpret_cast. Fix
10162         offsetof expansion.
10163
10164 2000-05-08  Branko Cibej  <branko.cibej@hermes.si>
10165
10166         * inc/cxxabi.h:  Fix typos in comment.
10167         (__base_class_info::__offset): Use a static_cast.
10168
10169 2000-05-07  Nathan Sidwell  <nathan@codesourcery.com>
10170
10171         * inc/cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place
10172         of std::size_t and std::ptrdiff_t respectively.
10173         * tinfo.cc: Likewise.
10174         * vec.cc: Likewise.
10175
10176 2000-05-06  Richard Henderson  <rth@cygnus.com>
10177
10178         * typeck.c (build_c_cast): Don't warn integer->pointer size
10179         mismatch for constants.
10180
10181 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
10182
10183         * rtti.c (ptmd_initializer): Set non-public, if class is
10184         incomplete.
10185
10186         * inc/cxxabi.h (__dynamic_cast): Explicitly say extern "C++".
10187         (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
10188         __cxa_vec_delete): Likewise.
10189         * tinfo.cc (__dynamic_cast): Likewise.
10190         * vec.cc (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
10191         __cxa_vec_delete): Likewise.
10192
10193 2000-05-04  Mark Mitchell  <mark@codesourcery.com>
10194
10195         * cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
10196         (SET_FNADDR_FROM_VTABLE_ENTRY): Likewise.
10197         (lang_decl_flags): Add vcall_offset.
10198         (THUNK_VCALL_OFFSET): Use it.
10199         * decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk.
10200         * method.c (make_thunk): Create the lang_decl here, not in
10201         emit_thunk.
10202         (emit_thunk): Make generic thunks into ordinary functions once
10203         they have been fed to expand_body.
10204         * semantics.c (expand_body): Set current_function_is_thunk here.
10205
10206 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10207
10208         * class.c (update_vtable_entry_for_fn): Prototype.
10209
10210         * pt.c (tsubst_decl): Initialize variables `argvec', `gen_tmpl'
10211         and `tmpl'.
10212
10213         * search.c (dfs_build_inheritance_graph_order): Prototype.
10214
10215 2000-05-04  Mark Mitchell  <mark@codesourcery.com>
10216
10217         * cp-tree.h (special_function_kind): Add various kinds of
10218         destructors.
10219         (special_function_p): New function.
10220         * class.c (overrides): Don't let one kind of destructor override
10221         another.
10222         * decl2.c (mark_used): Use DECL_NON_THUNK_FUNCTION_P when deciding
10223         whether or not to instantiate a template.
10224         * tree.c (special_function_p): Define.
10225
10226 2000-05-03  Mark Mitchell  <mark@codesourcery.com>
10227
10228         * cp-tree.def (THUNK_DECL): Remove.
10229         * cp-tree.h (DECL_THUNK_P): New macro.
10230         (DECL_NON_THUNK_FUNCTION_P): Likewise.
10231         (DECL_EXTERN_C_FUNCTION_P): Likewise.
10232         (SET_DECL_THUNK_P): Likewise.
10233         (DELTA_FROM_VTABLE_ENTRY): Use DECL_THUNK_P.
10234         (FNADDR_FROM_VTABLE_ENTRY): Likewise.
10235         (DECL_MAIN_P): Use DECL_EXTERN_C_FUNCTION_P.
10236         * decl.c (decls_match): Use DECL_EXTERN_C_P.
10237         (duplicate_decls): Likewise.
10238         (pushdecl): Likewise.  Adjust thunk handling.
10239         (grokfndecl): Use DECL_EXTERN_C_P.
10240         * decl2.c (mark_vtable_entries): Use DECL_THUNK_P.
10241         * dump.c (dequeue_and_dump): Remove THUNK_DECL handling.
10242         * except.c (nothrow_libfn_p): Use DECL_EXTERN_C_P.
10243         * expr.c (cplus_expand_expr): Remove THUNK_DECL handling.
10244         * method.c (make_thunk): Use SET_DECL_THUNK_P.  Set
10245         DECL_NO_STATIC_CHAIN.
10246         (emit_thunk): Don't play games with TREE_CODE on thunks.  Don't
10247         set DECL_DESTRUCTOR_P or DECL_CONSTRUCTOR_P on a thunk.
10248         * search.c (covariant_return_p): Remove THUNK_DECL handling.
10249         * ir.texi: Update.
10250
10251 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
10252
10253         * tree.c (walk_tree): Set lineno.
10254
10255 2000-05-01  Mark Mitchell  <mark@codesourcery.com>
10256
10257         * exception.cc: Update license notice.
10258         * new.cc: Likewise.
10259         * new1.cc: Likewise.
10260         * new2.cc: Likewise.
10261         * tinfo.cc: Likewise.
10262         * tinfo2.cc: Likewise.
10263         * vec.cc: Likewise.
10264         * inc/cxxabi.h: Likewise.
10265         * inc/exception: Likewise.
10266         * inc/new: Likewise.
10267         * inc/new.h: Likewise.
10268         * inc/typeinfo: Likewise.
10269
10270 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
10271
10272         * tree.c (build_target_expr_with_type): If we already have a
10273         TARGET_EXPR, just return it.
10274
10275         * optimize.c (initialize_inlined_parameters): Don't generate an
10276         EXPR_STMT if we can just use DECL_INITIAL.
10277         * decl.c (emit_local_var): Only make the initialization a
10278         full-expression if stmts_are_full_exprs_p.
10279
10280 2000-05-01  Mark Mitchell  <mark@codesourcery.com>
10281
10282         * cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New
10283         macro.
10284         * call.c (standard_conversion): Use it.
10285         (direct_reference_binding): Likewise.
10286         (build_over_call): Likewise.
10287         (is_properly_derived_from): Likewise.
10288         (compare_ics): Likewise.
10289         * class.c (resolves_to_fixed_type_p): Likewise.
10290         * optimize.c (declare_return_variable): Likewise.
10291         * pt.c (is_specialization_of): Likewise.
10292         (unify): Likewise.
10293         * typeck.c (comp_target_parms): Likeiwse.
10294         (build_static_cast): Likewise.
10295         (build_reinterpret_cast): Likewise.
10296         (build_const_cast): Likewise.
10297         (comp_ptr_ttypes_real): Likewise.
10298         (comp_ptr_ttypes_const): Likewise.
10299         * typeck2.c (process_init_constructor): Likewise.
10300
10301 2000-04-30  Scott Snyder <snyder@fnal.gov>
10302
10303         * decl.c (finish_destructor_body): Use the base destructor when
10304         destroying virtual bases.
10305
10306 2000-04-30  Mark Mitchell  <mark@codesourcery.com>
10307
10308         * expr.c (cplus_expand_expr): Preserve temporaries when expanding
10309         STMT_EXPRs.
10310         * optimize.c (struct inline_data): Add target_exprs field.
10311         (declare_return_variable): When a function returns an aggregate,
10312         use the variable declared in the TARGET_EXPR as the remapped
10313         DECL_RESULT.
10314         (expand_call_inline): Update the pending target_exprs stack.
10315         (optimize_function): Initialize the stack.
10316
10317         * decl2.c (finish_file): Fix typo in comment.
10318
10319         * method.c (emit_thunk): Don't try to return a `void' value.
10320
10321         * optimize.c (initialize_inlined_parameters): If the parameter is
10322         addressable, we need to make a new VAR_DECL, even if the
10323         initializer is constant.
10324
10325 2000-04-28  Cosmin Truta  <cosmint@cs.ubbcluj.ro>
10326
10327         * decl.c (grok_op_properties): Add an extra check of argtypes.
10328
10329 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
10330
10331         * optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying
10332         variables.
10333         (initialize_inlined_parameters): Try to avoid creating new
10334         VAR_DECLs.
10335
10336 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
10337
10338         * lex.c (my_get_run_time): Remove.
10339         (init_filename_times): Use get_run_time instead of my_get_run_time.
10340         (check_newline): Likewise.
10341         (dump_time_statistics): Likewise.
10342         * decl2.c (finish_file): Push and pop timevar TV_VARCONST instead
10343         of computing elapsed time explicitly.
10344
10345 2000-04-26  Mark Mitchell  <mark@codesourcery.com>
10346
10347         * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
10348         * init.c (decl_constant_value): Check TREE_READONLY_DECL_P.
10349         * call.c (convert_like_real): Don't test TREE_READONLY_DECL_P
10350         before calling decl_constant_value.
10351         * class.c (check_bitfield_decl): Likewise.
10352         * cvt.c (ocp_convert): Likewise.
10353         (convert): Likewise.
10354         * decl.c (compute_array_index_type): Likewise.
10355         (build_enumerator): Likewise.
10356         * decl2.c (check_cp_case_value): Likewise.
10357         * pt.c (convert_nontype_argument): Likewise.
10358         (tsubst): Likewise.
10359         * typeck.c (decay_conversion): Likewise.
10360         (build_compound_expr): Likewise.
10361         (build_reinterpret_cast): Likewise.
10362         (build_c_cast): Likewise.
10363         (convert_for_assignment): Likewise.
10364
10365 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
10366
10367         * decl.c (finish_function): Don't play games with DECL_INLINE.
10368
10369 2000-04-25  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
10370
10371         * ir.texi: Correct typo.
10372
10373 2000-04-25  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10374
10375         * decl.c (grokdeclarator): Reject VLAs as members.
10376
10377 2000-04-24  Gabriel Dos Reis  <gdr@codesourcery.com>
10378
10379         * call.c (standard_conversion): Accept conversion between
10380         COMPLEX_TYPEs.
10381
10382         * cvt.c (ocp_convert): Handle conversion to COMPLEX_TYPE.
10383
10384 2000-04-24  Zack Weinberg  <zack@wolery.cumb.org>
10385
10386         * decl2.c (finish_file): Remove double setup for accounting
10387         compile time.
10388
10389 2000-04-24  Robert Lipe <robertlipe@usa.net>
10390
10391         * cp-tree.h (lang_type): Member `language' now ENUM_BITFIELD.
10392
10393 2000-04-23  Benjamin Kosnik  <bkoz@cygnus.com>
10394
10395         * new.cc (set_new_handler): Needs to be in std::.
10396
10397 2000-04-23  Mark Mitchell  <mark@codesourcery.com>
10398
10399         * cp-tree.h (lang_decl): Remove pretty_function_p.
10400         (DECL_PRETTY_FUNCTION_P): Use TREE_LANG_FLAG_0, not a bit in the
10401         language-specific node.
10402         * decl.c (cp_make_fname_decl): Use build_decl, not
10403         build_lang_decl, to build the variables.
10404         (grokvardecl): Don't call build_lang_decl for local variables in
10405         templates.
10406         (grokdeclarator): Don't call build_lang_decl for local type
10407         declarations in templates.
10408         * lex.c (retrofit_lang_decl): Use ggc_alloc_obj to allocated
10409         zero'd memory, rather than calling memset.
10410         * pt.c: Include hashtab.h.
10411         (local_specializations): New variable.
10412         (retrieve_local_specialization): Use it.
10413         (register_local_specialization): Likewise.
10414         (tsubst_decl): Don't assume local variables have
10415         DECL_LANG_SPECIFIC.
10416         (instantiate_decl): Set up local_specializations.
10417         * Makefile.in (HTAB_H): New variable.
10418
10419 2000-04-23  Richard Henderson  <rth@cygnus.com>
10420
10421         * typeck.c (c_expand_asm_operands): Restore the original
10422         contents of the output list.
10423
10424 2000-04-22  Gabriel Dos Reis <gdr@codesourcery.com>
10425
10426         * ir.texi:  Document complex number representation.
10427
10428 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10429
10430         * rtti.c (init_rtti_processing): Set tinfo_var_id in new-abi.
10431         (target_incomplete_p): New function.
10432         (tinfo_base_init): Create comdat NTBS name variable.
10433         (ptr_initializer): Add non_public parameter. Calculate it.
10434         (ptmd_initializer): Likewise.
10435         (synthesize_tinfo_var): Adjust. Emit incomplete class tinfo.
10436         (create_real_tinfo_var): Add non_public parameter. Use it.
10437         Push proxy into global namespace.
10438         * inc/cxxabi.h (__pointer_type_info::incomplete_class_mask):
10439         New enumeration.
10440         * inc/typeinfo (type_info::before, type_info::operator==):
10441         Compare __name addresses.
10442
10443         * tinfo2.cc: Remove new-abi builtins comment.
10444
10445 2000-04-20  Jason Merrill  <jason@casey.cygnus.com>
10446
10447         * typeck.c (build_x_function_call): Resolve an OFFSET_REF.
10448
10449         * call.c (joust): Exit early if we get the same function, too.
10450
10451         * decl2.c (key_method): Return NULL_TREE for template classes.
10452         (import_export_class): Don't need to check for template classes.
10453
10454 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
10455
10456         * lex.c: Remove references to cccp.c.
10457
10458 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
10459
10460         * cp-tree.h (lang_decl_flags): Remove const_memfunc and
10461         volatile_memfunc.  Add destructor_attr.  Adjust dummy.
10462         (DECL_DESTRUCTOR_P): Use destructor_attr.
10463         (DECL_CONST_MEMFUNC_P): Reimplement.
10464         (DECL_VOLATILE_MEMFUNC_P): Remove.
10465         * class.c (finish_struct_methods): Use CLASSTYPE_DESTRUCTORS.
10466         (overrides): Use DECL_DESTRUCTOR_P.
10467         (check_for_override): Likewise.
10468         * decl.c (start_function): Likewise.
10469         * decl2.c (grokfclassfn): Likewise.
10470         (check_classfn): Likewise.
10471         (grok_function_init): Likewise.
10472
10473 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
10474
10475         * decl2.c (grokfield): Issue error on illegal data member
10476         declaration.
10477
10478 Mon Apr 17 17:11:16 2000  Mark P Mitchell  <mark@codesourcery.com>
10479
10480         * method.c (make_thunk): Set DECL_CONTEXT for a THUNK_DECL.
10481
10482 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
10483
10484         * class.c (build_vtable_entry): Don't build thunks for type-info
10485         functions.
10486
10487 2000-04-16  Jason Merrill  <jason@casey.cygnus.com>
10488
10489         * decl.c (decls_match): Allow a redeclaration of a builtin to
10490         specify args while the builtin did not.
10491
10492 2000-04-15  Mark Mitchell  <mark@codesourcery.com>
10493
10494         * cp-tree.def (THUNK_DECL): Add to documentation.
10495         * cp-tree.h (flag_huge_objects): Declare.
10496         * class.c (modify_vtable_entry): Tidy.
10497         (update_vtable_entry_for_fn): Split out from dfs_modify_vtables.
10498         Calculate delta appropriately for the new ABI.
10499         (dfs_modify_vtables): Use it.
10500         (modify_all_vtables): Fix thinko in code to add overriding copies
10501         of functions to primary vtables.
10502         (build_clone): Fix typo in comment.
10503         (clone_function_decl): Correct order of destructors in vtable.
10504         (build_vbase_offset_vtbl_entries): Adjust comment.
10505         (dfs_vcall_offset_queue_p): Remove.
10506         (dfs_build_vcall_offset_vtbl_entries): Update BV_VCALL_INDEX.
10507         (build_vcall_offset_vtbl_entries): Juse use dfs_skip_vbases.
10508         (build_vtable_entry): Correct check for pure virtual functions.
10509         Don't declare flag_huge_objects.
10510         * decl.c (flag_huge_objects): Remove declaration.
10511         * method.c (make_thunk): Tweak mangling for vcall offset thunks.
10512         Use int_size_in_bytes.
10513         (emit_thunk): Handle vcall offset thunks.
10514
10515 Sat Apr 15 16:00:01 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10516
10517         * decl2.c (parse_time, varconst_time): Delete declarations.
10518         (finish_file): Delete LINENO declaration.
10519         START_TIME and THIS_TIME now long.
10520
10521 2000-04-13  Nathan Sidwell  <nathan@codesourcery.com>
10522
10523         * class.c (build_base_field): Reformat comment.
10524
10525         * inc/cxxabi.h (stddef.h): Comment inclusion.
10526         (__base_class_info::__offset): Comment shift.
10527
10528 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
10529
10530         * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
10531         (cp_tree_index): Add CPTI_PUSH_EXCEPTION_IDENTIFIER.
10532         (cp_push_exception_identifier): New macro.
10533         (DECL_COMPLETE_DESTRUCTOR_P): New macro.
10534         (DECL_BASE_DESTRUCTOR_P): Likewise.
10535         (DECL_DELETING_DESTRUCTOR_P): Likewise.
10536         (get_vtbl_decl_for_binfo): Fix formatting.
10537         (in_charge_arg_for_name): New macro.
10538         (maybe_build_cleanup_and_delete): Remove declaration.
10539         * call.c (build_field_call): Use IDENTIFIER_CTOR_OR_DTOR_P.
10540         (in_charge_arg_for_name): New function.
10541         (build_new_method_call): Use it.  Handle cloned destructors.
10542         (build_clone): Don't make the base constructor virtual.
10543         Automatically defer generated functions.
10544         (clone_function_decl): Handle destructors, too.
10545         (clone_constructors_and_destructors): Likewise.
10546         (create_vtable_ptr): Don't create a vtable entry for a cloned
10547         function.
10548         * decl.c (predefined_identifier): Add ctor_or_dtor_p.
10549         (initialize_predefined_identifiers): Update appropriately.
10550         (finish_destructor_body): Simplify.
10551         (maybe_build_cleanup_and_delete): Remove.
10552         * except.c (expand_throw): Handle new-ABI destructors.
10553         * init.c (expand_cleanup_for_base): Use base_dtor_identifier.
10554         (build_dtor_call): New function.
10555         (build_delete): Use it.  Simplify.
10556         * optimize.c (maybe_clone_body): Handle destructors.
10557         * search.c (lookup_field_queue_p): Use IDENTIFIER_CTOR_OR_DTOR_P.
10558
10559         * exception.cc (cleanup_fn): New typedef.
10560         (CALL_CLEANUP): New macro.
10561         (cp_eh_info): Use them.
10562         (__cp_push_exception): Likewise.
10563         (__cp_pop_exception): Likewise.
10564
10565 2000-04-11  Mark Mitchell  <mark@codesourcery.com>
10566
10567         * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
10568         (complete_dtor_identifier): New macro.
10569         (CLASSTYPE_FIRST_CONVERSION): Remove.
10570         (CLASSTYPE_CONSTRUCTOR_SLOT): New macro.
10571         (CLASSTYPE_DESTRUCTOR_SLOT): Likewise.
10572         (CLASSTYPE_FIRST_CONVERSION_SLOT): Likewise.
10573         (CLASSTYPE_CONSTRUCTORS): Likewise.
10574         (CLASSTYPE_DESTRUCTORS): Likewise.
10575         (lang_decl): Add cloned_function.
10576         (DECL_COMPLETE_CONSTRUCTOR_P): New macro.
10577         (DECL_BASE_CONSTRUCTOR_P): Likewise.
10578         (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P): Likewise.
10579         (DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P): Likewise.
10580         (DECL_CLONED_FUNCTION_P): Likewise.
10581         (DECL_CLONED_FUNCTION): Likewise.
10582         (clone_function_decl): Declare.
10583         (maybe_clone_body): Likewise.
10584         * call.c (build_user_type_conversion_1): Call complete object
10585         constructors in the new ABI.
10586         (build_new_method_call): Don't add in-charge parameters under the
10587         new ABI.
10588         * class.c (add_method): Use DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P,
10589         DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P, CLASSTYPE_CONSTRUCTOR_SLOT, and
10590         CLASSTYPE_DESTRUCTOR_SLOT.
10591         (build_clone): New function.
10592         (clone_function_decl): Likewise.
10593         (clone_constructors_and_destructors): Likewise.
10594         (check_bases_and_members): Use it.
10595         * decl.c (iniitialize_predefined_identifiers): Initialize
10596         complete_dtor_identifier.
10597         (finish_function): Don't add extra code to a clone.
10598         (lang_mark_tree): Mark cloned_function.
10599         * decl2.c (mark_used): Don't bother trying to instantiate things
10600         we synthesized.
10601         * dump.c (dequeue_and_dump): Don't dump CP_DECL_CONTEXT twice.
10602         * method.c (set_mangled_name_for_decl): Don't treat clones as
10603         constructors.
10604         (synthesize_method): Sythesize cloned functions, not the clones.
10605         * optimize.c (inline_data): Update comment on ret_label.
10606         (remap_block): Don't assume DECL_INITIAL exists.
10607         (copy_body_r): Allow ret_label to be NULL.
10608         (maybe_clone_body): Define.
10609         * pt.c (tsubst_decl): Handle clones.
10610         (instantiate_clone): New function.
10611         (instantiate_template): Use it.
10612         (set_mangled_name_for_template_decl): Don't treat clones as
10613         constructors.
10614         * search.c (lookup_fnfields_1): Use CLASSTYPE_CONSTRUCTOR_SLOT,
10615         CLASSTYPE_DESTRUCTOR_SLOT, and CLASSTYPE_FIRST_CONVERSION_SLOT.
10616         * semantics.c (expand_body): Clone function bodies as necessary.
10617
10618         * optimize.c (remap_decl): Avoid sharing structure for arrays
10619         whose size is only known at run-time.
10620         * tree.c (copy_tree_r): Don't copy PARM_DECLs.
10621
10622         * cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attr
10623         to has_in_charge_parm_p.
10624         (DECL_CONSTRUCTOR_FOR_VBASE_P): Rename to ...
10625         (DECL_HAS_IN_CHARGE_PARM_P): ... this.
10626         (DECL_COPY_CONSTRUCTOR_P): New macro.
10627         * call.c (add_function_candidate): Use DECL_HAS_IN_CHARGE_PARM_P.
10628         (build_user_type_conversion_1): Likewise.
10629         (convert_like_real): Likewise.
10630         (build_over_call): Likeiwse.  Use DECL_COPY_CONSTRUCTOR_P.
10631         * decl.c (grokdeclarator): Use DECL_HAS_IN_CHARGE_PARM_P.
10632         (copy_args_p): Likewise.
10633         (grok_ctor_properties): Likewise.
10634         (start_function): Likewise.
10635         * decl2.c (maybe_retrofit_in_charge): Likewise.  Set it.
10636         * error.c (dump_function_decl): Use DECL_HAS_IN_CHARGE_PARM_P.
10637         * init.c (emit_base_init): Use DECL_COPY_CONSTRUCTOR_P.
10638         * method.c (do_build_copy_constructor): Use
10639         DECL_HAS_IN_CHARGE_PARM_P.
10640         (synthesize_method): Likewise.
10641         * pt.c (instantiate_template): Remove goto.
10642         * tree.c (build_cplus_method_type): Remove mention of obstacks in
10643         comment.
10644
10645         * cp-tre.h (finish_function): Change prototype.
10646         * decl.c (end_cleanup_fn): Adjust caller.
10647         (finish_function): Take only one parameter.
10648         * decl2.c (finish_objects): Adjust caller.
10649         (finish_static_storage_duration_function): Likewise.
10650         * method.c (emit_thunk): Likewise.
10651         * parse.y: Likewise.
10652         * parse.c: Regenerated.
10653         * pt.c (instantiate_decl): Likewise.
10654         * rtti.c (synthesize_tinfo_fn): Likewise.
10655         * semantics.c (expand_body): Likewise.
10656
10657         * cp-tree.h (copy_decl): New function.
10658         * class.c (finish_struct_1): Use it.
10659         * lex.c (copy_decl): Define it.
10660         * pt.c (tsubst_decl): Likewise.
10661         * tree.c (copy_template_template_parm): Likewise.
10662
10663         * cp-tree.h (lang_type): Remove has_nonpublic_ctor and
10664         has_nonpublic_assign_ref.
10665         (TYPE_HAS_NONPUBLIC_CTOR): Don't declare.
10666         (TYPE_HAS_NONPUBLIC_ASSIGN_REF): Likewise.
10667         * class.c (finish_struct_methods): Don't set
10668         TYPE_HAS_NONPUBLIC_CTOR or TYPE_HAS_NONPUBLIC_ASSIGN_REF.
10669         (interface_only): Don't declare.
10670         (interface_unknown): Likewise.
10671
10672 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10673
10674         * tree.h (HAVE_TEMPLATES): Remove definition.
10675         * lang-options.h (-fthis-is-variable): Remove documentation.
10676
10677 2000-04-10  Jason Merrill  <jason@casey.cygnus.com>
10678
10679         * class.c (instantiate_type): Handle object-relative template-id.
10680
10681         * semantics.c (finish_expr_stmt): Call convert_to_void here.
10682         * decl.c (cplus_expand_expr_stmt): Not here.
10683
10684         * rtti.c (build_dynamic_cast_1): Call non_lvalue.
10685         Initialize exprtype earlier.
10686
10687         * parse.y (fn.def1): Check for defining types in return types.
10688
10689         * decl.c (check_tag_decl): Notice extra fundamental types.
10690         Diagnose empty decls in classes, too.
10691
10692         * decl.c (grokdeclarator): Don't override an anonymous name if no
10693         declarator was given.
10694
10695         * cvt.c (convert_to_void): Call resolve_offset_ref.
10696
10697         * typeck.c (build_x_function_call): Abort if we get an OFFSET_REF.
10698
10699         * decl2.c (decl_namespace): Handle getting a type.
10700
10701         * typeck.c (build_c_cast): Re-enable warning for cast between
10702         pointer and integer of different size.
10703
10704 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
10705
10706         * inc/cxxabi.h (__pointer_type_info): Add restrict and
10707         incomplete flags.
10708         (__pointer_type_info::__pointer_catch): New virtual function.
10709         (__pointer_to_member_type_info): Derive from
10710         __pointer_type_info. Adjust.
10711         (__pointer_to_member_type_info::__do_catch): Remove.
10712         (__pointer_to_member_type_info::__is_pointer_p): Declare.
10713         (__pointer_to_member_type_info::__pointer_catch): Declare.
10714         * rtti.c (qualifier_flags): Add restrict flag.
10715         (ptmd_initializer): Reorder members.
10716         (create_tinfo_types): Expand comments. Reorder
10717         ptmd_desc_type_node members.
10718         * tinfo2.cc (__pointer_to_member_type_info::__is_pointer_p):
10719         Implement.
10720         (__pointer_type_info::__do_catch): Move specific code into
10721         __pointer_catch. Call it.
10722         (__pointer_type_info::__pointer_catch): Non-pointer-to-member
10723         specific catch checking. Fix void conversion check.
10724         (__pointer_to_member_type_info::__do_catch): Remove.
10725         (__pointer_to_member_type_info::__pointer_catch): Implement.
10726
10727 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10728
10729         * lex.c (init_parse): Remove traces of classof and headof.
10730         * decl2.c (flag_operator_names): Default to 1.
10731         (lang_decode_option): Do not set it for -ansi.
10732
10733 2000-04-09  Mark Mitchell  <mark@codesourcery.com>
10734
10735         * cp-tree.h (struct lang_decl): Remove main_decl_variant.
10736         (DECL_MAIN_VARIANT): Remove.
10737         * decl.c (duplicate_decls): Don't set it.
10738         (start_function): Likewise.
10739         (lang_mark_tree): Don't mark it.
10740         * decl2.c (defer_fn): Don't use it.
10741         * lex.c (retrofit_lang_decl): Don't set it.
10742         * pt.c (tsubst_decl): Likewise.
10743         * ptree.c (print_lang_decl): Don't print it.
10744         * typeck.c (mark_addressable): Don't use it.
10745
10746 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
10747
10748         * vec.cc: Include <new> and <exception>.
10749         (__cxa_vec_ctor): Use __cxa_vec_dtor for cleanup.
10750         (__cxa_vec_dtor): Catch dtor exceptions, and rethrow or
10751         terminate.
10752         (__cxa_vec_delete): Catch dtor exceptions.
10753
10754 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
10755
10756         Prepend __ to implementation defined names.
10757         * inc/typeinfo (type_info): Rename _name to __name.
10758         (type_info::type_info): Rename parameter.
10759         (type_info::operator==, type_info::operator!=,
10760         type_info::before): Likewise.
10761         (type_info::is_pointer_p, type_info::is_function_p,
10762         type_info::do_catch, type_info::do_upcast): Prepend __. Rename
10763         parameters.
10764         * inc/cxxabi.h
10765         (__fundamental_type_info::__fundamental_type_info) Rename parameters.
10766         (__pointer_type_info::__pointer_type_info): Likewise.
10767         (__pointer_type_info::is_pointer_p,
10768         __pointer_type_info::do_catch): Prepend __. Rename parameters.
10769         (__array_type_info::__array_type_info): Rename parameters.
10770         (__function_type_info::__function_type_info): Likewise.
10771         (__function_type_info::is_function_p): Prepend __.
10772         (__enum_type_info::__enum_type_info): Rename parameters.
10773         (__pointer_to_member_type_info::__pointer_to_member_type_info):
10774         Likewise.
10775         (__pointer_to_member_type_info::do_catch): Prepend __. Rename
10776         parameters.
10777         (__base_class_info::is_virtual_p, is_public_p, offset): Prepend __.
10778         (__class_type_info::__class_type_info): Rename parameters.
10779         (__class_type_info::sub_kind): Prepend __. Adjust member names.
10780         (__class_type_info::upcast_result,
10781         __class_type_info::dyncast_result): Prepend __. Move definition
10782         into tinfo.cc.
10783         (__class_type_info::do_upcast, __class_type_info::do_catch,
10784         __class_type_info::find_public_src,
10785         __class_type_info::do_dyncast,
10786         __class_type_info::do_find_public_src): Prepend __. Rename
10787         parameters.
10788         (__si_class_type_info::__si_class_type_info): Rename parameters.
10789         (__si_class_type_info::do_upcast, __si_class_type_info::do_dyncast,
10790         __si_class_type_info::do_find_public_src): Prepent __. Rename
10791         parameters.
10792         (__vmi_class_type_info::__vmi_class_type_info): Rename parameters.
10793         (__vmi_class_type_info::do_upcast, __vmi_class_type_info::do_dyncast,
10794         __vmi_class_type_info::do_find_public_src): Prepent __. Rename
10795         parameters.
10796         (__dynamic_cast): Rename parameters.
10797         * tinfo.cc (type_info::is_pointer_p, type_info::is_function_p,
10798         type_info::do_catch, type_info::do_upcast): Prepend __.
10799         (contained_p, public_p, virtual_p, contained_public_p,
10800         contained_nonpublic_p, contained_nonvirtual_p): Adjust.
10801         (__class_type_info::do_catch,
10802         __class_type_info::do_upcast): Prepend __. Adjust.
10803         (__class_type_info::__upcast_result,
10804         __class_type_info::__dyncast_result): Move from inc/cxxabi.h.
10805         Adjust.
10806         (__class_type_info::find_public_src): Prepend __. Adjust.
10807         (__class_type_info::do_find_public_src,
10808         __si_class_type_info::do_find_public_src,
10809         __vmi_class_type_info::do_find_public_src): Likewise.
10810         (__class_type_info::do_dyncast,
10811         __si_class_type_info::do_dyncast,
10812         __vmi_class_type_info::do_dyncast): Likewise.
10813         (__class_type_info::do_upcast,
10814         __si_class_type_info::do_upcast,
10815         __vmi_class_type_info::do_upcast): Likewise.
10816         (__dynamic_cast): Adjust.
10817         * tinfo2.cc (__pointer_type_info::is_pointer_p): Prepend __.
10818         (__function_type_info::is_function_p): Likewise.
10819         (__pointer_type_info::do_catch): Likewise. Adjust.
10820         (__pointer_to_member_type_info::do_catch): Likewise. Adjust.
10821         (__throw_type_match_rtti_2): Adjust.
10822         (__is_pointer): Adjust.
10823
10824 2000-04-08  Mark Mitchell  <mark@codesourcery.com>
10825
10826         * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.
10827         (complete_ctor_identifier): New macro.
10828         (special_function_kind): Add sfk_copy_constructor and
10829         sfk_assignment_operator.
10830         (LOOKUP_HAS_IN_CHARGE): Remove.
10831         (cons_up_default_function): Rename to ...
10832         (implicitly_declare_fn): ... this.
10833         * call.c (build_new_method_call): Add in-charge parameters for
10834         constructors here.
10835         * class.c (add_implicitly_declared_members): Change parameter name
10836         from cant_have_assignment to cant_have_const_assignment.
10837         Replace calls to cons_up_default_function to implicitly_declare_fn.
10838         * cvt.c (ocp_convert): Use complete_ctor_identifier.
10839         * decl.c (initialize_predefined_identifiers): Initialize it.
10840         (start_function): Use DECL_CONSTRUCTOR_FOR_VBASE_P instead of
10841         complex expression.
10842         * init.c (expand_default_init): Don't calculate the in-charge
10843         parameter here.
10844         (build_new_1): Likewise.
10845         * lex.c (cons_up_default_function): Move to method.c.
10846         * method.c (synthesize_method): Use DECL_DESTRUCTOR_P.
10847         (implicitly_declare_fn): New function.
10848         * typeck.c (build_static_cast): Use complete_ctor_identifier.
10849         (build_modify_expr): Likewise.
10850         * typeck2.c (build_functional_cast): Likewise.
10851
10852         Under the new ABI, constructors don't return `this'.
10853         * cp-tree.h (warn_reorder): Declare.
10854         (special_function_kind): New enum.
10855         (global_base_init_list): Remove declaration.
10856         (emit_base_init): Don't return a value.
10857         (check_base_init): Don't declare.
10858         (is_aggr_typedef): Likewise.
10859         * decl.c (check_special_function_return_type): New function.
10860         (return_types): Remove.
10861         (grokdeclarator): Use check_special_function_return_type.
10862         (start_function): Don't initialize ctor_label under the new ABI.
10863         (finish_construtor_body): Don't create a corresponding LABEL_STMT.
10864         * init.c (begin_init_stmts): Move to top of file.
10865         (finish_init_stmts): Likewise.
10866         (warn_reorder): Don't declare.
10867         (emit_base_init): Don't create a STMT_EXPR here.  Don't return a
10868         value.
10869         (check_base_init): Remove.
10870         (is_aggr_typedef): Likewise.
10871         (build_new_1): Don't use the return value of a constructor.
10872         * semantics.c (setup_vtbl_ptr): Don't use the return value
10873         of emit_base_init.
10874         * typeck.c (check_return_expr): Don't magically convert return
10875         statements into `return this' in constructors under the new ABI.
10876
10877         * cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER,
10878         CPTI_BASE_DTOR_IDENTIFIER, and CPTI_DELETING_DTOR_IDENTIFIER.
10879         (base_ctor_identifier): New macro.
10880         (base_dtor_identifier): Likewise.
10881         (deleting_dtor_identifier): Likewise.
10882         * decl.c: Don't include obstack.h.
10883         (obstack_chunk_alloc): Don't define.
10884         (obstack_chunk_free): Likewise.
10885         (struct predefined_identifier): New type.
10886         (initialize_predefined_identifiers): New function.
10887         (init_decl_processing): Use it.
10888         (debug_temp_inits): Remove.
10889         (start_method): Don't call preserve_data.
10890         (hack_incomplete_structures): Update comment.
10891         * init.c (init_init_processing): Don't initialize
10892         nelts_identifier.
10893         (build_offset_rf): Remove dead code.
10894         (build_delete): Use CLASSTYPE_N_BASECLASSES.
10895         * search.c (init_search_processing): Don't initialize
10896         vptr_identifier.
10897
10898 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10899
10900         * typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to elide
10901         some sign_compare warnings.
10902
10903 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
10904
10905         Rename abi::__vmi_class_type_info members.
10906         * inc/cxxabi.h (__vmi_class_type_info): Rename details, n_bases,
10907         base_list, detail_masks members to vmi_flags, vmi_base_count,
10908         vmi_bases and vmi_flags_masks respectively.
10909         (__vmi_class_type_info::vmi_flags_masks): Rename
10910         details_unknown_mask to flags_unknown_mask.
10911         * tinfo.cc (__class_type_info::do_upcast): Adjust.
10912         (__vmi_class_type_info::do_find_public_src): Adjust.
10913         (__vmi_class_type_info::do_dyncast): Adjust.
10914         (__vmi_class_type_info::do_upcast): Adjust.
10915
10916 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
10917
10918         * tinfo.cc (convert_to_base): New function.
10919         (get_vbase_offset): Remove. Move into convert_to_base.
10920         (__vmi_class_type_info::do_find_public_src): Adjust.
10921         (__vmi_class_type_info::do_dyncast): Adjust.
10922         (__vmi_class_type_info::do_upcast): Adjust.
10923
10924 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
10925
10926         * tinfo.cc (operator=): Use __builtin_strcmp.
10927         * tinfo2.cc (before): Likewise.
10928
10929 2000-04-06  Mark Mitchell  <mark@codesourcery.com>
10930
10931         * cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.
10932         (DECL_SAVED_INLINE): Rename to ...
10933         (DECL_DEFERRED_FN): ... this.
10934         (in_function_p): Remove declaration.
10935         (mark_inline_for_output): Rename to ...
10936         (defer_fn): ... this.
10937         * decl.c (finish_function): Adjust call to mark_inline_for_output.
10938         (in_function_p): Remove definition.
10939         * decl2.c (saved_inlines): Rename to ...
10940         (deferred_fns): ... this.
10941         (saved_inlines_used): Rename to ...
10942         (deferred_fns_used): ... this.
10943         (mark_inline_for_output): Rename to ...
10944         (defer_fn): ... this.
10945         (finish_file): Adjust accordingly.
10946         (init_decl2): Likewise.
10947         * lex.c (cons_up_default_function): Likewise.
10948         * pt.c (mark_decl_instantiated): Likewise.
10949         (instantiate_decl): Don't set DECL_DEFER_OUTPUT under any
10950         circumstances.
10951         * rtti.c (get_tinfo_decl): Adjust call to mark_inline_for_output.
10952         * semantics.c (expand_body): Defer more functions.
10953
10954 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
10955
10956         * vec.cc: New file.
10957         * Make-lang.in (CXX_LIB2FUNCS): Add it.
10958         (vec.o): Build it.
10959         * inc/cxxabi.h (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
10960         __cxa_vec_delete): Declare.
10961
10962 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
10963
10964         * rtti.c (dfs_class_hint_mark): New static function.
10965         (dfs_class_hint_unmark): New static function.
10966         (class_hint_flags): Use them.
10967
10968 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10969
10970         * decl2.c: Make flag_honor_std dependent on ENABLE_STD_NAMESPACE.
10971
10972 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
10973
10974         * cp-tree.h (instantiate_decl): Change prototype.
10975         * decl2.c (mark_used): Adjust call.
10976         * optimize.c (inlinable_function_p): Adjust handling of templates.
10977         * pt.c (do_decl_instantiation): Adjust call to instantiate_decl.
10978         (do_type_instantiation): Likewise.
10979         (instantiate_decl): Defer more templates.
10980         (instantiate_pending_templates): Adjust logic to handle inline
10981         friend functions.
10982
10983         * Makefile.in (GGC_H): New variable.  Use it throughout in place
10984         of ggc.h.
10985
10986         * call.c: Don't include obstack.h.  Include ggc.h.
10987         (obstack_chunk_alloc): Don't define.
10988         (obstack_chunk_free): Likewise.
10989         (add_candidate): Allocate the z_candidate with ggc_alloc_obj.
10990         * decl.c (push_switch): Use xmalloc to allocate the cp_switch.
10991         (pop_switch): Free it.
10992
10993         * decl2.c (grokclassfn): Set TREE_READONLY for PARM_DECLs.
10994
10995         * dump.c (dequeue_and_dump): Don't try to print the bit_position
10996         if we don't have a DECL_FIELD_OFFSET.
10997
10998 Wed Apr  5 15:12:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10999
11000         * optimize.c (calls_setjmp_r): Use setjmp_call_p instead of
11001         special_function_p.
11002
11003 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11004
11005         * cfns.gperf (hash, libc_name_p): Prototype.
11006
11007         * rtti.c (build_dynamic_cast_1): Constification.
11008
11009         * search.c (dfs_debug_unmarkedp, dfs_debug_mark): Unhide prototypes.
11010
11011         * semantics.c (deferred_type_access_control): Prototype.
11012
11013 2000-04-04  Mark Mitchell  <mark@codesourcery.com>
11014
11015         Correct many new ABI issues regarding vbase and vcall offset
11016         layout.
11017         * cp-tree.h (BINFO_VTABLE): Document.
11018         (struct lang_type): Tweak formatting.
11019         (BINFO_PRIMARY_BINFO): Add to documentation.
11020         (CLASSTYPE_VSIZE): Fix typo in comment.
11021         (CLASSTYPE_VBASECLASSES): Update documentation.
11022         (BINFO_VBASE_MARKED): Remove.
11023         (SET_BINFO_VBASE_MARKED): Likewise.
11024         (CLEAR_BINFO_VBASE_MARKED): Likewise.
11025         (BINFO_FIELDS_MARKED): Remove.
11026         (SET_BINFO_FIELDS_MARKED): Likewise.
11027         (CLEAR_BINFO_FIELDS_MARKED): Likewise.
11028         (enum access_kind): New enumeration.
11029         (num_extra_vtbl_entries): Remove declaration.
11030         (size_extra_vtbl_entries): Likewise.
11031         (get_vtbl_decl_for_binfo): New function.
11032         (dfs_vbase_unmark): Remove declaration.
11033         (mark_primary_bases): Likewise.
11034         * class.c (SAME_FN): Remove.
11035         (struct vcall_offset_data_s): Move definition.
11036         (build_vbase_pointer): Use `build', not `build_binary_op', to
11037         access the vbase pointer under the new ABI.
11038         (build_vtable_entry_ref): Use get_vtbl_decl_for_binfo.
11039         (build_primary_vtable): Likewise.
11040         (dfs_mark_primary_bases): Move here from search.c.
11041         (mark_primary_bases): Likewise.
11042         (determine_primary_bases): Under the new ABI, don't make a base
11043         class a primary base just because we don't yet have any virtual
11044         functions.
11045         (layout_vtable_decl): Use get_vtbl_decl_for_binfo.
11046         (num_vfun_entries): Remove.
11047         (dfs_count_virtuals): Likewise.
11048         (num_extra_vtbl_entries): Likewise.
11049         (size_extra_vtbl_entries): Likewise.
11050         (layout_virtual_bases): Iterate in inheritance graph order under
11051         the new ABI.
11052         (finish_struct_1): Use TYPE_VFIELD, not CLASSTYPE_VSIZE, to
11053         indicate that a vfield is present.
11054         (init_class_processing): Initialize access_public_node, etc., from
11055         ak_public, etc.
11056         (get_vtbl_decl_for_binfo): New function.
11057         (dump_class_hierarchy_r): Likewise.
11058         (dump_class_hierarchy): Use it.
11059         (finish_vtbls): Build the vtbls in inheritance graph order.
11060         (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
11061         (initialize_vtable): Use get_vtbl_decl_for_binfo.
11062         (accumulate_vtbl_inits): Add comments explaining why a pre-order
11063         walk is required.
11064         (dfs_accumulate_vtbl_inits): Set BINFO_VTABLE to the location
11065         where the vptr points, even for primary vtables.
11066         (build_vtbl_initializer): Adjust handling of vbase and vcall
11067         offsets.
11068         (build_vcall_and_vbase_vtable_entries): New function.
11069         (dfs_build_vbase_offset_vtbl_entries): Remove.
11070         (build_vbase_offset_vtbl_entries): Reimplement.
11071         (dfs_build_vcall_offset_vtbl_entries): Don't include virtuals that
11072         were already handled in a primary base class vtable.
11073         (build_vcall_offset_vtbl_entries): Adjust.
11074         (build_rtti_vtbl_entries): Adjust.
11075         * decl2.c (output_vtable_inherit): Use get_vtbl_decl_for_binfo.
11076         * init.c (expand_virtual_init): Simplify.
11077         * repo.c (repo_get_id): Use get_vtbl_decl_for_binfo.
11078         * rtti.c (create_pseudo_type_info): Adjust calculation of vptr.
11079         * search.c (BINFO_ACCESS): New macro.
11080         (SET_BINFO_ACCESS): Likewise.
11081         (dfs_access_in_type): Manipulate access_kinds, not access nodes.
11082         (access_in_type): Likewise.
11083         (dfs_accessible_p): Likewise.
11084         (protected_accessible_p): Likewise.
11085         (lookup_fnfields_1): Adjust documentation.
11086         (dfs_mark_primary_bases): Move to class.c
11087         (mark_primary_bases): Likewise.
11088         (dfs_vbase_unmark): Remove.
11089         (virtual_context): Use BINFO_FOR_VBASE.
11090         (dfs_get_vbase_types): Simplify.
11091         (dfs_build_inheritance_graph_order): New function.
11092         (get_vbase_types): Use it.
11093         * tree.c (debug_binfo): Use get_vtbl_decl_for_binfo.
11094
11095         * tinfo.cc (get_vbase_offset): New function.
11096         (__vmi_class_type_info::do_find_public_src): Use it.
11097         (__vmi_class_type_info::do_dyncast): Likewise.
11098         (__vmi_class_type_info::do_upcast): Likewise.
11099
11100 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
11101
11102         * lang-specs.h: Pass -fno-show-column to the preprocessor.
11103
11104 2000-03-30  Nathan Sidwell  <nathan@codesourcery.com>
11105
11106         * rtti.c (class_hint_flags): Rename flags.
11107         (class_initializer): Remove flags.
11108         (synthesize_tinfo_var): Combine offset and flags. Add flags
11109         for __vmi_class_type_info.
11110         (create_tinfo_types): Remove flags from __class_type_info and
11111         __si_class_type_info. Merge flags and offset from
11112         base_class_type_info.
11113         * inc/cxxabi.h (__base_class_info): Merge offset and vmi_flags.
11114         (__base_class_info::is_virtual_p): Adjust.
11115         (__base_class_info::is_public_p): Adjust.
11116         (__base_class_info::offset): New accessor.
11117         (__class_type_info::details): Remove member.
11118         (__class_type_info::__class_type_info): Lose details.
11119         (__class_type_info::detail_masks): Remove.
11120         (__si_class_type_info::__si_class_type_info): Lose details.
11121         (__vmi_class_type_info::details): New member.
11122         (__vmi_class_type_info::__vmi_class_type_info): Adjust.
11123         (__vmi_class_type_info::detail_masks): New member.
11124         * tinfo.cc (__class_type_info::do_upcast): Initialize result
11125         with unknown_details_mask.
11126         (__vmi_class_type_info::do_find_public_src): Adjust
11127         (__vmi_class_type_info::do_dyncast): Adjust.
11128         (__vmi_class_type_info::do_upcast): Set result details, if
11129         needed. Adjust.
11130         (__dynamic_cast): Temporarily #if out optimization.
11131
11132 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
11133
11134         * rtti.c (get_tinfo_decl): Mark used.
11135         (emit_tinfo_decl): Don't optimize polymorphic type_info. Only
11136         mark as dealt with, if we output it.
11137
11138 2000-03-28  Mark Mitchell  <mark@codesourcery.com>
11139
11140         * class.c: Reorganize to put virtual function table initialization
11141         machinery at the end of the file.
11142
11143 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
11144
11145         * class.c (finish_struct): Use bitsize_zero_node.
11146         * pt.c (instantiate_class_template): Likewise.
11147
11148 2000-03-28  Mark Mitchell  <mark@codesourcery.com>
11149
11150         Put RTTI entries at negative offsets in new ABI.
11151         * class.c (dfs_build_vbase_offset_vtbl_entries): Put the first
11152         vbase offset at index -3, not -1.
11153         (build_vtabe_offset_vtbl_entries): Use unmarked_vtable_pathp, not
11154         dfs_vtable_path_unmarked_real_bases_queue_p to walk bases.
11155         (dfs_build_vcall_offset_vtbl_entries): Don't use skip_rtti_stuff.
11156         (build_rtti_vtbl_entries): New function.
11157         (set_rtti_entry): Remove.
11158         (build_primary_vtable): Don't use it.
11159         (build_secondary_vtable): Likewise.
11160         (start_vtable): Remove.
11161         (first_vfun_index): New function.
11162         (set_vindex): Likewise.
11163         (add_virtual_function): Don't call start_vtable.  Do call
11164         set_vindex.
11165         (set_primary_base): Rename parameter.
11166         (determine_primary_base): Likewise.
11167         (num_vfun_entries): Don't use skip_rtti_stuff.
11168         (num_extra_vtbl_entries): Include RTTI information.
11169         (build_vtbl_initializer): Use build_rtti_vtbl_entries.
11170         (skip_rtti_stuff): Remove.
11171         (dfs_modify_vtables): Don't use it.
11172         (modify_all_vtables): Don't use start_vtable.  Do use set_vindex.
11173         (layout_nonempty_base_or_field): Update size handling.
11174         (create_vtable_ptr): Tweak.
11175         (layout_class_type): Adjust parameter names.
11176         (finish_struct_1): Simplify.
11177         * cp-tree.h (CLASSTYPE_VSIZE): Tweak documentation.
11178         (skip_rtti_stuff): Remove.
11179         (first_vfun_index): New function.
11180         (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
11181         (dfs_vtable_path_marked_real_bases_queue_p): Remove.
11182         (marked_vtable_pathp): Declare.
11183         (unmarked_vtable_pathp): Likewise.
11184         * error.c (dump_expr): Use first_vfun_index to calculate vtable
11185         offsets.
11186         * rtti.c (build_headof): Look for RTTI at negative offsets.
11187         (get_tinfo_decl_dynamic): Likewise.
11188         (tinfo_base_init): Don't take the address of the TINFO_VTABLE_DECL
11189         here.
11190         (create_pseudo_type_info): Do it here instead.  Adjust so that
11191         vptr points at first virtual function.
11192         * search.c (marked_vtable_pathp): Make it global.
11193         (unmarked_vtable_pathp): Likewise.
11194         (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
11195         (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
11196         (dfs_get_pure_virtuals): Don't use skip_rtti_stuff.
11197         (get_pure_virtuals): Likewise.
11198         (expand_upcast_fixups): Likewise.
11199         * tree.c (debug_binfo): Likewise.
11200         * tinfo.cc (__dynamic_cast): Look for vtable_prefix at appropriate
11201         negative offset.
11202
11203 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11204
11205         * class.c (check_field_decl): Fix typo.
11206         (build_vtbl_or_vbase_field): Don't clear DECL_SAVED_INSNS.
11207         (check_methods): Likewise.
11208         (check_field_decls): Likewise.
11209         Use DECL_CONTEXT, not DECL_FIELD_CONTEXT.
11210         * cp-tree.h (DECL_SHADOWED_FOR_VAR, DECL_TEMPLATE_RESULT):
11211         Use DECL_RESULT_FLD, not DECL_RESULT.
11212         * decl.c (xref_tag): Use DECL_TEMPLATE_RESULT.
11213         * lex.c (identifier_type): Likewise.
11214         * pt.c (determine_specialization, lookup_template_class): Likewise.
11215         (tsubst_friend_function, tsubst_decl, instantiate_template): Likewise.
11216         (resolve_overloaded_unification, more_specialized): Likewise.
11217         * semantics.c (finish_member_declaration): Likewise.
11218         * typeck.c (build_x_function_call): Likewise.
11219
11220 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
11221
11222         * class.c (layout_empty_base): Handle empty bases with non-byte
11223         alignment.
11224         (build_base_field): Likewise.
11225         (layout_virtual_bases): Likewise.
11226
11227         * class.c (finish_struct_1): Fix typo in this change:
11228
11229         Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11230
11231 2000-03-25  Mark Mitchell  <mark@codesourcery.com>
11232
11233         * decl.c (grokdeclarator): Count partial specializations when
11234         keeping track of how many template classes have been seen.
11235
11236         * dump.c (dequeue_and_dump): Dump DECL_TEMPLATE_RESULT.
11237
11238 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11239
11240         * class.c (build_vbase_pointer_fields): layout_field now place_field.
11241         (get_vfield_offset): Use byte_position.
11242         (set_rtti_entry): Set OFFSET to ssizetype zero.
11243         (get_binfo_offset_as_int): Deleted.
11244         (dfs_record_base_offsets): Use tree_low_cst.
11245         (dfs_search_base_offsets): Likewise.
11246         (layout_nonempty_base_or_field): Reflect changes in RLI format
11247         and call byte_position.
11248         (layout_empty_base): Convert offset to ssizetype.
11249         (build_base_field): use rli_size_unit_so_far.
11250         (dfs_propagate_binfo_offsets): Do computation in proper type.
11251         (layout_virtual_bases): Pass ssizetype to propagate_binfo_offsets.
11252         (layout_class_type): Reflect changes in RLI names and fields.
11253         (finish_struct_1): Set DECL_FIELD_OFFSET.
11254         * dump.c (dequeue_and_dump): Call bit_position.
11255         * expr.c (cplus_expand_constant): Use byte_position.
11256         * rtti.c (expand_class_desc): Use bitsize_one_node.
11257         * typeck.c (build_component_addr): Use byte_position and don't
11258         special case for zero offset.
11259
11260 2000-03-24  Nathan Sidwell  <nathan@codesourcery.com>
11261
11262         * decl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.
11263
11264         * rtti.c (get_tinfo_decl): Set comdat linkage on new-abi
11265         tinfo object.
11266         (emit_tinfo_decl): Only emit polymorphic tinfo's when emitting
11267         vtable.
11268
11269 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
11270
11271         * call.c (check_dtor_name, build_new_method_call): Use TYPE_P and
11272         DECL_P macros.
11273         * decl.c (push_class_binding, poplevel, pushtag, lookup_namespace_name,
11274         make_typename_type, check_initializer, cp_finish_decl,
11275         xref_tag): Likewise.
11276         * decl2.c (grokfield, build_expr_from_tree, build_expr_from_tree,
11277         decl_namespace, arg_assoc_template_arg, arg_assoc,
11278         validate_nonmember_using_decl, do_class_using_decl): Likewise.
11279         * error.c (dump_template_argument, dump_expr, cp_file_of, cp_line_of,
11280         args_to_string): Likewise.
11281         * friend.c (is_friend): Likewise.
11282         * lex.c (note_got_semicolon, note_list_got_semicolon,
11283         is_global): Likewise.
11284         * method.c (build_overload_nested_name, build_overload_value,
11285         build_qualified_name, build_qualified_name, hack_identifier): Likewise.
11286         * parse.y (typename_sub, typename_sub1): Likewise.
11287         * pt.c (push_inline_template_parms_recursive, check_template_shadow,
11288         process_partial_specialization, convert_template_argument,
11289         template_args_equal, add_pending_template, lookup_template_class,
11290         for_each_template_parm_r, maybe_fold_nontype_arg,
11291         tsubst, instantiate_template, type_unification_real, unify,
11292         instantiate_pending_templates, set_mangled_name_for_template_decl):
11293         Likewise.
11294         * repo.c (repo_get_id, repo_template_used): Likewise.
11295         * search.c (lookup_field_1): Likewise.
11296         * tree.c (walk_tree, get_type_decl, cp_tree_equal, member_p): Likewise.
11297         * xref.c (classname): Likewise.
11298
11299 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
11300
11301         * cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.
11302         (CANONICAL_BINFO): New macro.
11303         (BINFO_NEW_VTABLE_MARKED): Use it.
11304         (SET_BINFO_NEW_VTABLE_MARKED): Likewise.
11305         (CLEAR_BINFO_NEW_VTABLE_MARKED): Likewise.
11306         * class.c (dfs_build_vbase_offset_vtbl_entries): Use BINFO_TYPE,
11307         not TREE_TYPE.
11308         (build_primary_vtable): Adjust usage of BINFO_NEW_VTABLE_MARKED.
11309         (build_secondary_vtable): Likewise.
11310         (dfs_finish_vtbls): Likewise.
11311         (dfs_accumulate_vtbl_inits): Likewise.
11312         (accumulate_vtbl_inits): New function.
11313         (finish_vtbls): Make sure that virtual bases come after
11314         non-virtual bases in the vtable group.
11315         (record_base_offsets): Don't save and restore TREE_VIA_VIRTUAL.
11316         (finish_struct_1): Adjust usage of BINFO_NEW_VTABLE_MARKED.
11317         * search.c (struct vbase_info): Move definition.
11318         (marked_new_vtable_p): Adjust usage of BINFO_NEW_VTABLE_MARKED.
11319         (unmarked_new_vtable_p): Likewise.
11320         (dfs_mark_vtable_path): Remove.
11321         (dfs_mark_new_vtable): Remove.
11322         (dfs_unmark_new_vtable): Likewise.
11323         (dfs_clear_search_slot): Likewise.
11324         (dfs_find_vbases):  Adjust usage of BINFO_NEW_VTABLE_MARKED.
11325         (dfs_clear_vbase_slots): Likewise.
11326         (init_vbase_pointers): LIkewise.
11327
11328 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
11329
11330         * typeck.c (type_after_usual_arithmetic_conversions): Prefer a
11331         SIZETYPE to a non-SIZETYPE.
11332
11333 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
11334
11335         * class.c (layout_virtual_bases): Adjust names in conditionally
11336         compiled code.
11337
11338         * class.c (record_base_offsets): New function.
11339         (layout_conflict_p): Likewise.
11340         (layout_nonempty_base_or_field): Use it.
11341         (layout_empty_base): New function.
11342         (build_base_field): Use it.
11343         (build_base_fields): Update comment.
11344         (layout_virtual_bases): Fold in a little code form
11345         layout_basetypes.  Use layout_empty_base.
11346         (layout_basetypes): Remove.
11347         (end_of_class): New function.
11348         (layout_class_type): Use it.  Adjust.
11349
11350         * cp-tree.h (CLASSTYPE_VBASECLASSES): Fix typo in comment.
11351         (fntype_p): Remove.
11352         * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Fix typo in
11353         comment.
11354         (dfs_skip_nonprimary_vbases_markedp): Likewise.
11355         * typeck.c (fntype_p): Remove.
11356
11357         * cp-tree.h (TI_SPEC_INFO): Remove.
11358         (CLASSTYPE_TI_SPEC_INFO): Likewise.
11359         * pt.c (process_partial_specialization): Likewise.
11360
11361         * class.c (build_base_field): Fix thinko in computation of binfo
11362         offsets.
11363
11364         * tree.c (mark_local_for_remap_p): Mark variables declared in
11365         TARGET_EXPRs as well.
11366
11367 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
11368
11369         * typeck.c (require_complete_type, complete_type,
11370         complete_type_or_else, c_sizeof, c_sizeof_nowarn,
11371         build_array_ref, convert_arguments, pointer_diff,
11372         build_x_unary_op, build_unary_op, build_c_cast,
11373         build_modify_expr): Use COMPLETE_TYPE_P etc.
11374         * call.c (is_complete, convert_like_real,
11375         build_new_method_call): Likewise.
11376         * class.c (build_vbase_pointer_fields, check_bases,
11377         build_base_field, finish_struct_1, pushclass): Likewise.
11378         * cvt.c (cp_convert_to_pointer, convert_to_void): Likewise.
11379         * decl.c (maybe_process_template_type_declaration, pushtag,
11380         pushdecl, redeclaration_error_message, start_decl, start_decl_1,
11381         layout_var_decl, check_initializer, cp_finish_decl,
11382         grokdeclarator, require_complete_types_for_parms,
11383         grok_op_properties, xref_tag, xref_basetypes,
11384         check_function_type): Likewise.
11385         * decl2.c (check_classfn, reparse_absdcl_as_casts): Likewise.
11386         * friend.c (do_friend): Likewise.
11387         * init.c (build_offset_ref): Likewise.
11388         * parse.y (structsp): Likewise.
11389         * pt.c (maybe_process_partial_specialization,
11390         tsubst_friend_function, instantiate_class_template, tsubst,
11391         do_type_instantiation, instantiate_pending_templates): Likewise.
11392         * repo.c (repo_get_id): Likewise.
11393         * rtti.c (build_typeid, get_typeid, build_dynamic_cast_1,
11394         synthesize_tinfo_var, emit_support_tinfos): Likewise.
11395         * search.c (lookup_fnfields_1, lookup_conversions): Likewise.
11396         * semantics.c (begin_class_definition): Likewise.
11397         * tree.c (build_cplus_method_type): Likewise.
11398         * typeck2.c (digest_init, build_functional_cast,
11399         add_exception_specifier): Likewise.
11400         * parse.h, parse.c: Regenerated.
11401
11402 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
11403
11404         * inc/cxxabi.h: New header file. Define new-abi entry points.
11405         (__pointer_type_info::target): Rename member to ...
11406         (__pointer_type_info::type): ... here.
11407         (__base_class_info::type): Rename member to ...
11408         (__base_class_info::base): ... here.
11409         * Make-lang.in (CXX_EXTRA_HEADERS): Add cxxabi.h
11410         * cp-tree.h (CPTI_ABI): New global tree enumeration.
11411         (abi_node): New global tree node.
11412         * decl.c (abi_node): Document.
11413         (init_decl_processing): Initialize abi_node.
11414         * rtti.c (build_dynamic_cast_1): Use abi_node for new-abi.
11415         (get_vmi_pseudo_type_info): Likewise.
11416         (create_tinfo_types): Likewise.
11417         (emit_support_tinfos): Likewise.
11418         * tinfo.h (cxxabi.h): Include for new-abi.
11419         Move rtti class definitions to new header file.
11420         * tinfo.cc (abi): Use the namespace.
11421         (std): Move new abi rtti classes from here ...
11422         (__cxxabiv1): ... to here.
11423         * tinfo2.cc (cxxabi.h): Include for new-abi.
11424         Move rtti class definitions to new header file.
11425         (std): Move new abi rtti classes from here ...
11426         (__cxxabiv1): ... to here.
11427         * inc/typeinfo (__class_type_info): Move into __cxxabiv1
11428         namespace.
11429
11430 2000-03-20  Jed Wing <jedwin@zloty.ugcs.caltech.edu>
11431             Jason Merrill  <jason@casey.cygnus.com>
11432
11433         * method.c (build_overload_int): Use host_integerp.
11434
11435 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
11436
11437         * init.c (build_offset_ref): Handle the case of a templated member
11438         function.
11439
11440 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11441
11442         * except.c (expand_exception_blocks): Clear catch_clauses_last.
11443
11444 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
11445
11446         * cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
11447         * class.c (check_bitfield_decl): Turn illegal bitfields into
11448         non-bitfields.
11449         (dfs_propagate_binfo_offsets): Adjust for new size_binop
11450         semantics.
11451         (dfs_offset_for_unshared_vbases): Likewise.
11452         * cvt.c (cp_convert_to_pointer): Convert NULL to a
11453         pointer-to-member correctly under the new ABI.
11454         * expr.c (cplus_expand_constant): Don't use cp_convert when
11455         turning an offset into a pointer-to-member.
11456         * init.c (resolve_offset_ref): Don't adjust pointers-to-members
11457         when dereferencing them under the new ABI.
11458         * typeck.c (get_member_function_from_ptrfunc): Tweak calculation
11459         of pointers-to-members under the new ABI.
11460
11461         * class.c (check_bitfield_decl): Remove restriction on really long
11462         bitfields.
11463         (layout_class_type): Implement new ABI handling of bitfields
11464         longer than their types.
11465
11466 2000-03-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11467
11468         * parse.y (extdefs): Call ggc_collect.
11469         * parse.c: Regenerated.
11470
11471 2000-03-18  Nathan Sidwell  <nathan@codesourcery.com>
11472
11473         * class.c (build_base_field): Use TYPE_ALIGN to examine a type.
11474         (note_name_declared_in_class): Use OVL_CURRENT to get at a
11475         potential overload.
11476
11477 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11478
11479         * class.c (build_vbase_path): Use integer_zerop.
11480         (build_vtable_entry): Use tree_low_cst.
11481         (get_vfield_offset): Use bit_position.
11482         (dfs_modify_vtables): New variable vindex_val; `i' is HOST_WIDE_INT.
11483         Use tree_low_cst.
11484         (check_bitfield_decl): Set DECL_SIZE using convert.
11485         (build_base_field): Set DECL_SIZE and DECL_SIZE_UNIT using size_binop.
11486         (layout_virtual_bases): DSIZE is unsigned HOST_WIDE_INT.
11487         Use tree_low_cst.
11488         (finish_struct_1): Use bit_position.
11489         (dump_class_hierarchy): Use tree_low_cst.
11490         * cp-tree.h (min_precision): Add declaration.
11491         * decl.c (xref_tag, xref_basetypes): Use tree_low_cst.
11492         * error.c (dump_type_suffix): Use host_integerp and tree_low_cst.
11493         (dump_expr): Use integer_zerop, host_integerp, and tree_low_cst.
11494         * expr.c (cplus_expand_constant): Use bit_position.
11495         * init.c (build_vec_init): Use host_integerp and tree_low_cst.
11496         * rtti.c (get_base_offset): Use bit_position.
11497         * typeck.c (build_binary_op): Use integer_zerop, compare_tree_int,
11498         host_integerp, and tree_low_cst.
11499         (pointer_int_sum): Use integer_zerop.
11500         (build_component_addr): Use bit_position.
11501
11502 2000-03-17  Nathan Sidwell  <nathan@codesourcery.com>
11503
11504         * typeck.c (require_complete_type): Don't assume size_zero_node.
11505         (complete_type_or_else): Likewise.
11506
11507 2000-03-16  Steven Grady <grady@digitaldeck.com>
11508             Jason Merrill  <jason@casey.cygnus.com>
11509
11510         * rtti.c (build_dynamic_cast_1): Improve diagnostics.
11511
11512 2000-03-16  Nathan Sidwell  <nathan@codesourcery.com>
11513
11514         * decl2.c (grokfield): Bail out if type is error_mark_node.
11515
11516 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
11517
11518         * tinfo2.cc (__ptr_to_member_data): Rename to ...
11519         (__pointer_to_member_data): ... here. Adjust.
11520         * rtti.c (create_tinfo_types): Adjust.
11521
11522 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
11523
11524         * cp-tree.h (CPTI_REF_DESC_TYPE, ref_desc_type_node): Remove.
11525         * decl.c (ref_desc_type_node): Undocument.
11526         * rtti.c (ptr_ref_initializer): Rename to ...
11527         (ptr_initializer): ... here. Adjust comments.
11528         (ptmd_initializer): Fix comment thinko.
11529         (synthesize_tinfo_var): Remove REFERENCE_TYPE case.
11530         (create_tinfo_types): Remove ref_desc_type_node init.
11531         * tinfo2.cc (__reference_type_info): Remove.
11532
11533 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
11534
11535         * decl.c (cp_finish_decl): Remove obsolete comment.
11536
11537         * typeck.c (build_ptrmemfunc1): Kill uninitialized warning.
11538
11539 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
11540
11541         * cp-tree.h: Tweak documentation.
11542         * class.c (build_vbase_pointer_fields): Layout the fields, too.
11543         (avoid_overlap): Remove.
11544         (get_binfo_offset_as_int): New function.
11545         (dfs_serach_base_offsets): Likewise.
11546         (layout_nonempty_base_or_field): Likewise.
11547         (build_base_field): Layout fields here.  Avoid placing two objects
11548         of the same type at the same address, under the new ABI.
11549         (build_base_fields): Adjust accordingly.
11550         (create_vtable_ptr): Return the new field, but don't attach it to
11551         TYPE_FIELDS.
11552         (remove_base_field): Remove.
11553         (remove_base_fields): Remove.
11554         (layout_basetypes): Adjust accordingly.
11555         (layout_class_type): Call layout_field for each field, rather than
11556         just making a wholesale call to layout_type.
11557
11558 2000-03-14  Jeff Sturm  <jsturm@sigma6.com>
11559
11560         * except.c (expand_throw): Fix typo in _Jv_Sjlj_Throw.
11561
11562 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
11563
11564         * decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.
11565
11566         * except.c (dtor_nothrow): New fn.
11567         (do_pop_exception): Use it.  Take type parm.
11568         (push_eh_cleanup): Take type parm.
11569         (expand_start_catch_block): Pass it.
11570         (build_eh_type_type_ref): Accept null type.
11571
11572 2000-03-12  Mark Mitchell  <mark@codesourcery.com>
11573
11574         * cp-tree.h (revert_static_member_fn): Change prototype.
11575         * decl.c (grokfndecl): Adjust call to revert_static_member_fn.
11576         (grok_op_properties): Likewise.
11577         (start_function): Likewise.
11578         (revert_static_member_fn): Simplify.
11579         * pt.c (check_explicit_specialization): Adjust call to
11580         revert_static_member_fn.
11581
11582 2000-03-11  Mark Mitchell  <mark@codesourcery.com>
11583
11584         * cp-tree.h (scope_kind): New type.
11585         (tmpl_spec_kind): Likewise.
11586         (declare_pseudo_global_level): Remove.
11587         (pseudo_global_level_p): Rename to template_parm_scope_p.
11588         (pushlevel): Remove declaration.
11589         (begin_scope): New function.
11590         (finish_scope): Likewise.
11591         (current_tmpl_spec_kind): Likewise.
11592         * decl.c (struct binding_level): Shorten parm_flag to 2 bits.
11593         Shorten keep to 2 bits.  Rename pseudo_global to template_parms_p.
11594         Add template_spec_p.
11595         (toplevel_bindings_p): Adjust.
11596         (declare_pseudo_global_level): Remove.
11597         (pseudo_global_level_p): Rename to template_parm_scope_p.
11598         (current_tmpl_spec_kind): New function.
11599         (begin_scope): Likewise.
11600         (finish_scope): Likewise.
11601         (maybe_push_to_top_level): Adjust.
11602         (maybe_process_template_type_declaration): Likewise.
11603         (pushtag): Likewise.
11604         (pushdecl_nonclass_level): Likewise.
11605         (lookup_tag): Likewise.
11606         (grokfndecl): Handle member template specializations.  Share
11607         constructor and non-constructor code.
11608         * decl2.c (check_classfn): Handle member template specializations.
11609         * pt.c (begin_template_parm_list): Use begin_scope.
11610         (begin_specialization): Likewise.
11611         (end_specialization): Likewise.
11612         (check_explicit_specialization): Use current_tmpl_spec_kind.
11613         Handle member template specializations.
11614         (end_template_decl): Use finish_scope.  Remove call to
11615         get_pending_sizes.
11616         (push_template_decl_real): Remove bogus error message.
11617         (tsubst_decl): Fix typo in code contained in comment.
11618         (instantiate_template): Handle member template specializations.
11619         (most_general_template): Likewise.
11620
11621 2000-03-11  Gabriel Dos Reis  <gdr@codesourcery.com>
11622
11623         * lex.c (whitespace_cr): Compress consecutive calls to warning().
11624         (do_identifier): Ditto for error().
11625
11626         * pt.c (convert_nontype_argument): Ditto for cp_error().
11627         (convert_template_argument): Ditto for cp_pedwarn().
11628
11629 2000-03-11  Jason Merrill  <jason@casey.cygnus.com>
11630
11631         * exception.cc (__check_null_eh_spec): New fn.
11632         * except.c (expand_end_eh_spec): Call it if the spec is throw().
11633
11634 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
11635
11636         * decl.c (push_throw_library_fn): Take the FUNCTION_TYPE.
11637         * except.c (expand_end_eh_spec): Add the return type.
11638         * rtti.c (throw_bad_cast): Add the parmtypes.
11639         (throw_bad_typeid): Likewise.
11640
11641         * semantics.c (expand_stmt): Only leave out rtl for unused
11642         artificials, and set DECL_IGNORED_P on them as well.
11643         * decl.c (wrapup_globals_for_namespace): Likewise.
11644
11645 2000-03-09  Nathan Sidwell  <nathan@codesourcery.com>
11646
11647         * decl.c (maybe_commonize_var): Skip all artificial decls.
11648         * pt.c (tsubst_decl): Don't copy TREE_ASM_WRITTEN.
11649
11650 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
11651
11652         * lang-options.h, decl2.c: Add -fno-enforce-eh-specs.
11653         * cp-tree.h: Declare flag_enforce_eh_specs.
11654         * decl.c (store_parm_decls, finish_function): Check it.
11655
11656         C library functions don't throw.
11657         * Makefile.in (cfns.h): New target.
11658         (except.o): Depend on it.
11659         * Make-lang.in (cc1plus): Depend on cfns.gperf.
11660         * cfns.gperf: New file.
11661         * cfns.h: Generated.
11662         * except.c: Include it.
11663         (nothrow_libfn_p): New fn.
11664         * decl.c (grokfndecl): Use it.
11665         * cp-tree.h: Declare it.
11666
11667         * decl.c (push_overloaded_decl_1, auto_function,
11668         define_function): Lose.
11669         (build_library_fn_1): New static fn.
11670         (builtin_function): Use it.
11671         (get_atexit_node): Use build_library_fn_ptr.
11672         (build_library_fn, build_cp_library_fn, build_library_fn_ptr,
11673         build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,
11674         push_void_library_fn, push_throw_library_fn): New fns.
11675         * cp-tree.h: Declare them.
11676         (cp_tree_index): Remove CPTI_BAD_CAST, CPTI_BAD_TYPEID.
11677         (throw_bad_cast_node, throw_bad_typeid_node): Lose.
11678         * except.c (init_exception_processing, call_eh_info, do_pop_exception,
11679         (expand_end_eh_spec, alloc_eh_object, expand_throw): Use above fns.
11680         * rtti.c (build_runtime_decl): Lose.
11681         (throw_bad_cast, throw_bad_typeid, get_tinfo_decl,
11682         build_dynamic_cast_1, expand_si_desc, expand_class_desc,
11683         expand_ptr_desc, expand_attr_desc, expand_generic_desc): Use above fns.
11684
11685         * call.c (build_call): Remove result_type parm.
11686         Call mark_used on unused artificial fns.
11687         * init.c, method.c, typeck.c, except.c, rtti.c: Adjust.
11688
11689 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
11690
11691         * call.c (build_call): Set TREE_NOTHROW on the CALL_EXPR as
11692         appropriate.
11693         * decl.c (define_function): Set TREE_NOTHROW on the FUNCTION_DECL.
11694         * except.c (call_eh_info, alloc_eh_object, expand_throw): Set
11695         TREE_NOTHROW or TREE_THIS_VOLATILE on the function as appropriate.
11696         * rtti.c (build_runtime_decl, get_tinfo_decl, build_dynamic_cast_1,
11697         expand_si_desc, expand_class_desc, expand_ptr_desc, expand_attr_desc,
11698         expand_generic_desc): Likewise.
11699
11700 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11701
11702         * exception.cc (__cp_pop_exception): Cleanup the original object.
11703
11704 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11705
11706         * decl.c (grok_op_properties): Merge conversion to void warning
11707         with other silly op warnings.
11708
11709 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
11710
11711         * typeck2.c (process_init_constructor): Set TREE_PURPOSE of
11712         array CONSTRUCTOR elements.  Don't use expr_tree_cons.
11713
11714 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11715
11716         * decl.c (cp_make_fname_decl): New function.
11717         (wrapup_globals_for_namespace): Don't emit unused static vars.
11718         (init_decl_processing): Remove comment about use of
11719         array_domain_type. Set make_fname_decl.
11720         (cp_finish_decl): Remove __FUNCTION__ nadgering.
11721         * semantics.c (begin_compound_stmt): Remove
11722         current_function_name_declared flagging.
11723         (expand_stmt): Don't emit unused local statics.
11724         * typeck.c (decay_conversion): Don't treat __FUNCTION__ decls
11725         specially.
11726
11727 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11728
11729         * typeck.c (convert_for_assignment): Don't look at array
11730         initializer.
11731         * call.c (convert_like_real): Likewise.
11732
11733 2000-03-07  Jason Merrill  <jason@casey.cygnus.com>
11734
11735         Add initial support for '\uNNNN' specifier.
11736         * lex.c (read_ucs): New fn.
11737         (readescape, skip_white_space): Call it.
11738         (is_extended_char, is_extended_char_1): New fns.
11739         (utf8_extend_token): New fn, #if 0'd out.
11740         (real_yylex): Treat extended chars like letters.
11741
11742         * search.c (note_debug_info_needed): Walk the bases even if we
11743         weren't deferring the type itself.
11744
11745 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11746
11747         * decl2.c (finish_objects): Constify a char*.
11748
11749         * method.c (emit_thunk): Likewise.
11750
11751 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
11752
11753         * typeck.c (dubious_conversion_warnings): Look through
11754         REFERENCE_TYPE.
11755
11756 Mon Mar  6 08:46:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11757
11758         * class.c (dfs_modify_vtables): I is now unsigned.
11759         (check_bitfield_decl): Use tree_int_cst_sgn and compare_tree_int.
11760         (build_base_field): Add casts of TREE_INT_CST_LOW to HOST_WIDE_INT.
11761         * error.c (dump_expr): Cast TREE_INT_CST_HIGH to unsigned.
11762         * init.c (build_vec_init): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
11763         * method.c (build_overload_int): Cast TREE_INT_CST_HIGH to unsigned.
11764         * typeck.c (build_binary_op, case TRUNC_DIV_EXPR):
11765         Call integer_all_onesp.
11766         * typeck2.c (process_init_constructor): Use compare_tree_int.
11767
11768         * lang-specs.h (as): Don't call if -syntax-only.
11769
11770 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
11771
11772         * expr.c (cplus_expand_expr, case STMT_EXPR): Don't set
11773         RTL_EXPR_HAS_NO_SCOPE after all.
11774
11775 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
11776
11777         * expr.c (cplus_expand_expr, case STMT_EXPR): Use
11778         expand_start_stmt_expr and expand_end_stmt_expr directly.  Set
11779         RTL_EXPR_HAS_NO_SCOPE.
11780
11781         * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG a little
11782         later.
11783
11784         * dump.c (dequeue_and_dump): Dump SCOPE_NO_CLEANUPS_P.
11785
11786 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
11787
11788         * call.c (convert_like): Macrofy.
11789         (convert_like_with_context): New macro.
11790         (convert_like_real): Renamed from convert_like.  Add calling
11791         context parameters, for diagnostics. Add recursive flag.  Call
11792         dubious_conversion_warnings for outer conversion.
11793         (build_user_type_conversion): Use convert_like_with_context.
11794         (build_over_call): Likewise. Don't warn about dubious
11795         conversions here. Adjust convert_default_arg calls.
11796         (convert_default_arg): Add context parameters for diagnostics.
11797         Pass through to convert_like_with_context.
11798         * cp-tree.h (convert_default_arg): Add context parameters.
11799         (dubious_conversion_warnings): Prototype new function.
11800         * typeck.c (convert_arguments): Adjust convert_default_arg call.
11801         (dubious_conversion_warnings): New function, broken
11802         out of convert_for_assignment.
11803         (convert_for_assignment): Adjust.
11804
11805 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
11806
11807         * decl2.c (key_method): Break out from...
11808         (import_export_vtable, import_export_class): ...here.
11809
11810         * decl.c (finish_function): Don't mess with flag_keep_inline_functions.
11811         * decl2.c (finish_vtable_vardecl): Don't check decl_function_context.
11812
11813         * search.c (note_debug_info_needed, dfs_debug_mark,
11814         dfs_debug_unmarkedp): Uncomment.  Adjust for new scheme.
11815         * decl2.c (finish_vtable_vardecl): Call note_debug_info_needed.
11816
11817 2000-03-03  Nathan Sidwell  <nathan@codesourcery.com>
11818
11819         * decl.c (cp_finish_decl): Remove obsolete obstack comments, fix
11820         typos.
11821
11822 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
11823
11824         * cp-tree.h (TYPE_NEEDS_DESTRUCTOR): Rename to ...
11825         (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): ... this.
11826         (TYPE_HAS_TRIVIAL_DESTRUCTOR): New macro.
11827         (lang_type): Split gets_new into has_new and has_array_new.
11828         (TYPE_VEC_NEW_USES_COOKIE): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
11829         (TYPE_GETS_NEW): Split into ...
11830         (TYPE_HAS_NEW_OPERATOR): ... this, and ...
11831         (TYPE_HAS_ARRAY_NEW_OPERATOR): ... this.
11832         (DECL_ARRAY_DELETE_OPERATOR_P): New macro
11833         (build_op_new_call): Don't declare.
11834         (build_new_1): Likewise.
11835         * call.c (build_op_new_call): Remove.
11836         * class.c (check_bases): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
11837         instead of TYPE_NEEDS_DESTRUCTOR.
11838         (finish_struct_bits): Likewise.
11839         (add_implicitly_declared_members): Likewise.
11840         (check_field_decl): Likewise.
11841         (check_methods): Set TYPE_VEC_DELETE_TAKES_SIZE here, and set it
11842         correctly under the new ABI.
11843         * decl.c (start_decl_1): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
11844         instead of TYPE_NEEDS_DESTRUCTOR.
11845         (initialize_local_var): Likewise.
11846         (destroy_local_var): Likewise.
11847         (cp_finish_decl): Likewise.
11848         (register_dtor_fn): Likewise.
11849         (grok_op_properties): Set TYPE_HAS_NEW_OPERATOR and
11850         TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.  Don't set
11851         TYPE_VEC_DELETE_TAKES_SIZE here.
11852         (xref_basetypes): Set TYPE_HAS_NEW_OPERATOR and
11853         TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.
11854         (store_parm_decls):  Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
11855         (finish_destructor_body): Likewise.
11856         (maybe_build_cleanup_1): Likewise.
11857         * decl2.c (do_static_destruction): Likewise.
11858         * init.c (build_new_1): Make it static.
11859         (perform_member_init): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
11860         (expand_cleanup_for_base): Likewise.
11861         (get_cookie_size): New function.
11862         (build_new_1): Handle array-new cookies correctly under the new
11863         ABI.
11864         (build_vec_delete_1): Likewise.
11865         (build_vec_init):  Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
11866         (build_delete): Likewise.
11867         (build_vec_delete): Handle array-new cookies correctly under the new
11868         ABI.
11869         * lex.c (do_identifier): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
11870         * pt.c (instantiate_class_template): Set TYPE_HAS_NEW_OPERATOR and
11871         TYPE_HAS_ARRAY_NEW_OPERATOR.
11872         * ptree.c (print_lang_type): Check them.
11873         * search.c (context_for_name_lookup): Fix typo in comment.
11874         (tree_has_any_destructor_p): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
11875         * tree.c (break_out_cleanups): Likewise.
11876         (build_cplus_array_test_1): Likewise.
11877         (cp_build_qualified_type_real): Likewise.
11878         * typeck.c (complete_type): Likewise.
11879
11880         * g++spec.c (lang_specific_driver): Add -fnew-abi at the start of
11881         the command-line, not the end.
11882
11883 2000-03-01  Jason Merrill  <jason@casey.cygnus.com>
11884
11885         * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG.
11886
11887 2000-03-02  Tom Tromey  <tromey@cygnus.com>
11888
11889         * cp-tree.h (build_java_class_ref): Declare.
11890         * init.c (build_java_class_ref): No longer static.
11891         * except.c (expand_throw): Generate a Java-style `throw' if the
11892         thrown object is a "Java" object.
11893         (initialize_handler_parm): Generate a Java-style lookup of
11894         exception info if the caught object is a "Java" object.
11895         (catch_language, catch_language_init): New globals.
11896         (decl_is_java_type): New function.
11897         (expand_start_catch_block): Don't call push_eh_info() or
11898         push_eh_cleanup() when handling a Java-style "catch".  Pass Java
11899         class reference to build_catch_block.
11900
11901 Thu Mar  2 13:32:01 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11902
11903         * typeck.c (comptypes): Treat sizetype like its language equivalent.
11904
11905 2000-03-01  Bernd Schmidt  <bernds@cygnus.co.uk>
11906
11907         * typeck.c (maybe_warn_about_returning_address_of_local): Reorganize
11908         to merge reference/pointer code and fix incorrect warnings.
11909
11910 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
11911
11912         * search.c (protected_accessible_p): Use context_for_name_lookup.
11913
11914         * init.c (construct_virtual_bases): Fix thinko.
11915         * typeck.c (expand_ptrmemfunc_cst): Fix thinko.
11916
11917 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
11918
11919         * decl.c (current_function_decl): Move to toplev.c.
11920
11921 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
11922
11923         * pt.c (fn_type_unification): Unify return type, whenever
11924         provided.
11925         (get_bindings_real): Only pass return type when necessary.
11926         Remove explicit return type check.
11927         * class.c (resolve_address_of_overloaded_function): Pass desired
11928         return type to fn_type_unification.
11929
11930 Mon Feb 28 08:15:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11931
11932         * class.c (build_vtbl_or_vbase_field, check_methods): Don't clear
11933         DECL_FIELD_SIZE.
11934         (check_bitfield_decl, check_field_decls): Set DECL_SIZE, not
11935         DECL_FIELD_SIZE.
11936         * rtti.c (expand_class_desc): Likewise.
11937         * cp-tree.h (DECL_INIT_PRIORITY): Use underlying union name.
11938         (THUNK_VCALL_OFFSET): Likewise.
11939         (THUNK_DELTA): Reflect changes in ../tree.h.
11940
11941 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
11942
11943         * search.c (protected_accessible_p): Also allow the access if
11944         the member is public in DERIVED.  Lose TYPE parm.
11945         (friend_accessible_p): Lose TYPE parm.
11946         (accessible_p): Adjust.
11947
11948 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11949
11950         * class.c (dfs_build_vtable_offset_vtbl_entries): Don't use size_binop
11951         on things that are not sizes; ssize_binop deleted.
11952         Call size_diffop when appropriate.
11953         (dfs_build_vcall_offset_vtbl_entries): Likewise.
11954         (build_primary_vtable, build_secondary_vtable): Likewise.
11955         (dfs_set_offset_for_unshared_vbases, dfs_modify_vtables): Likewise.
11956         Variable I is HOST_WIDE_INT.
11957         (get_vfield_offset): Pass proper types to size_binop.
11958         (size_extra_vtbl_entries, layout_virtual_bases): Likewise.
11959         (finish_struct_1): Likewise.
11960         (skip_rtti_stuff): Arg N is now pointer to signed.
11961         (layout_class_type): Use size_zero_node.
11962         * cp-tree.h (skip_rtti_stuff): Arg N is pointer to signed.
11963         * cvt.c (cp_convert_to_pointer): Pass proper types to size_binop.
11964         * decl.c (complete_arry_type): Pass proper types to size_binop.
11965         (xref_basetypes): BINFO_OFFSET is sizetype.
11966         * error.c (dump_expr): Don't use size_binop non-sizes.
11967         * expr.c (cplus_expand_constant): Pass proper types to size_binop.
11968         * init.c (construct_virtual_bases): Fix type error.
11969         (build_vec_delete_1): Pass proper type to size_binop and don't
11970         fold result.
11971         * lex.c (cp_make_lang_type): BINFO_OFFSET is sizetype.
11972         * rtti.c (get_base_offset): Pass proper type to size_binop.
11973         * search.c (dfs_find_vbases): Fix type error.
11974         (expand_upcast_fixups): Arg to skip_rtti_stuff is pointer to signed.
11975         (dfs_get_vbase_types): BINFO_OFFSET is sizetype.
11976         * tree.c (debug_binfo): Variable N is signed.
11977         Use HOST_WIDE_INT_PRINT_DEC.
11978         * typeck.c (comptypes): sizetype is same as equivalent integer type.
11979         (c_sizeof, c_sizeof_nowarn, expr_sizeof): Use TYPE_SIZE_UNIT,
11980         size_one_node and size_zero_node.
11981         (c_alignof): Use size_one_node.
11982         (build_component_addr): Pass proper types to size_binop.
11983         (expand_ptrmemfunc_cst): Don't use size_binop on non-sizes.
11984
11985 2000-02-26  Jason Merrill  <jason@casey.cygnus.com>
11986
11987         Implement class scope using-declarations for functions.
11988         * class.c (handle_using_decl): Call add_method for used functions.
11989         Use IDENTIFIER_CLASS_VALUE to check for conflicts.
11990         (add_method): Used functions are hidden by local functions.
11991         (check_bases_and_members): Handle using-decls before finalizing
11992         CLASSTYPE_METHOD_VEC.
11993         * call.c (add_function_candidate): Add ctype parm; if non-zero,
11994         override the type of 'this' accordingly.
11995         (add_template_candidate, add_template_candidate_real): Add ctype parm.
11996         (convert_class_to_reference, build_user_type_conversion_1,
11997         build_new_function_call, build_object_call, build_new_op,
11998         build_new_method_call): Pass ctype parm.
11999
12000         * search.c (lookup_member): Put rval_binfo, not basetype_path, in
12001         the baselink.
12002         * call.c (convert_class_to_reference, build_user_type_conversion_1,
12003         build_new_function_call, build_object_call, build_new_op,
12004         build_new_method_call, build_op_delete_call): Don't get basetype_path
12005         from a baselink.
12006         * typeck.c (build_component_ref): Likewise.
12007         * init.c (build_offset_ref): Likewise.
12008         (resolve_offset_ref): Don't call enforce_access.
12009         Call build_scoped_ref.
12010         * typeck2.c (build_scoped_ref): Simplify.  Do nothing if it
12011         would cause an error or if -pedantic.
12012         * class.c (alter_access): Lose binfo parm.
12013
12014 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
12015
12016         * semantics.c (simplify_aggr_init_exprs_p): Don't walk into
12017         types.
12018
12019 2000-02-25  Alfred Minarik <a8601248@unet.univie.ac.at>
12020
12021         * rtti.c (get_vmi_pseudo_type_info): Move __vmi_class_type_info
12022         pseudo_type_info creation into the std namespace
12023
12024 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
12025
12026         * cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.
12027         (import_export_class): Remove declaration.
12028         * decl2.c (import_export_class): Make it static.
12029         * dump.c (dequeue_and_dump): Handle PREDECREMENT_EXPR,
12030         PREINCREMENT_EXPR, POSTDECREMENT_EXPR, POSTINCREMENT_EXPR,
12031         EXPR_WITH_FILE_LOCATION.
12032         * lex.c (check_newline): Tweak filename/lineno setting.
12033         * semantics.c (begin_while_stmt): Fix typo in comment.
12034
12035 Sat Feb 26 19:50:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12036
12037         * lang-options.h (-fmessage-length=): Add missing option.
12038
12039         * Make-lang.in (CXX_SRCS): Add .h files and sort list.
12040
12041 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
12042
12043         * Make-lang.in: Delete refs to LIBGCC2_DEPS.
12044
12045 Fri Feb 25 14:52:33 2000  Jim Wilson  <wilson@cygnus.com>
12046
12047         * optimize.c (expand_call_inline): Emit the return label before
12048         evaluating the return value.
12049
12050 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
12051
12052         * lex.c (check_newline): Use push_srcloc and pop_srcloc, rather
12053         than duplicating functionality here.
12054         * optimize.c: Include input.h.
12055         (expand_call_inline): Use push_srcloc and pop_srcloc.
12056         * parse.y (maybe_cv_qualifier): Remove calls to emit_line_note.
12057         * parse.c: Regenerated.
12058         * Makefile.in (lex.o): Depend on input.h.
12059         (optimize.o): Likewise.
12060
12061 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
12062
12063         * decl.c (grokdeclarator): Diagnose qualifiers on non-member
12064         function type, rather than ICE.
12065
12066 2000-02-23  Jason Merrill  <jason@casey.cygnus.com>
12067
12068         * decl.c (grokdeclarator): Call decl_type_access_control.
12069         * parse.y (parse_end_decl): Don't call decl_type_access_control if
12070         decl is null.
12071
12072 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
12073
12074         * decl.c (decls_match): Remove obsolete static member nadgering.
12075
12076 2000-02-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12077
12078         * decl.c (grokdeclarator): Change ANSI to ISO.
12079         * lex.c (consume_string, readescape, do_identifier): Likewise.
12080         (parse_float, real_yylex): Likewise.
12081         * parse.y (paren_expr_or_null, paren_cond_or_null): Likewise.
12082         (unary_expr, new_initializer, cast_expr, primary, primary_no_id,
12083         new_type_id, maybe_label_decls, simple_stmt,
12084         for.init.statement): Likewise.
12085         * pt.c (do_decl_instantiation, do_type_instantiation): Likewise.
12086         * semantics.c (finish_named_return_value): Likewise.
12087         * parse.c: Regenerate.
12088
12089 2000-02-21  Mark Mitchell  <mark@codesourcery.com>
12090
12091         * cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
12092         (CPTI_CLASS_STAR_TYPE): Remove.
12093         (vtable_index_type): Likewise.
12094         (class_star_type_node): Remove.
12095         (TYPE_PTRMEMFUNC_FN_TYPE): Adjust for the new ABI.
12096         (build_binary_op_nodefault): Remove.
12097         * call.c (build_new_op): Use build_binary_op instead of
12098         build_binary_op_nodefault.
12099         * decl.c (init_decl_processing): Remove class_star_type_node
12100         initialization.  Make delta_type_node ptrdiff_type_node under the
12101         new ABI.  Initialize vtable_index_type.
12102         (build_ptrmemfunc_type): Build different structures for the new
12103         ABI.
12104         (build_enumerator): Use build_binary_op instead of
12105         build_binary_op_nodefault.
12106         * method.c (build_overload_value): Mangle pointers-to-members
12107         appropriately under the new ABI.
12108         * typeck.c (build_array_ref): Use build_binary_op instead of
12109         build_binary_op_nodefault.
12110         (get_member_function_from_ptrfunc): Adjust for the new ABI.
12111         (build_binary_op_nodefault): Rename to ...
12112         (build_binary_op): ... this.  Remove old version.  Adjust for
12113         pointer-to-member comparisons under the new ABI.
12114         (build_ptrmemfunc1): Remove dead code.  Adjust for the new ABI.
12115         (build_ptrmemfunc): Adjust for the new ABI.
12116         (expand_ptrmemfunc_cst): Likewise.
12117         (delta2_from_ptrmemfunc): Assert that we're not using the new ABI.
12118         (pfn_from_ptrmemfunc): Adjust for the new ABI.
12119
12120 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
12121
12122         * call.c (build_object_call): Compress consecutive calls to
12123         cp_error.
12124         (build_conditional_expr): Say 'ISO C++' not 'ANSI C++'.
12125         (build_op_delete_call): Adjust message formatting.
12126
12127         * class.c (check_bases): Compress consecutive calls to
12128         cp_pedwarn.
12129         (finish_struct_anon): Say 'ISO C++'.
12130
12131         * decl.c (start_decl): Same here.
12132         (grok_reference_init): Likewise.
12133         (grokfndecl): Correct message formatting.
12134         (grokfndecl): Improve diagnostic.
12135         (check_static_variable_definition): Likewise. Say 'ISO C++'
12136         (compute_array_index_type): Say 'ISO C++'
12137         (create_array_type_for_decl): Compress consecutive calls to
12138         cp_error.
12139         (grokdeclarator): Say 'ISO C++'
12140         (grok_op_properties): Likewise.
12141
12142         * decl2.c (delete_sanity): Clairify diagnostic.
12143         (check_member_template): Same here.
12144         (grok_function_init): Use consistent terminology.
12145
12146         * expr.c (do_case): Say 'ISO C++'
12147
12148         * friend.c (do_friend): Compress consecutive calls to warning.
12149
12150 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
12151
12152         * cp-tree.h (merge_primary_and_secondary_vtables_p): New macro.
12153         * class.c (build_secondary_vtable): Reorganize.  Don't create a
12154         new vtable under the new ABI.
12155         (layout_vtable_decl): Don't add num_extra_vtbl_entries when
12156         computing the size.
12157         (build_vtbl_initializer): Don't return a CONSTRUCTOR; just return
12158         the initializing elements.
12159         (initialize_vtable): New function.
12160         (dfs_finish_vtbls): Use it.
12161         (dfs_accumulate_vtbl_inits): New function.
12162         (finish_vtbls): Merge primary and secondary vtables under the new
12163         ABI.
12164         (finish_struct_1): Remove redundant call to layout_vtable_decl.
12165         * init.c (expand_virtual_init): Deal with BINFO_VTABLEs that
12166         aren't VAR_DECLs.
12167
12168         * class.c (build_vtable): New function, split out from ...
12169         (get_vtable_decl): ... here, and ...
12170         (build_secondary_vtable): ... here.
12171
12172         * pt.c (tsubst_decl): Fix formatting.
12173
12174 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
12175
12176         * class.c (build_primary_vtable, layout_vtable_decl): Likewise.
12177         (avoid_overlap, build_base_field): Likewise.
12178         (build_base_field, build_base_fields, is_empty_class):
12179         Test DECL_SIZE with integer_zero.
12180         (layout_class_type): Set CLASSTYPE_SIZE_UNIT.
12181         * cp-tree.h (struct lang_type): New field size_unit.
12182         (CLASSTYPE_SIZE_UNIT): New macro.
12183         * decl.c (init_decl_processing): Set DECL_SIZE_UNIT.
12184         (cp_finish_decl): Delete -Wlarger-than processing.
12185         * optimize.c (remap_decl): Walk DECL_SIZE_UNIT.
12186         * pt.c (tsubst_decl): Set DECL_SIZE_UNIT.
12187         * tree.c (make_binfo): binfo vector is one entry longer.
12188         (walk_tree): Walk DECL_SIZE_UNIT.
12189
12190 2000-02-19  Mark Mitchell  <mark@codesourcery.com>
12191
12192         * class.c (dfs_build_vcall_offset_vtbl_entries): Fix typo in
12193         comment.
12194         (build_vtable_entry): Don't assume all vtable entries are
12195         functions.
12196         (build_vtbl_initializer): Adjust accordingly.
12197         (get_vtable_decl): Fix formatting.
12198
12199 2000-02-18  Jason Merrill  <jason@casey.cygnus.com>
12200
12201         * semantics.c (deferred_type_access_control): Walk the entire
12202         type_lookups list.
12203         (save_type_access_control): Rename from
12204         initial_deferred_type_access_control.  Just remember the value.
12205         (decl_type_access_control): New fn.
12206         (begin_function_definition): Use deferred_type_access_control, after
12207         we've started the function.  Set type_lookups to error_mark_node.
12208         * parse.y (frob_specs, fn.def1): Adjust.
12209         (parse_decl0, parse_field, parse_field0, parse_bitfield): New fns.
12210         (parse_end_decl, parse_bitfield0, parse_method): New fns.
12211         (fn.def2, initdcl, initdcl0_innards, nomods_initdcl0): Use them.
12212         (after_type_component_declarator0): Likewise.
12213         (after_type_component_declarator): Likewise.
12214         (notype_component_declarator): Likewise.
12215         * cp-tree.h: Adjust.
12216
12217         * decl.c (redeclaration_error_message): Allow redeclaration of
12218         namespace-scope decls.
12219
12220 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
12221
12222         * typeck2.c (my_friendly_abort): Use GCCBUGURL.
12223
12224 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
12225
12226         * class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT.
12227         * decl2.c (grokclassfn): Likewise.
12228
12229         * ir.texi: Document DECL_TEMPLATE_INSTANTIATIONS.
12230
12231         * decl2.c (lang_decode_option): Don't set default message length
12232         here.
12233         * lex.c (lang_init_options): Set it here.
12234
12235 2000-02-16  Mark Mitchell  <mark@codesourcery.com>
12236
12237         Make DECL_CONTEXT mean the class in which a member function was
12238         declared, even for a virtual function.
12239         * cp-tree.h (DECL_CLASS_CONTEXT): Adjust.
12240         (DECL_FRIEND_CONTEXT): New macro.
12241         (DECL_REAL_CONTEXT): Remove.
12242         (SET_DECL_FRIEND_CONTEXT): Likewise.
12243         (DECL_VIRTUAL_CONTEXT): Adjust.
12244         (DECL_CLASS_SCOPE_P): Use TYPE_P.
12245         (add_friends): Remove.
12246         (hack_decl_function_context): Likewise.
12247         * call.c (build_new_function_call): Replace DECL_REAL_CONTEXT with
12248         CP_DECL_CONTEXT.
12249         (build_over_call): Fix indentation.  Use DECL_CONTEXT
12250         instead of DECL_CLASS_CONTEXT.
12251         * class.c (dfs_build_vcall_offset_vtbl_entries): Likewise.
12252         (add_method): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
12253         (strictly_overrides): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
12254         (build_vtbl_or_vbase_field): Don't set DECL_CLASS_CONTEXT.
12255         (build_base_field): Likewise.
12256         (finish_struct_1): Likewise.
12257         (build_self_reference): Likewise.
12258         * decl.c (push_class_binding): Use CP_DECL_CONTEXT, not
12259         DECL_REAL_CONTEXT.
12260         (pushtag): Use decl_function_context, not
12261         hack_decl_function_context.
12262         (decls_match): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
12263         (duplicate_decls): Use DECL_VIRTUAL_CONTEXT.
12264         (pushdecl): Remove bogus code.
12265         (start_decl): Use DECL_CONTEXT rather than DECL_CLASS_CONTEXT.
12266         (cp_finish_decl): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
12267         (grokfndecl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
12268         Use decl_function_context, nothack_decl_function_context.
12269         (grokvardecl): Don't set DECL_CLASS_CONTEXT.
12270         (grokdeclarator): Likewise.  Use decl_function_context, not
12271         hack_decl_function_context.
12272         (copy_args_p): Document.  Don't use DECL_CLASS_CONTEXT.
12273         (start_function): Use DECL_FRIEND_CONTEXT, not
12274         DECL_CLASS_CONTEXT.  Use decl_function_context, not
12275         hack_decl_function_context.
12276         (finish_function): Use decl_function_context, not
12277         hack_decl_function_context.
12278         (maybe_retrofit_in_chrg): Use DECL_CONTEXT, not
12279         DECL_CLASS_CONTEXT.
12280         (grokclassfn): Set DECL_VIRTUAL_CONTEXT, not DECL_CONTEXT.
12281         (finish_static_data_member_decl): Don't set DECL_CLASS_CONTEXT.
12282         (grokfield): Likewise.
12283         (finish_builtin_type): Likewise.
12284         (finish_vtable_vardec): Use decl_function_context, not
12285         hack_decl_function_context.
12286         (import_export_decl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
12287         (start_static_initialization_or_destruction): Likewise.
12288         (finish_static_initialization_or_destruction): Likewise.
12289         (mark_used): Adjust logic for deciding when to synthesize methods.
12290         * dump.c (dequeue_and_dump): Use CP_DECL_CONTEXT, not
12291         DECL_REAL_CONTEXT.
12292         * error.c (dump_function_decl): Use DECL_CONTEXT, not
12293         DECL_CLASS_CONTEXT.
12294         * friend.c (is_friend): Likewise.
12295         (add_friends): Remove.
12296         (do_friend): Use SET_DECL_FRIEND_CONTEXT.
12297         * lex.c (begin_definition_of_inclass_inline): Use
12298         decl_function_context, not hack_decl_function_context.
12299         (process_next_inline): Likewise.
12300         (do_identifier): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
12301         * method.c (set_mangled_name_for_decl): Use DECL_CONTEXT, not
12302         DECL_CLASSS_CONTEXT.
12303         (hack_identifier): Likewise.
12304         (synthesize_method):  Use decl_function_context, not
12305         hack_decl_function_context.
12306         * pt.c (template_class_depth_real): Use CP_DECL_CONTEXT, not
12307         DECL_REAL_CONTEXT.
12308         (is_member_template): Use decl_function_context, not
12309         hack_decl_function_context.  Use DECL_CONTEXT, not
12310         DECL_CLASS_CONTEXT.
12311         (build_template_decl): Set DECL_VIRTUAL_CONTEXT, not
12312         DECL_CLASS_CONTEXT.
12313         (check_default_tmpl_args): Use CP_DECL_CONTEXT, not
12314         DECL_REAL_CONTEXT.
12315         (push_template_decl_real): Likewise.
12316         (instantiate_class_template): Don't call add_friends.
12317         (tsubst_default_argument): Use DECL_CONTEXT, not
12318         DECL_REAL_CONTEXT.
12319         (tsubst_decl): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
12320         Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
12321         (set_meangled_name_for_template_decl): Use DECL_CONTEXT, not
12322         DECL_CLASS_CONTEXT.
12323         * repo.c (repo_inline_used): Likewise.
12324         * search.c (current_scope): Adjust for new _CONTEXT macros.
12325         (context_for_name_lookup): Use CP_DECL_CONTEXT, not
12326         DECL_REAL_CONTEXT.
12327         (friend_accessible_p): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
12328         (lookup_fnfields_here):Likewise.
12329         (check_final_overrider): Likewise.
12330         (init_vbase_pointers): Likewise.
12331         (virtual_context): Likewise.
12332         * semantics.c (finish_member_declaration): Just set DECL_CONTEXT.
12333         (expand_body): Use decl_function_context, not
12334         hack_decl_function_context.
12335         * tree.c (hack_decl_function_context): Remove.
12336         * typeck.c (build_x_function_call): Use DECL_CONTEXT, not
12337         DECL_CLASS_CONTEXT.
12338         * typeck2.c (error_not_base_type): Likewise.
12339
12340 2000-02-15  Jason Merrill  <jason@casey.cygnus.com>
12341
12342         * decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE.
12343
12344 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12345
12346         * Make-lang.in (g++spec.o): Depend on $(GCC_H), not gcc.h.
12347
12348 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
12349
12350         * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
12351
12352 2000-01-16  Gabriel Dos Reis  <gdr@codesourcery.com>
12353
12354         * decl2.c (lang_decode_option): Enable automatic line wrapping.
12355
12356 2000-02-13  Jason Merrill  <jason@casey.cygnus.com>
12357
12358         * parse.y (frob_specs): Split out...
12359         (parse_decl): From here.
12360         (fn.def2): Call initial_deferred_type_access_control.
12361         (after_type_component_declarator0): Call frob_specs.
12362         (notype_component_declarator0): Likewise.
12363         * search.c (friend_accessible_p): Nested classes are friends of their
12364         enclosing classes.
12365
12366 2000-02-10  Mark Mitchell  <mark@codesourcery.com>
12367
12368         * ir.texi (ADDR_EXPR): Document the fact that an ADDR_EXPR can be
12369         used to create an implicit temporary.
12370
12371         * class.c (dfs_modify_vtables): Tweak calculation of functions to
12372         override.
12373
12374 2000-02-08  Nathan Sidwell  <nathan@acm.org>
12375
12376         * typeck.c (strip_all_pointer_quals): Use TYPE_MAIN_VARIANT, to
12377         strip array element qualifiers too.
12378
12379 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
12380
12381         * decl.c (store_parm_decls): Don't build cleanups for parameters
12382         while processing_template_decl.
12383
12384 2000-02-07  Jason Merrill  <jason@casey.cygnus.com>
12385
12386         * cp-tree.h (struct saved_scope): Add incomplete field.
12387         (namespace_scope_incomplete): New macro.
12388         * decl.c (pushdecl): Use it.
12389         (hack_incomplete_structures): Use it.  See through artificial
12390         binding levels.
12391         (mark_saved_scope): Mark it.
12392
12393         Implement access control for nested types.
12394         * search.c (type_access_control): New fn.
12395         (accessible_p): Now we do perform access control for types.
12396         * semantics.c (deferred_type_access_control): New fn.
12397         (initial_deferred_type_access_control): New fn.
12398         (begin_function_definition): Call it.  Add lookups parm.
12399         * decl.c (struct binding_level): Add this_class field.
12400         (pushlevel_class): Set it.
12401         (mark_binding_level): Mark it.
12402         (lookup_name_real): Use it.  Call type_access_control.
12403         (mark_saved_scope): Mark lookups field.
12404         * cp-tree.h (flagged_type_tree): Add lookups field.
12405         (struct saved_scope): Add lookups field.
12406         (type_lookups): New macro.
12407         * parse.y (declmods): Now <ftype>.
12408         (parse_decl): Add lookups parm.  Call
12409         initial_deferred_type_access_control.
12410         (lang_extdef): Clear type_lookups.
12411         (typed_declspecs, declmods, typespec): Set lookups field.
12412         (initdcl): Call deferred_type_access_control.
12413         (fn.def1, fn.def2, typed_declspecs1, initdcl0_innards, nomods_initdcl0,
12414         component_decl_1, named_parm): Adjust.
12415         * friend.c (is_friend): Nested classes are friends of their
12416         enclosing classes.
12417
12418         * class.c (currently_open_derived_class): New fn.
12419         * method.c (hack_identifier): Use it.
12420
12421         * lex.c (do_identifier): Remove obsolete code.
12422
12423         * parse.y (typed_typespecs): Propagate new_type_flag properly.
12424
12425 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
12426
12427         * tinfo.h: Remove apostrophes from C++ comment (xgettext
12428         thinks this file is plain C).
12429
12430 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12431
12432         * Makefile.in (call.o): Depend on $(EXPR_H).
12433
12434         * call.c: Include "expr.h".
12435
12436         * class.c (dump_class_hierarchy): Add prototype.
12437
12438         * search.c (dfs_get_pure_virtuals): Likewise.
12439
12440 2000-02-1  Ulrich Drepper  <drepper@redhat.com>
12441
12442         * parse.y (simple_stmt): Allow :: token in asm parameter list.
12443         * parse.c: Rebuilt.
12444
12445 Mon Jan 31 15:35:29 2000  Jim Wilson  <wilson@cygnus.com>
12446
12447         * class.c (build_vtbl_or_vbase_field): New parameter fcontext.
12448         Store it in DECL_FCONTEXT.
12449         (build_vbase_pointer_fields, create_vtable_ptr): Fix callers.
12450
12451 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
12452
12453         * tinfo.h (old abi): #include "tconfig.h".
12454         * tinfo.cc (convert_to_base): Move into old abi section.
12455
12456 2000-01-31  Mark Mitchell  <mark@codesourcery.com>
12457
12458         * cp-tree.h (BINFO_VIRTUALS): Tweak documentation.
12459         (CLASSTYPE_PRIMARY_BINFO): Use BINFO_PRIMARY_BINFO.
12460         (BINFO_PRIMARY_BINFO): New macro.
12461         (BF_DELTA): Rename to ...
12462         (BV_DELTA): ... this.
12463         (BF_VCALL_INDEX): Rename to ...
12464         (BV_VCALL_INDEX): ... this.
12465         (BF_FN): Rename to ...
12466         (BV_FN): ... this.
12467         * class.c (build_vbase_path): Adjust for changes to reverse_path.
12468         (set_rtti_entry): Rename BF_ macros to BV_ variants.
12469         (modify_vtable_entry): Simplify.
12470         (add_virtual_function): Rename BF_ macros to BV_ variants.
12471         (build_vtable_initializer): Likewise.
12472         (get_class_offset_1): Remove.
12473         (dfs_get_class_offset): Likewise.
12474         (get_class_offset): Likewise.
12475         (dfs_find_final_overrider): New function.
12476         (find_final_overrider): Likewise.
12477         (modify_one_vtable): Remove.
12478         (dfs_find_base): New function.
12479         (dfs_modify_vtables): Fold modify_one_vtable in here.  Use
12480         find_final_overrider.
12481         (modify_all_vtables): Adjust.  Set BV_VCALL_INDEX on new
12482         virtuals.
12483         (dfs_fixup_vtable_deltas): Remove.
12484         (override_one_vtable): Remove.
12485         (merge_overrides): Likewise.
12486         (layout_virtual_bases): Make sure BINFO_OFFSET is set right for
12487         unreal chilren of virtual bases.
12488         (finish_struct_1): Don't use merge_overrides.  Don't use
12489         dfs_fixup_vtable_deltas.
12490         * tree.c (reverse_path): Return a TREE_LIST, not a chain of
12491         BINFOs.
12492
12493 2000-01-31  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12494             Jason Merrill  <jason@yorick.cygnus.com>
12495
12496         * tinfo.h: Rename USItype to myint32, depend on BITS_PER_UNIT.
12497
12498 2000-01-31  Alfred Minarik <a8601248@unet.univie.ac.at>
12499
12500         * exception.cc (__throw_bad_typeid): Add missing std::.
12501
12502 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12503
12504         * cp-tree.h (make_thunk): PROTO -> PARAMS.
12505
12506 2000-01-31  Nathan Sidwell  <sidwell@codesourcery.com>
12507
12508         * cp-tree.h (new_abi_rtti_p): Use flag_new_abi.
12509
12510         Runtime support for new-abi rtti.
12511         * inc/typeinfo (type_info::operator!=): Define in class.
12512         (type_info::before, type_info::name, type_info::operator==,
12513         type_info::operator!=): Define new ABI implementations.
12514         (type_info::is_pointer_p, type_info::is_function_p): Declare
12515         new virtual functions.
12516         (type_info::do_catch, type_info::do_upcast): Likewise.
12517
12518         * tinfo.h (__base_class_info): Define new class.
12519         (__class_type_info): Likewise.
12520         (__si_class_type_info): Likewise.
12521         (__vmi_class_type_info): Likewise.
12522         (__dynamic_cast): Prototype.
12523
12524         * tinfo.cc: Conditionalize old and new rtti mechanisms.
12525         (type_info::is_pointer_p): Define new function.
12526         (type_info::is_function_p): Likewise.
12527         (type_info::do_catch): Likewise.
12528         (type_info::do_upcast): Likewise.
12529         (vtable_prefix): New structure for vtable access.
12530         (adjust_pointer): Define new template function.
12531         (contained_p, public_p, virtual_p, contained_public_p,
12532         contained_nonpublic_p, contained_nonvirtual_p): Define new
12533         functions.
12534         (nonvirtual_base_type): New local variable.
12535         (__class_type_info::~__class_type_info): Define.
12536         (__si_class_type_info::~__si_class_type_info): Likewise.
12537         (__vmi_class_type_info::~__vmi_class_type_info): Likewise.
12538         (__class_type_info::do_catch): Define new function.
12539         (__class_type_info::do_upcast): Likewise.
12540         (__class_type_info::find_public_src): Likewise.
12541         (__class_type_info::do_find_public_src): Likewise.
12542         (__si_class_type_info::do_find_public_src): Likewise.
12543         (__vmi_class_type_info::do_find_public_src): Likewise.
12544         (__class_type_info::do_dyncast): Likewise.
12545         (__si_class_type_info::do_dyncast): Likewise.
12546         (__vmi_class_type_info::do_dyncast): Likewise.
12547         (__class_type_info::do_upcast): Likewise.
12548         (__si_class_type_info::do_upcast): Likewise.
12549         (__vmi_class_type_info::do_upcast): Likewise.
12550         (__dynamic_cast): Likewise.
12551
12552         * tinfo2.cc (__fundamental_type_info): Define new class.
12553         (__pointer_type_info): Likewise.
12554         (__reference_type_info): Likewise.
12555         (__array_type_info): Likewise.
12556         (__function_type_info): Likewise.
12557         (__enum_type_info): Likewise.
12558         (__ptr_to_member_type_info): Likewise.
12559         (__fundamental_type_info::~__fundamental_type_info): Define.
12560         (__pointer_type_info::~__pointer_type_info): Likewise.
12561         (__reference_type_info::~__reference_type_info): Likewise.
12562         (__array_type_info::~__array_type_info): Likewise.
12563         (__function_type_info::~__function_type_info): Likewise.
12564         (__enum_type_info::~__enum_type_info): Likewise.
12565         (__ptr_to_member_type_info::~__ptr_to_member_type_info): Likewise.
12566         (__pointer_type_info::do_catch): Define new function.
12567         (__ptr_to_member_type_info::do_catch): Define new function.
12568
12569         (__throw_type_match_rtti_2): Use new ABI interface, if enabled.
12570         (__is_pointer): Likewise.
12571
12572         * exception.cc (__cplus_type_matcher): Deal with new-abi rtti.
12573
12574 2000-01-30  Mark Mitchell  <mark@codesourcery.com>
12575
12576         * cp/class.c (build_vtable): Rename to build_primary_vtable.
12577         (prepare_fresh_vtable): Rename to build_secondary_vtable.
12578         (make_new_vtable): New function.
12579         (modify_vtable_entry): Handle generation of new vtables correctly.
12580         (modify_one_vtable): Remove unused parameter.
12581         (dfs_fixup_vtable_deltas): Likewise.
12582         (override_one_vtable): Use build_secondary_vtable.
12583         (finish_struct_1): Use build_primary_vtable and
12584         build_secondary_vtable.
12585
12586 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
12587
12588         * cp/decl.c: Adjust variable names, comments, help strings.
12589
12590 2000-01-29  Nathan Sidwell  <nathan@acm.org>
12591
12592         * new2.cc (operator delete[]): Use operator delete, don't assume
12593         implementation.
12594
12595 2000-01-29  Nathan Sidwell  <sidwell@codesourcery.com>
12596
12597         * class.c (build_vtbl_initializer): Add argument to
12598         build_vtable_entry call.
12599
12600 2000-01-27  Mark Mitchell  <mark@codesourcery.com>
12601
12602         * cp-tree.def (THUNK_DECL): Discuss vcall indices.
12603         * cp-tree.h (BINFO_VIRTUALS): Update documentation.
12604         (BF_DELTA): New macro.
12605         (BF_VCALL_INDEX): Likewise.
12606         (BF_FN): Likewise.
12607         (THUNK_VCALL_OFFSET): Likewise.
12608         (make_thunk): Change prototype.
12609         * class.c (build_vtable_entry): Integrate
12610         build_vtable_entry_for_fn.  Handle vcall indices.
12611         (build_vtable_entry_for_fn): Remove.
12612         (set_rtti_entry): Handle vcall indices.  Use BF_DELTA,
12613         BF_VCALL_INDEX, BF_FN.
12614         (modify_vtable_entry): Integrate common code from
12615         modify_one_vtable and dfs_fixup_vtable_deltas.
12616         (add_virtual_function): Set BF_VCALL_INDEX.
12617         (build_vtbl_initializer): Simplify.  Use BF_DELTA, BF_VCALL_INDEX,
12618         and BF_FN.
12619         (modify_one_vtable): Simplify.
12620         (dfs_fixup_vtable_deltas): Likewise.
12621         (override_one_vtable): Use BF_DELTA, BF_VCALL_INDEX, BF_FN.
12622         * method.c (make_thunk): Handle vcall indices.
12623
12624 2000-01-28  Nathan Sidwell  <sidwell@codesourcery.com>
12625
12626         Compiler side new abi rtti (not enabled).
12627         * cp-tree.h (new_abi_rtti_p): New macro.
12628         (emit_support_tinfos): Prototype new function.
12629         (tinfo_decl_p): Likewise.
12630         (emit_tinfo_decl): Likwise.
12631         * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL): New accessor
12632         macros.
12633         (doing_runtime): New local static.
12634         (init_rtti_processing): Add new-abi initializer.
12635         (get_tinfo_decl): Add new-abi logic.
12636         (tinfo_from_decl): Likewise.
12637         (build_dynamic_cast_1): Likewise.
12638         (qualifier_flags): New static function.
12639         (tinfo_base_init): Likewise.
12640         (generic_initializer): Likewise.
12641         (ptr_ref_initializer): Likewise.
12642         (ptmd_initializer): Likewise.
12643         (class_hint_flags): Likewise.
12644         (class_initializer): Likewise.
12645         (synthesize_tinfo_var): Likewise.
12646         (create_real_tinfo_var): Likewise.
12647         (create_pseudo_type_info): Likewise.
12648         (get_vmi_pseudo_type_info): Likewise.
12649         (create_tinfo_types): Likewise.
12650         (emit_support_tinfos): New global function.
12651         (tinfo_decl_p): New global predicate.
12652         (emit_tinfo_decl): New global function.
12653         * class.c (set_rtti_entry): Generalize for old and new rtti.
12654         (build_vtbl_initializer): Likewise.
12655         * decl2.c (finish_file): Likewise.
12656
12657 Thu Jan 27 20:53:36 2000  Jim Wilson  <wilson@cygnus.com>
12658
12659         * optimize.c (remap_decl): Add walk_tree calls for DECL_SIZE (t)
12660         and TYPE_MAX_VALUE (TYPE_DOMAIN (TREE_TYPE (t))).
12661
12662 Thu Jan 27 13:54:12 2000  Mike Stump  <mrs@wrs.com>
12663
12664         * decl.c (pushdecl): Fix up shadow warnings with respect to implicit
12665         for scopes.
12666
12667 2000-01-26  Jason Merrill  <jason@casey.cygnus.com>
12668
12669         * pt.c (unify): Use fold, not maybe_fold_nontype_arg.
12670
12671 Wed Jan 26 22:19:14 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12672
12673         * optimize.c (calls_setjmp_r): Supply new argument
12674         to special_function_p.
12675
12676 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12677
12678         * call.c: PROTO -> PARAMS.
12679         * class.c: Likewise.
12680         * cp-tree.h: Likewise.
12681         * cvt.c: Likewise.
12682         * decl.c: Likewise.
12683         * decl.h: Likewise.
12684         * decl2.c: Likewise.
12685         * dump.c: Likewise.
12686         * errfn.c: Likewise.
12687         * error.c: Likewise.
12688         * except.c: Likewise.
12689         * expr.c: Likewise.
12690         * init.c: Likewise.
12691         * input.c: Likewise.
12692         * lex.c: Likewise.
12693         * lex.h: Likewise.
12694         * method.c: Likewise.
12695         * optimize.c: Likewise.
12696         * parse.y: Likewise.
12697         * pt.c: Likewise.
12698         * repo.c: Likewise.
12699         * rtti.c: Likewise.
12700         * search.c: Likewise.
12701         * semantics.c: Likewise.
12702         * spew.c: Likewise.
12703         * tree.c: Likewise.
12704         * typeck.c: Likewise.
12705         * typeck2.c: Likewise.
12706         * xref.c: Likewise.
12707
12708 2000-01-25  Richard Henderson  <rth@cygnus.com>
12709
12710         * typeck.c (build_binary_op_nodefault): Remove UNNE_EXPR.
12711
12712 2000-01-25  Mark Mitchell  <mark@codesourcery.com>
12713
12714         * cp-tree.h (vcall_offset_in_vtable_p): New macro.
12715         * class.c (build_vbase_offset_vtbl_entries): Fix typo in commment.
12716         (struct vcall_offset_data_s): New type.
12717         (dfs_vcall_offset_queue_p): New function.
12718         (dfs_build_vcall_offset_vtbl_entries): Likewise.
12719         (build_vcall_offset_vtbl_entries): Likewise.
12720         (layout_vtable_decl): Likewise.
12721         (num_vfun_entries): Likewise.
12722         (num_extra_vtbl_entries): Add the entries for vcall offsets.
12723         (build_vtbl_initializer): Likewise.
12724         (dfs_finish_vtabls): Use layout_vtable_decl.
12725         (modify_one_vtables): Always duplicate vtables under the new ABI.
12726         (finish_struct_1): Use layout_vtable_decl.
12727
12728 2000-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12729
12730         * decl.c (member_function_or_else): Change third arg from a format
12731         specifier to an `enum overload_flags'.  Callers changed.
12732
12733 2000-01-25  Gabriel Dos Reis  <gdr@codesourcery.com>
12734
12735         * typeck.c (composite_pointer_type, c_sizeof, expr_sizeof,
12736         build_binary_op_nodefault, build_unary_op, build_reinterpret_cast,
12737         build_const_cast, get_delta_difference, check_return_expr): Avoid
12738         ANSI string concatenation usage.
12739
12740 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
12741
12742         * class.c (layout_class_type): Put the fields required to make a
12743         class non-empty at the end, not the beginning, of the TYPE_FIELDs
12744         list.
12745
12746 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
12747
12748         * pt.c (maybe_fold_nontype_arg): Do nothing if we're not in a
12749         template.
12750
12751         * decl2.c (mark_used): Do instantiate inlines that have been
12752         explicitly instantiated.
12753
12754 2000-01-24  Richard Henderson  <rth@cygnus.com>
12755
12756         * call.c (build_over_call): Use expand_tree_builtin.
12757         * typeck.c (build_function_call_real): Likewise.
12758         (build_binary_op_nodefault): Handle unordered compares.
12759
12760 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
12761
12762         * cp-tree.h (CPTI_BAD_CAST, CPTI_BAD_TYPEID, CPTI_DCAST): New
12763         cp_tree_index values.
12764         (throw_bad_cast_node, throw_bad_typeid_node, dynamic_cast_node):
12765         New global node #defines for them.
12766         * rtti.c (call_void_fn): Replace with ...
12767         (build_runtime_decl): ... new static function.
12768         (throw_bad_cast): Use throw_bad_cast_node and build_runtime_decl.
12769         (throw_bad_typeid): Use throw_bad_typeid_node and build_runtime_decl.
12770         (build_dynamic_cast_1): Always produce correctly typed result.
12771         Explicitly produce type_info addresses. Use dynamic_cast_node.
12772         * exception.cc (__throw_bad_cast): Return `void *'.
12773         (__throw_bad_typeid): Return `const type_info &'.
12774
12775 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
12776
12777         * cp-tree.h (get_vtable_decl): Prototype new function.
12778         * class.c (get_vtable_decl): New function. Broken out from ...
12779         (build_vtable): ... here. Use it.
12780         * decl2.c (finish_vtable_vardecl): Ignore dummy vtables created
12781         by get_vtable_decl.
12782
12783 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
12784
12785         * cp-tree.h (CPTI_TP_DESC_TYPE, CPTI_ACCESS_MODE_TYPE,
12786         CPTI_USER_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_ATTR_DESC_TYPE,
12787         CPTI_PTMF_DESC_TYPE): Remove cp_tree_index enumerations.
12788         (CPTI_TI_DESC_TYPE, CPTI_REF_DESC_TYPE, CPTI_ARY_DESC_TYPE,
12789         CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_SI_CLASS_DESC_TYPE,
12790         CPTI_VMI_CLASS_DESC_TYPE, CPTI_BASE_DESC_TYPE): New enumerations.
12791         (CPTI_TINFO_FN_ID, CPTI_TINFO_FN_TYPE): Rename to ...
12792         (CPTI_TINFO_DECL_ID, CPTI_TINFO_DECL_TYPE): ... here.
12793         (CPTI_TINFO_VAR_ID): New enumeration.
12794         (__tp_desc_type_node, __access_mode_type_node,
12795         __bltn_desc_type_node, __user_desc_type_node,
12796         __class_desc_type_node, __ptr_desc_type_node,
12797         __attr_desc_type_node, __func_desc_type_node,
12798         __ptmf_desc_type_node, __ptmd_desc_type_node): Remove #defines.
12799         (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
12800         ref_desc_type_node, ary_desc_type_node, func_desc_type_node,
12801         enum_desc_type_node, class_desc_type_node,
12802         si_class_desc_type_node, vmi_class_desc_type_node,
12803         ptmd_desc_type_node, base_desc_type_node): New #defines.
12804         (tinfo_fn_id, tinfo_fn_type): Rename to ...
12805         (tinfo_decl_id, tinfo_decl_type): ... here. Adjust.
12806         (tinfo_var_id): New enumeration.
12807         (DECL_TINFO_FN_P): Augment comment.
12808         * decl.c (cp_global_trees): Adjust documentation.
12809         * rtti.c (init_rtti_processing): Adjust for tinfo_decl_id,
12810         tinfo_decl_type and tinfo_var_id.
12811         (get_tinfo_decl_dynamic): Adjust for tinfo_decl_type.
12812         (build_typeid): Remove unused variable.
12813         (get_tinfo_var): Use tinfo_var_id.
12814         (tinfo_name): New static function.
12815         (get_tinfo_decl): Adjust for tinfo_decl_id and tinfo_decl_type.
12816         (tinfo_from_decl): Likewise.
12817         (get_base_offset): New static function, broken out of
12818         expand_class_desc.
12819         (expand_si_desc): Use tinfo_name.
12820         (expand_class_desc): Likewise. Lose local static variable.
12821         Use base_desc_type_node. Use get_base_offset.
12822         (expand_ptr_desc): Use tinfo_name.
12823         (expand_attr_desc): Likewise.
12824         (expand_generic_desc): Likewise.
12825
12826         * tinfo.cc (__GXX_ABI_VERSION): Test value and existence.
12827         * tinfo.h (__GXX_ABI_VERSION): Test value and existence.
12828
12829 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
12830
12831         * cp-tree.h (__eprintf): Remove declaration.
12832         * tree.c (__eprintf): Remove definition.
12833
12834 2000-01-23  Zack Weinberg  <zack@rabi.columbia.edu>
12835             Mark Mitchell  <mark@codesourcery.com>
12836
12837         * cp-tree.h (CLASSTYPE_MARKED_N, SET_CLASSTYPE_MARKED_N,
12838         CLEAR_CLASSTYPE_MARKED_N): Avoid signed vs. unsigned warnings.
12839
12840 2000-01-23  Brad Lucier  <lucier@math.purdue.edu>
12841
12842         * class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly.
12843
12844 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
12845
12846         * cp-tree.h (register_dtor_fn): New function.
12847         * decl.c (destroy_local_static): Rename to ...
12848         (register_dtor_fn): ... this.  Give it external linkage.
12849         (expand_static_init): Use it.
12850         * decl2.c (do_static_initialization): Likewise, if using
12851         __cxa_atexit.
12852         (do_static_destruction): Check that __cxa_atexit is not in use.
12853         (finish_file): Don't call do_static_destruction if using
12854         __cxa_atexit.
12855
12856         * typeck.c (convert_arguments): Restore two-message error
12857         reporting.
12858
12859 2000-01-20  Nathan Sidwell  <sidwell@codesourcery.com>
12860
12861         Remap dynamic cast hint values to be consistent across ABIs.
12862         * search.c (dynamic_cast_base_recurse): Remap generated value.
12863         (get_dynamic_cast_base_type): Adjust documentation.
12864         * tinfo.h (__user_type_info::dyncast): Likewise.
12865         (__user_type_info::find_public_subobj): Remap BOFF meaning.
12866         * tinfo.cc (__si_type_info::do_dyncast): Remap BOFF meaning.
12867         (__class_type_info::do_dyncast): Likewise.
12868         (__class_type_info::do_find_public_subobj): Likewise.
12869         * tinfo2.cc (__dynamic_cast): Remap BOFF parameter.
12870
12871 2000-01-19  Gabriel Dos Reis  <gdr@codesourcery.com>
12872
12873         * typeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.
12874
12875         * typeck2.c (incomplete_type_error): Restore previous
12876         cp_error and cp_error_at call sequence.
12877
12878 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
12879
12880         * class.c (dump_class_hierarchy): Make format agree with argument;
12881         cast pointer to unsigned long and print with %lx.
12882
12883 2000-01-19  Gabriel Dos Reis  <gdr@codesourcery.com>
12884
12885         * decl2.c (lang_decode_option): Set default line-wrap length to 72.
12886
12887         * typeck.c (composite_pointer_type, common_type,
12888         comp_target_parms, c_sizeof, expr_sizeof, build_array_ref,
12889         build_function_call_real, convert_arguments,
12890         build_binary_op_nodefault, pointer_int_sum, pointer_diff,
12891         build_unary_op, mark_addressable, build_compound_expr,
12892         build_static_cast, build_reinterpret_cast, build_const_cast,
12893         build_c_cast, build_modify_expr, get_delta_difference,
12894         build_ptrmemfunc, check_return_expr): Replace 'ANSI C++' with
12895         'ISO C++'.  Fusion consecutive calls to diagnostic message routines
12896         into a single one.
12897         * typeck2.c (readonly_error, abstract_virtuals_error,
12898         process_init_constructor, check_for_new_type): Likewise.
12899
12900 2000-01-19  Mark Mitchell  <mark@codesourcery.com>
12901
12902         * tree.c (bot_manip): Set DECL_CONTEXT for newly created
12903         VAR_DECLs.
12904
12905 2000-01-18  Nathan Sidwell  <sidwell@codesourcery.com>
12906
12907         * cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
12908         (build_x_typeid): Likewise.
12909         (get_tinfo_fn): Likewise.
12910         (get_tinfo_fn_unused): Rename to ...
12911         (get_tinfo_decl): ... here.
12912         * rtti.c (build_headof): Replace logic error with assertion.
12913         (get_tinfo_fn_dynamic): Rename to ...
12914         (get_tinfo_decl_dynamic): ... here. Make static. Use
12915         complete_type_or_else.
12916         (build_x_typeid): Move into ...
12917         (build_typeid): ... here. Adjust call to
12918         get_tinfo_decl_dynamic. Use tinfo_from_decl. Simplify
12919         throw_bad_typeid expression.
12920         (get_tinfo_fn_unused): Rename to ...
12921         (get_tinfo_decl): ... here. Adjust comment.
12922         (get_tinfo_fn): Delete.
12923         (tinfo_from_decl): New static function.
12924         (get_typeid_1): Call get_tinfo_decl and tinfo_from_decl.
12925         (get_typeid): Use complete_type_or_else.
12926         (build_dynamic_cast_1): Adjust calls to
12927         get_tinfo_decl_dynamic. Simplify throw_bad_cast expression.
12928         * parse.y (primary): Adjust call to build_typeid.
12929         * except.c (build_eh_type_type_ref): Adjust call to
12930         get_tinfo_decl. Mark as used.
12931         * class.c (set_rtti_entry): Adjust call to get_tinfo_decl.
12932         * decl2.c (build_expr_from_tree): Adjust call to build_typeid.
12933         * parse.c: Regenerated.
12934
12935 2000-01-17  Mark Mitchell  <mark@codesourcery.com>
12936
12937         * class.c (fixed_type_or_null): Don't clear NONNULL.  Document
12938         calling convention.
12939         (resolves_to_fixed_type_p): Document calling convention.
12940         * rtti.c (build_x_typeid): Initialize NONNULL.
12941
12942         * cp-tree.h (build_shared_int_cst): New function.
12943         * call.c (build_over_call): Use DECL_VIRTUAL_CONTEXT, for clarity.
12944         * class.c (modify_vtable_entry): Likewise.
12945         (add_virtual_function): Split out code to generated shared
12946         INTEGER_CSTs to build_share_int_cst.
12947         (modify_all_vtables): Handle all the overridden functions here.
12948         Add overridden functions from non-primary virtual bases to the
12949         primary vtable.
12950         (finish_struct_1): Adjust call to modify_all_vtables.  Add
12951         overridden functions from non-primary bases to the vtable.
12952         * tree.c (build_shared_int_cst): New function.
12953
12954         * cp-tree.h (scratchalloc): Remove.
12955         (build_scratch_list): Likewise.
12956         * call.c (convert_class_to_reference): Replace build_scratch_list
12957         and build_expr_list with build_tree_list.
12958         (add_candidate): Replace scratchalloc with expralloc.  Note memory
12959         leak.
12960         (build_user_type_conversion_1):  Replace build_scratch_list
12961         and build_expr_list with build_tree_list.
12962         (build_new_op): Likewise.
12963         (build_op_delete_call): Likewise.
12964         (convert_like): Likewise.
12965         * cvt.c (ocp_convert): Likewise.
12966         * decl.c (start_decl): Likewise.
12967         (start_function): Likewise.
12968         (finish_destructor_body): Likewise.
12969         (maybe_build_cleanup_1): Likewise.
12970         * decl2.c (reparse_decl_as_expr): Likewise.
12971         * init.c (perform_member_init): Likewise.
12972         (expand_cleanup_for_base): Likewise.
12973         (build_builtin_delete_call): Likewise.
12974         (build_new_1): Likewise.
12975         (build_delete): Likewise.
12976         * method.c (do_build_assign_ref): Likewise.
12977         * parse.y (already_scoped_stmt): Likewise.
12978         (nontrivial_exprlist): Likewise.
12979         (net_initializer): Likewise.
12980         (initlist): Likewise.
12981         * parse.c: Regenerated.
12982         * rtti.c (build_x_typeid): Likewise.
12983         (build_dynamic_cast_1): Likewise.
12984         * typeck.c (build_x_compound_expr): Likewise.
12985         (build_static_cast): Likewise.
12986         (build_modify_expr): Likewise.
12987
12988         * cp-tree.h (DECL_VINDEX): Add documentation.
12989         * class.c (build_vtable_entry): Likewise.
12990         (start_vtable): Add comment.
12991         (add_virtual_function): Replace pending_hard_virtuals with
12992         overridden_virtuals and pending_virtuals with new_virtuals.
12993         Replace redundant assignments with assertions.
12994         (check_for_override): Add comment.
12995         (check_bases_and_members): Replace pending_hard_virtuals with
12996         overridden_virtuals and pending_virtuals with new_virtuals.
12997         (create_vtbl_ptr): Likewise.
12998         (layout_class_type): Likewise.
12999         (finish_struct_1): Likewise.  Add comments.
13000
13001 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
13002
13003         * class.c (finish_struct_1): Replace redundant code with
13004         assertions.
13005
13006         * cp-tree.h (flag_new_abi): Move.
13007         (flag_use_cxa_atexit): Likewise.
13008         (flag_honor_std): Likewise.
13009         (flag_rtti): Likewise.
13010         (vbase_offsets_in_vtable_p): Define.
13011         (vptrs_present_everywhere_p): Likewise.
13012         (TYPE_CONTAINS_VPTR_P): Likewise.
13013         (dfs_walk_real): Declare.
13014         * class.c (build_vbase_pointer_fields): Check
13015         vbase_offsets_in_vtable_p.
13016         (dfs_build_vbase_offset_vtbl_entries): Record the vbase indices in
13017         BINFO_VPTR_FIELD.
13018         (build_vbase_offset_vtbl_entries): Simplify.
13019         (build_vbase_offset_vtbl_entries): Adjust.
13020         (build_vbase_pointer): Add ability to look up vbase offsets in
13021         vtable.
13022         (start_vtable): New function.
13023         (add_virtual_function): Use it.
13024         (determine_primary_base): Use TYPE_CONTAINS_VPTR_P.
13025         (num_extra_vtbl_entries): Use vbase_offsets_in_vtable_p.
13026         (build_vtbl_initializer): Take the type of the complete object as
13027         input.  Use it to correctly calculate vbase offsets.
13028         (dfs_finish_vtbls): Pass the complete type to
13029         build_vtbl_initializer.
13030         (check_bases_and_members): Use TYPE_CONTAINS_VPTR_P.
13031         (create_vtable_ptr): Create a vtable even if there are no
13032         new virtual functions, under the new ABI.
13033         (finish_struct_1): Likewise.
13034         (get_vfield_name): Use TYPE_CONTAINS_VPTR_P.
13035         * decl.c (exapnd_static_init): Remove call to
13036         preserve_initializer.
13037         * decl2.c (mark_vtable_entries): Tweak to handle vbase offsets in
13038         vtables.
13039         * init.c (initialize_vtbl_ptrs): Initialize them in pre-order.
13040         (expand_virtual_init): Use vbase_offsets_in_vtable_p.
13041         (construct_virtual_bases): Don't initialize virtual base pointers
13042         under the new ABI.
13043         (build_aggr_init): Clean up comment.
13044         (expand_aggr_init_1): Likewise.
13045         * rtti.c (expand_class_desc): Store the virtual function table
13046         index where the vbase offset lives in the offset field.
13047         * search.c (dfs_walk_real): Make it global.
13048         (dfs_debug_mark): Use TYPE_CONTAINS_VPTR_P.
13049         * tree.c (make_binfo): Don't clear BINFO_VPTR_FIELD.
13050
13051         * tinfo.h (USItype): Make it signed under the new ABI.
13052         * tinfo.cc (convert_to_base): New function.  Encapsulate base
13053         conversion logic here.
13054         (__class_type_info::do_upcast): Use it.
13055         (__class_type_info::do_dyncast): Likewise.
13056         (__class_type_info::do_find_public_subobj): Likewise.
13057
13058         * init.c (construct_virtual_bases): Don't look up the addresses of
13059         virtual bases at run-time.
13060
13061         * class.c (build_vbase_pointer): Relocate.
13062         (build_vbase_pointer_fields): Likewise.
13063         (dfs_build_vbase_offset_vtbl_entries): Likewise.
13064         (build_vbase_offset_vtbl_entries): Likewise.
13065
13066         * decl.c (init_decl_processing): Complain if -fnew-abi
13067         -fno-vtable-thunks is used.
13068
13069         * decl2.c (lang_decode_option): Don't couple flag_honor_std to
13070         flag_new_abi.
13071
13072 2000-01-15  Mark Mitchell  <mark@codesourcery.com>
13073
13074         * cp-tree.h (num_extra_vtbl_entries): New function.
13075         (size_extra_vtbl_entries): Likewise.
13076         (dfs_vtable_path_unmark): Likewise.
13077         (dfs_vtable_path_unmarked_real_bases_queue_p): Likewise.
13078         (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
13079         * class.c (num_extra_vtbl_entries): New function.
13080         (size_extra_vtbl_entries): Likewise.
13081         (dfs_build_vbase_offset_vtbl_entries): New function.
13082         (build_vbase_offset_vtbl_entries): Likewise.
13083         (build_vtbl_initializer): Use it.
13084         (finish_struct_1): Adjust vtable sizes (using
13085         num_extra_vtbl_entries).
13086         * expr.c (cplus_expand_expr): Assert that the DECL_RTL for a
13087         THUNK_DECL is non-NULL before expanding it.
13088         * init.c (expand_virtual_init): Adjust the vtable pointer by
13089         size_extra_vtbl_entries before storing it.
13090         * search.c (get_shared_vase_if_not_primary): Adjust prototype.
13091         Handle TREE_LIST parameters here, not in the dfs_* functions.
13092         (dfs_unmarked_real_bases_queue_p): Adjust.
13093         (dfs_marked_real_bases_queue_p): Likewise.
13094         (dfs_vtable_path_unmarked_real_bases_queue_p): New function.
13095         (dfs_vtable_path_marked_real_bases_queue_p): New function.
13096         (dfs_vtable_path_unmark): Likewise.
13097
13098 2000-01-14  Mark Mitchell  <mark@codesourcery.com>
13099
13100         * optimize.c (copy_body_r): Clear the operand three of a
13101         TARGET_EXPR when copying it.
13102
13103 2000-01-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13104
13105         * method.c (build_decl_overload_real): Check whether we are in ::
13106         before returning __builtin_new/delete.
13107
13108 2000-01-13  Mark Mitchell  <mark@codesourcery.com>
13109
13110         * pt.c (tsubst_friend_function): Improve comment.
13111         (instantiate_decl): Avoid crashing when a "nested" function is
13112         instantiated from the top level.
13113
13114         * dump.c (dqeueue_and_dump): Dump
13115         DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION.
13116
13117 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13118
13119         * call.c: If GATHER_STATISTICS, declare `n_build_method_call'.
13120
13121 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
13122
13123         * g++spec.c (lang_specific_driver): Add -fnew-abi if
13124         ENABLE_NEW_GXX_ABI defined.
13125         * Make-lang.in (tinfo.o, tinfo2.o, exception.o, new.o,
13126         opnew.o, opnewnt.o, opvnew.o, opvnewnt.o, opdel.o, opdelnt.o,
13127         opvdel.o, opvdelnt.o): Use GXX_ABI_FLAG switch.
13128
13129 2000-01-12  Mark Mitchell  <mark@codesourcery.com>
13130
13131         * decl.c (start_cleanup_fn): Call pushdecl.
13132
13133         * call.c (convert_class_to_reference): Fix typos.
13134         (build_conditional_expr): Handle errors gracefully.
13135         * class.c (push_nested_class): Likewise.
13136         * cp-tree.h (VAR_FUNCTION_OR_PARM_DECL_CHECK): New macro.
13137         (DECL_THIS_EXTERN): Use it.
13138         (DECL_THIS_STATIC): Likewise.
13139         * cvt.c (convert_to_void): Handle errors gracefully.
13140         (build_expr_type_conversion): Likewise.
13141         * decl.c (maybe_push_decl): Likewise.
13142         (start_decl_1): Likewise.
13143         (require_complete_types_for_parms): Likewise.
13144         * parse.y (structsp): Likewise.
13145         (base_class): Likewise.
13146         * parse.c: Regenerated.
13147         * pt.c (finish_member_template_decl): Likewise.
13148         * typeck.c (decay_conversion): Likewise.
13149
13150         * cp-tree.h (dfs_skip_vbases): New function.
13151         (find_vbase_instance): Likewise.
13152         * class.c (determine_primary_base): Allow a nearly empty base to
13153         serve as a primary base class under the new ABI.
13154         (get_class_offset_1): Rename to ...
13155         (dfs_get_class_offset): ... this.  Simplify.  Don't issue error
13156         messages here.
13157         (get_class_offset): Use it.  Issue error messages here.
13158         (dfs_modify_vtables): Rely on dfs_unmarked_real_bases_queue_p to
13159         find the right copies of virtual bases.
13160         (fixup_vtable_deltas1): Rename to ...
13161         (dfs_fixup_vtable_deltas): ... this.  Adjust to handle virtual
13162         bases as primary bases.
13163         (fixup_vtable_deltas): Remove.
13164         (override_one_vtable): Handle virtual bases as primary bases.
13165         (merge_overrides): Likewise.
13166         (finish_struct_1): Likewise.
13167         (dump_class_hierarchy): Dump primary-ness of bases as well.
13168         * search.c (mark_primary_bases): Use a pre-order traversal to
13169         handle primary virtual bases.
13170         (dfs_skip_vbases): New fiunction.
13171         (expand_upcast_fixups): Adjust to handle primary virtual bases.
13172         (fixup_virtual_upcast_offsets): Likewise.
13173         (fixup_all_virtual_upcast_offsets): Likewise.
13174         (dfs_find_vbase_instances): New function.
13175         (find_vbase_instance): Likewise.
13176
13177 2000-01-11  Mumit Khan  <khan@xraylith.wisc.edu>
13178
13179         * lex.c (DIR_SEPARATOR): Delete macro.
13180
13181 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
13182
13183        * decl2.c (lang_decode_option): Handle automatic line wrapping
13184        option.
13185
13186 2000-01-11  Mark Mitchell  <mark@codesourcery.com>
13187
13188         * friend.c (do_friend): Don't resolve scopes when processing
13189         template declarations, even if the qualifying scope doesn't
13190         involve template parameters.
13191
13192 2000-01-10  Mark Mitchell  <mitchell@dumbledore.codesourcery.com>
13193
13194         * class.c (dfs_modify_vtables_queue_p): Remove.
13195         (modify_all_vtables): Use dfs_unmarked_real_bases_queue_p
13196         and dfs_marked_real_bases_queue_p instead of
13197         dfs_modify_vtables_queue_p.
13198
13199         * class.c (build_vbase_path): Simplify.
13200         (dfs_propagate_binfo_offsets): New function.
13201         (propagate_binfo_offsets): Use it.
13202         (remove_base_field): Simplify.
13203         (dfs_set_offset_for_vbases): Remove.
13204         (dfs_set_offset_for_shared_vbases): New function.
13205         (dfs_set_offset_for_unshared_vbases): Likewise.
13206         (layout_virtual_bases): Use them.
13207         (layout_basetypes): Don't call propagate_binfo_offsets.
13208         * search.c (dfs_get_vbase_types): Clone completely fresh binfos
13209         for the vbases.
13210
13211         * class.c (build_base_field): New function, split out from ...
13212         (build_base_fields): ... here.  Use it.  Allocate primary bases
13213         first, under the new ABI.
13214         (get_vtable_entry): Remove.
13215         (remove_base_field): New function, split out from ...
13216         (remove_base_fields): ... here.  Adjust since primary bases come
13217         first under the new ABI.
13218
13219         * cp-tree.h (expand_direct_vtbls_init): Remove declaration.
13220         (initialize_vtbl_ptrs): New function.
13221         (expand_indirect_vtbls_init): Change prototype.
13222         (convert_pointer_to_vbase): Declare.
13223         * init.c (expand_direct_vtbls_init): Remove.
13224         (dfs_initialize_vtbl_ptrs): New function.
13225         (initialize_vtbl_ptrs): Likewise.
13226         (emit_base_init): Use initialize_vtbl_ptrs.
13227         * search.c (convert_pointer_to_vbase): Make it global.
13228         (expand_indirect_vtbls_init): Remove vtable initialization code.
13229         * semantics.c (setup_vtbl_ptr): Use initialize_vtbl_ptrs.
13230
13231         * class.c (dfs_finish_vtbls): New function.
13232         (finish_vtbls): Use it.
13233         (dump_class_hierarchy): New function.
13234
13235         * cp-tree.h (BINFO_PRIMARY_MARKED_P): Change definition.
13236         (BINFO_VBASE_PRIMARY_P): New macro.
13237         (BINFO_VIRTUALS): Add to documentation.
13238         (SET_BINFO_PRIMARY_MARKED_P): Remove.
13239         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
13240         (dfs_mark_primary_bases_queue_p): Likewise.
13241         (dfs_unmarked_real_bases_queue_p): New function.
13242         (dfs_marked_real_bases_queue_p): Likewise.
13243         * search.c (dfs_mark_primary_bases): Adjust.
13244         (mark_primary_bases): Likewise.
13245         (get_shared_vbase_if_not_primary): New function.
13246         (dfs_unmarked_real_bases_queue_p): Likewise.
13247         (dfs_marked_real_bases_queue_p): Likewise.
13248         (dfs_get_pure_virtuals): Simplify.
13249         (get_pure_virtuals): Likewise.
13250
13251 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13252
13253         * lex.c: Include tm_p.h.
13254
13255 2000-01-07  Nathan Sidwell  <sidwell@codesourcery.com>
13256
13257         * lang-specs.h (__GXX_ABI_VERSION): New preprocessor macro.
13258
13259 2000-01-06  Jason Merrill  <jason@casey.cygnus.com>
13260
13261         * decl2.c (comdat_linkage): Don't set DECL_DEFER_OUTPUT.
13262         * pt.c (instantiate_decl): Defer comdat templates that might not be
13263         needed.
13264
13265         * cp-tree.h (DECL_NEEDED_P): Also true if !DECL_COMDAT.
13266         * decl2.c (finish_vtable_vardecl): Don't check !DECL_COMDAT.
13267         (finish_file): Likewise.
13268
13269         * decl2.c (import_export_class): Undo 12/14 change.
13270
13271         * error.c (dump_decl): operator new, not operatornew.
13272
13273         * class.c (field_decl_cmp): A nontype is "greater" than a type.
13274         * search.c (lookup_field_1): Look for the last field with the
13275         desired name.
13276
13277 2000-01-05  Nathan Sidwell  <nathan@acm.org>
13278
13279         * decl2.c (lookup_arg_dependent): Deal with FNS not being a
13280         FUNCTION_DECL.
13281
13282 2000-01-05  Nathan Sidwell  <nathan@acm.org>
13283
13284         * typeck.c (build_static_cast): Don't strip target qualifiers
13285         when casting from a class.
13286
13287 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13288
13289         * class.c (warn_hidden): Initialize variable `fndecl'.
13290
13291 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
13292
13293         * decl.c (flag_isoc9x): New variable to be able to use code in
13294         c-common.c.  For now always zero.
13295
13296 2000-01-03  Mark Mitchell  <mark@codesourcery.com>
13297
13298         * cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
13299         * class.c (layout_basetypes): Don't set BINFO_INHERITANCE_CHAIN
13300         or unshare_base_binfos for virtual bases here.
13301         * search.c (dfs_get_vbase_types): Do it here.
13302         (get_vbase_types): Adjust.
13303
13304 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
13305
13306         * cp-tree.h (CLASSTYPE_VFIELDS): Move definition.
13307         (BINFO_PRIMARY_MARKED_P): Use flag 5.
13308         (SET_BINFO_PRIMARY_MARKED_P): Likewise.
13309         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
13310         (unmark_primary_bases): Remove declaration.
13311         (unmarkedp): Declare.
13312         (dfs_vbase_unmark): Likewise.
13313         * class.c (determine_primary_base): Return immediately if there
13314         are no base classes.  Call mark_primary_bases here.
13315         (modify_all_direct_vtables): Remove.
13316         (modify_all_indirect_vtables): Remove.
13317         (dfs_modify_vtables_queue_p): New function.
13318         (dfs_modify_vtables): New function.
13319         (modify_all_vtables): Use them.
13320         (build_base_fields): Build FIELD_DECLs for primary virtual base
13321         classes.
13322         (create_vtable_ptr): Don't call determine_primary_base here.
13323         (dfs_mark_primary_bases_and_set_vbase_offsets): Rename to ...
13324         (dfs_set_offset_for_vbases): ... this.
13325         (layout_virtual_bases): Use it.
13326         (layout_class_type): Call determine_primary_base here.
13327         * search.c (unmarkedp): Make it global.
13328         (shared_marked_p): Simplify.
13329         (shared_unmarked_p): Likewise.
13330         (dfs_primary_bases_queue_p): Remove.
13331         (dfs_unmark_primary_bases): Likewise.
13332         (unmark_primary_bases): Likewise.
13333         (mark_primary_bases): Simplify.
13334         (get_pure_virtuals): Don't call mark_primary_bases here.
13335         (dfs_vbase_unmark): New function.
13336         (get_vbase_types): Simplify.
13337
13338         * class.c (struct base_info): Remove.
13339         (determine_primary_base): Take has_virtual_p rather than a
13340         base_info as input.  Don't calculate max_has_virtual.
13341         (finish_struct_bits): Remove max_has_virtual argument.
13342         (create_vtable_ptr): Remove max_has_virtual_p argument.
13343         (layout_virtual_bases): Remove max argument.
13344         (layout_basetypes): Likewise.
13345         (layout_class_type): Remove max_has_virtual_p argument.
13346         (finish_struct_1): Remove max_has_virtual.
13347
13348         * cp-tree.h (dfs_mark_primary_bases_queue_p): New function.
13349         (layout_basetypes): Remove.
13350         * class.c (propagate_binfo_offsets): Moved here from tree.c.
13351         Update to handle primary virtual bases.
13352         (remove_base_fields): New function, split out from
13353         layout_basetypes.
13354         (dfs_mark_primary_bases_and_set_vbase_offsets): New function.
13355         (layout_virtual_bases): New function, split out from
13356         layout_basetypes.  Update to handle primary virtual bases.
13357         (layout_basetypes): Moved here from tree.c.  Use
13358         remove_base_fields and layout_virtual_bases.
13359         * search.c (dfs_mark_primary_bases_queue_p): New function.
13360         (mark_primary_bases): Use it.
13361         * tree.c (CEIL): Remove.
13362         (propagate_binfo_offsets): Remove.
13363         (layout_basetypes): Remove.
13364
13365 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
13366
13367         * cp-tree.h (CLASSTYPE_N_BASECLASSES): Use BINFO_N_BASETYPES.
13368         (BINFO_PRIMARY_MARKED_P): New macro.
13369         (SET_BINFO_PRIMARY_MARKED_P): Likewise.
13370         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
13371         (mark_primary_bases): New function.
13372         (unmark_primary_bases): Likewise.
13373         * search.c (get_abstract_virtuals_1): Remove.
13374         (dfs_mark_primary_bases): New function.
13375         (mark_primary_bases): Likewise.
13376         (dfs_unmark_primary_bases): Likewise.
13377         (unmark_primary_bases): Likewise.
13378         (dfs_get_pure_virtuals): Likewise.
13379
13380 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
13381
13382         * cp-tree.h (skip_rtti_stuff): Adjust prototype.
13383         * class.c (skip_rtti_stuff): Reorganize parameters and return value.
13384         (modify_one_vtable): Adjust.
13385         (fixup_vtable_deltas1): Likewise.
13386         (override_one_vtable): Likewise.
13387         * search.c (get_abstract_virtuals_1): Likewise.
13388         (get_pure_virtuals): Likewise.
13389         (expand_upcast_fixups): Likewise.
13390         * tree.c (debug_binfo): Likewise.
13391
13392         * class.c (build_vtable): Don't return a value.  Don't rebuild
13393         vtables for bases that have already been handled.
13394         (prepare_fresh_vtable): Don't rebuild vtables for bases that have
13395         already been handled.
13396         (modify_one_vtable): Adjust accordingly.
13397         (fixup_vtable_deltas1): Likewise.
13398         (finish_struct_1): Likewise.
13399
13400 2000-01-01  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13401
13402         * call.c (build_new_method_call): Also check destructors.