OSDN Git Service

cp:
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
2
3         * class.c (mark_primary_virtual_base): Don't adjust base
4         offsets here.
5         (dfs_unshared_virtual_bases): Adjust them here.
6         (mark_primary_bases): Explain why we adjust at the end.
7
8 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
9
10         * class.c (finish_struct_1): When copying the primary base's
11         VFIELD, make sure we find it is at offset zero.
12
13 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
14
15         * pt.c (tsubst_template_parms): Call maybe_fold_nontype_arg and
16         tsubst_expr for default template arguments.
17
18 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
19
20         PR c++/3621
21         * spew.c (yylex): Only copy the token's lineno, if it is
22         non-zero.
23
24 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
25
26         PR c++/3624
27         * call.c (resolve_args): Simplify, call
28         convert_from_reference.
29         (build_new_op): Resolve and convert from reference ARG1
30         earlier. Adjust ARG2 & ARG3 resolve and conversion.
31
32 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
33
34         * decl.c (last_function_parm_tags): Remove.
35         (current_function_parm_tags): Remove.
36         (init_decl_processing): Adjust.
37         (start_function): Adjust.
38         (store_parm_decls): Adjust.
39
40         PR c++/3152
41         * decl.c (grokdeclarator): Detect when a function typedef is
42         declaring a function, and create last_function_parms correctly.
43
44 2001-07-25  Jason Merrill  <jason_merrill@redhat.com>
45         
46         * call.c (joust): Only prefer a non-builtin candidate to a builtin
47         one if they have the same signature.
48
49         * cvt.c (build_up_reference): Take DECL parm.  Check TREE_STATIC on
50         it rather than toplevel_bindings_p.  Give it a mangled name if static.
51         (convert_to_reference): Adjust.
52         * decl2.c (get_temp_name): Lose.
53         * mangle.c (mangle_ref_init_variable): New fn.
54         (mangle_guard_variable): Strip the ref-init header.
55         * cp-tree.h: Adjust.
56         * decl.c (cp_finish_decl): Add the DECL_STMT after processing the
57         initializer.
58         (grok_reference_init): Always use DECL_INITIAL.
59
60 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
61
62         PR c++/3416
63         * call.c (build_conditional_expr): Recheck args after
64         conversions.
65         * cp-tree.h (build_conditional_expr): Move to correct file.
66         * typeck.c (decay_conversion): Diagnose any unknown types
67         reaching here.
68         (build_binary_op): Don't do initial decay or default
69         conversions on overloaded functions.
70         (build_static_cast): Don't do a decay conversion here.
71
72 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
73
74         PR c++/3543
75         * typeck.c (condition_conversion): Resolve an OFFSET_REF.
76         * expr.c (cplus_expand_expr): An OFFSET_REF should never get here.
77
78 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
79
80         * class.c (build_vtbl_or_vbase_field): Remove, move into ...
81         (create_vtbl_ptr): ... here.
82
83 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
84
85         * class.c (build_vbase_offset_vbtl_entries): Look for
86         non-primary base of which we are a sub vtable.
87
88 2001-07-24  Phil Edwards  <pme@sources.redhat.com>
89
90         * semantics.c (finish_this_expr):  Remove unused code.
91
92 2001-07-24  Nathan Sidwell  <nathan@codesourcery.com>
93
94         Simplify rtti, now we've only one ABI.
95         * cp-tree.h (cp_tree_index): Remove CPTI_TINFO_DECL_ID,
96         CPTI_TINFO_VAR_ID.
97         (tinfo_decl_id, tinfo_var_id): Remove.
98         (get_typeid_1): Remove.
99         * rtti.c
100         (init_rtti_processing): Remove tinfo_decl_id & tinfo_var_id.
101         (typeid_ok_p): New function.
102         (build_type_id): Call typeid_ok_p. Don't call tinfo_from_decl.
103         (get_tinfo_decl): Remove old abi documentation.
104         (tinfo_from_decl): Remove.
105         (get_type_id): Call typeid_ok_p. Absorb get_typeid_1.
106         (get_typeid_1): Remove.
107         (get_base_offset): Remove.
108         (synthesize_tinfo_var): Absorb get_base_offset.
109         (create_real_tinfo_var): Don't use tinfo_decl_id.
110
111 2001-07-23  Graham Stott  <grahams@redhat.com>
112
113         * cp/class.c (type_requires_array_cookie): Fix use of uninitialised
114         variable has_two_argument_delete_p.
115
116 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
117
118         Remove flag_vtable_thunk. It is always on for the 3.0 ABI.
119         * cp-tree.h (CPTI_DELTA2_IDENTIFIER): Remove.
120         (CPTI_INDEX_IDENTIFIER): Remove.
121         (CPT_PFN_OR_DELTA2_IDENTIFIER): Remove.
122         (delta2_identifier): Remove.
123         (index_identifier): Remove.
124         (pfn_or_delta2_identifier): Remove.
125         (flag_vtable_thunks): Remove.
126         (VTABLE_DELTA2_NAME): Remove.
127         (VTABLE_INDEX_NAME): Remove.
128         (FNADDR_FROM_VTABLE_ENTRY): Adjust.
129         (vfunc_ptr_type_node): Adjust.
130         (VTABLE_NAME_PREFIX): Adjust.
131         (build_vfn_ref): Lose first parameter.
132         (fixup_all_virtual_upcast_offsets): Remove.
133         * decl.c (initialize_predefined_identifiers): Remove
134         delta2_identifier, index_identifier, pfn_or_delta2_identifier.
135         (init_decl_processing): Remove no-vtable-thunk code.
136         * decl2.c (flag_vtable_thunks): Remove.
137         (mark_vtable_entries): Remove no-vtable-thunk code.
138         * error.c (dump_decl): Remove no-vtable-thunk code.
139         (dump_expr): Adjust ptr to member function code.
140         * init.c (initialize_vtable_ptrs): Remove no-vtable-thunk
141         code.
142         * rtti.c (build_headof): Remove no-vtable-thunk code.
143         (get_tinfo_decl_dynamic): Adjust build_vfn_ref call.
144         * search.c (get_base_distance): Remove expand_upcast_fixups case.
145         (virtual_context) Remove.
146         (expand_upcast_fixups): Remove.
147         (fixup_virtual_upcast_offsets): Remove.
148         (fixup_all_virtual_upcast_offsets): Remove.
149         * typeck.c (get_member_function_from_ptrfunc): Remove
150         no-vtable-thunk code.
151         * call.c (build_over_call): Adjust call to build_vfn_ref.
152         * class.c (build_vfn_ref): Lose first parameter. Remove
153         no-vtable-thunk code.
154         (build_rtti_vtbl_entries): Remove no-vtable-thunk code.
155         (build_vtable_entry): Remove no-vtable-thunk code.
156
157 2001-07-20  Nathan Sidwell  <nathan@codesourcery.com>
158
159         Remove old-abi remnants. Remove comments about old abi
160         behaviour. Remove refences to 'new-abi' in comments.
161         * cp-tree.h: Adjust comments.
162         (vbase_offsets_in_vtable_p): Delete.
163         (vcall_offsets_in_vtable_p): Delete.
164         (vptrs_present_everywhere_p): Delete.
165         (all_overridden_vfuns_in_vtables_p): Delete.
166         (merge_primary_and_secondary_vtables_p): Delete.
167         (TYPE_CONTAINS_VPTR_P): Adjust.
168         (VTT_NAME_PREFIX): Remove.
169         (CTOR_VTBL_NAME_PREFIX): Remove.
170         (init_vbase_pointers): Remove.
171         * class.c: Adjust coments.
172         (build_vbase_pointer_fields): Delete.
173         (build_vbase_pointer): Remove old-abi code.
174         (build_secondary_vtable): Likewise.
175         (modify_all_vtables): Likewise.
176         (create_vtable_ptr): Likewise.
177         (layout_class_type): Likewise.
178         (finish_struct_1): Likewise.
179         (finish_vtbls): Likewise.
180         (dfs_finish_vtbls): Delete.
181         (build_vbase_offset_vtbl_entries): Remove old-abi code.
182         * cvt.c: Adjust comments.
183         * decl.c: Adjust comments.
184         * decl2.c: Adjust comments.
185         * init.c: Adjust comments.
186         (construct_virtual_bases): Remove old-abi code.
187         * lang-specs.h: Remove -fno-new-abi.
188         * mangle.c: Adjust comments.
189         * rtti.c: Adjust comments.
190         (get_base_offset): Remove old-abi-code.
191         * search.c: Adjust comments.
192         (dfs_init_vbase_pointers): Remove.
193         (dfs_vtable_path_unmark): Remove.
194         (init_vbase_pointers): Remove.
195         * semantics.c: Adjust comments.
196         (emit_associated_thunks): Remove old-abi code.
197         * typeck.c: Adjust comments.
198
199 2001-07-20  Daniel Berlin  <dan@cgsoftware.com>
200
201         * Make-lang.in (cp/optimize.o): Depend on $(PARAMS_H), not
202         params.h.
203
204 2001-07-19  Mark Mitchell  <mark@codesourcery.com>
205
206         * class.c (finish_struct_anon): Forbid nested classes.
207
208 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
209
210         * decl2.c: Don't include dwarfout.h and dwarf2out.h.
211         * optimize.c: Include debug.h.
212         (maybe_clone_body): Use debug hook.
213         * semantics.c: Include debug.h.
214         (expand_body): Use debug hook.
215
216 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
217
218         * spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
219
220 2001-07-18  Mark Mitchell  <mark@codesourcery.com>
221
222         * class.c (type_requires_array_cookie): New function.
223         (check_methods): Don't try to figure out whether the type needs a
224         cookie here.
225         (check_bases_and_members): Set TYPE_VEC_NEW_USES_COOKIE here.
226         * cp-tree.h (TYPE_VEC_DELETE_TAKES_SIZE): Remove.
227         (TYPE_VEC_NEW_USES_COOKIE): Reimplement.
228         * pt.c (instantiate_class_template): Don't set
229         TYPE_VEC_DELETE_TAKES_SIZE.
230         * NEWS: Document ABI changes from GCC 3.0.
231         
232 2001-07-18  Xavier Delacour <xavier@fmaudio.net>,
233             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
234
235         * NEWS (Changes in GCC 3.0): Fix typo.
236
237 2001-07-13  Joseph S. Myers  <jsm28@cam.ac.uk>
238
239         * decl2.c (cplus_decl_attributes): Take a pointer to the node to
240         which attributes are to be attached, and a flags argument.  Update
241         call to decl_attributes.
242         (grokfield): Update call to decl_attributes.
243         * class.c (finish_struct): Update call to cplus_decl_attributes.
244         * cp-tree.h (cplus_decl_attributes): Update prototype.
245         * decl.c (start_decl, grokdeclarator, start_function): Update
246         calls to decl_attributes and cplus_decl_attributes.
247         * friend.c (do_friend): Update call to cplus_decl_attributes.
248         * parse.y (parse_bitfield): Update call to cplus_decl_attributes.
249
250 2001-07-12  Mark Mitchell  <mark@codesourcery.com>
251
252         * decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTER
253         for `register' variables with an asm-specification.
254
255 2001-07-11  Mark Mitchell  <mark@codesourcery.com>
256
257         * semantics.c (finish_asm_stmt): Mark the output operands
258         to an asm addressable, if necessary.
259
260 2001-07-11  Ben Elliston  <bje@redhat.com>
261
262         * Revert this change -- there is a subtle bug.
263
264         PR c++/80
265         * decl.c (finish_enum): New "attributes" argument; pass it to
266         cplus_decl_attributes.  Use a narrower type if the enum is packed.
267         * cp-tree.h (finish_enum): Adjust prototype.
268         * parse.y (enum_head): New non-terminal.
269         (structsp): Use it. Enums now may be preceded or followed by
270         optional attributes -- pass their chained tree to finish_enum().
271         * pt.c (tsubst_enum): Pass NULL_TREE for the new argument.
272
273 2001-07-10  Mark Mitchell  <mark@codesourcery.com>
274
275         * pt.c (tsubst_decl): Set DECL_CONTEXT for namespace-scope
276         variables.
277
278 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
279
280         * semantics.c (cp_expand_stmt): Fix for null
281         current_function_return_value.
282
283 2001-07-10  Jan van Male  <jan.vanmale@fenk.wau.nl>
284
285         * call.c (build_op_delete_call): Initialize fn.
286         (convert_like_real): Delete conditional.
287         (joust): Initialize *w and *l.
288         * class.c: Add prototype for binfo_ctor_vtable.
289         (get_primary_binfo): Initialize result.
290         * init.c (build_java_class_ref): Initialize name.
291
292 2001-07-09  Erik Rozendaal  <dlr@acm.org>
293
294         * typeck.c (unary_complex_lvalue): Do not duplicate the
295         argument to modify, pre-, or post-increment when used as an
296         lvalue and when the argument has side-effects.
297
298 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
299
300         * decl.c (start_decl): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
301         (start_function): Don't call SET_DEFAULT_DECL_ATTRIBUTES.  Call
302         cplus_decl_attributes even if attrs is NULL.
303         * friend.c (do_friend): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
304
305 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
306
307         * decl.c (grokdeclarator), decl2.c (cplus_decl_attributes): Update
308         calls to decl_attributes.
309
310 2001-07-06  Ira Ruben   <ira@apple.com>
311
312         * cp-tree.def (TEMPLATE_DECL): Update comment. DECL_RESULT should
313         be DECL_TEMPLATE_RESULT.
314
315 2001-07-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
316
317         * cp-tree.h (copy_template_template_parm): Rename to ...
318         (bind_template_template_parm): ... here.
319         * tree.c (copy_template_template_parm): Rename to ...
320         (bind_template_template_parm): ... here.  Remove the case when
321         NEWARGS is NULL_TREE.
322         (copy_tree_r): Don't copy TEMPLATE_TEMPLATE_PARM and
323         BOUND_TEMPLATE_TEMPLATE_PARM.
324         * pt.c (lookup_template_class): Adjust.
325
326 2001-07-05  Jason Merrill  <jason_merrill@redhat.com>
327
328         * cvt.c (convert_lvalue): New fn.
329         * cp-tree.h: Declare it.
330         * method.c (do_build_assign_ref): Use it.
331         (do_build_copy_constructor): Convert parm to base types
332         before calling base constructors.
333
334         * typeck.c (check_return_expr): Check DECL_ALIGN instead of
335         DECL_USER_ALIGN.  Check flag_elide_constructors instead of
336         optimize.
337         * semantics.c (cp_expand_stmt): Don't destroy the named return value.
338
339 2001-07-02  Nathan Sidwell  <nathan@codesourcery.com>
340
341         * optimize.c (optimize_inline_calls): New function, broken out
342         of ...
343         (optimize_function): ... here. Call it. Don't inline if it is
344         a thunk.
345         (dump_function): Print name of dump flag causing this dump.
346         * semantics.c (expand_body): Move thunk inline check to
347         optimize_function.
348
349 2001-06-29  Joseph S. Myers  <jsm28@cam.ac.uk>
350
351         * typeck.c (COMP_TYPE_ATTRIBUTES): Don't define.
352         (comptypes): Use target.comp_type_attributes.
353
354 2001-06-29  Nathan Sidwell  <nathan@codesourcery.com>
355
356         * cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.
357
358 2001-06-28  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
359
360         * error.c (lang_print_error_function): Add a `diagnostic_context *'
361         parameter. Tweak.
362
363 2001-06-27  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
364
365         * decl2.c (import_export_class): Update.
366
367 2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
368
369         * error.c (init_error): Adjust settings.
370
371 2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
372
373         * error.c (init_error): Adjust settings.
374
375 2001-06-19  Richard Sandiford  <rsandifo@redhat.com>
376
377         * except.c (initialize_handler_parm): Expect __cxa_begin_catch to
378         return pointers to data members by reference rather than by value.
379
380 2001-06-18  Jason Merrill  <jason_merrill@redhat.com>
381
382         Implement the Named Return Value optimization.
383         * cp-tree.h (struct cp_language_function): Add x_return_value.
384         (current_function_return_value): Now a macro.
385         * decl.c: Don't define it.
386         (define_label, finish_case_label): Don't clear it.
387         (init_decl_processing): Don't register it with GC.
388         * semantics.c (genrtl_finish_function): Don't check it for
389         no_return_label.  Copy the RTL from the return value to
390         current_function_return_value and walk, calling...
391         (nullify_returns_r): ...this new fn.
392         * typeck.c (check_return_expr): Set current_function_return_value.
393
394 2001-06-15  Jason Merrill  <jason_merrill@redhat.com>
395
396         * class.c (dfs_accumulate_vtbl_inits): Just point to the base we're
397         sharing a ctor vtable with.  Merge code for cases 1 and 2.
398         (binfo_ctor_vtable): New fn.
399         (build_vtt_inits, dfs_build_secondary_vptr_vtt_inits): Use it.
400
401 2001-06-14  Jason Merrill  <jason_merrill@redhat.com>
402
403         * class.c (dfs_find_final_overrider): Fix logic.
404
405         * class.c (update_vtable_entry_for_fn): Uncomment optimization to use
406         virtual thunk instead of non-virtual.
407         (get_matching_virtual): Uncomment.
408
409         * pt.c (unify): Don't recurse between the POINTER_TYPE and the
410         OFFSET_TYPE.  If we're adding cv-quals, the extra ones would be on
411         PARM, not ARG.
412
413 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
414
415         * class.c (dfs_accumulate_vtbl_inits): For case 2 & 3, make sure
416         we've not emerged from the hierarchy of RTTI_BINFO on reaching
417         a non-virtual base.
418
419 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
420
421         * NEWS: Update release number.
422
423 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
424
425         PR c++/3130, c++/3131, c++/3132
426         * cp-tree.h (BINFO_UNSHARED_MARKED): New #define.
427         * class.c (force_canonical_binfo_r): Move
428         BINFO_UNSHARED_MARKED, BINFO_LOST_PRIMARY_P. Don't move
429         virtual bases unless they're primary and what they're primary
430         too has been moved.
431         (dfs_unshared_virtual_bases): Use BINFO_UNSHARED_MARKED. Cope
432         with morally virtual bases. Duplicate BINFO_LOST_PRIMARY_P and
433         BINFO_PRIMARY_BASE_OF. Clear BINFO_VTABLE for all but the most
434         derived binfo.
435         (mark_primary_bases): Use BINFO_UNSHARED_MARKED.
436         (layout_nonempty_base_or_field): Add most derived type
437         parameter. Adjust.
438         (layout_empty_base): Likewise.
439         (build_base_field): Likewise.
440         (build_base_fields): Likewise.
441         (propagate_binfo_offsets): Add most derived type
442         parameter. Skip non canonical virtual bases too.
443         (dfs_set_offset_for_unshared_vbases): Don't skip primary
444         bases. Do skip canonical bases.
445         (layout_virtual_bases): Adjust.
446         (layout_class_type): Adjust.
447         (dfs_get_primary_binfo): Build list of virtual primary base
448         candidates.
449         (get_primary_binfo): Check that the shared virtual primary
450         base candidate was found first.
451         (accumulate_vtbl_inits): Don't do anything for non-vptr
452         containing binfos. For case 1 primary virtual bases, keep
453         checking that we've not emerged from the hierarchy of RTTI_BINFO.
454
455 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
456
457         PR c++/3089
458         * class.c (dfs_accumulate_vtbl_inits): Always walk down the
459         hierarchy looking for primary bases for a ctor
460         vtable. Recursively call oneself, if we meet our primary via
461         this route and haven't met it yet via inheritance graph order.
462
463 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
464
465         * lang-options.h: Emit documentation for -fno-honor-std, not
466         -fhonor-std.
467
468 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
469
470         * typeck.c (get_member_function_from_ptrfunc) [vbit_in_delta]:
471         Don't clobber delta.
472         (expand_ptrmemfunc_cst) [ptrmemfunc_vbit_in_delta]: Adjust pfn.
473
474 2001-06-10  Mark Mitchell <mark@codesourcery.com>
475             Gabriel Dos Reis  <gdr@codesourcery.com>
476
477         * Make-lang.in (cp/call.o): Depend on diagnostic.h
478         (cp/typeck.o): Depend on diagnostic.h
479         (cp/typeck2.o): Depend on diagnostic.h
480         (cp/repo.o): Depend on dignostic.h
481         * typeck.c: #include diagnostic.h
482         (convert_for_initialization): Remove extern declaration for
483         warningcount and errorcount.
484
485         * call.c: #include diagnostic.h
486         (convert_like_real): Remove extern declaration for warnincount and
487         errorcount.
488
489         * repo.c: #include diagnostic.h
490         * typeck2.c: #include diagnostic.h
491
492 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
493
494         * decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko
495         in previous change.
496
497 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
498
499         PR c++/2929
500         * friend.c (do_friend): Use push_decl_namespace for classes at
501         namespace scope.
502
503 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
504             Jason Merrill <jason_merrill@redhat.com>
505
506         PR c++/3061
507         * class.c (build_secondary_vtable): Use assert, rather than an error
508         message.
509         (dfs_fixup_binfo_vtbls): BINFO_VTABLE might be NULL.
510         (dfs_accumulate_vtbl_inits): A lost primary virtual base may
511         be between ORIG_BINFO and RTTI_BINFO, but neither of them.
512         Don't set BINFO_VTABLE for a primary virtual base.
513
514 2001-06-07  Mark Mitchell  <mark@codesourcery.com>
515
516         * decl.c (duplicate_decls): Update source position information
517         when a template function is defined.
518
519 2001-06-07  Phil Edwards  <pme@sources.redhat.com>
520
521         * lang-specs.h:  Move -D_GNU_SOURCE to config/linux.h.
522
523 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
524
525         PR c++/2914
526         * decl.c (pushtag): Don't push into a complete type's scope.
527
528 2001-06-06  Jason Merrill  <jason_merrill@redhat.com>
529
530         * cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.
531         (struct lang_decl_flags): Lose generate_with_vtable_p.
532         (BV_GENERATE_THUNK_WITH_VTABLE_P): Lose.
533         * class.c (copy_virtuals): Adjust.
534         * decl2.c (mark_vtable_entries): Adjust.
535         * method.c (make_thunk, build_vtable_entry): Adjust.
536         * class.c (update_vtable_entry_for_fn): Only look as far as the
537         first defining class.
538         (build_vtbl_initializer): Put nothing in the slot for a function only
539         defined in a lost primary virtual base.
540         (add_vcall_offset_vtbl_entries_1): Use the same code for
541         the lost primary case and the normal case.
542         (dfs_unshared_virtual_bases): Don't lose a non-virtual primary base.
543         (get_vfield_offset, get_derived_offset): Lose.
544         (dfs_find_final_overrider): Use look_for_overrides_here.
545         (get_matching_virtual): New fn.
546         * semantics.c (emit_associated_thunks): Check BV_USE_VCALL_INDEX_P,
547         not BV_VCALL_INDEX.
548         * search.c (look_for_overrides_here): Split out from...
549         (look_for_overrides_r): Here.
550
551         * class.c (find_final_overrider): Return error_mark_node on error.
552
553         * decl2.c (key_method): #if 0 accidental change.
554
555 2001-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
556
557         * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.
558         (build_over_call): Likewise.
559         * decl.c (grokparms): Likewise.
560         * pt.c (tsubst_decl): Likewise.
561         * typeck.c (convert_arguments): Likewise.
562
563 2001-06-05  Mark Mitchell  <mark@codesourcery.com>
564
565         * semantics.c (begin_class_definition): Robustify.
566
567         * pt.c (instantiate_decl): Tell the repository code about the
568         clones, not the cloned functions.
569         * repo.c (repo_template_used): Explicitly instantiate the cloned
570         function, not the clones.
571
572 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
573
574         * call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and
575         ICS_BAD_FLAG on created conversion.
576         (compare_ics): Break out rank.
577
578 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
579
580         * decl.c (xref_tag): Remove extraneous %s on dependent name
581         lookup warning.
582
583 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
584
585         * class.c (layout_vtable_decl): Fix off by one error on
586         build_index_type.
587         (build_vtt): Likewise.
588         (build_ctor_vtbl_group): Likewise.
589
590 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
591
592         * class.c (maybe_indent_hierarchy): New function.
593         (dump_class_hierarchy_r): Add flags. Dump extra binfo
594         information, if enabled. Use maybe_indent_hierarchy. Adjust
595         output format.
596         (dump_class_hierarchy): Adjust prototype. Adjust output format.
597         (dump_array, dump_vtable, dump_vtt): New functions.
598         (finish_struct_1): Adjust hierarchy dumping.
599         (initialize_vtable): Call dump_vtable.
600         (build_vtt): Call dump_vtt.
601         (build_ctor_vtbl_group): Call dump_vtable.
602         * decl2.c (flag_dump_class_layout): Remove.
603         (cxx_decode_option): Remove dump translation unit
604         and dump class hierarchy check. Call dump_switch_p.
605         (finish_file): Adjust dumping.
606         (dump.c): Only dump base classes if not TDF_SLIM.
607         Only dump namespace members if not TDF_SLIM.
608         * optimize.c (dump_function): New function.
609         (optimize_function): Call dump_function.
610         * semantics.c (expand_body): Use dump_enabled_p.
611
612 2001-06-01  Nathan Sidwell  <nathan@codesourcery.com>
613
614         PR g++/2936
615         Part missed from first commit
616         * decl2.c (finish_anon_union): Copy context.
617
618 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
619
620         PR g++/2936
621         * optimize.c (remap_decl): Remap anonymous aggregate members too.
622
623 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
624
625         PR g++/2823
626         * semantics.c (expand_body): Don't optimize thunks.
627
628 2001-05-25  Sam TH  <sam@uchicago.edu>
629
630         * cp-tree.h lex.h: Fix header include guards.
631
632 2001-05-25  Mark Mitchell <mark@codesourcery.com>
633
634         * decl.c (init_decl_processing): Tweak.
635
636 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
637
638         * decl.c (duplicate_decls): Tidy.
639         (init_decl_processing): Always set flag_no_builtin.
640
641 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
642
643         PR c++/2184
644         * decl2.c (do_local_using_decl): Push the decls, even in a
645         template.
646
647 2001-05-22  Mark Mitchell  <mark@codesourcery.com>
648
649         * optimize.c (initialize_inlined_parameters): Don't set
650         TREE_READONLY for a VAR_DECL taking the place of an inlined
651         PARM_DECL.
652
653 2001-05-22  Jason Merrill  <jason_merrill@redhat.com>
654
655         * class.c, cp-tree.h, rtti.c: Remove com_interface attribute support.
656         * tree.c (cp_valid_lang_attribute): Warn about use of com_interface
657         attribute.
658
659 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
660
661         * parse.y: Refer to compound literals as such, not as
662         constructor-expressions.
663
664 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
665
666         * call.c (build_op_delete_call): Ignore exception-specifications
667         when looking for matching delete operators.
668         * init.c (build_new_1): Compute whether or not the allocation
669         function used is a placement allocation function or not, and
670         communicate this information to build_op_delete_call.
671
672 2001-05-21  Jason Merrill  <jason_merrill@redhat.com>
673
674         * class.c (build_vtable_entry_ref): Lose vtbl parm.  Fix for new abi.
675         (build_vtbl_ref): Adjust.
676         (dfs_accumulate_vtbl_inits): Set TREE_CONSTANT on the vtable address.
677         * decl2.c (lang_f_options): Remove huge-objects, vtable-thunks.
678         Re-add vtable-gc.
679         (unsupported_options): Correspondingly.
680
681         * decl2.c (maybe_make_one_only): Check flag_weak, not
682         supports_one_only().
683
684         * cp-tree.def (START_CATCH_STMT): Lose.
685         * dump.c (cp_dump_tree): Don't dump it.  Do dump HANDLER_PARMS.
686         * tree.c (cp_statement_code_p): Don't case it.
687         * semantics.c (cp_expand_stmt): Likewise.
688         * cp-tree.h (START_CATCH_TYPE): Lose.
689         (HANDLER_TYPE): New.
690         * except.c (expand_start_catch_block): Don't start any blocks.
691         Return the type.
692         (expand_end_catch_block): Don't end any blocks.
693         * parse.y (handler): Don't pass anything from finish_handler_parms
694         to finish_handler.
695         * pt.c (tsubst_expr): Likewise.
696         * semantics.c (begin_handler): Call note_level_for_catch here.
697         (finish_handler_parms): Don't return anything.
698         (genrtl_catch_block, begin_catch_block): Lose.
699         (genrtl_handler): Call expand_start_catch here.
700
701 2001-05-18  Jason Merrill  <jason_merrill@redhat.com>
702
703         * class.c (build_vtable): Set DECL_ASSEMBLER_NAME for vtables here.
704         (get_vtable_decl, build_vtt): Not here.
705
706 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
707
708         PR c++/2781
709         * optimize.c (update_cloned_parm): Copy addressability and other
710         flags.
711
712 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
713
714         * pt.c (determine_specialization): Ignore artificial functions.
715
716 2001-05-20  Neil Booth  <neil@daikokuya.demon.co.uk>
717
718         * cp-tree.h (struct lang_identifier, C_RID_YYCODE): Update.
719         (C_RID_CODE): Remove.
720         * lex.c (cxx_init_options): Call set_identifier_size.  Update.
721         (init_parse): Don't do it here.
722
723 2001-05-18  Diego Novillo  <dnovillo@redhat.com>
724
725         * decl2.c (finish_objects): Use the original SYMBOL_REF from the
726         function declaration to avoid stripping the symbol's attributes.
727
728 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
729
730         * decl.c (pushdecl): Adjust error string.
731         (xref_tag): Adjust friend class injection warning. Remove the
732         inherited name from the class shadowed scope.
733
734 2001-05-17  Mark Mitchell  <mark@codesourcery.com>
735
736         * except.c (cp_protect_cleanup_actions): New function.
737         (init_exception_processing): Don't set protect_cleanup_actions
738         here.  Do set lang_protect_cleanup_actions.
739
740 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
741
742         * spew.c (read_token): Call yyerror on all unexpected tokens.
743
744 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
745
746         * init.c (member_init_ok_or_else): Take a tree rather than
747         string for name.
748         (expand_member_init): Adjust.
749
750 2001-05-14  Nick Clifton  <nickc@cambridge.redhat.com>
751
752         * decl.c (duplicate_decls): Suppress warning about duplicate
753         decls if the first decl is a friend.
754
755 2001-05-12  Zack Weinberg  <zackw@stanford.edu>
756
757         * except.c (choose_personality_routine): Export.  Add
758         explanatory comment.  Take an enum languages, not a boolean.
759         (initialize_handler_parm): Adjust to match.
760         * cp-tree.h: Prototype choose_personality_routine.
761         * lex.c (handle_pragma_java_exceptions): New function.
762         (init_cp_pragma): Register #pragma GCC java_exceptions.
763
764 2001-05-12  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
765
766         * method.c (build_mangled_C99_name): Remove unused prototype.
767
768 2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
769
770         * cp-tree.h (ptrmemfunc_vbit_where_t): Declare type.
771         * typeck.c (get_member_function_from_ptrfunc,
772         build_ptrmemfunc, expand_ptrmemfunc_cst): Take
773         TARGET_PTRMEMFUNC_VBIT_LOCATION into account.
774
775         Reverted Geoff Keating's 2001-05-03's patch.
776
777 2001-05-11  Ira Ruben   <ira@apple.com>
778
779         * cp/cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.
780
781 2001-05-11  Neil Booth  <neil@daikokuya.demon.co.uk>
782
783         * cp-tree.h (finish_label_expr, lookup_label): Delete.
784         * parse.y: Update for '&&'; don't issue warning here.
785         * semantics.c (finish_label_expr): Delete.
786
787 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
788
789         * splay-tree.h (splay_tree_max): New function.
790         (splay_tree_min): Likewise.
791
792 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
793
794         * cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.
795         (pfn_vflag_identifier): Define.
796         Update comment about layout of pointer functions.
797         (build_ptrmemfunc1): Update prototype.
798         (expand_ptrmemfunc_cst): Update prototype.
799         * decl.c (initialize_predefined_identifiers): Initialize
800         pfn_vflag_identifier.
801         (build_ptrmemfunc_type): When FUNCTION_BOUNDARY < 16, add
802         an extra field to the type.
803         * expr.c (cplus_expand_constant): Pass 'flag' between
804         expand_ptrmemfunc_cst and build_ptrmemfunc1.
805         * typeck.c (get_member_function_from_ptrfunc): When
806         FUNCTION_BOUNDARY < 16, look at additional field to determine
807         if a pointer-to-member is a real pointer or a vtable offset.
808         (build_ptrmemfunc1): Add new parameter to contain extra field.
809         (build_ptrmemfunc): Pass the extra field around.
810         (expand_ptrmemfunc_cst): Add new parameter to return extra field.
811         (pfn_from_ptrmemfunc): Ignore the extra field.
812
813 2001-05-03  Mark Mitchell  <mark@codesourcery.com>
814
815         * cp-tree.h (flag_inline_trees): Update documentation.
816         * decl.c (init_decl_processing): Adjust handling of
817         flag_inline_functions and flag_inline_trees to support -O3.
818         (grokfndecl): Set DECL_INLINE on all functions if that's what
819         the user requested.
820         (save_function_data): Clear DECL_INLINE in
821         current_function_cannot_inline is non-NULL.
822         * decl2.c (flag_inline_trees): Update documentation.
823
824 2001-05-03  Nathan Sidwell  <nathan@codesourcery.com>
825
826         * dump.c (cp_dump_tree, USING_STMT case): New case.
827         * tree.c (cp_statement_code_p): Add USING_STMT.
828         * decl2.c (do_using_directive): Add the using directive statement.
829
830         * tree.c (walk_tree): Reformat an if block.
831
832 2001-05-02  Mark Mitchell  <mark@codesourcery.com>
833
834         * decl.c (compute_array_index_type): Don't try to do anything with
835         the indices when processing a template.
836
837 2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
838
839         * call.c: NULL_PTR -> NULL.
840         * class.c: Likewise.
841         * cvt.c: Likewise.
842         * decl.c: Likewise.
843         * decl2.c: Likewise.
844         * except.c: Likewise.
845         * init.c: Likewise.
846         * rtti.c: Likewise.
847         * search.c: Likewise.
848         * tree.c: Likewise.
849         * typeck.c: Likewise.
850         * typeck2.c: Likewise.
851
852 2001-05-02  Mark Mitchell  <mark@codesourcery.com>
853
854         * decl2.c (do_using_directive): Revert previous patch.
855
856 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
857
858         * cp-tree.def (USING_STMT): New statement node.
859         * cp-tree.h (USING_STMT_NAMESPACE): New macro.
860         * decl2.c (do_using_directive): Add USING_STMT to statement
861         tree. Don't emit errors when processing template decl.
862         * pt.c (tsubst_expr, USING_STMT case): New case.
863         * semantics.c (cp_expand_stmt, USING_STMT case): New case.
864
865 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
866
867         * call.c (build_new_op): Convert args from reference here.
868         (build_conditional_expr): Don't convert here.
869
870 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
871
872         * spew.c (last_token_id): New static variable.
873         (read_token): Set it here.
874         (yyerror): Use it here.
875
876 2001-04-30  Richard Henderson  <rth@redhat.com>
877
878         * cvt.c: Downcase C_PROMOTING_INTEGER_TYPE_P invocations.
879         * decl.c: Likewise.
880
881 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
882
883         * gxxint.texi: Remove.
884         * Make-lang.in: Remove all traces of gxxint.texi.
885
886 Mon Apr 30 16:14:10 2001  Mark P Mitchell  <mark@codesourcery.com>
887
888         * decl2.c (start_static_initialization_or_destruction): Correct
889         logic to handle the -fno-use-cxa-atexit case.
890
891 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
892
893         * optimize.c (update_cloned_parm): New function.
894         (maybe_clone_body): Use it.  Update the `this' parameter too.
895
896 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
897
898         * decl2.c (unsupported_options): Add new-abi.
899         * lang-options.h: Remove no longer supported options.
900
901 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
902
903         * except.c (can_convert_eh): Don't check template parms,
904         typename types etc.
905
906 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
907
908         * optimize.c (maybe_clone_body): Copy parameter names and locations.
909
910 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
911
912         * cp-tree.h (adjust_clone_args): Prototype new function.
913         * class.c (adjust_clone_args): New function.
914         * decl.c (start_function): Call it for in charge ctors.
915
916 2001-04-26  Mark Mitchell  <mark@codesourcery.com>
917
918         * method.c (use_thunk): Make sure that thunks really are emitted
919         when requested.
920
921 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
922
923         * mangle.c (write_chars): New macro.
924         (hwint_to_ascii): New function
925         (write_number): Use it.
926         (write_integer_cst): Deal with really big numbers.
927
928 2001-04-25  Mark Mitchell  <mark@codesourcery.com>
929
930         * optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting
931         the clone.
932
933 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
934
935         * decl.c (grokdeclarator): Set context of namespace scope
936         TYPE_DECLS.
937
938 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
939
940         * cp/optimize.c: Include hashtab.h.
941         (struct inline_data): Add tree_pruner.
942         (expand_call_inline, expand_calls_inline): Use it when calling
943         walk_tree.
944         (optimize_function): Initialize and free tree_pruner.
945
946 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
947
948         Lazy __FUNCTION__ generation.
949         * cp-tree.def (FUNCTION_NAME): Remove.
950         * cp-tree.h (function_name_declared_p): Remove.
951         (cp_fname_init): Prototype.
952         * decl.c (init_decl_processing): Don't generate __FUNCTION__ et al ids,
953         don't call declare_function_name. Call start_fname_decls.
954         (cp_make_fname_decl): Adjust parameters. Generate the name. Don't
955         clobber the line number.
956         (cp_fname_init): New function.
957         (start_function): Call start_fname_decls.
958         (finish_function): Call finish_fname_decls.
959         * lex.c (reswords): Add slots for __FUNCTION__ et al.
960         (rid_to_yy): Add mappings for __FUNCTION__ et al.
961         * optimize.c (maybe_clone_body): Remove function_name_declared_p.
962         * parse.y (VAR_FUNC_NAME): New token.
963         (primary): Add VAR_FUNC_NAME.
964         * pt.c (tsubst_decl): Adjust a DECL_PRETTY_FUNCTION_P's
965         generation.
966         (tsubst, FUNCTION_NAME case): Remove.
967         (tsubst_copy, FUNCTION_NAME case): Remove.
968         (tsubst_expr, DECL_STMT case): Be careful with a
969         DECL_PRETTY_FUNCTION_P.
970         (instantiate_decl): Remove function_name_declared_p.
971         * semantics.c (begin_compound_statement): Don't call
972         declare_function_name here.
973         (setup_vtbl_ptr). Don't save & restore function_name_declared_p.
974         (finish_translation_unit): Call finish_fname_decls.
975         (expand_body): Remove function_name_declared_p.
976         * typeck2.c (digest_init): Allow any ERROR_MARK.
977
978 2001-04-24  Nathan Sidwell  <nathan@codesourcery.com>
979
980         * pt.c (tsubst_decl): Use VOID_TYPE_P.
981         * semantics.c: Fix some typos.
982
983 2001-04-23  Phil Edwards  <pme@sources.redhat.com>
984
985         * cp/decl2.c (flag_honor_std):  Always initialize to 1.
986
987 2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
988
989         * xref.c (GNU_xref_file): Use concat in lieu of xmalloc/sprintf.
990
991 2001-04-23  Jason Merrill  <jason_merrill@redhat.com>
992
993         * except.c (build_throw): Wrap the initialization of the exception
994         object in a MUST_NOT_THROW_EXPR.
995         (do_free_exception): #if 0.
996
997 2001-04-20  Mark Mitchell  <mark@codesourcery.com>
998
999         * cp-tree.h (finish_enum): Change prototype.
1000         * decl.c (finish_enum): Reorganize.
1001         * parse.y (structsp): Adjust calls to finish_enum.
1002
1003 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
1004
1005         * tree.c (cp_tree_equal): Adjust final switch formatting. Add
1006         't' case.
1007
1008 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
1009
1010         * class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED.
1011         (layout_empty_base): Return at end flag.
1012         (build_base_field): Likewise.
1013         (build_base_fields): Likewise.
1014         (layout_virtual_bases): Don't add 1 to eoc value.
1015         (end_of_class): Use full size for empty bases.
1016         (layout_class_type): Clear CLASSNEARLY_EMPTY_P if we appended
1017         empty bases. Don't add 1 to eoc value. Only add trailing padding
1018         if we're an empty class with no empty bases.
1019         (dump_class_hierarchy): Dump size and alignment.
1020
1021 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
1022
1023         * call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG and
1024         ICS_BAD_FLAG.
1025
1026 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
1027
1028         * search.c (lookup_field_r): If looking for type and non-TYPE_DECL
1029         is found, look first if name does not match the structure name.
1030
1031 2001-04-19  Mark Mitchell  <mark@codesourcery.com>
1032
1033         * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is
1034         set.
1035         (SET_DECL_LANGUAGE): New macro.
1036         * decl.c (duplicate_decls): Use SET_DECL_LANGUAGE.
1037         (pushdecl): Likewise.
1038         (build_library_fn_1): Likewise.
1039         (build_cp_library_fn): Likewise.
1040         (grokfndecl): Likewise.
1041         (grokvardecl): Mark `extern "C"' variables as having C linkage.
1042         * decl2.c (grokclassfn): Use SET_DECL_LANGUAGE.
1043         * lex.c (retrofit_lang_decl): Likewise.
1044         * mangle.c (mangle_decl_string): Don't mangle the names of
1045         variables declared with C language linkage.
1046         * semantics.c (finish_member_declaration): Use SET_DECL_LANGUAGE.
1047
1048 2001-04-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
1049
1050         * semantics.c (simplify_aggr_init_exprs_r): Don't restore
1051         flag_access_control from uninitialized storage.
1052
1053 2001-04-15  Mark Mitchell  <mark@codesourcery.com>
1054
1055         * cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.
1056         * mangle.c (write_pointer_to_member_type): Fix mangling of
1057         pointers to cv-qualified member function types.
1058
1059         * init.c (build_delete): Create a SAVE_EXPR for the address if
1060         we're going to use it more than once.
1061
1062 2001-04-13  Mark Mitchell  <mark@codesourcery.com>
1063
1064         * cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.
1065         (expand_ptremfunc_cst): Change prototype.
1066         (delta2_from_ptrmemfunc): Remove.
1067         * expr.c (cplus_expand_constant): Adjust call to
1068         expand_ptrmemfunc_cst.
1069         * typeck.c (build_ptrmemfunc1): Simplify.
1070         (build_ptrmemfunc): Make sure that casting a PTRMEM_CST still
1071         results in a constant.
1072         (expand_ptrmemfunc_cst): Remove idx and delta2 parameters.
1073         (delta2_from_ptrmemfunc): Remove.
1074         (pfn_from_ptrmemfunc): Adjust call to expand_ptrmemfunc_cst.
1075
1076 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
1077
1078         * cp-tree.h (decl_namespace_list): New macro.
1079         (struct saved_scope): Add decl_ns_list.
1080         * decl.c (mark_saved_scope): Mark it.
1081         * decl2.c: Lose static decl_namespace_list.
1082         (init_decl2): Don't save it.
1083
1084 2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1085
1086         * cp-tree.h (warn_return_type, yylex): Delete redundant
1087         declarations.
1088
1089         * decl.c (current_class_depth, global_namespace): Likewise.
1090
1091         * decl2.c (current_class_depth, flag_gnu_xref): Likewise
1092
1093         * repo.c (flag_use_repository): Likewise.
1094
1095 2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1096
1097         * cp-tree.h (pedantic, convert, global_bindings_p, insert_block,
1098         set_block, pushdecl, getdecls, gettags, init_decl_processing,
1099         maybe_build_cleanup, copy_lang_decl, prep_stmt, lvalue_p,
1100         lvalue_or_else, print_lang_statistics, comp_target_types,
1101         unsigned_type, signed_type, signed_or_unsigned_type,
1102         build_function_call, mark_addressable, incomplete_type_error):
1103         Delete redundant declarations.
1104
1105 2001-04-11  Jason Merrill  <jason_merrill@redhat.com>
1106
1107         * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.
1108         (TYPE_ANONYMOUS_P): New macro.
1109         (TAGGED_TYPE_P): New macro.
1110         * decl.c (check_tag_decl): Use TYPE_ANONYMOUS_P.
1111         (grokfndecl, grokvardecl, grokdeclarator): Likewise.
1112         * tree.c (no_linkage_helper): Likewise.
1113         * semantics.c (begin_class_definition): Likewise.
1114         * pt.c (convert_template_argument): Likewise.
1115         * lex.c (check_for_missing_semicolon): Likewise.
1116
1117 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
1118
1119         * class.c (dfs_unshared_virtual_bases): New function.
1120         (mark_primary_bases): Call it.
1121         (check_bases): Ignore virtual bases when determining
1122         nearly-emptiness.
1123
1124 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
1125
1126         * method.c (make_thunk): Clear DECL_CLONED_FUNCTION.
1127
1128 2001-04-11  Mark Mitchell  <mark@codesourcery.com>
1129
1130         * optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the
1131         cloned function to the clone.
1132
1133 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1134
1135         * Make-lang.in (cp/semantics.o): Depend on $(EXPR_H).
1136
1137         * semantics.c: Include expr.h.
1138
1139 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
1140
1141         * method.c (implicitly_declare_fn): Commonize code for copy ctor
1142         and assignment op. Set TREE_USED for parameter.
1143
1144 2001-04-10  Mark Mitchell  <mark@codesourcery.com>
1145
1146         * class.c (find_final_overrider_data): Add `candidates'.
1147         (dfs_find_final_overrider): Don't issue error messages
1148         prematurely.
1149         (find_final_overrider): Issue error messages here.
1150         (build_base_field): Don't warn about amgibuous direct bases here.
1151         (warn_about_ambiguous_direct_bases): New function.
1152         (layout_class_type): Use it.
1153
1154 2001-04-10  Richard Henderson  <rth@redhat.com>
1155
1156         * typeck.c (build_array_ref): Push the array reference inside
1157         COMPOUND_EXPR and COND_EXPR.
1158
1159 2001-04-05  Mark Mitchell  <mark@codesourcery.com>
1160
1161         * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.
1162         * decl.c (duplicate_decls): Adjust accordingly.
1163         (maybe_commonize_var): Likewise.
1164         (grokfndecl): Likewise.
1165         (start_function): Likewise.
1166         (start_method): Likewise.
1167         * decl2.c (key_method): Likewise.
1168         (import_export_decl): Likewise.
1169         * method.c (implicitly_declare_fn): Likewise.
1170         * optimize.c (maybe_clone_body): Likewise.
1171
1172 2001-04-05  Benjamin Kosnik  <bkoz@redhat.com>
1173
1174         * lang-specs.h: Add __DEPRECATED.
1175
1176 Thu Apr  5 16:54:29 2001  J"orn Rennecke <amylaar@redhat.com>
1177
1178         * search.c (get_dynamic_cast_base_type): When building a new
1179         constant, set its type to ssizetype.
1180
1181 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
1182
1183         * optimize.c (expand_call_inline): Only add newly inlined statements
1184         into inlined_stmts.
1185
1186 2001-04-03  Mark Mitchell  <mark@codesourcery.com>
1187
1188         * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
1189         (OPERATOR_FORMAT): Likewise.
1190         (OPERATOR_TYPENAME_FORMAT): Likewise.
1191         * operators.def: Remove old name-mangling information.
1192         * decl.c (grok_op_properties): Adjust accordingly.
1193         * lex.c (init_operators): Likewise.
1194         * rtti.c (get_tinfo_decl): Issue error messages about types that
1195         have variable size.
1196
1197 2001-04-03  Mark Mitchell  <mark@codesourcery.com>
1198
1199         * decl2.c (import_export_decl): Don't call import_export_class
1200         when processing an inline member function.
1201         * semantics.c (expand_body): Call import_export_decl before
1202         emitting inline functions.
1203
1204 2001-03-28  Richard Henderson  <rth@redhat.com>
1205
1206         IA-64 ABI Exception Handling:
1207         * cp-tree.def (EH_SPEC_BLOCK): New.
1208         (MUST_NOT_THROW_EXPR): New.
1209         * cp-tree.h: Update changed function declarations.
1210         (CPTI_PUSH_EXCEPTION_IDENTIFIER): Remove.
1211         (CPTI_CALL_UNEXPECTED): New.
1212         (struct cp_language_function): Rename x_eh_spec_try_block
1213         to x_eh_spec_block.
1214         (EH_SPEC_STMTS, EH_SPEC_RAISES): New.
1215         * decl.c (current_binding_level): If no current function
1216         bindings, revert to scope_chain.
1217         (initialize_predefined_identifiers): Remove __cp_push_exception.
1218         (store_parm_decls): Use begin_eh_spec_block.
1219         (finish_function): Use finish_eh_spec_block.
1220         (mark_lang_function): Update for name changes.
1221         * decl2.c (finish_file): No mark_all_runtime_matches.
1222         * dump.c (cp_dump_tree): Handle new tree codes.
1223         * error.c (dump_expr) [BIND_EXPR]: Fix typo.
1224         * except.c (catch_language_init, catch_language): Remove.
1225         (init_exception_processing): Don't set language code.
1226         Initialize call_unexpected_node, protect_cleanup_actions,
1227         eh_personality_libfunc, lang_eh_runtime_type.
1228         (call_eh_info, push_eh_info, get_eh_info, get_eh_value): Remove.
1229         (get_eh_type, get_eh_caught, get_eh_handlers): Remove.
1230         (prepare_eh_type): Split out type canonicalizations ...
1231         (build_eh_type_type): ... from here.
1232         (build_eh_type_type_ref): Remove.
1233         (mark_all_runtime_matches): Remove.
1234         (build_exc_ptr): New.
1235         (do_begin_catch, do_end_catch): New.
1236         (do_pop_exception): Remove.
1237         (build_terminate_handler): Remove.
1238         (choose_personality_routine): Split out language choice from ...
1239         (initialize_handler_parm): ... here.
1240         Use MUST_NOT_THROW_EXPR.
1241         (expand_start_catch_block): Use do_begin_catch.  Simplify Java
1242         exception object handling.
1243         (expand_start_eh_spec, expand_end_eh_spec): Remove.
1244         (expand_exception_blocks, alloc_eh_object): Remove.
1245         (begin_eh_spec_block, finish_eh_spec_block): New.
1246         (do_allocate_exception, do_free_exception): New.
1247         (expand_throw): Merge into ...
1248         (build_throw): ... here.  Update for abi.
1249         * expr.c (cplus_expand_expr): No expand_internal_throw.
1250         Handle MUST_NOT_THROW_EXPR.
1251         * pt.c (tsubst_expr): Handle EH_SPEC_BLOCK.
1252         * semantics.c (*) Update for except.h name changes.
1253         (genrtl_try_block): No protect_with_terminate.
1254         (genrtl_eh_spec_block): New.
1255         (genrtl_handler): Don't emit the goto here.
1256         (cp_expand_stmt): Handle EH_SPEC_BLOCK.
1257         (genrtl_finish_function): Don't expand_exception_blocks.
1258         * tree.c (cp_statement_code_p): Handle EH_SPEC_BLOCK.
1259
1260 2001-03-28  Richard Henderson  <rth@redhat.com>
1261
1262         * decl.c (struct named_label_list): Rename eh_region to
1263         in_try_scope, add in_catch_scope.
1264         (struct binding_level): Rename eh_region to is_try_scope,
1265         add is_catch_scope.
1266         (note_level_for_try): Rename from note_level_for_eh.
1267         (note_level_for_catch): New.
1268         (poplevel): Copy both is_try_scope and is_catch_scope to
1269         the named_label_list struct.
1270         (check_previous_goto_1): Don't check for catch block via
1271         DECL_ARTIFICIAL; use in_try_scope instead.
1272         (check_goto): Likewise.
1273         * cp-tree.h (note_level_for_try, note_level_for_catch): Declare.
1274         * except.c (expand_start_catch_block): Call note_level_for_catch.
1275         * semantics.c (begin_compound_stmt): Update for note_level_for_try.
1276
1277 2001-03-27  Richard Henderson  <rth@redhat.com>
1278
1279         * except.c: Use USING_SJLJ_EXCEPTIONS instead of
1280         exceptions_via_longjmp.
1281
1282 2001-03-27  Phil Edwards  <pme@sources.redhat.com>
1283
1284         * pt.c (check_default_tmpl_args):  Make error messages clearer.
1285
1286 2001-03-26  Phil Edwards  <pme@sources.redhat.com>
1287
1288         * error.c:  Also undefine 'A' macro used for cp_printers definition.
1289
1290 2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1291
1292         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
1293
1294 2001-03-26  Mike Yang <yang@research.att.com>
1295             Mark Mitchell  <mark@codesourcery.com>
1296
1297         * dump.c (dump_access): New function.
1298         (cp_dump_tree): Use it.  Dump basetype information for class
1299         types.
1300
1301 2001-03-26  Mark Mitchell  <mark@codesourcery.com>
1302
1303         * Makefile.in (optimize.o): Depend on params.h.
1304         (duplicate_decls): Copy DECL_NUM_STMTS, not DECL_FRAME_SIZE.
1305         (init_decl_processing): Set flag_no_inline when doing
1306         inlining-on-trees.
1307         * optimize.c: Include params.h.
1308         (struct inline_data): Improve documentation of FNS.  Add
1309         FIRST_INLINED_FN, INLINED_STMTS, and CLONING_P.
1310         (INSNS_PER_STMT): New macro.
1311         (remap_block): Use CLONING_P.
1312         (inlinable_function_p): Don't inline big functions.
1313         (expand_call_inline): Keep track of how much inlining we've done.
1314         (optimize_function): Set FIRST_INLINED_FN.
1315         (maybe_clone_body): Set CLONING_P.
1316         * semantics.c (simplify_aggr_init_exprs_r): Fix typing problems in
1317         tree nodes.
1318         (genrtl_finish_function): Clear DECL_DEFER_OUTPUT before calling
1319         rest_of_compilation.  Clear DECL_RTL for local variables
1320         afterwards.
1321         (clear_decl_rtl): New function.
1322
1323 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
1324
1325         Implement DR 209
1326         * cp-tree.h (skip_type_access_control,
1327         reset_type_access_control): Prototype.
1328         * decl.c (grokdeclarator): Access of friends is not checked.
1329         * parse.y (component_decl_list): Reset type access control.
1330         * semantics.c (decl_type_access_control): Clear
1331         current_type_lookups.
1332         (save_type_access_control): Don't save if not deferring.
1333         (skip_type_access_control, reset_type_access_control): New
1334         functions.
1335         (begin_class_definition): Do type access control for basetypes.
1336         Start deferred access control.
1337         (finish_class_definition): Resume immediate access control if
1338         this is a local class.
1339
1340 2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1341
1342         * class.c (add_method): Use memcpy/memmove, not bcopy.
1343
1344         * decl.c (duplicate_decls): Likewise.
1345
1346 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
1347
1348         * mangle.c (write_discriminator): Use `_0' for discriminator 1,
1349         not `_'.
1350
1351 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
1352
1353         * decl.c (local_names): Define.
1354         (push_local_name): New.
1355         (grok_reference_init): Return init if initializing static reference
1356         variable with non-constant instead of emitting it.
1357         Move expand_static_init call to cp_finish_decl.
1358         (layout_var_decl): Call push_local_name.
1359         (maybe_commonize_var): Allow inlining functions even if they have
1360         static local variables, use comdat_linkage for them if flag_weak.
1361         (check_initializer): Call obscure_complex_init if
1362         grok_reference_init returned non-zero.
1363         (save_function_data): Clear x_local_names.
1364         (pop_cp_function_context): Free x_local_names.
1365         (mark_inlined_fns): Remove.
1366         (mark_lang_function): Mark x_local_names.
1367         (lang_mark_tree): Don't mark DECL_ACCESS for DECL_DISCRIMINATOR_P.
1368         Mark inlined_fns as tree, remove call to mark_inlined_fns.
1369         * class.c (alter_access): Ensure DECL_ACCESS is never set if
1370         DECL_DISCRIMINATOR_P.
1371         * cp-tree.h (cp_language_function): Add x_local_names.
1372         (lang_decl_flags): Add discriminator into u2.
1373         (lang_decl_inlined_fns): Remove.
1374         (lang_decl): inlined_fns is now a TREE_VEC.
1375         (DECL_DISCRIMINATOR_P, DECL_DISCRIMINATOR): Define.
1376         * optimize.c (inlinable_function_p): DECL_INLINED_FNS is now a
1377         TREE_VEC, not a custom structure.
1378         (optimize_function): Likewise.
1379         * mangle.c (discriminator_for_local_entity): Discriminate among
1380         VAR_DECL local entities.
1381         * search.c (dfs_access_in_type): If DECL_DISCRIMINATOR_P, DECL_ACCESS
1382         is not valid.
1383
1384 2001-03-22  Bryce McKinlay  <bryce@albatross.co.nz>
1385
1386         Add support for Java interface method calls.
1387         * cp-tree.h (struct lang_type): Add java_interface flag.
1388         (TYPE_JAVA_INTERFACE): New macro.
1389         * tree.c (cp_valid_lang_attribute): Handle "java_interface" attribute
1390         by setting TYPE_JAVA_INTERFACE.
1391         * call.c (java_iface_lookup_fn): New static.
1392         (build_over_call): If calling a method declared in a
1393         TYPE_JAVA_INTERFACE, call build_java_interface_fn_ref to generate the
1394         expression which resolves the function address.
1395         (build_java_interface_fn_ref): New function.
1396
1397 2001-03-22  Richard Henderson  <rth@redhat.com>
1398
1399         * Make-lang.in (cp/except.o): Don't depend on insn-flags.h.
1400         * except.c: Don't include it.
1401
1402 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
1403             based on an idea from Joe Buck <jbuck@synopsys.com>
1404
1405         * parse.y (bad_decl, template_arg_list_ignore, arg_list_ignore):
1406         New nonterminals.
1407         (data_def, component_decl): Add reductions to bad_decl.
1408
1409 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
1410
1411         * method.c (do_build_assign_ref): Don't use build_modify_expr for
1412         anonymous aggregates, since they don't have assignment operator
1413         method.
1414         * decl.c (fixup_anonymous_aggr): Disallow ctors, dtors and copy
1415         assignment operators for anonymous structure fields.
1416
1417 2001-03-21  Jason Merrill  <jason@redhat.com>
1418
1419         * pt.c (instantiate_decl): Abort if we see a member constant
1420         instantiation that doesn't already have its initializer.
1421         Downgrade explicit instantiation without definition to pedwarn.
1422
1423         * cp-tree.h (DECL_TINFO_FN_P, SET_DECL_TINFO_FN_P): Remove.
1424         * class.c (build_vtable_entry): Don't check DECL_TINFO_FN_P.
1425         (import_export_decl): Check tinfo_decl_p, not DECL_TINFO_FN_P.
1426
1427         * cp-tree.h (CLASSTYPE_VTABLE_NEEDS_WRITING): Remove.
1428         (pending_vtables): Remove.
1429         * decl2.c (pending_vtables): Remove.
1430         (import_export_vtable): Use CLASSTYPE_INTERFACE_ONLY, not
1431         CLASSTYPE_VTABLE_NEEDS_WRITING.
1432         (import_export_class): Likewise.
1433         (init_decl2): Don't mark pending_vtables.
1434         * lex.c (handle_pragma_vtable): Just sorry.
1435         * pt.c (instantiate_class_template): Don't mess with
1436         CLASSTYPE_VTABLE_NEEDS_WRITING.
1437         (mark_class_instantiated): Likewise.
1438         * ptree.c (print_lang_type): Don't print it.
1439         * semantics.c (begin_class_definition): Don't set it.
1440
1441         * pt.c (template_tail): Replace with last_pending_template.
1442         (maybe_templates, maybe_template_tail): Remove.
1443         (add_pending_template): Adjust.
1444         (instantiate_pending_templates): Adjust.
1445
1446         * cp-tree.h (struct saved_scope): Remove lang_stack field.
1447         (current_lang_stack): Remove.
1448         * decl.c (maybe_push_to_top_level): Don't initialize it.
1449         (duplicate_decls): Use current_lang_depth.
1450         (xref_basetypes): Likewise.
1451         * class.c (current_lang_depth): New fn.
1452         (push_lang_context): Use more varray functionality.
1453         (pop_lang_context): Likewise.
1454
1455         * error.c (GLOBAL_THING): Always use '__'.
1456
1457 2001-03-21  Mark Mitchell  <mark@codesourcery.com>
1458
1459         * class.c (build_clone): Clear DECL_ASSEMBLER_NAME.
1460
1461         * mangle.c (mangle_decl_string): Mangle the names of overloaded
1462         operators, even when they have `extern "C"' linkage.
1463
1464 2001-03-19  Mark Mitchell  <mark@codesourcery.com>
1465
1466         * class.c (get_vtable_decl): Use SET_DECL_ASSEMBLER_NAME,
1467         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
1468         where it's not necessary.
1469         (add_method): Remove optimization involving comparison of
1470         DECL_ASSEMBLER_NAME.
1471         (build_vtbl_or_vbase_field): Use SET_DECL_ASSEMBLER_NAME,
1472         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
1473         where it's not necessary.
1474         (check_methods): Likewise.
1475         (build_clone): Likewise.
1476         (built_vtt): Likewise.
1477         * cp-tree.h (DECL_NEEDED_P): Likewise.
1478         * decl.c (pushtag): Likewise.
1479         (duplicate_decls): Likewise.
1480         (pushdecl): Likewise.
1481         (builtin_function): Likewise.
1482         (build_library_fn_1): Set DECL_LANGUAGE for library functions.
1483         (build_cp_library_fn): Likewise.
1484         (maybe_commonize_var): Use SET_DECL_ASSEMBLER_NAME,
1485         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
1486         where it's not necessary.
1487         (make_rtl_for_nonlocal_decl): Likewise.
1488         (cp_finish_decl): Likewise.
1489         (grokfndecl): Likewise.
1490         (grokvardecl): Likewise.
1491         (grokdeclarator): Likewise.
1492         (start_function): Likewise.
1493         (cp_missing_return_ok_p): Likewise.
1494         * decl2.c (grokclassfn): Likewise.
1495         (check_classfn): Likewise.
1496         (finish_static_data_member_decl): Likewise.
1497         (grokfield): Likewise.
1498         * error.c (GLOBAL_IORD_P): Remove.
1499         (dump_global_iord): Improve output.
1500         (dump_decl): Avoid using DECL_ASSEMBLER_NAME.
1501         * except.c (nothrow_libfn_p): Summarily reject any function not in
1502         namespace-scope.
1503         * init.c (build_java_class_ref): Don't explicitly set
1504         DECL_ASSEMBLER_NAME after calling mangle_decl.
1505         * mangle.c (mangle_decl_string): Handle extern "C" functions.
1506         (mangle_decl): Set the DECL_ASSEMBLER_NAME for the decl.
1507         * method.c (set_mangled_name_for_decl): Don't explicitly set
1508         DECL_ASSEMBLER_NAME after calling mangle_decl.
1509         (make_thunk): Explicitly set the DECL_ASSEMBLER_NAME and
1510         IDENTIFIER_GLOBAL_VALUE for the thunk.
1511         * pt.c (set_mangled_name_for_template_decl): Remove.
1512         (check_explicit_specialization): Don't use it.
1513         (looup_template_class): Don't set DECL_ASSEMBLER_NAME.
1514         (tsubst_friend_function): Likewise.
1515         (tsubst_decl): Likewise.
1516         (regenerate_decl_from_template): Use COPY_DECL_ASSEMBLER_NAME.
1517         * rtti.c (get_tinfo_decl): Use SET_DECL_ASSEMBLER_NAME,
1518         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
1519         where it's not necessary.
1520         (tinfo_base_init): Likewise.
1521         (create_real_tinfo_var): Likewise.
1522         * search.c (looup_field_1): Likewise.
1523         * semantics.c (finish_named_return_value): Likewise.
1524         * tree.c (init_tree): Set lang_set_decl_assembler_name.
1525
1526 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
1527
1528         Correct semantics restrictions checking in throw-expression.
1529         * except.c (is_admissible_throw_operand): New function.
1530         (build_throw): Use it.
1531
1532 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
1533
1534         * decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__
1535         and its ilk.
1536
1537 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
1538
1539         * class.c (build_clone): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
1540         * cp-tree.h (DECL_IN_MEMORY_P): Likewise.
1541         * decl.c (duplicate_decls): Likewise.
1542         (builtin_function): Likewise.
1543         (build_library_fn): Likewise.
1544         (build_cp_library_fn): Likewise.
1545         (check_initializer): Likewise.
1546         (cp_finish_decl): Likewise.
1547         * decl2.c (grokfield): Likewise.
1548         (grok_function_init): Remove #if 0'd code.
1549         (finish_anon_union): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
1550         * friend.c (do_friend): Likewise.
1551         * init.c (get_temp_regvar): Likewise.
1552         * method.c (make_thunk): Likewise.
1553         * pt.c (tsubst_friend_function): Likewise.
1554         (tsubst_decl): Likewise.
1555         (regenerate_decl_from_template): Likewise.
1556         * semantics.c (genrtl_named_return_value): Likewise.
1557         (expand_body): Likewise.
1558         (genrtl_finish_function): Likewise.
1559         * tree.c (cp_tree_equal): Likewise.
1560
1561 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
1562
1563         * call.c (convert_like_real): Add extra semantics to INNER
1564         parameter. Don't convert to temporary if a user conversion
1565         gives us an lvalue that we're about to bind to a reference.
1566         Set INNER to indicate pending reference binding on recursive
1567         calls.
1568
1569 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
1570
1571         * cp/lex.c: Delete duplicate pending_lang_change.
1572
1573 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
1574
1575         * cp/lex.c (handle_pragma_interface, handle_pragma_implementation):
1576         Similarly.
1577         * cp/repo.c (get_base_filename, open_repo_file): Similarly.
1578         * cp/cp-tree.h: Remove file_name_nondirectory prototype.
1579
1580 2001-03-09  Zack Weinberg  <zackw@stanford.edu>
1581
1582         * Make-lang.in: Add dependencies on $(TM_P_H) as appropriate.
1583
1584 2001-03-08  Stan Shebs  <shebs@apple.com>
1585
1586         * cp-tree.h (set_identifier_local_value): Remove unused decl.
1587
1588 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
1589
1590         * spew.c: Remove references to CPP_OSTRING.
1591
1592 2001-03-06  Andrew Haley  <aph@redhat.com>
1593
1594         * typeck.c (convert_arguments): Check that we have an fndecl.
1595
1596 2001-03-05  Andrew Haley  <aph@redhat.com>
1597
1598         * typeck.c (convert_arguments): Don't do ellipsis conversion for
1599         __built_in_constant_p.
1600
1601 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
1602
1603         * typeck.c (build_static_cast): Allow enum to enum conversions
1604         as per DR 128.
1605
1606 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
1607
1608         * class.c (check_field_decls): Pointers to member do not a
1609         non-pod struct make, as per DR 148.
1610
1611 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
1612
1613         * call.c (joust): cp_pedwarn when using gnu extension concerning
1614         worst conversion sequences.
1615
1616 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
1617
1618         * decl.c: Replace all uses of 'boolean' with 'bool'.
1619
1620 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
1621
1622         * lang-specs.h: Add zero initializer for cpp_spec field to
1623         all array elements that need one.  Don't put an #ifdef inside
1624         the initializer list; set a default for CPLUSPLUS_CPP_SPEC and
1625         use it.
1626
1627 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
1628
1629         Implement using decls inside template functions.
1630         * decl2.c (validate_nonmember_using_decl): Don't special case
1631         fake_std_node in the global namespace. Don't reject early when
1632         processing a template.
1633         (do_local_using_decl): Add to statement tree. Don't do further
1634         processing when building a template.
1635         * pt.c (tsubst_expr, DECL_STMT case): Deal with USING_DECLs.
1636
1637 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
1638
1639         * decl2.c (do_nonmember_using_decl): Don't complain if we find
1640         same function. Do complain about ambiguating extern "C"
1641         declarations.
1642
1643 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
1644
1645         Remove floating point and complex type template constant parms.
1646         * pt.c (convert_nontype_argument): Remove REAL_TYPE and
1647         COMPLEX_TYPE extensions.
1648         (invalid_nontype_parm_type_p): Likewise.
1649
1650 2001-02-27  Jeffrey Oldham  <oldham@codesourcery.com>
1651
1652         * except.c (call_eh_info): Revert "match_function"'s type.
1653
1654 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
1655
1656         Fix ctor vtable vcall offsets.
1657         * class.c (struct vtbl_init_data_s): Add rtti_binfo member.
1658         (build_rtt_vtbl_entries): Lose RTTI_BINFO parameter.
1659         (get_matching_base): Remove.
1660         (get_original_base): New function.
1661         (build_vtbl_initializer): Initialize vid.rtti_binfo.
1662         Use a virtual thunk for a ctor vtable with an index
1663         (add_vcall_offset_vtbl_entries_1): Check if binfo has lost a
1664         primary base within a constructor vtable. Only set
1665         BV_VCALL_INDEX when not a constructor vtable. Adjust vcall offset
1666         when primary base has been lost.
1667         * cp-tree.h (BINFO_VIRTUALS): Remove ambiguity from comment.
1668
1669 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
1670
1671         * call.c (joust): Ensure more_specialized()'s argument length
1672         parameter has correct value for constructors.
1673
1674 2001-02-26  Nathan Sidwell  <nathan@codesourcery.com>
1675
1676         * except.c (call_eh_info): Cleanup generation of cp_eh_info struct.
1677
1678         * decl.c (mark_inlined_fns): Prototype.
1679
1680 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
1681
1682         * spew.c (yylex): Correct handling of friends.
1683
1684 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
1685
1686         * mangle.c (write_encoding): Pass write_function_type the
1687         FUNCTION_DECL for the function being encoded.
1688         (write_function_type): Pass it along to write_bare_function_type.
1689         (write_bare_function_type): Pass it along to write_method_parms.
1690         (write_method_parms): Don't mangle the compiler-generated
1691         parameters to a constructor or destructor.
1692
1693 2001-02-22  Andreas Jaeger  <aj@suse.de>
1694
1695         * optimize.c: Include toplev.h for
1696         note_deferral_of_defined_inline_function prototype.
1697
1698 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
1699
1700         * cp-tree.h (struct lang_decl_inlined_fns): New.
1701         (struct lang_decls): Add inlined_fns.
1702         (DECL_INLINED_FNS): New macro.
1703         * optimize.c (struct inline_data): Add inlined_fns.
1704         (declare_return_variable): Use VARRAY_ACTIVE_SIZE macro.
1705         (inlinable_function_p): Likewise, fix typo in comment,
1706         function is not inlinable if it already inlined function currently
1707         being optimized.
1708         (expand_call_inline): Add fn to inlined_fns if neccessary.
1709         (optimize_function): Initialize inlined_fns.
1710         Save inlined_fns into DECL_INLINED_FNS after expanding inlines.
1711         * decl.c (mark_inlined_fns): New function.
1712         (lang_mark_tree): Call it.
1713
1714 2001-02-21  Jason Merrill  <jason@redhat.com>
1715
1716         * cp-tree.h (struct lang_decl_flags): Remove uninlinable flag.
1717         (DECL_UNINLINABLE): Move to middle-end.
1718
1719         * class.c (clone_function_decl): Set DECL_ABSTRACT on original fn.
1720         * decl.c (duplicate_decls): Preserve DECL_ABSTRACT.
1721         * class.c (build_clone): Set DECL_ABSTRACT_ORIGIN for the clone.
1722         * optimize.c (maybe_clone_body): Set DECL_ABSTRACT_ORIGIN for the
1723         parms and outer BLOCK.  note_deferral_of_defined_inline_function.
1724
1725         * method.c (implicitly_declare_fn): Don't set DECL_ARTIFICIAL on
1726         second parm of op=.
1727
1728 2001-02-19  Mark Mitchell  <mark@codesourcery.com>
1729
1730         * decl2.c (set_decl_namespace): Allow explicit instantiations in
1731         any namespace.
1732
1733 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1734
1735         * optimize.c (expand_call_inline): Don't walk subtrees of type
1736         nodes.
1737
1738 2001-02-18  Mark Mitchell  <mark@codesourcery.com>
1739
1740         * class.c (add_vcall_offset_vtbl_entries_1): Only add one entry
1741         for a destructor.
1742
1743 2001-02-18  Jason Merrill  <jason@redhat.com>
1744
1745         Do put the VTT parameter in DECL_ARGUMENTS.
1746         * cp-tree.h (struct cp_language_function): Add x_vtt_parm.
1747         (current_vtt_parm): New macro.
1748         (struct lang_decl_flags): Add has_vtt_parm_p, remove vtt_parm.
1749         (DECL_HAS_VTT_PARM_P): New macro.
1750         (DECL_VTT_PARM): Remove.
1751         (FUNCTION_FIRST_USER_PARMTYPE, FUNCTION_FIRST_USER_PARM): New macros.
1752         * decl.c (duplicate_decls): Only copy the operator code if
1753         appropriate.
1754         (start_function): Set current_vtt_parm.
1755         (lang_mark_tree): Don't mark vtt_parm.
1756         * decl2.c (maybe_retrofit_in_chrg): Do add the VTT parm to
1757         DECL_ARGUMENTS.  Set DECL_HAS_VTT_PARM_P.
1758         * class.c (build_clone): Maybe remove the VTT parm.
1759         * optimize.c (maybe_clone_body): Set up the VTT parm.
1760         * pt.c (copy_default_args_to_explicit_spec): Preserve the VTT parm.
1761         * call.c (build_over_call): Just allow the VTT arg.
1762         * method.c (make_thunk): Don't set DECL_VTT_PARM.
1763         (do_build_copy_constructor): Use FUNCTION_FIRST_USER_PARM.
1764         (synthesize_method): Use FUNCTION_FIRST_USER_PARMTYPE.
1765         * decl.c (grokdeclarator, copy_args_p, grok_ctor_properties): Likewise.
1766         * error.c (dump_function_decl): Likewise.
1767         * call.c (build_user_type_conversion_1, convert_like_real): Abort
1768         if we try to call a constructor with in-charge or VTT parms.
1769         * method.c (skip_artificial_parms_for): New fn.
1770         * call.c (add_function_candidate, build_over_call): Call it.
1771         * call.c (build_new_method_call): Use current_vtt_parm.
1772         * init.c (expand_virtual_init): Likewise.
1773         * class.c (same_signature_p): No longer static.
1774         * cp-tree.h: Declare it.
1775         * search.c (look_for_overrides_r): Use it.
1776
1777 2001-02-17  Mark Mitchell  <mark@codesourcery.com>
1778
1779         * cp-tree.h (new_abi_rtti_p): Remove.
1780         (name_mangling_version): Likewise.
1781         (flag_do_squangling): Likewise.
1782         * class.c (build_rtti_vtbl_entries): Remove old ABI support.
1783         * decl.c (grokfndecl): Likewise.
1784         * decl2.c (name_mangling_version): Remove.
1785         (flag_do_squangling): Likewise.
1786         (lang_f_options): Remove `squangle'.
1787         (unsupported_options): Add `squangle'.
1788         (cxx_decode_option): Issue a warning about uses of
1789         -fname-mangling-version.
1790         (finish_file): Remove old ABI support.
1791         * pt.c (check_explicit_specialization): Likewise.
1792         (tsubst_decl): Likewise.
1793         * rtti.c (init_rtti_processing): Likewise.
1794         (build_headof): Likewise.
1795         (get_tinfo_decl_dynamic): Likewise.
1796         (tinfo_from_decl): Likewise.
1797         (build_dynamic_cast_1): Likewise.
1798         (synthesize_tinfo_var): Likewise.
1799         * init.c (build_new): Allow enumeration types for the array-bounds
1800         in a direct-new-declarator.
1801
1802         * semantics.c (finish_typeof): Resolve OFFSET_REFs.
1803
1804         * pt.c (check_explicit_specialization): Copy TREE_PRIVATE and
1805         TREE_PROTECTED from the template being specialized.
1806
1807 2001-02-17  Jason Merrill  <jason@redhat.com>
1808
1809         * decl2.c (build_artificial_parm): Set TREE_READONLY.
1810
1811         * decl.c (bad_specifiers): Allow throw specs on things with
1812         pointer-to-function or -member-function type.
1813         * init.c (build_default_init): Don't use a CONSTRUCTOR to initialize
1814         a pmf.
1815
1816 2001-02-17  Mark Mitchell  <mark@codesourcery.com>
1817
1818         * call.c (check_dtor_name): Handle template names correctly.
1819
1820 2001-02-16  Jason Merrill  <jason@redhat.com>
1821
1822         * cp-tree.h (DECL_USE_VTT_PARM): Remove.
1823         * decl2.c (maybe_retrofit_in_chrg): Don't create it.
1824         * optimize.c (maybe_clone_body): Don't substitute it.
1825         * call.c (build_new_method_call): Check in_chrg instead.
1826         * init.c (expand_virtual_init): Likewise.
1827
1828 2001-02-16  Gabriel Dos Reis  <gdr@codesourcery.com>
1829
1830         * decl.c (check_tag_decl): Make sure a typedef for an anonymous
1831         class-type introduces at least a type-name.
1832
1833 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
1834
1835         * call.c (convert_like_real): Create a temporary for non-lvalue.
1836
1837 2001-02-16  Jeffrey Oldham  <oldham@codesourcery.com>
1838
1839         * cp-tree.h: Fix typos in comments.
1840
1841 2001-02-16  Jason Merrill  <jason@redhat.com>
1842
1843         * optimize.c (remap_block): If we're compiling a clone, pass the
1844         new block to insert_block.
1845
1846 2001-02-16  Mark Mitchell  <mark@codesourcery.com>
1847
1848         * semantics.c (finish_asm_stmt): Robustify.
1849
1850 2001-02-15  Mark Mitchell  <mark@codesourcery.com>
1851
1852         * pt.c (push_template_decl_real): Don't remangle the name of a
1853         class template.
1854
1855 2001-02-15  Jim Meyering  <meyering@lucent.com>
1856
1857         * Make-lang.in (c++.install-common): Depend on installdirs.
1858         (c++.install-info): Likewise.
1859         (c++.install-man): Likewise.
1860
1861 2001-02-15  Mark Mitchell  <mark@codesourcery.com>
1862
1863         * typeck2.c (build_m_component_ref): Robustify.
1864
1865 2001-02-15  Alexandre Oliva  <aoliva@redhat.com>
1866
1867         * friend.c (do_friend): Don't take the nested [template] class
1868         into account when deciding whether to warn about the friend
1869         function not referring to a template function.
1870
1871 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
1872
1873         * typeck.c (build_unary_op): Clarify error message.
1874
1875 2001-02-08  Aldy Hernandez  <aldyh@redhat.com>
1876
1877         * parse.y (component_constructor_declarator): allow optional
1878         parentheses around constructor class name.
1879
1880 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
1881
1882         * cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c
1883         section.
1884         * init.c (emit_base_init): Remove incorrect comment about
1885         virtual bases.
1886         * method.c (make_thunk): Fix comment alignment.
1887
1888 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
1889
1890         Kill remnants of this is variable.
1891         * cp-tree.h (flag_this_is_variable): Remove.
1892         * decl2.c (flag_this_is_variable): Remove.
1893         * class.c (fixed_type_or_null): Add cdtor parm. Adjust.
1894         (build_vbase_path): The path is non-static, even in a cdtor.
1895         (resolves_to_fixed_type_p): Add additional return value.
1896         * search.c (init_vbase_pointers): Adjust.
1897         * tree.c (lvalue_p_1): Adjust.
1898         * typeck.c (mark_addressable): Adjust.
1899
1900 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
1901
1902         * pt.c (unify): Don't check cv quals of array types.
1903
1904 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
1905
1906         * tree.c (cp_build_qualified_type_real): Use CP_TYPE_QUALS to
1907         check whether we already have the type.
1908
1909 2001-02-13  Mark Mitchell  <mark@codesourcery.com>
1910
1911         * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
1912         * call.c (build_op_delete_call): Simplify to remove duplicate
1913         code.
1914         * class.c (clone_function_decl): Don't build the deleting variant
1915         of a non-virtual destructor.
1916         * decl.c (finish_destructor_body): Don't call delete if this is a
1917         non-virtual destructor.
1918         * init.c (build_delete): Explicitly call `operator delete' when
1919         deleting an object with a non-virtual destructor.
1920
1921 2001-02-13  Jason Merrill  <jason@redhat.com>
1922
1923         * lang-specs.h: Add more __EXCEPTIONS.
1924
1925 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
1926
1927         * typeck2.c (process_init_constructor): Check
1928         TREE_HAS_CONSTRUCTOR before issuing missing init warning.
1929
1930 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
1931
1932         * pt.c (maybe_adjust_types_for_deduction, DEDUCE_ORDER case):
1933         Remove spurious information in comment. Allow further
1934         adjustments of REFERENCE_TYPE args.
1935
1936 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
1937
1938         * errfn.c (cp_deprecated): Tweak diagnostic text.
1939         * parse.y (new_initializer): Deprecate initializer lists
1940         extension.
1941
1942 2001-02-12  Mark Mitchell  <mark@codesourcery.com>
1943
1944         Remove old ABI support.
1945
1946 2001-02-11  Mark Mitchell  <mark@codesourcery.com>
1947
1948         * decl2.c (flag_vtable_thunks): Always set it to 1.
1949         (flag_new_abi): Likewise.
1950         * lang-specs.h: Remove conditional on ENABLE_NEW_GXX_ABI.
1951
1952         * Makefile.in (g++spec.o): Fix typo.
1953
1954 2001-02-09  Jason Merrill  <jason@redhat.com>
1955
1956         * lang-specs.h: Restore definition of __EXCEPTIONS.
1957
1958 2001-02-08  Jason Merrill  <jason@redhat.com>
1959
1960         * search.c (shared_member_p): New function.
1961         (lookup_field_r): Use it.
1962         * cp-tree.h (SHARED_MEMBER_P): Remove.
1963
1964         * method.c (process_overload_item): Handle template-dependent array
1965         bounds.
1966         * pt.c (type_unification_real): If we end up with undeduced nontype
1967         parms, try again.
1968
1969         * decl.c (lookup_name_real): Tweak warning to refer to decls, not
1970         types.
1971
1972         * typeck2.c (friendly_abort): Don't say anything if we have
1973         earlier errors or sorries.
1974
1975         * decl.c (check_tag_decl): Notice attempts to redefine bool and
1976         wchar_t.  Ignore if in_system_header.
1977
1978         * decl.c (maybe_push_cleanup_level): New fn...
1979         (start_decl_1): ...split out from here.
1980         * cvt.c (build_up_reference): Use it.
1981         * cp-tree.h: Declare it.
1982
1983 2001-02-07  Mark Mitchell  <mark@codesourcery.com>
1984
1985         * lang-specs.h: Use CPLUSPLUS_CPP_SPEC for the preprocessor
1986         spec.
1987
1988 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
1989
1990         * pt.c (lookup_template_class): Make sure it's a primary
1991         template or template_template_parm when called from the parser.
1992         (instantiate_template_class): Add assertion.
1993
1994 2001-02-05  Alexandre Oliva  <aoliva@redhat.com>
1995
1996         * method.c (build_mangled_name) [old abi]: Protect flush_repeats()
1997         from error_mark_node.
1998
1999 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
2000
2001         Fix specification and implementation bugs in V3 ABI
2002         construction vtables.
2003         * cp-tree.h (flag_dump_class_layout): New flag.
2004         (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH_P): Remove.
2005         (BINFO_LOST_PRIMARY_P): New flag.
2006         (SET_BINFO_NEW_VTABLE_MARKED): Adjust asserts.
2007         (BINFO_PRIMARY_MARKED_P): Rename to ...
2008         (BINFO_PRIMARY_P): ... here.
2009         (binfo_via_virtual): New prototype.
2010         * decl2.c (flag_dump_class_layout): New flag.
2011         (cxx_decode_option): Set it. Adjust -fdump-translation-unit to
2012         use `=' as a file name separator.
2013         * init.c (dfs_initialize_vtbl_ptrs): Walk into virtual primary
2014         bases.
2015         (build_vtbl_address): If this is a virtual primary base, then
2016         get the vtbl of what it is ultimately primary for.
2017         * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Adjust
2018         for BINFO_PRIMARY_P.
2019         (dfs_skip_nonprimary_vbases_markedp): Likewise.
2020         (get_shared_vbase_if_not_primary): Likewise.
2021         (dfs_get_pure_virtuals): Likewise.
2022         (expand_upcast_fixups): Likewise.
2023         (fixup_virtual_upcast_offsets): Likewise.
2024         (dfs_find_vbase_instance): Likewise.
2025         (find_vbase_instance): Likewise.
2026         (binfo_from_vbase): Adjust comment to reflect reality.
2027         (binfo_via_virtual): New function.
2028         * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): New macros
2029         for binfo walking during VTT construction.
2030         (dfs_mark_primary_bases): Remove.
2031         (force_canonical_binfo_r): New function.
2032         (force_canonical_binfo): New function.
2033         (mark_primary_virtual_base): New function.
2034         (mark_primary_bases): Walk in inheritance graph order, use
2035         mark_primary_virtual_base.
2036         (determine_primary_base): Use some more intermediate variables.
2037         (dfs_find_final_overrider): Don't check for overriding along a
2038         virtual path.
2039         (dfs_modify_vtables): Walk into primary virtual bases too.
2040         (walk_subobject_offsets): Adjust for BINFO_PRIMARY_P.
2041         (build_base_fields): Likewise.
2042         (dfs_set_offset_for_unshared_vbases): Likewise.
2043         (layout_virtual_bases): Likewise.
2044         (end_of_class): Likewise.
2045         (finish_struct_1): Call dump_class_hierarchy, if requested.
2046         (dfs_get_primary_binfo): Use BINFO_TYPE for binfos.
2047         (dump_class_hierarchy_r): Add stream parameter. Emit more information.
2048         (dump_class_hierarchy): Add file parameter. Append to file, if
2049         required.
2050         (finish_vtbls): Adjust accumulate_vtbl_inits call.
2051         Use canonical base for virtual bases.
2052         (build_vtt): Add more comments. Adjust build_vtt_inits call.
2053         (build_vtt_inits): Remove VIRTUAL_VTTS_P parm.
2054         Only set BINFO_VPTR_INDEX on top level. Use VTT_TOP_LEVEL_P,
2055         VTT_MARKED_BINFO_P for binfo walking. Use canonical vbase for
2056         virtual VTTs.
2057         (dfs_build_secondary_vptr_vtt_inits): Extract VTT_TOP_LEVEL_P
2058         from DATA.  We want virtual primary bases and all bases via virtual.
2059         Only set BINFO_VPTR_INDEX for top level. Look up from a primary
2060         virtual base when not a construction vtable.
2061         (dfs_ctor_vtable_bases_queue_p): New DFS predicate.
2062         (build_ctor_vtbl_group): Adjust accumulate_vtbl_inits call.
2063         Use canonical bases when processing virtual bases.
2064         (accumulate_vtbl_inits): We're interested in any base via a
2065         virtual path.
2066         (dfs_accumulate_vtbl_inits): If this is a primary virtual base
2067         within a construction vtable, determine what is being overridden.
2068         (build_vtbl_initializer): Add more comments
2069         (add_vcall_offset_vtbl_entries_1): Adjust comment.
2070         (build_rtti_vtbl_entries): Check if the base has lost its
2071         primary.
2072
2073 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
2074
2075         * Makefile.in (g++spec.o): Adjust use of DRIVER_DEFINES.
2076
2077 Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2078
2079         * decl.c (pushdecl): Call abort instead of fatal.
2080         * except.c (decl_is_java_type): Call fatal_error instead of fatal.
2081         * init.c (build_new_1): Likewise.
2082         (build_java_class_ref): Call internal_error and fatal_error, not fatal.
2083         * decl.c (build_typename_type): hash_table_init now returns void.
2084         decl.c (init_decl_processing): Make an error non-fatal.
2085
2086 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
2087
2088         * cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.
2089         Document.
2090         (CLASSTYPE_INTERFACE_KNOWN): Likewise.
2091         (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
2092         (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
2093         (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
2094         * decl.c (maybe_commonize_var): Use the new name-mangling where
2095         appropriate.
2096         * decl2.c (comdat_linkage): Enhance comments.  Make all
2097         compiler-generated things static, if COMDAT is not available.
2098         (get_tinfo_decl): Do not make typeinfo objects that belong in the
2099         library COMDAT.
2100         (tinfo_base_init): Use the correct mangled name for typeinfo
2101         strings, and push them into the global scope.
2102         (typeinfo_in_lib_p): New function.
2103         (synthesize_tinfo_var): Use it.
2104         (create_real_tinfo_var): Likewise.
2105
2106 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
2107
2108         * decl.c (push_class_binding): Use context_for_name_lookup instead
2109         of CP_DECL_CONTEXT.
2110         * search.c (context_for_name_lookup): Remove static.  Check for NULL
2111         context in the loop.
2112         * cp-tree.h (context_for_name_lookup): Add prototype.
2113
2114 2001-02-02  Jakub Jelinek  <jakub@redhat.com>
2115
2116         * cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.
2117         * tree.c (build_expr_ptr_wrapper, can_free, permanent_obstack):
2118         Remove.
2119         * call.c (convert_class_to_reference, build_user_type_conversion_1,
2120         add_warning): Change build_expr_ptr_wrapper to build_ptr_wrapper.
2121
2122 2001-02-02  Mark Mitchell  <mark@codesourcery.com>
2123
2124         * Make-lang.in (g++spec.o): Add DRIVER_DEFINES to the list
2125         of macros used when compiling g++spec.c.
2126         * g++spec.c (lang_specific_driver): Link with the shared
2127         libgcc by default.
2128
2129 2001-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
2130
2131         * decl2.c (build_expr_from_tree), lex.c (make_pointer_declarator,
2132         make_reference_declarator, make_call_declarator), method.c
2133         (implicitly_declare_fn), parse.y (namespace_using_decl,
2134         notype_unqualified_id, expr_or_declarator, new_type_id,
2135         after_type_declarator, direct_after_type_declarator,
2136         notype_declarator, complex_notype_declarator,
2137         complex_direct_notype_declarator, qualified_id,
2138         notype_qualified_id, overqualified_id, direct_new_declarator,
2139         absdcl, direct_abstract_declarator, conversion_declarator), pt.c
2140         (tsubst), semantics.c (begin_constructor_declarator): Use build_nt
2141         instead of build_parse_node.
2142
2143 2001-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2144
2145         * cp-tree.h (cp_tree_index): Delete CPTI_MINUS_ONE.
2146         (minus_one_node): Moved to top level gcc directory.  Renamed
2147         to integer_minus_one_node.
2148
2149         * init.c (init_init_processing): Don't set minus_one_node.
2150         (build_vec_init): Use integer_minus_one_node.
2151
2152         * rtti.c (get_tinfo_decl_dynamic): Likewise.
2153
2154 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
2155
2156         * optimize.c (copy_body_r): If MODIFY_EXPR has both arguments
2157         identical and they would be replaced with constant, remove
2158         MODIFY_EXPR from the tree.
2159
2160 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2161
2162         * Make-lang.in: Remove all dependencies on defaults.h.
2163         * call.c: Don't include defaults.h.
2164         * decl.c: Likewise.
2165         * decl2.c: Likewise.
2166         * except.c: Likewise.
2167         * pt.c: Likewise.
2168         * rtti.c: Likewise.
2169         * tree.c: Likewise.
2170         * typeck.c: Likewise.
2171
2172 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
2173
2174         * mangle.c (write_mangled_name, write_encoding): Mangle overloaded
2175         operators even in "C" linkage.
2176         * method.c (set_mangled_name_for_decl): Likewise.
2177         * decl.c (grokfndecl): Call set_mangled_name_for_decl even for
2178         overloaded operators in "C" linkage.
2179
2180 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
2181
2182         * pt.c (tsubst_decl): Remove IN_DECL parameter.
2183         (tsubst_arg_types): Check parameter is not void.
2184         (tsubst): Adjust tsubst_decl call.
2185
2186 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
2187
2188         * call.c (add_builtin_candidate): Quote std properly, from
2189         previous change.
2190
2191 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2192
2193         * pt.c (check_explicit_specialization): Clone constructors and
2194         destructors.
2195
2196 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
2197
2198         * decl.c (grokdeclarator): Don't presume DECL_LANG_SPECIFIC
2199         indicates anything special about template depth. Make sure we
2200         only count the user visible template classes.
2201
2202 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
2203
2204         * call.c (build_conv): Typo in comment.
2205         (add_builtin_candidate): Add more explanation.
2206         Remove extra test for ENUMERAL_TYPE in {PRE,POST}INCREMENT_EXPR.
2207         Allow ENUMERAL_TYPEs for relops and eqops. Add both candidates
2208         when we have enumeral types.
2209         (add_builtin_candidates): Add more explanation. Add ENUMERAL_TYPE
2210         candidates for relops and eqops.
2211         (joust): Simplify control flow. Allow a non-template user
2212         function to hide a builtin.
2213
2214 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
2215
2216         * cp-tree.h (unification_kind_t): Add DEDUCE_ORDER.
2217         (more_specialized): Add deduction parameter.
2218         * call.c (joust): Adjust more_specialized call.
2219         * pt.c (UNIFY_ALLOW_OUTER_MORE_CV_QUAL,
2220         UNIFY_ALLOW_OUTER_LESS_CV_QUAL): New unify flags.
2221         (get_bindings_order): Remove.
2222         (get_bindings_real): Add DEDUCE parameter.
2223         (maybe_adjust_types_for_deduction): Return extra unify flags. Do
2224         REFERENCE_TYPE jig for DEDUCE_ORDER.
2225         (type_unification_real): Deal with DEDUCE_ORDER. Use result of
2226         maybe_adjust_types_for_deduction.
2227         (more_specialized): Add DEDUCE parameter. Call get_bindings_real
2228         directly.
2229         (try_one_overload): Use result of maybe_adjust_types_for_deduction.
2230         (check_cv_quals_for_unify): Use new unify qualifier flags.
2231         (unify): Clear new unify qualifier flags.
2232         (get_bindings_real): Add DEDUCE parameter.
2233         (get_bindings): Adjust call to get_bindings_real.
2234         (get_bindings_overload): Likewise.
2235         (most_specialized_instantiation): Adjust call to
2236         more_specialized.
2237
2238 2001-01-19  Jason Merrill  <jason@redhat.com>
2239
2240         * decl2.c (flag_vtable_thunks): Also depend on ENABLE_NEW_GXX_ABI.
2241
2242         * decl.c (init_decl_processing): Just force -fvtable-thunks on if
2243         -fnew-abi.
2244
2245 2001-01-19  Ute Pelkmann  <scope.muc@t-online.de>
2246
2247         * decl2.c (arg_assoc_class): Fix double iteration logic.
2248
2249 2001-01-19  Jason Merrill  <jason@redhat.com>
2250
2251         * init.c (build_delete): Always call convert_force to strip cv-quals.
2252
2253         * decl2.c (flag_new_abi): Depend on ENABLE_NEW_GXX_ABI.
2254         * lang-specs.h: Default ABI depends on ENABLE_NEW_GXX_ABI.
2255         * g++spec.c: Don't look at ENABLE_NEW_GXX_ABI.
2256
2257 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2258
2259         * search.c (get_vbase_1): Count only virtual bases.
2260
2261 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2262
2263         * class.c (duplicate_tag_error): Robustify flag clearing.
2264
2265 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2266
2267         * cp-tree.h (lookup_template_class): Add complain parm.
2268         * decl.c (lookup_namespace_name): Adjust call to
2269         lookup_template_class.
2270         (make_typename_type): Likewise.
2271         * semantics.c (finish_template_type): Likewise.
2272         * pt.c (lookup_template_class): Add complain parm. Adjust.
2273         (tsubst_aggr_type): Pass COMPLAIN down to lookup_template_class.
2274         (tsubst): Likewise.
2275
2276 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
2277
2278         * pt.c (copy_default_args_to_explicit_spec): Preserve
2279         object's CV quals. Reorganize.
2280
2281 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2282
2283         * typeck.c (build_modify_expr): Say `initialization' for
2284         INIT_EXPRs.
2285         * init.c (build_default_init): Convert to enumeral type, if
2286         needed.
2287
2288 2001-01-18  Jakub Jelinek  <jakub@redhat.com>
2289
2290         * parse.y (nomods_initdcl0): Properly set things up for
2291         initdcl0_innards.
2292
2293 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2294
2295         * pt.c (UNIFY_ALLOW_OUTER_LEVEL): New unify flag.
2296         (type_unification_real): Set it.
2297         (unify): Use it.
2298
2299 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2300
2301         * decl.c (finish_destructor_body): Convert to vbase pointer here.
2302
2303 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2304
2305         * semantics.c (begin_class_definition): Check we're not inside a
2306         template parm list.
2307
2308 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
2309
2310         * tree.c (walk_tree, TREE_LIST): Don't walk the TREE_PURPOSE of
2311         BASELINK_P.
2312
2313 2001-01-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2314
2315         * typeck.c (build_function_call_real): Call fold on the CALL_EXPR.
2316         * call.c (build_over_call): Add comment.
2317
2318 2001-01-16 Daniel Berlin <dberlin@redhat.com>
2319
2320         * cvt.c (ocp_convert): Handle vector type conversion
2321         * typeck2.c (digest_init): Handle vector type initializations
2322
2323 2001-01-16  Phil Edwards  <pme@sources.redhat.com>
2324
2325         * g++spec.c:  Don't add libraries needlessly if -fsyntax-only
2326           was given.
2327
2328 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
2329
2330         * pt.c (check_nontype_parm): Rename to ...
2331         (invalid_nontype_parm_type_p): ... here.
2332         (process_template_parm): Adjust.
2333         (convert_template_argument): Adjust.
2334
2335 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
2336
2337         * pt.c (check_nontype_parm): New function.
2338         (process_template_parm): Use it.
2339         (convert_template_argument): Use it.
2340         (convert_nontype_argument, RECORD_TYPE): Assert it's a ptr to
2341         member.
2342
2343 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
2344
2345         * tree.c: Add defaults.h
2346         (cp_valid_lang_attribute): Incorporate SUPPORTS_INIT_PRIORITY.
2347         * Make-lang.in (cp/tree.o): Add defaults.h.
2348
2349 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2350
2351         * Make-lang.in (CXX_C_OBJS): Add c-format.o.
2352
2353 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2354
2355         * g++.1: Change to be ".so man1/gcc.1".
2356
2357 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
2358
2359         * Make-lang.in (c++.info, c++.install-info): Build and install g++
2360         internals info.
2361         (c++.uninstall, c++.maintainer-clean): Remove g++ internals info.
2362         ($(srcdir)/cp/g++int.info): New target.
2363         * gxxint.texi: Add info directory entry.  Use @@ in email address.
2364         * .cvsignore: Update.
2365
2366 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
2367
2368         * typeck.c (build_c_cast): Do template processing earlier.
2369         Always pedwarn on array casts.
2370
2371 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
2372
2373         * friend.c (make_friend_class): Make sure a templated class is
2374         actually a template.
2375
2376 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2377
2378         * decl2.c (get_guard): Set linkage from guarded decl.
2379
2380 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2381
2382         * call.c (convert_default_arg): Check for unprocessed
2383         DEFAULT_ARG.
2384         * cp-tree.h (replace_defarg): Move to spew.c.
2385         (maybe_snarf_defarg, add_defarg_fn, do_pending_defargs): Move to
2386         spew.c, which is where they really are.
2387         (done_pending_defargs): Declare.
2388         (unprocessed_defarg_fn): Declare.
2389         * decl.c (replace_defarg): Move to spew.c
2390         * parse.y (structsp): Call done_pending_defargs.
2391         * spew.c (defarg_fns): Rearrange list structure.
2392         (defarg_fnsdone): New static variable.
2393         (defarg_depfns): New static variable.
2394         (init_spew): Adjust.
2395         (add_defarg_fn): Store the type in TREE_TYPE.
2396         (do_pending_defargs): Detect and deal with ordering constraints
2397         and circularity.
2398         (done_pending_defargs): New function.
2399         (unprocessed_defarg_fn): New function.
2400         (replace_defarg): Moved from decl.c. Robustify. Don't save
2401         if circularity detected.
2402
2403 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2404
2405         * pt.c (unify): Check array has a domain, before checking
2406         whether it is variable sized.
2407
2408 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2409
2410         * decl.c (grokparms): Unobfuscate and get correct diagnostic for
2411         parameters with pointers to arrays of unknown bound.
2412
2413 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
2414
2415         * parse.y (template_parm_header, template_spec_header): New
2416         reductions. Split out from ...
2417         (template_header): ... here. Use them.
2418         (template_template_parm): Use template_parm_header.
2419         * semantics.c (finish_template_template_parm): Add assert.
2420
2421 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
2422
2423         * mangle.c (write_builtin_type): Fix thinko.
2424
2425         * pt.c (copy_default_args_to_explicit_spec_1): New function.
2426         (copy_default_args_to_explicit_spec): Likewise.
2427         (check_explicit_specialization): Use it.
2428
2429         * class.c (finish_struct_1):  Remove last argument in call to
2430         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
2431         * decl.c (builtin_function): Likewise.
2432         (build_cp_library_fn): Likewise.
2433         (check_initializer): Likewise.
2434         (make_rtl_for_nonlocal_decl): Likewise.
2435         (cp_finish_decl): Likewise.
2436         (start_function): Likewise.
2437         * decl2.c (finish_anon_union): Likewise.
2438         * friend.c (do_friend): Likewise.
2439         * init.c (build_java_class_ref): Likewise.
2440         * method.c (make_thunk): Likewise.
2441         * pt.c (tsubst_friend_function): Likewise.
2442         * semantics.c (expand_body): Likewise.
2443
2444 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
2445
2446         * cp-tree.h (DECL_CLONED_FUNCTION_P): Avoid wild reads by not
2447         looking at DECL_CLONED_FUNCTION for non-functions.
2448
2449 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
2450
2451         * error.c (dump_template_parameter): Use parm to determine how
2452         to print default value.
2453
2454 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
2455
2456         * class.c (duplicate_tag_error): Clear more flags.
2457
2458 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
2459
2460         * call.c (build_new_method_call): Use binfo_for_vbase.
2461
2462 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
2463
2464         * cp-tree.h (flag_cond_mismatch): Don't declare.
2465         * decl2.c (flag_cond_mismatch): Don't define.
2466         (lang_f_options): Remove cond-mismatch.
2467         (unsupported_options): Add cond-mismatch.
2468
2469 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
2470
2471         * class.c (handle_using_decl): Reject using of constructor name
2472         of sourcing class. Allow injecting of a method with same name as
2473         nested class. Fixup error messages.
2474
2475 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
2476
2477         * decl2.c (lang_decode_option): Handle -Wformat=2.
2478
2479 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
2480
2481         * cp-tree.h (lang_decl_flags): Rename defined_in_class to
2482         initialized_in_class.
2483         (DECL_DEFINED_IN_CLASS_P): Rename to ...
2484         (DECL_INITIALIZED_IN_CLASS_P): ... here, to reflect true meaning.
2485         * decl.c (duplicate_decls): Preseve DECL_INITIALIZED_IN_CLASS_P.
2486         (cp_finish_decl): Adjust for DECL_INITIALIZED_IN_CLASS_P.
2487         * pt.c (check_default_tmpl_args): Adjust for
2488         DECL_INITIALIZED_IN_CLASS_P.
2489         (instantiate_class_template): Likewise.
2490         (instantiate_decl): Check DECL_INITIALIZED_IN_CLASS_P.
2491
2492         * class.c (finish_struct): Constify saved_filename.
2493
2494 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
2495
2496         * class.c (duplicate_tag_error): Adjust diagnostic.
2497         (finish_struct): Locally set location to start of struct.
2498         * decl.c (fixup_anonymous_aggr): Use cp_error_at.
2499
2500 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
2501
2502         * decl.c (struct binding_level): Adjust class_shadowed comments
2503         to reflect reality.
2504         (push_class_level_binding): Ajust comments to reflect reality.
2505         Set IDENTIFIER_CLASS_VALUE when replacing an existing binding.
2506         Don't set TREE_VALUE on the class_shadowed list.
2507
2508 2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
2509
2510         * decl2.c (acceptable_java_type): Allow references too.
2511         * init.c (build_java_class_ref): When using the new ABI, search
2512         `class$' and have it mangled with `mangle_decl.'
2513         * mangle.c (write_java_integer_type_codes): New function.
2514         (write_builtin_type): Detect and mangle Java integer and real
2515         types.
2516
2517 2001-01-07  Mark Mitchell  <mark@codesourcery.com>
2518
2519         * decl2.c (grokfield): Don't accept `asm' specifiers for
2520         non-static data members.
2521
2522 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2523
2524         * expr.c (cplus_expand_expr): Don't reset `target'.
2525
2526 2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
2527
2528         * cp/decl2.c (cxx_post_options): Call cpp_post_options.
2529
2530 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
2531
2532         * parse.y (template_datadef): Check for error_mark_node.
2533
2534 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
2535
2536         * cp-tree.def (DEFAULT_ARG): Make `x' class.
2537
2538 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
2539
2540         * decl.c (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Don't define.
2541         (record_builtin_type): Make non-static.
2542         (flag_short_double): Don't declare.
2543         (init_decl_processing): Remove the creation of many tree nodes now
2544         in c_common_nodes_and_builtins.
2545         (build_void_list_node): New function.
2546         * decl2.c (flag_short_double, flag_short_wchar): Don't define.
2547         * cp-tree.h (flag_short_wchar): Don't declare.
2548
2549 2001-01-04  Mark Mitchell  <mark@codesourcery.com>
2550
2551         * call.c (build_conv): Don't use build1 for USER_CONV.
2552         * pt.c (tsubst_copy): Or for PREINCREMENT_EXPR and similar nodes.
2553
2554 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
2555
2556         * lex.c (lang_init): Call c_common_lang_init.
2557
2558 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
2559
2560         * search.c (lookup_fnfields_here): Remove.
2561         (look_for_overrides_r): Use lookup_fnfields_1.
2562         Ignore functions from using declarations.
2563
2564 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
2565
2566         Implement exceptions specifiers for implicit member functions.
2567         * cp-tree.h (merge_exceptions_specifiers): Declare new function.
2568         * method.c (synthesize_exception_spec): New function.
2569         (locate_dtor, locate_ctor, locate_copy): New functions.
2570         (implicitly_declare_fn): Generate the exception spec too.
2571         * search.c (check_final_overrider): Check artificial functions
2572         too.
2573         * typeck2.c (merge_exception_specifiers): New function.
2574
2575 2001-01-03  Jason Merrill  <jason@redhat.com>
2576
2577         * init.c (build_default_init): New fn.
2578         (perform_member_init): Split out from here.
2579         (build_new_1): Use it.  Simplify initialization logic.
2580         (build_vec_init): Take an array, rather than a pointer and maxindex.
2581         Speed up simple initializations.  Don't clean up if we're assigning.
2582         * cp-tree.h: Adjust.
2583         * decl2.c (do_static_initialization): Remove TREE_VEC case.
2584         * parse.y (new_initializer): Return void_zero_node for ().
2585         * typeck.c (build_modify_expr): Handle getting a CONSTRUCTOR.
2586         * typeck2.c (digest_init): Only complain about user-written
2587         CONSTRUCTORs.
2588
2589 2000-12-22  Mike Stump  <mrs@wrs.com>
2590
2591         * decl2.c: (max_tinst_depth): Increase to 50.
2592
2593 2001-01-02  Mark Mitchell  <mark@codesourcery.com>
2594
2595         * class.c (invalidate_class_lookup_cache): Zero the
2596         previous_class_values.
2597         * cp-tree.h (TMPL_PARMS_DEPTH): Use TREE_INT_CST_LOW, not
2598         TREE_INT_CST_HIGH.
2599         (CLASSTYPE_TEMPLATE_LEVEL): Likewise.
2600         * decl.c (free_bindings): New variable.
2601         (push_binding): Don't create a new binding if we have one on the
2602         free list.
2603         (pop_binding): Put old bindings on the free list.
2604         (init_decl_processing): Use size_int, not build_int_2.
2605         Register free_bindings as a GC root.
2606         (cp_make_fname_decl): Use size_int, not build_int_2.
2607         (push_inline_template_parms_recursive): Likewise.
2608         (end_template_parm_list): Likewise.
2609         (for_each_tempalte_parm): Do not use walk_tree_without_duplicates.
2610         (tsubst_template_parms): Use size_int, not build_int_2.
2611         (tsubst): Likewise.
2612         * rtti.c (get_vmi_pseudo_type_info): Likewise.
2613
2614 2001-01-02  Richard Henderson  <rth@redhat.com>
2615
2616         * parse.y (asm): Set ASM_INPUT_P.
2617
2618 2001-01-02  Jason Merrill  <jason@redhat.com>
2619
2620         * tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE
2621         for v3 ABI.
2622
2623         * typeck.c (cp_truthvalue_conversion): New fn.
2624         * cvt.c (ocp_convert): Use it.
2625
2626         * cp-tree.h: Lose c-common.c decls.
2627
2628         * typeck.c (build_unary_op): Restore old &a.f diagnostic code.
2629         * cvt.c (convert_to_void): Use type_unknown_p.
2630
2631         * typeck.c (strip_all_pointer_quals): Also strip quals from
2632         pointer-to-member types.
2633
2634         * Make-lang.in (cp/TAGS): Use --no-globals.  Ignore parse.c, and treat
2635         parse.y as C.
2636
2637         * call.c (build_new_method_call): Do evaluate the object parameter
2638         when accessing a static member.
2639         * typeck.c (build_component_ref): Likewise.
2640
2641 2001-01-02  Andreas Jaeger  <aj@suse.de>
2642
2643         * decl.c (cp_missing_noreturn_ok_p): New.
2644         (init_decl_processing): Set lang_missing_noreturn_ok_p.
2645
2646 2000-12-29  Jakub Jelinek  <jakub@redhat.com>
2647
2648         * decl.c (init_decl_processing): Fix sign of wchar_type_node.
2649
2650 2000-12-29  Mark Mitchell  <mark@codesourcery.com>
2651
2652         * class.c (pushclass): Remove #if 0'd code.
2653         * cp-tree.h (overload_template_name): Remove.
2654         * decl.c (store_bindings): Simplify.
2655         (pop_from_top_level): Likewise.
2656         * pt.c (overload_template_name): Remove.
2657         (instantiate_decl): Don't call push_to_top_level if it's not
2658         needed.
2659
2660 2000-12-28  Mark Mitchell  <mark@codesourcery.com>
2661
2662         * pt.c (register_local_specialization): Don't return a value.
2663         (lookup_template_class): Use move-to-front heuristic when looking
2664         up template instantiations.
2665         (instantiate_decl): Only push_to_top_level when we're actually
2666         going to instantiate the template.
2667
2668 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
2669
2670         * search.c (binfo_for_vtable): Return least derived class, not
2671         most.  Handle secondary vtables.
2672
2673 2000-12-22  Jason Merrill  <jason@redhat.com>
2674
2675         * pt.c (more_specialized): Don't optimize len==0.
2676         (fn_type_unification): If we're adding the return type, increase len.
2677
2678         * typeck.c (build_binary_op): Fix pmf comparison logic.
2679
2680         * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, not
2681         DECL_STATIC_FUNCTION_P.
2682
2683         * semantics.c (genrtl_finish_function): Don't try to jump to
2684         return_label unless it exists.
2685
2686         In partial ordering for a call, ignore parms for which we don't have
2687         a real argument.
2688         * call.c (joust): Pass len to more_specialized.
2689         (add_template_candidate_real): Strip 'this', pass len.
2690         * pt.c (more_specialized): Pass len down.  Lose explicit_args parm.
2691         (get_bindings_order): New fn.  Pass len down.
2692         (get_bindings_real): Strip 'this', pass len.
2693         (fn_type_unification): Likewise.
2694         (type_unification_real): Succeed after checking 'len' args.
2695         (most_specialized_instantiation): Lose explicit_args parm.
2696         * class.c (resolve_address_of_overloaded_function): Strip 'this',
2697         pass len.
2698
2699 2000-12-21  Jason Merrill  <jason@redhat.com>
2700
2701         * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not
2702         DECL_TEMPLATE_RESULT.
2703
2704         * search.c (lookup_field_r): Call lookup_fnfields_1, not
2705         lookup_fnfields_here.
2706
2707         * parse.y (typename_sub2): Return the TYPE_DECL, not the type.
2708
2709         * call.c (build_object_call): Also allow conversions that return
2710         reference to pointer to function.
2711         (add_conv_candidate): Handle totype being ref to ptr to fn.
2712         (build_field_call): Also allow members of type reference to function.
2713         Lose support for calling pointer to METHOD_TYPE fields.
2714
2715         * error.c (dump_expr): Handle *_CAST_EXPR.
2716
2717         * typeck2.c (build_scoped_ref): Always convert to the naming class.
2718
2719         * tree.c (break_out_cleanups): Lose.
2720         * cp-tree.h: Remove prototype.
2721         * typeck.c (build_component_ref): Don't break_out_cleanups.
2722         (build_compound_expr): Likewise.
2723         * semantics.c (finish_expr_stmt): Likewise.
2724
2725 2000-12-20  Richard Henderson  <rth@redhat.com>
2726
2727         * cp-tree.h: Update declarations.
2728         * decl.c (finish_case_label): Return the new stmt node.
2729         * semantics.c (finish_goto_stmt): Likewise.
2730         (finish_expr_stmt, finish_return_stmt): Likewise.
2731         (finish_break_stmt, finish_continue_stmt): Likewise.
2732         (finish_asm_stmt): Likewise.
2733         * parse.y (already_scoped_stmt): Set STMT_LINENO.
2734         (compstmt, implicitly_scoped_stmt, stmt): Likewise.
2735         (simple_if, simple_stmt): Return the new stmt node.
2736         (save_lineno): New.
2737
2738 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2739
2740         * cp-tree.h: Don't declare warn_long_long.
2741
2742 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2743
2744         * tree.c (no_linkage_helper): Use CLASS_TYPE_P instead of
2745         IS_AGGR_TYPE.
2746
2747 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2748
2749         * pt.c (unify): Handle when both ARG and PARM are
2750         BOUND_TEMPLATE_TEMPLATE_PARM.
2751
2752 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2753
2754         * pt.c (reduce_template_parm_level): Set DECL_ARTIFICIAL and
2755         DECL_TEMPLATE_PARM_P.
2756
2757 2000-12-15  Jason Merrill  <jason@redhat.com>
2758
2759         * init.c (build_new_1): Reorganize.  Now with 100% fewer SAVE_EXPRs!
2760
2761         * init.c (build_new_1): Don't strip quals from type.
2762
2763         * decl.c (pushdecl): Don't check for linkage on a non-decl.
2764
2765         * call.c (build_op_delete_call): See through ARRAY_TYPEs.
2766
2767         * call.c (build_new_function_call): Lose space before paren in
2768         error message.
2769         (build_new_method_call): Likewise.
2770
2771         * typeck2.c (build_m_component_ref): Propagate quals from datum.
2772
2773 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2774
2775         * pt.c (check_explicit_specialization): Propagate default
2776         function arguments to explicit specializations.
2777
2778 2000-12-13  DJ Delorie  <dj@redhat.com>
2779
2780         * typeck.c (build_binary_op): Do signed/unsigned warnings for >?
2781         and <? operators.
2782
2783 2000-12-08  Jason Merrill  <jason@redhat.com>
2784
2785         * error.c (dump_function_name): Don't let the user see __comp_ctor.
2786
2787         Clean up copy-initialization in overloading code.
2788         * call.c (build_user_type_conversion_1): Die if we are asked to
2789         convert to the same or a base type.
2790         (implicit_conversion): Avoid doing so.  Lose reference binding code.
2791         (convert_like_real): Treat BASE_CONV and RVALUE_CONV as implicit
2792         direct-initialization.  Also do direct-init part of copy-init.
2793         (build_user_type_conversion): Don't provide context to convert_like.
2794         * cvt.c (ocp_convert): build_user_type_conversion will now provide
2795         the constructor call for copy-init.
2796
2797         * pt.c (tsubst_decl): Call clone_function_decl here if this is an
2798         instantiation of a member template.
2799         (do_decl_instantiation): Not here.
2800
2801 2000-12-07  Nathan Sidwell  <nathan@codesourcery.com>
2802
2803         * class.c (check_field_decls): Don't special case anonymous
2804         fields in error messages.
2805         (note_name_declared_in_class): Use %D on diagnostic.
2806
2807         * tree.c (pod_type_p): Use strip_array_types.
2808         (cp_valid_lang_attribute): Likewise.
2809         * typeck.c (cp_type_quals): Strip arrays separately, to avoid
2810         multiple evaluations.
2811         (cp_has_mutable_p): Use strip_array_types.
2812
2813 2000-12-07  Nathan Sidwell  <nathan@codesourcery.com>
2814
2815         * cp-tree.h (sufficient_parms_p): Declare new function.
2816         * call.c (sufficient_parms_p): New function, broken out of ...
2817         (add_function_candidate): ... here. Use it.
2818         (add_conv_candidate): Use it.
2819         * decl.c (grok_ctor_properties): Use it.
2820
2821 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
2822
2823         * optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT.
2824
2825 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
2826
2827         * decl2.c (lang_decode_option): Handle -Wformat-security.
2828
2829 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2830
2831         * pt.c (verify_class_unification): New function.
2832         (get_class_bindings): Use it.
2833         (try_class_unification): Tidy.
2834         (unify): Handle when argument of a template-id is not
2835         template parameter dependent.
2836         (template_args_equal): Handle when TREE_CODE's do not match.
2837
2838 2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
2839
2840         * lang-specs.h (c++): When invoking the stand-alone preprocessor
2841         for -save-temps, pass all relevant -Defines to it, and then don't
2842         pass them to cc1plus.
2843
2844 2000-12-05  Will Cohen  <wcohen@redhat.com>
2845
2846         * decl.c (finish_case_label): Cleared
2847         more_cleanups_ok in surrounding function scopes.
2848         (define_label): Likewise.
2849
2850 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
2851
2852         * cp-tree.h (IDENTIFIER_VIRTUAL_P): Document.
2853         (get_matching_virtual): Remove.
2854         (look_for_overrides): Declare new function.
2855         * decl.c (grokfndecl): Don't set IDENTIFIER_VIRTUAL_P or
2856         DECL_VINDEX here.
2857         * class.c (check_for_override): Move base class iteration code
2858         to look_for_overrides.
2859         * search.c (next_baselink): Remove.
2860         (get_virtuals_named_this): Remove.
2861         (get_virtual_destructor): Remove.
2862         (tree_has_any_destructors_p): Remove.
2863         (struct gvnt_info): Remove.
2864         (check_final_overrider): Remove `virtual' from error messages.
2865         (get_matching_virtuals): Remove. Move functionality to ...
2866         (look_for_overrides): ... here, and ...
2867         (look_for_overrides_r): ... here. Set DECL_VIRTUAL_P, if found
2868         to be overriding.
2869
2870 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
2871
2872         * typeck.c (get_delta_difference): If via a virtual base,
2873         return zero.
2874         * cvt.c (cp_convert_to_pointer): If via a virtual base, do no
2875         adjustment.
2876
2877 2000-12-04  Richard Henderson  <rth@redhat.com>
2878
2879         * error.c (dump_tree): Use output_add_string not OB_PUTS.
2880
2881 2000-12-04  Jason Merrill  <jason@redhat.com>
2882
2883         * mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".
2884         (write_builtin_type): Pass intSI_type_node and the like through
2885         type_for_mode.
2886         * method.c (process_overload_item): Mangle VECTOR_TYPEs with 'o'.
2887         Pass intSI_type_node and the like through type_for_mode.
2888         * decl2.c (arg_assoc_type): Handle VECTOR_TYPE like COMPLEX_TYPE.
2889         * pt.c (tsubst, unify): Likewise.
2890         * tree.c (walk_tree): Likewise.
2891         * error.c (dump_type): Likewise.
2892         (dump_type_prefix, dump_type_suffix): Don't bother with VECTOR_TYPE.
2893
2894         * Make-lang.in: Tweak top comment for emacs.
2895         (cp/TAGS): Restore.
2896
2897         * except.c (expand_throw): Use push_throw_library_fn for _Jv_Throw.
2898
2899         * class.c (clone_function_decl): Robustify.
2900
2901 2000-12-04  Michael Matz  <matzmich@cs.tu-berlin.de>
2902
2903         * decl.c (store_bindings): Only search in the non modified
2904         old_bindings for duplicates.
2905
2906 2000-12-04  Nathan Sidwell  <nathan@codesourcery.com>
2907
2908         * error.c (dump_function_decl): Use DECL_VIRTUAL_P, not
2909         TYPE_POLYMORPHIC_P.
2910
2911         * typeck.c (build_static_cast): Remove unused variable.
2912
2913 2000-12-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2914
2915         * pt.c: Fix typo in comment.
2916
2917 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2918
2919         * decl2.c (warn_format): Remove definition.
2920         (lang_decode_option): Handle -Wformat-nonliteral,
2921         -Wno-format-extra-args and -Wno-format-y2k.  Use set_Wformat.
2922
2923 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
2924
2925         * decl.c (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Don't define.
2926         (init_decl_processing): Don't create string_type_node,
2927         const_string_type_node, wint_type_node, intmax_type_node,
2928         uintmax_type_node, default_function_type, ptrdiff_type_node and
2929         unsigned_ptrdiff_type_node.  Adjust position of call to
2930         c_common_nodes_and_builtins.
2931         (identifier_global_value): New function.
2932
2933 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
2934
2935         * call.c (standard_conversion): Reject pointer to member
2936         conversions from ambiguous, inaccessible or virtual bases.
2937         * typeck.c (build_static_cast): Don't check pointers to members
2938         specially.
2939
2940 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
2941
2942         * method.c (do_build_copy_constructor): Preserve cv
2943         qualifications when accessing source object members.
2944         (do_build_assign_ref): Likewise. Remove separate diagnostics for
2945         unnamed fields.
2946
2947 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
2948
2949         * method.c (do_build_assign_ref): Construct appropriately
2950         CV-qualified base reference. Don't allow const casts in base
2951         conversion.
2952
2953 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
2954
2955         * call.c (build_over_call): Use VOID_TYPE_P. Don't die on
2956         incomplete return type.
2957
2958 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
2959
2960         * parse.y (base_class.1): Produce a _TYPE not a _DECL.
2961         * semantics.c (finish_base_specifier): Accept a _TYPE not a
2962         _DECL.
2963
2964 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
2965
2966         * spew.c (yyerror): Cope if yylval.ttype is NULL.
2967
2968 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
2969
2970         * decl.c (grokdeclarator): Diagnose undefined template contexts.
2971
2972 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
2973
2974         * decl.c (grokdeclarator): Do type access control on friend
2975         class.
2976
2977 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
2978
2979         * decl.c (grokfndecl): Undo COMPONENT_REF damage caused by
2980         bison parser ickiness.
2981         * pt.c (tsubst_friend_function): Enter namespace scope when
2982         tsubsting the function name.
2983         * cp-tree.h (DECL_TI_TEMPLATE): Update comment to reflect reality.
2984
2985 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
2986
2987         * cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.
2988         * cvt.c (cp_convert_to_pointer): Add force parameter.
2989         Allow conversions via virtual base if forced.
2990         (convert_to_pointer_force): Adjust call to cp_convert_to_pointer.
2991         (ocp_convert): Likewise.
2992         * search.c (binfo_from_vbase): Return the virtual base's binfo.
2993         * typeck.c (get_delta_difference): Adjust handling of virtual
2994         bases.
2995
2996 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
2997
2998         * tree.c (struct list_hash): Remove.
2999         (list_hash_table): Make it be an htab.
3000         (struct list_proxy): New type.
3001         (list_hash_eq): New function.
3002         (list_hash_pieces): Renamed from ...
3003         (list_hash): ... this.
3004         (list_hash_lookup): Remove.
3005         (list_hash_add): Remove.
3006         (hash_tree_cons): Use the generic hashtable.
3007         (mark_list_hash): Remove.
3008         (init_tree): Create the hashtable.
3009
3010 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
3011
3012         * method.c (build_mangled_C9x_name): Rename to
3013         build_mangled_C99_name.  Change C9X references in comments to
3014         refer to C99.
3015
3016 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
3017
3018         * parse.y (unary_expr): Move VA_ARG from here ...
3019         (primary): ... to here.
3020
3021 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
3022
3023         * semantics.c (finish_id_expr): If type is error_mark, return
3024         error_mark.
3025
3026 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
3027
3028         * pt.c (lookup_template_class): Simplify loop exit constructs.
3029         Cope when there is no partial instantiation of a template
3030         template member.
3031
3032 Thu Nov 23 02:16:47 2000  J"orn Rennecke <amylaar@redhat.com>
3033
3034         * Make-lang.in (g++spec.o, cxxmain.o): Depend on $(CONFIG_H).
3035
3036 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
3037
3038         * mangle.c (mangle_conv_op_name_for_type): Don't use `__op'
3039         prefix.
3040
3041         * pt.c (do_decl_instantiate): Explicitly clone constructors and
3042         destructors that haven't already been cloned.
3043
3044 2000-11-20  Richard Henderson  <rth@redhat.com>
3045
3046         * parse.y (yyparse_1): Rename the parser entry point.
3047
3048 2000-11-20  Alex Samuel  <samuel@codesourcery.com>
3049
3050         * mangle.c (write_name): Use <unscoped-name> for names directly in
3051         function scope.
3052         (write_unscoped_name): Accept names directly in function scope.
3053
3054 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
3055
3056         * lex.c (rid_to_yy, RID_EXPORT): Make unique keyword.
3057         * parse.y (extdef): Add EXPORT reduction.
3058         * spew.c (yylex): Don't skip export here.
3059
3060 2000-11-19  Mark Mitchell  <mark@codesourcery.com>
3061
3062         * decl.c (init_decl_processing): Correct name of pure virtual
3063         function under the new ABI.
3064         * rtti.c (throw_bad_cast): Likewise, for bad cast function.
3065         (throw_bad_typeid): Likewise for bad typeid function.
3066
3067 2000-11-18  Mark Mitchell  <mark@codesourcery.com>
3068
3069         * decl.c (grokparms): Don't even function types of `void' type,
3070         either.
3071         * mangle.c (write_type): Don't crash when confronted with the
3072         error_mark_node.
3073
3074         * decl.c (grokparms): Don't create parameters of `void' type.
3075
3076 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
3077
3078         * lex.c (mark_impl_file_chain): Delete.
3079         (init_parse): Remove call to ggc_add_string_root.  No need to
3080         ggc_strdup a string constant.  Do not add impl_file_chain to GC
3081         roots.
3082         (handle_pragma_implementation): No need to ggc_strdup main_filename.
3083
3084 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
3085
3086         * pt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.
3087
3088 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
3089
3090         * cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.
3091         * decl.c (grokdeclarator): Don't reject void parms here.
3092         (require_complete_types_for_parms): Simplify, use
3093         complete_type_or_else.
3094         (grokparms): Remove bitrot. Remove funcdef parm.
3095         Deal with ellipsis parm lists here.
3096         * semantics.c (finish_parmlist): Don't append void_list_node
3097         here. Set PARMLIST_ELLIPSIS_P.
3098
3099 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
3100
3101         * typeck2.c (incomplete_type_error): Reorganise to avoid
3102         excessive diagnostics.
3103
3104 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
3105
3106         * lex.c (struct impl_files, internal_filename): Constify a char *.
3107
3108 2000-11-16  Mark Mitchell  <mark@codesourcery.com>
3109
3110         * mangle.c (write_special_name_constructor): Don't generate
3111         assembler junk when confronted with an old-style constructor.
3112         (write_special_name_destructor): Likewise.
3113         (mangle_decl_string): Do it here instead.
3114
3115 2000-11-16  Nathan Sidwell  <nathan@codesourcery.com>
3116
3117         * call.c (op_error): Make error messages clearer.
3118
3119 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
3120
3121         * decl.c (wrapup_globals_for_namespace): Don't mark things
3122         TREE_ASM_WRITTEN when they're not.
3123
3124 2000-11-15  Jason Merrill  <jason@redhat.com>
3125
3126         * typeck2.c (friendly_abort): Uncount the error before handing
3127         off to fancy_abort.
3128
3129 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
3130
3131         * typeck.c (lookup_anon_field): Cope with qv qualifiers.
3132
3133 2000-11-14  Mark Mitchell  <mark@codesourcery.com>
3134
3135         * class.c (build_vtbl_initializer): Fix typo in comment.
3136         * typeck.c (expr_sizeof): Don't crash on errors.
3137
3138 2000-11-14  Jim Wilson  <wilson@redhat.com>
3139
3140         * lang-specs.h: Add %2 after %(cc1_options).
3141
3142 2000-11-14  Richard Henderson  <rth@redhat.com>
3143
3144         * typeck.c (c_sizeof): Be strict about casting result value
3145         back to c_size_type_node.
3146         (expr_sizeof, c_sizeof_nowarn, c_alignof): Likewise.
3147
3148 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3149
3150         * typeck.c (build_unary_op): Use boolean_increment from
3151         c-common.c, moving the relevant code there.
3152
3153 2000-11-11  Jason Merrill  <jason@redhat.com>
3154
3155         * typeck.c (mark_addressable): Don't call put_var_into_stack.
3156
3157         * decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics
3158         in inlines.
3159
3160 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3161
3162         * decl.c (grokdeclarator, save_function_data): Use memcpy, not bcopy.
3163         * lex.c (copy_lang_decl): Likewise.
3164
3165 2000-11-09  Mark Mitchell  <mark@codesourcery.com>
3166
3167         * dump.c (cp_dump_tree): Don't dump function bodies here.
3168
3169         * Make-lang.in (CXX_C_OBJS): Add c-dump.o.
3170         (dump.o): Update dependency list.
3171         * cp-tree.h (DECL_MAYBE_TEMPLATE): Remove.
3172         (flag_dump_translation_unit): Likewise.
3173         (CP_TYPE_QUALS): Adjust definition.
3174         (DECL_C_BIT_FIELD): Remove.
3175         (SET_DECL_C_BIT_FIELD): Likewise.
3176         (CLEAR_DECL_C_BIT_FIELD): Likewise.
3177         (add_maybe_template): Likewise.
3178         (strip_array_types): Likewise.
3179         (dump_node_to_file): Likewise.
3180         (cp_dump_tree): New function.
3181         * decl.c (init_decl_processing): Set lang_dump_tree.
3182         * decl2.c (flag_dump_translation_unit): Remove.
3183         * dump.c: Move most of it to ../c-dump.c.
3184         (cp_dump_tree): New function.
3185         * pt.c (add_maybe_template): Remove.
3186         * typeck.c (strip_array_types): Likewise.
3187
3188 2000-11-07  Eric Christopher  <echristo@redhat.com>
3189
3190         * decl.c (init_decl_processing): Change definition of
3191         __wchar_t to wchar_t.  Remove artificial declaration of
3192         wchar_t.
3193         * lex.c: Change instances of __wchar_t to wchar_t.
3194
3195 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
3196
3197         * lex.c (do_identifier): Don't lookup_name for operators.
3198         * parse.y (operator): Save looking_for_typename.
3199         (unoperator): Restore it.
3200         * spew.c (frob_opname): Use nth_token for lookahead.
3201
3202 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
3203
3204         * decl.c (grok_op_properties): Always use coerce_new_type and
3205         coerce_delete_type.
3206         * decl2.c (coerce_new_type): Use c_size_type_node. Preserve
3207         exception specification. Tidy up.
3208         (coerce_delete_type): Preserve exception specification. Tidy up.
3209
3210 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
3211
3212         * class.c (duplicate_tag_error, build_vtbl_initializer), decl.c
3213         (push_binding_level), error.c (cp_tree_printer), pt.c
3214         (process_partial_specialization, tsubst_template_arg_vector),
3215         search.c (lookup_member): Use memset () instead of bzero ().
3216
3217 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
3218
3219         * decl.c (build_ptrmemfunc_type): Allow error_mark_node.
3220
3221 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
3222
3223         * Make-lang.in (c++.distdir): Remove.
3224
3225 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
3226
3227         * decl2.c (do_nonmember_using_decl): Allow `extern "C"'
3228         declarations from different namespaces to be combined.
3229
3230 2000-11-03  Zack Weinberg  <zack@wolery.stanford.edu>
3231
3232         * decl.c: Include tm_p.h.
3233
3234 2000-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
3235
3236         * tree.c (cp_tree_equal): Use memcmp () instead of bcmp ().
3237
3238 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
3239
3240         * dump.c (dequeue_and_dump), lex.c (interface_strcmp), method.c
3241         (build_overload_value), repo.c (open_repo_file), xref.c
3242         (open_xref_file): Use strchr () and strrchr () instead of index ()
3243         and rindex ().
3244
3245 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
3246
3247         * call.c (build_over_call): Call fold on the CALL_EXPR.
3248
3249 2000-11-01  Gabriel Dos Reis  <gdr@codesourcery.com>
3250
3251         * error.c (dump_template_decl): Separate template hearders with
3252         space not comma.
3253
3254 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
3255
3256         * error.c: Move TFF_ macros into cp-tree.h.  Throughout, replace
3257         TS_* flags with corresponding TFF_*.  Adjust prototypes of
3258         functions (which used to take a tree_string_flags) to take an int.
3259
3260         * cp-tree.h (enum tree_string_flags): Remove
3261         (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE,
3262         TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPEDEF, TFF_DECL_SPECIFIERS,
3263         TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
3264         TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
3265         TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS,
3266         TFF_TEMPLATE_NAME, TFF_EXPR_IN_PARENS, TFF_SCOPE): New macros.
3267         (type_as_string, decl_as_string, expr_as_string,
3268         context_as_string): Adjust prototype.
3269
3270         * class.c (dump_class_hierarchy_r): Use TFF_PLAIN_IDENTIFIER
3271         instead of TS_PLAIN.
3272
3273         * pt.c (mangle_class_name_for_template): Use TFF_CHASE_TYPEDEF
3274         instead of TF_CHASE_TYPEDEFS. Use TFF_PLAIN_IDENTIFIER instead of
3275         plain `0'.
3276
3277 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
3278
3279         * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
3280         (linkage_kind): New enumeration.
3281         (decl_linkage): New function.
3282         * decl2.c (comdat_linkage): Extend comment.
3283         * error.c (dump_function_decl): Print the arguments used to
3284         instantiate a template, even when not printing the type of the
3285         function.
3286         * pt.c (convert_nontype_argument): Use DECL_EXTERNAL_LINKAGE_P,
3287         not TREE_PUBLIC, to test for external linkage.
3288         * tree.c (decl_linkage): New function.
3289
3290 2000-10-28  Mark Mitchell  <mark@codesourcery.com>
3291
3292         * pt.c (instantiate_decl): Always instantiate static data members
3293         initialized in-class.
3294
3295 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
3296
3297         * Make-lang.in: Move all build rules here from Makefile.in,
3298         adapt to new context.  Wrap all rules that change the current
3299         directory in parentheses.  Expunge all references to $(P).
3300         When one command depends on another and they're run all at
3301         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
3302         all object-file generation rules.  Delete obsolete variables.
3303
3304         * Makefile.in: Delete.
3305         * config-lang.in: Delete outputs= line.
3306
3307 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
3308
3309         * error.c (dump_function_decl): Print no space between
3310         `ptr-operator' the `type-specifier' of the return type.
3311         (dump_type_prefix): Make sure we put space at the appropriate
3312         place.
3313
3314 2000-10-23  Jason Merrill  <jason@redhat.com>
3315
3316         * call.c (equal_functions): Also call decls_match for extern "C" fns.
3317
3318 2000-10-22  Jason Merrill  <jason@redhat.com>
3319
3320         * call.c (build_conditional_expr): Use ocp_convert to force
3321         rvalue conversion.
3322
3323 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
3324
3325         * call.c (standard_conversion): Use RVALUE_CONVs for all
3326         expressions that satisfy lvalue_p, not just those that satisfy
3327         real_lvalue_p.
3328
3329         * optimize.c (copy_body_r): Don't treat CALL_EXPRs specially.
3330
3331         * typeck.c (c_sizeof): Return an expression of `size_t' type,
3332         not one with TYPE_IS_SIZETYPE set.
3333         (dubious_conversion_warnings): Remove special-case code.
3334
3335 2000-10-21  Geoffrey Keating  <geoffk@cygnus.com>
3336
3337         * decl2.c (arg_assoc_type): Handle VECTOR_TYPE.
3338         * error.c (dump_type): Handle VECTOR_TYPE like POINTER_TYPE.
3339         (dump_type_prefix): Print vector-of-int as 'int vector'.
3340         (dump_type_suffix): Handle VECTOR_TYPE like POINTER_TYPE.
3341         * tree.c (walk_tree): Handle VECTOR_TYPE.
3342
3343         * decl.c (init_decl_processing): Call MD_INIT_BUILTINS.
3344
3345 2000-10-21  Jason Merrill  <jason@redhat.com>
3346
3347         * parse.y (operator): Set got_object from got_scope.
3348         Set looking_for_typename.
3349         * decl.c (lookup_name_real): Clear val after setting from_obj.
3350         Reorganize diagnostic.
3351
3352 2000-10-20  Jason Merrill  <jason@redhat.com>
3353
3354         * tree.c (walk_tree): Don't walk into default args.
3355
3356         * error.c (dump_expr): Use host_integerp.
3357
3358 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
3359
3360         * typeck2.c (abstract_virtuals_error): Use "because" instead of
3361         "since" in error message.
3362
3363 Fri Oct 20 13:54:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3364
3365         * typeck.c (dubious_conversion_warning): Suppress if TYPE_IS_SIZETYPE.
3366
3367 2000-10-20  Jeffrey Oldham  <oldham@codesourcery.com>
3368
3369         * decl.c (revert_static_member_fn): Fixed typo.
3370
3371 2000-10-19  Mark Mitchell  <mark@codesourcery.com>
3372
3373         * class.c (subobject_offset_fn): New type.
3374         (dfs_record_base_offsets): Remove.
3375         (record_base_offsets): Likewise.
3376         (dfs_search_base_offsets): Likewise.
3377         (record_subobject_offset): New function.
3378         (check_subobject_offset): Likewise.
3379         (walk_subobject_offsets): Likewise.
3380         (record_subobject_offsets): Likewise.
3381         (layout_conflict_p): Reimplement.
3382         (layout_nonempty_base_or_field): Correct handling of type
3383         conflicts during layout.
3384         (layout_empty_base): Likewise.
3385         (build_base_field): Adjust to handle new representation of empty
3386         base offset table.
3387         (build_base_fields): Likewise.
3388         (layout_virtual_bases): Likewise.
3389         (splay_tree_compare_integer_csts): New function.
3390         (layout_class_type): Use a splay_tree, rather than a varray, to
3391         represent the offsets of empty bases.
3392
3393         * cp-tree.h (DECL_ANTICIPATED): Don't require a FUNCTION_DECL.
3394         * decl.c (select_decl): Don't return declarations that are
3395         DECL_ANTICIPATED.
3396
3397 2000-10-18  Mark Mitchell  <mark@codesourcery.com>
3398
3399         * cp-tree.h (cp_tree_index): Add CPTI_FAKE_STD.
3400         (fake_std_node): New macro.
3401         * decl.c (in_std): Rename to ...
3402         (in_fake_std): ... this.
3403         (flag_no_builtin): Remove.
3404         (flag_no_nonansi_builtin): Likewise.
3405         (walk_namespaces_r): Use fake_std_node.
3406         (push_namespace): Use std_identifier.
3407         (pop_namespace): Use in_fake_std.
3408         (lookup_name_real): Use fake_std_node.
3409         (init_decl_processing): When -fhonor-std, create the `std'
3410         namespace.  Don't create a dummy fake_std_node in that case.
3411         Adjust call to c_common_nodes_and_builtins.  Use std_identifier.
3412         (builtin_function): Put builtins whose names don't begin
3413         with `_' in the std namespace.
3414         * decl2.c (flag_no_builtin): Remove.
3415         (flag_no_nonansi_builtin): Likewise.
3416         (set_decl_namespace): Use fake_std_node.
3417         (validate_nonmember_using_decl): Likewise.
3418         (do_using_directive): Likewise.
3419         (handle_class_head): Likewise.
3420         * dump.c (dequeue_and_dump): Likewise.
3421         * except.c (init_exception_processing): Use std_identifier.
3422         * init.c (build_member_call): Use fake_std_node.
3423         * rtti.c (init_rtti_processing): Use std_identifier.
3424
3425 2000-10-17  Mark Mitchell  <mark@codesourcery.com>
3426
3427         * cp-tree.h (back_end_hook): Remove declaration.
3428         * decl2.c (back_end_hook): Remove definition.
3429
3430         * dump.c (dequeue_and_dump): Dump TREE_USED.
3431
3432 Tue Oct 17 20:19:06 2000  Brad Lucier <lucier@math.purdue.edu>
3433
3434         * spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int).
3435
3436 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3437
3438         * decl.c (WINT_TYPE): Define.
3439         (init_decl_processing): Create types unsigned_ptrdiff_type_node,
3440         c_size_type_node, signed_size_type_node and wint_type_node.
3441
3442 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
3443
3444         * decl2.c (warn_missing_format_attribute): New variable.
3445         (lang_decode_option): Decode -Wmissing-format-attribute.
3446
3447 2000-10-16  Mark Mitchell  <mark@codesourcery.com>
3448
3449         * typeck.c (qualify_type): Remove.
3450         (composite_pointer_type): Fix handling of conversions to `cv void*'.
3451
3452 2000-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3453
3454         * Makefile.in (parse.c, parse.h): Fix think-o in last patch.
3455
3456 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3457
3458         * Makefile.in (parse.c, parse.h): Create atomically.
3459
3460 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
3461
3462         * class.c (current_obstack): Remove.
3463         * decl.c (ggc_p): Remove.
3464         (start_decl): Don't use decl_tree_cons.
3465         (grokdeclarator): Don't use build_decl_list.
3466         (start_function): Don't use decl_tree_cons.
3467         (finish_function): Don't mess with obstacks.
3468         * decl2.c (grok_x_components): Don't use build_decl_list.
3469         * lex.c (make_call_declarator): Don't call decl_tree_cons.
3470         (implicitly_declare_fn): Don't call build_decl_list.
3471         * parse.y (frob_specs): Don't call build_decl_list or
3472         decl_tree_cons.
3473         (expr_or_declarator_intern): Don't call decl_tree_cons.
3474         (primary): Don't call build_decl_list.
3475         (fcast_or_absdcl): Likewise.
3476         (typed_declspecs): Don't call decl_tree_cons.
3477         (reserved_declspecs): Don't call build_decl_list.
3478         (declmods): Likewise.
3479         (reserved_typespecquals): Likewise.
3480         (aggr): Likewise.
3481         (new_type_id): Likewise.
3482         (cv_qualifiers): Likewise.
3483         (after_type_declarator_intern): Likewise.
3484         (notype_declarator_intern): Likewise.
3485         (absdcl_intern): Likewise.
3486         (named_parm): Likewise.
3487         * pt.c (most_specialized_class): Likewise.
3488         * repo.c (temporary_obstack): Make it a structure, not a pointer.
3489         (init_repo): Initialize it.
3490         * search.c (current_obstack): Remove.
3491         * typeck2.c (add_exception_specifier): Don't call build_decl_list.
3492
3493 2000-10-09  Richard Henderson  <rth@cygnus.com>
3494
3495         * Make-lang.in (CXX_EXTRA_HEADERS): Remove.
3496         (c++ language support bits for libgcc): Remove.
3497         (c++.clean): Remove cplib2.txt cleanup.
3498         * config-lang.in (headers, lib2funcs): Remove.
3499
3500         * exception.cc, new.cc, new1.cc, new2.cc: Remove files.
3501         * tinfo.cc, tinfo.h, tinfo2.cc, vec.cc: Remove files.
3502         * inc/cxxabi.h, inc/exception, inc/new: Remove files.
3503         * inc/new.h, inc/typeinfo: Remove files.
3504
3505 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3506
3507         * decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
3508         defined.
3509         (init_decl_processing): Initialize intmax_type_node and
3510         uintmax_type_node.
3511
3512 2000-10-06  Richard Henderson  <rth@cygnus.com>
3513
3514         * cp-tree.h (struct cp_language_function): Remove x_result_rtx.
3515         (original_result_rtx): Remove.
3516         * decl.c (save_function_data): Don't clear x_result_rtx.
3517         (mark_lang_function): Don't mark it either.
3518         * expr.c (fixup_result_decl): Remove.
3519         * semantics.c (genrtl_named_return_value): Frob the return decl
3520         before calling emit_local_var.
3521         (genrtl_finish_function): Don't call fixup_result_decl.
3522         Always emit the jump to return_label.
3523
3524 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
3525
3526         * pt.c (lookup_template_class): Set current access for enum.
3527         (tsubst_enum): Set file & line for enum decl.
3528
3529         * spew.c (yylex): Remove unused variable.
3530
3531 2000-10-05  Richard Henderson  <rth@cygnus.com>
3532
3533         * semantics.c (genrtl_finish_function): Don't init or check
3534         can_reach_end; remove noreturn and return value checks.
3535
3536 2000-10-05  Tom Tromey  <tromey@cygnus.com>
3537
3538         * init.c (build_java_class_ref): Use `build_static_name' with a
3539         suffix, not a prefix, to build the class object's name.
3540
3541 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
3542
3543         * cp-tree.h (access_kind): Fix comment typo.
3544         * decl2.c (grokfield): Fix diagnostic typo.
3545         * semantics.c (finish_template_type): Fix comment typo.
3546         (finish_qualified_object_call_expr): Likewise.
3547
3548 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
3549
3550         * pt.c (tsubst_expr, DECL_STMT case): Don't process if
3551         tsubsting fails.
3552
3553 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
3554
3555         * spew.c (frob_id): New static function.
3556         (frob_opname): Use it.
3557         (yylex): Use it.
3558
3559 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
3560
3561         * decl.c (lang_mark_false_label_stack): Remove.
3562         * lex.c (cp_mang_lang_type): Use ggc_alloc_cleared.
3563
3564 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
3565
3566         * gxxint.texi: Use @email for formatting email addresses.
3567
3568 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
3569
3570         * error.c: Remove direct obstack manipulation.  Replace with
3571         output_buffer-based formatting.  Adjust calls to removed macros.
3572         (obstack_chunk_alloc, obstack_chunk_free): Remove.
3573         (OB_INIT, OB_PUTC, OB_PUTC2, OB_PUTS, OB_PUTID, OB_PUTCP,
3574         OB_FINISH, OB_PUTI, OB_END_TEMPLATE): Likewise.
3575
3576 2000-09-24  Mark Mitchell  <mark@codesourcery.com>
3577
3578         * ir.texi: Move to ../c-tree.texi.
3579
3580 2000-09-20  Jason Merrill  <jason@redhat.com>
3581
3582         * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
3583
3584 2000-09-21  Andreas Jaeger  <aj@suse.de>
3585
3586         * errfn.c: Move declaration of cp_printer and cp_printers to ...
3587         * cp-tree.h: ... here.
3588
3589         * error.c: Remove declaration of cp_printer.
3590
3591 2000-09-20  Mark Mitchell  <mark@codesourcery.com>
3592
3593         * tree.c (mark_local_for_remap_r): Handle CASE_LABELs.
3594
3595 2000-09-20  Hans-Peter Nilsson  <hp@axis.com>
3596
3597         * except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and
3598         users.
3599
3600 2000-09-18  Mark Mitchell  <mark@codesourcery.com>
3601
3602         * decl.c (start_function): Robustify.
3603
3604 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3605
3606         * cp-tree.h (check_function_format): Accept a `status' parameter.
3607
3608         * call.c, typeck.c: Updates calls to `check_function_format'.
3609
3610 2000-09-17  Geoffrey Keating  <geoffk@cygnus.com>
3611
3612         * decl2.c (handle_class_head): Always push some scope even
3613         in the error case.
3614
3615 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
3616
3617         * cp-tree.h (struct cp_language_function): Remove
3618         x_scope_stmt_stack and name_declared.
3619         (current_scope_stmt_stack): Remove.
3620         (function_name_declared_p): New macro.
3621         (struct lang_decl_flags): Use c_lang_decl as a base class.
3622         (context): Remove.
3623         (struct lang_decl): Replace saved_tree with context.
3624         (DECL_FRIEND_CONTEXT): Adjust accordingly.
3625         (SET_DECL_FRIEND_CONTEXT): Likewise.
3626         (DECL_VIRTUAL_CONTEXT): Likewise.
3627         (DECL_SAVED_TREE): Remove.
3628         (C_DECLARED_LABEL_FLAG): Likewise.
3629         (cplus_expand_expr_stmt): Don't declare.
3630         (add_decl_stmt): Likewise.
3631         (add_scope_stmt): Likewise.
3632         * decl.c (mark_stmt_tree): Remove.
3633         (case_compare): Likewise.
3634         (finish_case_label): Use c_add_case_label.
3635         (init_decl_processing): Set more language-specific hooks.
3636         (build_enumerator): Fix typo in comment.
3637         (cplus_expand_expr_stmt): Remove.
3638         (mark_lang_function): Use mark_c_language_function.
3639         (lang_mark_tree): Use c_mark_lang_decl.
3640         * decl2.c: Change order of inclusion.
3641         * except.c: Likewise.
3642         * expr.c (cplus_expand_expr): Remove handling of STMT_EXPR.  Fall
3643         back on c_expand_expr.
3644         * friend.c: Include expr.h.
3645         * init.c: Change order of inclusion.
3646         * Makefile.in: Update dependencies.
3647         * lex.h (free_lang_decl_chain): Remove.
3648         * optimize.c (maybe_clone_body): Use function_name_declared_p.
3649         * pt.c (build_template_decl): Don't copy DECL_VIRTUAL_CONTEXT if
3650         it doesn't exist.
3651         (instantiate_decl): Use function_name_declared_p.
3652         * semantics.c (lang_expand_expr_stmt): Remove.
3653         (set_current_function_name_declared): Likewise.
3654         (current_function_name_declared): Likewise.
3655         (begin_compound_stmt): Use function_name_declared_p.
3656         (add_decl_stmt): Remove.
3657         (setup_vtbl_ptr): Use function_name_declared_p.
3658         (add_scope_stmt): Remove.
3659         (current_scope_stmt_stack): New function.
3660         (cp_expand_stmt): Don't handle SCOPE_STMTs.
3661         (expand_body): Use function_name_declared_p.
3662         * tree.c (cp_statement_code_p): Don't include SCOPE_STMT.
3663         * typeck.c: Change order of includes.
3664         (convert_sequence): Remove.
3665
3666 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
3667
3668         * lex.c (reswords): Add _Complex.
3669
3670 Thu Sep 14 12:10:45 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
3671
3672         * Make-lang.in (cplib2.txt): Depend on cp/Makefile.
3673
3674 2000-09-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
3675
3676         * init.c (begin_init_stmts): Don't use // comments.
3677
3678 2000-09-12  Jason Merrill  <jason@redhat.com>
3679
3680         * decl.c (maybe_deduce_size_from_array_init): Set do_default for
3681         all non-extern arrays.
3682
3683         * decl.c (grokdeclarator): Complain about 'friend T' for implicit
3684         typenames, too.  Downgrade complaint to pedwarn.
3685         (xref_tag): Warn about surprising behavior of 'friend struct T'.
3686         * decl2.c (handle_class_head): Generate a TYPENAME_TYPE for
3687         'class This::Inherited'.
3688
3689 2000-09-12  Mark Mitchell  <mark@codesourcery.com>
3690
3691         * decl.c (finish_case_label): Given the LABEL_DECL a
3692         DECL_CONTEXT.
3693
3694 2000-09-12  Gabriel Dos Reis  <gdr@codesourcery.com>
3695
3696         * error.c (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE,
3697         TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPDEF,
3698         TFF_DECL_SPECIFIERS, TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
3699         TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
3700         TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS, TFF_SCOPE):
3701         New macros.
3702         (sorry_for_unsupported_tree, print_scope_operator,
3703         print_left_paren, print_right_paren, print_left_bracket,
3704         print_right_bracket, print_whitespace): Likewise.
3705         (aggr_variety): Rename to class_key_or_enum.
3706         (print_type): Rename to print_type_id.
3707         (print_type_specifier_seq, print_simple_type_specifier,
3708         print_elaborated_type_specifier,
3709         print_rest_of_abstract_declarator,
3710         print_parameter_declaration_clause, print_exception_specification,
3711         print_nested_name_specifier, print_template_id,
3712         typedef_original_name,  print_template_argument_list_start,
3713         print_template_argument_list_end): New functions.
3714
3715 2000-09-11  Gabriel Dos Reis  <gdr@codesourcery.com>
3716
3717         * ir.texi: Add more documentation.
3718
3719 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
3720
3721         * cp-tree.h (struct saved_scope): Remove x_function_parms.
3722         (current_function_parms): Don't define.
3723         (struct cp_language_function): Remove parms_stored.
3724         (current_function_just_assigned_this): Don't define.
3725         (current_function_parms_stored): Likewise.
3726         (static_ctors): Declare.
3727         (static_dtors): Likewise.
3728         (SF_EXPAND): Don't define.
3729         (expand_start_early_try_stmts): Remove declaration.
3730         (store_parm_decls): Likewise.
3731         * decl.c (static_ctors): Don't declare.
3732         (static_dtors): Likewise.
3733         (struct binding_level): Remove this_block.
3734         (poplevel): Remove dead code.
3735         (set_block): Likewise.
3736         (mark_binding_level): Don't mark this_block.
3737         (mark_saved_scope): Don't mark x_function_parms.
3738         (init_decl_processing): Don't add current_function_parms as a GC
3739         root.
3740         (check_function_type): Change prototype.
3741         (start_function): Remove RTL-generation code.
3742         (expand_start_early_try_stmts): Remove.
3743         (store_parm_decls): Give it internal linkage.  Remove
3744         RTL-generation code.
3745         (finish_function): Remove RTL-generation code.
3746         * decl2.c (static_ctors): Fix formatting.
3747         (static_dtors): Likewise.
3748         * method.c (use_thunk): Don't call store_parm_decls.
3749         (synthesize_method): Likewise.
3750         * optimize.c (maybe_clone_body): Likewise.
3751         * parse.y (fn.def2): Likewise.
3752         (.set_base_init): Likewise.
3753         (nodecls): Likewise.
3754         * pt.c (instantiate_decl): Likewise.
3755         * rtti.c (synthesize_tinfo_fn): Likewise.
3756         * semantics.c (genrtl_try_block): Simplify.
3757         (expand_body): Use genrtl_start_function and
3758         genrtl_finish_function.
3759         (genrtl_start_function): New function.
3760         (genrtl_finish_function): Likewise.
3761
3762 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
3763
3764         * error.c (cp_tree_printer, case 'P'): Append break.
3765
3766 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
3767
3768         * cp-tree.h (frob_opname): Declare.
3769         * parse.y (saved_scopes): New static variable.
3770         (cp_parse_init): Adjust.
3771         (do_id): If lastiddecl is NULL, do do_identifier.
3772         (operator): Save scope information.
3773         (unoperator): New reduction. Restore scope information.
3774         (operator_name): Append unoperator. Call frob_opname.
3775         * spew.c (frob_opname): Define.
3776
3777 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
3778
3779         * decl.c, rtti.c: Include defaults.h if not already included.
3780         Don't define the *_TYPE_SIZE macros.
3781
3782 2000-09-09  Mark Mitchell  <mark@codesourcery.com>
3783
3784         * cp-tree.h (push_switch): Change prototype.
3785         (check_cp_case_value): Remove declaration.
3786         (decl_constant_value): Likewise.
3787         * decl.c (struct cp_switch): Add switch_stmt and cases.
3788         (case_compare): New function.
3789         (push_switch): Set switch_stmt.  Initialize cases.
3790         (pop_switch): Clean up cases.
3791         (define_case_label): Rename to ...
3792         (finish_case_label): ... this.  Do semantic analysis for case
3793         labels here.
3794         (start_function): Correct comment.
3795         * decl2.c (check_cp_case_value): Remove.
3796         * expr.c (do_case): Remove.
3797         * pt.c (tsubst_expr): Adjust call to finish_case_label.
3798         * semantics.c (genrtl_do_poplevel): Remove declaration.
3799         (RECHAIN_STMTS): Remove.
3800         (finish_break_stmt): Use build_break_stmt.
3801         (finish_continue_stmt): Use build_continue_stmt.
3802         (finish_switch_cond): Adjust condition here, rater than in
3803         c_expand_start_case.
3804         (finish_case_label): Remove.
3805         * typeck.c (c_expand_return): Remove.
3806         (c_expand_start_case): Likewise.
3807
3808 2000-09-07  Gabriel Dos Reis  <gdr@codesourcery.com>
3809
3810         * ir.texi: Document type nodes.
3811
3812 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
3813
3814         * cp-tree.h (init_cp_semantics): Declare.
3815         (genrtl_try_block): Don't declare.
3816         (genrtl_handler): Likewise.
3817         (genrtl_catch_block): Likewise.
3818         (genrtl_ctor_stmt): Likewise.
3819         (genrtl_subobject): Likewise.
3820         (genrtl_do_poplevel): Likewise.
3821         (genrtl_named_return_value): Likewise.
3822         * lex.c (init_parse): Call init_cp_semantics.
3823         * semantics.c (genrtl_try_block): Give it internal linkage.
3824         (genrtl_handler): Likewise.
3825         (genrtl_catch_block): Likewise.
3826         (genrtl_ctor_stmt): Likewise.
3827         (genrtl_subobject): Likewise.
3828         (genrtl_do_poplevel): Likewise.
3829         (genrtl_named_return_value): Likewise.
3830         (lang_expand_stmt): Rename to ...
3831         (cp_expand_stmt): ... this.  Only handle C++-specific nodes.
3832         (init_cp_semantics): Define.
3833
3834         * decl.c (initialize_local_var): Remove RTL-generating code.
3835         * semantics.c (genrtl_try_block): Fix formatting.
3836
3837         Move statement-tree facilities from C++ to C front-end.
3838         * cp-tree.h (cp_tree_index): Remove CPTI_VOID_ZERO.
3839         (void_zero_node): Remove.
3840         (stmt_tree): Likewise.
3841         (scope_chain): Adjust.
3842         (language_function): Rename to cp_language_function.
3843         (cp_function_chain): Adjust.
3844         (current_stmt_tree): Remove.
3845         (last_tree): Likewise.
3846         (last_expr_type): Likewise.
3847         (struct lang_decl): Adjust.
3848         (STMT_IS_FULL_EXPR_P): Remove.
3849         (add_tree): Remove.
3850         (begin_stmt_tree): Likewise.
3851         (finish_stmt_tree): Likewise.
3852         (walk_tree_fn): Likewise.
3853         (walk_stmt_tree): Likewise.
3854         * class.c (finish_struct): Replace use of add_tree with add_stmt.
3855         * decl.c (mark_stmt_tree): Adjust type.
3856         (init_decl_processing): Don't build void_zero_node.
3857         (initialize_local_var): Adjust usage of current_stmt_tree.
3858         (finish_enum): Use add_stmt, not add_tree.
3859         (save_function_data): Adjust use of language_function.
3860         (finish_constructor_body): Use add_stmt, not add_tree.
3861         (finish_destructor_body): Likewise.
3862         (push_cp_function_context): Adjust use of language_function.
3863         (pop_cp_function_context): Likewise.
3864         (mark_lang_function): Likewise.
3865         (mark_cp_function_context): Likewise.
3866         * init.c (build_aggr_init): Adjust use of current_stmt_tree.
3867         (build_vec_init): Likewise.
3868         * semantics.c (SET_LAST_STMT): Remove.
3869         (RECHAIN_STMTS): Don't use it.
3870         (stmts_are_full_exprs_p): Adjust use of current_stmt_tree.
3871         (current_stmt_tree): Define.
3872         (add_tree): Remove.
3873         (finish_goto_stmt): Use add_stmt, not add_tree.
3874         (finish_expr_stmt): Likewise.
3875         (begin_if_stmt): Likewise.
3876         (finish_then_clause): Likewise.
3877         (begin_while_stmt): Likewise.
3878         (begin_do_stmt): Likewise.
3879         (finish_return_stmt): Likewise.
3880         (begin_for_stmt): Likewise.
3881         (finish_break_stmt): Likewise.
3882         (finish_continue_stmt): Likewise.
3883         (begin_switch_stmt): Likewise.
3884         (finish_case_label): Likewise.
3885         (begin_try_block): Likewise.
3886         (begin_function_try_block): Likewise.
3887         (begin_handler): Likewise.
3888         (begin_catch_block): Likewise.
3889         (begin_compound_stmt): Likewise.
3890         (begin_asm_stmt): Likewise.
3891         (finish_asm_stmt): Likewise.
3892         (finish_label_stmt): Likewise.
3893         (add_decl_stmt): Likewise.
3894         (finish_subobject): Likewise.
3895         (finish_decl_cleanup): Likewise.
3896         (finish_named_return_value): Likewise.
3897         (setup_vtbl_ptr): Likewise.
3898         (add_scope_stmt): Likewise.
3899         (finish_stmt_expr): Likewise.
3900         (prune_unused_decls): Remove.
3901         (begin_stmt_tree): Likewise.
3902         (finish_stmt_tree): Likewise.
3903         (prep_stmt): Adjust use of current_stmt_tree.
3904         (lang_expand_stmt): Likewise.
3905         * tree.c (statement_code_p): Remove.
3906         (cp_statement_code_p): New function.
3907         (walk_stmt_tree): Remove.
3908         (init_tree): Set lang_statement_code_p.
3909
3910 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
3911
3912         Integrated preprocessor.
3913
3914         * Make-lang.in, Makefile.in: Remove all references to input.c,
3915         gxx.gperf, and hash.h.  Add ../c-lex.o to C_OBJS.
3916         * gxx.gperf, hash.h, input.c: Delete.
3917         * lang-specs.h: Pass -lang-c++ to cc1plus so cpplib is
3918         initialized properly.
3919
3920         * class.c (fixup_pending_inline): Take a tree, not a
3921         struct pending_inline *.  All callers changed.
3922         (init_class_processing): Set RID_PUBLIC, RID_PRIVATE,
3923         RID_PROTECTED entries in ridpointers[] array here.
3924         * decl.c (duplicate_decls): Do not refer to struct
3925         pending_inline.
3926         (record_builtin_type, init_decl_processing): Use RID_MAX not
3927         CP_RID_MAX.
3928         (grokdeclarator): Use C_IS_RESERVED_WORD.
3929         * decl2.c (lang_decode_option): Ignore -lang-c++ for sake of
3930         cpplib.
3931         (grok_x_components): Do not inspect pending_inlines chain.
3932
3933         * cp-tree.h (struct lang_identifier): Add rid_code entry.
3934         (C_IS_RESERVED_WORD, C_RID_CODE, C_RID_YYCODE): New.
3935         (flag_no_gnu_keywords, flag_operator_names, rid_to_yy): Declare.
3936         (DEFARG_LENGTH, struct pending_inline, TIME_IDENTIFIER_TIME,
3937         TIME_IDENTIFIER_FILEINFO): Kill.
3938         Update prototypes.
3939         * lex.h: Expunge cp_rid.  Rewrite RIDBIT macros to use just a
3940         single 32-bit word.
3941         * parse.y: Call do_pending_inlines unconditionally.
3942         reinit_parse_for_method is now snarf_method.  fn.defpen is no
3943         longer necessary.  Remove unnecessary <itype> annotation on
3944         SCOPE.  Do not refer to end_of_file or struct pending_inline.
3945         * semantics.c (begin_inline_definitions): Call
3946         do_pending_inlines unconditionally.
3947
3948         * lex.c: Remove all code now shared with C front end.
3949         Initialize cpplib properly if USE_CPPLIB.  Put reserved words
3950         into the get_identifier table.  Rewrite pragma handling to
3951         work with the registry.  Move code to save tokens for later
3952         processing to spew.c.
3953
3954         * spew.c: Rewrite everything in terms of token streams instead
3955         of text.  Move routines here from lex.c / input.c as
3956         appropriate.  GC-mark trees hanging off the pending inlines
3957         chain.
3958
3959 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
3960
3961         * NEWS: Mention that the named return value extension has been
3962         deprecated.
3963         * cp-tree.h (original_result_rtx): Define.
3964         (TREE_REFERENCE_EXPR): Remove.
3965         (DECL_VPARENT): Likewise.
3966         (pushdecl_nonclass_level): Likewise.
3967         (store_return_init): Likewise.
3968         (reinit_lang_specific): Likewise.
3969         (genrtl_named_return_value): Change prototype.
3970         * decl.c (original_result_rtx): Remove.
3971         (cp_finish_decl): Don't build DECL_STMTs for RESULT_DECLs.
3972         Do not generate RTL for local variables here.
3973         (store_return_init): Remove.
3974         * semantics.c (genrtl_named_return_value): Simplify.  Fold in
3975         store_return_init.
3976         (finish_named_return_value): Adjust accordingly.  Warn that this
3977         extension is deprecated.
3978         (lang_expand_stmt): Adjust call to genrtl_named_return_value.
3979
3980 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3981
3982         * pt.c (type_unification_real): Replace switch with if.
3983         (unify): Tsubst non-type parms before comparing.
3984
3985 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3986
3987         * error.c (dump_typename): New function, broken out of ...
3988         (dump_type): ... here. Use it.
3989         * typeck.c (same_type_p): Use cp_tree_equal for TYPENAME_TYPE.
3990
3991 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3992
3993         * init.c (build_offset_ref): Deal with namespace scoped
3994         TEMPLATE_ID_EXPRs.
3995
3996 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
3997
3998         * class.c (resolve_address_of_overloaded_function): Add
3999         explanation message.
4000         * decl.c (define_case_label): Reformat explanation.
4001         * decl2.c (finish_static_data_member_decl): Likewise.
4002         (grokfield): Likewise.
4003         * friend.c (do_friend): Likewise.
4004
4005 2000-09-05  Zack Weinberg  <zack@wolery.cumb.org>
4006
4007         * tree.c (walk_tree): Expose tail recursion.
4008         (walk_stmt_tree): New function.
4009         * cp-tree.h: Prototype walk_stmt_tree.
4010         * semantics.c (prune_unused_decls): Operate on SCOPE_STMTs not
4011         the BLOCKs directly.  If a BLOCK has no variables after
4012         pruning, discard it.
4013         (finish_stmt_tree): Use walk_stmt_tree.  No need to save and
4014         restore the line number.
4015
4016 2000-09-05  Mark Mitchell  <mark@codesourcery.com>
4017
4018         * Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
4019         (pt.o): Remove dependency on HTAB_H.
4020         * cp-tree.h: Include hashtab.h.
4021         (walk_tree): Change prototype.
4022         (walk_tree_without_duplicates): New function.
4023         * decl.c (check_default_argument): Use it.
4024         * optimize.c (remap_decl): Adjust calls to walk_tree.
4025         (copy_body): Likewise.
4026         (expand_calls_inline): Likewise.
4027         (calls_setjmp_p): Use walk_tree_without_duplicates.
4028         * pt.c: Don't include hashtab.h.
4029         (for_each_template_parm): Use walk_tree_without_duplicates.
4030         * semantics.c (finish-stmt_tree): Likewise.
4031         (expand_body): Likewise.
4032         * tree.c (walk_tree): Add additional parameter.
4033         (walk_tree_without_duplicates): New function.
4034         (count_trees): Use it.
4035         (verify_stmt_tree): Adjust call to walk_tree.
4036         (find_tree): Use walk_tree_without_duplicates.
4037         (no_linkage_check): Likewise.
4038         (break_out_target_exprs): Adjust call to walk_tree.
4039         (cp_unsave): Likewise.
4040
4041 2000-09-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4042
4043         * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.
4044         (TEMPLATE_TEMPLATE_PARM): Adjust comment.
4045         * cp-tree.h (TYPE_BINFO): Adjust comment.
4046         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Likewise.
4047         (TEMPLATE_TYPE_PARM_INDEX): Likewise.
4048         (IS_AGGR_TYPE): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
4049         (TYPE_TEMPLATE_INFO): Likewise.
4050         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): Likewise.
4051         * class.c (push_nested_class): Likewise.
4052         * decl.c (lookup_name_real): Likewise.
4053         (grokdeclarator): Likewise.
4054         (grok_op_properties): Likewise.
4055         (xref_tag): Likewise.
4056         (xref_basetypes): Likewise.
4057         * decl2.c (constructor_name_full): Likewise.
4058         (arg_assoc_template_arg): Add TEMPLATE_TEMPLATE_PARM case.
4059         (arg_assoc_type): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
4060         * error.c (dump_type): Split TEMPLATE_TEMPLATE_PARM case.
4061         (dump_type_prefix): Add BOUND_TEMPLATE_TEMPLATE_PARM.
4062         (dump_type_suffix): Likewise.
4063         * init.c (is_aggr_type): Use BOUND_TEMPLATE_TEMPLATE_PARM
4064         instead.
4065         (get_aggr_from_typedef): Likewise.
4066         * mangle.c (write_type): Split TEMPLATE_TEMPLATE_PARM case.
4067         (write_expression): Add BOUND_TEMPLATE_TEMPLATE_PARM.
4068         (write_template_parm): Likewise.
4069         (write_template_template_parm): Check tree code instead of
4070         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
4071         * method.c (build_overload_nested_name): Add
4072         BOUND_TEMPLATE_TEMPLATE_PARM.
4073         (process_overload_item): Split TEMPLATE_TEMPLATE_PARM case.
4074         * parse.y (bad_parm): Add BOUND_TEMPLATE_TEMPLATE_PARM.
4075         * pt.c (convert_template_argument): Check tree code instead of
4076         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
4077         (for_each_template_parm_r): Split TEMPLATE_TEMPLATE_PARM case.
4078         (for_each_template_parm): Adjust comment.
4079         (tsubst): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.
4080         (tsubst_copy): Add BOUND_TEMPLATE_TEMPLATE_PARM.
4081         (unify): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.  Use
4082         template_args_equal to compare template template parameter cases.
4083         * ptree.c (print_lang_type): Add BOUND_TEMPLATE_TEMPLATE_PARM.
4084         * search.c (lookup_field_1): Use BOUND_TEMPLATE_TEMPLATE_PARM
4085         instead.
4086         * tree.c (copy_template_template_parm): Decide whether to create
4087         a TEMPLATE_TEMPLATE_PARM or BOUND_TEMPLATE_TEMPLATE_PARM node.
4088         (walk_tree): Add BOUND_TEMPLATE_TEMPLATE_PARM.
4089         (copy_tree_r): Likewise.
4090         * typeck.c (comptypes): Likewise.  Check tree code instead of
4091         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
4092
4093 2000-09-04  Mark Elbrecht  <snowball3@bigfoot.com>
4094
4095         * decl.c (finish_function): Move the code for handling functions
4096         marked with the constructor and destructor attributes inside the
4097         expand_p block.
4098
4099 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4100
4101         * init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.
4102
4103 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4104
4105         * pt.c (lookup_template_class): Remove abort.
4106         * tree.c (get_type_decl): Allow error_mark_node.
4107
4108 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
4109
4110         * decl2.c (arg_assoc): Deal with COMPONENT_REFs inside
4111         TEMPLATE_ID_EXPRs.
4112
4113 2000-09-03  Mark Mitchell  <mark@codesourcery.com>
4114
4115         * operators.def (ALIGNOF_EXPR, MAX_EXPR, MIN_EXPR): Change
4116         new ABI mangling.
4117
4118 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
4119
4120         * parse.y (named_class_head): Check for TYPENAME_TYPE. Simplify
4121         union tag mismatch error reporting.
4122
4123 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
4124
4125         * call.c (build_scoped_method_call): Check it is not a namespace.
4126
4127 2000-08-30  Jason Merrill  <jason@redhat.com>
4128
4129         * cp-tree.h (LOCAL_CLASS_P): Use decl_function_context.
4130
4131         * tree.c (bot_manip): Check TREE_CONSTANT rather than
4132         !TREE_SIDE_EFFECTS.  Call break_out_target_exprs and
4133         build_target_expr_with_type for the non-AGGR_INIT_EXPR case.
4134
4135         * decl.c (start_function): Always call make_function_rtl.
4136
4137 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
4138
4139         * semantics.c (prune_unused_decls): New function.
4140         (finish_stmt_tree): Call it via walk_tree.
4141
4142 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
4143
4144         * class.c (build_secondary_vtable): Constify a char *.
4145         * decl.c (init_decl_processing): Initialize function_id_node,
4146         pretty_function_id_node, and func_id_node.
4147         * input.c (struct input_source): Constify 'str'.
4148         (feed_input): Constify first argument.
4149         * mangle.c (write_identifier): Constify argument.
4150         * pt.c (mangle_class_name_for_template): Constify argument.
4151
4152 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
4153
4154         * typeck.c (mark_addressable): Remove code that pokes around in
4155         RTL.
4156
4157 2000-08-28  Jason Merrill  <jason@redhat.com>
4158
4159         * lex.c (file_name_nondirectory): Move to toplev.c.
4160
4161         * cp-tree.h (LOCAL_CLASS_P): New macro.
4162         * class.c (finish_struct_1): Use it.
4163
4164 2000-08-27  Alex Samuel  <samuel@codesourcery.com>
4165
4166         * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplained voodoo.
4167         (write_encoding): Pass another argument to write_name.
4168         (write_name): Add ignore_local_scope parameter.  Fix handling of
4169         local names.
4170         (write_nested_name): Use write_unqualified_name.
4171         (write_prefix): Likewise.  Skip out on FUNCTION_DECLs.
4172         (write_template_prefix): Use write_unqualified_name.
4173         (write_component): Remove.
4174         (write_local_name): Add parameter.  Use direct local entity to
4175         discriminator calculation.
4176         (write_class_enum_type): Pass another argument to write_name.
4177         (write_template_template_arg): Likewise.
4178         (make_guard_variable): Likewise.
4179
4180 2000-08-27  Jason Merrill  <jason@redhat.com>
4181
4182         * decl.c (pushdecl): Matching decls for local externs are found in
4183         the current level.  Propagate linkage information from previous
4184         declarations.
4185
4186 2000-08-26  Gabriel Dos Reis  <gdr@codesourcery.com>
4187
4188         * ir.texi (Expressions): Fix typo.
4189
4190 2000-08-25  Greg McGary  <greg@mcgary.org>
4191
4192         * tree.c (init_tree): Use ARRAY_SIZE.
4193
4194 2000-08-25  Gabriel Dos Reis  <gdr@codesourcery.com>
4195
4196         * error.c (cp_tree_printer): Rework.
4197
4198 2000-08-25  Mark Mitchell  <mark@codesourcery.com>
4199
4200         * Make-lang.in (CXX_LIB2FUNCS): Remove cp-demangle.o and
4201         dyn-string.o.
4202         (CXX_LIB2SRCS): Remove cp-demangle.c and dyn-string.c.
4203         (cp-demangle.o): Remove target.
4204         (dyn-string.o): Likewise.
4205
4206         * decl.c (grokfndecl): Require that `main' return an `int'.
4207         * mangle.c (write_encoding): Don't mangle return types for
4208         conversion functions.
4209
4210 2000-08-25  Gabriel Dos Reis  <gdr@codesourcery.com>
4211
4212         * error.c (tree_formatting_info): New data type.
4213         (tree_being_formatted): New macro.
4214         (tree_formatting_flags): Likewise.
4215         (put_whitespace): Likewise.
4216         (print_tree_identifier): Likewise.
4217         (print_identifier): Likewise.
4218         (cp_tree_printer, print_function_argument_list, print_declaration,
4219         print_expression, print_function_declaration,
4220         print_function_parameter, print_type, print_cv_qualifier): New
4221         functions.
4222         (init_error): Initialize lang_printer.
4223
4224 2000-08-24  Jason Merrill  <jason@redhat.com>
4225
4226         * typeck.c (build_ptrmemfunc): Just reinterpret if there's no
4227         adjustment necessary.
4228
4229 2000-08-24  Greg McGary  <greg@mcgary.org>
4230
4231         * cp-tree.h (MAIN_NAME_P): Remove macro.
4232
4233 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
4234
4235         * error.c (print_instantiation_context): Don't forget to flush the
4236         buffer.
4237
4238 2000-08-23  Jason Merrill  <jason@redhat.com>
4239
4240         * typeck.c (build_ptrmemfunc): Save the input pmf.
4241
4242         * method.c (process_modifiers): Use same_type_p.
4243
4244 2000-08-23  Mark Mitchell  <mark@codesourcery.com>
4245
4246         * cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC.
4247         * mangle.c (write_function_type): Change prototype.
4248         (write_encoding): Don't mangle return types for
4249         constructors or destructors.
4250         (write_type): Adjust call to write_function_type.
4251         * pt.c (instantiate_template): Instantiate alternate entry points
4252         when instantiating the main function.
4253
4254 2000-08-23  Gabriel Dos Reis  <gdr@codesourcery.com>
4255
4256         * error.c (cp_print_error_function): Don't use embedded '\n' in
4257         output_printf.
4258
4259 2000-08-23  Gabriel Dos Reis  <gdr@codesourcery.com>
4260
4261         * decl.c (init_decl_processing): Remove bogus initialization.
4262         * error.c (lang_print_error_function): Restore here.
4263         (init_error): Initialize print_error_function.
4264
4265 2000-08-22  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
4266
4267         * decl2.c (arg_assoc): Revert my 2000-08-11 change.
4268
4269 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
4270
4271         * Makefile.in (error.o): Depends on diagnostic.h
4272
4273         * cp-tree.h (problematic_instantiation_changed,
4274         record_last_problematic_instantiation, current_instantiation,
4275         print_instantiation_context): Declare.
4276         (maybe_print_template_context): Remove.
4277
4278         * decl.c (init_decl_processing): Set print_error_function to NULL.
4279         (lang_print_error_function): Remove, since we're using a new
4280         machinery.
4281
4282         * error.c: #include diagnostic.h
4283         (function_category): New function.
4284         (cp_diagnostic_starter): Likewise.
4285         (cp_diagnostic_finalizer): Likewise.
4286         (cp_print_error_function): Likewise.
4287         (maybe_print_instantiation_context): Likewise.
4288         (print_instantiation_full_context): Likewise.
4289         (print_instantiation_partial_context): Likewise.
4290         (print_instantiation_context): Define.
4291         (init_error): Initialize diagnostic pager and finalizer.
4292
4293         * pt.c (problematic_instantiation_changed): Define.
4294         (record_last_problematic_instantiation): Likewise.
4295         (current_instantiation): Likewise.
4296         (maybe_print_template_context): Remove.
4297         (print_template_context): Likewise.
4298         (current_tinst_level): Make static to reflect Brendan Kehoe's
4299         change of 1995-04-13.
4300         (push_tinst_level): Call print_instantiation_context.
4301
4302 2000-08-21  Nix  <nix@esperi.demon.co.uk>
4303
4304         * lang-specs.h: Do not process -o or run the assembler if
4305         -fsyntax-only.
4306
4307 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
4308
4309         * decl.c (flag_hosted, flag_noniso_default_format_attributes): New
4310         variables.
4311         * decl2.c (lang_decode_option): Disable gettext attributes for
4312         -ansi.
4313
4314 2000-08-21  Gabriel Dos Reis  <gdr@codesourcery.com>
4315
4316         * lex.c (lang_init_options): Default diagnostic message maximum
4317         length to 80, when line-wrapping.
4318
4319 2000-08-20  Mark Mitchell  <mark@codesourcery.com>
4320
4321         * class.c (build_vtbl_initializer): Clear the entire
4322         vtbl_init_data.  Start keeping track of the functions for which we
4323         have created vcall offsets here.
4324         (dfs_build_vcall_offset_vtbl_entries): Remove.
4325         (build_vcall_offset_vtbl_entries): Reimplement.
4326         (add_vcall_offset_vtbl_entries_r): New function.
4327         (add_vcall_offset_vtbl_entries_1): Likewise.  Tweak logic for
4328         computing when vcall offsets are necessary.
4329
4330 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4331
4332         * decl.c (member_function_or_else): Use cp_error ... %T.
4333         (grokdeclarator): Likewise.
4334         (start_method): Likewise.
4335         * friend.c (make_friend_class): Use cp_pedwarn ... %T.
4336
4337 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4338
4339         * decl2.c (grokfield): Set CLASSTYPE_GOT_SEMICOLON on class
4340         TYPE_DECLs.
4341
4342 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4343
4344         * cp-tree.h (PTRMEM_OK_P): New macro.
4345         (itf_ptrmem_ok): New enumeration value.
4346         * class.c (resolve_address_of_overloaded_function): Add PTRMEM
4347         argument. Diagnose implicit pointer to member.
4348         (instantiate_type): Don't diagnose implicit pointer to member
4349         here. Pass itf_ptrmem_ok if ok. Adjust calls to
4350         resolve_address_of_overloaded_function.
4351         * init.c (build_offset_ref): Set PTRMEM_OK_P.
4352         (resolve_offset_ref): Don't diagnose implicit pointer to member here.
4353         * semantics.c (finish_parenthesized_expr): Clear OFFSET_REFs here.
4354         * typeck.c (build_x_unary_op): Calculate PTRMEM_OK_P.
4355         (build_unary_op): Deal with single non-static member in
4356         microsoft-land.
4357
4358 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4359
4360         * decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
4361
4362 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
4363
4364         * cp-tree.h (enum_name_string): Remove prototype.
4365         (report_case_error): Remove prototype.
4366         * cp/typeck2.c (enum_name_string): Remove.
4367         (report_case_error): Remove.
4368         * error.c (dump_expr): Deal with enum values directly.
4369         Correctly negate integer constant.
4370
4371 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
4372
4373         * inc/cxxabi.h (__cxa_vec_new2, __cxa_vec_new3): Declare.
4374         (__cxa_vec_delete2, __cxa_vec_delete3): Declare.
4375         * vec.cc (__cxa_vec_new2, __cxa_vec_new3): Implement.
4376         (__cxa_vec_delete2, __cxa_vec_delete3): Implement.
4377         (__cxa_vec_new): Use __cxa_vec_new2.
4378         (__cxa_vec_delete): Use __cxa_vec_delete2.
4379
4380 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
4381
4382         * vec.cc (__cxa_vec_new): Set "C" linkage.
4383         (__cxa_vec_ctor): Likewise.
4384         (__cxa_vec_cctor): Likewise.
4385         (__cxa_vec_dtor): Likewise.
4386         (__cxa_vec_delete): Likewise.
4387         * inc/cxxabi.h (__cxa_vec_new): Set "C" linkage.
4388         (__cxa_vec_ctor): Likewise.
4389         (__cxa_vec_cctor): Likewise.
4390         (__cxa_vec_dtor): Likewise.
4391         (__cxa_vec_delete): Likewise.
4392
4393 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
4394
4395         * class.c (instantiate_type): Reinstate local variable
4396         deleted in previous change.
4397
4398         * cvt.c (cp_convert_to_pointer): Pass itf_complain, not
4399         itf_no_attributes.
4400
4401 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
4402
4403         * cp-tree.h (instantiate_type_flags): New enumeration.
4404         (instantiate_type): Change parameter.
4405         * class.c (instantiate_type): Adjust prototype. Adjust.
4406         * call.c (standard_conversion): Adjust instantiate_type call.
4407         (reference_binding): Likewise.
4408         (build_op_delete_call): Likewise.
4409         (convert_like_real): Likewise.
4410         * cvt.c (cp_convert_to_pointer): Likewise.
4411         (convert_to_reference): Likewise.
4412         * pt.c (convert_nontype_argument): Likewise.
4413         * typeck.c (build_binary_op): Likewise.
4414         (build_ptrmemfunc): Likewise.
4415         (convert_for_assignment): Likewise.
4416
4417 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
4418
4419         * cp-tree.h (CPTR_AGGR_TAG): New global tree node.
4420         (current_aggr): Define.
4421         * decl.c (grokdeclarator): Make sure a friend class is an
4422         elaborated type specifier.
4423         * parse.y (current_aggr): Remove static definition.
4424         (cp_parse_init): Adjust.
4425         (structsp): Clear and restore current_aggr.
4426         (component_decl_list): Clear current_aggr.
4427
4428         * error.c (dump_type, case TYPENAME_TYPE): Don't emit the
4429         aggregate tag on the typename's context.
4430
4431         * pt.c (tsubst_friend_class): Return error_mark_node, if
4432         parms becomes NULL.
4433         (instantiate_class_template): Ignore error_mark_node friend types.
4434
4435 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
4436
4437         * cvt.c (warn_ref_binding): New static function, broken out of ...
4438         (convert_to_reference): ... here. Use it.
4439
4440 2000-08-11  Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
4441
4442         * parse.y (template_arg): Add rule for template qualified with
4443         global scope.
4444
4445 2000-08-11  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
4446
4447         * decl2.c (add_function): Reorganize.
4448         (arg_assoc): Do not consider function template decls.
4449
4450 2000-08-11  Jason Merrill  <jason@redhat.com>
4451
4452         * decl.c (lookup_name_real): Don't forget the TYPENAME_TYPE we're
4453         looking inside.
4454
4455 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
4456
4457         * cp-tree.h (resolve_scope_to_name): Remove unused prototype.
4458         (lookup_nested_tag): Likewise.
4459
4460         * decl2.c (grokfield): Fix comment to reflect many types of _DECLs
4461         can be produced.
4462
4463 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
4464
4465         * parse.y (named_complex_class_head_sans_basetype): Remove
4466         always true if.
4467
4468 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
4469
4470         * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Build
4471         explicit TEMPLATE_ID_EXPR args.
4472         (build_expr_from_tree, case CALL_EXPR): Likewise.
4473
4474 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
4475
4476         * decl.c (check_tag_decl): Diagnose typename's which don't
4477         declare anything.
4478
4479 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
4480
4481         * init.c (build_aggr_init): Reject bogus array initializers
4482         early.
4483
4484 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
4485
4486         * rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi
4487         runtime.
4488         * cp/tinfo.cc (__dynamic_cast): Likewise.
4489         * cp/inc/cxxabi.h (__dynamic_cast): Likewise.
4490
4491 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
4492
4493         * cvt.c (convert_to_pointer_force): Fix error message when
4494         attempting to cast from ambiguous base.
4495
4496 2000-08-08  Jason Merrill  <jason@redhat.com>
4497
4498         * pt.c (tsubst_aggr_type): Bail if creating the argvec fails.
4499         (tsubst_template_arg_vector): Likewise.
4500
4501         * decl2.c (build_anon_union_vars): Choose the largest field; don't
4502         assume that one will be as large as the union.
4503
4504 2000-08-07  Kazu Hirata  <kazu@hxi.com>
4505
4506         * cp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P): Fix a comment typo.
4507         * decl.c (pop_labels): Likewise.
4508
4509 2000-08-04  Jeffrey Oldham  <oldham@codesourcery.com>
4510
4511         * inc/cxxabi.h (__pbase_type_info): Changed member names to match
4512         specifications.
4513         (__pointer_to_member_type_info): Likewise.
4514         (__base_class_info): Likewise.
4515         (__class_type_info): Likewise.
4516         (__si_class_type_info): Likewise.
4517         (__vmi_class_type_info): Likewise.
4518         * tinfo.cc (__si_class_type_info::__do_find_public_src):
4519         Changed member names to match specifications.
4520         (__vmi_class_type_info::__do_find_public_src): Likewise.
4521         (__si_class_type_info::__do_dyncast): Likewise.
4522         (__vmi_class_type_info::__do_dyncast): Likewise.
4523         (__si_class_type_info::__do_upcast): Likewise.
4524         (__vmi_class_type_info::__do_upcast): Likewise.
4525         * tinfo2.cc (__pbase_type_info::__do_catch): Likewise.
4526         (__pbase_type_info::__pointer_catch): Likewise.
4527         (__pointer_type_info::__pointer_catch): Likewise.
4528         (__pointer_to_member_type_info::__pointer_catch): Likewise.
4529
4530 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
4531
4532         * Make-lang.in (cc1plus): Depend on $(BACKEND), not stamp-objlist.
4533         * Makefile.in: Add C_OBJS, BACKEND; delete OBJS, OBJDEPS.
4534         (cc1plus): Link with $(BACKEND) and $(C_OBJS).
4535
4536 2000-08-04  Mark Mitchell  <mark@codesourcery.com>
4537
4538         * cp-tree.h (add_method): Change prototype.
4539         * class.c (add_method): Remove FIELDS parameter.  Add ERROR_P.
4540         Don't double the size of the method vector in the error case.
4541         (handle_using_decl): Adjust call to add_method.
4542         (add_implicitly_declared_members): Likewise.
4543         (clone_function_decl): Likewise.
4544         * decl2.c (check_classfn): Likewise.
4545         * semantics.c (finish_member_declaration): Likewise.
4546
4547 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
4548
4549         * decl.c (flag_isoc94): New variable.
4550
4551 2000-08-02  Jason Merrill  <jason@redhat.com>
4552
4553         * pt.c (do_type_instantiation): Add complain parm; don't complain
4554         if called recursively.
4555         * cp-tree.h, parse.y: Adjust.
4556
4557 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
4558
4559         * decl2.c: Silently ignore -Wstrict-prototypes; warn about
4560         -Wno-strict-prototypes.
4561
4562         * g++spec.c: Adjust type of second argument to
4563         lang_specific_driver, and update code as necessary.
4564
4565         * cp-tree.h: Don't prototype min_precision here.
4566         (my_friendly_assert): Cast expression to void.
4567         * semantics.c (do_poplevel): Initialize scope_stmts.
4568
4569 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
4570
4571         * cp-tree.h (DECL_NEEDED_P): Tweak.
4572
4573 2000-07-28  Jason Merrill  <jason@redhat.com>
4574
4575         * lang-specs.h: Use %i in rule for .ii files.
4576
4577 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
4578
4579         * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
4580
4581 2000-07-30  Mark Mitchell  <mark@codesourcery.com>
4582
4583         Allow indirect primary bases.
4584         * cp-tree.h (struct lang_type): Remove vfield_parent.  Add
4585         primary_base.
4586         (CLASSTYPE_VFIELD_PARENT): Remove.
4587         (CLASSTYPE_PRIMARY_BINFO): Reimplement.
4588         (BINFO_PRIMARY_BINFO): Remove.
4589         (CLASSTYPE_HAS_PRIMARY_BASE_P): Reimplement.
4590         (BINFO_VBASE_PRIMARY_P): Likewise.
4591         (BINFO_PRIMARY_BASE_OF): New macro.
4592         (BINFO_INDIRECT_PRIMARY_P): Likewise.
4593         (get_primary_binfo): New function.
4594         * decl.c (lang_mark_tree): Make lang_type::primary_base.
4595         * class.c (vcall_offset_data_s): Rename to ...
4596         (vtbl_init_data_s): ... this.  Rename primary_p to primary_vtbl_p,
4597         and add ctor_vtbl_p.
4598         (get_derived_offset): Use get_primary_binfo.
4599         (dfs_mark_primary_bases): Adjust handling of virtual primary
4600         bases.
4601         (mark_primary_bases): Likewise.
4602         (set_primary_base): Take a binfo, not an integer, as a
4603         representation of the primary base.
4604         (indirect_primary_base_p): Remove.
4605         (determine_primary_base): Adjust for indirect primary bases.
4606         (dfs_find_final_overrider): Fix typo in coment.
4607         (update_vtable_entry_for_fn): Use get_primary_binfo.
4608         (layout_nonempty_base_or_field): Tweak.
4609         (build_base_fields): Adjust for new primary base semantics.
4610         (dfs_propagate_binfo_offsets): Remove.
4611         (propagate_binfo_offsets): Rewrite.
4612         (dfs_set_offset_for_shared_vbases): Remove.
4613         (layout_virtual_bases): Don't use it.
4614         (layout_class_type): Set CLASSTYPE_SIZE correctly under the new
4615         ABI.
4616         (finish_struct_1): Set CLASSTYPE_PRIMARY_BINFO, not
4617         CLASSTYPE_VFIELD_PARENT.
4618         (dfs_get_primary_binfo): New function.
4619         (get_primary_binfo): Likewise.
4620         (dump_class_hierarchy_r): Tweak printing of primary bases.
4621         (build_vtbl_initializer): Fix typo in comments.  Use
4622         vtbl_init_data.
4623         (build_vcall_and_vbase_vtbl_entries): Likewise.
4624         (build_vbaes_offset_vtbl_entries): Likewise.
4625         (dfs_build_vcall_offset_vtbl_entries): Adjust setting of
4626         BV_VCALL_INDEX to handle indirect primary bases.
4627         (build_vcall_offset_vtbl_entries): Use vtbl_init_data.
4628         (build_rtti_vtbl_entries): Likewise.
4629         * search.c (get_shared_vbase_if_not_primary): Tweak.
4630         (find_vbase_instance): Likewise.
4631         (binfo_for_vtable): Simplify.
4632         * tree.c (unshare_base_binfos): Clear BINFO_PRIMARY_BASE_OF.
4633         (make_binfo): Make it have 11 entries.
4634
4635 2000-07-30  Alex Samuel  <samuel@codesourcery.com>
4636
4637         * mangle.c (DECL_TEMPLATE_ID_P): Remove.
4638         (CLASSTYEP_TEMPLATE_ID_P): Check template info, and context when
4639         ascertaining primaryness.
4640         (G): Remove template_args.
4641         (decl_is_template_id): New function.
4642         (write_encoding): Use decl_is_template_id.
4643         (write_name): Likewise.  Handle type_decls.  Get main variant of
4644         type decls.
4645         (write_nested_name): Likewise.
4646         (write_prefix): Likewise.
4647         (write_template_prefix): Likewise.
4648         (write_special_name_constructor): Remove defunct production from
4649         comment.
4650         (write_bare_function_type): Remove comment about absent parameter.
4651         (write_template_template_arg): Add missing grammar production to
4652         comment.
4653
4654 2000-07-27  Jason Merrill  <jason@redhat.com>
4655
4656         * decl.c (duplicate_decls): If common_type produces a non-typedef
4657         type for a typedef, just use the old type.
4658
4659 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
4660
4661         * cp-tree.h (function_depth): Declare.
4662         (verify_stmt_tree): Likewise.
4663         (find_tree): Likewise.
4664         * decl.c (function_depth): Give it external linkage.
4665         * optimize.c (optimize_function): Increment and decrement it.
4666         * tree.c (verify_stmt_tree_r): New function.
4667         (verify_stmt_tree): Likewise.
4668         (find_tree_r): Likewise.
4669         (find_tree): Likewise.
4670
4671 2000-07-27  Jason Merrill  <jason@redhat.com>
4672
4673         * pt.c (for_each_template_parm_r, case RECORD_TYPE): Use
4674         TYPE_PTRMEMFUNC_P.
4675         * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.
4676
4677 2000-07-26  Mark Mitchell  <mark@codesourcery.com>
4678
4679         * decl.c (start_cleanup_fn): Mark the function as `inline'.
4680         * decl2.c (get_guard): Call cp_finish_decl, not
4681         rest_of_decl_compilation, for local guards.
4682         * lex.c (do_identifier): Remove unused variable.
4683
4684 Wed Jul 26 15:05:51 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
4685
4686         * parse.y:  Add missing ';'.
4687
4688 2000-07-26  Mark Mitchell  <mark@codesourcery.com>
4689
4690         * parse.y (empty_parms): Use `()', not `(...)', when in the scope
4691         of `extern "C++"'.
4692
4693 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
4694
4695         Kill strict_prototype. Backwards compatibility only for
4696         non NO_IMPLICIT_EXTERN_C systems.
4697         * cp-tree.h (flag_strict_prototype): Remove.
4698         (strict_prototype): Remove.
4699         (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
4700         * decl.c (maybe_push_to_top_level): Adjust.
4701         (pop_from_top_level): Adjust.
4702         (decls_match): Only allow sloppy parm matching for ancient
4703         system headers.
4704         (init_decl_processing): Adjust.
4705         (grokdeclarator): Adjust.
4706         * decl2.c (flag_strict_prototype): Remove.
4707         (strict_prototype): Remove.
4708         (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
4709         (lang_f_options): Remove "strict-prototype".
4710         (unsupported-options): Add "strict-prototype".
4711         * lex.c (do_identifier): Adjust.
4712         (do_scoped_id): Adjust.
4713         * parse.y (empty_parms): Adjust.
4714         * class.c (push_lang_context): Adjust.
4715         (pop_lang_context): Adjust.
4716         * typeck.c (comp_target_parms): Adjust.
4717
4718 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
4719
4720         * decl.c (poplevel): Deal with anonymous variables at for scope.
4721         (maybe_inject_for_scope_var): Likewise.
4722
4723 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
4724
4725         * decl.c: Remove all signal handling code, now done in toplev.c.
4726
4727 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
4728
4729         * decl.c (make_rtl_for_nonlocal_decl): Rework.
4730
4731         * pt.c (lookup_template_class): Ensure that TYPE_CONTEXT is set
4732         correctly.
4733
4734 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
4735
4736         * cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
4737         Define my_friendly_assert and my_friendly_abort as macros
4738         which may call friendly_abort.  Prototype friendly abort, not
4739         my_friendly_abort or my_friendly_assert.
4740         * decl.c (signal_catch): Report the signal caught in the error
4741         message.  Call fatal directly.
4742         * typeck2.c (ack, my_friendly_assert): Delete.
4743         (my_friendly_abort): Rename to friendly_abort.  Expect file,
4744         line, and function parameters.  Report the abort code, then
4745         call fancy_abort.  Do not mask an abort if errors have
4746         already occurred.
4747
4748 2000-07-18  Nathan Sidwell  <nathan@codesourcery.com>
4749
4750         * typeck.c (comp_target_parms): Remove obsolete parameter.
4751         (comp_target_types): Adjust.
4752
4753 2000-07-17  Jason Merrill  <jason@redhat.com>
4754
4755         * typeck.c (mark_addressable): Never set TREE_USED.
4756         * call.c (build_call): Don't abort on calls to library functions
4757         that have been declared normally.
4758
4759         * typeck.c (build_binary_op): Fix grammar in warning.
4760
4761         * exception.cc (__eh_free): Fix prototype.
4762
4763         * decl2.c (finish_decl_parsing): Handle TEMPLATE_ID_EXPR.
4764
4765         * decl.c (pushdecl): Handle seeing an OVERLOAD in
4766         IDENTIFIER_NAMESPACE_VALUE.
4767
4768 2000-07-16  Mark Mitchell  <mark@codesourcery.com>
4769
4770         * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
4771         * method.c (use_thunk): Correct handling of vcall offsets.
4772
4773 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
4774
4775         * .cvsignore: parse.h and parse.c have no cp- prefix.
4776
4777 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
4778
4779         * .cvsignore: New file.
4780
4781 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
4782
4783         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
4784
4785 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
4786
4787         * Makefile.in ($(PARSE_H)): Depend directly on parse.y.
4788         * parse.c: Remove.
4789         * parse.h: Likewise.
4790
4791 2000-07-11  Mark Mitchell  <mark@codesourcery.com>
4792
4793         * class.c (layout_class_type): Add pointers to virtual bases after
4794         base classes under the old ABI.
4795
4796 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
4797
4798         * semantics.c (finish_for_stmt): Remove call to emit_line_note.
4799         (finish_continue_stmt): Likewise.
4800         (begin_for_stmt): Remove call to note_level_for_for.
4801         (finish_goto_stmt): Change call from build_min_nt
4802         to build_stmt.
4803         (finish_expr_stmt): Likewise.
4804         (begin_if_stmt): Likewise.
4805         (begin_while_stmt): Likewise.
4806         (finish_while_stmt): Likewise.
4807         (finish_return_stmt): Likewise.
4808         (begin_for_stmt): Likewise.
4809         (finish_for_stmt): Likewise.
4810         (finish_break_stmt): Likewise.
4811         (begin_switch_stmt): Likewise.
4812         (finish_case_label): Likewise.
4813         (genrtl_try_block): Likewise.
4814         (begin_try_block): Likewise.
4815         (begin_handler): Likewise.
4816         (begin_compound_stmt): Likewise.
4817         (finish_asm_stmt): Likewise.
4818         (finish_label_stmt): Likewise.
4819         (add_decl_stmt): Likewise.
4820         (finish_subobject): Likewise.
4821         (finish_decl_cleanup): Likewise.
4822         (finish_named_return_value): Likewise.
4823         (setup_vtbl_ptr): Likewise.
4824         (add_scope_stmt): Likewise.
4825         * decl.c (finish_constructor_body): Likewise.
4826         (finish_destructor_body): Likewise.
4827         * optimize.c (copy_body_r): Likewise.
4828         (initialize_inlined_parameters): Likewise.
4829         (declare_return_variable): Likewise.
4830         (expand_call_inline): Likewise.
4831
4832 2000-07-10  Jakub Jelinek  <jakub@redhat.com>
4833
4834         * semantics.c (expand_body): Sync interface information
4835         at the end of function body expansion.
4836
4837 2000-07-09  Jason Merrill  <jason@redhat.com>
4838
4839         * init.c (build_new_1): Bail early if the call to new fails.
4840
4841         * decl.c (compute_array_index_type): Check specifically for
4842         an INTEGER_CST, not just TREE_CONSTANT.
4843
4844         * decl.c (duplicate_decls): Don't call duplicate_decls on
4845         the DECL_TEMPLATE_RESULT.
4846         (decls_match): Return 0 if the DECL_TEMPLATE_RESULTs have different
4847         codes.
4848
4849         * error.c (dump_template_bindings): Don't crash if we had an
4850         invalid argument list.
4851
4852         * typeck.c (c_expand_start_case): Do narrowing here.
4853         * semantics.c (finish_switch_cond): Not here.
4854
4855 2000-07-09  Hidvegi Zoli  <hzoli@austin.ibm.com>
4856
4857         * parse.y (asm_clobbers): Do string concatenation.
4858
4859 2000-07-09  Mark Mitchell  <mark@codesourcery.com>
4860
4861         * decl.c (pushtag): Don't put local classes in template functions
4862         on the local_classes list.
4863
4864 2000-07-04  Scott Snyder  <snyder@fnal.gov>
4865
4866         * decl2.c (get_guard): Add missing return for old ABI local
4867         variable case.
4868
4869 2000-07-09  Mark Mitchell  <mark@codesourcery.com>
4870
4871         * cp-tree.h (char_type_p): New function.
4872         * decl.c (init_decl_processing): Don't initialize
4873         signed_wchar_type_node or unsigned_wchar_type_node.
4874         (complete_array_type): Handle brace-enclosed string-constants.
4875         * rtti.c (emit_support_tinfos): Remove #if 0'd code.
4876         * tree.c (char_type_p): New function.
4877         * typeck2.c (digest_init): Use char_type_p.
4878
4879 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
4880
4881         * pt.c (tsubst): Don't layout type, if it's error_mark.
4882
4883 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
4884
4885         * pt.c (instantiate_pending_templates): Reset template level.
4886
4887 2000-07-05  Jason Merrill  <jason@redhat.com>
4888
4889         * call.c (joust): Don't complain about `operator char *()' beating
4890         `operator const char *() const'.
4891
4892 2000-07-04  scott snyder  <snyder@fnal.gov>
4893             Jason Merrill  <jason@redhat.com>
4894
4895         * repo.c (repo_get_id): Handle the case where a class with virtual
4896         bases has a null TYPE_BINFO_VTABLE.
4897
4898 2000-07-04  Kevin Buhr  <buhr@stat.wisc.edu>
4899             Jason Merrill  <jason@redhat.com>
4900
4901         * parse.y (member_init): Just pass in the type.
4902         * init.c (expand_member_init): Handle getting a type.
4903
4904 2000-07-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
4905             Jason Merrill  <jason@redhat.com>
4906
4907         * decl.c (finish_function): Warn if a function has no return
4908         statement.
4909         Suggested by Andrew Koenig.
4910         * typeck.c (check_return_expr): Do set current_function_returns_value
4911         if we got an error_mark_node.
4912
4913 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
4914
4915         * decl2.c (push_decl_namespace): Push the original namespace.
4916
4917 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
4918
4919         * pt.c (instantiate_class_template): Set CLASSTYPE_VBASECLASSES.
4920         * semantics.c (begin_class_definition): Clear it.
4921
4922 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
4923
4924         * cp-tree.h (genrtl_goto_stmt): Remove declaration.
4925         (genrtl_expr_stmt): Likewise.
4926         (genrtl_decl_stmt): Likewise.
4927         (genrtl_if_stmt): Likewise.
4928         (genrtl_while_stmt): Likewise.
4929         (genrtl_do_stmt): Likewise.
4930         (genrtl_return_stmt): Likewise.
4931         (genrtl_for_stmt): Likewise.
4932         (genrtl_break_stmt): Likewise.
4933         (genrtl_continue_stmt): Likewise.
4934         (genrtl_scope_stmt): Likewise.
4935         (genrtl_switch_stmt): Likewise.
4936         (genrtl_case_label): Likewise.
4937         (genrtl_begin_compound_stmt): Likewise.
4938         (genrtl_finish_compound_stmt): Likewise.
4939         (genrtl_compound_stmt): Likewise.
4940         (genrtl_asm_stmt): Likewise.
4941
4942         * init.c (begin_init_stmts): Remove call to
4943         genrtl_begin_compound_stmt.
4944         (finish_init_stmts): Remove call to genrtl_finish_compound_stmt.
4945
4946         * semantics.c (lang_expand_stmt): Changed call to
4947         genrtl_compound_stmt to ignore return value.
4948
4949 2000-07-02  Mark Mitchell  <mark@codesourcery.com>
4950
4951         * mangle.c (canonicalize_for_substitution): Return the canonical
4952         variant of a type.
4953
4954         * decl.c (duplicate_decls): Preserve DECL_ORIGINAL_TYPE for a
4955         TYPE_DECL.
4956         * typeck.c (commonparms): Remove obstack manipulations.
4957
4958 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
4959
4960         * Make-lang.in (cc1plus$(exeext)): Added c-semantics.o.
4961
4962         * Makefile.in (OBJS): Added ../c-semantics.o.
4963         (OBJDEPS): Likewise.
4964
4965         * cp-tree.h (TREE_LANG_FLAG_?): Moved common documentation to
4966         ../c-common.h.
4967         (struct stmt_tree): Added comment.
4968         (current_function_name_declared): Removed.
4969         (stmts_are_full_exprs_p): Likewise.
4970         (genrtl_do_pushlevel): Likewise.
4971         (genrtl_clear_out_block): Likewise.
4972         (COMPOUND_STMT_NO_SCOPE): Moved to ../c-common.h.
4973         (DECL_ANON_UNION_ELEMS): Likewise.
4974         (emit_local_var): Likewise.
4975         (make_rtl_for_local_static): Likewise.
4976         (do_case): Likewise.
4977         (expand_stmt): Likewise.
4978         (genrtl_decl_cleanup): Likewise.
4979         (c_expand_asm_operands): Likewise.
4980         (c_expand_return): Likewise.
4981         (c_expand_start_case): Likewise.
4982
4983         * decl.c (make_rtl_for_local_static): Moved to c-semantics.c.
4984         (emit_local_var): Likewise.
4985         (initialize_local_var): Change reference to
4986         stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
4987         Change reference to stmts_are_full_exprs_p to
4988         current_stmt_tree->stmts_are_full_exprs_p.
4989         (push_cp_function_context): Likewise.
4990
4991         * expect.c (expand_throw): Change reference to
4992         stmts_are_full_exprs_p.
4993
4994         * init.c (build_aggr_init): Change reference to
4995         stmts_are_full_exprs_p.
4996         (build_vec_init): Likewise.
4997
4998         * optimize.c (maybe_clone_body): Change reference to
4999         current_function_name_declared to
5000         cp_function_chain->name_declared.
5001
5002         * pt.c (instantiate_decl): Change reference to
5003         current_function_name_declared to
5004         cp_function_chain->name_declared.
5005
5006         * semantics.c (expand_cond): Moved declaration to c-common.h.
5007         (genrtl_do_pushlevel): Moved to c-semantics.c.
5008         (genrtl_clear_out_block): Likewise.
5009         (genrtl_goto_stmt): Likewise.
5010         (genrtl_expr_stmt): Likewise.
5011         (genrtl_decl_stmt): Likewise.
5012         (gerntl_if_stmt): Likewise.
5013         (genrtl_while_stmt): Likewise.
5014         (genrtl_do_stmt): Likewise.
5015         (genrtl_return_stmt): Likewise.
5016         (genrtl_for_stmt): Likewise.
5017         (genrtl_break_stmt): Likewise.
5018         (genrtl_continue_stmt): Likewise.
5019         (genrtl_scope_stmt): Likewise.
5020         (genrtl_switch_stmt): Likewise.
5021         (genrtl_case_label): Likewise.
5022         (genrtl_begin_compound_stmt): Likewise.
5023         (genrtl_finish_compound_stmt): Likewise.
5024         (genrtl_compound_stmt): Likewise.
5025         (genrtl_asm_stmt): Likewise.
5026         (genrtl_decl_cleanup): Likewise.
5027         (expand_cond): Likewise.
5028         (expand_stmt): Renamed to ...
5029         (lang_expand_stmt): ... this.
5030         (lang_expand_expr_stmt): Initialize.
5031         (set_current_function_name_declared): Likewise.
5032         (stmts_are_full_exprs_p): Likewise.
5033         (current_function_name_declared): Likewise.
5034         (anon_aggr_type_p): Likewise.
5035         (do_poplevel): Change reference to
5036         stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
5037         Change reference to stmts_are_full_exprs_p to
5038         current_stmt_tree->stmts_are_full_exprs_p.
5039         (add_tree): Likewise.
5040         (finish_expr_stmt): Likewise.
5041         (prep_stmt): Likewise.
5042         (lang_expand_stmt): Likewise.
5043         (begin_compound_stmt): Change reference to
5044         current_function_name_declared to
5045         cp_function_chain->name_declared and call to
5046         current_function_name_declared().
5047         (setup_vtbl_ptr): Likewise.
5048         (genrtl_do_poplevel): Removed.
5049
5050 2000-06-30  Jason Merrill  <jason@redhat.com>
5051
5052         * init.c (init_init_processing): Go back to aligning like
5053         double_type_node for old ABI.
5054         (get_cookie_size): Make cookie larger if we get a type that needs
5055         more alignment.
5056         (build_vec_delete): Call it.
5057
5058         * typeck.c (qualify_type_recursive): New fn.
5059         (composite_pointer_type): Use it.
5060         (build_binary_op): Use composite_pointer_type.
5061
5062 2000-06-24  Carlos O'Ryan  <coryan@cs.wustl.edu>
5063             Jason Merrill  <jason@redhat.com>
5064
5065         * typeck.c (check_return_expr): Don't complain about returning
5066         NULL from operator new if -fcheck-new.
5067         * cp-tree.h: Declare flag_check_new here.
5068         * init.c: Not here.
5069
5070 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
5071
5072         * mangle.c (find_substitution): Use same_type_p.
5073         (write_encoding): Don't check for substitutions.
5074
5075 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
5076
5077         * parse.y (expr_no_comma_rangle): New non-terminal.
5078         (template_parm): Use it for default parameter case.
5079         (template_arg): Use it.
5080         (expr_no_commas): Remove commented out undefined extensions.
5081         * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
5082         * parse.h, parse.c: Rebuilt.
5083
5084 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
5085
5086         * semantics.c (genrtl_asm_stmt): Don't decay input operands here.
5087         (finish_asm_stmt): Do it here, instead.
5088
5089         * cp-tree.h (ridpointers): Don't declare.
5090         * decl.c (record_builtin_type): Use CP_RID_MAX instead of RID_MAX.
5091         (record_builtin_java_type): Likewise.
5092         (init_decl_processing): Likewise.
5093         * lex.c: Move inclusion of lex.h.
5094         (ridpointers): Don't define.
5095         (init_parse): Initialize ripdointers.  Use CP_RID_MAX instead of
5096         RID_MAX.
5097         * lex.h (enum rid): Rename to ...
5098         (enum cp_rid): ... this.
5099         (ridpointers): Don't declare.
5100         * parse.y: Move inclusion of lex.h.
5101         * parse.c: Regenerated.
5102         * spew.c: Move inclusion of lex.h.
5103
5104         * cp-tree.h (struct language_function): Remove temp_name_counter.
5105         (temp_name_counter): Remove.
5106         (get_temp_name): Change prototype.
5107         (get_guard): New function.
5108         (get_guard_cond): Likewise.
5109         (set_guard): Likewise.
5110         * cvt.c (build_up_reference): Adjust call to get_temp_name.
5111         * decl.c (expand_static_init): Use get_guard and friends to
5112         implement guard variables.
5113         * decl2.c (get_temp_name): Assume that the variables created are
5114         always static.
5115         (get_sentry): Rename to ...
5116         (get_guard): ... this.  Implement new ABI guard variables.
5117         (get_guard_bits): New function.
5118         (get_guard_cond): Likewise.
5119         (set_guard): Likewise.
5120         (start_static_initialization_or_destruction): Use them.
5121         (do_static_initialization): Replace sentry with guard throughout.
5122         (do_static_destruction): Likewise.
5123         * init.c (create_temporary_var): Add comment.
5124
5125 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
5126
5127         * mangle.c (find_substitution): Use same_type_p.
5128         (write_encoding): Don't check for substitutions.
5129
5130 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
5131
5132         * parse.y (expr_no_comma_rangle): New non-terminal.
5133         (template_parm): Use it for default parameter case.
5134         (template_arg): Use it.
5135         (expr_no_commas): Remove commented out undefined extensions.
5136         * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
5137         * parse.h, parse.c: Rebuilt.
5138
5139 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
5140
5141         * cp-tree.h (flag_const_strings): Remove.
5142         (warn_parentheses): Likewise.
5143         (warn_format): Likewise.
5144         (common_type): Likewise.
5145         (default_conversion): Likewise.
5146         (build_binary_op): Likewise.
5147         (cp_build_binary_op): New macro.
5148         * call.c (build_new_op): Use cp_build_binary_op instead of
5149         build_binary_op.
5150         * class.c (build_vtable_entry_ref): Likewise.
5151         * decl.c (expand_static_init): Likewise.
5152         (compute_array_index_type): Likewise.
5153         (build_enumerator): Likewise.
5154         * decl2.c (delete_sanity): Likewise.
5155         (start_static_initialization_or_destruction): Likewise.
5156         * error.c (dump_type_suffix): Likewise.
5157         * init.c (resolve_offset_ref): Likewise.
5158         (build_new): Likewise.
5159         (build_new_1): Likewise.
5160         (build_vec_delete_1): Likewise.
5161         (build_vec_init): Likewise.
5162         (build_delete): Likewise.
5163         * rtti.c (synthesize_tinfo_fn): Likewise.
5164         (synthesize_tinfo_var): Likewise.
5165         * search.c (expand_upcast_fixups): Likewise.
5166         (fixup_all_virtual_upcast_offsets): Likewise.
5167         * typeck.c (build_array_ref): Likewise.
5168         (get_member_function_from_ptrfunc): Likewise.
5169         (build_binary_op): Add parameter.
5170         (pointer_int_sum): Use cp_build_binary_op.
5171         (pointer_diff): Likewise.
5172         (build_modify_expr): Likewise.
5173         (get_delta_difference): Likewise.
5174         (build_ptrmemfunc): Likewise.
5175
5176 2000-06-29  Nathan Sidwell  <nathan@codesourcery.com>
5177
5178         * cp-tree.h (SET_DECL_ARTIFICIAL): Remove.
5179         * decl.c (create_implicit_typedef): Adjust.
5180         * decl2.c (build_artificial_parm): Adjust.
5181         * method.c (implicitly_declare_fn): Adjust.
5182         * pt.c (push_inline_template_parms_recursive): Adjust.
5183         (process_template_parm): Adjust.
5184         (overloaded_template_name): Adjust.
5185         * semantics.c (finish_template_template_parm): Adjust.
5186
5187 2000-06-28  Mark Mitchell  <mark@codesourcery.com>
5188
5189         * cp-tree.h (CLEAR_BINFO_NEW_VTABLE_MARKED): Remove.
5190         * class.c (update_vtable_entry_for_fn): Correct logic for deciding
5191         where to emit thunks.
5192         (build_vtt): Adjust call to build_vtt_inits.
5193         (build_vtt_inits): Add parameter to indicate whether or not
5194         sub-VTTs for virtual bases should be included.  Adjust handling of
5195         construction vtables.
5196         (get_matching_base): New function.
5197         (dfs_build_vtt_inits): Rename to ...
5198         (dfs_build_secondary_vptr_vtt_inits): Adjust handling of
5199         construction vtables.
5200         (dfs_fixup_binfo_vtbls): Likewise.
5201         (build_ctor_vtbl_groups): Build construction vtables for virtual
5202         bases, too.
5203         (accumulate_vtbl_inits): Tweak logic for deciding whether or not
5204         to build construction vtbls.
5205         (dfs_accumulate_vtbl_inits): Adjust handling of
5206         construction vtables.
5207
5208         * pt.c (tsubst, case TEMPLATE_TEMPLATE_PARM): Handle cv-qualified
5209         types correctly.
5210
5211 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
5212
5213         * decl.c (grokfndecl): Set DECL_CONTEXT for static functions too.
5214
5215 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
5216
5217         * search.c (hides): Remove.
5218         (is_subobject_of_p): Add most_derived parameter. Use
5219         CANONICAL_BINFO.
5220         (lookup_field_queue_p): Adjust.
5221         (lookup_field_r): Adjust.
5222
5223 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
5224
5225         * decl2.c (handle_class_head): Bash typedefs to the type's main
5226         decl.
5227
5228 2000-06-25  Mark Mitchell  <mark@codesourcery.com>
5229
5230         * cp-tree.h (genrtl_begin_stmt_expr): Rename to ...
5231         (begin_global_stmt_expr): ... this.
5232         (genrtl_finish_stmt_expr): Rename to ...
5233         (finish_global_stmt_expr): ... this.
5234         * init.c (begin_init_stmts): Adjust calls.
5235         (finish_init_stmts): Likewise.
5236         * semantics.c (genrtl_begin_stmt_expr): Rename to ...
5237         (begin_global_stmt_expr): ... this.
5238         (genrtl_finish_stmt_expr): Rename to ...
5239         (finish_global_stmt_expr): ... this.
5240
5241 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
5242
5243         * search.c (lookup_member): Fix typo in comment.
5244
5245 2000-06-24  Jason Merrill  <jason@redhat.com>
5246
5247         * decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.
5248         (push_namespace): Set DECL_CONTEXT for a new NAMESPACE_DECL.
5249
5250 2000-06-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
5251
5252         * parse.y (complex_direct_notype_declarator): Support global_scope.
5253         * Makefile.in: Adjust conflict count.
5254
5255 2000-06-23  Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
5256
5257         * parse.y (template_arg): Convert TEMPLATE_DECL
5258         that is a template template paramter to
5259         TEMPLATE_TEMPLATE_PARM here.
5260
5261         * cp-tree.def (TEMPLATE_TEMPLATE_PARM): Adjust comment.
5262         * cp-tree.h (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): New macro.
5263         (copy_template_template_parm): Adjust prototype.
5264         * decl.c (grokdeclarator): Remove dead code.
5265         * pt.c (process_template_parm): Tidy.
5266         (lookup_template_class): Construct nodes in
5267         copy_template_template_parm.
5268         (tsubst): Pass TEMPLATE_DECL rather than IDENTIFIER_NODE to
5269         lookup_template_class.  Use TYPE_TI_TEMPLATE.
5270         * tree.c (copy_template_template_parm): Add NEWARGS
5271         parameter.
5272         (mapcar): Adjust call to copy_template_template_parm.
5273         * typeck.c (comptypes): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL.
5274         * method.c (build_template_template_parm_names): Change error
5275         code to avoid compilation warning.
5276
5277         * gxxint.texi: Document template template parameter
5278         name mangling.
5279
5280 2000-06-21  Alex Samuel  <samuel@codesourcery.com>
5281
5282         * Make-lang.in (CXX_LIB2FUNCS): Add cp-demangle.o and dyn-string.o.
5283         (CXX_LIB2SRCS): Add cp-demangle.c and dyn-string.c.
5284         (cp-demangle.o): New rule.
5285         (dyn-string.o): Likewise.
5286         * inc/cxxabi.h (__cxa_demangle): New declaration.
5287
5288 2000-06-22  Mark Mitchell  <mark@codesourcery.com>
5289
5290         * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
5291         (BV_GENERATE_THUNK_WITH_VTABLE_P): Likewise.
5292         (lang_decl_flags): Add generate_with_vtable_p.  Make vcall_offset
5293         a tree, not an int.
5294         (THUNK_GENERATE_WITH_VTABLE_P): New macro.
5295         (make_thunk): Change prototype.
5296         (emit_thunk): Rename to use_thunk.
5297         (mangle_thunk): Change prototype.
5298         * class.c (get_derived_offset): Simplify.
5299         (copy_virtuals): Clear BV_USE_VCALL_INDEX_P and
5300         BV_GENERATE_THUNK_WITH_VTABLE_P.
5301         (build_primary_vtable): Simplify.
5302         (add_virtual_function): Use BV_FN, rather than TREE_VALUE.
5303         (dfs_find_base): Remove.
5304         (update_vtable_entry_for_fn): Correct bug in finding the base
5305         where a virtual function was first declared.  Figure out whether
5306         or not to emit a vcall-thunk with the vtables in which it appears.
5307         Correct logic for deciding whether to use an ordinary thunk, or a
5308         vcall thunk.
5309         (finish_struct_1): Remove unnecssary code.
5310         (build_vtbl_initializer): Use ssize_int for the running counter of
5311         negative indices.
5312         (build_vtbl_initializer): Only use vcall thunks where necessary.
5313         Mark thunks as needing to be emitted with their vtables, or not.
5314         (build_vbase_offset_vtbl_entries): Adjust for use of ssize_int in
5315         indices.  Use size_binop.
5316         (dfs_build_vcall_offset_vtbl_entries): Don't rely on
5317         BINFO_PRIMARY_MARKED_P here.  Use BV_FN consistently.  Use
5318         size_binop.
5319         (build_rtti_vtbl_entries): Adjust call to build_vtable_entry.
5320         (build_vtable_entry): Mark thunks as needing to be emitted with
5321         their vtables, or not.
5322         * decl.c (lang_mark_tree): Mark the vcall_offset in a thunk.
5323         * decl2.c (mark_vtable_entries): Use use_thunk instead of
5324         emit_thunk.
5325         * dump.c (dequeue_and_dump): Remove dead code.  Dump new thunk
5326         information.
5327         * error.c (dump_expr): Use BV_FN.
5328         * mangle.c (mangle_thunk): Adjust now that vcall_offset is a tree,
5329         not an int.
5330         * method.c (make_thunk): Likewise.
5331         (emit_thunk): Rename to use_thunk.  Allow callers to decide
5332         whether or not to actually emit the thunk.  Adjust for changes in
5333         representation of vcall offsets.
5334         * search.c (dfs_get_pure_virtuals): Use BV_FN.
5335         * semantics.c (emit_associated_thunks): New function.
5336         (expand_body): Use it.
5337         * ir.texi: Adjust decriptions of thunks.
5338
5339 2000-06-22  Jason Merrill  <jason@redhat.com>
5340
5341         * pt.c (tsubst_decl, case FUNCTION_DECL): Clear DECL_SAVED_TREE.
5342         (tsubst_friend_function): Copy it here.
5343
5344         * decl.c (grok_op_properties): Fix typo.
5345
5346         * decl2.c (delete_sanity): Clarify warning, avoid failure on
5347         deleting void*.
5348
5349         * pt.c (check_explicit_specialization): Clarify error.
5350
5351         * decl.c (pushdecl): Also pull out one of the FUNCTION_DECLs from
5352         an old OVERLOAD when we're declaring a non-function.
5353         (pushdecl, destroy_local_var): Check for error_mark_node.
5354         (warn_extern_redeclared_static): Also bail early if
5355         we're a CONST_DECL.
5356         (push_overloaded_decl): Ignore an old error_mark_node.
5357
5358 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
5359
5360         * call.c (build_x_va_arg): Check if in a template decl.
5361         * pt.c (tsubst_copy, case VA_ARG_EXPR): Use build_x_va_arg.
5362
5363 2000-06-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5364
5365         * class.c (push_lang_context): TYPE_NAME gets you to the Java
5366         types DECLs.
5367         * decl.c (check_goto): Computed gotos assumed OK.
5368
5369 2000-06-20  Jason Merrill  <jason@redhat.com>
5370
5371         * pt.c (tsubst_decl, case TYPE_DECL): Fix test for TYPE_DECLs
5372         for which we don't need to look for instantiations.
5373
5374 2000-06-21  Nathan Sidwell  <nathan@codesourcery.com>
5375
5376         * parse.y (program): Always call finish_translation_unit.
5377         * parse.c, parse.h: Rebuilt.
5378
5379 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
5380
5381         * method.c: Don't include hard-reg-set.h.
5382
5383 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
5384
5385         * rtti.c (get_base_offset): Cope when vbase field is in a base.
5386
5387 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
5388
5389         * call.c (build_conditional_expr): Use VOID_TYPE_P.
5390         * cvt.c (cp_convert_to_pointer): Likewise.
5391         (convert_to_void): Likewise.
5392         * error.c (dump_expr): Likewise.
5393         * except.c (complete_ptr_ref_or_void_ptr_p): Likewise.
5394         * init.c (build_delete): Likewise.
5395         * method.c (emit_thunk): Likewise.
5396         * optmize.c (declare_return_variable): Likewise.
5397         * rtti.c (get_tinfo_decl_dynamic): Likewise.
5398         (get_typeid): Likewise.
5399         (build_dynamic_cast_1): Likewise.
5400         * typeck.c (composite_pointer_type): Likewise.
5401         (common_type): Likewise.
5402         (build_indirect_ref): Likewise.
5403         (build_binary_op): Likewise.
5404         (build_x_compound_expr): Likewise.
5405         (check_return_expr): Likewise.
5406         * typeck2.c (add_exception_specifier): Likewise.
5407
5408         * mangle.c (write_method_parms): Use direct comparison for end
5409         of parmlist.
5410
5411 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
5412
5413         * cp-tree.h (genrtl_try_block): Declare function.
5414         (genrtl_handler): Likewise.
5415         (genrtl_catch_block): Likewise.
5416         (genrtl_ctor_stmt): Likewise.
5417         (genrtl_subobject): Likewise.
5418         (genrtl_decl_cleanup): Likewise.
5419         (genrtl_do_poplevel): Likewise.
5420         (genrtl_do_pushlevel): Likewise.
5421         (genrtl_clear_out_block): Likewise.
5422         (genrtl_goto_stmt): Likewise.
5423         (genrtl_expr_stmt): Likewise.
5424         (genrtl_decl_stmt): Likewise.
5425         (genrtl_if_stmt): Likewise.
5426         (genrtl_while_stmt): Likewise.
5427         (genrtl_do_stmt): Likewise.
5428         (genrtl_return_stmt): Likewise.
5429         (genrtl_for_stmt): Likewise.
5430         (genrtl_break_stmt): Likewise.
5431         (genrtl_continue_stmt): Likewise.
5432         (genrtl_scope_stmt): Likewise.
5433         (genrtl_switch_stmt): Likewise.
5434         (genrtl_case_label): Likewise.
5435         (genrtl_begin_compound_stmt): Likewise.
5436         (genrtl_finish_compound_stmt): Likewise.
5437         (genrtl_compound_stmt): Likewise.
5438         (genrtl_asm_stmt): Likewise.
5439         (genrtl_named_return_value): Likewise.
5440         (genrtl_begin_stmt_expr): Likewise.
5441         (genrtl_finish_stmt_expr): Likewise.
5442         (finish_for_stmt): Removed first argument.
5443         (finish_switch_stmt): Likewise.
5444
5445         * semantics.c (genrtl_try_block): Define function.
5446         (genrtl_handler): Likewise.
5447         (genrtl_catch_block): Likewise.
5448         (genrtl_ctor_stmt): Likewise.
5449         (genrtl_subobject): Likewise.
5450         (genrtl_decl_cleanup): Likewise.
5451         (genrtl_do_poplevel): Likewise.
5452         (genrtl_do_pushlevel): Likewise.
5453         (genrtl_clear_out_block): Likewise.
5454         (genrtl_goto_stmt): Likewise.
5455         (genrtl_expr_stmt): Likewise.
5456         (genrtl_decl_stmt): Likewise.
5457         (genrtl_if_stmt): Likewise.
5458         (genrtl_while_stmt): Likewise.
5459         (genrtl_do_stmt): Likewise.
5460         (genrtl_return_stmt): Likewise.
5461         (genrtl_for_stmt): Likewise.
5462         (genrtl_break_stmt): Likewise.
5463         (genrtl_continue_stmt): Likewise.
5464         (genrtl_scope_stmt): Likewise.
5465         (genrtl_switch_stmt): Likewise.
5466         (genrtl_case_label): Likewise.
5467         (genrtl_begin_compound_stmt): Likewise.
5468         (genrtl_finish_compound_stmt): Likewise.
5469         (genrtl_compound_stmt): Likewise.
5470         (genrtl_asm_stmt): Likewise.
5471         (genrtl_named_return_value): Likewise.
5472         (genrtl_begin_stmt_expr): Likewise.
5473         (genrtl_finish_stmt_expr): Likewise.
5474         (finish_for_stmt): Removed first argument and generate rtl
5475         specific code.
5476         (finish_switch_stmt): Likewise.
5477         (do_poplevel): Removed generate rtl specific code.
5478         (do_pushlevel): Likewise.
5479         (add_tree): Likewise.
5480         (finish_goto_stmt): Likewise.
5481         (finish_expr_stmt): Likewise.
5482         (begin_if_stmt): Likewise.
5483         (finish_if_stmt_cond): Likewise.
5484         (finish_then_clause): Likewise.
5485         (begin_else_clause): Likewise.
5486         (finish_else_clause): Likewise.
5487         (finish_if_stmt): Likewise.
5488         (clear_out_block): Likewise.
5489         (begin_while_stmt): Likewise.
5490         (finish_while_stmt_cond): Likewise.
5491         (finish_while_stmt): Likewise.
5492         (begin_do_stmt): Likewise.
5493         (finish_do_body): Likewise.
5494         (finish_do_stmt): Likewise.
5495         (finish_return_stmt): Likewise.
5496         (begin_for_stmt): Likewise.
5497         (finish_for_init_stmt): Likewise.
5498         (finish_for_cond): Likewise.
5499         (finish_for_expr): Likewise.
5500         (finish_break_stmt): Likewise.
5501         (finish_continue_stmt): Likewise.
5502         (begin_switch_stmt): Likewise.
5503         (finish_switch_cond): Likewise.
5504         (finish_case_label): Likewise.
5505         (begin_try_block): Likewise.
5506         (begin_function_try_block): Likewise.
5507         (finish_try_block): Likewise.
5508         (finish_cleanup_try_block): Likewise.
5509         (finish_cleanup): Likewise.
5510         (finish_function_try_block): Likewise.
5511         (finish_handler_sequence): Likewise.
5512         (finish_function_handler_sequence): Likewise.
5513         (begin_handler): Likewise.
5514         (finish_handler_parms): Likewise.
5515         (begin_catch_block): Likewise.
5516         (finish_handler): Likewise.
5517         (begin_compound_stmt): Likewise.
5518         (finish_compound_stmt): Likewise.
5519         (finish_asm_stmt): Likewise.
5520         (finish_label_stmt): Likewise.
5521         (finish_label_decl): Likewise.
5522         (finish_subobject): Likewise.
5523         (finish_decl_cleanup): Likewise.
5524         (finish_named_return_value): Likewise.
5525         (begin_stmt_expr): Likewise.
5526         (finish_stmt_expr): Likewise.
5527
5528         * decl.c (initialize_local_var): Changed call to finish_expr_stmt
5529         to call genrtl_expr_stmt when appropriate.
5530
5531         * init.c (begin_init_stmts): Changed calls to begin_stmt_expr and
5532         begin_compound_expr to call genrtl_begin_stmt_expr and
5533         genrtl_begin_compound_expr when appropriate.
5534         (finish_init_stmts): Changed calls to finish_compound_expr and
5535         finish_stmt_expr to call genrtl_finish_compound_expr and
5536         genrtl_finish_stmt_expr when appropriate.
5537         (expand_default_init): Changed call to finish_expr_stmt to call
5538         genrtl_expr_stmt when appropriate.
5539         (build_vec_init): Likewise.
5540
5541         * parse.y (simple_stmt): Removed first argument from call to
5542         finish_for_stmt. Removed first argument from call to
5543         finish_switch_stmt.
5544
5545         * parse.c: Regenerated.
5546
5547         * pt.c (tsubst_expr): Removed first argument from call to
5548         finish_for_stmt. Removed first argument from call to
5549         finish_switch_stmt.
5550
5551 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
5552
5553         * cp-tree.h (enum cplus_tree_code): Changed __DUMMY to
5554         CP_DUMMY_TREE_CODE. Remove #include "c-common.def".
5555
5556         * lex.c (cplus_tree_code_type[]): Removed #include "c-common.def".
5557         (cplus_tree_code_length[]): Likewise.
5558         (cplus_tree_code_name[]): Likewise.
5559         (init_parse): Added call to add_c_tree_codes. Changed
5560         LAST_AND_UNUSED_TREE_CODE to LAST_C_TREE_CODE.
5561
5562 2000-06-16  Mark Mitchell  <mark@codesourcery.com>
5563
5564         * cp-tree.h (finish_mem_initializers): Declare.
5565         (count_trees): Likewise.
5566         * parse.y (base_init): Use finish_mem_initializers.
5567         * semantics.c (finish_mem_initializers): New function.
5568
5569         * tree.c (count_trees_r): Prototype.  Use DATA parameter to store
5570         the number of trees.
5571         (n_trees): Remove.
5572         (count_trees): Don't use it.
5573
5574 2000-06-15  Jason Merrill  <jason@redhat.com>
5575
5576         * tree.c (count_trees): New debugging function.
5577
5578         * typeck.c (build_x_function_call): Use DECL_FUNCTION_TEMPLATE_P.
5579         * init.c (build_member_call): Pull out the name of a DECL.
5580
5581         * Makefile.in (semantics.o, pt.o): Depend on TIMEVAR_H.
5582         * semantics.c (expand_body): Push to TV_INTEGRATION here.
5583         * optimize.c (optimize_function): Not here.
5584         * pt.c (instantiate_decl): Push to TV_PARSE.
5585
5586 2000-06-15  Mark Mitchell  <mark@codesourcery.com>
5587
5588         * cp-tree.h (struct language_function): Remove x_base_init_list
5589         and x_member_init_list.
5590         (current_base_init_list): Remove.
5591         (current_member_init_list): Likewise.
5592         (setup_vtbl_ptr): Change prototype.
5593         (emit_base_init): Likewise.
5594         (expand_member_init): Likewise.
5595         (reinit_parse_for_function): Remove.
5596         * decl.c (save_function_data): Don't clear x_base_init_list and
5597         x_member_init_list.
5598         (mark_language_function): Don't mark them.
5599         * init.c (perform_member_init): Tweak comment.
5600         (sort_member_init): Take the list of initializers as an argument.
5601         (sort_base_init): Likewise.
5602         (emit_base_init): Likewise.
5603         (expand_member_init): Return the initializer.  Don't use global
5604         variables.
5605         * lex.c (reinit_parse_for_function): Remove.
5606         * method.c (build_template_parm_names): Correct substitution.
5607         (do_build_copy_constructor): Don't use current_member_init_list
5608         and current_base_init_list.
5609         (synthesize_method): Likewise.
5610         * parse.y (base_init): Split mem-initializers into
5611         base-initializers and field-initializers.
5612         (member_init_list): Build up the list here.
5613         (member_init): Return the initializer.
5614         (fn.depfn): Don't use reinit_parse_for_function.
5615         * parse.c: Regenerated.
5616         * pt.c (convert_nontype_argument): Don't make an ADDR_EXPR of the
5617         ERROR_MARK.
5618         (tsubst_expr): Don't use current_member_init_list
5619         and current_base_init_list.
5620         (tsubst_expr_values): Rename to ...
5621         (tsubst_initializer_list): ... this.  Use convert_from_reference.
5622         * semantics.c (setup_vtbl_ptr): Don't use current_member_init_list
5623         and current_base_init_list.
5624         (begin_function_definition): Don't call reinit_parse_for_function.
5625
5626         * dump.c (dequeue_and_dump): Use TREE_VEC_LENGTH with vectors.
5627
5628         * error.c (dump_expr): Handle ADDR_EXPRs with REFERENCE_TYPE
5629         correctly.
5630
5631         * cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.
5632
5633 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
5634
5635         * cp-tree.h (IF_COND): Move to c-common.h.
5636         (THEN_CLAUSE): Likewise.
5637         (ELSE_CLAUSE): Likewise.
5638         (WHILE_COND): Likewise.
5639         (WHILE_BODY): Likewise.
5640         (DO_COND): Likewise.
5641         (DO_BODY): Likewise.
5642         (RETURN_EXPR): Likewise.
5643         (EXPR_STMT_EXPR): Likewise.
5644         (FOR_INIT_STMT): Likewise.
5645         (FOR_COND): Likewise.
5646         (FOR_EXPR): Likewise.
5647         (FOR_BODY): Likewise.
5648         (SWITCH_COND): Likewise.
5649         (SWITCH_BODY): Likewise.
5650         (CASE_LOW): Likewise.
5651         (CASE_HIGH): Likewise.
5652         (GOTO_DESTINATION): Likewise.
5653         (COMPOUND_BODY): Likewise.
5654         (ASM_CV_QUAL): Likewise.
5655         (ASM_STRING): Likewise.
5656         (ASM_OUTPUTS): Likewise.
5657         (ASM_INPUTS): Likewise.
5658         (ASM_CLOBBERS): Likewise.
5659         (DECL_STMT_DECL): Likewise.
5660         (STMT_EXPR_STMT): Likewise.
5661         (LABEL_STMT_LABEL): Likewise.
5662         (SCOPE_BEGIN_P): Likewise.
5663         (SCOPE_END_P): Likewise.
5664         (SCOPE_STMT_BLOCK): Likewise.
5665         (SCOPE_NULLIFIED_P): Likewise.
5666         (SCOPE_NO_CLEANUPS_P): Likewise.
5667         (SCOPE_PARTIAL_P): Likewise.
5668         (ASM_VOLATILE_P): Likewise.
5669         (STMT_LINENO): Likewise.
5670         (STMT_LINENO_FOR_FN_P): Likewise.
5671
5672         * cp-tree.def: Removed SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
5673         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
5674         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
5675         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
5676         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
5677
5678         * Makefile.in (CXX_TREE_H): Added $(srcdir)/../c-common.def.
5679
5680         * Make-lang.in (CXX_SRCS): Added $(srcdir)/c-common.def.
5681         (cc1plus$(exeext)): Added $(srcdir)/c-common.def.
5682
5683         * lex.c (cplus_tree_code_type[]): Added '#include "c-common.def"'.
5684         (cplus_tree_code_length[]): Added '#include "c-common.def"'.
5685         (cplus_tree_code_name[]): Added '#include "c-common.def"'.
5686
5687 2000-06-14  Mark Mitchell  <mark@codesourcery.com>
5688
5689         * cp-tree.h (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH): New macro.
5690         * class.c (dfs_find_final_overrider): Set it appropriately.
5691         (dfs_built_vtt_inits): Check BINFO_OVERRIDE_ALONG_VIRTUAL_PATH to
5692         avoid unneeded secondary vptrs.
5693
5694 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
5695
5696         * class.c (build_secondary_vtable): Set DECL_USER_ALIGN.
5697         (check_bitfield_decl, check_field_decl): Likewise.
5698         (build_vtbl_or_vbase_field, build_base_field): Likewise.
5699         (layout_class_type): Set DECL_USER_ALIGN resp. CLASSTYPE_USER_ALIGN.
5700         * decl.c (record_unknown_type): Set TYPE_USER_ALIGN.
5701         (xfer_tag, finish_enum): Likewise.
5702         * decl2.c (finish_builtin_type): Likewise.
5703         * init.c (init_init_processing): Likewise.
5704         * pt.c (instantiate_class_template): Likewise.
5705         * rtti.c (get_tinfo_decl, synthesize_tinfo_fn): Set DECL_USER_ALIGN.
5706         * cp-tree.h (struct lang_type): Add user_align member.
5707         (CLASSTYPE_USER_ALIGN): Define.
5708
5709 Tue Jun 13 15:48:03 2000  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
5710
5711         * Make-lang.in (c++.install-common): Install g++-cross in
5712         $(gcc_tooldir)/bin as g++ and c++; g++ in $(bindir) as
5713         $(target_alias)-g++ and $(target_alias)-c++.
5714
5715 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
5716
5717         * class.c (vcall_offset_data_s): Add last_init and fns.
5718         (overrides): Rename to same_signature_p.
5719         (dfs_find_final_overrider): Adjust accordingly.
5720         (mark_overriders): Likewise.
5721         (warn_hidden): Likewise.
5722         (build_vtbl_initializer): Reorganize machinery for building things
5723         at negative offsets.
5724         (build_vcall_and_vbase_vtbl_entries): Likewise.
5725         (build_vbase_offset_vtbl_entries): Likewise.
5726         (dfs_build_vcall_offset_vtbl_entries): Correct order of vcall
5727         offset entries.  Do not create two entries for functions with the
5728         same signature.
5729         (build_vcall_offset_vtbl_entries): Initialize vod->fns.
5730         (build_rtti_vtbl_entries): Reorganize machinery for building things
5731         at negative offsets.
5732
5733         * optimize.c (expand_call_inline): Don't recurse into the code
5734         used to initialize the parameters more than once.
5735
5736 2000-06-11  Mark Mitchell <mark@codesourcery.com>
5737
5738         * mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.
5739         (is_std_substitution): Don't check CLASSTYPE_USE_TEMPLATE here.
5740         (find_substitution): Only use the `Sa' substitution for
5741         std::allocator, not instantiations of it.
5742         (write_template_prefix): Move comment.  Only use a TREE_LIST to
5743         represent substitutions for a member template.
5744         (write_array_type): Mangle array dimensions correctly.
5745         * optimize.c (maybe_clone_body): Copy more information from the
5746         cloned function.
5747         * pt.c (regenerate_decl_from_template): Preserve DECL_USE_TEMPLATE
5748         on the regenerated declaration.
5749
5750 2000-06-11  Chip Salzenberg  <chip@valinux.com>
5751             Mark Mitchell <mark@codesourcery.com>
5752
5753         * class.c (build_vtable): Clarify comment.
5754         (build_ctor_vtbl_group): Pass the most derived type to
5755         build_vtable.
5756
5757 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5758
5759         * decl2.c (compare_options): Don't needlessly cast away const-ness.
5760
5761 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
5762
5763         * decl.c (add_binding): Handle duplicate declarations of external
5764         variables.
5765
5766 2000-06-09  Chip Salzenberg  <chip@valinux.com>
5767             Mark Mitchell <mark@codesourcery.com>
5768
5769         * mangle.c (write_number): Take an unsigned HOST_WIDE_INT as an
5770         argument.
5771         (write_signed_number): New macro.
5772         (write_unsigned_number): Likewise.
5773         (write_source_name): Use them.
5774         (write_number): Handle signed and unsigned values.
5775         (write_integer_cst): Use tree_int_cst_sgn, and use
5776         write_unsigned_number or write_signed_number as appropriate.
5777         (write_discriminator): Use write_unsigned_number or
5778         write_signed_number as appropriate.
5779         (write_template_arg_literal): Likewise.
5780         (write_array_type): Use tree_low_cst.
5781         (write_template_parm):  Use write_unsigned_number or
5782         write_signed_number as appropriate.
5783         (write_substitution): Adjust call to write_number.
5784         (write_type): Get the TYPE_MAIN_VARIANT before mangling it.
5785         (write_expression): Handle non-type template arguments of
5786         reference type correctly.
5787         (mangle_thunk): Use write_signed_number.
5788
5789 2000-06-09  Chip Salzenberg  <chip@valinux.com>
5790
5791         * mangle.c (find_substition): Don't mangle objects with typename
5792         substitutions (e.g. "cin" as "Si").
5793
5794 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
5795
5796         * call.c (add_candidate): Use ggc_alloc_cleared.
5797         * decl.c (lookup_label): Likewise.
5798         * lex.c (retrofit_lang_decl): Likewise.
5799
5800 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
5801
5802         * semantics.c (expand_body): Push to TV_EXPAND.
5803         * optimize.c (optimize_function): Push to TV_INTEGRATION.
5804         * decl.c (start_function): Always call announce_function.
5805
5806         * tinfo2.cc: Just declare abort.
5807
5808 2000-06-09  Gabriel Dos Reis  <gdr@codesourcery.com>
5809
5810         * lex.c (DEF_OPERATOR): Say `operator@' -not- `operator @'
5811         whenever @ is a symbolic name.
5812
5813 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
5814
5815         * method.c (make_thunk): Clear DECL_VTT_PARM in thunk.
5816
5817 2000-06-07  Mark Mitchell  <mark@codesourcery.com>
5818
5819         * decl.c (pushdecl): Look up functions by DECL_NAME, not
5820         DECL_ASSEMBLER_NAME.
5821
5822 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
5823
5824         * decl2.c (c_language): Define.
5825
5826 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
5827
5828         * lex.c (lang_init_options): Tweak.
5829
5830         * decl2.c: Remove #inclusion of diagnostic.h
5831         (lang_decode_option): Move diagnostic formatting options to
5832         toplevel.
5833
5834         * lang-options.h: Remove documentation for diagnostic options.
5835
5836         * Makefile.in (lex.o): Depends upon diagnostic.h
5837
5838 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
5839
5840         * decl.c (redeclaration_error_message): If two TEMPLATE_DECLs have
5841         the same DECL_RESULT, it's not a redefinition.
5842         * pt.c (tsubst_decl): Remove code to handle illegal
5843         specializations.
5844
5845 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
5846
5847         * exception.cc: (__eh_alloc, __eh_free): Moved to libgcc2.c
5848
5849 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
5850
5851         * search.c (maybe_suppress_debug_info): Don't check
5852         CLASSTYPE_INTERFACE_ONLY if CLASSTYPE_INTERFACE_KNOWN isn't set.
5853
5854         * pt.c (mark_decl_instantiated): Do SET_DECL_EXPLICIT_INSTANTIATION
5855         here if extern_p.
5856
5857         Remember instantiation context in deferred instantiations.
5858         * cp-tree.h (struct tinst_level): Remove.
5859         (TINST_DECL, TINST_LINE, TINST_FILE): New macros.
5860         * pt.c (current_tinst_level): Now a tree.
5861         (print_template_context, push_tinst_level, pop_tinst_level,
5862         tinst_for_decl): Adjust.
5863         (reopen_tinst_level): New fn.
5864         (init_pt): Register current_tinst_level as a root.
5865         (add_pending_template): Put current_tinst_level in TREE_PURPOSE
5866         of the pending templates list.
5867         (instantiate_pending_templates): Adjust.  Call reopen_tinst_level.
5868         * lex.c (extract_interface_info): Adjust.
5869         * decl2.c (warn_if_unknown_interface): Adjust.
5870
5871 2000-06-05  Mark Mitchell  <mark@codesourcery.com>
5872
5873         * class.c (indirect_primary_base_p): New function.
5874         (determine_primary_base): Use it.
5875
5876 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
5877
5878         Update new-abi dynamic cast algorithm.
5879         * tinfo.cc (__class_type_info::__dyncast_result): Add
5880         whole_details. Adjust constructor.
5881         (__vmi_class_type_info::__do_dyncast): Adjust for vmi_flags.
5882         Avoid unnecessary searching.
5883         (__dynamic_cast): Adjust for __dyncast_result::whole_details.
5884
5885 Mon Jun  5 06:48:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5886
5887         * decl.c (init_decl_processing): Don't call record_component_aliases.
5888         * tree.c (build_cplus_array_type_1): Likewise.
5889
5890 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
5891
5892         * ir.texi: Correct typo.
5893         * mangle.c (write_expression): Handle non-type template arguments
5894         with reference type.
5895         * method.c (build_overload_value): Likewise.
5896         * pt.c (convert_nontype_argument): Explicitly represent conversion
5897         to a reference with an ADDR_EXPR.
5898         (unify): Always unify arguments in left-to-right order.
5899
5900 2000-06-03  Alex Samuel    <samuel@codesourcery.com>
5901             Mark Mitchell  <mark@codesourcery.com>
5902
5903         * Make-lang.in (CXX_SRCS): Add mangle.c.
5904         * Makefile.in (CXX_OBJS): Add mangle.o.
5905         (mangle.o): New rule.
5906
5907         * class.c (local_classes): New variable.
5908         * class.c (get_vtable_name): Use mangle_vtable_for_type for new ABI.
5909         (get_vtt_name): Use mangle_vtt_name for new ABI.
5910         (init_class_processing): Initialize local_classes.
5911         (build_ctor_vtbl_group): Use mangle_ctor_vtbl_for_type for new ABI.
5912         * cp-tree.h (cp_tree_index): Add CPTI_STD_IDENTIFIER.
5913         (std_identifier): New macro.
5914         (DECL_VOLATILE_MEMFUNC_P): New macro.
5915         (DECL_NAMESPACE_STD_P): Likewise.
5916         (local_classes): Declare.
5917         (get_mostly_instantiated_function_type): Declare.
5918         (init_mangle): Declare.
5919         (mangle_decl): Likewise.
5920         (mangle_type_string): Likewise.
5921         (mangle_type): Likewise.
5922         (mangle_typeinfo_for_type): Likewise.
5923         (mangle_typeinfo_string_for_type): Likewise.
5924         (mangle_vtbl_for_type): Likewise.
5925         (mangle_vtt_for_type): Likewise.
5926         (mangle_ctor_vtbl_for_type): Likewise.
5927         (mangle_thunk): Likewise.
5928         (mangle_conv_op_name_for_type): Likewise.
5929         (mangle_guard_variable): Likewise.
5930         * decl.c (pushtag): Keep track of local classes.
5931         (initialize_predefined_identifiers): Initialize std_identifier.
5932         (init_decl_processing): Use std_identifier.
5933         (start_decl): Don't treat instantiations as specializations.
5934         (grokdeclarator): Likewise.
5935         (grokvardecl): Call mangle_decl for new ABI.  Only set mangled
5936         name for fully-instantiated templates.
5937         * decl2.c (grokclassfn): Use set_mangled_name_for_decl for
5938         destructors with the new ABI.
5939         (finish_static_data_member_decl): Use mangle_decl under the new ABI.
5940         (grokfield): Use mangle_type for new ABI.
5941         (grokoptypename): Use mangle_conv_op_for_type for new ABI.
5942         (get_sentry): Use mangle_guard_variable for new ABI.
5943         (start_static_initialization_or_destruction): Likewise.
5944         * expr.c (extract_aggr_init): Remove.
5945         (extract_scalar_init): Likewise.
5946         (extract_init): Remove #if 0'd code.
5947         * mangle.c: New function.
5948         * method.c (build_mangled_name): Assert not flag_new_abi.
5949         (build_static_name): Likewise.
5950         (build_decl_overload_real): Likewise.
5951         (build_typename_overload): Likewise.
5952         (build_overload_with_type): Likewise.
5953         (build_overload_name): Likewise.
5954         (get_ctor_vtbl_name): Likewise.
5955         (start_squangling): Likewise.
5956         (get_id_2): Likewise.
5957         (set_mangled_name_for_decl): Call mangle_decl for new ABI.
5958         (init_method): Call init_mangle for new ABI.
5959         (make_thunk): Call mangle_thunk for new ABI.
5960         * operators.def: Correct new ABI manglings for the `%' operator.
5961         Add `::' operator.
5962         * pt.c (build_template_decl): Copy DECL_OVERLOADED_OPERATOR_P and
5963         DECL_ASSIGNMENT_OPERATOR_P to the TEMPLATE_DECL.
5964         (lookup_template_class): Call mangle_decl for new ABI.
5965         (get_mostly_instantiated_function_type): New function.
5966         (set_mangled_name_for_template_decl): Use it.
5967         (tsubst_decl): Use set_mangled_name_for_decl for destructors with
5968         the new ABI.  Use mangle_conv_op_name_for_type for instantiated
5969         conversion op names.
5970         * rtti.c (tinfo_name): Call mangle_type_string for new ABI.
5971         (get_tinfo_decl): Call mangle_typeinfo_for_type for new ABI.
5972         (tinfo_base_init):  Likewise.  Mangle typeinfo string name with
5973         mangle_typeinfo_string_for_type.
5974
5975 2000-06-03  Mark Mitchell  <mark@codesourcery.com>
5976
5977         * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
5978         (INNERMOST_TEMPLATE_ARGS): New macro.
5979         (innermost_args): Remove.
5980         (get_innermost_template_args): New function.
5981         * decl2.c (arg_assoc_class): Use INNERMOST_TEMPLATE_ARGS.
5982         * error.c (dump_function_decl): Be caution when using
5983         most_general_template.
5984         * method.c (build_template_parm_names):  Use
5985         INNERMOST_TEMPLATE_ARGS.
5986         * pt.c (add_to_template_args): Tidy comment
5987         (get_innermost_template_args): New function.
5988         (check_explicit_specialization): Clear DECL_INITIAL for a new
5989         specialization.
5990         (process_partial_specialization): Use INNERMOST_TEMPLATE_ARGS.
5991         Tidy.
5992         (push_template_decl): Always register specializations of the most
5993         general template.
5994         (convert_template_argument): Use INNERMOST_TEMPLATE_ARGS.
5995         (coerce_template_parms): Likewise.
5996         (lookup_template_class): Likewise.
5997         (innermost_args): Remove.
5998         (tsubst_decl): Use INNERMOST_TEMPLATE_ARGS.
5999         (tsubst_decl): Handle tricky specializations.  Use
6000         get_innermost_template_args.
6001         (instantiate_template): Simplify handling of partial
6002         instantiations.
6003         (get_class_bindings): Use INNERMOST_TEMPLATE_ARGS.
6004         (most_general_template): Reimplement, in a more straightforward
6005         manner.
6006         (regenerate_decl_from_template): Tweak formatting.  Use
6007         TMPL_ARGS_DEPTH for clarity.
6008         (set_mangled_name_for_template_decl): Use INNERMOST_ARGS.
6009
6010         * dump.c (dequeue_and_dump): Dump information about thunks.
6011
6012 2000-06-01  Richard Henderson  <rth@cygnus.com>
6013
6014         * decl.c (init_decl_processing): Set lang_get_alias_set first thing.
6015
6016 2000-06-01  Richard Henderson  <rth@cygnus.com>
6017
6018         * decl2.c (unsupported_options): Fix typo, make const.
6019         (lang_decode_option): Fix bsearch argument order.
6020
6021 2000-06-01  Mark Mitchell  <mark@codesourcery.com>
6022
6023         * init.c (resolve_offset_ref): Remove check for TREE_ADDRESSABLE
6024         on FIELD_DECLs.
6025
6026 Wed May 31 14:09:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6027
6028         * cp-tree.h (c_get_alias_set): Deleted.
6029         * Makefile.in (decl.o): Include ../expr.h.
6030         * decl.c (expr.h): Include.
6031         (init_decl_processing): Call record_component_aliases for arrays.
6032         (grokdeclarator): Likewise.
6033         Set TREE_ADDRESSABLE for fields that aren't bitfields.
6034         * tree.c (build_cplus_array_type_1): Call record_component_aliases.
6035
6036 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
6037
6038         Remove guiding declaration support.
6039         * cp/cp-tree.h (flag_dump_translation_unit): Make it const.
6040         (flag_guiding_decls): Remove.
6041         * call.c (build_user_type_conversion_1): Remove support for
6042         guiding decls.
6043         (build_new_function_call): Likewise.
6044         (build_new_op): Likewise.
6045         (build_new_method_call): Likewise.
6046         * decl.c (start_function): Likewise.
6047         * friend.c (is_friend): Likewise.
6048         (do_friend): Likewise.
6049         * decl2.c ((flag_dump_translation_unit): Make it const.
6050         (flag_guiding_decls): Remove.
6051         (unsupported_options): New variable
6052         (compare_options): New function.
6053         (lang_decode_option): Use them.
6054
6055         * decl.c (build_cp_library_fn): Set DECL_CONTEXT.
6056
6057         * method.c (mangle_expression): Adjust test for legal expression
6058         operators.
6059
6060         * pt.c (instantiate_decl): Save and restore the local
6061         specializations list.
6062
6063 2000-05-30  Jason Merrill  <jason@decepticon.cygnus.com>
6064
6065         * decl.c (grok_reference_init): Pass LOOKUP_ONLYCONVERTING.
6066
6067 2000-05-30  Mark Mitchell  <mark@codesourcery.com>
6068
6069         * call.c (add_template_candidate_real): Handle member template
6070         constructors for classes with virtual bases.
6071         (build_user_type_conversion_1): Use in_charge_arg_for_name.
6072         (build_new_method_call): Use DECL_NONSTATIC_MEMBER_FUNCTION_P.
6073
6074         * ir.texi: Update thunk documentation.
6075
6076         * call.c (joust): Fix handling of overloaded builtin operators.
6077
6078 2000-05-30  Zack Weinberg  <zack@wolery.cumb.org>
6079
6080         * cp-tree.h (DECL_ANTICIPATED): New macro.
6081         Document new use of DECL_LANG_FLAG_7.
6082         * decl.c (builtin_function): Set DECL_ANTICIPATED on builtins
6083         in the user namespace.
6084         * lex.c (do_identifier): If the identifier's declaration has
6085         DECL_ANTICIPATED on, it has not yet been declared.  But do not
6086         replace it with an ordinary implicit declaration.
6087
6088         * tinfo2.cc: Include stdlib.h.
6089
6090 2000-05-29  Mark Mitchell  <mark@codesourcery.com>
6091
6092         * cp-tree.h (CLASSTYPE_ALIGN_UNIT): New macro.
6093         * class.c (layout_empty_base): Use CLASSTYPE_ALIGN_UNIT, not
6094         CLASSTYPE_ALIGN.
6095
6096 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
6097
6098         * decl2.c (lang_decode_option): Use skip_leading_substring instead
6099         of plain strncmp.
6100
6101 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
6102
6103         * operators.def (<?): Duplicated, should have been...
6104         (>?): this.  Fixed.
6105
6106 2000-05-27  Alex Samuel    <samuel@codesourcery.com>
6107             Mark Mitchell  <mark@codesourcery.com>
6108
6109         * cp-tree.h (ansi_opname): Make it a macro.
6110         (ansi_assopname): Likewise.
6111         (struct lang_decl_flags): Add assignment_operator_p.
6112         (struct lang_decl): Add operator_code.
6113         (DECL_VTT_PARM): Adjust.
6114         (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an
6115         overloaded operator.
6116         (SET_OVERLOADED_OPERATOR_CODE): New macro.
6117         (DECL_ASSIGNMENT_OPERATOR_P): New macro.
6118         (DECL_ARRAY_DELETE_OPERATOR_P): Adjust.
6119         (opname_tab): Remove.
6120         (assignop_tab): Likewise.
6121         (operator_name_info_t): New type.
6122         (operator_name_info): New variable.
6123         (assignment_operator_name_info): Likewise.
6124         (build_cp_library_fn): Remove declaration.
6125         (push_cp_library_fn): Likewise.
6126         (operator_name_string): Likewise.
6127         (build_decl_overload): Likewise.
6128         * call.c (print_z_candidates): Simplify.
6129         (build_object_call): Adjust usage of ansi_opname.  Use
6130         DECL_OVERLOADED_OPERATOR_P.
6131         (op_error): Adjust operator name lookup.
6132         (build_conditional_expr): Adjust usage of ansi_opname.
6133         (build_new_op): Likewise.
6134         (build_op_delete_call): Likewise.
6135         (build_over_call): Likewise.
6136         (joust): Use DECL_OVERLOADED_OPERATOR_P.
6137         * decl.c (duplicate_decls): Copy operator_code.
6138         (init_decl_processing): Adjust parameters to push_cp_library_fn.
6139         (builtin_function): Adjust parameters to build_library_fn_1.
6140         (build_library_fn_1): Accept an overloaded operator code.
6141         (build_library_fn): Pass ERROR_MARK.
6142         (build_cp_library_fn): Accept an overloaded operator code.
6143         (push_cp_library_fn): Likewise.
6144         (grokfndecl): Tweak.
6145         (grokdeclarator): Simplify code to compute names of overloaded
6146         operators.  Adjust use of ansi_opname.
6147         (ambi_op_p): Work on tree_codes, not identifiers.
6148         (unary_op_p): Likewise.
6149         (grok_op_properties): Likewise.
6150         (start_function): Use DECL_OVERLOADED_OPERATOR_P.
6151         (lang_mark_tree): Don't try to mark the operator_code.
6152         * decl2.c (grok_function_init): Use DECL_OVERLOADED_OPERATOR_P.
6153         * error.c (dump_decl): Remove special handling for operator
6154         names.
6155         (dump_function_name): Likewise.
6156         (dump_expr): Adjust name lookup of operators.
6157         (op_to_string): Simplify.
6158         (assop_to_string): Likewise.
6159         * init.c (build_new_1): Adjust use of ansi_opname.
6160         * lex.c (opname_tab): Remove.
6161         (assignop_tab): Likewise.
6162         (ansi_opname): Likewise.
6163         (ansi_assopname): Likewise.
6164         (operator_name_string): Likewise.
6165         (reinit_lang_specific): Likewise.
6166         (operator_name_info): New variable.
6167         (assignment_operator_name_info): Likewise.
6168         (init_operators): New function.
6169         (init_parse): Use it.
6170         (do_identifier): Adjust use of ansi_opname.
6171         * method.c (mangle_expression): Don't use ansi_opname for
6172         mangling.
6173         (build_decl_overload_real): Use DECL_OVERLOADED_OPERATOR_P.
6174         (build_decl_overload): Remove.
6175         (build_typename_overload): Use OPERATOR_TYPENAME_FORMAT directly.
6176         (do_build_assign_ref): Adjust use of ansi_opname.
6177         (synthesize_method): Likewise.
6178         (implicitly_declare_fn): Likewise.
6179         * operators.def: New file.
6180         * parse.y (operator): Adjust use of ansi_opname.
6181         * pt.c (tsubst_decl): Use IDENTIFIER_OPNAME_P.
6182         (set_mangled_name_for_template_decl): Don't play games with
6183         current_namespace.
6184         (special_function_p): Adjust use of ansi_opname.
6185         * typeck.c (check_return_expr): Likewise.
6186         * Make-lang.in (cc1plus): Depend on operators.def.
6187         * Makefile.in (lex.o): Likewise.
6188         (decl.o): Likewise.
6189
6190 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
6191
6192         * Make-lang.in (cplib2.ready): Eradicate.
6193
6194 Sat May 27 11:25:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6195
6196         * method.c (mangle_expression): Use TREE_CODE_LENGTH.
6197         * tree.c (break_out_calls, build_min_nt): Use TREE_CODE_LENGTH.
6198         (built_min, cp_tree_equal): Likewise.
6199
6200 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
6201
6202         * class.c (layout_nonempty_base_or_field): Replace
6203         `record_layout_info' with `record_layout_info_s'.
6204
6205 2000-05-26  Jason Merrill  <jason@casey.soma.redhat.com>
6206
6207         Fix goto checking.
6208         * cp-tree.h (struct language_function): x_named_labels is now
6209         a struct named_label_list*.
6210         * decl.c (struct named_label_use_list): Renamed from...
6211         (struct named_label_list): ...this.  New struct.
6212         (push_binding_level): Don't set eh_region.
6213         (note_level_for_eh): New fn.
6214         (pop_label): Take label and old value directly.
6215         (pop_labels): Adjust for new named_labels format.
6216         (lookup_label): Likewise.
6217         (poplevel): Note characteristics of a binding level containing a
6218         named label.  Mess with named label lists earlier.
6219         (mark_named_label_lists): New fn.
6220         (mark_lang_function): Call it.
6221         (use_label): New fn, split out from...
6222         (make_label_decl): ...here.  Don't call it.
6223         (decl_jump_unsafe, check_previous_goto, check_previous_goto_1,
6224         check_previous_gotos): New fns, split out from...
6225         (define_label): ...here.
6226         (check_switch_goto): New fn.
6227         (define_case_label): Call it.
6228         (check_goto): New fn.
6229         * semantics.c (finish_goto_stmt): Call it and use_label.
6230         (begin_compound_stmt): If we're a try block, call note_level_for_eh.
6231         (expand_stmt): Never pass 1 as DONT_JUMP_IN to expand_end_bindings.
6232
6233 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
6234
6235         * class.c (build_vtable_entry_ref): Correct usage of
6236         get_vtbl_decl_for_binfo.
6237
6238         * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
6239         * method.c (implicitly_declare_fn): Not here.
6240
6241 2000-05-26  Nathan Sidwell  <nathan@codesourcery.com>
6242
6243         * cp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...
6244         (CPTI_PTMD_DESC_TYPE): ... here.
6245         (ptmd_desc_type_node): Rename to ...
6246         (ptm_desc_type_node): ... here.
6247         * decl.c: Likewise.
6248         * rtti.c (ptmd_initializer): Rename to ...
6249         (ptm_initializer): ... here.
6250         (sythesize_tinfo_var): Adjust. Deal with pointer to member
6251         function.
6252         (create_tinfo_types): Adjust.
6253
6254 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
6255
6256         Finish implementation of VTTs.
6257         * cp-tree.h (cp_tree_index): Add CPTI_VTT_PARM_TYPE and
6258         CPTI_VTT_PARM_IDENTIFIER.
6259         (vtt_parm_identifier): New macro.
6260         (vtt_parm_type): Likewise.
6261         (BINFO_SUBVTT_INDEX): Likewise.
6262         (BINFO_VPTR_INDEX): Likewise.
6263         (struct lang_decl): Add vtt_parm.
6264         (DECL_VTT_PARM): New macro.
6265         (DECL_USE_VTT_PARM): Likewise.
6266         (DECL_NEEDS_VTT_PARM_P): Likewise.
6267         (get_vtt_name): Declare.
6268         (build_artifical_parm): Likewise.
6269         (fixup_all_virtual_upcast_offsets): Likewise.
6270         (expand_indirect_vtbls_init): Remove.
6271         * call.c (build_new_method_call): Pass the vtt to subobject
6272         constructors and destructors.
6273         * class.c (get_vtt_name): Give it external linkage.
6274         (build_clone): Handle the magic VTT parameters for clones.
6275         (clone_function_decl): Fix typo in comment.
6276         (build_vtt): Keep track of the indices in the VTTs where various
6277         entities are stored.
6278         (build_vtt_inits): Likewise.
6279         (dfs_build_vtt_inits): Likewise.
6280         (build_ctor_vtbl_group): Tweak type of construction vtables.
6281         (dfs_accumulate_vtbl_inits): Build vtables for all bases, even
6282         primary bases, when building construction vtables.
6283         * decl.c (duplicate_decls): Handle DECL_VTT_PARM.
6284         (initialize_predefined_identifiers): Add vtt_parm_identifier.
6285         (init_decl_processing): Initialize vtt_parm_type.
6286         (grokfndecl): Use DECL_OVERLOADED_OPERATOR_P.
6287         (lang_mark_tree): Make vtt_parm.
6288         * decl2.c (build_artificial_parm): New function.
6289         (maybe_retrofit_in_chrg): Use it.  Add VTT parameters.
6290         (grokclassfn): Use build_artificial_parm.
6291         * init.c (initialize_vtbl_ptrs): Call
6292         fixup_all_virtual_upcast_offsets directly.
6293         (perform_member_init): Use the complete subobject destructor for
6294         member cleanups.
6295         (build_vtbl_address): New function.
6296         (expand_virtual_init): Handle VTTs.
6297         * optimize (maybe_clone_body): Likewise.
6298         * search.c (fixup_all_virtual_upcast_offsets): Give it external
6299         linkage.
6300         (expand_indirect_vtbls_init): Remove.
6301         * semantics.c (setup_vtbl_ptr): Fix typos in comment.
6302         * tree.c (make_binfo): Make them bigger.
6303
6304 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
6305
6306         * inc/cxxabi.h (__pbase_type_info): Define, based on
6307         __pointer_type_info.
6308         (__pointer_type_info): Derive from __pbase_type_info. Adjust.
6309         (__pointer_to_member_type_info): Likewise.
6310         * tinfo2.cc (__pbase_type_info::~__pbase_type_info): Implement.
6311         (__pointer_to_member_type_info::__is_pointer_p): Remove.
6312         (__pointer_type_info::__do_catch): Rename to ...
6313         (__pbase_type_info::__do_catch): ... here. Adjust.
6314         (__pbase_type_info::__pointer_catch): Implement.
6315         (__pointer_type_info::__pointer_catch): Adjust.
6316         (__pointer_to_member_type_info::__pointer_catch): Adjust.
6317
6318 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
6319
6320         * tinfo.h (__user_type_info::contained_virtual_p): New
6321         predicate.
6322         * tinfo.cc (__user_type_info::do_upcast): Fix bug with diamond
6323         shaped heirarchy.
6324         (__vmi_class_type_info::__do_upcast): Fix bug with NULL pointer to
6325         diamond shaped heirarchy. Add early out for mixed diamond and
6326         duplicate shaped heirarchy.
6327
6328 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
6329
6330         * cp-tree.h (build_delete): Change prototype.
6331         (build_vec_delete): Likewise.
6332         * call.c (build_scoped_method_call): Use special_function_kind
6333         values to indicate the kind of destruction to be done.
6334         (build_method_call): Likewise.
6335         * decl.c (finish_destructor_body): Likewise.
6336         (maybe_build_cleanup_1): Likewise.  Rename to ...
6337         (maybe_build_cleanup): ... this.
6338         * decl2.c (delete_sanity): Use special_function_kind
6339         values to indicate the kind of destruction to be done.
6340         (build_cleanup): Likewise.
6341         * init.c (perform_member_init): Likewise.
6342         (build_vec_delete_1): Likewise.
6343         (build_dtor_call): Simplify.
6344         (build_delete): Use special_function_kind
6345         values to indicate the kind of destruction to be done.
6346         (build_vbase_delete): Likewise.
6347         (build_vec_delete): Likewise.
6348
6349         * init.c (sort_member_init): Fix typo in error message generation
6350         code.
6351
6352 Mon May 15 11:46:29 2000  Donald Lindsay  <dlindsay@cygnus.com>
6353
6354         * semantics.c (begin_class_definition): make the packed
6355         attribute be sensitive to the "-fpack-struct" command line flag
6356
6357 2000-05-24  Nathan Sidwell  <nathan@codesourcery.com>
6358
6359         Update new-abi upcast algorithm.
6360         * inc/cxxabi.h (__class_type_info::__do_upcast): Change
6361         prototype and meaning of return value.
6362         (__si_class_type_info::__do_upcast): Likewise.
6363         (__vmi_class_type_info::__do_upcast): Likewise.
6364         * tinfo.cc (__class_type_info::__upcast_result): Replace
6365         whole2dst with part2dst. Adjust ctor.
6366         (__class_type_info::__do_upcast): Adjust call of worker function.
6367         (__class_type_info::__do_upcast): Adjust.
6368         (__si_class_type_info::__do_upcast): Adjust. Use parent's
6369         __do_upcast.
6370         (__vmi_class_type_info::__do_upcast): Likewise. Fix private
6371         virtual base in diamond heirarchy bug.
6372
6373 2000-05-23  Mark Mitchell  <mark@codesourcery.com>
6374
6375         * cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable
6376         and bitfield to tinfo_fn_p.
6377         (DECL_TINFO_FN_P): Adjust.
6378         (SET_DECL_TINFO_FN_P): Likewise.
6379         (DECL_MUTABLE_P): Likewise.
6380         (DECL_C_BIT_FIELD): Likewise.
6381         (SET_DECL_C_BIT_FIELD): Likewise.
6382         (CLEAR_DECL_C_BIT_FIELD): Likewise.
6383         (DECL_UNINLINABLE): Likewise.
6384         * class.c (alter_access): Call retrofit_lang_decl if ncessary.
6385         (handle_using_decl): Remove assertion.
6386         (build_vtbl_or_vbase_field): Use build_decl, not build_lang_decl,
6387         to build FIELD_DECLs.
6388         (build_base_field): Likewise.
6389         (layout_class_type): Likewise.
6390         * decl.c (init_decl_processing): Likewise.
6391         (build_ptrmemfunc_type): Likewise.
6392         (grokdeclarator): Likewise.
6393         * decl2.c (grok_x_components): Likewise.
6394         * except.c (call_eh_info): Likewise.
6395         * init.c (init_init_processing): Likewise.
6396         * rtti.c (expand_class_desc): Likewise.
6397         (create_pseudo_type_info): Likewise.
6398         (get_vmi_pseudo_type_info): Likewise.
6399         (create_tinfo_types): Likewise.
6400         * ptree.c (print_lang_decl): Adjust.
6401         * typeck.c (build_component_ref): Don't check DECL_LANG_SPECIFIC
6402         before checking DECL_MUTABLE_P.
6403
6404         * decl2.c (maybe_retrofit_in_chrg): Don't create in-charge
6405         parameters for template functions.
6406         * pt.c (tsubst_decl): Make sure we call maybe_retrofit_in_chrg for
6407         destructors as well as constructors.
6408
6409 2000-05-22  Mark Mitchell  <mark@codesourcery.com>
6410
6411         * class.c (build_ctor_vtbl_group): Set inits.
6412         * optimize.c (maybe_clone_body): Set DECL_INLINE and
6413         DECL_THIS_INLINE appropriately for clones.
6414
6415         * cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.
6416         (DECL_CONV_FN_P): Simplify.
6417         (DECL_OPERATOR): Remove.
6418         (language_to_string): Declare.
6419         * decl.c (duplicate_decls): Fix typo in comment.
6420         (grokdeclarator): Adjust use of IDENTIFIER_TYPENAME_P.
6421         (grok_op_properties): Use DECL_CONV_FN_P instead of
6422         IDENTIFIER_TYPENAME_P.
6423         * dump.c (dequeue_and_dump): Dump the language linkage of
6424         declarations.
6425         * error.c (language_to_string): Give it external linkage.
6426         * method.c (build_typename_overload): Set IDENTIFIER_TYPENAME_P.
6427         (implicitly_declare_fn): Set DECL_LANGUAGE.
6428         * pt.c (check_explicit_specialization): Use DECL_CONV_FN_P, not
6429         IDENTIFIER_TYPENAME_P.
6430         (tsubst_decl): Likewise.
6431         (tsubst_copy): Adjust use of IDENTIFIER_TYPENAME_P.
6432         * semantics.c (finish_member_declaration): Don't mark members of
6433         classes declared in an extern "C" region as extern "C".
6434
6435 2000-05-22  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6436
6437         * decl2.c (qualified_lookup_using_namespace): Look through
6438         namespace aliases.
6439
6440         * decl.c (push_using_decl): Return the old decl on namespace level.
6441
6442 2000-05-21  Mark Mitchell  <mark@codesourcery.com>
6443
6444         * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity checks.
6445         (VTT_NAME_PREFIX): New macro.
6446         (CTOR_VTBL_NAME_PREFIX): Likewise.
6447         (get_ctor_vtbl_name): New function.
6448         * class.c (get_vtable_name): Simplify.
6449         (get_vtt_name): New function.
6450         (get_vtable_decl): Don't set IDENTIFIER_GLOBAL_VALUE.
6451         (dfs_mark_primary_bases): Update the CLASSTYPE_VBASECLASSES list
6452         when a virtual base becomes primary.
6453         (finish_struct_1): Set CLASSTYPE_VFIELDS a little earlier.  Build
6454         VTTs.
6455         (finish_vtbls): Adjust calls to accumulate_vtbl_inits to pass in
6456         additional parameters.
6457         (dfs_finish_vtbls): Don't clear BINFO_NEW_VTABLE_MARKED.
6458         (initialize_array): New function.
6459         (build_vtt): Likewise.
6460         (build_vtt_inits): Likewise.
6461         (dfs_build_vtt_inits): Likewise.
6462         (dfs_fixup_binfo_vtbls): Likewise.
6463         (build_ctor_vtbl_group): Likewise.
6464         (initialize_vtable): Use initialize_array.
6465         (accumulate_vtbl_inits): Reimplement to handle construction
6466         vtables.
6467         (dfs_accumulate_vtbl_inits): Likewise.
6468         (bulid_vtbl_initializer): Adjust parameter name.
6469         * method.c (build_typename_overload): Remove #if 0'd code.
6470         (get_ctor_vtbl_name): New function.
6471         * search.c (dfs_walk_real): Use BINFO_N_BASETYPES.
6472         (init_vbase_pointers): Don't mess with the TREE_CHAIN of a binfo.
6473
6474         * cp-tree.h (struct lang_type): Remove search_slot.
6475         (CLASSTYPE_SEARCH_SLOT): Remove.
6476         (emit_base_init): Change prototype.
6477         (initialize_vtbl_ptrs): Likewise.
6478         (expand_indirect_vtbls_init): Likewise.
6479         (clear_search_slots): Remove.
6480         * decl.c (lang_mark_tree): Don't mark search_slot.
6481         * init.c (initialize_vtbl_ptrs): Simplify.
6482         (emit_base_init): Likewise.
6483         * search.c (struct vbase_info): Document decl_ptr.
6484         (convert_pointer_to_single_level): Remove.
6485         (dfs_find_vbases): Remove.
6486         (dfs_init_base_pointers): Simplify.
6487         (dfs_clear_vbase_slots): Remove.
6488         (dfs_vtable_path_unmark): New function.
6489         (init_vbase_pointers): Simplify.
6490         (expand_upcast_fixups): Don't rely on CLASSTYPE_SEARCH_SLOT.
6491         (expand_indirect_vtbls_init): Simplify.  Don't call
6492         mark_all_temps_used.
6493         * semantics.c (setup_vtbl_ptr): Adjust calls to emit_base_init and
6494         initialize_vtbl_ptrs.
6495
6496 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
6497
6498         * except.c: Add static prototypes.
6499
6500 2000-05-20  H.J. Lu  <hjl@gnu.org>
6501
6502         * Make-lang.in (cplib2.ready): Also depend on cc1plus$(exeext).
6503
6504 2000-05-19  Mark Mitchell  <mark@codesourcery.com>
6505
6506         Don't create a separate copy of virtual bases for the
6507         CLASSTYPE_VBASECLASSES list.
6508         * cp-tree.h (CLASSTYPE_VBASECLASSES): Change documentation.
6509         (BINFO_FOR_VBASE): Remove.
6510         (CANONICAL_BINFO): Adjust.
6511         (binfo_for_vbase): New function.
6512         * class.c (build_vbase_pointer_fields): Use binfo_for_vbase
6513         instead of BINFO_FOR_VBASE.
6514         (build_vbase_pointer): Likewise.
6515         (build_secondary_vtable): Likewise.
6516         (dfs_mark_primary_bases): Likewise.
6517         (mark_primary_bases): Likewise.
6518         (layout_nonempty_base_or_field): Likewise.
6519         (dfs_set_offset_for_shared_vbases): Likewise.
6520         (dfs_set_offset_for_unshared_vbases): Likewise.
6521         (layout_virtual_bases): Likewise.  Adjust for changes to the
6522         CLASSTYPE_VBASECLASSES list.
6523         (dump_class_hierarchy_r): Use binfo_for_vbase
6524         instead of BINFO_FOR_VBASE.
6525         (dump_class_hierarchy): Likewise.
6526         (finish_vtbls): Likewise.
6527         (build_vtbl_initializer): Adjust for changes to the
6528         CLASSTYPE_VBASECLASSES list.
6529         (build_vbase_offset_vtbl_entries): Use binfo_for_vbase.
6530         * decl.c (finish_destructor_body): Adjust for changes to the
6531         CLASSTYPE_VBASECLASSES list.
6532         * init.c (sort_base_init): Use binfo_for_vbase.
6533         (construct_virtual_bases): Adjust for changes to the
6534         CLASSTYPE_VBASECLASSES list.
6535         (expand_member_init): Use binfo_for_vbase.
6536         (build_vbase_delete):  Adjust for changes to the
6537         CLASSTYPE_VBASECLASSES list.
6538         * method.c (do_build_copy_constructor): Likewise.
6539         * rtti.c (get_base_offset): Use binfo_for_vbase.
6540         (expand_class_desc): Remove #if 0'd code.
6541         * search.c (struct vbase_info): Remove vbase_types.
6542         (get_base_distance):  Use binfo_for_vbase.
6543         (lookup_field_queue_p): Use CANONICAL_BINFO.
6544         (get_shared_vbase_if_not_primary): Use binfo_for_vbase.
6545         (get_pure_virtuals): Adjust for changes to the
6546         CLASSTYPE_VBASECLASSES list.
6547         (dfs_find_vbases): Use binfo_for_vbase.
6548         (dfs_init_vbase_pointers): Likewise.
6549         (init_vbase_pointers): Don't initialize vi.vbase_types.
6550         (virtual_context): Use binfo_for_vbase.
6551         (fixup_all_virtual_upcast_offsets): Adjust for changes to the
6552         CLASSTYPE_VBASECLASSES list.
6553         (expand_indirect_vtbls_init): Simplify.
6554         (dfs_get_vbase_types): Don't replicate virtual bases.
6555         (find_vbase_instance): Use binfo_for_vbase.
6556         (binfo_for_vbase): New function.
6557         * typeck.c (get_delta_difference): Use binfo_for_vbase.
6558
6559 2000-05-17  Mark Mitchell  <mark@codesourcery.com>
6560
6561         * decl2.c (finish_anon_union): Generalize error messages to handle
6562         anonymous structures.
6563         * init.c (perform_member_init): Remove `name' parameter.
6564         (build_field_list): New function.
6565         (sort_member_init): Handle anonymous union initialization order
6566         correctly.  Check for multiple initializations of the same union.
6567         (emit_base_init): Don't look up fields by name here.
6568         (expand_member_init): Record the result of name lookup for future
6569         reference.
6570         * typeck.c (build_component_ref): Fix formatting.
6571
6572 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
6573
6574         * decl.c (pop_label): Replace warn_unused with warn_unused_label.
6575         * typeck.c (build_x_compound_expr): Replace warn_unused with
6576         warn_unused_value.
6577
6578         * decl2.c (lang_decode_option): Update -Wall unused flags by
6579         calling set_Wunused.
6580
6581 2000-05-16  Mark Mitchell  <mark@codesourcery.com>
6582
6583         * cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation.
6584         * init.c (dfs_vtable_path_unmark): Remove.
6585         * search.c (marked_new_vtable_p): Likewise.
6586         (unmarked_new_vtable_p): Likewise.
6587         (dfs_search_slot_nonempty_p): Likewise.
6588         (dfs_mark): Likewise.
6589         (dfs_vtable_path_unmark): Likewise.
6590         (dfs_find_vbases): Don't set BINFO_NEW_VTABLE_MARKED.
6591         (dfs_int_vbase_pointers): Don't clear BINFO_VTABLE_PATH_MARKED.
6592         (dfs_init_vbase_pointers): Remove special-case new ABI code.
6593         (dfs_clear_vbase_slots): Don't clear BINFO_NEW_VTABLE_MARKED.
6594         (init_vbase_pointers): Simplify.
6595         (expand_indirect_vtbls_init): Likewise.
6596
6597         * class.c (copy_virtuals): New function.
6598         (build_primary_table): Use it.
6599         (build_secondary_vtable): Likewise.
6600         (modify_vtable_entry): Use NULL_TREE, not integer_zero_node, to
6601         indicate that no vcall offset is required.
6602         (add_virtual_function): Likewise.
6603         (modify_all_vtables): Likewise.
6604         (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
6605         (dfs_accumulate_vtbl_inits): Likewise.
6606         (build_vtbl_initializer): Make changes to handle construction
6607         vtables.
6608         (dfs_build_vcall_offset_vtbl_entries): Likewise.
6609         (build_rtti_vtbl_entries): Likewise.
6610         (build_vtable_entries): Handle a NULL vcall_index.
6611
6612 2000-05-15  Gabriel Dos Reis  <gdr@codesourcery.com>
6613
6614         * decl2.c (lang_decode_option): Fix thinko.
6615
6616 2000-05-14  Jason Merrill  <jason@casey.cygnus.com>
6617
6618         * except.c (check_handlers): New fn.
6619         * cp-tree.h: Declare it.
6620         * semantics.c (finish_handler_sequence): Call it.
6621         (finish_function_handler_sequence): Likewise.
6622         (finish_handler_parms): Set TREE_TYPE on the handler.
6623         * cp-tree.h (PUBLICLY_UNIQUELY_DERIVED_P): New macro.
6624         * search.c (get_base_distance_recursive): If protect>1, ignore
6625         special access.
6626         (get_base_distance): Don't reduce watch_access.
6627
6628 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
6629
6630         * lex.c: #include diagnostic.h.
6631         (lang_init_options): Set default prefixing rules.
6632
6633         * lang-options.h: Add -fdiagnostics-show-location=.
6634
6635         * decl2.c: #include diagnostic.h.
6636         (lang_decode_option): Handle -fdiagnostics-show-location=.
6637
6638 2000-05-12  Nathan Sidwell  <nathan@codesourcery.com>
6639
6640         * tinfo.cc: Revert my 2000-05-08 and 2000-05-07 changes.
6641         * vec.cc: Revert my 2000-05-07 change.
6642
6643 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
6644
6645         * class.c (check_field_decls): Complain about non-static data
6646         members with same name as class in class with constructor.
6647
6648 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
6649
6650         * decl.c (grokdeclarator): Allow non-static data members with
6651         same name as class.
6652
6653 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
6654
6655         * cp-tree.h: Constify tree_srcloc.filename, tinst_level.file,
6656         and pending_inline.filename.  Update prototypes.
6657         * decl.c (define_label): Constify filename parameter.
6658         * decl2.c (warn_if_unknown_interface): Constify local char *.
6659         * input.c Constify input_source.filename. Don't declare
6660         input_filename or lineno.  Constify filename parameter to feed_input.
6661         * lex.c (init_parse): Constify parameter and return value.
6662         (cp_pragma_interface, cp_pragma_implementation): Constify
6663         filename argument.
6664         (reinit_parse_for_method, reinit_parse_for_block,
6665         reinit_parse_for_expr, feed_defarg, handle_cp_pragma):
6666         Constify local char *.
6667         * pt.c: Don't declare lineno or input_filename.
6668         (print_template_context, tsubst_friend_function, tsubst_decl,
6669         tsubst, instantiate_decl): Constify local char *.
6670         * semantics.c (expand_body): Constify local char *.
6671         * tree.c (build_srcloc): Constify filename parameter.
6672         * typeck.c (c_expand_asm_operands): Constify filename
6673         parameter.
6674
6675 2000-05-08  Nathan Sidwell  <nathan@codesourcery.com>
6676
6677         * tinfo.cc (__dynamic_cast): Use a reinterpret_cast. Fix
6678         offsetof expansion.
6679
6680 2000-05-08  Branko Cibej  <branko.cibej@hermes.si>
6681
6682         * inc/cxxabi.h:  Fix typos in comment.
6683         (__base_class_info::__offset): Use a static_cast.
6684
6685 2000-05-07  Nathan Sidwell  <nathan@codesourcery.com>
6686
6687         * inc/cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place
6688         of std::size_t and std::ptrdiff_t respectively.
6689         * tinfo.cc: Likewise.
6690         * vec.cc: Likewise.
6691
6692 2000-05-06  Richard Henderson  <rth@cygnus.com>
6693
6694         * typeck.c (build_c_cast): Don't warn integer->pointer size
6695         mismatch for constants.
6696
6697 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
6698
6699         * rtti.c (ptmd_initializer): Set non-public, if class is
6700         incomplete.
6701
6702         * inc/cxxabi.h (__dynamic_cast): Explicitly say extern "C++".
6703         (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
6704         __cxa_vec_delete): Likewise.
6705         * tinfo.cc (__dynamic_cast): Likewise.
6706         * vec.cc (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
6707         __cxa_vec_delete): Likewise.
6708
6709 2000-05-04  Mark Mitchell  <mark@codesourcery.com>
6710
6711         * cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
6712         (SET_FNADDR_FROM_VTABLE_ENTRY): Likewise.
6713         (lang_decl_flags): Add vcall_offset.
6714         (THUNK_VCALL_OFFSET): Use it.
6715         * decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk.
6716         * method.c (make_thunk): Create the lang_decl here, not in
6717         emit_thunk.
6718         (emit_thunk): Make generic thunks into ordinary functions once
6719         they have been fed to expand_body.
6720         * semantics.c (expand_body): Set current_function_is_thunk here.
6721
6722 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6723
6724         * class.c (update_vtable_entry_for_fn): Prototype.
6725
6726         * pt.c (tsubst_decl): Initialize variables `argvec', `gen_tmpl'
6727         and `tmpl'.
6728
6729         * search.c (dfs_build_inheritance_graph_order): Prototype.
6730
6731 2000-05-04  Mark Mitchell  <mark@codesourcery.com>
6732
6733         * cp-tree.h (special_function_kind): Add various kinds of
6734         destructors.
6735         (special_function_p): New function.
6736         * class.c (overrides): Don't let one kind of destructor override
6737         another.
6738         * decl2.c (mark_used): Use DECL_NON_THUNK_FUNCTION_P when deciding
6739         whether or not to instantiate a template.
6740         * tree.c (special_function_p): Define.
6741
6742 2000-05-03  Mark Mitchell  <mark@codesourcery.com>
6743
6744         * cp-tree.def (THUNK_DECL): Remove.
6745         * cp-tree.h (DECL_THUNK_P): New macro.
6746         (DECL_NON_THUNK_FUNCTION_P): Likewise.
6747         (DECL_EXTERN_C_FUNCTION_P): Likewise.
6748         (SET_DECL_THUNK_P): Likewise.
6749         (DELTA_FROM_VTABLE_ENTRY): Use DECL_THUNK_P.
6750         (FNADDR_FROM_VTABLE_ENTRY): Likewise.
6751         (DECL_MAIN_P): Use DECL_EXTERN_C_FUNCTION_P.
6752         * decl.c (decls_match): Use DECL_EXTERN_C_P.
6753         (duplicate_decls): Likewise.
6754         (pushdecl): Likewise.  Adjust thunk handling.
6755         (grokfndecl): Use DECL_EXTERN_C_P.
6756         * decl2.c (mark_vtable_entries): Use DECL_THUNK_P.
6757         * dump.c (dequeue_and_dump): Remove THUNK_DECL handling.
6758         * except.c (nothrow_libfn_p): Use DECL_EXTERN_C_P.
6759         * expr.c (cplus_expand_expr): Remove THUNK_DECL handling.
6760         * method.c (make_thunk): Use SET_DECL_THUNK_P.  Set
6761         DECL_NO_STATIC_CHAIN.
6762         (emit_thunk): Don't play games with TREE_CODE on thunks.  Don't
6763         set DECL_DESTRUCTOR_P or DECL_CONSTRUCTOR_P on a thunk.
6764         * search.c (covariant_return_p): Remove THUNK_DECL handling.
6765         * ir.texi: Update.
6766
6767 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
6768
6769         * tree.c (walk_tree): Set lineno.
6770
6771 2000-05-01  Mark Mitchell  <mark@codesourcery.com>
6772
6773         * exception.cc: Update license notice.
6774         * new.cc: Likewise.
6775         * new1.cc: Likewise.
6776         * new2.cc: Likewise.
6777         * tinfo.cc: Likewise.
6778         * tinfo2.cc: Likewise.
6779         * vec.cc: Likewise.
6780         * inc/cxxabi.h: Likewise.
6781         * inc/exception: Likewise.
6782         * inc/new: Likewise.
6783         * inc/new.h: Likewise.
6784         * inc/typeinfo: Likewise.
6785
6786 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
6787
6788         * tree.c (build_target_expr_with_type): If we already have a
6789         TARGET_EXPR, just return it.
6790
6791         * optimize.c (initialize_inlined_parameters): Don't generate an
6792         EXPR_STMT if we can just use DECL_INITIAL.
6793         * decl.c (emit_local_var): Only make the initialization a
6794         full-expression if stmts_are_full_exprs_p.
6795
6796 2000-05-01  Mark Mitchell  <mark@codesourcery.com>
6797
6798         * cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New
6799         macro.
6800         * call.c (standard_conversion): Use it.
6801         (direct_reference_binding): Likewise.
6802         (build_over_call): Likewise.
6803         (is_properly_derived_from): Likewise.
6804         (compare_ics): Likewise.
6805         * class.c (resolves_to_fixed_type_p): Likewise.
6806         * optimize.c (declare_return_variable): Likewise.
6807         * pt.c (is_specialization_of): Likewise.
6808         (unify): Likewise.
6809         * typeck.c (comp_target_parms): Likeiwse.
6810         (build_static_cast): Likewise.
6811         (build_reinterpret_cast): Likewise.
6812         (build_const_cast): Likewise.
6813         (comp_ptr_ttypes_real): Likewise.
6814         (comp_ptr_ttypes_const): Likewise.
6815         * typeck2.c (process_init_constructor): Likewise.
6816
6817 2000-04-30  Scott Snyder <snyder@fnal.gov>
6818
6819         * decl.c (finish_destructor_body): Use the base destructor when
6820         destroying virtual bases.
6821
6822 2000-04-30  Mark Mitchell  <mark@codesourcery.com>
6823
6824         * expr.c (cplus_expand_expr): Preserve temporaries when expanding
6825         STMT_EXPRs.
6826         * optimize.c (struct inline_data): Add target_exprs field.
6827         (declare_return_variable): When a function returns an aggregate,
6828         use the variable declared in the TARGET_EXPR as the remapped
6829         DECL_RESULT.
6830         (expand_call_inline): Update the pending target_exprs stack.
6831         (optimize_function): Initialize the stack.
6832
6833         * decl2.c (finish_file): Fix typo in comment.
6834
6835         * method.c (emit_thunk): Don't try to return a `void' value.
6836
6837         * optimize.c (initialize_inlined_parameters): If the parameter is
6838         addressable, we need to make a new VAR_DECL, even if the
6839         initializer is constant.
6840
6841 2000-04-28  Cosmin Truta  <cosmint@cs.ubbcluj.ro>
6842
6843         * decl.c (grok_op_properties): Add an extra check of argtypes.
6844
6845 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
6846
6847         * optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying
6848         variables.
6849         (initialize_inlined_parameters): Try to avoid creating new
6850         VAR_DECLs.
6851
6852 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
6853
6854         * lex.c (my_get_run_time): Remove.
6855         (init_filename_times): Use get_run_time instead of my_get_run_time.
6856         (check_newline): Likewise.
6857         (dump_time_statistics): Likewise.
6858         * decl2.c (finish_file): Push and pop timevar TV_VARCONST instead
6859         of computing elapsed time explicitly.
6860
6861 2000-04-26  Mark Mitchell  <mark@codesourcery.com>
6862
6863         * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
6864         * init.c (decl_constant_value): Check TREE_READONLY_DECL_P.
6865         * call.c (convert_like_real): Don't test TREE_READONLY_DECL_P
6866         before calling decl_constant_value.
6867         * class.c (check_bitfield_decl): Likewise.
6868         * cvt.c (ocp_convert): Likewise.
6869         (convert): Likewise.
6870         * decl.c (compute_array_index_type): Likewise.
6871         (build_enumerator): Likewise.
6872         * decl2.c (check_cp_case_value): Likewise.
6873         * pt.c (convert_nontype_argument): Likewise.
6874         (tsubst): Likewise.
6875         * typeck.c (decay_conversion): Likewise.
6876         (build_compound_expr): Likewise.
6877         (build_reinterpret_cast): Likewise.
6878         (build_c_cast): Likewise.
6879         (convert_for_assignment): Likewise.
6880
6881 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
6882
6883         * decl.c (finish_function): Don't play games with DECL_INLINE.
6884
6885 2000-04-25  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
6886
6887         * ir.texi: Correct typo.
6888
6889 2000-04-25  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
6890
6891         * decl.c (grokdeclarator): Reject VLAs as members.
6892
6893 2000-04-24  Gabriel Dos Reis  <gdr@codesourcery.com>
6894
6895         * call.c (standard_conversion): Accept conversion between
6896         COMPLEX_TYPEs.
6897
6898         * cvt.c (ocp_convert): Handle conversion to COMPLEX_TYPE.
6899
6900 2000-04-24  Zack Weinberg  <zack@wolery.cumb.org>
6901
6902         * decl2.c (finish_file): Remove double setup for accounting
6903         compile time.
6904
6905 2000-04-24  Robert Lipe <robertlipe@usa.net>
6906
6907         * cp-tree.h (lang_type): Member `language' now ENUM_BITFIELD.
6908
6909 2000-04-23  Benjamin Kosnik  <bkoz@cygnus.com>
6910
6911         * new.cc (set_new_handler): Needs to be in std::.
6912
6913 2000-04-23  Mark Mitchell  <mark@codesourcery.com>
6914
6915         * cp-tree.h (lang_decl): Remove pretty_function_p.
6916         (DECL_PRETTY_FUNCTION_P): Use TREE_LANG_FLAG_0, not a bit in the
6917         language-specific node.
6918         * decl.c (cp_make_fname_decl): Use build_decl, not
6919         build_lang_decl, to build the variables.
6920         (grokvardecl): Don't call build_lang_decl for local variables in
6921         templates.
6922         (grokdeclarator): Don't call build_lang_decl for local type
6923         declarations in templates.
6924         * lex.c (retrofit_lang_decl): Use ggc_alloc_obj to allocated
6925         zero'd memory, rather than calling memset.
6926         * pt.c: Include hashtab.h.
6927         (local_specializations): New variable.
6928         (retrieve_local_specialization): Use it.
6929         (register_local_specialization): Likewise.
6930         (tsubst_decl): Don't assume local variables have
6931         DECL_LANG_SPECIFIC.
6932         (instantiate_decl): Set up local_specializations.
6933         * Makefile.in (HTAB_H): New variable.
6934
6935 2000-04-23  Richard Henderson  <rth@cygnus.com>
6936
6937         * typeck.c (c_expand_asm_operands): Restore the original
6938         contents of the output list.
6939
6940 2000-04-22  Gabriel Dos Reis <gdr@codesourcery.com>
6941
6942         * ir.texi:  Document complex number representation.
6943
6944 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
6945
6946         * rtti.c (init_rtti_processing): Set tinfo_var_id in new-abi.
6947         (target_incomplete_p): New function.
6948         (tinfo_base_init): Create comdat NTBS name variable.
6949         (ptr_initializer): Add non_public parameter. Calculate it.
6950         (ptmd_initializer): Likewise.
6951         (synthesize_tinfo_var): Adjust. Emit incomplete class tinfo.
6952         (create_real_tinfo_var): Add non_public parameter. Use it.
6953         Push proxy into global namespace.
6954         * inc/cxxabi.h (__pointer_type_info::incomplete_class_mask):
6955         New enumeration.
6956         * inc/typeinfo (type_info::before, type_info::operator==):
6957         Compare __name addresses.
6958
6959         * tinfo2.cc: Remove new-abi builtins comment.
6960
6961 2000-04-20  Jason Merrill  <jason@casey.cygnus.com>
6962
6963         * typeck.c (build_x_function_call): Resolve an OFFSET_REF.
6964
6965         * call.c (joust): Exit early if we get the same function, too.
6966
6967         * decl2.c (key_method): Return NULL_TREE for template classes.
6968         (import_export_class): Don't need to check for template classes.
6969
6970 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
6971
6972         * lex.c: Remove references to cccp.c.
6973
6974 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
6975
6976         * cp-tree.h (lang_decl_flags): Remove const_memfunc and
6977         volatile_memfunc.  Add destructor_attr.  Adjust dummy.
6978         (DECL_DESTRUCTOR_P): Use destructor_attr.
6979         (DECL_CONST_MEMFUNC_P): Reimplement.
6980         (DECL_VOLATILE_MEMFUNC_P): Remove.
6981         * class.c (finish_struct_methods): Use CLASSTYPE_DESTRUCTORS.
6982         (overrides): Use DECL_DESTRUCTOR_P.
6983         (check_for_override): Likewise.
6984         * decl.c (start_function): Likewise.
6985         * decl2.c (grokfclassfn): Likewise.
6986         (check_classfn): Likewise.
6987         (grok_function_init): Likewise.
6988
6989 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
6990
6991         * decl2.c (grokfield): Issue error on illegal data member
6992         declaration.
6993
6994 Mon Apr 17 17:11:16 2000  Mark P Mitchell  <mark@codesourcery.com>
6995
6996         * method.c (make_thunk): Set DECL_CONTEXT for a THUNK_DECL.
6997
6998 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
6999
7000         * class.c (build_vtable_entry): Don't build thunks for type-info
7001         functions.
7002
7003 2000-04-16  Jason Merrill  <jason@casey.cygnus.com>
7004
7005         * decl.c (decls_match): Allow a redeclaration of a builtin to
7006         specify args while the builtin did not.
7007
7008 2000-04-15  Mark Mitchell  <mark@codesourcery.com>
7009
7010         * cp-tree.def (THUNK_DECL): Add to documentation.
7011         * cp-tree.h (flag_huge_objects): Declare.
7012         * class.c (modify_vtable_entry): Tidy.
7013         (update_vtable_entry_for_fn): Split out from dfs_modify_vtables.
7014         Calculate delta appropriately for the new ABI.
7015         (dfs_modify_vtables): Use it.
7016         (modify_all_vtables): Fix thinko in code to add overriding copies
7017         of functions to primary vtables.
7018         (build_clone): Fix typo in comment.
7019         (clone_function_decl): Correct order of destructors in vtable.
7020         (build_vbase_offset_vtbl_entries): Adjust comment.
7021         (dfs_vcall_offset_queue_p): Remove.
7022         (dfs_build_vcall_offset_vtbl_entries): Update BV_VCALL_INDEX.
7023         (build_vcall_offset_vtbl_entries): Juse use dfs_skip_vbases.
7024         (build_vtable_entry): Correct check for pure virtual functions.
7025         Don't declare flag_huge_objects.
7026         * decl.c (flag_huge_objects): Remove declaration.
7027         * method.c (make_thunk): Tweak mangling for vcall offset thunks.
7028         Use int_size_in_bytes.
7029         (emit_thunk): Handle vcall offset thunks.
7030
7031 Sat Apr 15 16:00:01 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7032
7033         * decl2.c (parse_time, varconst_time): Delete declarations.
7034         (finish_file): Delete LINENO declaration.
7035         START_TIME and THIS_TIME now long.
7036
7037 2000-04-13  Nathan Sidwell  <nathan@codesourcery.com>
7038
7039         * class.c (build_base_field): Reformat comment.
7040
7041         * inc/cxxabi.h (stddef.h): Comment inclusion.
7042         (__base_class_info::__offset): Comment shift.
7043
7044 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
7045
7046         * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
7047         (cp_tree_index): Add CPTI_PUSH_EXCEPTION_IDENTIFIER.
7048         (cp_push_exception_identifier): New macro.
7049         (DECL_COMPLETE_DESTRUCTOR_P): New macro.
7050         (DECL_BASE_DESTRUCTOR_P): Likewise.
7051         (DECL_DELETING_DESTRUCTOR_P): Likewise.
7052         (get_vtbl_decl_for_binfo): Fix formatting.
7053         (in_charge_arg_for_name): New macro.
7054         (maybe_build_cleanup_and_delete): Remove declaration.
7055         * call.c (build_field_call): Use IDENTIFIER_CTOR_OR_DTOR_P.
7056         (in_charge_arg_for_name): New function.
7057         (build_new_method_call): Use it.  Handle cloned destructors.
7058         (build_clone): Don't make the base constructor virtual.
7059         Automatically defer generated functions.
7060         (clone_function_decl): Handle destructors, too.
7061         (clone_constructors_and_destructors): Likewise.
7062         (create_vtable_ptr): Don't create a vtable entry for a cloned
7063         function.
7064         * decl.c (predefined_identifier): Add ctor_or_dtor_p.
7065         (initialize_predefined_identifiers): Update appropriately.
7066         (finish_destructor_body): Simplify.
7067         (maybe_build_cleanup_and_delete): Remove.
7068         * except.c (expand_throw): Handle new-ABI destructors.
7069         * init.c (expand_cleanup_for_base): Use base_dtor_identifier.
7070         (build_dtor_call): New function.
7071         (build_delete): Use it.  Simplify.
7072         * optimize.c (maybe_clone_body): Handle destructors.
7073         * search.c (lookup_field_queue_p): Use IDENTIFIER_CTOR_OR_DTOR_P.
7074
7075         * exception.cc (cleanup_fn): New typedef.
7076         (CALL_CLEANUP): New macro.
7077         (cp_eh_info): Use them.
7078         (__cp_push_exception): Likewise.
7079         (__cp_pop_exception): Likewise.
7080
7081 2000-04-11  Mark Mitchell  <mark@codesourcery.com>
7082
7083         * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
7084         (complete_dtor_identifier): New macro.
7085         (CLASSTYPE_FIRST_CONVERSION): Remove.
7086         (CLASSTYPE_CONSTRUCTOR_SLOT): New macro.
7087         (CLASSTYPE_DESTRUCTOR_SLOT): Likewise.
7088         (CLASSTYPE_FIRST_CONVERSION_SLOT): Likewise.
7089         (CLASSTYPE_CONSTRUCTORS): Likewise.
7090         (CLASSTYPE_DESTRUCTORS): Likewise.
7091         (lang_decl): Add cloned_function.
7092         (DECL_COMPLETE_CONSTRUCTOR_P): New macro.
7093         (DECL_BASE_CONSTRUCTOR_P): Likewise.
7094         (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P): Likewise.
7095         (DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P): Likewise.
7096         (DECL_CLONED_FUNCTION_P): Likewise.
7097         (DECL_CLONED_FUNCTION): Likewise.
7098         (clone_function_decl): Declare.
7099         (maybe_clone_body): Likewise.
7100         * call.c (build_user_type_conversion_1): Call complete object
7101         constructors in the new ABI.
7102         (build_new_method_call): Don't add in-charge parameters under the
7103         new ABI.
7104         * class.c (add_method): Use DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P,
7105         DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P, CLASSTYPE_CONSTRUCTOR_SLOT, and
7106         CLASSTYPE_DESTRUCTOR_SLOT.
7107         (build_clone): New function.
7108         (clone_function_decl): Likewise.
7109         (clone_constructors_and_destructors): Likewise.
7110         (check_bases_and_members): Use it.
7111         * decl.c (iniitialize_predefined_identifiers): Initialize
7112         complete_dtor_identifier.
7113         (finish_function): Don't add extra code to a clone.
7114         (lang_mark_tree): Mark cloned_function.
7115         * decl2.c (mark_used): Don't bother trying to instantiate things
7116         we synthesized.
7117         * dump.c (dequeue_and_dump): Don't dump CP_DECL_CONTEXT twice.
7118         * method.c (set_mangled_name_for_decl): Don't treat clones as
7119         constructors.
7120         (synthesize_method): Sythesize cloned functions, not the clones.
7121         * optimize.c (inline_data): Update comment on ret_label.
7122         (remap_block): Don't assume DECL_INITIAL exists.
7123         (copy_body_r): Allow ret_label to be NULL.
7124         (maybe_clone_body): Define.
7125         * pt.c (tsubst_decl): Handle clones.
7126         (instantiate_clone): New function.
7127         (instantiate_template): Use it.
7128         (set_mangled_name_for_template_decl): Don't treat clones as
7129         constructors.
7130         * search.c (lookup_fnfields_1): Use CLASSTYPE_CONSTRUCTOR_SLOT,
7131         CLASSTYPE_DESTRUCTOR_SLOT, and CLASSTYPE_FIRST_CONVERSION_SLOT.
7132         * semantics.c (expand_body): Clone function bodies as necessary.
7133
7134         * optimize.c (remap_decl): Avoid sharing structure for arrays
7135         whose size is only known at run-time.
7136         * tree.c (copy_tree_r): Don't copy PARM_DECLs.
7137
7138         * cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attr
7139         to has_in_charge_parm_p.
7140         (DECL_CONSTRUCTOR_FOR_VBASE_P): Rename to ...
7141         (DECL_HAS_IN_CHARGE_PARM_P): ... this.
7142         (DECL_COPY_CONSTRUCTOR_P): New macro.
7143         * call.c (add_function_candidate): Use DECL_HAS_IN_CHARGE_PARM_P.
7144         (build_user_type_conversion_1): Likewise.
7145         (convert_like_real): Likewise.
7146         (build_over_call): Likeiwse.  Use DECL_COPY_CONSTRUCTOR_P.
7147         * decl.c (grokdeclarator): Use DECL_HAS_IN_CHARGE_PARM_P.
7148         (copy_args_p): Likewise.
7149         (grok_ctor_properties): Likewise.
7150         (start_function): Likewise.
7151         * decl2.c (maybe_retrofit_in_charge): Likewise.  Set it.
7152         * error.c (dump_function_decl): Use DECL_HAS_IN_CHARGE_PARM_P.
7153         * init.c (emit_base_init): Use DECL_COPY_CONSTRUCTOR_P.
7154         * method.c (do_build_copy_constructor): Use
7155         DECL_HAS_IN_CHARGE_PARM_P.
7156         (synthesize_method): Likewise.
7157         * pt.c (instantiate_template): Remove goto.
7158         * tree.c (build_cplus_method_type): Remove mention of obstacks in
7159         comment.
7160
7161         * cp-tre.h (finish_function): Change prototype.
7162         * decl.c (end_cleanup_fn): Adjust caller.
7163         (finish_function): Take only one parameter.
7164         * decl2.c (finish_objects): Adjust caller.
7165         (finish_static_storage_duration_function): Likewise.
7166         * method.c (emit_thunk): Likewise.
7167         * parse.y: Likewise.
7168         * parse.c: Regenerated.
7169         * pt.c (instantiate_decl): Likewise.
7170         * rtti.c (synthesize_tinfo_fn): Likewise.
7171         * semantics.c (expand_body): Likewise.
7172
7173         * cp-tree.h (copy_decl): New function.
7174         * class.c (finish_struct_1): Use it.
7175         * lex.c (copy_decl): Define it.
7176         * pt.c (tsubst_decl): Likewise.
7177         * tree.c (copy_template_template_parm): Likewise.
7178
7179         * cp-tree.h (lang_type): Remove has_nonpublic_ctor and
7180         has_nonpublic_assign_ref.
7181         (TYPE_HAS_NONPUBLIC_CTOR): Don't declare.
7182         (TYPE_HAS_NONPUBLIC_ASSIGN_REF): Likewise.
7183         * class.c (finish_struct_methods): Don't set
7184         TYPE_HAS_NONPUBLIC_CTOR or TYPE_HAS_NONPUBLIC_ASSIGN_REF.
7185         (interface_only): Don't declare.
7186         (interface_unknown): Likewise.
7187
7188 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7189
7190         * tree.h (HAVE_TEMPLATES): Remove definition.
7191         * lang-options.h (-fthis-is-variable): Remove documentation.
7192
7193 2000-04-10  Jason Merrill  <jason@casey.cygnus.com>
7194
7195         * class.c (instantiate_type): Handle object-relative template-id.
7196
7197         * semantics.c (finish_expr_stmt): Call convert_to_void here.
7198         * decl.c (cplus_expand_expr_stmt): Not here.
7199
7200         * rtti.c (build_dynamic_cast_1): Call non_lvalue.
7201         Initialize exprtype earlier.
7202
7203         * parse.y (fn.def1): Check for defining types in return types.
7204
7205         * decl.c (check_tag_decl): Notice extra fundamental types.
7206         Diagnose empty decls in classes, too.
7207
7208         * decl.c (grokdeclarator): Don't override an anonymous name if no
7209         declarator was given.
7210
7211         * cvt.c (convert_to_void): Call resolve_offset_ref.
7212
7213         * typeck.c (build_x_function_call): Abort if we get an OFFSET_REF.
7214
7215         * decl2.c (decl_namespace): Handle getting a type.
7216
7217         * typeck.c (build_c_cast): Re-enable warning for cast between
7218         pointer and integer of different size.
7219
7220 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
7221
7222         * inc/cxxabi.h (__pointer_type_info): Add restrict and
7223         incomplete flags.
7224         (__pointer_type_info::__pointer_catch): New virtual function.
7225         (__pointer_to_member_type_info): Derive from
7226         __pointer_type_info. Adjust.
7227         (__pointer_to_member_type_info::__do_catch): Remove.
7228         (__pointer_to_member_type_info::__is_pointer_p): Declare.
7229         (__pointer_to_member_type_info::__pointer_catch): Declare.
7230         * rtti.c (qualifier_flags): Add restrict flag.
7231         (ptmd_initializer): Reorder members.
7232         (create_tinfo_types): Expand comments. Reorder
7233         ptmd_desc_type_node members.
7234         * tinfo2.cc (__pointer_to_member_type_info::__is_pointer_p):
7235         Implement.
7236         (__pointer_type_info::__do_catch): Move specific code into
7237         __pointer_catch. Call it.
7238         (__pointer_type_info::__pointer_catch): Non-pointer-to-member
7239         specific catch checking. Fix void conversion check.
7240         (__pointer_to_member_type_info::__do_catch): Remove.
7241         (__pointer_to_member_type_info::__pointer_catch): Implement.
7242
7243 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7244
7245         * lex.c (init_parse): Remove traces of classof and headof.
7246         * decl2.c (flag_operator_names): Default to 1.
7247         (lang_decode_option): Do not set it for -ansi.
7248
7249 2000-04-09  Mark Mitchell  <mark@codesourcery.com>
7250
7251         * cp-tree.h (struct lang_decl): Remove main_decl_variant.
7252         (DECL_MAIN_VARIANT): Remove.
7253         * decl.c (duplicate_decls): Don't set it.
7254         (start_function): Likewise.
7255         (lang_mark_tree): Don't mark it.
7256         * decl2.c (defer_fn): Don't use it.
7257         * lex.c (retrofit_lang_decl): Don't set it.
7258         * pt.c (tsubst_decl): Likewise.
7259         * ptree.c (print_lang_decl): Don't print it.
7260         * typeck.c (mark_addressable): Don't use it.
7261
7262 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
7263
7264         * vec.cc: Include <new> and <exception>.
7265         (__cxa_vec_ctor): Use __cxa_vec_dtor for cleanup.
7266         (__cxa_vec_dtor): Catch dtor exceptions, and rethrow or
7267         terminate.
7268         (__cxa_vec_delete): Catch dtor exceptions.
7269
7270 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
7271
7272         Prepend __ to implementation defined names.
7273         * inc/typeinfo (type_info): Rename _name to __name.
7274         (type_info::type_info): Rename parameter.
7275         (type_info::operator==, type_info::operator!=,
7276         type_info::before): Likewise.
7277         (type_info::is_pointer_p, type_info::is_function_p,
7278         type_info::do_catch, type_info::do_upcast): Prepend __. Rename
7279         parameters.
7280         * inc/cxxabi.h
7281         (__fundamental_type_info::__fundamental_type_info) Rename parameters.
7282         (__pointer_type_info::__pointer_type_info): Likewise.
7283         (__pointer_type_info::is_pointer_p,
7284         __pointer_type_info::do_catch): Prepend __. Rename parameters.
7285         (__array_type_info::__array_type_info): Rename parameters.
7286         (__function_type_info::__function_type_info): Likewise.
7287         (__function_type_info::is_function_p): Prepend __.
7288         (__enum_type_info::__enum_type_info): Rename parameters.
7289         (__pointer_to_member_type_info::__pointer_to_member_type_info):
7290         Likewise.
7291         (__pointer_to_member_type_info::do_catch): Prepend __. Rename
7292         parameters.
7293         (__base_class_info::is_virtual_p, is_public_p, offset): Prepend __.
7294         (__class_type_info::__class_type_info): Rename parameters.
7295         (__class_type_info::sub_kind): Prepend __. Adjust member names.
7296         (__class_type_info::upcast_result,
7297         __class_type_info::dyncast_result): Prepend __. Move definition
7298         into tinfo.cc.
7299         (__class_type_info::do_upcast, __class_type_info::do_catch,
7300         __class_type_info::find_public_src,
7301         __class_type_info::do_dyncast,
7302         __class_type_info::do_find_public_src): Prepend __. Rename
7303         parameters.
7304         (__si_class_type_info::__si_class_type_info): Rename parameters.
7305         (__si_class_type_info::do_upcast, __si_class_type_info::do_dyncast,
7306         __si_class_type_info::do_find_public_src): Prepent __. Rename
7307         parameters.
7308         (__vmi_class_type_info::__vmi_class_type_info): Rename parameters.
7309         (__vmi_class_type_info::do_upcast, __vmi_class_type_info::do_dyncast,
7310         __vmi_class_type_info::do_find_public_src): Prepent __. Rename
7311         parameters.
7312         (__dynamic_cast): Rename parameters.
7313         * tinfo.cc (type_info::is_pointer_p, type_info::is_function_p,
7314         type_info::do_catch, type_info::do_upcast): Prepend __.
7315         (contained_p, public_p, virtual_p, contained_public_p,
7316         contained_nonpublic_p, contained_nonvirtual_p): Adjust.
7317         (__class_type_info::do_catch,
7318         __class_type_info::do_upcast): Prepend __. Adjust.
7319         (__class_type_info::__upcast_result,
7320         __class_type_info::__dyncast_result): Move from inc/cxxabi.h.
7321         Adjust.
7322         (__class_type_info::find_public_src): Prepend __. Adjust.
7323         (__class_type_info::do_find_public_src,
7324         __si_class_type_info::do_find_public_src,
7325         __vmi_class_type_info::do_find_public_src): Likewise.
7326         (__class_type_info::do_dyncast,
7327         __si_class_type_info::do_dyncast,
7328         __vmi_class_type_info::do_dyncast): Likewise.
7329         (__class_type_info::do_upcast,
7330         __si_class_type_info::do_upcast,
7331         __vmi_class_type_info::do_upcast): Likewise.
7332         (__dynamic_cast): Adjust.
7333         * tinfo2.cc (__pointer_type_info::is_pointer_p): Prepend __.
7334         (__function_type_info::is_function_p): Likewise.
7335         (__pointer_type_info::do_catch): Likewise. Adjust.
7336         (__pointer_to_member_type_info::do_catch): Likewise. Adjust.
7337         (__throw_type_match_rtti_2): Adjust.
7338         (__is_pointer): Adjust.
7339
7340 2000-04-08  Mark Mitchell  <mark@codesourcery.com>
7341
7342         * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.
7343         (complete_ctor_identifier): New macro.
7344         (special_function_kind): Add sfk_copy_constructor and
7345         sfk_assignment_operator.
7346         (LOOKUP_HAS_IN_CHARGE): Remove.
7347         (cons_up_default_function): Rename to ...
7348         (implicitly_declare_fn): ... this.
7349         * call.c (build_new_method_call): Add in-charge parameters for
7350         constructors here.
7351         * class.c (add_implicitly_declared_members): Change parameter name
7352         from cant_have_assignment to cant_have_const_assignment.
7353         Replace calls to cons_up_default_function to implicitly_declare_fn.
7354         * cvt.c (ocp_convert): Use complete_ctor_identifier.
7355         * decl.c (initialize_predefined_identifiers): Initialize it.
7356         (start_function): Use DECL_CONSTRUCTOR_FOR_VBASE_P instead of
7357         complex expression.
7358         * init.c (expand_default_init): Don't calculate the in-charge
7359         parameter here.
7360         (build_new_1): Likewise.
7361         * lex.c (cons_up_default_function): Move to method.c.
7362         * method.c (synthesize_method): Use DECL_DESTRUCTOR_P.
7363         (implicitly_declare_fn): New function.
7364         * typeck.c (build_static_cast): Use complete_ctor_identifier.
7365         (build_modify_expr): Likewise.
7366         * typeck2.c (build_functional_cast): Likewise.
7367
7368         Under the new ABI, constructors don't return `this'.
7369         * cp-tree.h (warn_reorder): Declare.
7370         (special_function_kind): New enum.
7371         (global_base_init_list): Remove declaration.
7372         (emit_base_init): Don't return a value.
7373         (check_base_init): Don't declare.
7374         (is_aggr_typedef): Likewise.
7375         * decl.c (check_special_function_return_type): New function.
7376         (return_types): Remove.
7377         (grokdeclarator): Use check_special_function_return_type.
7378         (start_function): Don't initialize ctor_label under the new ABI.
7379         (finish_construtor_body): Don't create a corresponding LABEL_STMT.
7380         * init.c (begin_init_stmts): Move to top of file.
7381         (finish_init_stmts): Likewise.
7382         (warn_reorder): Don't declare.
7383         (emit_base_init): Don't create a STMT_EXPR here.  Don't return a
7384         value.
7385         (check_base_init): Remove.
7386         (is_aggr_typedef): Likewise.
7387         (build_new_1): Don't use the return value of a constructor.
7388         * semantics.c (setup_vtbl_ptr): Don't use the return value
7389         of emit_base_init.
7390         * typeck.c (check_return_expr): Don't magically convert return
7391         statements into `return this' in constructors under the new ABI.
7392
7393         * cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER,
7394         CPTI_BASE_DTOR_IDENTIFIER, and CPTI_DELETING_DTOR_IDENTIFIER.
7395         (base_ctor_identifier): New macro.
7396         (base_dtor_identifier): Likewise.
7397         (deleting_dtor_identifier): Likewise.
7398         * decl.c: Don't include obstack.h.
7399         (obstack_chunk_alloc): Don't define.
7400         (obstack_chunk_free): Likewise.
7401         (struct predefined_identifier): New type.
7402         (initialize_predefined_identifiers): New function.
7403         (init_decl_processing): Use it.
7404         (debug_temp_inits): Remove.
7405         (start_method): Don't call preserve_data.
7406         (hack_incomplete_structures): Update comment.
7407         * init.c (init_init_processing): Don't initialize
7408         nelts_identifier.
7409         (build_offset_rf): Remove dead code.
7410         (build_delete): Use CLASSTYPE_N_BASECLASSES.
7411         * search.c (init_search_processing): Don't initialize
7412         vptr_identifier.
7413
7414 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7415
7416         * typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to elide
7417         some sign_compare warnings.
7418
7419 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
7420
7421         Rename abi::__vmi_class_type_info members.
7422         * inc/cxxabi.h (__vmi_class_type_info): Rename details, n_bases,
7423         base_list, detail_masks members to vmi_flags, vmi_base_count,
7424         vmi_bases and vmi_flags_masks respectively.
7425         (__vmi_class_type_info::vmi_flags_masks): Rename
7426         details_unknown_mask to flags_unknown_mask.
7427         * tinfo.cc (__class_type_info::do_upcast): Adjust.
7428         (__vmi_class_type_info::do_find_public_src): Adjust.
7429         (__vmi_class_type_info::do_dyncast): Adjust.
7430         (__vmi_class_type_info::do_upcast): Adjust.
7431
7432 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
7433
7434         * tinfo.cc (convert_to_base): New function.
7435         (get_vbase_offset): Remove. Move into convert_to_base.
7436         (__vmi_class_type_info::do_find_public_src): Adjust.
7437         (__vmi_class_type_info::do_dyncast): Adjust.
7438         (__vmi_class_type_info::do_upcast): Adjust.
7439
7440 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
7441
7442         * tinfo.cc (operator=): Use __builtin_strcmp.
7443         * tinfo2.cc (before): Likewise.
7444
7445 2000-04-06  Mark Mitchell  <mark@codesourcery.com>
7446
7447         * cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.
7448         (DECL_SAVED_INLINE): Rename to ...
7449         (DECL_DEFERRED_FN): ... this.
7450         (in_function_p): Remove declaration.
7451         (mark_inline_for_output): Rename to ...
7452         (defer_fn): ... this.
7453         * decl.c (finish_function): Adjust call to mark_inline_for_output.
7454         (in_function_p): Remove definition.
7455         * decl2.c (saved_inlines): Rename to ...
7456         (deferred_fns): ... this.
7457         (saved_inlines_used): Rename to ...
7458         (deferred_fns_used): ... this.
7459         (mark_inline_for_output): Rename to ...
7460         (defer_fn): ... this.
7461         (finish_file): Adjust accordingly.
7462         (init_decl2): Likewise.
7463         * lex.c (cons_up_default_function): Likewise.
7464         * pt.c (mark_decl_instantiated): Likewise.
7465         (instantiate_decl): Don't set DECL_DEFER_OUTPUT under any
7466         circumstances.
7467         * rtti.c (get_tinfo_decl): Adjust call to mark_inline_for_output.
7468         * semantics.c (expand_body): Defer more functions.
7469
7470 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
7471
7472         * vec.cc: New file.
7473         * Make-lang.in (CXX_LIB2FUNCS): Add it.
7474         (vec.o): Build it.
7475         * inc/cxxabi.h (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
7476         __cxa_vec_delete): Declare.
7477
7478 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
7479
7480         * rtti.c (dfs_class_hint_mark): New static function.
7481         (dfs_class_hint_unmark): New static function.
7482         (class_hint_flags): Use them.
7483
7484 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
7485
7486         * decl2.c: Make flag_honor_std dependant on ENABLE_STD_NAMESPACE.
7487
7488 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
7489
7490         * cp-tree.h (instantiate_decl): Change prototype.
7491         * decl2.c (mark_used): Adjust call.
7492         * optimize.c (inlinable_function_p): Adjust handling of templates.
7493         * pt.c (do_decl_instantiation): Adjust call to instantiate_decl.
7494         (do_type_instantiation): Likewise.
7495         (instantiate_decl): Defer more templates.
7496         (instantiate_pending_templates): Adjust logic to handle inline
7497         friend functions.
7498
7499         * Makefile.in (GGC_H): New variable.  Use it throughout in place
7500         of ggc.h.
7501
7502         * call.c: Don't include obstack.h.  Include ggc.h.
7503         (obstack_chunk_alloc): Don't define.
7504         (obstack_chunk_free): Likewise.
7505         (add_candidate): Allocate the z_candidate with ggc_alloc_obj.
7506         * decl.c (push_switch): Use xmalloc to allocate the cp_switch.
7507         (pop_switch): Free it.
7508
7509         * decl2.c (grokclassfn): Set TREE_READONLY for PARM_DECLs.
7510
7511         * dump.c (dequeue_and_dump): Don't try to print the bit_position
7512         if we don't have a DECL_FIELD_OFFSET.
7513
7514 Wed Apr  5 15:12:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
7515
7516         * optimize.c (calls_setjmp_r): Use setjmp_call_p instead of
7517         special_function_p.
7518
7519 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7520
7521         * cfns.gperf (hash, libc_name_p): Prototype.
7522
7523         * rtti.c (build_dynamic_cast_1): Constification.
7524
7525         * search.c (dfs_debug_unmarkedp, dfs_debug_mark): Unhide prototypes.
7526
7527         * semantics.c (deferred_type_access_control): Prototype.
7528
7529 2000-04-04  Mark Mitchell  <mark@codesourcery.com>
7530
7531         Correct many new ABI issues regarding vbase and vcall offset
7532         layout.
7533         * cp-tree.h (BINFO_VTABLE): Document.
7534         (struct lang_type): Tweak formatting.
7535         (BINFO_PRIMARY_BINFO): Add to documentation.
7536         (CLASSTYPE_VSIZE): Fix typo in comment.
7537         (CLASSTYPE_VBASECLASSES): Update documentation.
7538         (BINFO_VBASE_MARKED): Remove.
7539         (SET_BINFO_VBASE_MARKED): Likewise.
7540         (CLEAR_BINFO_VBASE_MARKED): Likewise.
7541         (BINFO_FIELDS_MARKED): Remove.
7542         (SET_BINFO_FIELDS_MARKED): Likewise.
7543         (CLEAR_BINFO_FIELDS_MARKED): Likewise.
7544         (enum access_kind): New enumeration.
7545         (num_extra_vtbl_entries): Remove declaration.
7546         (size_extra_vtbl_entries): Likewise.
7547         (get_vtbl_decl_for_binfo): New function.
7548         (dfs_vbase_unmark): Remove declaration.
7549         (mark_primary_bases): Likewise.
7550         * class.c (SAME_FN): Remove.
7551         (struct vcall_offset_data_s): Move definition.
7552         (build_vbase_pointer): Use `build', not `build_binary_op', to
7553         access the vbase pointer under the new ABI.
7554         (build_vtable_entry_ref): Use get_vtbl_decl_for_binfo.
7555         (build_primary_vtable): Likewise.
7556         (dfs_mark_primary_bases): Move here from search.c.
7557         (mark_primary_bases): Likewise.
7558         (determine_primary_bases): Under the new ABI, don't make a base
7559         class a primary base just because we don't yet have any virtual
7560         functions.
7561         (layout_vtable_decl): Use get_vtbl_decl_for_binfo.
7562         (num_vfun_entries): Remove.
7563         (dfs_count_virtuals): Likewise.
7564         (num_extra_vtbl_entries): Likewise.
7565         (size_extra_vtbl_entries): Likewise.
7566         (layout_virtual_bases): Iterate in inheritance graph order under
7567         the new ABI.
7568         (finish_struct_1): Use TYPE_VFIELD, not CLASSTYPE_VSIZE, to
7569         indicate that a vfield is present.
7570         (init_class_processing): Initialize access_public_node, etc., from
7571         ak_public, etc.
7572         (get_vtbl_decl_for_binfo): New function.
7573         (dump_class_hierarchy_r): Likewise.
7574         (dump_class_hierarchy): Use it.
7575         (finish_vtbls): Build the vtbls in inheritance graph order.
7576         (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
7577         (initialize_vtable): Use get_vtbl_decl_for_binfo.
7578         (accumulate_vtbl_inits): Add comments explaining why a pre-order
7579         walk is required.
7580         (dfs_accumulate_vtbl_inits): Set BINFO_VTABLE to the location
7581         where the vptr points, even for primary vtables.
7582         (build_vtbl_initializer): Adjust handling of vbase and vcall
7583         offsets.
7584         (build_vcall_and_vbase_vtable_entries): New function.
7585         (dfs_build_vbase_offset_vtbl_entries): Remove.
7586         (build_vbase_offset_vtbl_entries): Reimplement.
7587         (dfs_build_vcall_offset_vtbl_entries): Don't include virtuals that
7588         were already handled in a primary base class vtable.
7589         (build_vcall_offset_vtbl_entries): Adjust.
7590         (build_rtti_vtbl_entries): Adjust.
7591         * decl2.c (output_vtable_inherit): Use get_vtbl_decl_for_binfo.
7592         * init.c (expand_virtual_init): Simplify.
7593         * repo.c (repo_get_id): Use get_vtbl_decl_for_binfo.
7594         * rtti.c (create_pseudo_type_info): Adjust calculation of vptr.
7595         * search.c (BINFO_ACCESS): New macro.
7596         (SET_BINFO_ACCESS): Likewise.
7597         (dfs_access_in_type): Manipulate access_kinds, not access nodes.
7598         (access_in_type): Likewise.
7599         (dfs_accessible_p): Likewise.
7600         (protected_accessible_p): Likewise.
7601         (lookup_fnfields_1): Adjust documentation.
7602         (dfs_mark_primary_bases): Move to class.c
7603         (mark_primary_bases): Likewise.
7604         (dfs_vbase_unmark): Remove.
7605         (virtual_context): Use BINFO_FOR_VBASE.
7606         (dfs_get_vbase_types): Simplify.
7607         (dfs_build_inheritance_graph_order): New function.
7608         (get_vbase_types): Use it.
7609         * tree.c (debug_binfo): Use get_vtbl_decl_for_binfo.
7610
7611         * tinfo.cc (get_vbase_offset): New function.
7612         (__vmi_class_type_info::do_find_public_src): Use it.
7613         (__vmi_class_type_info::do_dyncast): Likewise.
7614         (__vmi_class_type_info::do_upcast): Likewise.
7615
7616 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
7617
7618         * lang-specs.h: Pass -fno-show-column to the preprocessor.
7619
7620 2000-03-30  Nathan Sidwell  <nathan@codesourcery.com>
7621
7622         * rtti.c (class_hint_flags): Rename flags.
7623         (class_initializer): Remove flags.
7624         (synthesize_tinfo_var): Combine offset and flags. Add flags
7625         for __vmi_class_type_info.
7626         (create_tinfo_types): Remove flags from __class_type_info and
7627         __si_class_type_info. Merge flags and offset from
7628         base_class_type_info.
7629         * inc/cxxabi.h (__base_class_info): Merge offset and vmi_flags.
7630         (__base_class_info::is_virtual_p): Adjust.
7631         (__base_class_info::is_public_p): Adjust.
7632         (__base_class_info::offset): New accessor.
7633         (__class_type_info::details): Remove member.
7634         (__class_type_info::__class_type_info): Lose details.
7635         (__class_type_info::detail_masks): Remove.
7636         (__si_class_type_info::__si_class_type_info): Lose details.
7637         (__vmi_class_type_info::details): New member.
7638         (__vmi_class_type_info::__vmi_class_type_info): Adjust.
7639         (__vmi_class_type_info::detail_masks): New member.
7640         * tinfo.cc (__class_type_info::do_upcast): Initialize result
7641         with unknown_details_mask.
7642         (__vmi_class_type_info::do_find_public_src): Adjust
7643         (__vmi_class_type_info::do_dyncast): Adjust.
7644         (__vmi_class_type_info::do_upcast): Set result details, if
7645         needed. Adjust.
7646         (__dynamic_cast): Temporarily #if out optimization.
7647
7648 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
7649
7650         * rtti.c (get_tinfo_decl): Mark used.
7651         (emit_tinfo_decl): Don't optimize polymorphic type_info. Only
7652         mark as dealt with, if we output it.
7653
7654 2000-03-28  Mark Mitchell  <mark@codesourcery.com>
7655
7656         * class.c: Reorganize to put virtual function table initialization
7657         machinery at the end of the file.
7658
7659 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
7660
7661         * class.c (finish_struct): Use bitsize_zero_node.
7662         * pt.c (instantiate_class_template): Likewise.
7663
7664 2000-03-28  Mark Mitchell  <mark@codesourcery.com>
7665
7666         Put RTTI entries at negative offsets in new ABI.
7667         * class.c (dfs_build_vbase_offset_vtbl_entries): Put the first
7668         vbase offset at index -3, not -1.
7669         (build_vtabe_offset_vtbl_entries): Use unmarked_vtable_pathp, not
7670         dfs_vtable_path_unmarked_real_bases_queue_p to walk bases.
7671         (dfs_build_vcall_offset_vtbl_entries): Don't use skip_rtti_stuff.
7672         (build_rtti_vtbl_entries): New function.
7673         (set_rtti_entry): Remove.
7674         (build_primary_vtable): Don't use it.
7675         (build_secondary_vtable): Likewise.
7676         (start_vtable): Remove.
7677         (first_vfun_index): New function.
7678         (set_vindex): Likewise.
7679         (add_virtual_function): Don't call start_vtable.  Do call
7680         set_vindex.
7681         (set_primary_base): Rename parameter.
7682         (determine_primary_base): Likewise.
7683         (num_vfun_entries): Don't use skip_rtti_stuff.
7684         (num_extra_vtbl_entries): Include RTTI information.
7685         (build_vtbl_initializer): Use build_rtti_vtbl_entries.
7686         (skip_rtti_stuff): Remove.
7687         (dfs_modify_vtables): Don't use it.
7688         (modify_all_vtables): Don't use start_vtable.  Do use set_vindex.
7689         (layout_nonempty_base_or_field): Update size handling.
7690         (create_vtable_ptr): Tweak.
7691         (layout_class_type): Adjust parameter names.
7692         (finish_struct_1): Simplify.
7693         * cp-tree.h (CLASSTYPE_VSIZE): Tweak documentation.
7694         (skip_rtti_stuff): Remove.
7695         (first_vfun_index): New function.
7696         (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
7697         (dfs_vtable_path_marked_real_bases_queue_p): Remove.
7698         (marked_vtable_pathp): Declare.
7699         (unmarked_vtable_pathp): Likewise.
7700         * error.c (dump_expr): Use first_vfun_index to calculate vtable
7701         offsets.
7702         * rtti.c (build_headof): Look for RTTI at negative offsets.
7703         (get_tinfo_decl_dynamic): Likewise.
7704         (tinfo_base_init): Don't take the address of the TINFO_VTABLE_DECL
7705         here.
7706         (create_pseudo_type_info): Do it here instead.  Adjust so that
7707         vptr points at first virtual function.
7708         * search.c (marked_vtable_pathp): Make it global.
7709         (unmarked_vtable_pathp): Likewise.
7710         (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
7711         (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
7712         (dfs_get_pure_virtuals): Don't use skip_rtti_stuff.
7713         (get_pure_virtuals): Likewise.
7714         (expand_upcast_fixups): Likewise.
7715         * tree.c (debug_binfo): Likewise.
7716         * tinfo.cc (__dynamic_cast): Look for vtable_prefix at appropriate
7717         negative offset.
7718
7719 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7720
7721         * class.c (check_field_decl): Fix typo.
7722         (build_vtbl_or_vbase_field): Don't clear DECL_SAVED_INSNS.
7723         (check_methods): Likewise.
7724         (check_field_decls): Likewise.
7725         Use DECL_CONTEXT, not DECL_FIELD_CONTEXT.
7726         * cp-tree.h (DECL_SHADOWED_FOR_VAR, DECL_TEMPLATE_RESULT):
7727         Use DECL_RESULT_FLD, not DECL_RESULT.
7728         * decl.c (xref_tag): Use DECL_TEMPLATE_RESULT.
7729         * lex.c (identifier_type): Likewise.
7730         * pt.c (determine_specialization, lookup_template_class): Likewise.
7731         (tsubst_friend_function, tsubst_decl, instantiate_template): Likewise.
7732         (resolve_overloaded_unification, more_specialized): Likewise.
7733         * semantics.c (finish_member_declaration): Likewise.
7734         * typeck.c (build_x_function_call): Likewise.
7735
7736 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
7737
7738         * class.c (layout_empty_base): Handle empty bases with non-byte
7739         alignment.
7740         (build_base_field): Likewise.
7741         (layout_virtual_bases): Likewise.
7742
7743         * class.c (finish_struct_1): Fix typo in this change:
7744
7745         Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7746
7747 2000-03-25  Mark Mitchell  <mark@codesourcery.com>
7748
7749         * decl.c (grokdeclarator): Count partial specializations when
7750         keeping track of how many template classes have been seen.
7751
7752         * dump.c (dequeue_and_dump): Dump DECL_TEMPLATE_RESULT.
7753
7754 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7755
7756         * class.c (build_vbase_pointer_fields): layout_field now place_field.
7757         (get_vfield_offset): Use byte_position.
7758         (set_rtti_entry): Set OFFSET to ssizetype zero.
7759         (get_binfo_offset_as_int): Deleted.
7760         (dfs_record_base_offsets): Use tree_low_cst.
7761         (dfs_search_base_offsets): Likewise.
7762         (layout_nonempty_base_or_field): Reflect changes in RLI format
7763         and call byte_position.
7764         (layout_empty_base): Convert offset to ssizetype.
7765         (build_base_field): use rli_size_unit_so_far.
7766         (dfs_propagate_binfo_offsets): Do computation in proper type.
7767         (layout_virtual_bases): Pass ssizetype to propagate_binfo_offsets.
7768         (layout_class_type): Reflect changes in RLI names and fields.
7769         (finish_struct_1): Set DECL_FIELD_OFFSET.
7770         * dump.c (dequeue_and_dump): Call bit_position.
7771         * expr.c (cplus_expand_constant): Use byte_position.
7772         * rtti.c (expand_class_desc): Use bitsize_one_node.
7773         * typeck.c (build_component_addr): Use byte_position and don't
7774         special case for zero offset.
7775
7776 2000-03-24  Nathan Sidwell  <nathan@codesourcery.com>
7777
7778         * decl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.
7779
7780         * rtti.c (get_tinfo_decl): Set comdat linkage on new-abi
7781         tinfo object.
7782         (emit_tinfo_decl): Only emit polymorphic tinfo's when emitting
7783         vtable.
7784
7785 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
7786
7787         * call.c (check_dtor_name, build_new_method_call): Use TYPE_P and
7788         DECL_P macros.
7789         * decl.c (push_class_binding, poplevel, pushtag, lookup_namespace_name,
7790         make_typename_type, check_initializer, cp_finish_decl,
7791         xref_tag): Likewise.
7792         * decl2.c (grokfield, build_expr_from_tree, build_expr_from_tree,
7793         decl_namespace, arg_assoc_template_arg, arg_assoc,
7794         validate_nonmember_using_decl, do_class_using_decl): Likewise.
7795         * error.c (dump_template_argument, dump_expr, cp_file_of, cp_line_of,
7796         args_to_string): Likewise.
7797         * friend.c (is_friend): Likewise.
7798         * lex.c (note_got_semicolon, note_list_got_semicolon,
7799         is_global): Likewise.
7800         * method.c (build_overload_nested_name, build_overload_value,
7801         build_qualified_name, build_qualified_name, hack_identifier): Likewise.
7802         * parse.y (typename_sub, typename_sub1): Likewise.
7803         * pt.c (push_inline_template_parms_recursive, check_template_shadow,
7804         process_partial_specialization, convert_template_argument,
7805         template_args_equal, add_pending_template, lookup_template_class,
7806         for_each_template_parm_r, maybe_fold_nontype_arg,
7807         tsubst, instantiate_template, type_unification_real, unify,
7808         instantiate_pending_templates, set_mangled_name_for_template_decl):
7809         Likewise.
7810         * repo.c (repo_get_id, repo_template_used): Likewise.
7811         * search.c (lookup_field_1): Likewise.
7812         * tree.c (walk_tree, get_type_decl, cp_tree_equal, member_p): Likewise.
7813         * xref.c (classname): Likewise.
7814
7815 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
7816
7817         * cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.
7818         (CANONICAL_BINFO): New macro.
7819         (BINFO_NEW_VTABLE_MARKED): Use it.
7820         (SET_BINFO_NEW_VTABLE_MARKED): Likewise.
7821         (CLEAR_BINFO_NEW_VTABLE_MARKED): Likewise.
7822         * class.c (dfs_build_vbase_offset_vtbl_entries): Use BINFO_TYPE,
7823         not TREE_TYPE.
7824         (build_primary_vtable): Adjust usage of BINFO_NEW_VTABLE_MARKED.
7825         (build_secondary_vtable): Likewise.
7826         (dfs_finish_vtbls): Likewise.
7827         (dfs_accumulate_vtbl_inits): Likewise.
7828         (accumulate_vtbl_inits): New function.
7829         (finish_vtbls): Make sure that virtual bases come after
7830         non-virtual bases in the vtable group.
7831         (record_base_offsets): Don't save and restore TREE_VIA_VIRTUAL.
7832         (finish_struct_1): Adjust usage of BINFO_NEW_VTABLE_MARKED.
7833         * search.c (struct vbase_info): Move definition.
7834         (marked_new_vtable_p): Adjust usage of BINFO_NEW_VTABLE_MARKED.
7835         (unmarked_new_vtable_p): Likewise.
7836         (dfs_mark_vtable_path): Remove.
7837         (dfs_mark_new_vtable): Remove.
7838         (dfs_unmark_new_vtable): Likewise.
7839         (dfs_clear_search_slot): Likewise.
7840         (dfs_find_vbases):  Adjust usage of BINFO_NEW_VTABLE_MARKED.
7841         (dfs_clear_vbase_slots): Likewise.
7842         (init_vbase_pointers): LIkewise.
7843
7844 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
7845
7846         * typeck.c (type_after_usual_arithmetic_conversions): Prefer a
7847         SIZETYPE to a non-SIZETYPE.
7848
7849 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
7850
7851         * class.c (layout_virtual_bases): Adjust names in conditionally
7852         compiled code.
7853
7854         * class.c (record_base_offsets): New function.
7855         (layout_conflict_p): Likewise.
7856         (layout_nonempty_base_or_field): Use it.
7857         (layout_empty_base): New function.
7858         (build_base_field): Use it.
7859         (build_base_fields): Update comment.
7860         (layout_virtual_bases): Fold in a little code form
7861         layout_basetypes.  Use layout_empty_base.
7862         (layout_basetypes): Remove.
7863         (end_of_class): New function.
7864         (layout_class_type): Use it.  Adjust.
7865
7866         * cp-tree.h (CLASSTYPE_VBASECLASSES): Fix typo in comment.
7867         (fntype_p): Remove.
7868         * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Fix typo in
7869         comment.
7870         (dfs_skip_nonprimary_vbases_markedp): Likewise.
7871         * typeck.c (fntype_p): Remove.
7872
7873         * cp-tree.h (TI_SPEC_INFO): Remove.
7874         (CLASSTYPE_TI_SPEC_INFO): Likewise.
7875         * pt.c (process_partial_specialization): Likewise.
7876
7877         * class.c (build_base_field): Fix thinko in computation of binfo
7878         offsets.
7879
7880         * tree.c (mark_local_for_remap_p): Mark variables declared in
7881         TARGET_EXPRs as well.
7882
7883 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
7884
7885         * typeck.c (require_complete_type, complete_type,
7886         complete_type_or_else, c_sizeof, c_sizeof_nowarn,
7887         build_array_ref, convert_arguments, pointer_diff,
7888         build_x_unary_op, build_unary_op, build_c_cast,
7889         build_modify_expr): Use COMPLETE_TYPE_P etc.
7890         * call.c (is_complete, convert_like_real,
7891         build_new_method_call): Likewise.
7892         * class.c (build_vbase_pointer_fields, check_bases,
7893         build_base_field, finish_struct_1, pushclass): Likewise.
7894         * cvt.c (cp_convert_to_pointer, convert_to_void): Likewise.
7895         * decl.c (maybe_process_template_type_declaration, pushtag,
7896         pushdecl, redeclaration_error_message, start_decl, start_decl_1,
7897         layout_var_decl, check_initializer, cp_finish_decl,
7898         grokdeclarator, require_complete_types_for_parms,
7899         grok_op_properties, xref_tag, xref_basetypes,
7900         check_function_type): Likewise.
7901         * decl2.c (check_classfn, reparse_absdcl_as_casts): Likewise.
7902         * friend.c (do_friend): Likewise.
7903         * init.c (build_offset_ref): Likewise.
7904         * parse.y (structsp): Likewise.
7905         * pt.c (maybe_process_partial_specialization,
7906         tsubst_friend_function, instantiate_class_template, tsubst,
7907         do_type_instantiation, instantiate_pending_templates): Likewise.
7908         * repo.c (repo_get_id): Likewise.
7909         * rtti.c (build_typeid, get_typeid, build_dynamic_cast_1,
7910         synthesize_tinfo_var, emit_support_tinfos): Likewise.
7911         * search.c (lookup_fnfields_1, lookup_conversions): Likewise.
7912         * semantics.c (begin_class_definition): Likewise.
7913         * tree.c (build_cplus_method_type): Likewise.
7914         * typeck2.c (digest_init, build_functional_cast,
7915         add_exception_specifier): Likewise.
7916         * parse.h, parse.c: Regenerated.
7917
7918 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
7919
7920         * inc/cxxabi.h: New header file. Define new-abi entry points.
7921         (__pointer_type_info::target): Rename member to ...
7922         (__pointer_type_info::type): ... here.
7923         (__base_class_info::type): Rename member to ...
7924         (__base_class_info::base): ... here.
7925         * Make-lang.in (CXX_EXTRA_HEADERS): Add cxxabi.h
7926         * cp-tree.h (CPTI_ABI): New global tree enumeration.
7927         (abi_node): New global tree node.
7928         * decl.c (abi_node): Document.
7929         (init_decl_processing): Initialize abi_node.
7930         * rtti.c (build_dynamic_cast_1): Use abi_node for new-abi.
7931         (get_vmi_pseudo_type_info): Likewise.
7932         (create_tinfo_types): Likewise.
7933         (emit_support_tinfos): Likewise.
7934         * tinfo.h (cxxabi.h): Include for new-abi.
7935         Move rtti class definitions to new header file.
7936         * tinfo.cc (abi): Use the namespace.
7937         (std): Move new abi rtti classes from here ...
7938         (__cxxabiv1): ... to here.
7939         * tinfo2.cc (cxxabi.h): Include for new-abi.
7940         Move rtti class definitions to new header file.
7941         (std): Move new abi rtti classes from here ...
7942         (__cxxabiv1): ... to here.
7943         * inc/typeinfo (__class_type_info): Move into __cxxabiv1
7944         namespace.
7945
7946 2000-03-20  Jed Wing <jedwin@zloty.ugcs.caltech.edu>
7947             Jason Merrill  <jason@casey.cygnus.com>
7948
7949         * method.c (build_overload_int): Use host_integerp.
7950
7951 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
7952
7953         * init.c (build_offset_ref): Handle the case of a templated member
7954         function.
7955
7956 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7957
7958         * except.c (expand_exception_blocks): Clear catch_clauses_last.
7959
7960 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
7961
7962         * cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
7963         * class.c (check_bitfield_decl): Turn illegal bitfields into
7964         non-bitfields.
7965         (dfs_propagate_binfo_offsets): Adjust for new size_binop
7966         semantics.
7967         (dfs_offset_for_unshared_vbases): Likewise.
7968         * cvt.c (cp_convert_to_pointer): Convert NULL to a
7969         pointer-to-member correctly under the new ABI.
7970         * expr.c (cplus_expand_constant): Don't use cp_convert when
7971         turning an offset into a pointer-to-member.
7972         * init.c (resolve_offset_ref): Don't adjust pointers-to-members
7973         when dereferencing them under the new ABI.
7974         * typeck.c (get_member_function_from_ptrfunc): Tweak calculation
7975         of pointers-to-members under the new ABI.
7976
7977         * class.c (check_bitfield_decl): Remove restriction on really long
7978         bitfields.
7979         (layout_class_type): Implement new ABI handling of bitfields
7980         longer than their types.
7981
7982 2000-03-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
7983
7984         * parse.y (extdefs): Call ggc_collect.
7985         * parse.c: Regenerated.
7986
7987 2000-03-18  Nathan Sidwell  <nathan@codesourcery.com>
7988
7989         * class.c (build_base_field): Use TYPE_ALIGN to examine a type.
7990         (note_name_declared_in_class): Use OVL_CURRENT to get at a
7991         potential overload.
7992
7993 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7994
7995         * class.c (build_vbase_path): Use integer_zerop.
7996         (build_vtable_entry): Use tree_low_cst.
7997         (get_vfield_offset): Use bit_position.
7998         (dfs_modify_vtables): New variable vindex_val; `i' is HOST_WIDE_INT.
7999         Use tree_low_cst.
8000         (check_bitfield_decl): Set DECL_SIZE using convert.
8001         (build_base_field): Set DECL_SIZE and DECL_SIZE_UNIT using size_binop.
8002         (layout_virtual_bases): DSIZE is unsigned HOST_WIDE_INT.
8003         Use tree_low_cst.
8004         (finish_struct_1): Use bit_position.
8005         (dump_class_hierarchy): Use tree_low_cst.
8006         * cp-tree.h (min_precision): Add declaration.
8007         * decl.c (xref_tag, xref_basetypes): Use tree_low_cst.
8008         * error.c (dump_type_suffix): Use host_integerp and tree_low_cst.
8009         (dump_expr): Use integer_zerop, host_integerp, and tree_low_cst.
8010         * expr.c (cplus_expand_constant): Use bit_position.
8011         * init.c (build_vec_init): Use host_integerp and tree_low_cst.
8012         * rtti.c (get_base_offset): Use bit_position.
8013         * typeck.c (build_binary_op): Use integer_zerop, compare_tree_int,
8014         host_integerp, and tree_low_cst.
8015         (pointer_int_sum): Use integer_zerop.
8016         (build_component_addr): Use bit_position.
8017
8018 2000-03-17  Nathan Sidwell  <nathan@codesourcery.com>
8019
8020         * typeck.c (require_complete_type): Don't assume size_zero_node.
8021         (complete_type_or_else): Likewise.
8022
8023 2000-03-16  Steven Grady <grady@digitaldeck.com>
8024             Jason Merrill  <jason@casey.cygnus.com>
8025
8026         * rtti.c (build_dynamic_cast_1): Improve diagnostics.
8027
8028 2000-03-16  Nathan Sidwell  <nathan@codesourcery.com>
8029
8030         * decl2.c (grokfield): Bail out if type is error_mark_node.
8031
8032 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
8033
8034         * tinfo2.cc (__ptr_to_member_data): Rename to ...
8035         (__pointer_to_member_data): ... here. Adjust.
8036         * rtti.c (create_tinfo_types): Adjust.
8037
8038 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
8039
8040         * cp-tree.h (CPTI_REF_DESC_TYPE, ref_desc_type_node): Remove.
8041         * decl.c (ref_desc_type_node): Undocument.
8042         * rtti.c (ptr_ref_initializer): Rename to ...
8043         (ptr_initializer): ... here. Adjust comments.
8044         (ptmd_initializer): Fix comment thinko.
8045         (synthesize_tinfo_var): Remove REFERENCE_TYPE case.
8046         (create_tinfo_types): Remove ref_desc_type_node init.
8047         * tinfo2.cc (__reference_type_info): Remove.
8048
8049 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
8050
8051         * decl.c (cp_finish_decl): Remove obsolete comment.
8052
8053         * typeck.c (build_ptrmemfunc1): Kill uninitialized warning.
8054
8055 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
8056
8057         * cp-tree.h: Tweak documentation.
8058         * class.c (build_vbase_pointer_fields): Layout the fields, too.
8059         (avoid_overlap): Remove.
8060         (get_binfo_offset_as_int): New function.
8061         (dfs_serach_base_offsets): Likewise.
8062         (layout_nonempty_base_or_field): Likewise.
8063         (build_base_field): Layout fields here.  Avoid placing two objects
8064         of the same type at the same address, under the new ABI.
8065         (build_base_fields): Adjust accordingly.
8066         (create_vtable_ptr): Return the new field, but don't attach it to
8067         TYPE_FIELDS.
8068         (remove_base_field): Remove.
8069         (remove_base_fields): Remove.
8070         (layout_basetypes): Adjust accordingly.
8071         (layout_class_type): Call layout_field for each field, rather than
8072         just making a wholesale call to layout_type.
8073
8074 2000-03-14  Jeff Sturm  <jsturm@sigma6.com>
8075
8076         * except.c (expand_throw): Fix typo in _Jv_Sjlj_Throw.
8077
8078 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
8079
8080         * decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.
8081
8082         * except.c (dtor_nothrow): New fn.
8083         (do_pop_exception): Use it.  Take type parm.
8084         (push_eh_cleanup): Take type parm.
8085         (expand_start_catch_block): Pass it.
8086         (build_eh_type_type_ref): Accept null type.
8087
8088 2000-03-12  Mark Mitchell  <mark@codesourcery.com>
8089
8090         * cp-tree.h (revert_static_member_fn): Change prototype.
8091         * decl.c (grokfndecl): Adjust call to revert_static_member_fn.
8092         (grok_op_properties): Likewise.
8093         (start_function): Likewise.
8094         (revert_static_member_fn): Simplify.
8095         * pt.c (check_explicit_specialization): Adjust call to
8096         revert_static_member_fn.
8097
8098 2000-03-11  Mark Mitchell  <mark@codesourcery.com>
8099
8100         * cp-tree.h (scope_kind): New type.
8101         (tmpl_spec_kind): Likewise.
8102         (declare_pseudo_global_level): Remove.
8103         (pseudo_global_level_p): Rename to template_parm_scope_p.
8104         (pushlevel): Remove declaration.
8105         (begin_scope): New function.
8106         (finish_scope): Likewise.
8107         (current_tmpl_spec_kind): Likewise.
8108         * decl.c (struct binding_level): Shorten parm_flag to 2 bits.
8109         Shorten keep to 2 bits.  Rename pseudo_global to template_parms_p.
8110         Add template_spec_p.
8111         (toplevel_bindings_p): Adjust.
8112         (declare_pseudo_global_level): Remove.
8113         (pseudo_global_level_p): Rename to template_parm_scope_p.
8114         (current_tmpl_spec_kind): New function.
8115         (begin_scope): Likewise.
8116         (finish_scope): Likewise.
8117         (maybe_push_to_top_level): Adjust.
8118         (maybe_process_template_type_declaration): Likewise.
8119         (pushtag): Likewise.
8120         (pushdecl_nonclass_level): Likewise.
8121         (lookup_tag): Likewise.
8122         (grokfndecl): Handle member template specializations.  Share
8123         constructor and non-constructor code.
8124         * decl2.c (check_classfn): Handle member template specializations.
8125         * pt.c (begin_template_parm_list): Use begin_scope.
8126         (begin_specialization): Likewise.
8127         (end_specialization): Likewise.
8128         (check_explicit_specialization): Use current_tmpl_spec_kind.
8129         Handle member template specializations.
8130         (end_template_decl): Use finish_scope.  Remove call to
8131         get_pending_sizes.
8132         (push_template_decl_real): Remove bogus error message.
8133         (tsubst_decl): Fix typo in code contained in comment.
8134         (instantiate_template): Handle member template specializations.
8135         (most_general_template): Likewise.
8136
8137 2000-03-11  Gabriel Dos Reis  <gdr@codesourcery.com>
8138
8139         * lex.c (whitespace_cr): Compress consecutive calls to warning().
8140         (do_identifier): Ditto for error().
8141
8142         * pt.c (convert_nontype_argument): Ditto for cp_error().
8143         (convert_template_argument): Ditto for cp_pedwarn().
8144
8145 2000-03-11  Jason Merrill  <jason@casey.cygnus.com>
8146
8147         * exception.cc (__check_null_eh_spec): New fn.
8148         * except.c (expand_end_eh_spec): Call it if the spec is throw().
8149
8150 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
8151
8152         * decl.c (push_throw_library_fn): Take the FUNCTION_TYPE.
8153         * except.c (expand_end_eh_spec): Add the return type.
8154         * rtti.c (throw_bad_cast): Add the parmtypes.
8155         (throw_bad_typeid): Likewise.
8156
8157         * semantics.c (expand_stmt): Only leave out rtl for unused
8158         artificials, and set DECL_IGNORED_P on them as well.
8159         * decl.c (wrapup_globals_for_namespace): Likewise.
8160
8161 2000-03-09  Nathan Sidwell  <nathan@codesourcery.com>
8162
8163         * decl.c (maybe_commonize_var): Skip all artificial decls.
8164         * pt.c (tsubst_decl): Don't copy TREE_ASM_WRITTEN.
8165
8166 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
8167
8168         * lang-options.h, decl2.c: Add -fno-enforce-eh-specs.
8169         * cp-tree.h: Declare flag_enforce_eh_specs.
8170         * decl.c (store_parm_decls, finish_function): Check it.
8171
8172         C library functions don't throw.
8173         * Makefile.in (cfns.h): New target.
8174         (except.o): Depend on it.
8175         * Make-lang.in (cc1plus): Depend on cfns.gperf.
8176         * cfns.gperf: New file.
8177         * cfns.h: Generated.
8178         * except.c: Include it.
8179         (nothrow_libfn_p): New fn.
8180         * decl.c (grokfndecl): Use it.
8181         * cp-tree.h: Declare it.
8182
8183         * decl.c (push_overloaded_decl_1, auto_function,
8184         define_function): Lose.
8185         (build_library_fn_1): New static fn.
8186         (builtin_function): Use it.
8187         (get_atexit_node): Use build_library_fn_ptr.
8188         (build_library_fn, build_cp_library_fn, build_library_fn_ptr,
8189         build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,
8190         push_void_library_fn, push_throw_library_fn): New fns.
8191         * cp-tree.h: Declare them.
8192         (cp_tree_index): Remove CPTI_BAD_CAST, CPTI_BAD_TYPEID.
8193         (throw_bad_cast_node, throw_bad_typeid_node): Lose.
8194         * except.c (init_exception_processing, call_eh_info, do_pop_exception,
8195         (expand_end_eh_spec, alloc_eh_object, expand_throw): Use above fns.
8196         * rtti.c (build_runtime_decl): Lose.
8197         (throw_bad_cast, throw_bad_typeid, get_tinfo_decl,
8198         build_dynamic_cast_1, expand_si_desc, expand_class_desc,
8199         expand_ptr_desc, expand_attr_desc, expand_generic_desc): Use above fns.
8200
8201         * call.c (build_call): Remove result_type parm.
8202         Call mark_used on unused artificial fns.
8203         * init.c, method.c, typeck.c, except.c, rtti.c: Adjust.
8204
8205 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
8206
8207         * call.c (build_call): Set TREE_NOTHROW on the CALL_EXPR as
8208         appropriate.
8209         * decl.c (define_function): Set TREE_NOTHROW on the FUNCTION_DECL.
8210         * except.c (call_eh_info, alloc_eh_object, expand_throw): Set
8211         TREE_NOTHROW or TREE_THIS_VOLATILE on the function as appropriate.
8212         * rtti.c (build_runtime_decl, get_tinfo_decl, build_dynamic_cast_1,
8213         expand_si_desc, expand_class_desc, expand_ptr_desc, expand_attr_desc,
8214         expand_generic_desc): Likewise.
8215
8216 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
8217
8218         * exception.cc (__cp_pop_exception): Cleanup the original object.
8219
8220 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
8221
8222         * decl.c (grok_op_properties): Merge conversion to void warning
8223         with other silly op warnings.
8224
8225 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
8226
8227         * typeck2.c (process_init_constructor): Set TREE_PURPOSE of
8228         array CONSTRUCTOR elements.  Don't use expr_tree_cons.
8229
8230 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
8231
8232         * decl.c (cp_make_fname_decl): New function.
8233         (wrapup_globals_for_namespace): Don't emit unused static vars.
8234         (init_decl_processing): Remove comment about use of
8235         array_domain_type. Set make_fname_decl.
8236         (cp_finish_decl): Remove __FUNCTION__ nadgering.
8237         * semantics.c (begin_compound_stmt): Remove
8238         current_function_name_declared flagging.
8239         (expand_stmt): Don't emit unused local statics.
8240         * typeck.c (decay_conversion): Don't treat __FUNCTION__ decls
8241         specially.
8242
8243 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
8244
8245         * typeck.c (convert_for_assignment): Don't look at array
8246         initializer.
8247         * call.c (convert_like_real): Likewise.
8248
8249 2000-03-07  Jason Merrill  <jason@casey.cygnus.com>
8250
8251         Add initial support for '\uNNNN' specifier.
8252         * lex.c (read_ucs): New fn.
8253         (readescape, skip_white_space): Call it.
8254         (is_extended_char, is_extended_char_1): New fns.
8255         (utf8_extend_token): New fn, #if 0'd out.
8256         (real_yylex): Treat extended chars like letters.
8257
8258         * search.c (note_debug_info_needed): Walk the bases even if we
8259         weren't deferring the type itself.
8260
8261 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8262
8263         * decl2.c (finish_objects): Constify a char*.
8264
8265         * method.c (emit_thunk): Likewise.
8266
8267 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
8268
8269         * typeck.c (dubious_conversion_warnings): Look through
8270         REFERENCE_TYPE.
8271
8272 Mon Mar  6 08:46:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8273
8274         * class.c (dfs_modify_vtables): I is now unsigned.
8275         (check_bitfield_decl): Use tree_int_cst_sgn and compare_tree_int.
8276         (build_base_field): Add casts of TREE_INT_CST_LOW to HOST_WIDE_INT.
8277         * error.c (dump_expr): Cast TREE_INT_CST_HIGH to unsigned.
8278         * init.c (build_vec_init): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
8279         * method.c (build_overload_int): Cast TREE_INT_CST_HIGH to unsigned.
8280         * typeck.c (build_binary_op, case TRUNC_DIV_EXPR):
8281         Call integer_all_onesp.
8282         * typeck2.c (process_init_constructor): Use compare_tree_int.
8283
8284         * lang-specs.h (as): Don't call if -syntax-only.
8285
8286 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
8287
8288         * expr.c (cplus_expand_expr, case STMT_EXPR): Don't set
8289         RTL_EXPR_HAS_NO_SCOPE after all.
8290
8291 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
8292
8293         * expr.c (cplus_expand_expr, case STMT_EXPR): Use
8294         expand_start_stmt_expr and expand_end_stmt_expr directly.  Set
8295         RTL_EXPR_HAS_NO_SCOPE.
8296
8297         * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG a little
8298         later.
8299
8300         * dump.c (dequeue_and_dump): Dump SCOPE_NO_CLEANUPS_P.
8301
8302 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
8303
8304         * call.c (convert_like): Macrofy.
8305         (convert_like_with_context): New macro.
8306         (convert_like_real): Renamed from convert_like.  Add calling
8307         context parameters, for diagnostics. Add recursive flag.  Call
8308         dubious_conversion_warnings for outer conversion.
8309         (build_user_type_conversion): Use convert_like_with_context.
8310         (build_over_call): Likewise. Don't warn about dubious
8311         conversions here. Adjust convert_default_arg calls.
8312         (convert_default_arg): Add context parameters for diagnostics.
8313         Pass throught to convert_like_with_context.
8314         * cp-tree.h (convert_default_arg): Add context parameters.
8315         (dubious_conversion_warnings): Prototype new function.
8316         * typeck.c (convert_arguments): Adjust convert_default_arg call.
8317         (dubious_conversion_warnings): New function, broken
8318         out of convert_for_assignment.
8319         (convert_for_assignment): Adjust.
8320
8321 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
8322
8323         * decl2.c (key_method): Break out from...
8324         (import_export_vtable, import_export_class): ...here.
8325
8326         * decl.c (finish_function): Don't mess with flag_keep_inline_functions.
8327         * decl2.c (finish_vtable_vardecl): Don't check decl_function_context.
8328
8329         * search.c (note_debug_info_needed, dfs_debug_mark,
8330         dfs_debug_unmarkedp): Uncomment.  Adjust for new scheme.
8331         * decl2.c (finish_vtable_vardecl): Call note_debug_info_needed.
8332
8333 2000-03-03  Nathan Sidwell  <nathan@codesourcery.com>
8334
8335         * decl.c (cp_finish_decl): Remove obsolete obstack comments, fix
8336         typos.
8337
8338 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
8339
8340         * cp-tree.h (TYPE_NEEDS_DESTRUCTOR): Rename to ...
8341         (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): ... this.
8342         (TYPE_HAS_TRIVIAL_DESTRUCTOR): New macro.
8343         (lang_type): Split gets_new into has_new and has_array_new.
8344         (TYPE_VEC_NEW_USES_COOKIE): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
8345         (TYPE_GETS_NEW): Split into ...
8346         (TYPE_HAS_NEW_OPERATOR): ... this, and ...
8347         (TYPE_HAS_ARRAY_NEW_OPERATOR): ... this.
8348         (DECL_ARRAY_DELETE_OPERATOR_P): New macro
8349         (build_op_new_call): Don't declare.
8350         (build_new_1): Likewise.
8351         * call.c (build_op_new_call): Remove.
8352         * class.c (check_bases): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
8353         instead of TYPE_NEEDS_DESTRUCTOR.
8354         (finish_struct_bits): Likewise.
8355         (add_implicitly_declared_members): Likewise.
8356         (check_field_decl): Likewise.
8357         (check_methods): Set TYPE_VEC_DELETE_TAKES_SIZE here, and set it
8358         correctly under the new ABI.
8359         * decl.c (start_decl_1): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
8360         instead of TYPE_NEEDS_DESTRUCTOR.
8361         (initialize_local_var): Likewise.
8362         (destroy_local_var): Likewise.
8363         (cp_finish_decl): Likewise.
8364         (register_dtor_fn): Likewise.
8365         (grok_op_properties): Set TYPE_HAS_NEW_OPERATOR and
8366         TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.  Don't set
8367         TYPE_VEC_DELETE_TAKES_SIZE here.
8368         (xref_basetypes): Set TYPE_HAS_NEW_OPERATOR and
8369         TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.
8370         (store_parm_decls):  Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
8371         (finish_destructor_body): Likewise.
8372         (maybe_build_cleanup_1): Likewise.
8373         * decl2.c (do_static_destruction): Likewise.
8374         * init.c (build_new_1): Make it static.
8375         (perform_member_init): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
8376         (expand_cleanup_for_base): Likewise.
8377         (get_cookie_size): New function.
8378         (build_new_1): Handle array-new cookies correctly under the new
8379         ABI.
8380         (build_vec_delete_1): Likewise.
8381         (build_vec_init):  Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
8382         (build_delete): Likewise.
8383         (build_vec_delete): Handle array-new cookies correctly under the new
8384         ABI.
8385         * lex.c (do_identifier): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
8386         * pt.c (instantiate_class_template): Set TYPE_HAS_NEW_OPERATOR and
8387         TYPE_HAS_ARRAY_NEW_OPERATOR.
8388         * ptree.c (print_lang_type): Check them.
8389         * search.c (context_for_name_lookup): Fix typo in comment.
8390         (tree_has_any_destructor_p): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
8391         * tree.c (break_out_cleanups): Likewise.
8392         (build_cplus_array_test_1): Likewise.
8393         (cp_build_qualified_type_real): Likewise.
8394         * typeck.c (complete_type): Likewise.
8395
8396         * g++spec.c (lang_specific_driver): Add -fnew-abi at the start of
8397         the command-line, not the end.
8398
8399 2000-03-01  Jason Merrill  <jason@casey.cygnus.com>
8400
8401         * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG.
8402
8403 2000-03-02  Tom Tromey  <tromey@cygnus.com>
8404
8405         * cp-tree.h (build_java_class_ref): Declare.
8406         * init.c (build_java_class_ref): No longer static.
8407         * except.c (expand_throw): Generate a Java-style `throw' if the
8408         thrown object is a "Java" object.
8409         (initialize_handler_parm): Generate a Java-style lookup of
8410         exception info if the caught object is a "Java" object.
8411         (catch_language, catch_language_init): New globals.
8412         (decl_is_java_type): New function.
8413         (expand_start_catch_block): Don't call push_eh_info() or
8414         push_eh_cleanup() when handling a Java-style "catch".  Pass Java
8415         class reference to build_catch_block.
8416
8417 Thu Mar  2 13:32:01 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8418
8419         * typeck.c (comptypes): Treat sizetype like its language equivalent.
8420
8421 2000-03-01  Bernd Schmidt  <bernds@cygnus.co.uk>
8422
8423         * typeck.c (maybe_warn_about_returning_address_of_local): Reorganize
8424         to merge reference/pointer code and fix incorrect warnings.
8425
8426 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
8427
8428         * search.c (protected_accessible_p): Use context_for_name_lookup.
8429
8430         * init.c (construct_virtual_bases): Fix thinko.
8431         * typeck.c (expand_ptrmemfunc_cst): Fix thinko.
8432
8433 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
8434
8435         * decl.c (current_function_decl): Move to toplev.c.
8436
8437 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
8438
8439         * pt.c (fn_type_unification): Unify return type, whenever
8440         provided.
8441         (get_bindings_real): Only pass return type when necessary.
8442         Remove explicit return type check.
8443         * class.c (resolve_address_of_overloaded_function): Pass desired
8444         return type to fn_type_unification.
8445
8446 Mon Feb 28 08:15:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8447
8448         * class.c (build_vtbl_or_vbase_field, check_methods): Don't clear
8449         DECL_FIELD_SIZE.
8450         (check_bitfield_decl, check_field_decls): Set DECL_SIZE, not
8451         DECL_FIELD_SIZE.
8452         * rtti.c (expand_class_desc): Likewise.
8453         * cp-tree.h (DECL_INIT_PRIORITY): Use underlying union name.
8454         (THUNK_VCALL_OFFSET): Likewise.
8455         (THUNK_DELTA): Reflect changes in ../tree.h.
8456
8457 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
8458
8459         * search.c (protected_accessible_p): Also allow the access if
8460         the member is public in DERIVED.  Lose TYPE parm.
8461         (friend_accessible_p): Lose TYPE parm.
8462         (accessible_p): Adjust.
8463
8464 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8465
8466         * class.c (dfs_build_vtable_offset_vtbl_entries): Don't use size_binop
8467         on things that are not sizes; ssize_binop deleted.
8468         Call size_diffop when appropriate.
8469         (dfs_build_vcall_offset_vtbl_entries): Likewise.
8470         (build_primary_vtable, build_secondary_vtable): Likewise.
8471         (dfs_set_offset_for_unshared_vbases, dfs_modify_vtables): Likewise.
8472         Variable I is HOST_WIDE_INT.
8473         (get_vfield_offset): Pass proper types to size_binop.
8474         (size_extra_vtbl_entries, layout_virtual_bases): Likewise.
8475         (finish_struct_1): Likewise.
8476         (skip_rtti_stuff): Arg N is now pointer to signed.
8477         (layout_class_type): Use size_zero_node.
8478         * cp-tree.h (skip_rtti_stuff): Arg N is pointer to signed.
8479         * cvt.c (cp_convert_to_pointer): Pass proper types to size_binop.
8480         * decl.c (complete_arry_type): Pass proper types to size_binop.
8481         (xref_basetypes): BINFO_OFFSET is sizetype.
8482         * error.c (dump_expr): Don't use size_binop non-sizes.
8483         * expr.c (cplus_expand_constant): Pass proper types to size_binop.
8484         * init.c (construct_virtual_bases): Fix type error.
8485         (build_vec_delete_1): Pass proper type to size_binop and don't
8486         fold result.
8487         * lex.c (cp_make_lang_type): BINFO_OFFSET is sizetype.
8488         * rtti.c (get_base_offset): Pass proper type to size_binop.
8489         * search.c (dfs_find_vbases): Fix type error.
8490         (expand_upcast_fixups): Arg to skip_rtti_stuff is pointer to signed.
8491         (dfs_get_vbase_types): BINFO_OFFSET is sizetype.
8492         * tree.c (debug_binfo): Variable N is signed.
8493         Use HOST_WIDE_INT_PRINT_DEC.
8494         * typeck.c (comptypes): sizetype is same as equivalent integer type.
8495         (c_sizeof, c_sizeof_nowarn, expr_sizeof): Use TYPE_SIZE_UNIT,
8496         size_one_node and size_zero_node.
8497         (c_alignof): Use size_one_node.
8498         (build_component_addr): Pass proper types to size_binop.
8499         (expand_ptrmemfunc_cst): Don't use size_binop on non-sizes.
8500
8501 2000-02-26  Jason Merrill  <jason@casey.cygnus.com>
8502
8503         Implement class scope using-declarations for functions.
8504         * class.c (handle_using_decl): Call add_method for used functions.
8505         Use IDENTIFIER_CLASS_VALUE to check for conflicts.
8506         (add_method): Used functions are hidden by local functions.
8507         (check_bases_and_members): Handle using-decls before finalizing
8508         CLASSTYPE_METHOD_VEC.
8509         * call.c (add_function_candidate): Add ctype parm; if non-zero,
8510         override the type of 'this' accordingly.
8511         (add_template_candidate, add_template_candidate_real): Add ctype parm.
8512         (convert_class_to_reference, build_user_type_conversion_1,
8513         build_new_function_call, build_object_call, build_new_op,
8514         build_new_method_call): Pass ctype parm.
8515
8516         * search.c (lookup_member): Put rval_binfo, not basetype_path, in
8517         the baselink.
8518         * call.c (convert_class_to_reference, build_user_type_conversion_1,
8519         build_new_function_call, build_object_call, build_new_op,
8520         build_new_method_call, build_op_delete_call): Don't get basetype_path
8521         from a baselink.
8522         * typeck.c (build_component_ref): Likewise.
8523         * init.c (build_offset_ref): Likewise.
8524         (resolve_offset_ref): Don't call enforce_access.
8525         Call build_scoped_ref.
8526         * typeck2.c (build_scoped_ref): Simplify.  Do nothing if it
8527         would cause an error or if -pedantic.
8528         * class.c (alter_access): Lose binfo parm.
8529
8530 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
8531
8532         * semantics.c (simplify_aggr_init_exprs_p): Don't walk into
8533         types.
8534
8535 2000-02-25  Alfred Minarik <a8601248@unet.univie.ac.at>
8536
8537         * rtti.c (get_vmi_pseudo_type_info): Move __vmi_class_type_info
8538         pseudo_type_info creation into the std namespace
8539
8540 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
8541
8542         * cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.
8543         (import_export_class): Remove declaration.
8544         * decl2.c (import_export_class): Make it static.
8545         * dump.c (dequeue_and_dump): Handle PREDECREMENT_EXPR,
8546         PREINCREMENT_EXPR, POSTDECREMENT_EXPR, POSTINCREMENT_EXPR,
8547         EXPR_WITH_FILE_LOCATION.
8548         * lex.c (check_newline): Tweak filename/lineno setting.
8549         * semantics.c (begin_while_stmt): Fix typo in comment.
8550
8551 Sat Feb 26 19:50:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8552
8553         * lang-options.h (-fmessage-length=): Add missing option.
8554
8555         * Make-lang.in (CXX_SRCS): Add .h files and sort list.
8556
8557 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
8558
8559         * Make-lang.in: Delete refs to LIBGCC2_DEPS.
8560
8561 Fri Feb 25 14:52:33 2000  Jim Wilson  <wilson@cygnus.com>
8562
8563         * optimize.c (expand_call_inline): Emit the return label before
8564         evaluating the return value.
8565
8566 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
8567
8568         * lex.c (check_newline): Use push_srcloc and pop_srcloc, rather
8569         than duplicating functionality here.
8570         * optimize.c: Include input.h.
8571         (expand_call_inline): Use push_srcloc and pop_srcloc.
8572         * parse.y (maybe_cv_qualifier): Remove calls to emit_line_note.
8573         * parse.c: Regenerated.
8574         * Makefile.in (lex.o): Depend on input.h.
8575         (optimize.o): Likewise.
8576
8577 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
8578
8579         * decl.c (grokdeclarator): Diagnose qualifiers on non-member
8580         function type, rather than ICE.
8581
8582 2000-02-23  Jason Merrill  <jason@casey.cygnus.com>
8583
8584         * decl.c (grokdeclarator): Call decl_type_access_control.
8585         * parse.y (parse_end_decl): Don't call decl_type_access_control if
8586         decl is null.
8587
8588 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
8589
8590         * decl.c (decls_match): Remove obsolete static member nadgering.
8591
8592 2000-02-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8593
8594         * decl.c (grokdeclarator): Change ANSI to ISO.
8595         * lex.c (consume_string, readescape, do_identifier): Likewise.
8596         (parse_float, real_yylex): Likewise.
8597         * parse.y (paren_expr_or_null, paren_cond_or_null): Likewise.
8598         (unary_expr, new_initializer, cast_expr, primary, primary_no_id,
8599         new_type_id, maybe_label_decls, simple_stmt,
8600         for.init.statement): Likewise.
8601         * pt.c (do_decl_instantiation, do_type_instantiation): Likewise.
8602         * semantics.c (finish_named_return_value): Likewise.
8603         * parse.c: Regenerate.
8604
8605 2000-02-21  Mark Mitchell  <mark@codesourcery.com>
8606
8607         * cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
8608         (CPTI_CLASS_STAR_TYPE): Remove.
8609         (vtable_index_type): Likewise.
8610         (class_star_type_node): Remove.
8611         (TYPE_PTRMEMFUNC_FN_TYPE): Adjust for the new ABI.
8612         (build_binary_op_nodefault): Remove.
8613         * call.c (build_new_op): Use build_binary_op instead of
8614         build_binary_op_nodefault.
8615         * decl.c (init_decl_processing): Remove class_star_type_node
8616         initialization.  Make delta_type_node ptrdiff_type_node under the
8617         new ABI.  Initialize vtable_index_type.
8618         (build_ptrmemfunc_type): Build different structures for the new
8619         ABI.
8620         (build_enumerator): Use build_binary_op instead of
8621         build_binary_op_nodefault.
8622         * method.c (build_overload_value): Mangle pointers-to-members
8623         appropriately under the new ABI.
8624         * typeck.c (build_array_ref): Use build_binary_op instead of
8625         build_binary_op_nodefault.
8626         (get_member_function_from_ptrfunc): Adjust for the new ABI.
8627         (build_binary_op_nodefault): Rename to ...
8628         (build_binary_op): ... this.  Remove old version.  Adjust for
8629         pointer-to-member comparisons under the new ABI.
8630         (build_ptrmemfunc1): Remove dead code.  Adjust for the new ABI.
8631         (build_ptrmemfunc): Adjust for the new ABI.
8632         (expand_ptrmemfunc_cst): Likewise.
8633         (delta2_from_ptrmemfunc): Assert that we're not using the new ABI.
8634         (pfn_from_ptrmemfunc): Adjust for the new ABI.
8635
8636 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
8637
8638         * call.c (build_object_call): Compress consecutive calls to
8639         cp_error.
8640         (build_conditional_expr): Say 'ISO C++' not 'ANSI C++'.
8641         (build_op_delete_call): Adjust message formatting.
8642
8643         * class.c (check_bases): Compress consecutive calls to
8644         cp_pedwarn.
8645         (finish_struct_anon): Say 'ISO C++'.
8646
8647         * decl.c (start_decl): Same here.
8648         (grok_reference_init): Likewise.
8649         (grokfndecl): Correct message formatting.
8650         (grokfndecl): Improve diagnostic.
8651         (check_static_variable_definition): Likewise. Say 'ISO C++'
8652         (compute_array_index_type): Say 'ISO C++'
8653         (create_array_type_for_decl): Compress consecutive calls to
8654         cp_error.
8655         (grokdeclarator): Say 'ISO C++'
8656         (grok_op_properties): Likewise.
8657
8658         * decl2.c (delete_sanity): Clairify diagnostic.
8659         (check_member_template): Same here.
8660         (grok_function_init): Use consistent terminology.
8661
8662         * expr.c (do_case): Say 'ISO C++'
8663
8664         * friend.c (do_friend): Compress consecutive calls to warning.
8665
8666 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
8667
8668         * cp-tree.h (merge_primary_and_secondary_vtables_p): New macro.
8669         * class.c (build_secondary_vtable): Reorganize.  Don't create a
8670         new vtable under the new ABI.
8671         (layout_vtable_decl): Don't add num_extra_vtbl_entries when
8672         computing the size.
8673         (build_vtbl_initializer): Don't return a CONSTRUCTOR; just return
8674         the initializing elements.
8675         (initialize_vtable): New function.
8676         (dfs_finish_vtbls): Use it.
8677         (dfs_accumulate_vtbl_inits): New function.
8678         (finish_vtbls): Merge primary and secondary vtables under the new
8679         ABI.
8680         (finish_struct_1): Remove redundant call to layout_vtable_decl.
8681         * init.c (expand_virtual_init): Deal with BINFO_VTABLEs that
8682         aren't VAR_DECLs.
8683
8684         * class.c (build_vtable): New function, split out from ...
8685         (get_vtable_decl): ... here, and ...
8686         (build_secondary_vtable): ... here.
8687
8688         * pt.c (tsubst_decl): Fix formatting.
8689
8690 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
8691
8692         * class.c (build_primary_vtable, layout_vtable_decl): Likewise.
8693         (avoid_overlap, build_base_field): Likewise.
8694         (build_base_field, build_base_fields, is_empty_class):
8695         Test DECL_SIZE with integer_zero.
8696         (layout_class_type): Set CLASSTYPE_SIZE_UNIT.
8697         * cp-tree.h (struct lang_type): New field size_unit.
8698         (CLASSTYPE_SIZE_UNIT): New macro.
8699         * decl.c (init_decl_processing): Set DECL_SIZE_UNIT.
8700         (cp_finish_decl): Delete -Wlarger-than processing.
8701         * optimize.c (remap_decl): Walk DECL_SIZE_UNIT.
8702         * pt.c (tsubst_decl): Set DECL_SIZE_UNIT.
8703         * tree.c (make_binfo): binfo vector is one entry longer.
8704         (walk_tree): Walk DECL_SIZE_UNIT.
8705
8706 2000-02-19  Mark Mitchell  <mark@codesourcery.com>
8707
8708         * class.c (dfs_build_vcall_offset_vtbl_entries): Fix typo in
8709         comment.
8710         (build_vtable_entry): Don't assume all vtable entries are
8711         functions.
8712         (build_vtbl_initializer): Adjust accordingly.
8713         (get_vtable_decl): Fix formatting.
8714
8715 2000-02-18  Jason Merrill  <jason@casey.cygnus.com>
8716
8717         * semantics.c (deferred_type_access_control): Walk the entire
8718         type_lookups list.
8719         (save_type_access_control): Rename from
8720         initial_deferred_type_access_control.  Just remember the value.
8721         (decl_type_access_control): New fn.
8722         (begin_function_definition): Use deferred_type_access_control, after
8723         we've started the function.  Set type_lookups to error_mark_node.
8724         * parse.y (frob_specs, fn.def1): Adjust.
8725         (parse_decl0, parse_field, parse_field0, parse_bitfield): New fns.
8726         (parse_end_decl, parse_bitfield0, parse_method): New fns.
8727         (fn.def2, initdcl, initdcl0_innards, nomods_initdcl0): Use them.
8728         (after_type_component_declarator0): Likewise.
8729         (after_type_component_declarator): Likewise.
8730         (notype_component_declarator): Likewise.
8731         * cp-tree.h: Adjust.
8732
8733         * decl.c (redeclaration_error_message): Allow redeclaration of
8734         namespace-scope decls.
8735
8736 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
8737
8738         * typeck2.c (my_friendly_abort): Use GCCBUGURL.
8739
8740 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
8741
8742         * class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT.
8743         * decl2.c (grokclassfn): Likewise.
8744
8745         * ir.texi: Document DECL_TEMPLATE_INSTANTIATIONS.
8746
8747         * decl2.c (lang_decode_option): Don't set default message length
8748         here.
8749         * lex.c (lang_init_options): Set it here.
8750
8751 2000-02-16  Mark Mitchell  <mark@codesourcery.com>
8752
8753         Make DECL_CONTEXT mean the class in which a member function was
8754         declared, even for a virtual function.
8755         * cp-tree.h (DECL_CLASS_CONTEXT): Adjust.
8756         (DECL_FRIEND_CONTEXT): New macro.
8757         (DECL_REAL_CONTEXT): Remove.
8758         (SET_DECL_FRIEND_CONTEXT): Likewise.
8759         (DECL_VIRTUAL_CONTEXT): Adjust.
8760         (DECL_CLASS_SCOPE_P): Use TYPE_P.
8761         (add_friends): Remove.
8762         (hack_decl_function_context): Likewise.
8763         * call.c (build_new_function_call): Replace DECL_REAL_CONTEXT with
8764         CP_DECL_CONTEXT.
8765         (build_over_call): Fix indentation.  Use DECL_CONTEXT
8766         instead of DECL_CLASS_CONTEXT.
8767         * class.c (dfs_build_vcall_offset_vtbl_entries): Likewise.
8768         (add_method): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
8769         (strictly_overrides): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
8770         (build_vtbl_or_vbase_field): Don't set DECL_CLASS_CONTEXT.
8771         (build_base_field): Likewise.
8772         (finish_struct_1): Likewise.
8773         (build_self_reference): Likewise.
8774         * decl.c (push_class_binding): Use CP_DECL_CONTEXT, not
8775         DECL_REAL_CONTEXT.
8776         (pushtag): Use decl_function_context, not
8777         hack_decl_function_context.
8778         (decls_match): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
8779         (duplicate_decls): Use DECL_VIRTUAL_CONTEXT.
8780         (pushdecl): Remove bogus code.
8781         (start_decl): Use DECL_CONTEXT rather than DECL_CLASS_CONTEXT.
8782         (cp_finish_decl): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
8783         (grokfndecl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
8784         Use decl_function_context, nothack_decl_function_context.
8785         (grokvardecl): Don't set DECL_CLASS_CONTEXT.
8786         (grokdeclarator): Likewise.  Use decl_function_context, not
8787         hack_decl_function_context.
8788         (copy_args_p): Document.  Don't use DECL_CLASS_CONTEXT.
8789         (start_function): Use DECL_FRIEND_CONTEXT, not
8790         DECL_CLASS_CONTEXT.  Use decl_function_context, not
8791         hack_decl_function_context.
8792         (finish_function): Use decl_function_context, not
8793         hack_decl_function_context.
8794         (maybe_retrofit_in_chrg): Use DECL_CONTEXT, not
8795         DECL_CLASS_CONTEXT.
8796         (grokclassfn): Set DECL_VIRTUAL_CONTEXT, not DECL_CONTEXT.
8797         (finish_static_data_member_decl): Don't set DECL_CLASS_CONTEXT.
8798         (grokfield): Likewise.
8799         (finish_builtin_type): Likewise.
8800         (finish_vtable_vardec): Use decl_function_context, not
8801         hack_decl_function_context.
8802         (import_export_decl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
8803         (start_static_initialization_or_destruction): Likewise.
8804         (finish_static_initialization_or_destruction): Likewise.
8805         (mark_used): Adjust logic for deciding when to synthesize methods.
8806         * dump.c (dequeue_and_dump): Use CP_DECL_CONTEXT, not
8807         DECL_REAL_CONTEXT.
8808         * error.c (dump_function_decl): Use DECL_CONTEXT, not
8809         DECL_CLASS_CONTEXT.
8810         * friend.c (is_friend): Likewise.
8811         (add_friends): Remove.
8812         (do_friend): Use SET_DECL_FRIEND_CONTEXT.
8813         * lex.c (begin_definition_of_inclass_inline): Use
8814         decl_function_context, not hack_decl_function_context.
8815         (process_next_inline): Likewise.
8816         (do_identifier): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
8817         * method.c (set_mangled_name_for_decl): Use DECL_CONTEXT, not
8818         DECL_CLASSS_CONTEXT.
8819         (hack_identifier): Likewise.
8820         (synthesize_method):  Use decl_function_context, not
8821         hack_decl_function_context.
8822         * pt.c (template_class_depth_real): Use CP_DECL_CONTEXT, not
8823         DECL_REAL_CONTEXT.
8824         (is_member_template): Use decl_function_context, not
8825         hack_decl_function_context.  Use DECL_CONTEXT, not
8826         DECL_CLASS_CONTEXT.
8827         (build_template_decl): Set DECL_VIRTUAL_CONTEXT, not
8828         DECL_CLASS_CONTEXT.
8829         (check_default_tmpl_args): Use CP_DECL_CONTEXT, not
8830         DECL_REAL_CONTEXT.
8831         (push_template_decl_real): Likewise.
8832         (instantiate_class_template): Don't call add_friends.
8833         (tsubst_default_argument): Use DECL_CONTEXT, not
8834         DECL_REAL_CONTEXT.
8835         (tsubst_decl): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
8836         Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
8837         (set_meangled_name_for_template_decl): Use DECL_CONTEXT, not
8838         DECL_CLASS_CONTEXT.
8839         * repo.c (repo_inline_used): Likewise.
8840         * search.c (current_scope): Adjust for new _CONTEXT macros.
8841         (context_for_name_lookup): Use CP_DECL_CONTEXT, not
8842         DECL_REAL_CONTEXT.
8843         (friend_accessible_p): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
8844         (lookup_fnfields_here):Likewise.
8845         (check_final_overrider): Likewise.
8846         (init_vbase_pointers): Likewise.
8847         (virtual_context): Likewise.
8848         * semantics.c (finish_member_declaration): Just set DECL_CONTEXT.
8849         (expand_body): Use decl_function_context, not
8850         hack_decl_function_context.
8851         * tree.c (hack_decl_function_context): Remove.
8852         * typeck.c (build_x_function_call): Use DECL_CONTEXT, not
8853         DECL_CLASS_CONTEXT.
8854         * typeck2.c (error_not_base_type): Likewise.
8855
8856 2000-02-15  Jason Merrill  <jason@casey.cygnus.com>
8857
8858         * decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE.
8859
8860 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8861
8862         * Make-lang.in (g++spec.o): Depend on $(GCC_H), not gcc.h.
8863
8864 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
8865
8866         * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
8867
8868 2000-01-16  Gabriel Dos Reis  <gdr@codesourcery.com>
8869
8870         * decl2.c (lang_decode_option): Enable automatic line wrapping.
8871
8872 2000-02-13  Jason Merrill  <jason@casey.cygnus.com>
8873
8874         * parse.y (frob_specs): Split out...
8875         (parse_decl): From here.
8876         (fn.def2): Call initial_deferred_type_access_control.
8877         (after_type_component_declarator0): Call frob_specs.
8878         (notype_component_declarator0): Likewise.
8879         * search.c (friend_accessible_p): Nested classes are friends of their
8880         enclosing classes.
8881
8882 2000-02-10  Mark Mitchell  <mark@codesourcery.com>
8883
8884         * ir.texi (ADDR_EXPR): Document the fact that an ADDR_EXPR can be
8885         used to create an implicit temporary.
8886
8887         * class.c (dfs_modify_vtables): Tweak calculation of functions to
8888         override.
8889
8890 2000-02-08  Nathan Sidwell  <nathan@acm.org>
8891
8892         * typeck.c (strip_all_pointer_quals): Use TYPE_MAIN_VARIANT, to
8893         strip array element qualifiers too.
8894
8895 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
8896
8897         * decl.c (store_parm_decls): Don't build cleanups for parameters
8898         while processing_template_decl.
8899
8900 2000-02-07  Jason Merrill  <jason@casey.cygnus.com>
8901
8902         * cp-tree.h (struct saved_scope): Add incomplete field.
8903         (namespace_scope_incomplete): New macro.
8904         * decl.c (pushdecl): Use it.
8905         (hack_incomplete_structures): Use it.  See through artificial
8906         binding levels.
8907         (mark_saved_scope): Mark it.
8908
8909         Implement access control for nested types.
8910         * search.c (type_access_control): New fn.
8911         (accessible_p): Now we do perform access control for types.
8912         * semantics.c (deferred_type_access_control): New fn.
8913         (initial_deferred_type_access_control): New fn.
8914         (begin_function_definition): Call it.  Add lookups parm.
8915         * decl.c (struct binding_level): Add this_class field.
8916         (pushlevel_class): Set it.
8917         (mark_binding_level): Mark it.
8918         (lookup_name_real): Use it.  Call type_access_control.
8919         (mark_saved_scope): Mark lookups field.
8920         * cp-tree.h (flagged_type_tree): Add lookups field.
8921         (struct saved_scope): Add lookups field.
8922         (type_lookups): New macro.
8923         * parse.y (declmods): Now <ftype>.
8924         (parse_decl): Add lookups parm.  Call
8925         initial_deferred_type_access_control.
8926         (lang_extdef): Clear type_lookups.
8927         (typed_declspecs, declmods, typespec): Set lookups field.
8928         (initdcl): Call deferred_type_access_control.
8929         (fn.def1, fn.def2, typed_declspecs1, initdcl0_innards, nomods_initdcl0,
8930         component_decl_1, named_parm): Adjust.
8931         * friend.c (is_friend): Nested classes are friends of their
8932         enclosing classes.
8933
8934         * class.c (currently_open_derived_class): New fn.
8935         * method.c (hack_identifier): Use it.
8936
8937         * lex.c (do_identifier): Remove obsolete code.
8938
8939         * parse.y (typed_typespecs): Propagate new_type_flag properly.
8940
8941 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
8942
8943         * tinfo.h: Remove apostrophes from C++ comment (xgettext
8944         thinks this file is plain C).
8945
8946 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8947
8948         * Makefile.in (call.o): Depend on $(EXPR_H).
8949
8950         * call.c: Include "expr.h".
8951
8952         * class.c (dump_class_hierarchy): Add prototype.
8953
8954         * search.c (dfs_get_pure_virtuals): Likewise.
8955
8956 2000-02-1  Ulrich Drepper  <drepper@redhat.com>
8957
8958         * parse.y (simple_stmt): Allow :: token in asm parameter list.
8959         * parse.c: Rebuilt.
8960
8961 Mon Jan 31 15:35:29 2000  Jim Wilson  <wilson@cygnus.com>
8962
8963         * class.c (build_vtbl_or_vbase_field): New parameter fcontext.
8964         Store it in DECL_FCONTEXT.
8965         (build_vbase_pointer_fields, create_vtable_ptr): Fix callers.
8966
8967 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
8968
8969         * tinfo.h (old abi): #include "tconfig.h".
8970         * tinfo.cc (convert_to_base): Move into old abi section.
8971
8972 2000-01-31  Mark Mitchell  <mark@codesourcery.com>
8973
8974         * cp-tree.h (BINFO_VIRTUALS): Tweak documentation.
8975         (CLASSTYPE_PRIMARY_BINFO): Use BINFO_PRIMARY_BINFO.
8976         (BINFO_PRIMARY_BINFO): New macro.
8977         (BF_DELTA): Rename to ...
8978         (BV_DELTA): ... this.
8979         (BF_VCALL_INDEX): Rename to ...
8980         (BV_VCALL_INDEX): ... this.
8981         (BF_FN): Rename to ...
8982         (BV_FN): ... this.
8983         * class.c (build_vbase_path): Adjust for changes to reverse_path.
8984         (set_rtti_entry): Rename BF_ macros to BV_ variants.
8985         (modify_vtable_entry): Simplify.
8986         (add_virtual_function): Rename BF_ macros to BV_ variants.
8987         (build_vtable_initializer): Likewise.
8988         (get_class_offset_1): Remove.
8989         (dfs_get_class_offset): Likewise.
8990         (get_class_offset): Likewise.
8991         (dfs_find_final_overrider): New function.
8992         (find_final_overrider): Likewise.
8993         (modify_one_vtable): Remove.
8994         (dfs_find_base): New function.
8995         (dfs_modify_vtables): Fold modify_one_vtable in here.  Use
8996         find_final_overrider.
8997         (modify_all_vtables): Adjust.  Set BV_VCALL_INDEX on new
8998         virtuals.
8999         (dfs_fixup_vtable_deltas): Remove.
9000         (override_one_vtable): Remove.
9001         (merge_overrides): Likewise.
9002         (layout_virtual_bases): Make sure BINFO_OFFSET is set right for
9003         unreal chilren of virtual bases.
9004         (finish_struct_1): Don't use merge_overrides.  Don't use
9005         dfs_fixup_vtable_deltas.
9006         * tree.c (reverse_path): Return a TREE_LIST, not a chain of
9007         BINFOs.
9008
9009 2000-01-31  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
9010             Jason Merrill  <jason@yorick.cygnus.com>
9011
9012         * tinfo.h: Rename USItype to myint32, depend on BITS_PER_UNIT.
9013
9014 2000-01-31  Alfred Minarik <a8601248@unet.univie.ac.at>
9015
9016         * exception.cc (__throw_bad_typeid): Add missing std::.
9017
9018 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9019
9020         * cp-tree.h (make_thunk): PROTO -> PARAMS.
9021
9022 2000-01-31  Nathan Sidwell  <sidwell@codesourcery.com>
9023
9024         * cp-tree.h (new_abi_rtti_p): Use flag_new_abi.
9025
9026         Runtime support for new-abi rtti.
9027         * inc/typeinfo (type_info::operator!=): Define in class.
9028         (type_info::before, type_info::name, type_info::operator==,
9029         type_info::operator!=): Define new ABI implementations.
9030         (type_info::is_pointer_p, type_info::is_function_p): Declare
9031         new virtual functions.
9032         (type_info::do_catch, type_info::do_upcast): Likewise.
9033
9034         * tinfo.h (__base_class_info): Define new class.
9035         (__class_type_info): Likewise.
9036         (__si_class_type_info): Likewise.
9037         (__vmi_class_type_info): Likewise.
9038         (__dynamic_cast): Prototype.
9039
9040         * tinfo.cc: Conditionalize old and new rtti mechanisms.
9041         (type_info::is_pointer_p): Define new function.
9042         (type_info::is_function_p): Likewise.
9043         (type_info::do_catch): Likewise.
9044         (type_info::do_upcast): Likewise.
9045         (vtable_prefix): New structure for vtable access.
9046         (adjust_pointer): Define new template function.
9047         (contained_p, public_p, virtual_p, contained_public_p,
9048         contained_nonpublic_p, contained_nonvirtual_p): Define new
9049         functions.
9050         (nonvirtual_base_type): New local variable.
9051         (__class_type_info::~__class_type_info): Define.
9052         (__si_class_type_info::~__si_class_type_info): Likewise.
9053         (__vmi_class_type_info::~__vmi_class_type_info): Likewise.
9054         (__class_type_info::do_catch): Define new function.
9055         (__class_type_info::do_upcast): Likewise.
9056         (__class_type_info::find_public_src): Likewise.
9057         (__class_type_info::do_find_public_src): Likewise.
9058         (__si_class_type_info::do_find_public_src): Likewise.
9059         (__vmi_class_type_info::do_find_public_src): Likewise.
9060         (__class_type_info::do_dyncast): Likewise.
9061         (__si_class_type_info::do_dyncast): Likewise.
9062         (__vmi_class_type_info::do_dyncast): Likewise.
9063         (__class_type_info::do_upcast): Likewise.
9064         (__si_class_type_info::do_upcast): Likewise.
9065         (__vmi_class_type_info::do_upcast): Likewise.
9066         (__dynamic_cast): Likewise.
9067
9068         * tinfo2.cc (__fundamental_type_info): Define new class.
9069         (__pointer_type_info): Likewise.
9070         (__reference_type_info): Likewise.
9071         (__array_type_info): Likewise.
9072         (__function_type_info): Likewise.
9073         (__enum_type_info): Likewise.
9074         (__ptr_to_member_type_info): Likewise.
9075         (__fundamental_type_info::~__fundamental_type_info): Define.
9076         (__pointer_type_info::~__pointer_type_info): Likewise.
9077         (__reference_type_info::~__reference_type_info): Likewise.
9078         (__array_type_info::~__array_type_info): Likewise.
9079         (__function_type_info::~__function_type_info): Likewise.
9080         (__enum_type_info::~__enum_type_info): Likewise.
9081         (__ptr_to_member_type_info::~__ptr_to_member_type_info): Likewise.
9082         (__pointer_type_info::do_catch): Define new function.
9083         (__ptr_to_member_type_info::do_catch): Define new function.
9084
9085         (__throw_type_match_rtti_2): Use new ABI interface, if enabled.
9086         (__is_pointer): Likewise.
9087
9088         * exception.cc (__cplus_type_matcher): Deal with new-abi rtti.
9089
9090 2000-01-30  Mark Mitchell  <mark@codesourcery.com>
9091
9092         * cp/class.c (build_vtable): Rename to build_primary_vtable.
9093         (prepare_fresh_vtable): Rename to build_secondary_vtable.
9094         (make_new_vtable): New function.
9095         (modify_vtable_entry): Handle generation of new vtables correctly.
9096         (modify_one_vtable): Remove unused parameter.
9097         (dfs_fixup_vtable_deltas): Likewise.
9098         (override_one_vtable): Use build_secondary_vtable.
9099         (finish_struct_1): Use build_primary_vtable and
9100         build_secondary_vtable.
9101
9102 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
9103
9104         * cp/decl.c: Adjust variable names, comments, help strings.
9105
9106 2000-01-29  Nathan Sidwell  <nathan@acm.org>
9107
9108         * new2.cc (operator delete[]): Use operator delete, don't assume
9109         implementation.
9110
9111 2000-01-29  Nathan Sidwell  <sidwell@codesourcery.com>
9112
9113         * class.c (build_vtbl_initializer): Add argument to
9114         build_vtable_entry call.
9115
9116 2000-01-27  Mark Mitchell  <mark@codesourcery.com>
9117
9118         * cp-tree.def (THUNK_DECL): Discuss vcall indices.
9119         * cp-tree.h (BINFO_VIRTUALS): Update documentation.
9120         (BF_DELTA): New macro.
9121         (BF_VCALL_INDEX): Likewise.
9122         (BF_FN): Likewise.
9123         (THUNK_VCALL_OFFSET): Likewise.
9124         (make_thunk): Change prototype.
9125         * class.c (build_vtable_entry): Integrate
9126         build_vtable_entry_for_fn.  Handle vcall indices.
9127         (build_vtable_entry_for_fn): Remove.
9128         (set_rtti_entry): Handle vcall indices.  Use BF_DELTA,
9129         BF_VCALL_INDEX, BF_FN.
9130         (modify_vtable_entry): Integrate common code from
9131         modify_one_vtable and dfs_fixup_vtable_deltas.
9132         (add_virtual_function): Set BF_VCALL_INDEX.
9133         (build_vtbl_initializer): Simplify.  Use BF_DELTA, BF_VCALL_INDEX,
9134         and BF_FN.
9135         (modify_one_vtable): Simplify.
9136         (dfs_fixup_vtable_deltas): Likewise.
9137         (override_one_vtable): Use BF_DELTA, BF_VCALL_INDEX, BF_FN.
9138         * method.c (make_thunk): Handle vcall indices.
9139
9140 2000-01-28  Nathan Sidwell  <sidwell@codesourcery.com>
9141
9142         Compiler side new abi rtti (not enabled).
9143         * cp-tree.h (new_abi_rtti_p): New macro.
9144         (emit_support_tinfos): Prototype new function.
9145         (tinfo_decl_p): Likewise.
9146         (emit_tinfo_decl): Likwise.
9147         * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL): New accessor
9148         macros.
9149         (doing_runtime): New local static.
9150         (init_rtti_processing): Add new-abi initializer.
9151         (get_tinfo_decl): Add new-abi logic.
9152         (tinfo_from_decl): Likewise.
9153         (build_dynamic_cast_1): Likewise.
9154         (qualifier_flags): New static function.
9155         (tinfo_base_init): Likewise.
9156         (generic_initializer): Likewise.
9157         (ptr_ref_initializer): Likewise.
9158         (ptmd_initializer): Likewise.
9159         (class_hint_flags): Likewise.
9160         (class_initializer): Likewise.
9161         (synthesize_tinfo_var): Likewise.
9162         (create_real_tinfo_var): Likewise.
9163         (create_pseudo_type_info): Likewise.
9164         (get_vmi_pseudo_type_info): Likewise.
9165         (create_tinfo_types): Likewise.
9166         (emit_support_tinfos): New global function.
9167         (tinfo_decl_p): New global predicate.
9168         (emit_tinfo_decl): New global function.
9169         * class.c (set_rtti_entry): Generalize for old and new rtti.
9170         (build_vtbl_initializer): Likewise.
9171         * decl2.c (finish_file): Likewise.
9172
9173 Thu Jan 27 20:53:36 2000  Jim Wilson  <wilson@cygnus.com>
9174
9175         * optimize.c (remap_decl): Add walk_tree calls for DECL_SIZE (t)
9176         and TYPE_MAX_VALUE (TYPE_DOMAIN (TREE_TYPE (t))).
9177
9178 Thu Jan 27 13:54:12 2000  Mike Stump  <mrs@wrs.com>
9179
9180         * decl.c (pushdecl): Fix up shadow warnings with respect to implicit
9181         for scopes.
9182
9183 2000-01-26  Jason Merrill  <jason@casey.cygnus.com>
9184
9185         * pt.c (unify): Use fold, not maybe_fold_nontype_arg.
9186
9187 Wed Jan 26 22:19:14 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
9188
9189         * optimize.c (calls_setjmp_r): Supply new argument
9190         to special_function_p.
9191
9192 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9193
9194         * call.c: PROTO -> PARAMS.
9195         * class.c: Likewise.
9196         * cp-tree.h: Likewise.
9197         * cvt.c: Likewise.
9198         * decl.c: Likewise.
9199         * decl.h: Likewise.
9200         * decl2.c: Likewise.
9201         * dump.c: Likewise.
9202         * errfn.c: Likewise.
9203         * error.c: Likewise.
9204         * except.c: Likewise.
9205         * expr.c: Likewise.
9206         * init.c: Likewise.
9207         * input.c: Likewise.
9208         * lex.c: Likewise.
9209         * lex.h: Likewise.
9210         * method.c: Likewise.
9211         * optimize.c: Likewise.
9212         * parse.y: Likewise.
9213         * pt.c: Likewise.
9214         * repo.c: Likewise.
9215         * rtti.c: Likewise.
9216         * search.c: Likewise.
9217         * semantics.c: Likewise.
9218         * spew.c: Likewise.
9219         * tree.c: Likewise.
9220         * typeck.c: Likewise.
9221         * typeck2.c: Likewise.
9222         * xref.c: Likewise.
9223
9224 2000-01-25  Richard Henderson  <rth@cygnus.com>
9225
9226         * typeck.c (build_binary_op_nodefault): Remove UNNE_EXPR.
9227
9228 2000-01-25  Mark Mitchell  <mark@codesourcery.com>
9229
9230         * cp-tree.h (vcall_offset_in_vtable_p): New macro.
9231         * class.c (build_vbase_offset_vtbl_entries): Fix typo in commment.
9232         (struct vcall_offset_data_s): New type.
9233         (dfs_vcall_offset_queue_p): New function.
9234         (dfs_build_vcall_offset_vtbl_entries): Likewise.
9235         (build_vcall_offset_vtbl_entries): Likewise.
9236         (layout_vtable_decl): Likewise.
9237         (num_vfun_entries): Likewise.
9238         (num_extra_vtbl_entries): Add the entries for vcall offsets.
9239         (build_vtbl_initializer): Likewise.
9240         (dfs_finish_vtabls): Use layout_vtable_decl.
9241         (modify_one_vtables): Always duplicate vtables under the new ABI.
9242         (finish_struct_1): Use layout_vtable_decl.
9243
9244 2000-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9245
9246         * decl.c (member_function_or_else): Change third arg from a format
9247         specifier to an `enum overload_flags'.  Callers changed.
9248
9249 2000-01-25  Gabriel Dos Reis  <gdr@codesourcery.com>
9250
9251         * typeck.c (composite_pointer_type, c_sizeof, expr_sizeof,
9252         build_binary_op_nodefault, build_unary_op, build_reinterpret_cast,
9253         build_const_cast, get_delta_difference, check_return_expr): Avoid
9254         ANSI string concatenation usage.
9255
9256 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
9257
9258         * class.c (layout_class_type): Put the fields required to make a
9259         class non-empty at the end, not the beginning, of the TYPE_FIELDs
9260         list.
9261
9262 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
9263
9264         * pt.c (maybe_fold_nontype_arg): Do nothing if we're not in a
9265         template.
9266
9267         * decl2.c (mark_used): Do instantiate inlines that have been
9268         explicitly instantiated.
9269
9270 2000-01-24  Richard Henderson  <rth@cygnus.com>
9271
9272         * call.c (build_over_call): Use expand_tree_builtin.
9273         * typeck.c (build_function_call_real): Likewise.
9274         (build_binary_op_nodefault): Handle unordered compares.
9275
9276 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
9277
9278         * cp-tree.h (CPTI_BAD_CAST, CPTI_BAD_TYPEID, CPTI_DCAST): New
9279         cp_tree_index values.
9280         (throw_bad_cast_node, throw_bad_typeid_node, dynamic_cast_node):
9281         New global node #defines for them.
9282         * rtti.c (call_void_fn): Replace with ...
9283         (build_runtime_decl): ... new static function.
9284         (throw_bad_cast): Use throw_bad_cast_node and build_runtime_decl.
9285         (throw_bad_typeid): Use throw_bad_typeid_node and build_runtime_decl.
9286         (build_dynamic_cast_1): Always produce correctly typed result.
9287         Explicitly produce type_info addresses. Use dynamic_cast_node.
9288         * exception.cc (__throw_bad_cast): Return `void *'.
9289         (__throw_bad_typeid): Return `const type_info &'.
9290
9291 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
9292
9293         * cp-tree.h (get_vtable_decl): Prototype new function.
9294         * class.c (get_vtable_decl): New function. Broken out from ...
9295         (build_vtable): ... here. Use it.
9296         * decl2.c (finish_vtable_vardecl): Ignore dummy vtables created
9297         by get_vtable_decl.
9298
9299 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
9300
9301         * cp-tree.h (CPTI_TP_DESC_TYPE, CPTI_ACCESS_MODE_TYPE,
9302         CPTI_USER_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_ATTR_DESC_TYPE,
9303         CPTI_PTMF_DESC_TYPE): Remove cp_tree_index enumerations.
9304         (CPTI_TI_DESC_TYPE, CPTI_REF_DESC_TYPE, CPTI_ARY_DESC_TYPE,
9305         CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_SI_CLASS_DESC_TYPE,
9306         CPTI_VMI_CLASS_DESC_TYPE, CPTI_BASE_DESC_TYPE): New enumerations.
9307         (CPTI_TINFO_FN_ID, CPTI_TINFO_FN_TYPE): Rename to ...
9308         (CPTI_TINFO_DECL_ID, CPTI_TINFO_DECL_TYPE): ... here.
9309         (CPTI_TINFO_VAR_ID): New enumeration.
9310         (__tp_desc_type_node, __access_mode_type_node,
9311         __bltn_desc_type_node, __user_desc_type_node,
9312         __class_desc_type_node, __ptr_desc_type_node,
9313         __attr_desc_type_node, __func_desc_type_node,
9314         __ptmf_desc_type_node, __ptmd_desc_type_node): Remove #defines.
9315         (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
9316         ref_desc_type_node, ary_desc_type_node, func_desc_type_node,
9317         enum_desc_type_node, class_desc_type_node,
9318         si_class_desc_type_node, vmi_class_desc_type_node,
9319         ptmd_desc_type_node, base_desc_type_node): New #defines.
9320         (tinfo_fn_id, tinfo_fn_type): Rename to ...
9321         (tinfo_decl_id, tinfo_decl_type): ... here. Adjust.
9322         (tinfo_var_id): New enumeration.
9323         (DECL_TINFO_FN_P): Augment comment.
9324         * decl.c (cp_global_trees): Adjust documentation.
9325         * rtti.c (init_rtti_processing): Adjust for tinfo_decl_id,
9326         tinfo_decl_type and tinfo_var_id.
9327         (get_tinfo_decl_dynamic): Adjust for tinfo_decl_type.
9328         (build_typeid): Remove unused variable.
9329         (get_tinfo_var): Use tinfo_var_id.
9330         (tinfo_name): New static function.
9331         (get_tinfo_decl): Adjust for tinfo_decl_id and tinfo_decl_type.
9332         (tinfo_from_decl): Likewise.
9333         (get_base_offset): New static function, broken out of
9334         expand_class_desc.
9335         (expand_si_desc): Use tinfo_name.
9336         (expand_class_desc): Likewise. Lose local static variable.
9337         Use base_desc_type_node. Use get_base_offset.
9338         (expand_ptr_desc): Use tinfo_name.
9339         (expand_attr_desc): Likewise.
9340         (expand_generic_desc): Likewise.
9341
9342         * tinfo.cc (__GXX_ABI_VERSION): Test value and existance.
9343         * tinfo.h (__GXX_ABI_VERSION): Test value and existance.
9344
9345 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
9346
9347         * cp-tree.h (__eprintf): Remove declaration.
9348         * tree.c (__eprintf): Remove definition.
9349
9350 2000-01-23  Zack Weinberg  <zack@rabi.columbia.edu>
9351             Mark Mitchell  <mark@codesourcery.com>
9352
9353         * cp-tree.h (CLASSTYPE_MARKED_N, SET_CLASSTYPE_MARKED_N,
9354         CLEAR_CLASSTYPE_MARKED_N): Avoid signed vs. unsigned warnings.
9355
9356 2000-01-23  Brad Lucier  <lucier@math.purdue.edu>
9357
9358         * class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly.
9359
9360 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
9361
9362         * cp-tree.h (register_dtor_fn): New function.
9363         * decl.c (destroy_local_static): Rename to ...
9364         (register_dtor_fn): ... this.  Give it external linkage.
9365         (expand_static_init): Use it.
9366         * decl2.c (do_static_initialization): Likewise, if using
9367         __cxa_atexit.
9368         (do_static_destruction): Check that __cxa_atexit is not in use.
9369         (finish_file): Don't call do_static_destruction if using
9370         __cxa_atexit.
9371
9372         * typeck.c (convert_arguments): Restore two-message error
9373         reporting.
9374
9375 2000-01-20  Nathan Sidwell  <sidwell@codesourcery.com>
9376
9377         Remap dynamic cast hint values to be consistent across ABIs.
9378         * search.c (dynamic_cast_base_recurse): Remap generated value.
9379         (get_dynamic_cast_base_type): Adjust documentation.
9380         * tinfo.h (__user_type_info::dyncast): Likewise.
9381         (__user_type_info::find_public_subobj): Remap BOFF meaning.
9382         * tinfo.cc (__si_type_info::do_dyncast): Remap BOFF meaning.
9383         (__class_type_info::do_dyncast): Likewise.
9384         (__class_type_info::do_find_public_subobj): Likewise.
9385         * tinfo2.cc (__dynamic_cast): Remap BOFF parameter.
9386
9387 2000-01-19  Gabriel Dos Reis  <gdr@codesourcery.com>
9388
9389         * typeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.
9390
9391         * typeck2.c (incomplete_type_error): Restore previous
9392         cp_error and cp_error_at call sequence.
9393
9394 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
9395
9396         * class.c (dump_class_hierarchy): Make format agree with argument;
9397         cast pointer to unsigned long and print with %lx.
9398
9399 2000-01-19  Gabriel Dos Reis  <gdr@codesourcery.com>
9400
9401         * decl2.c (lang_decode_option): Set default line-wrap length to 72.
9402
9403         * typeck.c (composite_pointer_type, common_type,
9404         comp_target_parms, c_sizeof, expr_sizeof, build_array_ref,
9405         build_function_call_real, convert_arguments,
9406         build_binary_op_nodefault, pointer_int_sum, pointer_diff,
9407         build_unary_op, mark_addressable, build_compound_expr,
9408         build_static_cast, build_reinterpret_cast, build_const_cast,
9409         build_c_cast, build_modify_expr, get_delta_difference,
9410         build_ptrmemfunc, check_return_expr): Replace 'ANSI C++' with
9411         'ISO C++'.  Fusion consecutive calls to diagnotic message routines
9412         into a single one.
9413         * typeck2.c (readonly_error, abstract_virtuals_error,
9414         process_init_constructor, check_for_new_type): Likewise.
9415
9416 2000-01-19  Mark Mitchell  <mark@codesourcery.com>
9417
9418         * tree.c (bot_manip): Set DECL_CONTEXT for newly created
9419         VAR_DECLs.
9420
9421 2000-01-18  Nathan Sidwell  <sidwell@codesourcery.com>
9422
9423         * cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
9424         (build_x_typeid): Likewise.
9425         (get_tinfo_fn): Likewise.
9426         (get_tinfo_fn_unused): Rename to ...
9427         (get_tinfo_decl): ... here.
9428         * rtti.c (build_headof): Replace logic error with assertion.
9429         (get_tinfo_fn_dynamic): Rename to ...
9430         (get_tinfo_decl_dynamic): ... here. Make static. Use
9431         complete_type_or_else.
9432         (build_x_typeid): Move into ...
9433         (build_typeid): ... here. Adjust call to
9434         get_tinfo_decl_dynamic. Use tinfo_from_decl. Simplify
9435         throw_bad_typeid expression.
9436         (get_tinfo_fn_unused): Rename to ...
9437         (get_tinfo_decl): ... here. Adjust comment.
9438         (get_tinfo_fn): Delete.
9439         (tinfo_from_decl): New static function.
9440         (get_typeid_1): Call get_tinfo_decl and tinfo_from_decl.
9441         (get_typeid): Use complete_type_or_else.
9442         (build_dynamic_cast_1): Adjust calls to
9443         get_tinfo_decl_dynamic. Simplify throw_bad_cast expression.
9444         * parse.y (primary): Adjust call to build_typeid.
9445         * except.c (build_eh_type_type_ref): Adjust call to
9446         get_tinfo_decl. Mark as used.
9447         * class.c (set_rtti_entry): Adjust call to get_tinfo_decl.
9448         * decl2.c (build_expr_from_tree): Adjust call to build_typeid.
9449         * parse.c: Regenerated.
9450
9451 2000-01-17  Mark Mitchell  <mark@codesourcery.com>
9452
9453         * class.c (fixed_type_or_null): Don't clear NONNULL.  Document
9454         calling convention.
9455         (resolves_to_fixed_type_p): Document calling convention.
9456         * rtti.c (build_x_typeid): Initialize NONNULL.
9457
9458         * cp-tree.h (build_shared_int_cst): New function.
9459         * call.c (build_over_call): Use DECL_VIRTUAL_CONTEXT, for clarity.
9460         * class.c (modify_vtable_entry): Likewise.
9461         (add_virtual_function): Split out code to generated shared
9462         INTEGER_CSTs to build_share_int_cst.
9463         (modify_all_vtables): Handle all the overridden functions here.
9464         Add overridden functions from non-primary virtual bases to the
9465         primary vtable.
9466         (finish_struct_1): Adjust call to modify_all_vtables.  Add
9467         overridden functions from non-primary bases to the vtable.
9468         * tree.c (build_shared_int_cst): New function.
9469
9470         * cp-tree.h (scratchalloc): Remove.
9471         (build_scratch_list): Likewise.
9472         * call.c (convert_class_to_reference): Replace build_scratch_list
9473         and build_expr_list with build_tree_list.
9474         (add_candidate): Replace scratchalloc with expralloc.  Note memory
9475         leak.
9476         (build_user_type_conversion_1):  Replace build_scratch_list
9477         and build_expr_list with build_tree_list.
9478         (build_new_op): Likewise.
9479         (build_op_delete_call): Likewise.
9480         (convert_like): Likewise.
9481         * cvt.c (ocp_convert): Likewise.
9482         * decl.c (start_decl): Likewise.
9483         (start_function): Likewise.
9484         (finish_destructor_body): Likewise.
9485         (maybe_build_cleanup_1): Likewise.
9486         * decl2.c (reparse_decl_as_expr): Likewise.
9487         * init.c (perform_member_init): Likewise.
9488         (expand_cleanup_for_base): Likewise.
9489         (build_builtin_delete_call): Likewise.
9490         (build_new_1): Likewise.
9491         (build_delete): Likewise.
9492         * method.c (do_build_assign_ref): Likewise.
9493         * parse.y (already_scoped_stmt): Likewise.
9494         (nontrivial_exprlist): Likewise.
9495         (net_initializer): Likewise.
9496         (initlist): Likewise.
9497         * parse.c: Regenerated.
9498         * rtti.c (build_x_typeid): Likewise.
9499         (build_dynamic_cast_1): Likewise.
9500         * typeck.c (build_x_compound_expr): Likewise.
9501         (build_static_cast): Likewise.
9502         (build_modify_expr): Likewise.
9503
9504         * cp-tree.h (DECL_VINDEX): Add documentation.
9505         * class.c (build_vtable_entry): Likewise.
9506         (start_vtable): Add comment.
9507         (add_virtual_function): Replace pending_hard_virtuals with
9508         overridden_virtuals and pending_virtuals with new_virtuals.
9509         Replace redundant assignments with assertions.
9510         (check_for_override): Add comment.
9511         (check_bases_and_members): Replace pending_hard_virtuals with
9512         overridden_virtuals and pending_virtuals with new_virtuals.
9513         (create_vtbl_ptr): Likewise.
9514         (layout_class_type): Likewise.
9515         (finish_struct_1): Likewise.  Add comments.
9516
9517 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
9518
9519         * class.c (finish_struct_1): Replace redundant code with
9520         assertions.
9521
9522         * cp-tree.h (flag_new_abi): Move.
9523         (flag_use_cxa_atexit): Likewise.
9524         (flag_honor_std): Likewise.
9525         (flag_rtti): Likewise.
9526         (vbase_offsets_in_vtable_p): Define.
9527         (vptrs_present_everywhere_p): Likewise.
9528         (TYPE_CONTAINS_VPTR_P): Likewise.
9529         (dfs_walk_real): Declare.
9530         * class.c (build_vbase_pointer_fields): Check
9531         vbase_offsets_in_vtable_p.
9532         (dfs_build_vbase_offset_vtbl_entries): Record the vbase indices in
9533         BINFO_VPTR_FIELD.
9534         (build_vbase_offset_vtbl_entries): Simplify.
9535         (build_vbase_offset_vtbl_entries): Adjust.
9536         (build_vbase_pointer): Add ability to look up vbase offsets in
9537         vtable.
9538         (start_vtable): New function.
9539         (add_virtual_function): Use it.
9540         (determine_primary_base): Use TYPE_CONTAINS_VPTR_P.
9541         (num_extra_vtbl_entries): Use vbase_offsets_in_vtable_p.
9542         (build_vtbl_initializer): Take the type of the complete object as
9543         input.  Use it to correctly calculate vbase offsets.
9544         (dfs_finish_vtbls): Pass the complete type to
9545         build_vtbl_initializer.
9546         (check_bases_and_members): Use TYPE_CONTAINS_VPTR_P.
9547         (create_vtable_ptr): Create a vtable even if there are no
9548         new virtual functions, under the new ABI.
9549         (finish_struct_1): Likewise.
9550         (get_vfield_name): Use TYPE_CONTAINS_VPTR_P.
9551         * decl.c (exapnd_static_init): Remove call to
9552         preserve_initializer.
9553         * decl2.c (mark_vtable_entries): Tweak to handle vbase offsets in
9554         vtables.
9555         * init.c (initialize_vtbl_ptrs): Initialize them in pre-order.
9556         (expand_virtual_init): Use vbase_offsets_in_vtable_p.
9557         (construct_virtual_bases): Don't initialize virtual base pointers
9558         under the new ABI.
9559         (build_aggr_init): Clean up comment.
9560         (expand_aggr_init_1): Likewise.
9561         * rtti.c (expand_class_desc): Store the virtual function table
9562         index where the vbase offset lives in the offset field.
9563         * search.c (dfs_walk_real): Make it global.
9564         (dfs_debug_mark): Use TYPE_CONTAINS_VPTR_P.
9565         * tree.c (make_binfo): Don't clear BINFO_VPTR_FIELD.
9566
9567         * tinfo.h (USItype): Make it signed under the new ABI.
9568         * tinfo.cc (convert_to_base): New function.  Encapsulate base
9569         conversion logic here.
9570         (__class_type_info::do_upcast): Use it.
9571         (__class_type_info::do_dyncast): Likewise.
9572         (__class_type_info::do_find_public_subobj): Likewise.
9573
9574         * init.c (construct_virtual_bases): Don't look up the addresses of
9575         virtual bases at run-time.
9576
9577         * class.c (build_vbase_pointer): Relocate.
9578         (build_vbase_pointer_fields): Likewise.
9579         (dfs_build_vbase_offset_vtbl_entries): Likewise.
9580         (build_vbase_offset_vtbl_entries): Likewise.
9581
9582         * decl.c (init_decl_processing): Complain if -fnew-abi
9583         -fno-vtable-thunks is used.
9584
9585         * decl2.c (lang_decode_option): Don't couple flag_honor_std to
9586         flag_new_abi.
9587
9588 2000-01-15  Mark Mitchell  <mark@codesourcery.com>
9589
9590         * cp-tree.h (num_extra_vtbl_entries): New function.
9591         (size_extra_vtbl_entries): Likewise.
9592         (dfs_vtable_path_unmark): Likewise.
9593         (dfs_vtable_path_unmarked_real_bases_queue_p): Likewise.
9594         (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
9595         * class.c (num_extra_vtbl_entries): New function.
9596         (size_extra_vtbl_entries): Likewise.
9597         (dfs_build_vbase_offset_vtbl_entries): New function.
9598         (build_vbase_offset_vtbl_entries): Likewise.
9599         (build_vtbl_initializer): Use it.
9600         (finish_struct_1): Adjust vtable sizes (using
9601         num_extra_vtbl_entries).
9602         * expr.c (cplus_expand_expr): Assert that the DECL_RTL for a
9603         THUNK_DECL is non-NULL before expanding it.
9604         * init.c (expand_virtual_init): Adjust the vtable pointer by
9605         size_extra_vtbl_entries before storing it.
9606         * search.c (get_shared_vase_if_not_primary): Adjust prototype.
9607         Handle TREE_LIST parameters here, not in the dfs_* functions.
9608         (dfs_unmarked_real_bases_queue_p): Adjust.
9609         (dfs_marked_real_bases_queue_p): Likewise.
9610         (dfs_vtable_path_unmarked_real_bases_queue_p): New function.
9611         (dfs_vtable_path_marked_real_bases_queue_p): New function.
9612         (dfs_vtable_path_unmark): Likewise.
9613
9614 2000-01-14  Mark Mitchell  <mark@codesourcery.com>
9615
9616         * optimize.c (copy_body_r): Clear the operand three of a
9617         TARGET_EXPR when copying it.
9618
9619 2000-01-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9620
9621         * method.c (build_decl_overload_real): Check whether we are in ::
9622         before returning __builtin_new/delete.
9623
9624 2000-01-13  Mark Mitchell  <mark@codesourcery.com>
9625
9626         * pt.c (tsubst_friend_function): Improve comment.
9627         (instantiate_decl): Avoid crashing when a "nested" function is
9628         instantiated from the top level.
9629
9630         * dump.c (dqeueue_and_dump): Dump
9631         DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION.
9632
9633 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9634
9635         * call.c: If GATHER_STATISTICS, declare `n_build_method_call'.
9636
9637 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
9638
9639         * g++spec.c (lang_specific_driver): Add -fnew-abi if
9640         ENABLE_NEW_GXX_ABI defined.
9641         * Make-lang.in (tinfo.o, tinfo2.o, exception.o, new.o,
9642         opnew.o, opnewnt.o, opvnew.o, opvnewnt.o, opdel.o, opdelnt.o,
9643         opvdel.o, opvdelnt.o): Use GXX_ABI_FLAG switch.
9644
9645 2000-01-12  Mark Mitchell  <mark@codesourcery.com>
9646
9647         * decl.c (start_cleanup_fn): Call pushdecl.
9648
9649         * call.c (convert_class_to_reference): Fix typos.
9650         (build_conditional_expr): Handle errors gracefully.
9651         * class.c (push_nested_class): Likewise.
9652         * cp-tree.h (VAR_FUNCTION_OR_PARM_DECL_CHECK): New macro.
9653         (DECL_THIS_EXTERN): Use it.
9654         (DECL_THIS_STATIC): Likewise.
9655         * cvt.c (convert_to_void): Handle errors gracefully.
9656         (build_expr_type_conversion): Likewise.
9657         * decl.c (maybe_push_decl): Likewise.
9658         (start_decl_1): Likewise.
9659         (require_complete_types_for_parms): Likewise.
9660         * parse.y (structsp): Likewise.
9661         (base_class): Likewise.
9662         * parse.c: Regenerated.
9663         * pt.c (finish_member_template_decl): Likewise.
9664         * typeck.c (decay_conversion): Likewise.
9665
9666         * cp-tree.h (dfs_skip_vbases): New function.
9667         (find_vbase_instance): Likewise.
9668         * class.c (determine_primary_base): Allow a nearly empty base to
9669         serve as a primary base class under the new ABI.
9670         (get_class_offset_1): Rename to ...
9671         (dfs_get_class_offset): ... this.  Simplify.  Don't issue error
9672         messages here.
9673         (get_class_offset): Use it.  Issue error messages here.
9674         (dfs_modify_vtables): Rely on dfs_unmarked_real_bases_queue_p to
9675         find the right copies of virtual bases.
9676         (fixup_vtable_deltas1): Rename to ...
9677         (dfs_fixup_vtable_deltas): ... this.  Adjust to handle virtual
9678         bases as primary bases.
9679         (fixup_vtable_deltas): Remove.
9680         (override_one_vtable): Handle virtual bases as primary bases.
9681         (merge_overrides): Likewise.
9682         (finish_struct_1): Likewise.
9683         (dump_class_hierarchy): Dump primary-ness of bases as well.
9684         * search.c (mark_primary_bases): Use a pre-order traversal to
9685         handle primary virtual bases.
9686         (dfs_skip_vbases): New fiunction.
9687         (expand_upcast_fixups): Adjust to handle primary virtual bases.
9688         (fixup_virtual_upcast_offsets): Likewise.
9689         (fixup_all_virtual_upcast_offsets): Likewise.
9690         (dfs_find_vbase_instances): New function.
9691         (find_vbase_instance): Likewise.
9692
9693 2000-01-11  Mumit Khan  <khan@xraylith.wisc.edu>
9694
9695         * lex.c (DIR_SEPARATOR): Delete macro.
9696
9697 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
9698
9699        * decl2.c (lang_decode_option): Handle automatic line wrapping
9700        option.
9701
9702 2000-01-11  Mark Mitchell  <mark@codesourcery.com>
9703
9704         * friend.c (do_friend): Don't resolve scopes when processing
9705         template declarations, even if the qualifying scope doesn't
9706         involve template parameters.
9707
9708 2000-01-10  Mark Mitchell  <mitchell@dumbledore.codesourcery.com>
9709
9710         * class.c (dfs_modify_vtables_queue_p): Remove.
9711         (modify_all_vtables): Use dfs_unmarked_real_bases_queue_p
9712         and dfs_marked_real_bases_queue_p instead of
9713         dfs_modify_vtables_queue_p.
9714
9715         * class.c (build_vbase_path): Simplify.
9716         (dfs_propagate_binfo_offsets): New function.
9717         (propagate_binfo_offsets): Use it.
9718         (remove_base_field): Simplify.
9719         (dfs_set_offset_for_vbases): Remove.
9720         (dfs_set_offset_for_shared_vbases): New function.
9721         (dfs_set_offset_for_unshared_vbases): Likewise.
9722         (layout_virtual_bases): Use them.
9723         (layout_basetypes): Don't call propagate_binfo_offsets.
9724         * search.c (dfs_get_vbase_types): Clone completely fresh binfos
9725         for the vbases.
9726
9727         * class.c (build_base_field): New function, split out from ...
9728         (build_base_fields): ... here.  Use it.  Allocate primary bases
9729         first, under the new ABI.
9730         (get_vtable_entry): Remove.
9731         (remove_base_field): New function, split out from ...
9732         (remove_base_fields): ... here.  Adjust since primary bases come
9733         first under the new ABI.
9734
9735         * cp-tree.h (expand_direct_vtbls_init): Remove declaration.
9736         (initialize_vtbl_ptrs): New function.
9737         (expand_indirect_vtbls_init): Change prototype.
9738         (convert_pointer_to_vbase): Declare.
9739         * init.c (expand_direct_vtbls_init): Remove.
9740         (dfs_initialize_vtbl_ptrs): New function.
9741         (initialize_vtbl_ptrs): Likewise.
9742         (emit_base_init): Use initialize_vtbl_ptrs.
9743         * search.c (convert_pointer_to_vbase): Make it global.
9744         (expand_indirect_vtbls_init): Remove vtable initialization code.
9745         * semantics.c (setup_vtbl_ptr): Use initialize_vtbl_ptrs.
9746
9747         * class.c (dfs_finish_vtbls): New function.
9748         (finish_vtbls): Use it.
9749         (dump_class_hierarchy): New function.
9750
9751         * cp-tree.h (BINFO_PRIMARY_MARKED_P): Change definition.
9752         (BINFO_VBASE_PRIMARY_P): New macro.
9753         (BINFO_VIRTUALS): Add to documentation.
9754         (SET_BINFO_PRIMARY_MARKED_P): Remove.
9755         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
9756         (dfs_mark_primary_bases_queue_p): Likewise.
9757         (dfs_unmarked_real_bases_queue_p): New function.
9758         (dfs_marked_real_bases_queue_p): Likewise.
9759         * search.c (dfs_mark_primary_bases): Adjust.
9760         (mark_primary_bases): Likewise.
9761         (get_shared_vbase_if_not_primary): New function.
9762         (dfs_unmarked_real_bases_queue_p): Likewise.
9763         (dfs_marked_real_bases_queue_p): Likewise.
9764         (dfs_get_pure_virtuals): Simplify.
9765         (get_pure_virtuals): Likewise.
9766
9767 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9768
9769         * lex.c: Include tm_p.h.
9770
9771 2000-01-07  Nathan Sidwell  <sidwell@codesourcery.com>
9772
9773         * lang-specs.h (__GXX_ABI_VERSION): New preprocessor macro.
9774
9775 2000-01-06  Jason Merrill  <jason@casey.cygnus.com>
9776
9777         * decl2.c (comdat_linkage): Don't set DECL_DEFER_OUTPUT.
9778         * pt.c (instantiate_decl): Defer comdat templates that might not be
9779         needed.
9780
9781         * cp-tree.h (DECL_NEEDED_P): Also true if !DECL_COMDAT.
9782         * decl2.c (finish_vtable_vardecl): Don't check !DECL_COMDAT.
9783         (finish_file): Likewise.
9784
9785         * decl2.c (import_export_class): Undo 12/14 change.
9786
9787         * error.c (dump_decl): operator new, not operatornew.
9788
9789         * class.c (field_decl_cmp): A nontype is "greater" than a type.
9790         * search.c (lookup_field_1): Look for the last field with the
9791         desired name.
9792
9793 2000-01-05  Nathan Sidwell  <nathan@acm.org>
9794
9795         * decl2.c (lookup_arg_dependent): Deal with FNS not being a
9796         FUNCTION_DECL.
9797
9798 2000-01-05  Nathan Sidwell  <nathan@acm.org>
9799
9800         * typeck.c (build_static_cast): Don't strip target qualifiers
9801         when casting from a class.
9802
9803 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9804
9805         * class.c (warn_hidden): Initialize variable `fndecl'.
9806
9807 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
9808
9809         * decl.c (flag_isoc9x): New variable to be able to use code in
9810         c-common.c.  For now always zero.
9811
9812 2000-01-03  Mark Mitchell  <mark@codesourcery.com>
9813
9814         * cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
9815         * class.c (layout_basetypes): Don't set BINFO_INHERITANCE_CHAIN
9816         or unshare_base_binfos for virtual bases here.
9817         * search.c (dfs_get_vbase_types): Do it here.
9818         (get_vbase_types): Adjust.
9819
9820 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
9821
9822         * cp-tree.h (CLASSTYPE_VFIELDS): Move definition.
9823         (BINFO_PRIMARY_MARKED_P): Use flag 5.
9824         (SET_BINFO_PRIMARY_MARKED_P): Likewise.
9825         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
9826         (unmark_primary_bases): Remove declaration.
9827         (unmarkedp): Declare.
9828         (dfs_vbase_unmark): Likewise.
9829         * class.c (determine_primary_base): Return immediately if there
9830         are no base classes.  Call mark_primary_bases here.
9831         (modify_all_direct_vtables): Remove.
9832         (modify_all_indirect_vtables): Remove.
9833         (dfs_modify_vtables_queue_p): New function.
9834         (dfs_modify_vtables): New function.
9835         (modify_all_vtables): Use them.
9836         (build_base_fields): Build FIELD_DECLs for primary virtual base
9837         classes.
9838         (create_vtable_ptr): Don't call determine_primary_base here.
9839         (dfs_mark_primary_bases_and_set_vbase_offsets): Rename to ...
9840         (dfs_set_offset_for_vbases): ... this.
9841         (layout_virtual_bases): Use it.
9842         (layout_class_type): Call determine_primary_base here.
9843         * search.c (unmarkedp): Make it global.
9844         (shared_marked_p): Simplify.
9845         (shared_unmarked_p): Likewise.
9846         (dfs_primary_bases_queue_p): Remove.
9847         (dfs_unmark_primary_bases): Likewise.
9848         (unmark_primary_bases): Likewise.
9849         (mark_primary_bases): Simplify.
9850         (get_pure_virtuals): Don't call mark_primary_bases here.
9851         (dfs_vbase_unmark): New function.
9852         (get_vbase_types): Simplify.
9853
9854         * class.c (struct base_info): Remove.
9855         (determine_primary_base): Take has_virtual_p rather than a
9856         base_info as input.  Don't calculate max_has_virtual.
9857         (finish_struct_bits): Remove max_has_virtual argument.
9858         (create_vtable_ptr): Remove max_has_virtual_p argument.
9859         (layout_virtual_bases): Remove max argument.
9860         (layout_basetypes): Likewise.
9861         (layout_class_type): Remove max_has_virtual_p argument.
9862         (finish_struct_1): Remove max_has_virtual.
9863
9864         * cp-tree.h (dfs_mark_primary_bases_queue_p): New function.
9865         (layout_basetypes): Remove.
9866         * class.c (propagate_binfo_offsets): Moved here from tree.c.
9867         Update to handle primary virtual bases.
9868         (remove_base_fields): New function, split out from
9869         layout_basetypes.
9870         (dfs_mark_primary_bases_and_set_vbase_offsets): New function.
9871         (layout_virtual_bases): New function, split out from
9872         layout_basetypes.  Update to handle primary virtual bases.
9873         (layout_basetypes): Moved here from tree.c.  Use
9874         remove_base_fields and layout_virtual_bases.
9875         * search.c (dfs_mark_primary_bases_queue_p): New function.
9876         (mark_primary_bases): Use it.
9877         * tree.c (CEIL): Remove.
9878         (propagate_binfo_offsets): Remove.
9879         (layout_basetypes): Remove.
9880
9881 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
9882
9883         * cp-tree.h (CLASSTYPE_N_BASECLASSES): Use BINFO_N_BASETYPES.
9884         (BINFO_PRIMARY_MARKED_P): New macro.
9885         (SET_BINFO_PRIMARY_MARKED_P): Likewise.
9886         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
9887         (mark_primary_bases): New function.
9888         (unmark_primary_bases): Likewise.
9889         * search.c (get_abstract_virtuals_1): Remove.
9890         (dfs_mark_primary_bases): New function.
9891         (mark_primary_bases): Likewise.
9892         (dfs_unmark_primary_bases): Likewise.
9893         (unmark_primary_bases): Likewise.
9894         (dfs_get_pure_virtuals): Likewise.
9895
9896 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
9897
9898         * cp-tree.h (skip_rtti_stuff): Adjust prototype.
9899         * class.c (skip_rtti_stuff): Reorganize parameters and return value.
9900         (modify_one_vtable): Adjust.
9901         (fixup_vtable_deltas1): Likewise.
9902         (override_one_vtable): Likewise.
9903         * search.c (get_abstract_virtuals_1): Likewise.
9904         (get_pure_virtuals): Likewise.
9905         (expand_upcast_fixups): Likewise.
9906         * tree.c (debug_binfo): Likewise.
9907
9908         * class.c (build_vtable): Don't return a value.  Don't rebuild
9909         vtables for bases that have already been handled.
9910         (prepare_fresh_vtable): Don't rebuild vtables for bases that have
9911         already been handled.
9912         (modify_one_vtable): Adjust accordingly.
9913         (fixup_vtable_deltas1): Likewise.
9914         (finish_struct_1): Likewise.
9915
9916 2000-01-01  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9917
9918         * call.c (build_new_method_call): Also check destructors.