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