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