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