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