* error.c (cp_error_at): Fix typo.
[platform/upstream/gcc.git] / gcc / cp / ChangeLog
1 2002-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
2
3         * error.c (cp_error_at): Fix typo.
4
5 2002-06-04  Gabriel Dos Reis  <gdr@codesourcery.com>
6
7         * error.c (cp_diagnostic_starter): Adjust call.
8         (maybe_print_instantiation_context): Change prototype to take a
9         'diagnostic_info *'.
10         (print_instantiation_full_context): Likewise.
11         (print_instantiation_partial_context): Likewise.
12         (cp_diagnostic_starter): Likewise.
13         (cp_diagnostic_finalizer): Likewise.
14         (cp_print_error_function): Likewise.
15         (cp_printer): Take a secondary parameter as a 'text_info *'.
16         Remove output_state savings.  Adjust calls.
17
18 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
19
20         * pt.c (inline_parm_levels): Mark for GC.
21
22         * mangle.c (start_mangling): Allocate G.substitutions here...
23         (init_mangle): ... rather than here.
24         (finish_mangling): Clear the varray pointer when done with it.
25         * spew.c (yylexstring): Don't use VARRAY_FREE. 
26         * search.c (bfs_walk): Don't use VARRAY_FREE. 
27         * decl2.c (pending_statics): Use gengtype to mark.
28         (deferred_fns): Likewise.
29         (ssdf_decls): Likewise.
30         (init_decl2): Delete.
31         * decl.c (pop_from_top_level): Don't use VARRAY_FREE.
32         (cxx_init_decl_processing): Don't call init_decl2.
33         (cxx_pop_function_context): Don't use VARRAY_FREE.
34         * cp-tree.h (struct saved_scope): No need for special marking
35         of varrays.
36         (struct language_function): Likewise.
37         (local_classes): Use gengtype to mark.
38         (init_decl2): Delete prototype.
39         * class.c (init_class_processing): Don't use
40         ggc_add_tree_varray_root.
41         (build_vtbl_initializer): Don't use VARRAY_FREE.
42
43         * decl.c (typename_compare): Don't use same_type_p.
44
45         * decl.c: Include hashtab.h instead of hash.h.
46         (typename_hash): Update to use htab_h.
47         (typename_compare): Likewise.
48         (typename_htab): Use gengtype to mark.
49         (build_typename_type): Update to use htab_h.
50         * Make-lang.in (cp/decl.o): Use HASHTAB_H instead of hash.h.
51
52         * Make-lang.in (gt-cp-tree.h): New rule.
53         (cp/tree.o): Depend on gt-cp-tree.h.
54         * config-lang.in (gtfiles): Add cp/tree.c.
55         * tree.c: Include gt-cp-tree.h.
56         (list_hash_table): Use gengtype to mark.
57         (init_tree): Use gengtype to mark trees.
58
59         * Make-lang.in (cp/decl.o): Add debug.h dependency.
60         * call.c (struct z_candidate): Use gengtype.
61         (USER_CONV_CAND): Use WRAPPER_ZC.
62         (convert_class_to_reference): Use build_zc_wrapper.
63         (build_type_conversion_1): Likewise.
64         (build_over_call): Use WRAPPER_ZC.
65         (add_warning): Use build_zc_wrapper.
66         * cp-lang.c (LANG_HOOKS_MARK_TREE): Delete.
67         * cp-tree.h (struct lang_identifier): Use gengtype.
68         (struct template_parm_index_s): Likewise.
69         (struct ptrmem_cst): Likewise.
70         (struct tree_binding): Likewise.
71         (struct tree_overload): Likewise.
72         (struct tree_srcloc): Likewise.
73         (struct tree_wrapper): Likewise.  Also modify to have a pointer
74         to struct z_candidate rather than void.
75         (enum cp_tree_node_structure_enum): New.
76         (union lang_tree_node): New.
77         (cxx_mark_tree): Delete prototype.
78         (cp_tree_node_structure): New prototype.
79         (build_ptr_wrapper): Delete prototype.
80         (build_int_wrapper): Delete prototype.
81         (build_zc_wrapper): New prototype.
82         * decl.c: Include debug.h
83         (cxx_mark_tree): Delete.
84         (cp_tree_node_structure): New.
85         * tree.c (build_ptr_wrapper): Delete.
86         (build_int_wrapper): Delete.
87         (build_zc_wrapper): New.
88
89         * cp-tree.h [! ENABLE_TREE_CHECKING] (LANG_TYPE_PTRMEM_CHECK):
90         Correct typo.  Patch from k_fukui@highway.ne.jp.
91
92         * semantics.c (current_stmt_tree): Update for change to
93         struct language_function.
94         (finish_mem_initializers): Likewise.
95         * decl.c (cxx_init_decl_processing): Don't set mark_lang_status.
96         * cp-tree.h (struct language_function): Rename from
97         cp_language_function.  Change all uses.
98         (cp_function_chain): Don't need to cast.
99
100         * class.c (duplicate_tag_error): Reset discriminator.
101         (check_bases_and_members): Update for data structure changes.
102         * cp-tree.h (struct lang_id2): Use gengtype.
103         (flagged_type_tree): Likewise.
104         (SET_LANG_ID): Use GGC on struct lang_id2.
105         (struct cp_language_function): Use gengtype.  Remove field
106         'x_vcalls_possible_p'.
107         (current_vcalls_possible_p): Delete.
108         (struct lang_type_header): New.
109         (struct lang_type_class): Rename from struct lang_type.  Include
110         struct lang_type_header.
111         (struct lang_type_ptrmem): New.
112         (struct lang_type): New.
113         (LANG_TYPE_CLASS_CHECK): New.  Use it in all the appropriate macros.
114         (LANG_TYPE_PTRMEM_CHECK): New.  Use it in all the appropriate macros.
115         (TYPE_SET_PTRMEMFUNC_TYPE): Set discriminator, update for changes.
116         (struct lang_decl_flags): Use gengtype.  Add discriminators.
117         (struct lang_decl): Use gengtype.  Add and use discriminators.
118         Update the macros that reference moved fields.
119         (LANG_DECL_U2_CHECK): New function.  Use it when appropriate.
120         (SET_DECL_THUNK_P): Set discriminator too.
121         (clear_inline_text_obstack): Delete prototype.
122         (finish_inline_definitions): Delete prototype.
123         (mark_pending_inlines): Delete prototype.
124         (lang_check_failed): New prototype.
125         * decl.c (struct named_label_use_list): Use gengtype.
126         (struct named_label_list): Likewise.
127         (mark_binding_level): Delete.
128         (mark_named_label_lists): Delete.
129         (push_local_name): Set discriminator on DECL_LANG_SPECIFIC.
130         (cxx_init_decl_processing): Use generated marker routine.
131         (begin_destructor_body): Delete dead set to
132         current_vcalls_possible_p.
133         (mark_lang_function): Delete.
134         (mark_cp_function_context): Delete.
135         (lang_mark_tree): Use generated marker routines.
136         * decl2.c (start_objects): Set discriminator when setting
137         GLOBAL_INIT_PRIORITY.
138         * lex.c (retrofit_lang_decl): Set discriminators.
139         (copy_lang_type): Update for changes to lang_type structure.
140         (cp_make_lang_type): Set discriminator.
141         * parse.y: Use gengtype on YYLVAL.  Don't use dots in identifiers.
142         * search.c: Include ggc.h.
143         * semantics.c (anon_aggr_type_p): Use the macro, don't hand-code it.
144         (finish_inline_definitions): Delete.
145         * spew.c (struct token): Use gengtype.
146         (struct token_chunk): New.
147         (struct unparsed_text): Use gengtype.  Store tokens in chunks.
148         (struct feed): Use gengtype.
149         (feed_obstack): Delete.
150         (feed): Mark as GC root.
151         (pending_inlines): Mark as GC root.
152         (pending_inlines_tail): Likewise.
153         (processing_these_inlines): Likewise.
154         (token_obstack): Make static.
155         (first_token): Likewise.
156         (init_spew): Don't initialise deleted things; use gengtype for roots.
157         (clear_inline_text_obstack): Delete.
158         (feed_input): Use GC for struct feed.  Update for changes to
159         struct unparsed_text.
160         (mark_pending_inlines): Delete.
161         (next_token): Rename from add_token.  Change all callers.  Update
162         for changes to struct unparsed_text.
163         (space_for_token): New.
164         (remove_last_token): New.
165         (alloc_unparsed_text): New.
166         (snarf_block): Take an unparsed_text.  Update for changes to struct
167         unparsed_text.
168         (snarf_method): Update for changes to struct unparsed_text.
169         (snarf_defarg): Update for changes to struct unparsed_text.
170         * tree.c (lang_check_failed): New.
171
172         * Make-lang.in (gt-cp-call.h gt-cp-decl2.h gt-cp-parse.h
173         gt-cp-pt.h gt-cp-repo.h gt-cp-spew.h): New rules.
174         (cp/spew.o): Add dependency on gt-<filename>.h.
175         (cp/decl2.o): Add dependency on gt-<filename>.h.
176         (cp/call.o): Add dependency on gt-<filename>.h.
177         (cp/pt.o): Add dependency on gt-<filename>.h.
178         (cp/repo.o): Add dependency on gt-<filename>.h.
179         (cp/parse.o): Add dependency on gt-<filename>.h.
180         * call.c: Use gengtype for roots.
181         * config-lang.in (gtfiles): Add cp-tree.h decl.h lex.h call.c
182         decl2.c parse.y pt.c repo.c spew.c.
183         * cp-tree.h: Use gengtype for roots.
184         (struct saved_scope): Use GGC, gengtype.
185         (cp_parse_init): Delete prototype.
186         (init_pt): Delete prototype.
187         * decl.c: Use gengtype for roots.
188         (mark_saved_scope): Delete.
189         (cxx_init_decl_processing): Don't call deleted initilisation
190         routines.
191         (signed_size_zero_node): Delete, unused.
192         * decl.h: Use gengtype for roots.
193         * decl2.c: Use gengtype for roots.
194         * lex.h: Use gengtype for roots.
195         * parse.y: Use gengtype for roots.
196         (cp_parse_init): Delete.
197         * pt.c: Use gengtype for roots.
198         (init_pt): Delete.
199         * repo.c: Use gengtype for roots.
200         * spew.c: Use gengtype for roots.
201
202         * Make-lang.in: Allow for filename changes.  Add gtype-cp.h.
203         (cp/decl.o): Add dependency on gtype-cp.h.
204         * decl.c: Remove use of add_deletable_root, use GTY marker instead.
205         Include gtype-cp.h.  Allow for filename changes.
206
207         * Make-lang.in (cp/gt-decl.h): Generate using gengtype.
208         (cp/decl.o): Add cp/gt-decl.h dependency.
209         * config-lang.in (gtfiles): New.
210         * tree.h: Rename struct binding_level to struct cp_binding_level.
211         * decl.c: Rename struct binding_level to struct cp_binding_level.
212         Include cp/gt-decl.h.
213         (struct cp_binding_level): Use gengtype.
214         (make_binding_level): Use GGC on struct cp_binding_level.
215         (mark_binding_level): Use gt_ggc_m_cp_binding_level.
216         (cxx_init_decl_processing): Mark free_binding_level as
217         deletable.
218
219         * decl.c (mark_cp_function_context): Update calling sequence.
220
221         * decl.c (start_function): Don't free 'struct
222         cp_language_function'.
223         (pop_cp_function_context): Likewise.
224         (save_function_data): Allocate it using GC.
225         * semantics.c (genrtl_start_function): Don't free 'struct
226         cp_language_function'.
227
228 2002-05-31  Matthew Woodcraft  <mattheww@chiark.greenend.org.uk>
229
230         * lang-specs.h: Use cpp_debug_options.
231
232 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
233
234         * mangle.c, tree.c: Include real.h.
235         * Make-lang.in: Update dependency lists.
236
237 2002-05-25  Neil Booth  <neil@daikokuya.demon.co.uk>
238
239         * lex.c: Don't include c-lex.h.
240         * parse.y, spew.c: Don't include c-lex.h; include c-pragma.h.
241
242 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
243
244         * spew.c (yyungetc, snarf_block): Remove indent_level handling.
245
246 2002-05-22  Richard Henderson  <rth@redhat.com>
247
248         * decl.c (obscure_complex_init): Check for VAR_DECL
249         before using DECL_THREAD_LOCAL.
250
251 2002-05-22  Richard Henderson  <rth@redhat.com>
252
253         * decl.c (check_tag_decl): Handle RID_THREAD.
254         (obscure_complex_init): Reject run-time init of tls.
255         (grokvardecl, grokdeclarator): Handle RID_THREAD.
256         * lex.c (reswords): Add __thread.
257         (rid_to_yy): Map RID_THREAD to SCSPEC.
258
259 2002-05-22  Neil Booth  <neil@daikokuya.demon.co.uk>
260
261         * cp-lang.c (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
262         * cp-tree.h (cxx_post_options): Kill.
263         * cp-lex.c (cxx_post_options): Kill.
264
265 2002-05-21  Richard Henderson  <rth@redhat.com>
266
267         * lex.c (rid_to_yy): Add RID_THREAD.
268
269 2002-05-21  Alexandre Oliva  <aoliva@redhat.com>
270
271         * init.c (build_vec_init): Test for trivial copy-assignment when
272         copy-assigning arrays.
273
274 2002-05-20  Andreas Jaeger  <aj@suse.de>
275
276         * init.c (build_default_init): Remove unused variable.
277
278 2002-05-20  Alexandre Oliva  <aoliva@redhat.com>
279
280         * call.c (any_strictly_viable): New.
281         (build_new_op): Use it for COMPOUND_EXPR and ADDR_EXPRs.
282
283 2002-05-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
284
285         * error.c (dump_type) [TYPEOF_TYPE]: Fix parenthesis printing.
286
287 2002-05-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
288
289         PR c++/186, DR 259
290         * pt.c (do_decl_instantiation): Don't complain explicit
291         instantiation after explicit specialization.
292         (do_type_instantiation): Likewise.
293
294 2002-05-19  Alexandre Oliva  <aoliva@redhat.com>
295
296         * cp-tree.h (complete_type_or_diagnostic): Changed prototype,
297         renamed from...
298         (complete_type_or_else): ... this.  Redefined as macro.
299         (cxx_incomplete_type_diagnostic): Declare.
300         (cxx_incomplete_type_error): Define as macro.
301         * init.c (build_delete): Warn about incomplete types other than
302         void, and use the built-in operator delete for them.
303         * typeck.c (complete_type_or_diagnostic): Renamed from
304         complete_type_or_else.  Added warn_only argument, passed to...
305         * typeck2.c (cxx_incomplete_type_diagnostic): ... this.  Print
306         warnings or errors depending on new warn_only argument.  Renamed
307         from...
308         (cxx_incomplete_type_error): ... this.  New implementation in
309         terms of cxx_incomplete_type_diagnostic.
310
311 2002-05-18  Jason Merrill  <jason@redhat.com>
312
313         * decl2.c (import_export_decl): If we clear
314         DECL_NOT_REALLY_EXTERN, make sure DECL_EXTERNAL is set.
315
316 2002-05-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
317
318         PR c++/6620
319         * pt.c (verify_class_unification): Don't check if PARM is template
320         parameter dependent.  Simplify.
321         (unify) [TEMPLATE_PARM_INDEX]: Handle when ARG is a template
322         parameter dependent expression.
323
324 2002-05-14  Jason Merrill  <jason@redhat.com>
325
326         * rtti.c (get_tinfo_decl): Don't call comdat_linkage.
327         Do set DECL_COMDAT.
328         (synthesize_tinfo_var): Take the public decl.
329         (create_real_tinfo_var): Likewise.  Check DECL_COMDAT.
330         (emit_tinfo_decl): Adjust.  Call import_export_decl.
331         * decl2.c (import_export_decl): Simplify tinfo decl handling.
332
333 2002-05-14  Alexandre Oliva  <aoliva@redhat.com>
334
335         * cp-tree.h (struct lang_type): Added non_zero_init.
336         (CLASSTYPE_NON_ZERO_INIT_P): New macro.
337         (zero_init_p, force_store_init_value, build_forced_zero_init): Declare.
338         * class.c (check_field_decls): Test non_zero_init.
339         * cvt.c (convert_to_pointer_force): Use cp_convert_to_pointer for
340         zero-to-NULL conversions.
341         * decl.c (obscure_complex_init): Don't reset DECL_INITIAL of a
342         type that needs zero-initialization without zeros.
343         (check_initializer_decl): Compute zero-initializer for types
344         that require a non-trivial one.
345         * init.c (build_forced_zero_init): New function.
346         (build_default_init): Use it.
347         * tree.c (zero_init_p): New function.
348         * typeck2.c (force_store_init_value): New function.
349         (process_init_constructor): Create non-trivial zero-initializers
350         for array members and class fields.
351
352 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
353
354         * lang-specs.h: Remove redundant -lang-c++.
355
356 2002-05-13  Jason Merrill  <jason@redhat.com>
357
358         * class.c (build_vtbl_ref_1): Use fixed_type_or_null.
359         (fixed_type_or_null): See through reference vars.
360         (build_base_path): Vtable contents are constant.
361         * typeck.c (get_member_function_from_ptrfunc): Likewise.
362
363 2002-05-12  Jason Merrill  <jason@redhat.com>
364
365         * cp-lang.c (ok_to_generate_alias_set_for_type): Backend-created
366         structs are safe.
367
368 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
369
370         * cp-tree.h (flag_ansi): Remove.
371         * decl2.c (flag_ansi): Remove.
372         (cxx_decode_option): Set flag_iso and flag_undef.
373
374 2002-05-09  Jason Merrill  <jason@redhat.com>
375
376         * typeck.c (get_member_function_from_ptrfunc): Reorganize.
377         Use subtraction rather than a bitmask to get the index.
378         * cvt.c (cp_convert_to_pointer): Bail on an error_mark_node.
379
380         * pt.c (tsubst_expr) [ASM_STMT]: Copy ASM_INPUT_P.
381
382 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
383
384         * Make-lang.in (decl2.o): Update.
385         * cp-tree.h (warn_multichar): Remove.
386         * decl2.c: Include c-common.h.
387         (warn_multichar): Remove.
388
389 2002-05-03  Jason Merrill  <jason@redhat.com>
390
391         * tree.c (build_cplus_array_type): Only const and volatile get
392         special handling.
393
394         * decl.c (BOOL_TYPE_SIZE): Move default to defaults.h.
395
396 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
397
398         ABI change, returning simple classes from functions.
399         * class.c (finish_struct_bits): Only mark TREE_ADDRESSABLE if
400         TYPE_HAS_TRIVIAL_INIT_REF is false or
401         TYPE_HAS_NONTRIVIAL_DESTRUCTOR is true.
402
403 2002-04-30  Jason Merrill  <jason@redhat.com>
404
405         PR debug/6436
406         * decl.c (grokdeclarator): Don't override TYPE_NAME of an
407         anonymous class with a typedef if there are attributes.
408
409 2002-04-29  Paul Eggert  <eggert@twinsun.com>
410
411         * parse.y (nomods_initdcl0): Replace $<ttype>3 with $<ttype>$.
412
413 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
414
415         PR c++/6477
416         * decl.c (follow_tag_typedef): Check if TYPE_NAME (original) is
417         non-NULL first.
418
419 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
420
421         PR c++/6492
422         * pt.c (tsubst_friend_class): If the friend has an explicit scope,
423         enter that scope before name lookup.
424
425         PR c++/6486
426         * method.c (do_build_copy_constructor): Avoid building
427         cv-qualified reference types.
428
429 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
430
431         PR c++/5719
432         * decl.c (grok_op_properties): Assignment ops don't have to return
433         by value. operator% should.
434
435 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
436
437         PR c/6343
438         * decl.c (duplicate_decls): Call merge_weak.
439
440 2002-04-26  Richard Henderson  <rth@redhat.com>
441
442         * parse.y (malloced_yyss, malloced_yyvs): New.
443         (yyoverflow): Re-add.  Set them.
444         (free_parser_stacks): New.
445
446 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
447
448         PR c++/6497
449         * method.c (do_build_assign_ref): Pass a derivation to
450         build_method_call when calling base class assignment operators.
451
452 2002-04-26  Richard Henderson  <rth@redhat.com>
453
454         * parse.y (yyoverflow): Revert.
455
456 2002-04-26  Richard Henderson  <rth@redhat.com>
457
458         PR c/3581
459         * parse.y (string): Remove.  Update all uses to use STRING
460         instead, and not call combine_strings.
461         * rtti.c (tinfo_name): Use fix_string_type.
462         * semantics.c (finish_asm_stmt): Don't call combine_strings.
463         * spew.c (yylexstring): New.
464         (read_token): Use it.
465
466 2002-04-25  Richard Henderson  <rth@redhat.com>
467
468         PR c/2161
469         * parse.y (yyoverflow): New.
470
471 2002-04-25  Jason Merrill  <jason@redhat.com>
472
473         PR c++/5607
474         * search.c (check_final_overrider): No longer static.
475         * class.c (update_vtable_entry_for_fn): Call it.
476         * cp-tree.h: Adjust.
477
478 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
479
480         * cp-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
481         * cp-tree.h (cxx_set_yydebug): Die.
482         * lex.c (YYDEBUG): Get from c-lex.h.
483         (cxx_set_yydebug): Remove.
484         * parse.y: Include c-lex.h.
485         (YYDEBUG): Get from c-lex.h.
486
487 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
488
489         PR c++/6438.
490         * cvt.c (convert_to_void): Don't unconditionally make COND_EXPRs
491         void.
492
493 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
494
495         * cp-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
496         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE):
497         Redefine.
498         * cp-tree.h (cp_attribute_table): Rename.
499         * decl.c (lang_attribute_table): Remove declaration.
500         (cxx_init_decl_processing): Don't set it.
501         * tree.c (cp_attribute_table): Rename.
502
503 2002-04-24  Jason Merrill  <jason@redhat.com>
504
505         PR c++/6331
506         * method.c (do_build_copy_constructor): Use cp_build_qualified_type.
507         * typeck.c (build_modify_expr): Allow arrays to differ in cv-quals.
508         The pedwarn for array assignment is now unconditional.
509         * tree.c (build_cplus_array_type_1): Still process simple array types
510         normally in templates.
511
512         PR c++/6395
513         * decl.c (make_rtl_for_nonlocal_decl): Don't mess with #pragma i/i
514         stuff for comdats.
515
516 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
517
518         * parse.y (check_class_key): Allow KEY to be union/enum/struct/class
519         node with attributes.
520
521 2002-2-23  David O'Brien  <obrien@FreeBSD.org>
522
523         * g++spec.c (MATH_LIBRARY_PROFILE, LIBSTDCXX_PROFILE): Add.
524         Use MATH_LIBRARY_PROFILE and LIBSTDCXX_PROFILE if profile flag given.
525
526 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
527
528         PR c++/6256:
529         * pt.c (tsubst_friend_class): Handle templates with explicit
530         nested names.
531
532         PR c++/6331:
533         * typeck.c (merge_types): Remember the cv-qualification of pointer
534         types when merging them.
535
536 2002-04-20  Neil Booth  <neil@daikokuya.demon.co.uk>
537
538         * cp-lang.c (LANG_HOOKS_FUNCTION_INIT,
539         LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_MARK): Redefine.
540         * cp-tree.h (cxx_push_function_context, cxx_pop_function_context,
541         cxx_mark_function_context): New.
542         * decl.c (push_cp_function_context, pop_cp_function_context,
543         mark_cp_function_context): Rename for consistency.
544         (cxx_init_decl_processing): Don't set old hooks.
545
546 2002-04-19  Neil Booth  <neil@daikokuya.demon.co.uk>
547
548         * call.c (convert_type_from_ellipsis): Rename, update.
549         * cp-lang.c (LANG_HOOKS_TYPE_PROMOTES_TO): Redefine.
550         * cp-tree.h (convert_type_from_ellipsis): Rename.
551         * decl.c (cxx_init_decl_processing): Don't set hook.
552
553 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
554
555         * call.c (build_new_method_call): Update.
556         * cp-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
557         * cp-tree.h (cxx_incomplete_type_error): New.
558         * decl.c (grokdeclarator, grokparms): Update.
559         * decl2.c (check_classfn): Update.
560         * pt.c (tsubst): Update.
561         * typeck.c (complete_type_or_else, expr_sizeof,
562         decay_conversion): Update.
563         * typeck2.c (incomplete_type_error): Rename.
564         (add_exception_specifier): Update.
565
566 2002-04-18  Jason Merrill  <jason@redhat.com>
567
568         PR c++/5658
569         * search.c (setup_class_bindings): A class template qualifies as a
570         type binding.
571
572 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
573
574         PR c++/6316
575         * decl2.c (finish_file): Clear DECL_EXTERNAL in a separate loop
576         before expanding.
577
578 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
579
580         * init.c (begin_init_stmts): Remove commented out code.
581         (finish_init_stmts): Set STMT_EXPR_NO_SCOPE.
582         * semantics.c (begin_gobal_stmt_expr): Adjust call to
583         expand_start_stmt_expr.
584
585 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
586
587         * decl.c (register_dtor_fn): Pass the address of dso_handle, not
588         dso_handle itself, to __cxa_atexit.
589
590 2002-04-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
591
592         * error.c (cxx_print_error_function): Adjust call to macros.
593
594 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
595
596         * class.c (layout_virtual_bases): Do all dsize computation on trees.
597
598 2002-04-14  Jason Merrill  <jason@redhat.com>
599
600         * typeck.c (get_member_function_from_ptrfunc): Don't do
601         gratuitious division and multiplication on
602         ptrmemfunc_vbit_in_delta targets.
603
604 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
605
606         PR c++/5373.
607         * semantics.c (finish_expr_stmt): Remember the type of the
608         expression before any conversions are performed.
609
610 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
611
612         PR c++/5189.
613         * call.c (add_template_candidate_real): Do not treat member
614         templates as copy constructors.
615
616 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
617
618         * decl.c (duplicate_decls): Do not copy the RTL for a variable
619         declaration if the old variable had an incomplete type and the new
620         variable does not.
621         (complete_vars): Do not call layout_decl for completed variables.
622
623 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
624
625         * decl.c (duplicate_decls): Don't try to unify an implicit typedef
626         with an explicit one.
627         (follow_tag_typedef): New.
628         (lookup_tag): Use it to extract the tag of an explicit typedef.
629         (xref_tag): Likewise.
630
631 2002-04-11  Andrew Haley  <aph@redhat.com>
632
633         * typeck.c (type_after_usual_arithmetic_conversions):
634         If two types have the same variant, return immediately.
635         When two floating-point operands are the same precision:
636           convert to float if one of the operands is float;
637           if neither operand is one of the standard types, return the type
638           of the first operand.
639
640 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
641
642         PR c++/5507
643         * decl.c (make_typename_type): Remove implicit typenameness.
644
645 2002-04-09  Jason Merrill  <jason@redhat.com>
646
647         PR optimization/6189
648         * semantics.c (genrtl_start_function): Don't free
649         DECL_SAVED_FUNCTION_DATA for inline functions.
650
651         * init.c (build_member_call): For now, don't convert to
652         intermediate base if it would cause an error.
653
654 2002-04-08  Paolo Carlini  <pcarlini@unitus.it>
655
656         * parse.y (namespace_qualifier, maybe_identifier,
657         begin_explicit_instantiation, end_explicit_instantiation,
658         apparent_template_type, .finish_template_type,
659         do_id, maybe_init, defarg_again, component_decl_1):
660         Add ending ';', in accordance with POSIX.
661
662 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
663
664         PR c++/5571
665         * class.c (layout_class_type): Remember incomplete static
666         variables.
667         (finish_struct_1): Call complete_vars, not
668         hack_incomplete_structures.
669         * cp-tree.h (hack_incomplete_structures): Rename to ...
670         (complete_vars): ... this.
671         (struct saved_scope): Remove incomplete.
672         (namespace_scope_incomplete): Remove.
673         * decl.c (struct binding_level): Remove incomplete.
674         (incomplete_vars): New variable.
675         (mark_binding_level): Don't mark incomplete.
676         (print_binding_level): Don't print it.
677         (mark_saved_scope): Don't mark incomplete.
678         (pushdecl): Use maybe_register_incopmlete_var.
679         (cxx_init_decl_processing): Register incomplete_vars for GC.
680         (start_decl_1): Clarify error message.
681         (hack_incomplete_vars): Remove.
682         (maybe_register_incomplete_var): New function.
683         (complete_vars): Likewise.
684
685 2002-04-06  Jason Merrill  <jason@redhat.com>
686
687         PR c++/4934
688         * error.c (dump_expr) [CONVERT_EXPR]: Make sure TREE_TYPE (t) is
689         set before checking it.
690
691         PR c++/525
692         * init.c (build_member_call): Use build_scoped_ref.
693         (resolve_offset_ref): Likewise.
694         * call.c (build_scoped_method_call): Likewise.
695         * tree.c (maybe_dummy_object): Kludge around current_class_type being
696         wrong.
697         * typeck2.c (build_scoped_ref): Return the binfo via binfo_p parm.
698         * cp-tree.h: Adjust.
699
700         * init.c (push_base_cleanups): Just use build_scoped_method_call.
701
702         PR c++/6179
703         * method.c (implicitly_declare_fn): Pass unqualified type to
704         synthesize_exception_spec.
705
706 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
707
708         * cp-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
709         * cvt.c: Update comment.
710         * init.c (expand_cleanup_for_base): Update.
711         * semantics.c (finish_parenthesized_expr): Update.
712         * typeck.c (cp_truthvalue_conversion): Update.
713
714 2002-04-04  Jason Merrill  <jason@redhat.com>
715
716         * semantics.c (finish_eh_cleanup): New fn.
717         * cp-tree.h: Add prototype.
718         * init.c (perform_member_init, expand_cleanup_for_base): Use
719         finish_eh_cleanup.
720         * cp-tree.def (SUBOBJECT, CTOR_STMT): Remove.
721         * cp-tree.h: Remove references.
722         * decl.c (begin_constructor_body, end_constructor_body): Likewise.
723         * dump.c (cp_dump_tree): Likewise.
724         * pt.c (tsubst_expr): Likewise.
725         * semantics.c (genrtl_ctor_stmt, genrtl_subobject): Remove.
726         (cp_expand_stmt): Remove handling of CTOR_STMT and SUBOBJECT.
727         * tree.c (cp_statement_code_p): Likewise.
728
729         * init.c (build_new_1): Set CLEANUP_EH_ONLY on deleting cleanup.
730
731         PR c++/5636
732         * semantics.c (nullify_returns_r): Just set CLEANUP_EH_ONLY on
733         cleanup for nrv.
734
735         PR c++/5104
736         * typeck.c (comptypes) [FUNCTION_TYPE]: Don't compare exception
737         specifiers.
738         [METHOD_TYPE]: Use same code as FUNCTION_TYPE.
739
740 2002-04-03  Richard Henderson  <rth@redhat.com>
741
742         * cp-lang.c (cxx_warn_unused_global_decl): New.
743         (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
744
745 2002-04-03  Neil Booth  <neil@daikokuya.demon.co.uk>
746
747         * cp-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Redefine.
748         * tree.c (init_tree): Don't set hook.
749
750 2002-04-03  Roger Sayle  <roger@eyesopen.com>
751
752         PR c++/5998:
753         * decl.c (duplicate_decls): Don't mess with assembler names when
754         redeclaring builtin functions as static.
755
756 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
757
758         * call.c (build_addr_func): Update.
759         * class.c (resolve_address_of_overloaded_function): Update.
760         * cp-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
761         * cp-tree.h (cxx_mark_addressable): New.
762         * decl.c (register_dtor_fn, cxx_maybe_build_cleanup): Update.
763         * decl2.c (build_cleanup): Update.
764         * except.c (build_throw): Update.
765         * init.c (resolve_offset_ref): Update.
766         * pt.c (convert_nontype_argument): Update.
767         * semantics.c (finish_asm_stmt, simplify_affr_init_exprs_r): Update.
768         * typeck.c (decay_conversion, build_array_ref, build_unary_op,
769         unary_complex_lvalue): Update.
770         (mark_addressable): Rename.
771
772 2002-04-01  Roger Sayle  <roger@eyesopen.com>
773
774         PR c++/5998:
775         * decl.c (duplicate_decls):  Overwrite the RTL when (and only
776         when) overwriting a built-in function.  Don't use COPY_DECL_RTL,
777         but follow the SET_DECL_RTL idiom used elsewhere in the function.
778
779 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
780
781         * cp-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
782         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
783         * decl.c (grokdeclarator): Update.
784         * mangle.c (write_integer_cst): Update.
785         * typeck.c (build_binary_op): Update.
786
787 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
788
789         * cp-lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
790         * lex.c (cxx_init): Don't set hook.
791
792 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
793
794         * Make-lang.in (error.o): Update.
795         * cp-lang.c (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
796         * cp-tree.h (struct diagnostic_context): Predeclare.
797         (cxx_print_error_function): New.
798         * error.c: Include langhooks-def.h.
799         (lang_print_error_function): Rename.  Update.
800         (init_error): Don't set hook.
801
802 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
803
804         * cp-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
805         Redefine.
806         * cvt.c (cp_convert_to_pointer, type_promotes_to): Use new hooks.
807         * decl.c (finish_enum): Similarly.
808         * error.c (dump_type): Similarly.
809         * lex.c (cxx_init): Similarly.
810         * mangle.c (write_builtin_type): Similarly.
811         * typeck.c (comptypes): Similarly.
812
813 2002-03-28  Roger Sayle  <roger@eyesopen.com>
814
815         PR c++/5998:
816         * decl.c (cxx_init_decl_processing): Re-enable built-in functions
817         in the g++ front-end.
818         (duplicate_decl): Allow redefinition of anticipated built-ins.
819         Fix inlining problem by over-writing the old DECL_RTL.
820         (lookup_namespace_name): Fail to find an identifier in the
821         specified namespace if its still anticipated.
822         (builtin_function_1): New function split out from builtin_function
823         to create a builtin in the current namespace with given context.
824         (builtin_function): Call builtin_function_1 to define the
825         appropriate builtins in both the std and global namespaces.
826         (select_decl): Don't test for anticipated decls here.
827         (unqualified_namespace_lookup): Instead ignore them whilst
828         searching through scopes and namespaces.
829         * decl2.c (do_nonmember_using_decl): If a using declaration
830         specifies an anticipated built-in function, mark it as no longer
831         anticipated in that scope.
832         (ambiguous_decl):  Avoid resolving to an anticipated decl.
833         * lex.c (do_scoped_id): Fail to find an identifier in the global
834         namespace if its still anticipated.
835
836 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
837
838         * cp-lang.c (LANG_HOOKS_MAKE_TYPE): Redefine.
839         * cp-tree.h (cp_make_lang_type): Rename.
840         * lex.c (cp_make_lang_type): Rename.
841         (make_aggr_type): Update.
842         * tree.c (init_tree): Don't set make_lang_type_fn.
843
844 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
845
846         PR c++/6073
847         * class.c (finish_struct_1): Update static field's DECL_MODE even
848         if its type is a variant of t.
849
850 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
851
852         * cp-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
853         * cp-tree.h (cxx_insert_default_attributes): New.
854         * decl.c (insert_default_attributes): Rename.
855
856 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
857
858         PR c++/4884
859         * call.c (build_op_delete_call): Allow for the fact the placement
860         may be a COMPOUND_EXPR.
861
862 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
863
864         * cp-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
865         * cp-tree.h (init_cplus_expand): Remove.
866         (cxx_expand_expr): New.
867         * expr.c (cplus_expand_expr): Rename cxx_expand_expr,
868         fix prototype.
869         (init_cplus_expand): Remove.
870         * lex.c (cxx_init): Don't call init_cplus_expand.
871
872 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
873
874         PR c++/4884.
875         * init.c (build_new_1): Allow for the fact the result of
876         build_function_call may be a COMPOUND_EXPR.
877
878 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
879
880         PR c++/5682
881         * cp-tree.h (BINFO_PRIMARY_P): Explain meaning better.
882         (dfs_skip_nonprimary_vbases_unmarkedp): Remove.
883         (dfs_skip_nonprimary_vbases_markedp): Remove.
884         * search.c (get_shared_vbase_if_not_primary): Remove.
885         (dfs_skip_nonprimary_vbases_unmarkedp): Remove.
886         (dfs_skip_nonprimary_vbases_markedp): Remove.
887         (dfs_unmarked_real_bases_queue_p): Just get the canonical binfo.
888         (dfs_marked_real_bases_queue_p): Likewise.
889
890 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
891
892         * cp-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
893         * cp-tree.h (cxx_mark_tree): New.
894         * decl.c (lang_mark_tree): Rename cxx_mark_tree.
895
896 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
897
898         * cp-tree.h (cxx_maybe_build_cleanup): New.
899         * decl.c (destroy_local_var, hack_incomplete_structures): Update.
900         (maybe_build_cleanup): Rename cxx_maybe_build_cleanup.
901         * tree.c (build_target_expr): Update.
902         * cp-lang.c (LANG_HOOKS_MAYBE_BUILD_CLEANUP): Redefine.
903
904 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
905
906         * decl2.c (cxx_decode_option): Handle -E.
907         * lang-specs.h (default_compilers): Preprocess with cc1plus.
908         * lex.c (cxx_init): Exit quickly if c_common_init returns NULL.
909
910 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
911
912         PR c++/6037
913         * decl.c (start_enum): Don't set TREE_ADDRESSABLE on TREE_LIST node.
914
915 2002-03-23  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
916
917         * error.c (dump_type): Be careful about implicit typenames.
918
919 2002-03-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
920
921         PR C++/3656
922         * semantics.c (finish_base_specifier): Handle erronous base
923         classes.
924
925 2002-03-22  Zack Weinberg  <zack@codesourcery.com>
926
927         * error.c: Always use REAL_VALUE_TO_DECIMAL; don't test
928         REAL_IS_NOT_DOUBLE.
929
930 2002-03-22  Jeff Knaggs  <jknaggs@redhat.com>
931
932         * typeck.c (get_member_function_from_ptrfunc): Scale idx down to
933         an index into the vtable_entry array regardless of
934         TARGET_PTRMEMFUNC_VBIT_LOCATION.
935
936 2002-03-21  Aldy Hernandez  <aldyh@redhat.com>
937
938         * tree.c (cp_cannot_inline_tree_fn): Same.
939
940 2002-03-21  Neil Booth  <neil@daikokuya.demon.co.uk>
941
942         * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
943         insert_block, getdecls, global_bindings_p): New.
944
945 2002-03-20  Nathan Sidwell  <nathan@codesourcery.com>
946
947         PR c++/4361
948         * mangle.c (struct globals) Add internal_mangling_p member.
949         (write_template_param): Do internal mangling, if needed.
950         (mangle_conv_op_name_for_type): Request internal mangling.
951
952 2002-03-20  Jason Merrill  <jason@redhat.com>
953
954         PR c++/2136
955         * init.c (build_delete): Check access for a member op delete here.
956         * decl2.c (delete_sanity): Not here.
957
958 2002-03-19  Jason Merrill  <jason@redhat.com>
959
960         PR c++/5118
961         * class.c (get_vfield_name): Use the constructor_name.
962
963 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
964
965         * cp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
966         * cp-tree.h (lang_printable_name): Rename.
967         * error.c (lang_decl_name): Use new hook.
968         * lex.c (cxx_init): Remove old hook.
969         * pt.c (tsubst_decl): Use new hook.
970         * tree.c (lang_printable_name): Rename.
971
972 2002-03-18  Eric Botcazou  <ebotcazou@multimania.com>
973
974         PR c++/3882
975         * pt.c (tsubst_decl): Move __PRETTY_FUNCTION__ handling...
976         (tsubst_expr) [DECL_STMT]: ...here. And substitute the initializer
977         only after recording the declaration.
978
979 2002-03-18  Jason Merrill  <jason@redhat.com>
980
981         PR c++/2039
982         * init.c (resolve_offset_ref): Hand off to build_component_ref.
983
984         PR c++/4222, c++/5995
985         * call.c (build_over_call): Fix empty class logic.
986
987         PR c++/3870
988         * cp-tree.h (struct saved_scope): Add last_parms field.
989         * decl.c (maybe_push_to_top_level): Save last_function_parms.
990         (pop_from_top_level): Restore it.
991
992         PR c++/4377
993         * mangle.c (write_expression): Strip NOP_EXPRs sooner.  Also strip
994         NON_LVALUE_EXPRs.
995
996         PR c++/4003
997         * pt.c (tsubst_friend_function): Use decl_namespace_context.
998
999         PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.
1000         * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE for a
1001         type with a nontrivial destructor.
1002
1003 2002-03-17  Jason Merrill  <jason@redhat.com>
1004
1005         PR c++/4460
1006         * class.c (build_base_path): Virtual base layout is fixed in
1007         in-charge [cd]tors.
1008
1009 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
1010
1011         * cp-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
1012         * parse.y (yyparse): Remove macro.
1013
1014 2002-03-17  Jason Merrill  <jason@redhat.com>
1015
1016         PR c++/5757
1017         * init.c (build_new_1): Pass the right pointer to op delete.
1018
1019 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
1020
1021         PR c++/4361
1022         * cp-tree.h (CLASSTYPE_METHOD_VEC): Document where templated
1023         conversion operators go.
1024         (struct lang_decl_flags): Add template_conv_p and unused
1025         bitfields.
1026         (DECL_TEMPLATE_CONV_FN_P): New macro.
1027         * call.c (build_user_type_conversion_1): Don't check second type
1028         conversion of overload set first.
1029         * class.c (add_method): Make sure templated conversion operators
1030         all end up on slot 2.
1031         * lex.c (do_identifier): A conversion operator token might be
1032         satisfied by a templated conversion operator.
1033         * pt.c (check_explicit_specialization): Use
1034         CLASSTYPE_FIRST_CONVERSION_SLOT.
1035         (template_parm_this_level_p): New function.
1036         (push_template_decl_real): Determine DECL_TEMPLATE_CONV_FN_P.
1037         * search.c (lookup_fnfields_1): Template conversions will be on
1038         the first slot.
1039         * typeck.c (build_component_ref): Preserve the type of an
1040         conversion operator name on the overload type.
1041         (build_x_function_call): Retrieve the conversion operator name.
1042
1043 2002-03-15  Richard Henderson  <rth@redhat.com>
1044
1045         * init.c (build_new_1): Use size_binop instead of cp_build_binary_op.
1046
1047 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
1048
1049         * cp-tree.h (CLEANUP_DECL): Remove.
1050         (CLEANUP_EXPR): Likewise.
1051         * decl.c (destroy_local_var): Simplify.
1052         (maybe_build_cleanup): Tidy.
1053         * dump.c (cp_dump_tree): Remove handling of CLEANUP_STMT.
1054         * semantics.c (cp_expand_stmt): Likewise.
1055         * cp/tree.c (cp_statement_code_p): Likewise.
1056
1057 2002-03-15  Jason Merrill  <jason@redhat.com>
1058
1059         PR c++/5857
1060         * decl.c (duplicate_decls): Use merge_types instead of common_type.
1061         * typeck.c (common_type): Just hand off to
1062         type_after_usual_arithmetic_conversions and
1063         composite_pointer_type.
1064         (merge_types): New fn.
1065         (commonparms): Use it instead of common_type.
1066         (type_after_usual_arithmetic_conversions): Also handle COMPLEX_TYPE.
1067         (composite_pointer_type): Also handle attributes.
1068         * cp-tree.h: Declare merge_types.
1069
1070         * decl.c (make_rtl_for_nonlocal_decl): Also defer COMDAT
1071         variables.
1072         * decl2.c (maybe_make_one_only): Also mark the decl as needed.
1073
1074 2002-03-14  Richard Henderson  <rth@redhat.com>
1075
1076         * decl.c: Include c-pragma.h.
1077         (start_decl, start_function): Invoke maybe_apply_pragma_weak.
1078         * Make-lang.in: Update dependencies.
1079
1080 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
1081
1082         PR c++/5908
1083         * call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too.
1084         * cvt.c (convert_to_void): Preserve TREE_NO_UNUSED_WARNING.
1085
1086 2002-03-12  Richard Sandiford  <rsandifo@redhat.com>
1087
1088         * mangle.c (write_builtin_type): Handle 128-bit integers even if
1089         they are not a standard integer type.
1090
1091 2002-03-12  Richard Sandiford  <rsandifo@redhat.com>
1092
1093         * cp-tree.h (init_init_processing): Remove declaration.
1094         * init.c (BI_header_type, init_init_processing): Remove old ABI stuff.
1095         * decl.c (cxx_init_decl_processing): Don't call init_init_processing.
1096
1097 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1098
1099         * cp-lang.c (tree_code_type, tree_code_length, tree_code_name):
1100         Define.
1101         * decl.c (duplicate_decls): Use TREE_CODE_LENGTH, not
1102         tree_code_length.
1103         * lex.c (cplus_tree_code_type, cplus_tree_code_length,
1104         cplus_tree_code_name): Delete.
1105         (cxx_init): Don't call add_c_tree_codes, instead set
1106         lang_unsafe_for_reeval.  Don't try to copy into the various
1107         tree_code arrays.
1108
1109 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
1110
1111         PR c++/5659
1112         * decl.c (xref_tag): Don't set CLASSTYPE_DECLARED_CLASS here.
1113         * decl2.c (handle_class_head): Set CLASSTYPE_DECLARED_CLASS for
1114         definitions.
1115
1116 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
1117
1118         Revert 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>,
1119         DR209 is now not a defect.
1120         * cp-tree.h (skip_type_access_control): Remove.
1121         * decl.c (grokdeclarator): Do type access control for friend
1122         declarations.
1123         * semantics.c (decl_type_access_control): Don't reset
1124         current_type_lookups.
1125         (save_type_access_control): Always save the lookups.
1126         (skip_type_access_control): Remove.
1127         (finish_class_definition): Don't change type_lookups.
1128
1129 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
1130
1131         Revert 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>,
1132         It is incorrect.
1133         * typeck.c (build_static_cast): Compare non-qualified types
1134         with pointer to member conversions.
1135
1136 2002-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
1137             Daniel Berlin  <dan@dberlin.org>
1138
1139         * cp-lang.c (ok_to_generate_alias_set_for_type): New function.
1140         (cxx_get_alias_set): Use it.
1141
1142 2002-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1143
1144         * cp-tree.h (stabilize_expr): Prototype.
1145
1146 2002-03-08  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1147
1148         * cp-tree.h (CLEAR_BINFO_MARKED): Make both parts of
1149         conditional return void.
1150
1151 2002-03-08  Neil Booth  <neil@daikokuya.demon.co.uk>
1152
1153         * cp-lang.c (LANG_HOOKS_UNSAVE): Redefine.
1154         * cp-tree.h (cxx_unsave): New.
1155         * tree.c (cp_unsave): Rename cxx_unsave, update prototype.
1156         (init_tree): Update.
1157
1158 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1159
1160         * decl.c (cxx_init_decl_processing): Use ARRAY_SIZE in lieu of
1161         explicit sizeof/sizeof.
1162         * decl2.c (cxx_decode_option): Likewise.
1163         * lex.c (init_reswords, REDUCE_LENGTH, TOKEN_LENGTH): Likewise.
1164
1165 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
1166
1167         PR c++/775
1168         * decl.c (lookup_tag): Only reject enum/class mismatch, not
1169         class/union mismatch.
1170         * parse.y (check_class_key): New function.
1171         (structsp): Call it.
1172
1173 2002-03-01  Michael Matz  <matz@suse.de>
1174
1175         * typeck.c (cp_pointer_int_sum): Complete inner type which is
1176         used later by size_in_bytes().
1177
1178 2002-03-01  Phil Edwards  <pme@gcc.gnu.org>
1179
1180         * cp-tree.h:  Require __GNUC__ to be #defined.
1181         (build_init):  Add missing prototype.
1182
1183 2002-03-01  Jason Merrill  <jason@redhat.com>
1184
1185         * except.c: Don't include decl.h or obstack.h.  Do include
1186         tree-inline.h.
1187         (build_throw): Destroy temporaries from the thrown
1188         expression before calling __cxa_throw.  Construct a thrown
1189         temporary directly into the exception object.
1190         (stabilize_throw_expr): New function.
1191         (wrap_cleanups_r): New function.
1192         * tree.c (stabilize_expr): New function.
1193         * init.c (build_init): New function.
1194         * Make-lang.in (cp/except.o): Adjust .h deps.
1195
1196 2002-02-28  Jason Merrill  <jason@redhat.com>
1197
1198         * search.c (lookup_base_r): Don't clear is_non_public just because
1199         we found a friendly scope.
1200
1201         * decl.c (finish_function): Only warn about missing return
1202         statement with -Wreturn-type.
1203
1204 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
1205
1206         * class.c (build_clone): Update.
1207         * cp-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
1208         * cp-tree.h (cxx_dup_lang_specific_decl): New.
1209         * lex.c (copy_lang_decl): Rename cxx_dup_lang_specific_decl.
1210         (copy_decl): Update.
1211         * method.c (make_thunk): Update.
1212
1213 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
1214
1215         * decl2.c: Delete traditional-mode-related code copied from
1216         the C front end but not used, or used only to permit the
1217         compiler to link.
1218
1219 2002-02-24 Craig Rodrigues  <rodrigc@gcc.gnu.org>
1220
1221         PR c++/4093
1222         * cp-tree.h (SET_BINFO_MARKED): Cast false part of condition
1223         to void.
1224
1225 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
1226
1227         PR other/5746
1228         * semantics.c (finish_switch_cond): Don't call get_unwidened
1229         if error_mark_node.
1230
1231 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
1232
1233         PR c++/2645, DR 295
1234         * cp-tree.h (tsubst_flags_t): Add tf_ignore_bad_quals,
1235         tf_keep_type_decl.
1236         (make_typename_type): Use tsubst_flags_t.
1237         * decl.c (make_typename_type): Adjust. Return non-artificial
1238         TYPE_DECLs, if required.
1239         (grokdeclarator): Simplify CVR qualification handling. Allow bad
1240         qualifiers on typedef types.
1241         * decl2.c (handle_class_head): Adjust make_typename_type call.
1242         * parse.y (nested_name_specifier): Likewise.
1243         (typename_sub0): Likewise.
1244         (typename_sub1): Likewise.
1245         * pt.c (convert_template_argument): Adjust make_typename_type
1246         return value.
1247         (tsubst): Adjust cp_build_qualified_type_real calls.
1248         (check_cv_quals_for_unify): Cope with alowing bad qualifications
1249         on template type parms.
1250         (instantiate_decl): Recheck substitutions to give warnings on bad
1251         qualifications.
1252         * tree.c (cp_build_qualified_type_real): Use tf_allow_bad_quals.
1253
1254 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
1255
1256         * cp/decl.c (duplicate_decls): Merge always_inline attribute.
1257
1258         * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
1259         unless DECL_ALWAYS_INLINE.
1260
1261 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
1262
1263         * typeck.c (cp_pointer_int_sum): Renamed from
1264         pointer_int_sum, call pointer_int_sum.
1265
1266 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
1267
1268         * decl.c (duplicate_decls): Return 0 if issued error about
1269         redeclaration.
1270
1271 2002-02-19  Jason Merrill  <jason@redhat.com>
1272
1273         ABI change: Mangle `void (A::*)() const' as
1274         M1AKFvvE, not MK1AFvvE.
1275         * mangle.c (write_function_type): Write cv-quals for member
1276         function type here.
1277         (write_pointer_to_member_type): Not here.
1278
1279 2002-02-18  Jason Merrill  <jason@redhat.com>
1280
1281         * pt.c (do_type_instantiation): Don't pedwarn if in_system_header.
1282         (do_decl_instantiation): Likewise.
1283
1284 2002-02-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1285
1286         PR c++/5685
1287         * decl.c (duplicate_decls): Make warning unconditional
1288         if duplicate default argument declarations are present.
1289
1290 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
1291
1292         * typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
1293         shortening.
1294
1295 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
1296
1297         * decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs,
1298         remove incorrect comment. Move #if 0'd code to common path. Use
1299         IMPLICIT_TYPENAME_P. Simplify & reformat ARRAY_TYPE duplication.
1300
1301 2002-02-13  Jason Merrill  <jason@redhat.com>
1302
1303         * decl.c (builtin_function): Set TREE_THIS_VOLATILE on return fns.
1304         (finish_function): Don't warn if current_function_returns_null.
1305
1306         * typeck2.c (digest_init): Do handle values of vector type.
1307
1308         * typeck2.c (digest_init, process_init_constructor): Treat vectors
1309         like arrays.
1310
1311 2002-02-11  Jason Merrill  <jason@redhat.com>
1312
1313         * parse.y (reserved_declspecs): Don't handle attributes.
1314         (reserved_typespecquals): Handle them here.
1315         * Make-lang.in (parse.c): Adjust expected conflicts.
1316
1317 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
1318
1319         * parse.y (primary, primary_no_id): Use compstmt_or_stmtexpr
1320         instead of compstmt.
1321         (compstmt_or_stmtexpr): Renamed from compstmt.
1322         (compstmt): In addition to compstmt_or_stmtexpr clear last_expr_type.
1323
1324 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
1325
1326         Rename instantiate_type_flags to tsubst_flags_t & expand use.
1327         * cp-tree.h (instantiate_type_flags): Rename to ...
1328         (tsubst_flags_t): ... here. Rename itf_complain to tf_error,
1329         add tf_warning flag.
1330         (instantiate_type): Adjust prototype.
1331         (tsubst, tsubst_expr, tsubst_copy, lookup_template_class,
1332         do_type_instantiation, cp_build_qualified_type_real): Likewise.
1333         cp_build_qualified_type: Adjust.
1334         * class.c (instantiate_type): Adjust parameter. Rename itf_* to
1335         tf_*.
1336         * call.c (standard_conversion): Rename itf_* to tf_*.
1337         (reference_binding): Likewise.
1338         (convert_like_real): Likewise.
1339         * cvt.c (cp_convert_to_pointer): Likewise.
1340         (convert_to_reference): Likewise.
1341         * decl.c (lookup_namespace_name): Use tf_* flags.
1342         (make_typename_type): Likewise.
1343         (grokdeclarator): Likewise.
1344         * pt.c (convert_nontype_argument): Adjust COMPLAIN usage.
1345         (coerce_template_template_parms, convert_template_argument,
1346         coerce_template_parms, maybe_get_template_decl_from_type_decl,
1347         lookup_template_class, tsubst_friend_function, tsubst_friend_class,
1348         instantiate_class_template, tsubst_template_arg_vector,
1349         tsubst_template_parms, tsubst_aggr_type, tsubst_default_argument,
1350         tsubst_decl, tsubst_arg_types, tsubst_function_type,
1351         tsubst_call_declarator_parms, tsubst, tsubst_copy, tsubst_expr,
1352         instantiate_template, fn_type_unification,
1353         resolve_overloaded_unification, verify_class_unification,
1354         unify, get_bindings_real, do_type_instantiation,
1355         regenerate_decl_from_template, instantiate_decl,
1356         tsubst_initializer_list, tsubst_enum,
1357         get_mostly_instantiated_function_type,
1358         invalid_nontype_parm_type_p): Likewise.
1359         * tree.c (cp_build_qualified_type_real): Likewise.
1360         * typeck.c (build_binary_op): Rename itf_* to tf_*.
1361         (build_ptrmemfunc): Likewise.
1362         (convert_for_assignment): Likewise.
1363
1364 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
1365
1366         PR c++/109
1367         * decl.c (grokdeclarator): Allow friend declarations from
1368         dependent types.
1369         * decl2.c (handle_class_head): Don't push into template parm contexts.
1370         * pt.c (push_template_decl_real): Template parm contexts are never
1371         being defined.
1372
1373 2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
1374
1375         * class.c: Include target.h.
1376         (check_bitfield_decl): Disregard EMPTY_FIELD_BOUNDARY,
1377         BITFIELDS_NBYTES_LIMITED and PCC_BITFIELD_TYPE_MATTERS for MS
1378         bit-field layout.
1379         * Make-lang.in: Adjust deps.
1380
1381 2002-02-05  Jason Merrill  <jason@redhat.com>
1382
1383         * error.c (dump_type): Be more helpful about VECTOR_TYPE.
1384
1385 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
1386
1387         * semantics.c (begin_switch_stmt): Clear SWITCH_TYPE.
1388         (finish_switch_cond): Set SWITCH_TYPE.
1389
1390 2002-02-04  Richard Henderson  <rth@redhat.com>
1391
1392         * method.c (use_thunk): Always initialize the block tree.  Reindent.
1393         * semantics.c (expand_body): Emit thunks after function, not before.
1394
1395 2002-02-04  Jason Merrill  <jason@redhat.com>
1396
1397         * decl.c (start_function): Call cplus_decl_attributes immediately
1398         after grokdeclarator.
1399
1400         * decl.c (start_function): Combine DECL_RESULT handling code.
1401
1402 2002-02-03  Jason Merrill  <jason@redhat.com>
1403
1404         * xref.c: Remove.
1405         * Make-lang.in (CXX_OBJS): Remove cp/xref.o
1406         (cp/xref.o): Remove dependencies.
1407         * class.c (finish_struct_1, check_methods): Don't call xref fns.
1408         (finish_struct_1): Likewise.
1409         * friend.c (make_friend_class): Likewise.
1410         * lex.c (cxx_init, cxx_finish, extract_interface_info): Likewise.
1411         * spew.c (read_process_identifier): Likewise.
1412
1413 2002-02-01  Jason Merrill  <jason@redhat.com>
1414
1415         PR c++/4872
1416         * decl.c (finish_function): Warn about a non-void function with
1417         no return statement and no abnormal exit.
1418         * cp-tree.h (struct cp_language_function): Add returns_abnormally.
1419         (current_function_returns_abnormally): New macro.
1420         * call.c (build_call): Set it.
1421
1422         * typeck.c (build_component_ref): Always complain about offsetof
1423         constructs on non-PODs.  Only make it an error for members of
1424         virtual bases.
1425
1426         * error.c (dump_scope): Don't add TFF_DECL_SPECIFIERS.
1427         (dump_function_decl): Always dump parms.
1428
1429         * decl2.c (finish_static_data_member_decl): Complain about a local
1430         class with a static data member.
1431
1432         PR c++/4286
1433         * search.c (lookup_field_1): Don't xref a static data member
1434         just because we looked it up.
1435
1436 2002-01-31  Jason Merrill  <jason@redhat.com>
1437
1438         * Make-lang.in (parse.c): Handle .output file.
1439
1440         PR c++/3395
1441         * decl.c (xref_tag): Remember early attributes in TYPE_ATTRIBUTES,
1442         not TREE_TYPE.
1443         * semantics.c (finish_class_definition): Adjust.
1444
1445         Allow attributes in parms and casts.
1446         * parse.y (named_parm): Don't strip attrs.
1447         (declmods): Remove 'attributes' production.
1448         (nonempty_cv_qualifiers): Accept attributes.
1449         (ATTRIBUTE): Give precedence.
1450         * decl.c (groktypename): Handle attributes.
1451         (grokparms): Likewise.
1452
1453 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
1454
1455         * decl2.c (cxx_decode_option): Pass 0 as last argument to
1456         cpp_handle_option.
1457         * lang-specs.h: Use cpp_unique_options instead of cpp_options
1458         when used together with cc1_options.
1459
1460 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
1461
1462         PR c++/5132
1463         * typeck2.c (digest_init): Make sure non-array core type is
1464         instantiated.
1465         * decl2.c (reparse_absdcl_as_casts): Just store the type in the
1466         constructor, rather than build a new one.
1467         (build_expr_from_tree, CONSTRUCTOR case): Be careful with the
1468         PURPOSE of constructor elts.
1469
1470 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
1471
1472         * Make-lang.in (parse.c): Adjust expected number of
1473         shift-reduce conflicts.
1474         (decl.o): Depend on diagnostic.h.
1475         * decl.c: Include diagnostic.h.
1476         (grokdeclarator): Check for null pointer.
1477         (finish_function): Don't abort when
1478         current_binding_level->parm_flag != 1, if errors have
1479         occurred; throw away the statement tree and extra binding
1480         levels, and continue.
1481         * lex.c (note_list_got_semicolon): Check for null pointer.
1482         * method.c (hack_identifier): Just return error_mark_node if
1483         value is error_mark_node.
1484         * parse.y (primary: TYPEID(type_id)): No need to use
1485         TYPE_MAIN_VARIANT here.
1486         (handler_seq): Accept an empty list of catch clauses and
1487         generate a fake handler block to avoid later crashes.
1488         (ansi_raise_identifier): Accept the error token too.
1489         * semantics.c (begin_class_definition,
1490         finish_class_definition): Check for error_mark_node.
1491
1492 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
1493
1494         * typeck2.c (friendly_abort): Delete definition.
1495         * cp-tree.h (friendly_abort): Don't prototype.
1496         (my_friendly_assert): Use fancy_abort.
1497
1498 2002-01-23  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1499
1500         * cp-tree.h (my_friendly_abort): Remove.
1501
1502 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
1503
1504         * spew.c (pending_inlines, pending_inlines_tail,
1505         processing_these_inlines): Make static.
1506         (mark_pending_inlines): Remove static.
1507         (begin_parsing_inclass_inline): If in function, save pi
1508         for GC to cp_function_chain->unparsed_inlines instead.
1509         (process_next_inline): Likewise.
1510         * cp-tree.h (struct cp_language_function): Add unparsed_inlines.
1511         (mark_pending_inlines): Add prototype.
1512         * decl.c (spew_debug): Remove unused extern.
1513         (mark_lang_function): Call mark_pending_inlines.
1514
1515 2002-01-23  Craig Rodrigues  <rodrigc@gcc.gnu.org>
1516
1517         * call.c, class.c, decl.c, decl2.c, error.c, expr.c, friend.c,
1518         init.c, lex.c, mangle.c, method.c, pt.c, repo.c, rtti.c, search.c,
1519         semantics.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c:
1520         Change my_fancy_abort() to abort().
1521
1522 2002-01-23  Jason Merrill  <jason@redhat.com>
1523
1524         PR c++/5453
1525         * class.c (fixed_type_or_null): Fix thinko.
1526
1527         PR c++/3331
1528         * init.c (resolve_offset_ref): Use build_indirect_ref.
1529
1530         * decl2.c (grokclassfn): Don't set DECL_REGISTER on 'this'.
1531
1532 2002-01-22  Jason Merrill  <jason@redhat.com>
1533
1534         * parse.y (function_body): Suppress the block for the outermost
1535         curly braces.
1536         * decl.c (pushdecl): Don't try to skip it.
1537         (begin_function_body): Keep the block we create, not the next one.
1538         * init.c (emit_base_init): Don't mess with keep_next_level.
1539
1540         * class.c (build_base_path): Tweak formatting.
1541
1542 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
1543
1544         Fix regression introduced with patch for c++/775
1545         * parse.y (class_head_defn): Check for template specializations
1546         with a different class-key.
1547
1548 2002-01-17  Jason Merrill  <jason@redhat.com>
1549
1550         * decl.c (begin_constructor_body, begin_destructor_body): New fns.
1551         (begin_function_body): Call them and keep_next_level.
1552         * init.c (emit_base_init): Call keep_next_level.
1553         * semantics.c (setup_vtbl_ptr): Lose.
1554         * cp-tree.h (struct cp_language_function): Remove vtbls_set_up_p.
1555         (vtbls_set_up_p): Lose.
1556         * pt.c (tsubst_expr, CTOR_INITIALIZER): Call emit_base_init.
1557         * method.c (do_build_copy_constructor): Likewise.
1558         (synthesize_method): Call finish_mem_initializers.
1559         * parse.y (nodecls): Likewise.
1560
1561         * error.c (dump_type_suffix): Print the exception specs before
1562         recursing.
1563         (dump_function_decl): Here, too.
1564
1565         * cp-tree.h (TMPL_PARMS_DEPTH): Cast to signed HOST_WIDE_INT.
1566
1567 2002-01-10  Ira Ruben   <ira@apple.com>
1568
1569         PR c++/907
1570         * decl.c (start_method): Handle attrlist.
1571
1572 2002-01-10  Jakub Jelinek  <jakub@redhat.com>
1573
1574         * decl2.c (max_tinst_depth): Increase default limit to 500.
1575
1576 2002-01-10  Graham Stott  <grahams@redhat.com>
1577
1578         * spew.c (YYCHAR): Uppercase macro parameter and add
1579         parenthesis.
1580         (YYCODE): Likewise.
1581         (NAME): Uppercase macro parameter.
1582
1583 2002-01-09  Graham Stott  <grahams@redhat.com>
1584
1585         * decl.h (grokdeclarator): Wrap long line.
1586
1587         * semantics.c (FINISH_COND): Uppercase macro paramaters and
1588         add parenthesis.
1589
1590 2002-01-08  Graham Stott  <grahams@redhat.com>
1591
1592         * xref.c (FILE_NAME_ABSOLUTE_P): Add parenthesis.
1593         (PALLOC): Uppercase macro parameter and whitespace.
1594         (SALLOC): Uppercase macro parameter.
1595         (SFREE): Uppercase macros parameter, add parenthese and
1596         whitespace.
1597         (STREQL): Uppercase macro parameter and whitespace.
1598         (STRNEQ): Likewise.
1599         (STRLSS): Likewise.
1600         (STRLEQ): Likewise.
1601         (STRGTR): Likewise.
1602         (STRGEQ): Likewise.
1603
1604         * call.c (convert_like): Add parenthesis and wrap.
1605         (convert_like_with_context): Likewise.
1606         (ICS_RANK): Whitespace.
1607         (NEED_TEMPORARY_P): Remove parenthesis.
1608
1609         * class.c (VTT_TOP_LEVEL_P): Uppercase macro parameter and
1610         whitespace.
1611         (VTT_MARKED_BINFO_P): Likewise.
1612
1613         * decl.c (BINDING_LEVEL): Add parenthesis.
1614         (DEF_OPERATOR): Likewise.
1615
1616         * mangle.c (MANGLE_TRACE): Add parenthesis.
1617         (MANGLE_TRACE_TREE): Likewise.
1618         (write_signed_number): Likewise.
1619         (write_unsigned_number): Likewise.
1620
1621         * pt.c (ccat): Uppercase macro parameter.
1622         (cat): Likewise
1623
1624         * search.c (SET_BINFO_ACCESS): Add parenthesis.
1625
1626 2002-01-07  Jason Merrill  <jason@redhat.com>
1627
1628         * decl2.c (coerce_new_type): Downgrade error for size_t mismatch
1629         to pedwarn.
1630
1631         PR c++/3536
1632         * method.c (make_thunk): If !flag_weak, give the thunk the
1633         function's linkage.
1634         (use_thunk): Here, too.
1635
1636 2002-01-07  Graham Stott  <grahams@redhat.com>
1637
1638         * error.c: Update copyright date.
1639         (print_scope_operator): Add parenthesis.
1640         (print_left_paren): Likewise.
1641         (print_right_paren): Likewise.
1642         (print_left_bracket): Likewise.
1643         (print_right_bracket): Likewise.
1644         (print_template_argument_list_start): Likewise.
1645         (print_template_argument_list_end): Likewise.
1646         (print_non_consecutive_character): Likewise.
1647         (print_tree_identifier): Likewise.
1648         (print_identifier): Likewise.
1649         (NEXT_CODE): Uppercase macro parameter.
1650         (ident_fndecl): Delete unused.
1651         (GLOBAL_THING): Likewise.
1652
1653 2002-01-06  Graham Stott  <grahams@redhat.com>
1654
1655         * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): Add parenthesis.
1656         (VAR_FUNCTION_OR_PARM_DECL_CHECK): Likewise.
1657         (VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK) Likewise.
1658         (RECORD_OR_UNION_TYPE_CHECK): Likewise.
1659         (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Likewise.
1660         (C_IS_RESERVED_WORD): Uppercase macro parameter.
1661         (C_RID_YYCODE) Likewise.
1662         (ptrmem_cst): Use rtx.
1663         (LOCAL_BINDING_P): Add whitespace.
1664         (INHERITED_VALUE_BINDING_P): Likewise.
1665         (BINDING_SCOPE): Wrap long line.
1666         (BINDING_HAS_LEVEL_P): Remove parenthesis.
1667         (BINDING_VALUE): Wrap long line.
1668         (BINDING_TYPE): Whitespace.
1669         (IDENTIFIER_GLOBAL_VALUE): Add parenthesis.
1670         (SET_IDENTIFIER_GLOBAL_VALUE): Likewise.
1671         (IDENTIFIER_NAMESPACE_VALUE): Likewise.
1672         (SET_IDENTIFIER_NAMESPACE_VALUE: Likewise.
1673         (same_type_p): Uppercase macro parameters.
1674         (same_type_ignoring_top_level_qualifiers_p): Likewise.
1675         (OVL_FUNCTION): Wrap long line.
1676         (OVL_CHAIN): Whitespace.
1677         (OVL_CURRENT): Add parenthesis and whitespace.
1678         (OVL_NEXT): Whitespace.
1679         (OVL_USED): Likewise.
1680         (IDENTIFIER_TYPE_VALUE): Likewise.
1681         (REAL_IDENTIFIER_TYPE_VALUE): Remove parenthesis.
1682         (SET_IDENTIFIER_TYPE_VALUE): Add parenthesis and whitespace.
1683         (LANG_ID_FIELD): Whitespace.
1684         (SET_LANG_ID(NODE,VALUE,NAME): Likewise.
1685         (IDENTIFIER_LABEL_VALUE): Whitespace and wrap.
1686         (SET_IDENTIFIER_LABEL_VALUE): Whitespace.
1687         (IDENTIFIER_IMPLICIT_DECL): Whitespace and wrap.
1688         (SET_IDENTIFIER_IMPLICIT_DECL); Whitespace.
1689         (IDENTIFIER_ERROR_LOCUS): Whitespace and wrap.
1690         (SET_IDENTIFIER_ERROR_LOCUS); Whitespace.
1691         (IDENTIFIER_VIRTUAL_P): Likewise.
1692         (IDENTIFIER_OPNAME_P): Likewise.
1693         (IDENTIFIER_TYPENAME_P): Remove parenthesis.
1694         (C_TYPE_FIELDS_READONLY): Uppercase macro parameters.
1695         (C_SET_EXP_ORIGINAL_CODE): Likewise.
1696         (TYPE_ASSEMBLER_NAME_STRING): Wrap long line.
1697         (TYPE_ASSEMBLER_NAME_LENGTH): Likewise.
1698         (IS_AGGR_TYPE): Uppercase macro parameter.
1699         (CLASS_TYPE_P): Likewise.
1700         (IS_AGGR_TYPE_CODE): Uppercase macro parameter and parenthesis.
1701         (IS_AGGR_TYPE_2): Whitespace.
1702         (TAGGED_TYPE_P): Uppercase macro parameter.
1703         (TYPE_BUILT_IN): Whitespace.
1704         (TYPE_FOR_JAVA): Likewise.
1705         (FUNCTION_ARG_CHAIN): Remove parenthesis.
1706         (FUNCTION_FIRST_USER_PARMTYPE): Add parenthesis.
1707         (FUNCTION_FIRST_USER_PARAM): Likewise.
1708         (PROMOTES_TO_AGGR_TYPE): Whitespace.
1709         (DERIVED_FROM_P): Add parenthesis and wrap.
1710         (UNIQUELY_DERIVED_FROM_P): Likewise.
1711         (ACCESSIBLY_UNIQUELY_DERIVED_P): Likewise.
1712         (PUBLICLY_UNIQUELY_DERIVED_P): Likewise.
1713         (CLASSTYPE_USE_TEMPLATE): Whitespace.
1714         (CLASSTYPE_INLINE_FRIENDS): Remove parenthesis.
1715         (TYPE_GETS_DELETE): Add parenthesis.
1716         (TYPE_HAS_CONVERSION): Add parenthesis and wrap.
1717         (TYPE_HAS_ASSIGN_REF): Likewise,
1718         (TYPE_HAS_CONST_ASSIGN_REF): Likewise.
1719         (TYPE_HAS_INIT_REF): Likewise.
1720         (TYPE_HAS_CONST_INIT_REF): Likewise.
1721         (TYPE_BEING_DEFINED): Likewise.
1722         (TYPE_LANG_SPECIFIC): Likewise.
1723         (CLASSTYPE_RTTI): Likewise.
1724         (TYPE_OVERLOADS_CALL_EXPR): Likewise.
1725         (TYPE_OVERLOADS_ARRAY_REF): Likewise.
1726         (TYPE_OVERLOADS_ARROW): Likewise.
1727         (TYPE_USES_MULTIPLE_INHERITANCE): Likewise.
1728         (TYPE_USES_VIRTUAL_BASECLASSES): Add parenthesis.
1729         (CLASSTYPE_METHOD_VEC): Likewise.
1730         (CLASSTYPE_MARKED_N): Likewise.
1731         (CLASSTYPE_MARKED): Likewise.
1732         (CLASSTYPE_MARKED2): Likewise.
1733         (CLASSTYPE_MARKED3): Likewise.
1734         (CLASSTYPE_MARKED4): Likewise.
1735         (CLASSTYPE_MARKED5): Likewise.
1736         (CLASSTYPE_MARKED6): Likewise.
1737         (SET_CLASSTYPE_MARKED): Whitespace.
1738         (CLEAR_CLASSTYPE_MARKED): Likewise.
1739         (SET_CLASSTYPE_MARKED2): Likewise.
1740         (CLEAR_CLASSTYPE_MARKED2): Likewise.
1741         (SET_CLASSTYPE_MARKED3): Likewise.
1742         (CLEAR_CLASSTYPE_MARKED3): Likewise.
1743         (SET_CLASSTYPE_MARKED4): Likewise.
1744         (CLEAR_CLASSTYPE_MARKED4): Likewise.
1745         (SET_CLASSTYPE_MARKED5): Likewise.
1746         (CLEAR_CLASSTYPE_MARKED5): Likewise.
1747         (SET_CLASSTYPE_MARKED6): Likewise.
1748         (CLEAR_CLASSTYPE_MARKED6): Likewise.
1749         (CLASSTYPE_TAGS): Likewise.
1750         (CLASSTYPE_VSIZE): Likewise.
1751         (CLASSTYPE_VBASECLASSES): Likewise.
1752         (CANONICAL_BINFO): Add parenthesis.
1753         (CLASSTYPE_SIZE(NODE): Likewise.
1754         (CLASSTYPE_SIZE_UNIT): Likewise.
1755         (CLASSTYPE_ALIGN(NODE): Likewise.
1756         (CLASSTYPE_USER_ALIGN): Likewise.
1757         (TYPE_JAVA_INTERFACE): Likewise.
1758         (CLASSTYPE_PURE_VIRTUALS): Likewise.
1759         (CLASSTYPE_NEEDS_VIRTUAL_REINIT): Whitespace and wrap.
1760         (TYPE_HAS_DEFAULT_CONSTRUCTOR): Likewise.
1761         (CLASSTYPE_HAS_MUTABLE): Likewise.
1762         (CLASSTYPE_FRIEND_CLASSES): Likewise. Likewise.
1763         (CLASSTYPE_DECLARED_CLASS): Whitespace and wrap.
1764         (CLASSTYPE_READONLY_FIELDS_NEED_INIT): Likewise.
1765         (CLASSTYPE_REF_FIELDS_NEED_INIT): Likewise.
1766         (CLASSTYPE_INTERFACE_ONLY): Likewise.
1767         (CLASSTYPE_INTERFACE_KNOWN): Likewise.
1768         (CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
1769         (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
1770         (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
1771         (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
1772         (CLASSTYPE_DEBUG_REQUESTED): Whitespace and wrap.
1773         (BINFO_UNSHARED_MARKED): Whitespace.
1774         (BINFO_MARKED): Whitespace and wrap.
1775         (SET_BINFO_MARKED): Likewise.
1776         (CLEAR_BINFO_MARKED): Likewise.
1777         (BINFO_VTABLE_PATH_MARKED): Likewise.
1778         (SET_BINFO_VTABLE_PATH_MARKED): Likewise.
1779         (CLEAR_BINFO_VTABLE_PATH_MARKED): Likewise.
1780         (BINFO_SUBVTT_INDEX): Remove parenthesis.
1781         (BINFO_VPTR_INDEX): Likewise.
1782         (BINFO_PRIMARY_BASE_OF): Likewise,
1783         (CLASSTYPE_VFIELDS): Whitespace.
1784         (VF_DERIVED_VALUE): Wrap long line.
1785         (NAMESPACE_LEVEL): Whitespace.
1786         (CAN_HAVE_FULL_LANG_DECL_P): Remove parenthesis.
1787         (DEFARG_POINTER): Whitespace.
1788         (DECL_NEEDED_P): Remove parenthesis.
1789         (DECL_LANGUAGE): Whitespace.
1790         (SET_DECL_LANGUAGE): Add parenthesis.
1791         (DECL_CONSTRUCTOR_P): Whitespace and wrap.
1792         (DECL_OVERLOADED_OPERATOR_P): Remove parenthesis.
1793         (DECL_IN_AGGR_P): Whitespace.
1794         (DECL_FRIEND_P): Likewise.
1795         (DECL_BEFRIENDING_CLASSES): Likewise.
1796         (DECL_STATIC_FUNCTION_P): Whitespace and wrap.
1797         (DECL_NONCONVERTING_P): Whitespace.
1798         (DECL_PURE_VIRTUAL_P): Likewise.
1799         (DECL_NEEDS_FINAL_OVERRIDER_P): Likewise.
1800         (DECL_PENDING_INLINE_INFO): Whitespace.
1801         (DECL_SORTED_FIELDS): Likewise.
1802         (DECL_DEFERRED_FN): Likewise.
1803         (DECL_TEMPLATE_INFO): Likewise.
1804         (CLASSTYPE_TEMPLATE_INFO): Whitespace and wrap.
1805         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO); Likewise.
1806         (SET_TYPE_TEMPLATE_INFO): Add parenthesis.
1807         (TMPL_ARGS_LEVEL): Likewise.
1808         (SET_TMPL_ARGS_LEVEL): Likewise.
1809         (INNERMOST_TEMPLATE_PARMS): Whitespace.
1810         (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter.
1811         (INTEGRAL_CODE_P(CODE): Add parenthesis.
1812         (CP_INTEGRAL_TYPE_P): Remove parenthesis.
1813         (TYPE_HAS_CONSTRUCTOR): Whitespace.
1814         (TREE_HAS_CONSTRUCTOR): Likewise.
1815         (TYPE_HAS_DESTRUCTOR): Likewise.
1816         (TYPE_HAS_REAL_ASSIGN_REF): Likewise.
1817         (TYPE_HAS_COMPLEX_ASSIGN_REF): Likewise.
1818         (TYPE_HAS_ABSTRACT_ASSIGN_REF): Likewise.
1819         (TYPE_HAS_COMPLEX_INIT_REF): Likewise.
1820         (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): Likewise.
1821         (TYPE_PTRMEMFUNC_P): Likewise.
1822         (TYPE_PTRMEMFUNC_FLAG): Likewise.
1823         (TYPE_GET_PTRMEMFUNC_TYPE): Likewise.
1824         (TYPE_SET_PTRMEMFUNC_TYPE): Likewise.
1825         (TYPE_PTRMEM_CLASS_TYPE): Remove parenthesis.
1826         (TYPE_PTRMEM_POINTED_TO_TYPE): Likewise.
1827         (DECL_ACCESS): Whitespace.
1828         (DECL_GLOBAL_CTOR_P): Remove parenthesis.
1829         (DECL_GLOBAL_DTOR_P): Likewise.
1830         (GLOBAL_INIT_PRIORITY): Likewise.
1831         (DECL_TEMPLATE_PARMS): Likewise.
1832         (DECL_TEMPLATE_RESULT): Likewise.
1833         (DECL_TEMPLATE_INSTANTIATIONS): Likewise.
1834         (DECL_TEMPLATE_SPECIALIZATIONS): Likewise.
1835         (DECL_IMPLICIT_TYPEDEF_P): Remove parenthesis.
1836         (SET_DECL_IMPLICIT_TYPEDEF_P): Likewise.
1837         (PRIMARY_TEMPLATE_P): Add parenthesis.
1838         (DECL_USE_TEMPLATE): Whitespace.
1839         (CLASSTYPE_IMPLICIT_INSTANTIATION): Likewise.
1840         (SET_CLASSTYPE_IMPLICIT_INSTANTIATION): Likewise.
1841         (CLASSTYPE_EXPLICIT_INSTANTIATION): Likewise.
1842         (SET_CLASSTYPE_EXPLICIT_INSTANTIATION): Likewise.
1843         (CALL_DECLARATOR_PARMS): Remove parenthesis.
1844         (CALL_DECLARATOR_QUALS): Likewise.
1845         (CALL_DECLARATOR_EXCEPTION_SPEC): Likewise.
1846         (TEMP_NAME_P): Wrap.
1847         (VFIELD_NAME_P): Likewise.
1848         (B_SET): Uppercase macro parameters and add parenthesis.
1849         (B_CLR): Likewise.
1850         (B_TST): Likewise.
1851         (LOOKUP_NAMESPACES_ONLY): Uppercase macro parameters.
1852         (LOOKUP_TYPES_ONLY): Uppercase macro parameters.
1853         (LOOKUP_QUALIFIERS_ONLY): Uppercase macro parameters.
1854         (same_or_base_type_p): Likewise.
1855         (cp_deprecated): Likewise.
1856
1857 2002-01-05  Richard Henderson  <rth@redhat.com>
1858
1859         * semantics.c (expand_body): Revert last change.
1860
1861 2002-01-04  Jason Merrill  <jason@redhat.com>
1862
1863         PR c++/4122
1864         * class.c (update_vtable_entry_for_fn): Set delta to zero for a
1865         lost primary.
1866
1867         * class.c (build_vtbl_initializer): Check for a lost primary
1868         before calculating the vtable entry to throw away.
1869
1870 2002-01-02  Jason Merrill  <jason@redhat.com>
1871
1872         * semantics.c (expand_body): Call outlining_inline_function when
1873         emitting an inline function out of line.
1874
1875 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1876
1877         PR c++/5116, c++/764 reversion
1878         * call.c (build_new_op): Revert the instantiations. They are
1879         incorrect.
1880
1881 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1882
1883         PR c++/5089
1884         * decl2.c (reparse_absdcl_as_casts): Don't warn about casts to void.
1885
1886 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1887
1888         PR c++/3716
1889         * pt.c (tsubst_aggr_type): Move pmf handling into tsubst.
1890         (tsubst, case POINTER_TYPE): Handle pmfs here.
1891         (tsubst, case OFFSET_TYPE): Check it is not an offset to
1892         reference. If it is offset to FUNCTION_TYPE, create a METHOD_TYPE.
1893
1894 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1895
1896         PR c++/35
1897         * cp-tree.h (DECL_LANG_FLAG_0): Used for PARM_DECL too.
1898         (DECL_TEMPLATE_PARM_P): A PARM_DECL might be one too.
1899         * pt.c (process_template_parm): SET_DECL_TEMPLATE_PARM_P on the
1900         PARM_DECL.
1901         (tsubst_template_parms): Break up loop statements.
1902         (tsubst_decl, case PARM_DECL): Copy DECL_TEMPLATE_PARM_P. Template
1903         parm PARM_DECLs don't get promoted.
1904
1905 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1906
1907         PR c++/5123
1908         * typeck.c (build_component_ref): Cope with a TEMPLATE_ID_EXPR.
1909         (build_x_function_call): Cope with a COMPONENT_REF containing a
1910         TEMPLATE_ID_EXPR.
1911
1912 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1913
1914         PR c++/5213
1915         * pt.c (convert_template_argument): Be more careful determining
1916         when RECORD_TYPE templates are or are not templates.
1917
1918 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1919
1920         PR c++/775
1921         * cp-tree.h (handle_class_head): Adjust prototype.
1922         * decl2.c (handle_class_head): Add DEFN_P and NEW_TYPE_P
1923         parameters. Use for all class heads.
1924         * parse.y (named_class_head_sans_basetype, named_class_head,
1925         named_complex_class_head_sans_basetype,
1926         named_class_head_sans_basetype_defn,
1927         unnamed_class_head): Remove.
1928         (class_head, class_head_apparent_template): Recognize class heads
1929         (class_head_decl, class_head_defn): New reductions. Process class
1930         heads.
1931         (structsp): Adjust class definition and class declaration
1932         reductions.
1933         (maybe_base_class_list): Give diagnostic on empty list.
1934
1935 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1936
1937         PR c++/4379
1938         * typeck.c (build_x_unary_op): Don't destroy the OFFSET_REF on a
1939         single non-static member.
1940         (unary_complex_lvalue): If it cannot be a pointer to member, don't
1941         make it so. Check it is not pointer to reference.
1942
1943 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1944
1945         PR c++/5132
1946         * decl2.c (reparse_absdcl_as_casts): Don't digest_init if we
1947         are processing a template decl.
1948
1949 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
1950
1951         PR c++/5116, c++/764
1952         * call.c (build_new_op): Make sure template class operands are
1953         instantiated. Simplify arglist construction.
1954
1955 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
1956
1957         * call.c (build_user_type_conversion_1): Use my_friendly_assert
1958         rather than if ... abort.
1959         * cvt.c (convert_to_reference): Likewise.
1960         * semantics.c (setup_vtbl_ptr): Likewise.
1961         * pt.c (lookup_template_class): Comment typo.
1962
1963 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
1964
1965         PR c++/5125
1966         * pt.c (push_template_decl_real): Make sure DECL has
1967         DECL_LANG_SPECIFIC.
1968
1969 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
1970
1971         PR c++/335
1972         * init.c (resolve_offset_ref): Copy cv qualifiers of this pointer
1973         for non-reference fields.
1974         * typeck.c (require_complete_type): Use resolve_offset_ref).
1975
1976 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
1977
1978         PR c++/196
1979         * parse.y (bad_parm): Better diagnostic when given a SCOPE_REF.
1980
1981 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
1982
1983         PR c++/160
1984         * typeck.c (build_modify_expr): Remove old unreachable code & tidy
1985         up. Don't stabilize_references when initializing a reference.
1986
1987 2001-12-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1988
1989         * decl2.c (lang_f_options): Const-ify.
1990
1991 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
1992
1993         * config-lang.in (diff_excludes): Remove.
1994
1995 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
1996
1997         PR c++/90
1998         * typeck.c (build_function_call_real): Use original function
1999         expression for errors.
2000
2001 2001-12-18  Jason Merrill  <jason@redhat.com>
2002
2003         PR c++/3242
2004         * class.c (add_method): Do compare 'this' quals when trying to match a
2005         used function.  Don't defer to another used function.
2006
2007 2001-12-18  Nathan Sidwell  <nathan@codesourcery.com>
2008
2009         * pt.c (instantiate_clone): Remove, fold into ...
2010         (instantiate_template): ... here. Simplify by removing mutual
2011         recursion.
2012         * typeck2.c (build_m_component_ref): Don't cv qualify the function
2013         pointed to by a pointer to function.
2014         * class.c (delete_duplicate_fields_1): Typo.
2015
2016 2001-12-18  Jason Merrill  <jason@redhat.com>
2017
2018         C++ ABI change: destroy value arguments in caller.
2019         * semantics.c (genrtl_start_function, genrtl_finish_function): Don't
2020         create an extra binding level for the parameters.
2021         * decl.c (store_parm_decls): Don't do parameter cleanups.
2022
2023 2001-12-18  Nathan Sidwell  <nathan@codesourcery.com>
2024
2025         * call.c (build_new_method_call): Use '%#V'.
2026         * error.c (cv_to_string): Use V parameter to determine padding.
2027
2028 2001-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
2029
2030         * call.c, decl2.c, init.c: Use "built-in" and "bit-field"
2031         spellings in messages.
2032
2033 2001-12-17  Zack Weinberg  <zack@codesourcery.com>
2034
2035         * cp-tree.h: Delete #defines for cp_error, cp_warning,
2036         cp_pedwarn, and cp_compiler_error.
2037         * call.c, class.c, cp-tree.h, cvt.c, decl.c, decl2.c, error.c,
2038         except.c, friend.c, init.c, lex.c, method.c, parse.y, pt.c,
2039         rtti.c, search.c, semantics.c, spew.c, tree.c, typeck.c,
2040         typeck2.c: Change calls to the above macros to use their
2041         language-independent equivalents: error, warning, pedwarn, and
2042         internal_error respectively.
2043
2044 2001-12-16  Neil Booth  <neil@daikokuya.demon.co.uk>
2045
2046         * decl2.c (finish_file): Remove back_end_hook.
2047
2048 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
2049
2050         * ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call.c, class.c,
2051         cp-tree.h, decl.c, decl2.c, except.c, operators.def, optimize.c,
2052         pt.c, rtti.c, semantics.c, typeck.c: Fix spelling errors.
2053
2054 2001-12-15  Joseph S. Myers  <jsm28@cam.ac.uk>
2055
2056         * lang-options.h: Use American spelling in messages.
2057
2058 2001-12-13  Jason Merrill  <jason@redhat.com>
2059
2060         * Make-lang.in (parse.h): Separate rule, just depend on parse.c.
2061
2062         Use cleanups to run base and member destructors.
2063         * init.c (push_base_cleanups): New function, split out from...
2064         (build_delete): ...here.  Lose !TYPE_HAS_DESTRUCTOR code.
2065         * decl.c (finish_destructor_body): Move vbase destruction code to
2066         push_base_cleanups.
2067         (begin_function_body, finish_function_body): New fns.
2068         (finish_function): Move [cd]tor handling and call_poplevel to
2069         finish_function_body.
2070         (pushdecl): Skip the new level.
2071         * semantics.c (genrtl_try_block): Don't call end_protect_partials.
2072         (setup_vtbl_ptr): Call push_base_cleanups.
2073         * method.c (synthesize_method): Call {begin,end}_function_body.
2074         * pt.c (tsubst_expr): Handle COMPOUND_STMT_BODY_BLOCK.
2075         * cp-tree.h: Declare new fns.
2076         * parse.y (function_body, .begin_function_body): New nonterminals.
2077         (fndef, pending_inline, function_try_block): Use function_body.
2078         (ctor_initializer_opt, function_try_block): No longer has a value.
2079         (base_init): Remove .set_base_init token.
2080         (.set_base_init, compstmt_or_error): Remove.
2081         * Make-lang.in (parse.c): Expect two fewer s/r conflicts.
2082
2083         * optimize.c (maybe_clone_body): Fix parameter updating.
2084
2085 2001-12-12  Jason Merrill  <jason@redhat.com>
2086
2087         * decl.c (store_parm_decls): Remove parms_have_cleanups cruft.
2088         * semantics.c (genrtl_start_function): Don't pass
2089         parms_have_cleanups or push an extra binding level.
2090         (genrtl_finish_function): Lose cleanup_label cruft.
2091
2092         * cp-tree.h (struct cp_language_function): Remove x_ctor_label.
2093         (ctor_label): Remove.
2094         * semantics.c (finish_return_stmt): Lose ctor_label support.
2095         * decl.c (finish_constructor_body, mark_lang_function): Likewise.
2096         * typeck.c (check_return_expr): Check DECL_DESTRUCTOR_P, not
2097         dtor_label.
2098
2099         * call.c (build_new_method_call): Let resolves_to_fixed_type_p
2100         check for [cd]tors.
2101         * class.c (fixed_type_or_null, case INDIRECT_REF): Fix.
2102
2103         * decl.c (finish_function): Check VMS_TARGET, not VMS.
2104
2105         * decl.c (start_cleanup_fn): Remove redundant pushlevel.
2106         (end_cleanup_fn): And poplevel.
2107
2108         * semantics.c (setup_vtbl_ptr): Always build a CTOR_INITIALIZER
2109         if we're in a template.
2110
2111 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
2112
2113         * cp-tree.h (DESTRUCTOR_DECL_PREFIX, DESTRUCTOR_NAME_P,
2114         ANON_PARMNAME_FORMAT, ANON_PARMNAME_P, DESTRUCTOR_NAME_FORMAT,
2115         THIS_NAME_P): Delete.
2116         * spew.c (read_process_identifier): Remove DESTRUCTOR_NAME_P,
2117         THIS_NAME_P and ANON_PARMNAME_P tests from warning about clash
2118         with internal naming scheme.
2119         * error.c (dump_decl): Remove DESTRUCTOR_NAME_P use.
2120
2121 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
2122
2123         * decl.c (grokdeclarator): Deprecated implicit typename use.
2124
2125 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
2126
2127         PR g++/51
2128         * parse.y (frob_specs): Indicate it is a language linkage which
2129         contained the extern.
2130         * decl.c (grokdeclarator): Allow extern language linkage with
2131         other specifiers.
2132
2133 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
2134
2135         PR g++/72
2136         * decl.c (add_binding): Don't reject duplicate typedefs involving
2137         template parameters.
2138
2139 2001-12-10  Neil Booth  <neil@daikokuya.demon.co.uk>
2140
2141         * parse.y, semantics.c: Similarly.
2142
2143 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
2144
2145         PR g++/87
2146         * cp-tree.h (DECL_COPY_CONSTRUCTOR_P): Use copy_fn_p.
2147         (copy_args_p): Rename to ...
2148         (copy_fn_p): ... here.
2149         (grok_special_member_properties): New function.
2150         (grok_op_properties): Lose VIRTUALP parameter.
2151         (copy_assignment_arg_p): Remove.
2152         * call.c (build_over_call): Use copy_fn_p.
2153         * decl.c (grokfndecl): Reformat. Adjust call to
2154         grok_op_properties.
2155         (copy_args_p): Rename to ...
2156         (copy_fn_p): ... here. Reject template functions. Check for pass
2157         by value.
2158         (grok_special_member_properties): Remember special functions.
2159         (grok_ctor_properties): Don't remember them here, just check.
2160         (grok_op_properties): Likewise.
2161         (start_method): Call grok_special_member_properties.
2162         * decl2.c (grokfield): Likewise.
2163         (copy_assignment_arg_p): Remove.
2164         (grok_function_init): Don't remember abstract assignment here.
2165         * pt.c (instantiate_class_template): Call
2166         grok_special_member_properties.
2167         (tsubst_decl): Adjust grok_op_properties call.
2168
2169 2001-12-08  Aldy Hernandez  <aldyh@redhat.com>
2170
2171         * lex.c (rid_to_yy): Add RID_CHOOSE_EXPR and
2172         RID_TYPES_COMPATIBLE_P.
2173
2174 2001-12-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2175
2176         * semantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BIND flag in
2177         call to build_aggr_init.
2178         * cp-tree.h (DIRECT_BIND): Document new use of DIRECT_BIND.
2179
2180 2001-12-08  Neil Booth  <neil@daikokuya.demon.co.uk>
2181
2182         * parse.y: Replace uses of the string non-terminal with STRING.
2183         Don't perform string concatentaion here.
2184         (string): Remove non-terminal.
2185         * semantics.c (finish_asm_stmt): Don't concatenate strings here.
2186
2187 2001-12-05  Jason Merrill  <jason@redhat.com>
2188
2189         * cp-lang.c (LANG_HOOKS_TREE_INLINING_START_INLINING): Define.
2190         (LANG_HOOKS_TREE_INLINING_END_INLINING): Define.
2191         * tree.c (cp_start_inlining, cp_end_inlining): New fns.
2192         * pt.c (push_tinst_level): No longer static.
2193         * cp-tree.h: Declare them.
2194
2195         * init.c (resolve_offset_ref): Don't check access for the base
2196         conversion to access a FIELD_DECL.
2197
2198         * cp-tree.h (TYPE_REFFN_P): New macro.
2199         * decl.c (bad_specifiers): Check it, too.
2200
2201         * rtti.c (create_pseudo_type_info): Set CLASSTYPE_INTERFACE_ONLY
2202         on the __*_type_info type if we haven't seen a definition.
2203
2204 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
2205
2206         * decl.c: Include c-common.h.
2207         (shadow_warning): Move to c-common.c.
2208
2209 Wed Dec  5 17:00:49 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2210
2211         * decl.c (duplicate_decls): Don't copy DECL_NO_CHECK_MEMORY_USAGE.
2212
2213 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
2214
2215         * pt.c (end_template_parm_list): Clear TREE_CHAIN of each parm.
2216
2217 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
2218
2219         PR g++/164
2220         * init.c (sort_base_init): Allow binfos to be directly specified.
2221         * method.c (do_build_copy_constructor): Explicitly convert to the
2222         base instance.
2223         (do_build_assign_ref): Likewise.
2224
2225 2001-12-03  Hans-Peter Nilsson  <hp@bitrange.com>
2226
2227         * decl.c (xref_basetypes): Don't use C99 construct in tag_code
2228         declaration and initialization.
2229
2230 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
2231
2232         * typeck2.c: Remove leading capital from diagnostic messages, as
2233         per GNU coding standards.
2234
2235 2001-12-03  Mumit Khan  <khan@nanotech.wisc.edu>
2236
2237         PR c++/3394
2238         * decl.c (xref_basetypes): Handle attributes between
2239         'class' and name.
2240
2241 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
2242
2243         PR g++/3381
2244         * parse.y (named_complex_class_head_sans_basetype): Add new
2245         reduction.
2246         * Make-lang.in (parse.c): Adjust expected conflict count.
2247
2248 2001-12-03  Jason Merrill  <jason@redhat.com>
2249
2250         * class.c (finish_vtbls): Fill in BINFO_VPTR_FIELD in the
2251         immediate binfos for our virtual bases.
2252
2253 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
2254
2255         * call.c (build_java_interface_fn_ref): Similarly.
2256         * except.c (is_admissible_throw_operand): Similarly.
2257         * init.c (build_java_class_ref): Similarly.
2258         * xref.c (open_xref_file): Similarly.
2259
2260 2001-12-01  Neil Booth  <neil@daikokuya.demon.co.uk>
2261
2262         * class.c (finish_struct): Remove trailing periods from messages.
2263         * decl.c (check_tag_decl): Similarly.
2264         * lex.c (cxx_set_yydebug): Similarly.
2265         * typeck2.c (friendly_abort): Similarly.
2266
2267 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
2268
2269         PR c++/3048
2270         * cp-tree.h (ovl_member): Remove.
2271         * decl2.c (merge_functions): Handle extern "C" functions
2272         specially.
2273         * tree.c (ovl_member): Remove.
2274
2275 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
2276
2277         PR c++/4842
2278         * class.c (get_basefndecls): Take an IDENTIFIER_NODE, not a
2279         FUNCTION_DECL, as input.
2280         (mark_overriders): Remove.
2281         (warn_hidden): Rework for the new ABI.
2282
2283 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
2284
2285         PR c++/3471
2286         * call.c (convert_like_real): Do not build additional temporaries
2287         for rvalues of class type.
2288
2289 2001-11-28  Nathan Sidwell  <nathan@codesourcery.com>
2290
2291         * cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.
2292         (ACCESSIBLY_UNIQUELY_DERIVED_FROM_P): Likewise.
2293         (PUBLICLY_UNIQUELY_DERIVED_FROM_P: Likewise.
2294         (DERIVED_FROM_P): Likewise.
2295         (enum base_access): Renumber, add ba_quiet bit mask.
2296         (get_binfo): Remove.
2297         (get_base_distance): Remove.
2298         (binfo_value): Remove.
2299         (ACCESSIBLY_DERIVED_FROM_P): Remove.
2300         * call.c (standard_conversion): Use lookup_base.
2301         * class.c (strictly_overrides): Likewise.
2302         (layout_virtual_bases): Likewise.
2303         (warn_about_ambiguous_direct_bases): Likewise.
2304         (is_base_of_enclosing_class): Likewise.
2305         (add_vcall_offset_vtbl_entries_1): Likewise.
2306         * cvt.c (build_up_reference): Adjust comment.
2307         * init.c (build_member_call): Reformat.
2308         * search.c (get_binfo): Remove.
2309         (get_base_distance_recursive): Remove.
2310         (get_base_distance): Remove.
2311         (lookup_base_r): Tweak.
2312         (lookup_base): Add ba_quiet control. Complete the types here.
2313         (covariant_return_p): Use lookup_base.
2314         * tree.c (binfo_value): Remove.
2315         (maybe_dummy_object): Use lookup_base.
2316         * typeck.c (build_static_cast): Use lookup_base.
2317         (get_delta_difference): Likewise.
2318         * typeck2.c (binfo_or_else): Use lookup_base.
2319         (build_scoped_ref): Add back error_mark_check.
2320         (build_m_component_ref): Use lookup_base.
2321
2322 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
2323
2324         * Make-lang.in (c++.generated-manpages): New dummy target.
2325
2326 Tue Nov 27 09:03:47 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2327
2328         * Make-lang.in (cp-lang.o): Depends on c-common.h.
2329         * cp-lang.c (c-common.h): Include.
2330         (LANG_HOOKS_EXPAND_CONSTANT, LANG_HOOKS_SAFE_FROM_P): New hooks.
2331         * decl.c (cxx_init_decl_processing): Don't set lang_safe_from_p.
2332         * expr.c (init_cplus_expand): Don't set lang_expand_constant.
2333
2334 2001-11-26  Neil Booth  <neil@daikokuya.demon.co.uk>
2335
2336         * decl2.c (c_language): Move to c-common.c.
2337         * lex.c (cxx_post_options, cxx_init_options): Use c-common.c
2338         functions.
2339         (cxx_init): Update.
2340
2341 2001-11-26  Jason Merrill  <jason@redhat.com>
2342
2343         * call.c (joust): Remove COND_EXPR hack.
2344
2345 2001-11-25  Aldy Hernandez  <aldyh@redhat.com>
2346
2347         * search.c (lookup_base_r): Declare bk in variable declaration
2348         space.
2349
2350 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
2351
2352         PR g++/3145
2353         * class.c (build_vbase_pointer): Remove.
2354         (build_vbase_path): Remove.
2355         (build_base_path): New function.
2356         * cp-tree.h (base_access, base_kind): New enumerations.
2357         (build_base_path): Declare.
2358         (convert_pointer_to_real): Remove.
2359         (convert_pointer_to): Remove.
2360         (lookup_base): Declare.
2361         (convert_pointer_to_vbase): Remove.
2362         * call.c (build_scoped_method_call): Use lookup_base &
2363         build_base_path instead of convert_pointer_to_real,
2364         get_base_distance & get_binfo.
2365         (build_over_call): Likewise.
2366         * cvt.c (cp_convert_to_pointer): Likewise.
2367         (convert_to_pointer_force): Likewise.
2368         (build_up_reference): Likewise.
2369         (convert_pointer_to_real): Remove.
2370         (convert_pointer_to): Remove.
2371         * init.c (dfs_initialize_vtbl_ptrs): Use build_base_path
2372         instead of convert_pointer_to_vbase & build_vbase_path.
2373         (emit_base_init): Use build_base_path instead of
2374         convert_pointer_to_real.
2375         (expand_virtual_init): Lose unrequired conversions.
2376         (resolve_offset_ref): Use lookup_base and build_base_path
2377         instead of convert_pointer_to.
2378         * rtti.c (build_dynamic_cast_1): Use lookup_base &
2379         build_base_path instead of get_base_distance & build_vbase_path.
2380         * search.c (get_vbase_1): Remove.
2381         (get_vbase): Remove.
2382         (convert_pointer_to_vbase): Remove.
2383         (lookup_base_r): New function.
2384         (lookup_base): New function.
2385         * typeck.c (require_complete_type): Use lookup_base &
2386         build_base_path instead of convert_pointer_to.
2387         (build_component_ref): Likewise.
2388         (build_x_function_call): Likewise.
2389         (get_member_function_from_ptrfunc): Likewise.
2390         (build_component_addr): Likewise.
2391         * typeck2.c (build_scoped_ref): Likewise.
2392
2393 2001-11-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
2394
2395         * cp-tree.h (CP_TYPE_QUALS): Removed.
2396         * decl.c (cxx_init_decl_processing): Don't set lang_dump_tree.
2397         * cp-lang.c: Set LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN and
2398         LANG_HOOKS_TREE_DUMP_TYPE_QUALS_FN.
2399         * dump.c (cp_dump_tree): Use void* dump_info argument to match
2400         lang-hooks prototype.
2401         * call.c, cp-tree.h, cvt.c, decl.c, init.c, mangle.c, method.c, pt.c,
2402         rtti.c, semantics.c, tree.c, typeck.c, typeck2.c: All references to
2403         CP_TYPE_QUALS changed to cp_type_quals.
2404         * Make-lang.in: References to c-dump.h changed to tree-dump.h.
2405         (CXX_C_OBJS): Remove c-dump.o.
2406
2407 2001-11-21  Mark Mitchell  <mark@codesourcery.com>
2408
2409         PR c++/3637
2410         * pt.c (lookup_template_class): Ensure that all specializations
2411         are registered on the list corresponding to the most general
2412         template.
2413
2414 2001-11-20  Mark Mitchell  <mark@codesourcery.com>
2415
2416         * call.c (non_reference): Add documentation.
2417         (convert_class_to_reference): Do not strip reference types
2418         from conversion operators.
2419         (maybe_handle_ref_bind): Simplify.
2420         (compare_ics): Correct handling of references.
2421
2422 2001-11-19  John Wilkinson <johnw@research.att.com>
2423
2424         * dump.c (dump_op): New function.
2425         (cp_dump_tree): Dump CLASSTYPE_TEMPLATE_SPECIALIZATION.  Use
2426         dump_op.  Dump DECL_MUTABLE, access and staticness for VAR_DECLs.
2427         DECL_PURE_VIRTUAL_P, DECL_VIRTUAL_P,
2428
2429 2001-11-19  Mark Mitchell  <mark@codesourcery.com>
2430
2431         PR4629
2432         * semantics.c (finish_sizeof): Make sure that expression created
2433         while processing a template do not have a type.
2434         (finish_alignof): Likewise.
2435         * typeck.c (c_sizeof): Likewise.
2436         (expr_sizeof): Likewise.
2437
2438 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
2439
2440         * lex.c (cxx_finish): Call c_common_finish.
2441         (finish_parse): Remove.
2442
2443 2001-11-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2444
2445         * decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE
2446         when displaying error message about missing array bounds.
2447
2448 2001-11-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2449
2450         * mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR,
2451         CONST_CAST_EXPR.
2452         * operators.def: Add CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_EXPR.
2453
2454 2001-11-16  Neil Booth  <neil@daikokuya.demon.co.uk>
2455
2456         * cp-tree.h (print_class_statistics): Restore.
2457
2458 2001-11-15  Jason Merrill  <jason@redhat.com>
2459
2460         * method.c (use_thunk): Don't emit debugging information for thunks.
2461
2462         * parse.y: Add ... IDENTIFIER SCOPE and ... PTYPENAME SCOPE expansions.
2463         * decl.c (make_typename_type): Handle getting a class template.
2464         * search.c (lookup_field_r): A class template is good enough for
2465         want_type.
2466
2467         * call.c (convert_like_real): Only use cp_convert for the bad part.
2468         (standard_conversion): Also allow bad int->enum.
2469         * typeck.c (ptr_reasonably_similar): Also allow functions to
2470         interconvert.  Pointers to same-size integers are reasonably
2471         similar.
2472
2473         * cvt.c (convert_to_void): If we build a new COND_EXPR, always
2474         give it void type.
2475
2476 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
2477
2478         PR g++/3154
2479         * init.c (sort_base_init): Remove unreachable code.
2480         (expand_member_init): Adjust comment to reflect reality. Simplify
2481         and remove unreachable code.
2482
2483 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
2484
2485         * cp-tree.h (init_reswords, cxx_init_decl_processing): New.
2486         (cxx_init): Update prototype.
2487         * decl.c (init_decl_processing): Rename.  Move null node init
2488         to its creation time.
2489         * lex.c (cxx_init_options): Update.
2490         (cxx_init): Combine with old init_parse; also call
2491         cxx_init_decl_processing.
2492
2493 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
2494
2495         * decl.c (check_initializer): Try to complete the type of an
2496         array element before checking whether it's complete.  Don't
2497         complain about arrays with complete element types but an
2498         unknown size.
2499         (cp_finish_decl): Build the hierarchical constructor before
2500         calling maybe_deduce_size_from_array_init.
2501
2502 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
2503
2504         * Make-lang.in: Change all uses of $(manext) to $(man1ext).
2505
2506 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
2507
2508         PR g++/4206
2509         * parse.y (already_scoped_stmt): Remove.
2510         (simple_stmt, WHILE & FOR): Use implicitly_scoped_stmt.
2511
2512 2001-11-12  H.J. Lu <hjl@gnu.org>
2513
2514         * cvt.c (ocp_convert): Don't warn the address of a weak
2515         function is always `true'.
2516
2517 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
2518
2519         * cp-lang.c (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
2520         LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
2521         LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): Override.
2522         * cp-tree.h (print_class_statistics): Remove.
2523         (cxx_print_statistics, cxx_print_xnode, cxx_print_decl, cxx_print_type,
2524         cxx_print_identifier, cxx_set_yydebug): New.
2525         * lex.c (set_yydebug): Rename c_set_yydebug.
2526         * ptree.c (print_lang_decl, print_lang_type, print_lang_identifier,
2527         lang_print_xnode): Rename.
2528         * tree.c (print_lang_statistics): Rename.
2529
2530 2001-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2531
2532         * class.c (dump_array): Fix format specifier warning.
2533
2534 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
2535
2536         * cp-lang.c (LANG_HOOKS_NAME): Override.
2537         (struct lang_hooks): Constify.
2538         * lex.c (cxx_init_options): Update.
2539         (lang_identify): Remove.
2540         * parse.y (language_string): Remove.
2541
2542 2001-11-08  Andreas Franck  <afranck@gmx.de>
2543
2544         * Make-lang.in (CXX_INSTALL_NAME, GXX_CROSS_NAME,
2545         DEMANGLER_CROSS_NAME): Handle program_transform_name the way
2546         suggested by autoconf.
2547         (GXX_TARGET_INSTALL_NAME, CXX_TARGET_INSTALL_NAME): Define.
2548         (c++.install-common): Use the transformed target alias names.
2549
2550 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
2551
2552         * Make-lang.in: Update.
2553         * cp-lang.c: Include langhooks-def.h.
2554
2555 2001-11-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2556
2557         * pt.c (tsubst_copy): Call tsubst for TYPEOF_EXPR.
2558
2559 2001-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2560
2561         * lex.c (copy_lang_type): Add static prototype.
2562
2563 2001-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2564
2565         * pt.c (unify): Handle SCOPE_REF.
2566
2567 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
2568
2569         * tree.c (cp_copy_res_decl_for_inlining): Adjust
2570         DECL_ABSTRACT_ORIGIN for the return variable.
2571
2572 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
2573
2574         *  Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
2575
2576 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
2577
2578         * ChangeLog.1, ChangeLog.2, ChangeLog, class.c, decl2.c, search.c,
2579         semantics.c, spew.c: Fix spelling errors.
2580
2581 2001-10-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2582
2583         * decl2.c (validate_nonmember_using_decl): Handle NAMESPACE_DECL.
2584
2585 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
2586
2587         * cp-lang.c: Redefine LANG_HOOKS_CLEAR_BINDING_STACK to
2588         pop_everything.
2589
2590 Tue Oct 23 14:00:20 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2591
2592         * cp-lang.c (cxx_get_alias_set): New function.
2593         Point LANG_HOOKS_GET_ALIAS_SET to it.
2594
2595 2001-10-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2596
2597         * cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
2598         * cp-tree.h (make_unbound_class_template): Prototype new function.
2599         * decl.c (make_unbound_class_template): New function.
2600         * decl2.c (arg_assoc_template_arg): Handle UNBOUND_CLASS_TEMPLATE.
2601         * error.c (dump_type): Likewise.
2602         * mangle.c (write_type): Likewise.
2603         * parse.y (template_parm): Likewise.
2604         (template_argument): Use make_unbound_class_template.
2605         * pt.c (convert_template_argument): Handle UNBOUND_CLASS_TEMPLATE.
2606         (tsubst): Likewise.
2607         (tsubst_copy): Likewise.
2608         (unify): Likewise.
2609         * tree.c (walk_tree): Likewise.
2610         * typeck.c (comptypes): Likewise.
2611
2612 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2613
2614         * xref.c (GNU_xref_member): Use safe-ctype macros and/or fold
2615         extra calls into fewer ones.
2616
2617 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
2618
2619         * decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
2620         Warn when merging inline with attribute noinline.
2621         (start_decl, start_function): Warn if inline and attribute
2622         noinline appear in the same declaration.
2623
2624 2001-10-16  H.J. Lu <hjl@gnu.org>
2625
2626         * cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined
2627         for tree checking disabled.
2628
2629 2001-10-16  Hans-Peter Nilsson  <hp@axis.com>
2630
2631         * cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL &&
2632         NO_DOT_IN_LABEL]: Adjust to match VFIELD_NAME.
2633
2634 2001-10-15  Richard Sandiford  <rsandifo@redhat.com>
2635
2636         * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.
2637         (unify): Only handle MINUS_EXPR specially if the above flag is set
2638         and the subtracted constant is 1.  Clear the flag on recursive calls.
2639         Set it when unifying the maximum value in an INTEGER_TYPE's range.
2640
2641 2001-10-15  Richard Sandiford  <rsandifo@redhat.com>
2642
2643         * decl.c (bad_specifiers): Don't allow exception specifications
2644         on any typedefs.
2645
2646 2001-10-14  Neil Booth  <neil@daikokuya.demon.co.uk>
2647
2648         * cp/lex.c (init_cp_pragma): Similarly.
2649
2650 2001-10-13  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2651
2652         * pt.c (lookup_template_class): Build complete template arguments
2653         for BOUND_TEMPLATE_TEMPLATE_PARM.
2654
2655 2001-10-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2656
2657         * cp-tree.h (TYPE_BINFO): Update comment.
2658         (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): New macro.
2659         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Use template_info.
2660         (TYPENAME_TYPE_FULLNAME): Use TYPE_FIELDS.
2661         (copy_type): Prototype new function.
2662         * lex.c (copy_lang_decl): Gather tree node statistics.
2663         (copy_lang_type): New function.
2664         (copy_type): Likewise.
2665         (cp_make_lang_type): Create lang_type for
2666         BOUND_TEMPLATE_TEMPLATE_PARM.  Set TYPE_BINFO for TYPENAME_TYPE
2667         and BOUND_TEMPLATE_TEMPLATE_PARM.
2668         * pt.c (tsubst): Use copy_type instead of copy_node.
2669         * search.c (lookup_field_1): Ignore TYPENAME_TYPE.
2670
2671 2001-10-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2672
2673         * pt.c (determine_specialization): Ignore functions without
2674         DECL_TEMPLATE_INFO.
2675
2676 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
2677
2678         PR g++/4476
2679         * typeck2.c (abstract_virtuals_error): Ignore incomplete classes.
2680
2681 2001-10-11  Jason Merrill  <jason_merrill@redhat.com>
2682
2683         * typeck2.c (store_init_value): Don't re-digest a bracketed
2684         initializer.
2685
2686         * class.c (finish_struct_anon): Use TYPE_ANONYMOUS_P instead of
2687         ANON_AGGR_TYPE_P.
2688
2689 2001-10-11  Richard Henderson  <rth@redhat.com>
2690
2691         * class.c (build_vtable_entry_ref): Create a VTABLE_REF instead
2692         of an asm statement.
2693         (build_vtbl_ref_1): Split out from build_vtbl_ref.
2694         (build_vfn_ref): Use it to handle vtable descriptors before
2695         calling build_vtable_entry_ref.
2696         * decl2.c (output_vtable_inherit): Use assemble_vtable_inherit.
2697
2698 2001-10-10  Richard Henderson  <rth@redhat.com>
2699
2700         * parse.y (asm_operand): Allow named operands.
2701         * semantics.c (finish_asm_stmt): Tweek for changed location
2702         of the operand constrant.
2703
2704 2001-10-09  Jason Merrill  <jason_merrill@redhat.com>
2705
2706         * call.c (standard_conversion): Add bad conversion between
2707         integers and pointers.
2708         (convert_like_real): Don't use convert_for_initialization for bad
2709         conversions; complain here and use cp_convert.
2710         (build_over_call): Don't handle bad conversions specially.
2711         (perform_implicit_conversion): Allow bad conversions.
2712         (can_convert_arg_bad): New fn.
2713         * cp-tree.h: Declare it.
2714         * typeck.c (convert_for_assignment): Use it.
2715         (ptr_reasonably_similar): Any target type is similar to void.
2716
2717 2001-10-08  Alexandre Oliva  <aoliva@redhat.com>
2718
2719         * Make-lang.in (CXX_OBJS): Added cp-lang.o.
2720         (cp/cp-lang.o): New rule.
2721         * cp-tree.h: Declare hooks.
2722         * tree.c: Make hooks non-static.
2723         (init_tree): Don't initialize hooks here.
2724         * lex.c: Likewise.  Move definition of lang_hooks to...
2725         * cp-lang.c: ... new file.
2726
2727 2001-10-08  Richard Henderson  <rth@redhat.com>
2728
2729         * cp-tree.h (struct lang_decl_flags): Remove declared_inline.
2730         (DECL_DECLARED_INLINE_P): Use the bit in struct c_lang_decl.
2731
2732 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2733
2734         * class.c (build_vtable_entry_ref): Const-ify.
2735         * decl.c (predefined_identifier,
2736         initialize_predefined_identifiers): Likewise.
2737         * init.c (build_new_1): Likewise.
2738         * lex.c (cplus_tree_code_type, cplus_tree_code_length, resword):
2739         Likewise.
2740
2741 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
2742
2743         * optimize.c (struct inline_data): Moved to ../tree-inline.c.
2744         (INSNS_PER_STMT): Likewise.
2745         (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
2746         (copy_body, initialize_inlined_parameters): Likewise.
2747         (declare_return_variable, inlinable_function_p): Likewise.
2748         (expand_call_inline, expand_calls_inline): Likewise.
2749         (optimize_inline_calls, clone_body): Likewise.
2750         * tree.c (walk_tree): Moved to ../tree-inline.c.
2751         (walk_tree_without_duplicates): Likewise.
2752         (copy_tree_r, remap_save_expr): Likewise.
2753
2754 2001-10-04  Alexandre Oliva  <aoliva@redhat.com>
2755
2756         * Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.
2757         (cp/pt.o, cp/semantics.o, cp/optimize.o): Likewise.
2758         * cp-tree.h (lang_decl): Moved inlined_fns to tree_decl.
2759         (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved to ../tree.h.
2760         (flag_inline_trees): Moved declaration to ../tree-inline.h.
2761         (walk_tree): Moved declaration to ../tree-inline.h.
2762         (walk_tree_without_duplicates, copy_tree_r): Likewise.
2763         (remap_save_expr): Likewise.
2764         * decl.c: Include tree-inline.h.
2765         (lang_mark_tree): Don't mark inlined_fns.
2766         * decl2.c (flag_inline_trees): Moved defn to ../tree-inline.c.
2767         * optimize.c: Include tree-inline.h.
2768         (optimize_inline_calls): Move declaration to ../tree.h, as
2769         non-static.
2770         (remap_decl): Use language-independent constructs and hooks.
2771         (remap_block, copy_body_r, declare_return_variable): Likewise.
2772         (inlinable_function_p): Likewise.  Don't test for
2773         DECL_LANG_SPECIFIC before DECL_INLINED_FNS as inlined_fns is
2774         no longer language-specific.
2775         (optimize_inline_calls): Likewise.  Make it non-static.  Moved
2776         call of dump_function to...
2777         (optimize_function): Here...
2778         (clone_body): New function, extracted from...
2779         (maybe_clone_body): ... here.  Build decl_map locally and pass
2780         it on to clone_body.
2781         * pt.c, semantics.c: Include tree-inline.h.
2782         * tree.c: Likewise.
2783         (cp_walk_subtrees): New language-specific hook for tree inlining.
2784         (cp_cannot_inline_tree_fn, cp_add_pending_fn_decls,
2785         cp_is_overload_p, cp_auto_var_in_fn_p,
2786         cp_copy_res_decl_for_inlining): Likewise.
2787         (walk_tree): Move language-specific constructs into...
2788         (cp_walk_subtrees): this new function.
2789         (copy_tree_r): Use language-independent constructs and hooks.
2790         (init_tree): Initialize tree inlining hooks.
2791         (remap_save_expr): Adjust prototype so that the declaration
2792         does not require the definition of splay_tree.
2793
2794 2001-10-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
2795
2796         * rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type used
2797         to build the declaration instead of the declaration itself.
2798
2799 2001-10-02  Jason Merrill  <jason_merrill@redhat.com>
2800
2801         * decl2.c (cxx_decode_option): Add 'else'.
2802
2803         * spew.c (end_input): No longer static.
2804         * cp-tree.h: Declare it.
2805         * parse.y (datadef): Add "error END_OF_SAVED_INPUT" expansion.
2806
2807 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2808
2809         * call.c (build_over_call), typeck.c (build_function_call_real):
2810         Pass type attributes to check_function_format rather than name or
2811         assembler name.  Don't require there to be a name or assembler
2812         name to check formats.
2813
2814 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
2815
2816         * decl.c (init_decl_processing): Don't call
2817         init_function_format_info.  Initialize lang_attribute_table
2818         earlier.
2819         (builtin_function): Call decl_attributes.
2820         (insert_default_attributes): New.
2821
2822 2001-10-01  Jason Merrill  <jason_merrill@redhat.com>
2823
2824         * decl.c (grokdeclarator): Copy array typedef handling from C
2825         frontend.
2826
2827         * decl.c (grokdeclarator): Copy too-large array handling from C
2828         frontend.
2829
2830 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
2831
2832         * config-lang.in (target_libs): Added target-gperf, so that we
2833         don't try to build it if C++ is disabled.
2834
2835 2001-09-23  Zack Weinberg  <zack@codesourcery.com>
2836
2837         * Make-lang.in (CXX_OBJS): Take out cp/errfn.o.
2838         (cp/errfn.o): Delete rule.
2839         (cp/error.o): Depend on flags.h.
2840         * errfn.c: Delete file.
2841         * cp-tree.h: Declare warn_deprecated.  Remove definitions of
2842         TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS,
2843         and TFF_TEMPLATE_DEFAULT_ARGUMENTS. #define cp_error, cp_warning,
2844         cp_pedwarn, and cp_compiler_error to error, warning, pedwarn, and
2845         internal_error respectively.  Make cp_deprecated into a macro.
2846         Don't define cp_printer typedef or declare cp_printers.
2847         * error.c: Include flags.h.
2848         Delete: struct tree_formatting_info, print_function_argument_list,
2849         print_declaration, print_expression, print_function_declaration,
2850         print_function_parameter, print_type_id, print_cv_qualifier_seq,
2851         print_type_specifier_seq, print_simple_type_specifier,
2852         print_elaborated_type_specifier, print_rest_of_abstract_declarator,
2853         print_parameter_declaration_clause, print_exception_specification,
2854         print_nested_name_specifier, and definition of cp_printers.
2855         (locate_error): New function.
2856         (cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and
2857         rewritten in terms of locate_error and diagnostic.c.
2858         (cp_tree_printer): Rename cp_printer; wire up to *_to_string
2859         instead of deleted print_* routines.  Handle %C, %L, %O, %Q also.
2860         (init_error): Adjust to match.
2861
2862 Sat Sep 22 09:15:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
2863
2864         * Make-lang.in (CXX_C_OBJS): Add attribs.o.
2865
2866 2001-09-21  Richard Henderson  <rth@redhat.com>
2867
2868         * class.c (set_vindex): Mind TARGET_VTABLE_USES_DESCRIPTORS.
2869         (build_vtbl_initializer): Likewise.
2870         (build_vfn_ref): New.
2871         * cp-tree.h: Declare it.
2872         * call.c (build_over_call): Use it.
2873         * decl2.c (mark_vtable_entries): Mark FDESC_EXPR.
2874         * typeck.c (get_member_function_from_ptrfunc): Mind descriptors.
2875
2876 Fri Sep 21 08:16:19 2001  J"orn Rennecke <amylaar@redhat.com>
2877
2878         * decl.c (grokdeclarator): Use C syntax for attr_flags declaration.
2879
2880 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
2881
2882         Table-driven attributes.
2883         * decl.c: Rename DECL_MACHINE_ATTRIBUTES to DECL_ATTRIBUTES.
2884         * decl2.c (cplus_decl_attributes): Only take one attributes
2885         parameter.
2886         * cp-tree.c (cplus_decl_attributes): Update prototype.
2887         * class.c (finish_struct), decl.c (start_decl, start_function),
2888         decl2.c (grokfield), friend.c (do_friend), parse.y
2889         (parse_bitfield): Update calls to cplus_decl_attributes.
2890         * decl.c (grokdeclarator): Take a pointer to a single ordinary
2891         attribute list.
2892         * decl.h (grokdeclarator): Update prototype.
2893         * decl2.c (grokfield): Take a single ordinary attribute list.
2894         * friend.c (do_friend): Likewise.
2895         * decl.c (shadow_tag, groktypename, start_decl,
2896         start_handler_parms, grokdeclarator, grokparms, start_function,
2897         start_method), decl2.c (grokfield, grokbitfield, grokoptypename),
2898         parse.y (parse_field, parse_bitfield, component_decl_1), pt.c
2899         (process_template_parm, do_decl_instantiation): Pass single
2900         ordinary attribute lists around.
2901         * decl.c (grokdeclarator): Correct handling of nested attributes.
2902         Revert the patch
2903         1998-10-18  Jason Merrill  <jason@yorick.cygnus.com>
2904                 * decl.c (grokdeclarator): Embedded attrs bind to the right,
2905                 not the left.
2906         .
2907         * cp-tree.h (cp_valid_lang_attribute): Remove declaration
2908         (cp_attribute_table): Declare.
2909         * decl.c (valid_lang_attribute): Don't define.
2910         (lang_attribute_table): Define.
2911         (init_decl_processing): Initialize lang_attribute_table instead of
2912         valid_lang_attribute.
2913         * tree.c (cp_valid_lang_attribute): Remove.
2914         (handle_java_interface_attribute, handle_com_interface_attribute,
2915         handle_init_priority_attribute): New functions.
2916         (cp_attribute_table): New array.
2917         * decl2.c (import_export_class): Don't use
2918         targetm.valid_type_attribute.
2919
2920 2001-09-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
2921
2922         * Make-lang.in (cp/error.o): Depend on real.h
2923         * error.c: #include "real.h"
2924
2925 2001-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2926
2927         * mangle.c (mangle_conv_op_name_for_type): Use concat in lieu of
2928         xmalloc/strcpy/strcat.
2929
2930 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2931
2932         * decl.c (warn_extern_redeclared_static, cp_make_fname_decl):
2933         Const-ification.
2934         * pt.c (tsubst_decl): Likewise.
2935
2936 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2937
2938         * decl2.c (lang_f_options): Const-ification.
2939         * lex.c (cplus_tree_code_name): Likewise.
2940         * spew.c (yyerror): Likewise.
2941
2942 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
2943
2944         PR c++/3986
2945         * class.c (force_canonical_binfo_r): Check & move an indirect
2946         primary base first.
2947         (force_canonical_binfo): Check that it's not already
2948         canonical.
2949         (mark_primary_virtual_base): Remove BINFO parameter.
2950         (mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here.
2951
2952 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
2953
2954         Remove TYPE_NONCOPIED_PARTS.
2955         * cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Map onto
2956         CLASSTYPE_PURE_VIRTUALS.
2957         (TYPE_RAISES_EXCEPTIONS): Map onto TYPE_BINFO.
2958         * class.c (duplicate_tag_error): Remove TYPE_NONCOPIED_PARTS.
2959         (layout_class_type): Don't call fixup_inline_methods here ...
2960         (finish_struct_1): ... call it here.
2961
2962 2001-09-04  Mark Mitchell  <mark@codesourcery.com>
2963
2964         * decl.c (duplicate_decls): Remove code deadling with
2965         DECL_SAVED_INSNS.
2966         * decl2.c (finish_file): Likewise.
2967         * pt.c (instantiate_decl): Likewise.
2968         * semantics.c (expand_body): Don't defer local functions if
2969         they wouldn't be deferred for some other reason.  Don't
2970         generate RTL for functions that will not be emitted.
2971         (genrtl_start_function): Remove code deadling with
2972         DECL_SAVED_INSNS.
2973         (genrtl_finish_function): Likewise.
2974
2975 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
2976
2977         PR c++/4203
2978         * call.c (build_over_call): Do not optimize any empty base
2979         construction.
2980
2981 2001-08-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2982
2983         * error.c (dump_template_decl): Output template parameters
2984         together with their specifiers.
2985         Output `class' prefix for template template parameter.
2986         (dump_decl): Fix formatting.
2987
2988 2001-08-30  Kurt Garloff  <garloff@suse.de>
2989
2990         * optimize.c (inlinable_function_p): Allow only smaller single
2991         functions. Halve inline limit after reaching recursive limit.
2992
2993 2001-08-30  Joern Rennecke <amylaar@redhat.com>
2994             Jason Merrill  <jason_merrill@redhat.com>
2995
2996         * class.c (build_vtable_entry_ref): Subtract in char*, not
2997         ptrdiff_t.
2998
2999 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
3000
3001         * tree.c (cp_build_qualified_type_real): Use get_qualified_type.
3002         (build_cplus_array_type): Use cp_build_qualified_type, not
3003         TYPE_MAIN_VARIANT, to get an unqualified version.
3004
3005         * decl2.c (grok_alignof): Lose.
3006         (build_expr_from_tree): Use expr_sizeof and c_alignof_expr.
3007         * typeck.c (c_alignof): Lose.
3008         * semantics.c (finish_sizeof, finish_alignof): New.
3009         * parse.y: Use them.
3010         * cp-tree.h: Declare them.
3011
3012 2001-08-22  Jason Merrill  <jason_merrill@redhat.com>
3013
3014         * pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.
3015         Don't loop in COMPOUND_STMT, FOR_STMT or TRY_BLOCK.
3016         * tree.c (cp_statement_code_p): A TAG_DEFN is a statement.
3017
3018 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
3019
3020         * typeck2.c (add_exception_specifier): Only require complete type if
3021         not in processing template declaration.
3022
3023 2001-08-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3024
3025         * decl.c: Cast argument to size_t, not HOST_WIDE_INT, in calls to
3026         GNU_xref_start_scope and GNU_xref_end_scope.
3027
3028         * tree.c (TYPE_HASH): Moved to ../tree.h.
3029
3030 2001-08-16  Mark Mitchell  <mark@codesourcery.com>
3031
3032         * cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS
3033         on COMPOUND_EXPRs.
3034
3035 2001-08-14  Richard Henderson  <rth@redhat.com>
3036
3037         * class.c, cp-tree.h (build_vfn_ref): Remove.
3038         * call.c, rtti.c: Replace all refernces with build_vtbl_ref.
3039
3040 2001-08-13  Mark Mitchell  <mark@codesourcery.com>
3041
3042         * call.c (build_over_call): Mark COMPOUND_EXPRs generated for
3043         empty class assignment as having side-effects to avoid
3044         spurious warnings.
3045
3046 2001-08-13  Zack Weinberg  <zackw@panix.com>
3047
3048         * Make-lang.in (cp/except.o): Add libfuncs.h to dependencies.
3049         * except.c: Include libfuncs.h.
3050
3051 2001-08-11  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3052
3053         * decl.c (grokdeclarator): Clarify diagnostic message.
3054
3055 2001-08-13  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3056
3057         * decl2.c (do_nonmember_using_decl): Replace using directive
3058         with using declaration in the error message.
3059
3060 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3061
3062         * pt.c (maybe_fold_nontype_arg): Use TREE_TYPE of ARG as the
3063         criterion to avoid rebuilding expression tree instead of
3064         processing_template_decl.
3065
3066 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
3067
3068         Support named return value optimization for inlines, too.
3069         * decl.c (finish_function): Nullify returns here.
3070         * semantics.c (genrtl_start_function): Not here.
3071         (cp_expand_stmt): Don't mess with CLEANUP_STMTs.
3072         (nullify_returns_r): No longer static.  Just clear RETURN_EXPR.
3073         Also nullify the CLEANUP_STMT for the nrv.
3074         * cp-tree.h: Declare it.
3075         * optimize.c (declare_return_variable): Replace the nrv with the
3076         return variable.
3077         * typeck.c (check_return_expr): Be more flexible on alignment check.
3078         Ignore cv-quals when checking for a matching type.
3079
3080 2001-08-09  Richard Henderson  <rth@redhat.com>
3081
3082         * decl2.c (finish_objects): Use target hooks instead of
3083         assemble_constructor and assemble_destructor.
3084
3085 2001-08-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3086
3087         * g++spec.c (lang_specific_driver): Quote argument after `-Xlinker'.
3088
3089 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
3090
3091         PR c++/3820
3092         Stop using TYPE_NONCOPIED_PARTS.
3093         * call.c (build_over_call): Be careful when copy constructing
3094         or assigning to an empty class.
3095         * class.c (check_bases_and_members): It has a
3096         COMPLEX_ASSIGN_REF if it has a vptr.
3097         (layout_class_type): Don't add empty class padding to
3098         TYPE_NONCOPIED_PARTS.
3099         (finish_struct_1): Don't add the VFIELD either.
3100         * cp-tree.h (TYPE_HAS_TRIVIAL_INIT_REF): Mention _copy_
3101         initialization.
3102
3103 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
3104
3105         * tree.c (walk_tree): Walk siblings even if !walk_subtrees.
3106
3107 2001-08-06  Richard Henderson  <rth@redhat.com>
3108
3109         * decl2.c (finish_objects): Pass a symbol_ref and priority to
3110         assemble_{constructor,destructor}.  Remove priority handling.
3111
3112 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3113
3114         Don't allow template-id in using-declaration.
3115         * decl2.c (validate_nonmember_using_decl): Handle template-ids.
3116         (do_class_using_decl): Likewise.
3117
3118 2001-08-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
3119
3120         * cp/spew.c (read_token): No need to pop buffers.
3121
3122 2001-08-02  Stan Shebs  <shebs@apple.com>
3123
3124         * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer used.
3125         (fnaddr_from_vtable_entry): Remove decl.
3126         * method.c (use_thunk): Update comment.
3127
3128 2001-08-01  Andrew Cagney  <ac131313@redhat.com>
3129
3130         * repo.c (get_base_filename): Change return value to const char
3131         pointer.
3132
3133 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
3134
3135         Kill -fhonor-std.
3136         * NEWS: Document.
3137         * cp-tree.h (flag_honor_std): Remove.
3138         (CPTI_FAKE_STD): Remove.
3139         (std_node): Remove comment about it being NULL.
3140         (fake_std_node): Remove.
3141         * decl.c (in_fake_std): Remove.
3142         (walk_namespaces_r): Remove fake_std_node check.
3143         (push_namespace): Remove in_fake_std code.
3144         (pop_namespace): Likewise.
3145         (lookup_name_real): Remove fake_std_node check.
3146         (init_decl_processing): Always create std_node. Always add
3147         std:: things there.
3148         (builtin_function): Always put non '_' fns in std.
3149         * decl2.c (flag_honor_std): Remove.
3150         (lang_f_options): Remove honor-std.
3151         (unsupported_options): Add honor-std.
3152         (set_decl_namespace): Remove fake_std_node check.
3153         (validate_nonmember_using_decl): Likewise.
3154         (do_using_directive): Likewise.
3155         (handle_class_head): Likewise.
3156         * dump.c (cp_dump_tree): Likewise.
3157         * except.c (init_exception_processing): Adjust.
3158         * init.c (build_member_call): Remove fake_std_node check.
3159         (build_offset_ref): Likewise.
3160         * lang-options.h: Remove -fhonor-std, -fno-honor-std.
3161         * rtti.c (init_rtti_processing): Adjust.
3162
3163 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
3164
3165         * tree.c (cp_tree_equal): WITH_CLEANUP_EXPR node to use its second
3166         operand while calling cp_tree_equal.
3167
3168 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3169
3170         The 3.0 ABI no longer has vbase pointer fields.
3171         * cp-tree.h (VBASE_NAME, VBASE_NAME_FORMAT, VBASE_NAME_P,
3172         FORMAT_VBASE_NAME): Remove.
3173         * method.c (do_build_copy_constructor): Adjust.
3174         (do_build_assign_ref): Adjust.
3175         * search.c (lookup_field_r): Adjust.
3176         * typeck.c (build_component_ref): Adjust.
3177
3178         The 3.0 ABI always has a vtable pointer at the start of every
3179         polymorphic class.
3180         * rtti.c (build_headof_sub): Remove.
3181         (build_headof): Adjust.
3182         (get_tinfo_decl_dynamic): No need to check flag_rtti
3183         here. Adjust.
3184         (create_real_tinfo_var): Explain why we need a hidden name.
3185
3186 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3187
3188         PR c++/3631
3189         * class.c (update_vtable_entry_for_fn): The fixed adjustment
3190         of a virtual thunk should be from declaring base.
3191
3192 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
3193
3194         * class.c (dfs_ctor_vtable_bases_queue_p): Always walk into
3195         the shared virtual base, so preserving inheritance graph order.
3196
3197 2001-07-30  Andreas Jaeger  <aj@suse.de>
3198
3199         * decl2.c: Remove unused var global_temp_name_counter.
3200
3201 2001-07-28  Richard Henderson  <rth@redhat.com>
3202
3203         * method.c (pending_inlines): Remove.
3204
3205 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
3206
3207         * class.c (mark_primary_virtual_base): Don't adjust base
3208         offsets here.
3209         (dfs_unshared_virtual_bases): Adjust them here.
3210         (mark_primary_bases): Explain why we adjust at the end.
3211
3212 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
3213
3214         * class.c (finish_struct_1): When copying the primary base's
3215         VFIELD, make sure we find it is at offset zero.
3216
3217 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3218
3219         * pt.c (tsubst_template_parms): Call maybe_fold_nontype_arg and
3220         tsubst_expr for default template arguments.
3221
3222 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
3223
3224         PR c++/3621
3225         * spew.c (yylex): Only copy the token's lineno, if it is
3226         non-zero.
3227
3228 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
3229
3230         PR c++/3624
3231         * call.c (resolve_args): Simplify, call
3232         convert_from_reference.
3233         (build_new_op): Resolve and convert from reference ARG1
3234         earlier. Adjust ARG2 & ARG3 resolve and conversion.
3235
3236 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
3237
3238         * decl.c (last_function_parm_tags): Remove.
3239         (current_function_parm_tags): Remove.
3240         (init_decl_processing): Adjust.
3241         (start_function): Adjust.
3242         (store_parm_decls): Adjust.
3243
3244         PR c++/3152
3245         * decl.c (grokdeclarator): Detect when a function typedef is
3246         declaring a function, and create last_function_parms correctly.
3247
3248 2001-07-25  Jason Merrill  <jason_merrill@redhat.com>
3249
3250         * call.c (joust): Only prefer a non-builtin candidate to a builtin
3251         one if they have the same signature.
3252
3253         * cvt.c (build_up_reference): Take DECL parm.  Check TREE_STATIC on
3254         it rather than toplevel_bindings_p.  Give it a mangled name if static.
3255         (convert_to_reference): Adjust.
3256         * decl2.c (get_temp_name): Lose.
3257         * mangle.c (mangle_ref_init_variable): New fn.
3258         (mangle_guard_variable): Strip the ref-init header.
3259         * cp-tree.h: Adjust.
3260         * decl.c (cp_finish_decl): Add the DECL_STMT after processing the
3261         initializer.
3262         (grok_reference_init): Always use DECL_INITIAL.
3263
3264 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3265
3266         PR c++/3416
3267         * call.c (build_conditional_expr): Recheck args after
3268         conversions.
3269         * cp-tree.h (build_conditional_expr): Move to correct file.
3270         * typeck.c (decay_conversion): Diagnose any unknown types
3271         reaching here.
3272         (build_binary_op): Don't do initial decay or default
3273         conversions on overloaded functions.
3274         (build_static_cast): Don't do a decay conversion here.
3275
3276 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3277
3278         PR c++/3543
3279         * typeck.c (condition_conversion): Resolve an OFFSET_REF.
3280         * expr.c (cplus_expand_expr): An OFFSET_REF should never get here.
3281
3282 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3283
3284         * class.c (build_vtbl_or_vbase_field): Remove, move into ...
3285         (create_vtbl_ptr): ... here.
3286
3287 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
3288
3289         * class.c (build_vbase_offset_vbtl_entries): Look for
3290         non-primary base of which we are a sub vtable.
3291
3292 2001-07-24  Phil Edwards  <pme@sources.redhat.com>
3293
3294         * semantics.c (finish_this_expr):  Remove unused code.
3295
3296 2001-07-24  Nathan Sidwell  <nathan@codesourcery.com>
3297
3298         Simplify rtti, now we've only one ABI.
3299         * cp-tree.h (cp_tree_index): Remove CPTI_TINFO_DECL_ID,
3300         CPTI_TINFO_VAR_ID.
3301         (tinfo_decl_id, tinfo_var_id): Remove.
3302         (get_typeid_1): Remove.
3303         * rtti.c
3304         (init_rtti_processing): Remove tinfo_decl_id & tinfo_var_id.
3305         (typeid_ok_p): New function.
3306         (build_type_id): Call typeid_ok_p. Don't call tinfo_from_decl.
3307         (get_tinfo_decl): Remove old abi documentation.
3308         (tinfo_from_decl): Remove.
3309         (get_type_id): Call typeid_ok_p. Absorb get_typeid_1.
3310         (get_typeid_1): Remove.
3311         (get_base_offset): Remove.
3312         (synthesize_tinfo_var): Absorb get_base_offset.
3313         (create_real_tinfo_var): Don't use tinfo_decl_id.
3314
3315 2001-07-23  Graham Stott  <grahams@redhat.com>
3316
3317         * cp/class.c (type_requires_array_cookie): Fix use of uninitialised
3318         variable has_two_argument_delete_p.
3319
3320 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
3321
3322         Remove flag_vtable_thunk. It is always on for the 3.0 ABI.
3323         * cp-tree.h (CPTI_DELTA2_IDENTIFIER): Remove.
3324         (CPTI_INDEX_IDENTIFIER): Remove.
3325         (CPT_PFN_OR_DELTA2_IDENTIFIER): Remove.
3326         (delta2_identifier): Remove.
3327         (index_identifier): Remove.
3328         (pfn_or_delta2_identifier): Remove.
3329         (flag_vtable_thunks): Remove.
3330         (VTABLE_DELTA2_NAME): Remove.
3331         (VTABLE_INDEX_NAME): Remove.
3332         (FNADDR_FROM_VTABLE_ENTRY): Adjust.
3333         (vfunc_ptr_type_node): Adjust.
3334         (VTABLE_NAME_PREFIX): Adjust.
3335         (build_vfn_ref): Lose first parameter.
3336         (fixup_all_virtual_upcast_offsets): Remove.
3337         * decl.c (initialize_predefined_identifiers): Remove
3338         delta2_identifier, index_identifier, pfn_or_delta2_identifier.
3339         (init_decl_processing): Remove no-vtable-thunk code.
3340         * decl2.c (flag_vtable_thunks): Remove.
3341         (mark_vtable_entries): Remove no-vtable-thunk code.
3342         * error.c (dump_decl): Remove no-vtable-thunk code.
3343         (dump_expr): Adjust ptr to member function code.
3344         * init.c (initialize_vtable_ptrs): Remove no-vtable-thunk
3345         code.
3346         * rtti.c (build_headof): Remove no-vtable-thunk code.
3347         (get_tinfo_decl_dynamic): Adjust build_vfn_ref call.
3348         * search.c (get_base_distance): Remove expand_upcast_fixups case.
3349         (virtual_context) Remove.
3350         (expand_upcast_fixups): Remove.
3351         (fixup_virtual_upcast_offsets): Remove.
3352         (fixup_all_virtual_upcast_offsets): Remove.
3353         * typeck.c (get_member_function_from_ptrfunc): Remove
3354         no-vtable-thunk code.
3355         * call.c (build_over_call): Adjust call to build_vfn_ref.
3356         * class.c (build_vfn_ref): Lose first parameter. Remove
3357         no-vtable-thunk code.
3358         (build_rtti_vtbl_entries): Remove no-vtable-thunk code.
3359         (build_vtable_entry): Remove no-vtable-thunk code.
3360
3361 2001-07-20  Nathan Sidwell  <nathan@codesourcery.com>
3362
3363         Remove old-abi remnants. Remove comments about old abi
3364         behaviour. Remove references to 'new-abi' in comments.
3365         * cp-tree.h: Adjust comments.
3366         (vbase_offsets_in_vtable_p): Delete.
3367         (vcall_offsets_in_vtable_p): Delete.
3368         (vptrs_present_everywhere_p): Delete.
3369         (all_overridden_vfuns_in_vtables_p): Delete.
3370         (merge_primary_and_secondary_vtables_p): Delete.
3371         (TYPE_CONTAINS_VPTR_P): Adjust.
3372         (VTT_NAME_PREFIX): Remove.
3373         (CTOR_VTBL_NAME_PREFIX): Remove.
3374         (init_vbase_pointers): Remove.
3375         * class.c: Adjust coments.
3376         (build_vbase_pointer_fields): Delete.
3377         (build_vbase_pointer): Remove old-abi code.
3378         (build_secondary_vtable): Likewise.
3379         (modify_all_vtables): Likewise.
3380         (create_vtable_ptr): Likewise.
3381         (layout_class_type): Likewise.
3382         (finish_struct_1): Likewise.
3383         (finish_vtbls): Likewise.
3384         (dfs_finish_vtbls): Delete.
3385         (build_vbase_offset_vtbl_entries): Remove old-abi code.
3386         * cvt.c: Adjust comments.
3387         * decl.c: Adjust comments.
3388         * decl2.c: Adjust comments.
3389         * init.c: Adjust comments.
3390         (construct_virtual_bases): Remove old-abi code.
3391         * lang-specs.h: Remove -fno-new-abi.
3392         * mangle.c: Adjust comments.
3393         * rtti.c: Adjust comments.
3394         (get_base_offset): Remove old-abi-code.
3395         * search.c: Adjust comments.
3396         (dfs_init_vbase_pointers): Remove.
3397         (dfs_vtable_path_unmark): Remove.
3398         (init_vbase_pointers): Remove.
3399         * semantics.c: Adjust comments.
3400         (emit_associated_thunks): Remove old-abi code.
3401         * typeck.c: Adjust comments.
3402
3403 2001-07-20  Daniel Berlin  <dan@cgsoftware.com>
3404
3405         * Make-lang.in (cp/optimize.o): Depend on $(PARAMS_H), not
3406         params.h.
3407
3408 2001-07-19  Mark Mitchell  <mark@codesourcery.com>
3409
3410         * class.c (finish_struct_anon): Forbid nested classes.
3411
3412 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
3413
3414         * decl2.c: Don't include dwarfout.h and dwarf2out.h.
3415         * optimize.c: Include debug.h.
3416         (maybe_clone_body): Use debug hook.
3417         * semantics.c: Include debug.h.
3418         (expand_body): Use debug hook.
3419
3420 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
3421
3422         * spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
3423
3424 2001-07-18  Mark Mitchell  <mark@codesourcery.com>
3425
3426         * class.c (type_requires_array_cookie): New function.
3427         (check_methods): Don't try to figure out whether the type needs a
3428         cookie here.
3429         (check_bases_and_members): Set TYPE_VEC_NEW_USES_COOKIE here.
3430         * cp-tree.h (TYPE_VEC_DELETE_TAKES_SIZE): Remove.
3431         (TYPE_VEC_NEW_USES_COOKIE): Reimplement.
3432         * pt.c (instantiate_class_template): Don't set
3433         TYPE_VEC_DELETE_TAKES_SIZE.
3434         * NEWS: Document ABI changes from GCC 3.0.
3435
3436 2001-07-18  Xavier Delacour <xavier@fmaudio.net>,
3437             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
3438
3439         * NEWS (Changes in GCC 3.0): Fix typo.
3440
3441 2001-07-13  Joseph S. Myers  <jsm28@cam.ac.uk>
3442
3443         * decl2.c (cplus_decl_attributes): Take a pointer to the node to
3444         which attributes are to be attached, and a flags argument.  Update
3445         call to decl_attributes.
3446         (grokfield): Update call to decl_attributes.
3447         * class.c (finish_struct): Update call to cplus_decl_attributes.
3448         * cp-tree.h (cplus_decl_attributes): Update prototype.
3449         * decl.c (start_decl, grokdeclarator, start_function): Update
3450         calls to decl_attributes and cplus_decl_attributes.
3451         * friend.c (do_friend): Update call to cplus_decl_attributes.
3452         * parse.y (parse_bitfield): Update call to cplus_decl_attributes.
3453
3454 2001-07-12  Mark Mitchell  <mark@codesourcery.com>
3455
3456         * decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTER
3457         for `register' variables with an asm-specification.
3458
3459 2001-07-11  Mark Mitchell  <mark@codesourcery.com>
3460
3461         * semantics.c (finish_asm_stmt): Mark the output operands
3462         to an asm addressable, if necessary.
3463
3464 2001-07-11  Ben Elliston  <bje@redhat.com>
3465
3466         * Revert this change -- there is a subtle bug.
3467
3468         PR c++/80
3469         * decl.c (finish_enum): New "attributes" argument; pass it to
3470         cplus_decl_attributes.  Use a narrower type if the enum is packed.
3471         * cp-tree.h (finish_enum): Adjust prototype.
3472         * parse.y (enum_head): New non-terminal.
3473         (structsp): Use it. Enums now may be preceded or followed by
3474         optional attributes -- pass their chained tree to finish_enum().
3475         * pt.c (tsubst_enum): Pass NULL_TREE for the new argument.
3476
3477 2001-07-10  Mark Mitchell  <mark@codesourcery.com>
3478
3479         * pt.c (tsubst_decl): Set DECL_CONTEXT for namespace-scope
3480         variables.
3481
3482 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
3483
3484         * semantics.c (cp_expand_stmt): Fix for null
3485         current_function_return_value.
3486
3487 2001-07-10  Jan van Male  <jan.vanmale@fenk.wau.nl>
3488
3489         * call.c (build_op_delete_call): Initialize fn.
3490         (convert_like_real): Delete conditional.
3491         (joust): Initialize *w and *l.
3492         * class.c: Add prototype for binfo_ctor_vtable.
3493         (get_primary_binfo): Initialize result.
3494         * init.c (build_java_class_ref): Initialize name.
3495
3496 2001-07-09  Erik Rozendaal  <dlr@acm.org>
3497
3498         * typeck.c (unary_complex_lvalue): Do not duplicate the
3499         argument to modify, pre-, or post-increment when used as an
3500         lvalue and when the argument has side-effects.
3501
3502 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3503
3504         * decl.c (start_decl): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
3505         (start_function): Don't call SET_DEFAULT_DECL_ATTRIBUTES.  Call
3506         cplus_decl_attributes even if attrs is NULL.
3507         * friend.c (do_friend): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
3508
3509 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
3510
3511         * decl.c (grokdeclarator), decl2.c (cplus_decl_attributes): Update
3512         calls to decl_attributes.
3513
3514 2001-07-06  Ira Ruben   <ira@apple.com>
3515
3516         * cp-tree.def (TEMPLATE_DECL): Update comment. DECL_RESULT should
3517         be DECL_TEMPLATE_RESULT.
3518
3519 2001-07-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3520
3521         * cp-tree.h (copy_template_template_parm): Rename to ...
3522         (bind_template_template_parm): ... here.
3523         * tree.c (copy_template_template_parm): Rename to ...
3524         (bind_template_template_parm): ... here.  Remove the case when
3525         NEWARGS is NULL_TREE.
3526         (copy_tree_r): Don't copy TEMPLATE_TEMPLATE_PARM and
3527         BOUND_TEMPLATE_TEMPLATE_PARM.
3528         * pt.c (lookup_template_class): Adjust.
3529
3530 2001-07-05  Jason Merrill  <jason_merrill@redhat.com>
3531
3532         * cvt.c (convert_lvalue): New fn.
3533         * cp-tree.h: Declare it.
3534         * method.c (do_build_assign_ref): Use it.
3535         (do_build_copy_constructor): Convert parm to base types
3536         before calling base constructors.
3537
3538         * typeck.c (check_return_expr): Check DECL_ALIGN instead of
3539         DECL_USER_ALIGN.  Check flag_elide_constructors instead of
3540         optimize.
3541         * semantics.c (cp_expand_stmt): Don't destroy the named return value.
3542
3543 2001-07-02  Nathan Sidwell  <nathan@codesourcery.com>
3544
3545         * optimize.c (optimize_inline_calls): New function, broken out
3546         of ...
3547         (optimize_function): ... here. Call it. Don't inline if it is
3548         a thunk.
3549         (dump_function): Print name of dump flag causing this dump.
3550         * semantics.c (expand_body): Move thunk inline check to
3551         optimize_function.
3552
3553 2001-06-29  Joseph S. Myers  <jsm28@cam.ac.uk>
3554
3555         * typeck.c (COMP_TYPE_ATTRIBUTES): Don't define.
3556         (comptypes): Use target.comp_type_attributes.
3557
3558 2001-06-29  Nathan Sidwell  <nathan@codesourcery.com>
3559
3560         * cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.
3561
3562 2001-06-28  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
3563
3564         * error.c (lang_print_error_function): Add a `diagnostic_context *'
3565         parameter. Tweak.
3566
3567 2001-06-27  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
3568
3569         * decl2.c (import_export_class): Update.
3570
3571 2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
3572
3573         * error.c (init_error): Adjust settings.
3574
3575 2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
3576
3577         * error.c (init_error): Adjust settings.
3578
3579 2001-06-19  Richard Sandiford  <rsandifo@redhat.com>
3580
3581         * except.c (initialize_handler_parm): Expect __cxa_begin_catch to
3582         return pointers to data members by reference rather than by value.
3583
3584 2001-06-18  Jason Merrill  <jason_merrill@redhat.com>
3585
3586         Implement the Named Return Value optimization.
3587         * cp-tree.h (struct cp_language_function): Add x_return_value.
3588         (current_function_return_value): Now a macro.
3589         * decl.c: Don't define it.
3590         (define_label, finish_case_label): Don't clear it.
3591         (init_decl_processing): Don't register it with GC.
3592         * semantics.c (genrtl_finish_function): Don't check it for
3593         no_return_label.  Copy the RTL from the return value to
3594         current_function_return_value and walk, calling...
3595         (nullify_returns_r): ...this new fn.
3596         * typeck.c (check_return_expr): Set current_function_return_value.
3597
3598 2001-06-15  Jason Merrill  <jason_merrill@redhat.com>
3599
3600         * class.c (dfs_accumulate_vtbl_inits): Just point to the base we're
3601         sharing a ctor vtable with.  Merge code for cases 1 and 2.
3602         (binfo_ctor_vtable): New fn.
3603         (build_vtt_inits, dfs_build_secondary_vptr_vtt_inits): Use it.
3604
3605 2001-06-14  Jason Merrill  <jason_merrill@redhat.com>
3606
3607         * class.c (dfs_find_final_overrider): Fix logic.
3608
3609         * class.c (update_vtable_entry_for_fn): Uncomment optimization to use
3610         virtual thunk instead of non-virtual.
3611         (get_matching_virtual): Uncomment.
3612
3613         * pt.c (unify): Don't recurse between the POINTER_TYPE and the
3614         OFFSET_TYPE.  If we're adding cv-quals, the extra ones would be on
3615         PARM, not ARG.
3616
3617 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
3618
3619         * class.c (dfs_accumulate_vtbl_inits): For case 2 & 3, make sure
3620         we've not emerged from the hierarchy of RTTI_BINFO on reaching
3621         a non-virtual base.
3622
3623 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
3624
3625         * NEWS: Update release number.
3626
3627 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
3628
3629         PR c++/3130, c++/3131, c++/3132
3630         * cp-tree.h (BINFO_UNSHARED_MARKED): New #define.
3631         * class.c (force_canonical_binfo_r): Move
3632         BINFO_UNSHARED_MARKED, BINFO_LOST_PRIMARY_P. Don't move
3633         virtual bases unless they're primary and what they're primary
3634         too has been moved.
3635         (dfs_unshared_virtual_bases): Use BINFO_UNSHARED_MARKED. Cope
3636         with morally virtual bases. Duplicate BINFO_LOST_PRIMARY_P and
3637         BINFO_PRIMARY_BASE_OF. Clear BINFO_VTABLE for all but the most
3638         derived binfo.
3639         (mark_primary_bases): Use BINFO_UNSHARED_MARKED.
3640         (layout_nonempty_base_or_field): Add most derived type
3641         parameter. Adjust.
3642         (layout_empty_base): Likewise.
3643         (build_base_field): Likewise.
3644         (build_base_fields): Likewise.
3645         (propagate_binfo_offsets): Add most derived type
3646         parameter. Skip non canonical virtual bases too.
3647         (dfs_set_offset_for_unshared_vbases): Don't skip primary
3648         bases. Do skip canonical bases.
3649         (layout_virtual_bases): Adjust.
3650         (layout_class_type): Adjust.
3651         (dfs_get_primary_binfo): Build list of virtual primary base
3652         candidates.
3653         (get_primary_binfo): Check that the shared virtual primary
3654         base candidate was found first.
3655         (accumulate_vtbl_inits): Don't do anything for non-vptr
3656         containing binfos. For case 1 primary virtual bases, keep
3657         checking that we've not emerged from the hierarchy of RTTI_BINFO.
3658
3659 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
3660
3661         PR c++/3089
3662         * class.c (dfs_accumulate_vtbl_inits): Always walk down the
3663         hierarchy looking for primary bases for a ctor
3664         vtable. Recursively call oneself, if we meet our primary via
3665         this route and haven't met it yet via inheritance graph order.
3666
3667 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
3668
3669         * lang-options.h: Emit documentation for -fno-honor-std, not
3670         -fhonor-std.
3671
3672 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
3673
3674         * typeck.c (get_member_function_from_ptrfunc) [vbit_in_delta]:
3675         Don't clobber delta.
3676         (expand_ptrmemfunc_cst) [ptrmemfunc_vbit_in_delta]: Adjust pfn.
3677
3678 2001-06-10  Mark Mitchell <mark@codesourcery.com>
3679             Gabriel Dos Reis  <gdr@codesourcery.com>
3680
3681         * Make-lang.in (cp/call.o): Depend on diagnostic.h
3682         (cp/typeck.o): Depend on diagnostic.h
3683         (cp/typeck2.o): Depend on diagnostic.h
3684         (cp/repo.o): Depend on dignostic.h
3685         * typeck.c: #include diagnostic.h
3686         (convert_for_initialization): Remove extern declaration for
3687         warningcount and errorcount.
3688
3689         * call.c: #include diagnostic.h
3690         (convert_like_real): Remove extern declaration for warnincount and
3691         errorcount.
3692
3693         * repo.c: #include diagnostic.h
3694         * typeck2.c: #include diagnostic.h
3695
3696 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
3697
3698         * decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko
3699         in previous change.
3700
3701 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
3702
3703         PR c++/2929
3704         * friend.c (do_friend): Use push_decl_namespace for classes at
3705         namespace scope.
3706
3707 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
3708             Jason Merrill <jason_merrill@redhat.com>
3709
3710         PR c++/3061
3711         * class.c (build_secondary_vtable): Use assert, rather than an error
3712         message.
3713         (dfs_fixup_binfo_vtbls): BINFO_VTABLE might be NULL.
3714         (dfs_accumulate_vtbl_inits): A lost primary virtual base may
3715         be between ORIG_BINFO and RTTI_BINFO, but neither of them.
3716         Don't set BINFO_VTABLE for a primary virtual base.
3717
3718 2001-06-07  Mark Mitchell  <mark@codesourcery.com>
3719
3720         * decl.c (duplicate_decls): Update source position information
3721         when a template function is defined.
3722
3723 2001-06-07  Phil Edwards  <pme@sources.redhat.com>
3724
3725         * lang-specs.h:  Move -D_GNU_SOURCE to config/linux.h.
3726
3727 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
3728
3729         PR c++/2914
3730         * decl.c (pushtag): Don't push into a complete type's scope.
3731
3732 2001-06-06  Jason Merrill  <jason_merrill@redhat.com>
3733
3734         * cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.
3735         (struct lang_decl_flags): Lose generate_with_vtable_p.
3736         (BV_GENERATE_THUNK_WITH_VTABLE_P): Lose.
3737         * class.c (copy_virtuals): Adjust.
3738         * decl2.c (mark_vtable_entries): Adjust.
3739         * method.c (make_thunk, build_vtable_entry): Adjust.
3740         * class.c (update_vtable_entry_for_fn): Only look as far as the
3741         first defining class.
3742         (build_vtbl_initializer): Put nothing in the slot for a function only
3743         defined in a lost primary virtual base.
3744         (add_vcall_offset_vtbl_entries_1): Use the same code for
3745         the lost primary case and the normal case.
3746         (dfs_unshared_virtual_bases): Don't lose a non-virtual primary base.
3747         (get_vfield_offset, get_derived_offset): Lose.
3748         (dfs_find_final_overrider): Use look_for_overrides_here.
3749         (get_matching_virtual): New fn.
3750         * semantics.c (emit_associated_thunks): Check BV_USE_VCALL_INDEX_P,
3751         not BV_VCALL_INDEX.
3752         * search.c (look_for_overrides_here): Split out from...
3753         (look_for_overrides_r): Here.
3754
3755         * class.c (find_final_overrider): Return error_mark_node on error.
3756
3757         * decl2.c (key_method): #if 0 accidental change.
3758
3759 2001-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
3760
3761         * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.
3762         (build_over_call): Likewise.
3763         * decl.c (grokparms): Likewise.
3764         * pt.c (tsubst_decl): Likewise.
3765         * typeck.c (convert_arguments): Likewise.
3766
3767 2001-06-05  Mark Mitchell  <mark@codesourcery.com>
3768
3769         * semantics.c (begin_class_definition): Robustify.
3770
3771         * pt.c (instantiate_decl): Tell the repository code about the
3772         clones, not the cloned functions.
3773         * repo.c (repo_template_used): Explicitly instantiate the cloned
3774         function, not the clones.
3775
3776 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
3777
3778         * call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and
3779         ICS_BAD_FLAG on created conversion.
3780         (compare_ics): Break out rank.
3781
3782 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
3783
3784         * decl.c (xref_tag): Remove extraneous %s on dependent name
3785         lookup warning.
3786
3787 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
3788
3789         * class.c (layout_vtable_decl): Fix off by one error on
3790         build_index_type.
3791         (build_vtt): Likewise.
3792         (build_ctor_vtbl_group): Likewise.
3793
3794 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
3795
3796         * class.c (maybe_indent_hierarchy): New function.
3797         (dump_class_hierarchy_r): Add flags. Dump extra binfo
3798         information, if enabled. Use maybe_indent_hierarchy. Adjust
3799         output format.
3800         (dump_class_hierarchy): Adjust prototype. Adjust output format.
3801         (dump_array, dump_vtable, dump_vtt): New functions.
3802         (finish_struct_1): Adjust hierarchy dumping.
3803         (initialize_vtable): Call dump_vtable.
3804         (build_vtt): Call dump_vtt.
3805         (build_ctor_vtbl_group): Call dump_vtable.
3806         * decl2.c (flag_dump_class_layout): Remove.
3807         (cxx_decode_option): Remove dump translation unit
3808         and dump class hierarchy check. Call dump_switch_p.
3809         (finish_file): Adjust dumping.
3810         (dump.c): Only dump base classes if not TDF_SLIM.
3811         Only dump namespace members if not TDF_SLIM.
3812         * optimize.c (dump_function): New function.
3813         (optimize_function): Call dump_function.
3814         * semantics.c (expand_body): Use dump_enabled_p.
3815
3816 2001-06-01  Nathan Sidwell  <nathan@codesourcery.com>
3817
3818         PR g++/2936
3819         Part missed from first commit
3820         * decl2.c (finish_anon_union): Copy context.
3821
3822 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
3823
3824         PR g++/2936
3825         * optimize.c (remap_decl): Remap anonymous aggregate members too.
3826
3827 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
3828
3829         PR g++/2823
3830         * semantics.c (expand_body): Don't optimize thunks.
3831
3832 2001-05-25  Sam TH  <sam@uchicago.edu>
3833
3834         * cp-tree.h lex.h: Fix header include guards.
3835
3836 2001-05-25  Mark Mitchell <mark@codesourcery.com>
3837
3838         * decl.c (init_decl_processing): Tweak.
3839
3840 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
3841
3842         * decl.c (duplicate_decls): Tidy.
3843         (init_decl_processing): Always set flag_no_builtin.
3844
3845 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
3846
3847         PR c++/2184
3848         * decl2.c (do_local_using_decl): Push the decls, even in a
3849         template.
3850
3851 2001-05-22  Mark Mitchell  <mark@codesourcery.com>
3852
3853         * optimize.c (initialize_inlined_parameters): Don't set
3854         TREE_READONLY for a VAR_DECL taking the place of an inlined
3855         PARM_DECL.
3856
3857 2001-05-22  Jason Merrill  <jason_merrill@redhat.com>
3858
3859         * class.c, cp-tree.h, rtti.c: Remove com_interface attribute support.
3860         * tree.c (cp_valid_lang_attribute): Warn about use of com_interface
3861         attribute.
3862
3863 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
3864
3865         * parse.y: Refer to compound literals as such, not as
3866         constructor-expressions.
3867
3868 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
3869
3870         * call.c (build_op_delete_call): Ignore exception-specifications
3871         when looking for matching delete operators.
3872         * init.c (build_new_1): Compute whether or not the allocation
3873         function used is a placement allocation function or not, and
3874         communicate this information to build_op_delete_call.
3875
3876 2001-05-21  Jason Merrill  <jason_merrill@redhat.com>
3877
3878         * class.c (build_vtable_entry_ref): Lose vtbl parm.  Fix for new abi.
3879         (build_vtbl_ref): Adjust.
3880         (dfs_accumulate_vtbl_inits): Set TREE_CONSTANT on the vtable address.
3881         * decl2.c (lang_f_options): Remove huge-objects, vtable-thunks.
3882         Re-add vtable-gc.
3883         (unsupported_options): Correspondingly.
3884
3885         * decl2.c (maybe_make_one_only): Check flag_weak, not
3886         supports_one_only().
3887
3888         * cp-tree.def (START_CATCH_STMT): Lose.
3889         * dump.c (cp_dump_tree): Don't dump it.  Do dump HANDLER_PARMS.
3890         * tree.c (cp_statement_code_p): Don't case it.
3891         * semantics.c (cp_expand_stmt): Likewise.
3892         * cp-tree.h (START_CATCH_TYPE): Lose.
3893         (HANDLER_TYPE): New.
3894         * except.c (expand_start_catch_block): Don't start any blocks.
3895         Return the type.
3896         (expand_end_catch_block): Don't end any blocks.
3897         * parse.y (handler): Don't pass anything from finish_handler_parms
3898         to finish_handler.
3899         * pt.c (tsubst_expr): Likewise.
3900         * semantics.c (begin_handler): Call note_level_for_catch here.
3901         (finish_handler_parms): Don't return anything.
3902         (genrtl_catch_block, begin_catch_block): Lose.
3903         (genrtl_handler): Call expand_start_catch here.
3904
3905 2001-05-18  Jason Merrill  <jason_merrill@redhat.com>
3906
3907         * class.c (build_vtable): Set DECL_ASSEMBLER_NAME for vtables here.
3908         (get_vtable_decl, build_vtt): Not here.
3909
3910 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
3911
3912         PR c++/2781
3913         * optimize.c (update_cloned_parm): Copy addressability and other
3914         flags.
3915
3916 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3917
3918         * pt.c (determine_specialization): Ignore artificial functions.
3919
3920 2001-05-20  Neil Booth  <neil@daikokuya.demon.co.uk>
3921
3922         * cp-tree.h (struct lang_identifier, C_RID_YYCODE): Update.
3923         (C_RID_CODE): Remove.
3924         * lex.c (cxx_init_options): Call set_identifier_size.  Update.
3925         (init_parse): Don't do it here.
3926
3927 2001-05-18  Diego Novillo  <dnovillo@redhat.com>
3928
3929         * decl2.c (finish_objects): Use the original SYMBOL_REF from the
3930         function declaration to avoid stripping the symbol's attributes.
3931
3932 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
3933
3934         * decl.c (pushdecl): Adjust error string.
3935         (xref_tag): Adjust friend class injection warning. Remove the
3936         inherited name from the class shadowed scope.
3937
3938 2001-05-17  Mark Mitchell  <mark@codesourcery.com>
3939
3940         * except.c (cp_protect_cleanup_actions): New function.
3941         (init_exception_processing): Don't set protect_cleanup_actions
3942         here.  Do set lang_protect_cleanup_actions.
3943
3944 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
3945
3946         * spew.c (read_token): Call yyerror on all unexpected tokens.
3947
3948 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
3949
3950         * init.c (member_init_ok_or_else): Take a tree rather than
3951         string for name.
3952         (expand_member_init): Adjust.
3953
3954 2001-05-14  Nick Clifton  <nickc@cambridge.redhat.com>
3955
3956         * decl.c (duplicate_decls): Suppress warning about duplicate
3957         decls if the first decl is a friend.
3958
3959 2001-05-12  Zack Weinberg  <zackw@stanford.edu>
3960
3961         * except.c (choose_personality_routine): Export.  Add
3962         explanatory comment.  Take an enum languages, not a boolean.
3963         (initialize_handler_parm): Adjust to match.
3964         * cp-tree.h: Prototype choose_personality_routine.
3965         * lex.c (handle_pragma_java_exceptions): New function.
3966         (init_cp_pragma): Register #pragma GCC java_exceptions.
3967
3968 2001-05-12  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
3969
3970         * method.c (build_mangled_C99_name): Remove unused prototype.
3971
3972 2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
3973
3974         * cp-tree.h (ptrmemfunc_vbit_where_t): Declare type.
3975         * typeck.c (get_member_function_from_ptrfunc,
3976         build_ptrmemfunc, expand_ptrmemfunc_cst): Take
3977         TARGET_PTRMEMFUNC_VBIT_LOCATION into account.
3978
3979         Reverted Geoff Keating's 2001-05-03's patch.
3980
3981 2001-05-11  Ira Ruben   <ira@apple.com>
3982
3983         * cp/cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.
3984
3985 2001-05-11  Neil Booth  <neil@daikokuya.demon.co.uk>
3986
3987         * cp-tree.h (finish_label_expr, lookup_label): Delete.
3988         * parse.y: Update for '&&'; don't issue warning here.
3989         * semantics.c (finish_label_expr): Delete.
3990
3991 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
3992
3993         * splay-tree.h (splay_tree_max): New function.
3994         (splay_tree_min): Likewise.
3995
3996 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
3997
3998         * cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.
3999         (pfn_vflag_identifier): Define.
4000         Update comment about layout of pointer functions.
4001         (build_ptrmemfunc1): Update prototype.
4002         (expand_ptrmemfunc_cst): Update prototype.
4003         * decl.c (initialize_predefined_identifiers): Initialize
4004         pfn_vflag_identifier.
4005         (build_ptrmemfunc_type): When FUNCTION_BOUNDARY < 16, add
4006         an extra field to the type.
4007         * expr.c (cplus_expand_constant): Pass 'flag' between
4008         expand_ptrmemfunc_cst and build_ptrmemfunc1.
4009         * typeck.c (get_member_function_from_ptrfunc): When
4010         FUNCTION_BOUNDARY < 16, look at additional field to determine
4011         if a pointer-to-member is a real pointer or a vtable offset.
4012         (build_ptrmemfunc1): Add new parameter to contain extra field.
4013         (build_ptrmemfunc): Pass the extra field around.
4014         (expand_ptrmemfunc_cst): Add new parameter to return extra field.
4015         (pfn_from_ptrmemfunc): Ignore the extra field.
4016
4017 2001-05-03  Mark Mitchell  <mark@codesourcery.com>
4018
4019         * cp-tree.h (flag_inline_trees): Update documentation.
4020         * decl.c (init_decl_processing): Adjust handling of
4021         flag_inline_functions and flag_inline_trees to support -O3.
4022         (grokfndecl): Set DECL_INLINE on all functions if that's what
4023         the user requested.
4024         (save_function_data): Clear DECL_INLINE in
4025         current_function_cannot_inline is non-NULL.
4026         * decl2.c (flag_inline_trees): Update documentation.
4027
4028 2001-05-03  Nathan Sidwell  <nathan@codesourcery.com>
4029
4030         * dump.c (cp_dump_tree, USING_STMT case): New case.
4031         * tree.c (cp_statement_code_p): Add USING_STMT.
4032         * decl2.c (do_using_directive): Add the using directive statement.
4033
4034         * tree.c (walk_tree): Reformat an if block.
4035
4036 2001-05-02  Mark Mitchell  <mark@codesourcery.com>
4037
4038         * decl.c (compute_array_index_type): Don't try to do anything with
4039         the indices when processing a template.
4040
4041 2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4042
4043         * call.c: NULL_PTR -> NULL.
4044         * class.c: Likewise.
4045         * cvt.c: Likewise.
4046         * decl.c: Likewise.
4047         * decl2.c: Likewise.
4048         * except.c: Likewise.
4049         * init.c: Likewise.
4050         * rtti.c: Likewise.
4051         * search.c: Likewise.
4052         * tree.c: Likewise.
4053         * typeck.c: Likewise.
4054         * typeck2.c: Likewise.
4055
4056 2001-05-02  Mark Mitchell  <mark@codesourcery.com>
4057
4058         * decl2.c (do_using_directive): Revert previous patch.
4059
4060 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
4061
4062         * cp-tree.def (USING_STMT): New statement node.
4063         * cp-tree.h (USING_STMT_NAMESPACE): New macro.
4064         * decl2.c (do_using_directive): Add USING_STMT to statement
4065         tree. Don't emit errors when processing template decl.
4066         * pt.c (tsubst_expr, USING_STMT case): New case.
4067         * semantics.c (cp_expand_stmt, USING_STMT case): New case.
4068
4069 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
4070
4071         * call.c (build_new_op): Convert args from reference here.
4072         (build_conditional_expr): Don't convert here.
4073
4074 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
4075
4076         * spew.c (last_token_id): New static variable.
4077         (read_token): Set it here.
4078         (yyerror): Use it here.
4079
4080 2001-04-30  Richard Henderson  <rth@redhat.com>
4081
4082         * cvt.c: Downcase C_PROMOTING_INTEGER_TYPE_P invocations.
4083         * decl.c: Likewise.
4084
4085 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
4086
4087         * gxxint.texi: Remove.
4088         * Make-lang.in: Remove all traces of gxxint.texi.
4089
4090 Mon Apr 30 16:14:10 2001  Mark P Mitchell  <mark@codesourcery.com>
4091
4092         * decl2.c (start_static_initialization_or_destruction): Correct
4093         logic to handle the -fno-use-cxa-atexit case.
4094
4095 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
4096
4097         * optimize.c (update_cloned_parm): New function.
4098         (maybe_clone_body): Use it.  Update the `this' parameter too.
4099
4100 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
4101
4102         * decl2.c (unsupported_options): Add new-abi.
4103         * lang-options.h: Remove no longer supported options.
4104
4105 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4106
4107         * except.c (can_convert_eh): Don't check template parms,
4108         typename types etc.
4109
4110 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4111
4112         * optimize.c (maybe_clone_body): Copy parameter names and locations.
4113
4114 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
4115
4116         * cp-tree.h (adjust_clone_args): Prototype new function.
4117         * class.c (adjust_clone_args): New function.
4118         * decl.c (start_function): Call it for in charge ctors.
4119
4120 2001-04-26  Mark Mitchell  <mark@codesourcery.com>
4121
4122         * method.c (use_thunk): Make sure that thunks really are emitted
4123         when requested.
4124
4125 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
4126
4127         * mangle.c (write_chars): New macro.
4128         (hwint_to_ascii): New function
4129         (write_number): Use it.
4130         (write_integer_cst): Deal with really big numbers.
4131
4132 2001-04-25  Mark Mitchell  <mark@codesourcery.com>
4133
4134         * optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting
4135         the clone.
4136
4137 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
4138
4139         * decl.c (grokdeclarator): Set context of namespace scope
4140         TYPE_DECLS.
4141
4142 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
4143
4144         * cp/optimize.c: Include hashtab.h.
4145         (struct inline_data): Add tree_pruner.
4146         (expand_call_inline, expand_calls_inline): Use it when calling
4147         walk_tree.
4148         (optimize_function): Initialize and free tree_pruner.
4149
4150 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
4151
4152         Lazy __FUNCTION__ generation.
4153         * cp-tree.def (FUNCTION_NAME): Remove.
4154         * cp-tree.h (function_name_declared_p): Remove.
4155         (cp_fname_init): Prototype.
4156         * decl.c (init_decl_processing): Don't generate __FUNCTION__ et al ids,
4157         don't call declare_function_name. Call start_fname_decls.
4158         (cp_make_fname_decl): Adjust parameters. Generate the name. Don't
4159         clobber the line number.
4160         (cp_fname_init): New function.
4161         (start_function): Call start_fname_decls.
4162         (finish_function): Call finish_fname_decls.
4163         * lex.c (reswords): Add slots for __FUNCTION__ et al.
4164         (rid_to_yy): Add mappings for __FUNCTION__ et al.
4165         * optimize.c (maybe_clone_body): Remove function_name_declared_p.
4166         * parse.y (VAR_FUNC_NAME): New token.
4167         (primary): Add VAR_FUNC_NAME.
4168         * pt.c (tsubst_decl): Adjust a DECL_PRETTY_FUNCTION_P's
4169         generation.
4170         (tsubst, FUNCTION_NAME case): Remove.
4171         (tsubst_copy, FUNCTION_NAME case): Remove.
4172         (tsubst_expr, DECL_STMT case): Be careful with a
4173         DECL_PRETTY_FUNCTION_P.
4174         (instantiate_decl): Remove function_name_declared_p.
4175         * semantics.c (begin_compound_statement): Don't call
4176         declare_function_name here.
4177         (setup_vtbl_ptr). Don't save & restore function_name_declared_p.
4178         (finish_translation_unit): Call finish_fname_decls.
4179         (expand_body): Remove function_name_declared_p.
4180         * typeck2.c (digest_init): Allow any ERROR_MARK.
4181
4182 2001-04-24  Nathan Sidwell  <nathan@codesourcery.com>
4183
4184         * pt.c (tsubst_decl): Use VOID_TYPE_P.
4185         * semantics.c: Fix some typos.
4186
4187 2001-04-23  Phil Edwards  <pme@sources.redhat.com>
4188
4189         * cp/decl2.c (flag_honor_std):  Always initialize to 1.
4190
4191 2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4192
4193         * xref.c (GNU_xref_file): Use concat in lieu of xmalloc/sprintf.
4194
4195 2001-04-23  Jason Merrill  <jason_merrill@redhat.com>
4196
4197         * except.c (build_throw): Wrap the initialization of the exception
4198         object in a MUST_NOT_THROW_EXPR.
4199         (do_free_exception): #if 0.
4200
4201 2001-04-20  Mark Mitchell  <mark@codesourcery.com>
4202
4203         * cp-tree.h (finish_enum): Change prototype.
4204         * decl.c (finish_enum): Reorganize.
4205         * parse.y (structsp): Adjust calls to finish_enum.
4206
4207 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4208
4209         * tree.c (cp_tree_equal): Adjust final switch formatting. Add
4210         't' case.
4211
4212 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
4213
4214         * class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED.
4215         (layout_empty_base): Return at end flag.
4216         (build_base_field): Likewise.
4217         (build_base_fields): Likewise.
4218         (layout_virtual_bases): Don't add 1 to eoc value.
4219         (end_of_class): Use full size for empty bases.
4220         (layout_class_type): Clear CLASSNEARLY_EMPTY_P if we appended
4221         empty bases. Don't add 1 to eoc value. Only add trailing padding
4222         if we're an empty class with no empty bases.
4223         (dump_class_hierarchy): Dump size and alignment.
4224
4225 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4226
4227         * call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG and
4228         ICS_BAD_FLAG.
4229
4230 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
4231
4232         * search.c (lookup_field_r): If looking for type and non-TYPE_DECL
4233         is found, look first if name does not match the structure name.
4234
4235 2001-04-19  Mark Mitchell  <mark@codesourcery.com>
4236
4237         * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is
4238         set.
4239         (SET_DECL_LANGUAGE): New macro.
4240         * decl.c (duplicate_decls): Use SET_DECL_LANGUAGE.
4241         (pushdecl): Likewise.
4242         (build_library_fn_1): Likewise.
4243         (build_cp_library_fn): Likewise.
4244         (grokfndecl): Likewise.
4245         (grokvardecl): Mark `extern "C"' variables as having C linkage.
4246         * decl2.c (grokclassfn): Use SET_DECL_LANGUAGE.
4247         * lex.c (retrofit_lang_decl): Likewise.
4248         * mangle.c (mangle_decl_string): Don't mangle the names of
4249         variables declared with C language linkage.
4250         * semantics.c (finish_member_declaration): Use SET_DECL_LANGUAGE.
4251
4252 2001-04-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
4253
4254         * semantics.c (simplify_aggr_init_exprs_r): Don't restore
4255         flag_access_control from uninitialized storage.
4256
4257 2001-04-15  Mark Mitchell  <mark@codesourcery.com>
4258
4259         * cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.
4260         * mangle.c (write_pointer_to_member_type): Fix mangling of
4261         pointers to cv-qualified member function types.
4262
4263         * init.c (build_delete): Create a SAVE_EXPR for the address if
4264         we're going to use it more than once.
4265
4266 2001-04-13  Mark Mitchell  <mark@codesourcery.com>
4267
4268         * cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.
4269         (expand_ptremfunc_cst): Change prototype.
4270         (delta2_from_ptrmemfunc): Remove.
4271         * expr.c (cplus_expand_constant): Adjust call to
4272         expand_ptrmemfunc_cst.
4273         * typeck.c (build_ptrmemfunc1): Simplify.
4274         (build_ptrmemfunc): Make sure that casting a PTRMEM_CST still
4275         results in a constant.
4276         (expand_ptrmemfunc_cst): Remove idx and delta2 parameters.
4277         (delta2_from_ptrmemfunc): Remove.
4278         (pfn_from_ptrmemfunc): Adjust call to expand_ptrmemfunc_cst.
4279
4280 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
4281
4282         * cp-tree.h (decl_namespace_list): New macro.
4283         (struct saved_scope): Add decl_ns_list.
4284         * decl.c (mark_saved_scope): Mark it.
4285         * decl2.c: Lose static decl_namespace_list.
4286         (init_decl2): Don't save it.
4287
4288 2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4289
4290         * cp-tree.h (warn_return_type, yylex): Delete redundant
4291         declarations.
4292
4293         * decl.c (current_class_depth, global_namespace): Likewise.
4294
4295         * decl2.c (current_class_depth, flag_gnu_xref): Likewise
4296
4297         * repo.c (flag_use_repository): Likewise.
4298
4299 2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4300
4301         * cp-tree.h (pedantic, convert, global_bindings_p, insert_block,
4302         set_block, pushdecl, getdecls, gettags, init_decl_processing,
4303         maybe_build_cleanup, copy_lang_decl, prep_stmt, lvalue_p,
4304         lvalue_or_else, print_lang_statistics, comp_target_types,
4305         unsigned_type, signed_type, signed_or_unsigned_type,
4306         build_function_call, mark_addressable, incomplete_type_error):
4307         Delete redundant declarations.
4308
4309 2001-04-11  Jason Merrill  <jason_merrill@redhat.com>
4310
4311         * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.
4312         (TYPE_ANONYMOUS_P): New macro.
4313         (TAGGED_TYPE_P): New macro.
4314         * decl.c (check_tag_decl): Use TYPE_ANONYMOUS_P.
4315         (grokfndecl, grokvardecl, grokdeclarator): Likewise.
4316         * tree.c (no_linkage_helper): Likewise.
4317         * semantics.c (begin_class_definition): Likewise.
4318         * pt.c (convert_template_argument): Likewise.
4319         * lex.c (check_for_missing_semicolon): Likewise.
4320
4321 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
4322
4323         * class.c (dfs_unshared_virtual_bases): New function.
4324         (mark_primary_bases): Call it.
4325         (check_bases): Ignore virtual bases when determining
4326         nearly-emptiness.
4327
4328 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
4329
4330         * method.c (make_thunk): Clear DECL_CLONED_FUNCTION.
4331
4332 2001-04-11  Mark Mitchell  <mark@codesourcery.com>
4333
4334         * optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the
4335         cloned function to the clone.
4336
4337 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4338
4339         * Make-lang.in (cp/semantics.o): Depend on $(EXPR_H).
4340
4341         * semantics.c: Include expr.h.
4342
4343 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
4344
4345         * method.c (implicitly_declare_fn): Commonize code for copy ctor
4346         and assignment op. Set TREE_USED for parameter.
4347
4348 2001-04-10  Mark Mitchell  <mark@codesourcery.com>
4349
4350         * class.c (find_final_overrider_data): Add `candidates'.
4351         (dfs_find_final_overrider): Don't issue error messages
4352         prematurely.
4353         (find_final_overrider): Issue error messages here.
4354         (build_base_field): Don't warn about amgibuous direct bases here.
4355         (warn_about_ambiguous_direct_bases): New function.
4356         (layout_class_type): Use it.
4357
4358 2001-04-10  Richard Henderson  <rth@redhat.com>
4359
4360         * typeck.c (build_array_ref): Push the array reference inside
4361         COMPOUND_EXPR and COND_EXPR.
4362
4363 2001-04-05  Mark Mitchell  <mark@codesourcery.com>
4364
4365         * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.
4366         * decl.c (duplicate_decls): Adjust accordingly.
4367         (maybe_commonize_var): Likewise.
4368         (grokfndecl): Likewise.
4369         (start_function): Likewise.
4370         (start_method): Likewise.
4371         * decl2.c (key_method): Likewise.
4372         (import_export_decl): Likewise.
4373         * method.c (implicitly_declare_fn): Likewise.
4374         * optimize.c (maybe_clone_body): Likewise.
4375
4376 2001-04-05  Benjamin Kosnik  <bkoz@redhat.com>
4377
4378         * lang-specs.h: Add __DEPRECATED.
4379
4380 Thu Apr  5 16:54:29 2001  J"orn Rennecke <amylaar@redhat.com>
4381
4382         * search.c (get_dynamic_cast_base_type): When building a new
4383         constant, set its type to ssizetype.
4384
4385 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
4386
4387         * optimize.c (expand_call_inline): Only add newly inlined statements
4388         into inlined_stmts.
4389
4390 2001-04-03  Mark Mitchell  <mark@codesourcery.com>
4391
4392         * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
4393         (OPERATOR_FORMAT): Likewise.
4394         (OPERATOR_TYPENAME_FORMAT): Likewise.
4395         * operators.def: Remove old name-mangling information.
4396         * decl.c (grok_op_properties): Adjust accordingly.
4397         * lex.c (init_operators): Likewise.
4398         * rtti.c (get_tinfo_decl): Issue error messages about types that
4399         have variable size.
4400
4401 2001-04-03  Mark Mitchell  <mark@codesourcery.com>
4402
4403         * decl2.c (import_export_decl): Don't call import_export_class
4404         when processing an inline member function.
4405         * semantics.c (expand_body): Call import_export_decl before
4406         emitting inline functions.
4407
4408 2001-03-28  Richard Henderson  <rth@redhat.com>
4409
4410         IA-64 ABI Exception Handling:
4411         * cp-tree.def (EH_SPEC_BLOCK): New.
4412         (MUST_NOT_THROW_EXPR): New.
4413         * cp-tree.h: Update changed function declarations.
4414         (CPTI_PUSH_EXCEPTION_IDENTIFIER): Remove.
4415         (CPTI_CALL_UNEXPECTED): New.
4416         (struct cp_language_function): Rename x_eh_spec_try_block
4417         to x_eh_spec_block.
4418         (EH_SPEC_STMTS, EH_SPEC_RAISES): New.
4419         * decl.c (current_binding_level): If no current function
4420         bindings, revert to scope_chain.
4421         (initialize_predefined_identifiers): Remove __cp_push_exception.
4422         (store_parm_decls): Use begin_eh_spec_block.
4423         (finish_function): Use finish_eh_spec_block.
4424         (mark_lang_function): Update for name changes.
4425         * decl2.c (finish_file): No mark_all_runtime_matches.
4426         * dump.c (cp_dump_tree): Handle new tree codes.
4427         * error.c (dump_expr) [BIND_EXPR]: Fix typo.
4428         * except.c (catch_language_init, catch_language): Remove.
4429         (init_exception_processing): Don't set language code.
4430         Initialize call_unexpected_node, protect_cleanup_actions,
4431         eh_personality_libfunc, lang_eh_runtime_type.
4432         (call_eh_info, push_eh_info, get_eh_info, get_eh_value): Remove.
4433         (get_eh_type, get_eh_caught, get_eh_handlers): Remove.
4434         (prepare_eh_type): Split out type canonicalizations ...
4435         (build_eh_type_type): ... from here.
4436         (build_eh_type_type_ref): Remove.
4437         (mark_all_runtime_matches): Remove.
4438         (build_exc_ptr): New.
4439         (do_begin_catch, do_end_catch): New.
4440         (do_pop_exception): Remove.
4441         (build_terminate_handler): Remove.
4442         (choose_personality_routine): Split out language choice from ...
4443         (initialize_handler_parm): ... here.
4444         Use MUST_NOT_THROW_EXPR.
4445         (expand_start_catch_block): Use do_begin_catch.  Simplify Java
4446         exception object handling.
4447         (expand_start_eh_spec, expand_end_eh_spec): Remove.
4448         (expand_exception_blocks, alloc_eh_object): Remove.
4449         (begin_eh_spec_block, finish_eh_spec_block): New.
4450         (do_allocate_exception, do_free_exception): New.
4451         (expand_throw): Merge into ...
4452         (build_throw): ... here.  Update for abi.
4453         * expr.c (cplus_expand_expr): No expand_internal_throw.
4454         Handle MUST_NOT_THROW_EXPR.
4455         * pt.c (tsubst_expr): Handle EH_SPEC_BLOCK.
4456         * semantics.c (*) Update for except.h name changes.
4457         (genrtl_try_block): No protect_with_terminate.
4458         (genrtl_eh_spec_block): New.
4459         (genrtl_handler): Don't emit the goto here.
4460         (cp_expand_stmt): Handle EH_SPEC_BLOCK.
4461         (genrtl_finish_function): Don't expand_exception_blocks.
4462         * tree.c (cp_statement_code_p): Handle EH_SPEC_BLOCK.
4463
4464 2001-03-28  Richard Henderson  <rth@redhat.com>
4465
4466         * decl.c (struct named_label_list): Rename eh_region to
4467         in_try_scope, add in_catch_scope.
4468         (struct binding_level): Rename eh_region to is_try_scope,
4469         add is_catch_scope.
4470         (note_level_for_try): Rename from note_level_for_eh.
4471         (note_level_for_catch): New.
4472         (poplevel): Copy both is_try_scope and is_catch_scope to
4473         the named_label_list struct.
4474         (check_previous_goto_1): Don't check for catch block via
4475         DECL_ARTIFICIAL; use in_try_scope instead.
4476         (check_goto): Likewise.
4477         * cp-tree.h (note_level_for_try, note_level_for_catch): Declare.
4478         * except.c (expand_start_catch_block): Call note_level_for_catch.
4479         * semantics.c (begin_compound_stmt): Update for note_level_for_try.
4480
4481 2001-03-27  Richard Henderson  <rth@redhat.com>
4482
4483         * except.c: Use USING_SJLJ_EXCEPTIONS instead of
4484         exceptions_via_longjmp.
4485
4486 2001-03-27  Phil Edwards  <pme@sources.redhat.com>
4487
4488         * pt.c (check_default_tmpl_args):  Make error messages clearer.
4489
4490 2001-03-26  Phil Edwards  <pme@sources.redhat.com>
4491
4492         * error.c:  Also undefine 'A' macro used for cp_printers definition.
4493
4494 2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4495
4496         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
4497
4498 2001-03-26  Mike Yang <yang@research.att.com>
4499             Mark Mitchell  <mark@codesourcery.com>
4500
4501         * dump.c (dump_access): New function.
4502         (cp_dump_tree): Use it.  Dump basetype information for class
4503         types.
4504
4505 2001-03-26  Mark Mitchell  <mark@codesourcery.com>
4506
4507         * Makefile.in (optimize.o): Depend on params.h.
4508         (duplicate_decls): Copy DECL_NUM_STMTS, not DECL_FRAME_SIZE.
4509         (init_decl_processing): Set flag_no_inline when doing
4510         inlining-on-trees.
4511         * optimize.c: Include params.h.
4512         (struct inline_data): Improve documentation of FNS.  Add
4513         FIRST_INLINED_FN, INLINED_STMTS, and CLONING_P.
4514         (INSNS_PER_STMT): New macro.
4515         (remap_block): Use CLONING_P.
4516         (inlinable_function_p): Don't inline big functions.
4517         (expand_call_inline): Keep track of how much inlining we've done.
4518         (optimize_function): Set FIRST_INLINED_FN.
4519         (maybe_clone_body): Set CLONING_P.
4520         * semantics.c (simplify_aggr_init_exprs_r): Fix typing problems in
4521         tree nodes.
4522         (genrtl_finish_function): Clear DECL_DEFER_OUTPUT before calling
4523         rest_of_compilation.  Clear DECL_RTL for local variables
4524         afterwards.
4525         (clear_decl_rtl): New function.
4526
4527 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
4528
4529         Implement DR 209
4530         * cp-tree.h (skip_type_access_control,
4531         reset_type_access_control): Prototype.
4532         * decl.c (grokdeclarator): Access of friends is not checked.
4533         * parse.y (component_decl_list): Reset type access control.
4534         * semantics.c (decl_type_access_control): Clear
4535         current_type_lookups.
4536         (save_type_access_control): Don't save if not deferring.
4537         (skip_type_access_control, reset_type_access_control): New
4538         functions.
4539         (begin_class_definition): Do type access control for basetypes.
4540         Start deferred access control.
4541         (finish_class_definition): Resume immediate access control if
4542         this is a local class.
4543
4544 2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4545
4546         * class.c (add_method): Use memcpy/memmove, not bcopy.
4547
4548         * decl.c (duplicate_decls): Likewise.
4549
4550 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
4551
4552         * mangle.c (write_discriminator): Use `_0' for discriminator 1,
4553         not `_'.
4554
4555 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
4556
4557         * decl.c (local_names): Define.
4558         (push_local_name): New.
4559         (grok_reference_init): Return init if initializing static reference
4560         variable with non-constant instead of emitting it.
4561         Move expand_static_init call to cp_finish_decl.
4562         (layout_var_decl): Call push_local_name.
4563         (maybe_commonize_var): Allow inlining functions even if they have
4564         static local variables, use comdat_linkage for them if flag_weak.
4565         (check_initializer): Call obscure_complex_init if
4566         grok_reference_init returned non-zero.
4567         (save_function_data): Clear x_local_names.
4568         (pop_cp_function_context): Free x_local_names.
4569         (mark_inlined_fns): Remove.
4570         (mark_lang_function): Mark x_local_names.
4571         (lang_mark_tree): Don't mark DECL_ACCESS for DECL_DISCRIMINATOR_P.
4572         Mark inlined_fns as tree, remove call to mark_inlined_fns.
4573         * class.c (alter_access): Ensure DECL_ACCESS is never set if
4574         DECL_DISCRIMINATOR_P.
4575         * cp-tree.h (cp_language_function): Add x_local_names.
4576         (lang_decl_flags): Add discriminator into u2.
4577         (lang_decl_inlined_fns): Remove.
4578         (lang_decl): inlined_fns is now a TREE_VEC.
4579         (DECL_DISCRIMINATOR_P, DECL_DISCRIMINATOR): Define.
4580         * optimize.c (inlinable_function_p): DECL_INLINED_FNS is now a
4581         TREE_VEC, not a custom structure.
4582         (optimize_function): Likewise.
4583         * mangle.c (discriminator_for_local_entity): Discriminate among
4584         VAR_DECL local entities.
4585         * search.c (dfs_access_in_type): If DECL_DISCRIMINATOR_P, DECL_ACCESS
4586         is not valid.
4587
4588 2001-03-22  Bryce McKinlay  <bryce@albatross.co.nz>
4589
4590         Add support for Java interface method calls.
4591         * cp-tree.h (struct lang_type): Add java_interface flag.
4592         (TYPE_JAVA_INTERFACE): New macro.
4593         * tree.c (cp_valid_lang_attribute): Handle "java_interface" attribute
4594         by setting TYPE_JAVA_INTERFACE.
4595         * call.c (java_iface_lookup_fn): New static.
4596         (build_over_call): If calling a method declared in a
4597         TYPE_JAVA_INTERFACE, call build_java_interface_fn_ref to generate the
4598         expression which resolves the function address.
4599         (build_java_interface_fn_ref): New function.
4600
4601 2001-03-22  Richard Henderson  <rth@redhat.com>
4602
4603         * Make-lang.in (cp/except.o): Don't depend on insn-flags.h.
4604         * except.c: Don't include it.
4605
4606 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
4607             based on an idea from Joe Buck <jbuck@synopsys.com>
4608
4609         * parse.y (bad_decl, template_arg_list_ignore, arg_list_ignore):
4610         New nonterminals.
4611         (data_def, component_decl): Add reductions to bad_decl.
4612
4613 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
4614
4615         * method.c (do_build_assign_ref): Don't use build_modify_expr for
4616         anonymous aggregates, since they don't have assignment operator
4617         method.
4618         * decl.c (fixup_anonymous_aggr): Disallow ctors, dtors and copy
4619         assignment operators for anonymous structure fields.
4620
4621 2001-03-21  Jason Merrill  <jason@redhat.com>
4622
4623         * pt.c (instantiate_decl): Abort if we see a member constant
4624         instantiation that doesn't already have its initializer.
4625         Downgrade explicit instantiation without definition to pedwarn.
4626
4627         * cp-tree.h (DECL_TINFO_FN_P, SET_DECL_TINFO_FN_P): Remove.
4628         * class.c (build_vtable_entry): Don't check DECL_TINFO_FN_P.
4629         (import_export_decl): Check tinfo_decl_p, not DECL_TINFO_FN_P.
4630
4631         * cp-tree.h (CLASSTYPE_VTABLE_NEEDS_WRITING): Remove.
4632         (pending_vtables): Remove.
4633         * decl2.c (pending_vtables): Remove.
4634         (import_export_vtable): Use CLASSTYPE_INTERFACE_ONLY, not
4635         CLASSTYPE_VTABLE_NEEDS_WRITING.
4636         (import_export_class): Likewise.
4637         (init_decl2): Don't mark pending_vtables.
4638         * lex.c (handle_pragma_vtable): Just sorry.
4639         * pt.c (instantiate_class_template): Don't mess with
4640         CLASSTYPE_VTABLE_NEEDS_WRITING.
4641         (mark_class_instantiated): Likewise.
4642         * ptree.c (print_lang_type): Don't print it.
4643         * semantics.c (begin_class_definition): Don't set it.
4644
4645         * pt.c (template_tail): Replace with last_pending_template.
4646         (maybe_templates, maybe_template_tail): Remove.
4647         (add_pending_template): Adjust.
4648         (instantiate_pending_templates): Adjust.
4649
4650         * cp-tree.h (struct saved_scope): Remove lang_stack field.
4651         (current_lang_stack): Remove.
4652         * decl.c (maybe_push_to_top_level): Don't initialize it.
4653         (duplicate_decls): Use current_lang_depth.
4654         (xref_basetypes): Likewise.
4655         * class.c (current_lang_depth): New fn.
4656         (push_lang_context): Use more varray functionality.
4657         (pop_lang_context): Likewise.
4658
4659         * error.c (GLOBAL_THING): Always use '__'.
4660
4661 2001-03-21  Mark Mitchell  <mark@codesourcery.com>
4662
4663         * class.c (build_clone): Clear DECL_ASSEMBLER_NAME.
4664
4665         * mangle.c (mangle_decl_string): Mangle the names of overloaded
4666         operators, even when they have `extern "C"' linkage.
4667
4668 2001-03-19  Mark Mitchell  <mark@codesourcery.com>
4669
4670         * class.c (get_vtable_decl): Use SET_DECL_ASSEMBLER_NAME,
4671         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
4672         where it's not necessary.
4673         (add_method): Remove optimization involving comparison of
4674         DECL_ASSEMBLER_NAME.
4675         (build_vtbl_or_vbase_field): Use SET_DECL_ASSEMBLER_NAME,
4676         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
4677         where it's not necessary.
4678         (check_methods): Likewise.
4679         (build_clone): Likewise.
4680         (built_vtt): Likewise.
4681         * cp-tree.h (DECL_NEEDED_P): Likewise.
4682         * decl.c (pushtag): Likewise.
4683         (duplicate_decls): Likewise.
4684         (pushdecl): Likewise.
4685         (builtin_function): Likewise.
4686         (build_library_fn_1): Set DECL_LANGUAGE for library functions.
4687         (build_cp_library_fn): Likewise.
4688         (maybe_commonize_var): Use SET_DECL_ASSEMBLER_NAME,
4689         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
4690         where it's not necessary.
4691         (make_rtl_for_nonlocal_decl): Likewise.
4692         (cp_finish_decl): Likewise.
4693         (grokfndecl): Likewise.
4694         (grokvardecl): Likewise.
4695         (grokdeclarator): Likewise.
4696         (start_function): Likewise.
4697         (cp_missing_return_ok_p): Likewise.
4698         * decl2.c (grokclassfn): Likewise.
4699         (check_classfn): Likewise.
4700         (finish_static_data_member_decl): Likewise.
4701         (grokfield): Likewise.
4702         * error.c (GLOBAL_IORD_P): Remove.
4703         (dump_global_iord): Improve output.
4704         (dump_decl): Avoid using DECL_ASSEMBLER_NAME.
4705         * except.c (nothrow_libfn_p): Summarily reject any function not in
4706         namespace-scope.
4707         * init.c (build_java_class_ref): Don't explicitly set
4708         DECL_ASSEMBLER_NAME after calling mangle_decl.
4709         * mangle.c (mangle_decl_string): Handle extern "C" functions.
4710         (mangle_decl): Set the DECL_ASSEMBLER_NAME for the decl.
4711         * method.c (set_mangled_name_for_decl): Don't explicitly set
4712         DECL_ASSEMBLER_NAME after calling mangle_decl.
4713         (make_thunk): Explicitly set the DECL_ASSEMBLER_NAME and
4714         IDENTIFIER_GLOBAL_VALUE for the thunk.
4715         * pt.c (set_mangled_name_for_template_decl): Remove.
4716         (check_explicit_specialization): Don't use it.
4717         (looup_template_class): Don't set DECL_ASSEMBLER_NAME.
4718         (tsubst_friend_function): Likewise.
4719         (tsubst_decl): Likewise.
4720         (regenerate_decl_from_template): Use COPY_DECL_ASSEMBLER_NAME.
4721         * rtti.c (get_tinfo_decl): Use SET_DECL_ASSEMBLER_NAME,
4722         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
4723         where it's not necessary.
4724         (tinfo_base_init): Likewise.
4725         (create_real_tinfo_var): Likewise.
4726         * search.c (looup_field_1): Likewise.
4727         * semantics.c (finish_named_return_value): Likewise.
4728         * tree.c (init_tree): Set lang_set_decl_assembler_name.
4729
4730 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
4731
4732         Correct semantics restrictions checking in throw-expression.
4733         * except.c (is_admissible_throw_operand): New function.
4734         (build_throw): Use it.
4735
4736 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
4737
4738         * decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__
4739         and its ilk.
4740
4741 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
4742
4743         * class.c (build_clone): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
4744         * cp-tree.h (DECL_IN_MEMORY_P): Likewise.
4745         * decl.c (duplicate_decls): Likewise.
4746         (builtin_function): Likewise.
4747         (build_library_fn): Likewise.
4748         (build_cp_library_fn): Likewise.
4749         (check_initializer): Likewise.
4750         (cp_finish_decl): Likewise.
4751         * decl2.c (grokfield): Likewise.
4752         (grok_function_init): Remove #if 0'd code.
4753         (finish_anon_union): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
4754         * friend.c (do_friend): Likewise.
4755         * init.c (get_temp_regvar): Likewise.
4756         * method.c (make_thunk): Likewise.
4757         * pt.c (tsubst_friend_function): Likewise.
4758         (tsubst_decl): Likewise.
4759         (regenerate_decl_from_template): Likewise.
4760         * semantics.c (genrtl_named_return_value): Likewise.
4761         (expand_body): Likewise.
4762         (genrtl_finish_function): Likewise.
4763         * tree.c (cp_tree_equal): Likewise.
4764
4765 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
4766
4767         * call.c (convert_like_real): Add extra semantics to INNER
4768         parameter. Don't convert to temporary if a user conversion
4769         gives us an lvalue that we're about to bind to a reference.
4770         Set INNER to indicate pending reference binding on recursive
4771         calls.
4772
4773 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
4774
4775         * cp/lex.c: Delete duplicate pending_lang_change.
4776
4777 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
4778
4779         * cp/lex.c (handle_pragma_interface, handle_pragma_implementation):
4780         Similarly.
4781         * cp/repo.c (get_base_filename, open_repo_file): Similarly.
4782         * cp/cp-tree.h: Remove file_name_nondirectory prototype.
4783
4784 2001-03-09  Zack Weinberg  <zackw@stanford.edu>
4785
4786         * Make-lang.in: Add dependencies on $(TM_P_H) as appropriate.
4787
4788 2001-03-08  Stan Shebs  <shebs@apple.com>
4789
4790         * cp-tree.h (set_identifier_local_value): Remove unused decl.
4791
4792 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
4793
4794         * spew.c: Remove references to CPP_OSTRING.
4795
4796 2001-03-06  Andrew Haley  <aph@redhat.com>
4797
4798         * typeck.c (convert_arguments): Check that we have an fndecl.
4799
4800 2001-03-05  Andrew Haley  <aph@redhat.com>
4801
4802         * typeck.c (convert_arguments): Don't do ellipsis conversion for
4803         __built_in_constant_p.
4804
4805 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
4806
4807         * typeck.c (build_static_cast): Allow enum to enum conversions
4808         as per DR 128.
4809
4810 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
4811
4812         * class.c (check_field_decls): Pointers to member do not a
4813         non-pod struct make, as per DR 148.
4814
4815 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
4816
4817         * call.c (joust): cp_pedwarn when using gnu extension concerning
4818         worst conversion sequences.
4819
4820 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
4821
4822         * decl.c: Replace all uses of 'boolean' with 'bool'.
4823
4824 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
4825
4826         * lang-specs.h: Add zero initializer for cpp_spec field to
4827         all array elements that need one.  Don't put an #ifdef inside
4828         the initializer list; set a default for CPLUSPLUS_CPP_SPEC and
4829         use it.
4830
4831 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
4832
4833         Implement using decls inside template functions.
4834         * decl2.c (validate_nonmember_using_decl): Don't special case
4835         fake_std_node in the global namespace. Don't reject early when
4836         processing a template.
4837         (do_local_using_decl): Add to statement tree. Don't do further
4838         processing when building a template.
4839         * pt.c (tsubst_expr, DECL_STMT case): Deal with USING_DECLs.
4840
4841 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
4842
4843         * decl2.c (do_nonmember_using_decl): Don't complain if we find
4844         same function. Do complain about ambiguating extern "C"
4845         declarations.
4846
4847 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
4848
4849         Remove floating point and complex type template constant parms.
4850         * pt.c (convert_nontype_argument): Remove REAL_TYPE and
4851         COMPLEX_TYPE extensions.
4852         (invalid_nontype_parm_type_p): Likewise.
4853
4854 2001-02-27  Jeffrey Oldham  <oldham@codesourcery.com>
4855
4856         * except.c (call_eh_info): Revert "match_function"'s type.
4857
4858 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
4859
4860         Fix ctor vtable vcall offsets.
4861         * class.c (struct vtbl_init_data_s): Add rtti_binfo member.
4862         (build_rtt_vtbl_entries): Lose RTTI_BINFO parameter.
4863         (get_matching_base): Remove.
4864         (get_original_base): New function.
4865         (build_vtbl_initializer): Initialize vid.rtti_binfo.
4866         Use a virtual thunk for a ctor vtable with an index
4867         (add_vcall_offset_vtbl_entries_1): Check if binfo has lost a
4868         primary base within a constructor vtable. Only set
4869         BV_VCALL_INDEX when not a constructor vtable. Adjust vcall offset
4870         when primary base has been lost.
4871         * cp-tree.h (BINFO_VIRTUALS): Remove ambiguity from comment.
4872
4873 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
4874
4875         * call.c (joust): Ensure more_specialized()'s argument length
4876         parameter has correct value for constructors.
4877
4878 2001-02-26  Nathan Sidwell  <nathan@codesourcery.com>
4879
4880         * except.c (call_eh_info): Cleanup generation of cp_eh_info struct.
4881
4882         * decl.c (mark_inlined_fns): Prototype.
4883
4884 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
4885
4886         * spew.c (yylex): Correct handling of friends.
4887
4888 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
4889
4890         * mangle.c (write_encoding): Pass write_function_type the
4891         FUNCTION_DECL for the function being encoded.
4892         (write_function_type): Pass it along to write_bare_function_type.
4893         (write_bare_function_type): Pass it along to write_method_parms.
4894         (write_method_parms): Don't mangle the compiler-generated
4895         parameters to a constructor or destructor.
4896
4897 2001-02-22  Andreas Jaeger  <aj@suse.de>
4898
4899         * optimize.c: Include toplev.h for
4900         note_deferral_of_defined_inline_function prototype.
4901
4902 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
4903
4904         * cp-tree.h (struct lang_decl_inlined_fns): New.
4905         (struct lang_decls): Add inlined_fns.
4906         (DECL_INLINED_FNS): New macro.
4907         * optimize.c (struct inline_data): Add inlined_fns.
4908         (declare_return_variable): Use VARRAY_ACTIVE_SIZE macro.
4909         (inlinable_function_p): Likewise, fix typo in comment,
4910         function is not inlinable if it already inlined function currently
4911         being optimized.
4912         (expand_call_inline): Add fn to inlined_fns if necessary.
4913         (optimize_function): Initialize inlined_fns.
4914         Save inlined_fns into DECL_INLINED_FNS after expanding inlines.
4915         * decl.c (mark_inlined_fns): New function.
4916         (lang_mark_tree): Call it.
4917
4918 2001-02-21  Jason Merrill  <jason@redhat.com>
4919
4920         * cp-tree.h (struct lang_decl_flags): Remove uninlinable flag.
4921         (DECL_UNINLINABLE): Move to middle-end.
4922
4923         * class.c (clone_function_decl): Set DECL_ABSTRACT on original fn.
4924         * decl.c (duplicate_decls): Preserve DECL_ABSTRACT.
4925         * class.c (build_clone): Set DECL_ABSTRACT_ORIGIN for the clone.
4926         * optimize.c (maybe_clone_body): Set DECL_ABSTRACT_ORIGIN for the
4927         parms and outer BLOCK.  note_deferral_of_defined_inline_function.
4928
4929         * method.c (implicitly_declare_fn): Don't set DECL_ARTIFICIAL on
4930         second parm of op=.
4931
4932 2001-02-19  Mark Mitchell  <mark@codesourcery.com>
4933
4934         * decl2.c (set_decl_namespace): Allow explicit instantiations in
4935         any namespace.
4936
4937 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4938
4939         * optimize.c (expand_call_inline): Don't walk subtrees of type
4940         nodes.
4941
4942 2001-02-18  Mark Mitchell  <mark@codesourcery.com>
4943
4944         * class.c (add_vcall_offset_vtbl_entries_1): Only add one entry
4945         for a destructor.
4946
4947 2001-02-18  Jason Merrill  <jason@redhat.com>
4948
4949         Do put the VTT parameter in DECL_ARGUMENTS.
4950         * cp-tree.h (struct cp_language_function): Add x_vtt_parm.
4951         (current_vtt_parm): New macro.
4952         (struct lang_decl_flags): Add has_vtt_parm_p, remove vtt_parm.
4953         (DECL_HAS_VTT_PARM_P): New macro.
4954         (DECL_VTT_PARM): Remove.
4955         (FUNCTION_FIRST_USER_PARMTYPE, FUNCTION_FIRST_USER_PARM): New macros.
4956         * decl.c (duplicate_decls): Only copy the operator code if
4957         appropriate.
4958         (start_function): Set current_vtt_parm.
4959         (lang_mark_tree): Don't mark vtt_parm.
4960         * decl2.c (maybe_retrofit_in_chrg): Do add the VTT parm to
4961         DECL_ARGUMENTS.  Set DECL_HAS_VTT_PARM_P.
4962         * class.c (build_clone): Maybe remove the VTT parm.
4963         * optimize.c (maybe_clone_body): Set up the VTT parm.
4964         * pt.c (copy_default_args_to_explicit_spec): Preserve the VTT parm.
4965         * call.c (build_over_call): Just allow the VTT arg.
4966         * method.c (make_thunk): Don't set DECL_VTT_PARM.
4967         (do_build_copy_constructor): Use FUNCTION_FIRST_USER_PARM.
4968         (synthesize_method): Use FUNCTION_FIRST_USER_PARMTYPE.
4969         * decl.c (grokdeclarator, copy_args_p, grok_ctor_properties): Likewise.
4970         * error.c (dump_function_decl): Likewise.
4971         * call.c (build_user_type_conversion_1, convert_like_real): Abort
4972         if we try to call a constructor with in-charge or VTT parms.
4973         * method.c (skip_artificial_parms_for): New fn.
4974         * call.c (add_function_candidate, build_over_call): Call it.
4975         * call.c (build_new_method_call): Use current_vtt_parm.
4976         * init.c (expand_virtual_init): Likewise.
4977         * class.c (same_signature_p): No longer static.
4978         * cp-tree.h: Declare it.
4979         * search.c (look_for_overrides_r): Use it.
4980
4981 2001-02-17  Mark Mitchell  <mark@codesourcery.com>
4982
4983         * cp-tree.h (new_abi_rtti_p): Remove.
4984         (name_mangling_version): Likewise.
4985         (flag_do_squangling): Likewise.
4986         * class.c (build_rtti_vtbl_entries): Remove old ABI support.
4987         * decl.c (grokfndecl): Likewise.
4988         * decl2.c (name_mangling_version): Remove.
4989         (flag_do_squangling): Likewise.
4990         (lang_f_options): Remove `squangle'.
4991         (unsupported_options): Add `squangle'.
4992         (cxx_decode_option): Issue a warning about uses of
4993         -fname-mangling-version.
4994         (finish_file): Remove old ABI support.
4995         * pt.c (check_explicit_specialization): Likewise.
4996         (tsubst_decl): Likewise.
4997         * rtti.c (init_rtti_processing): Likewise.
4998         (build_headof): Likewise.
4999         (get_tinfo_decl_dynamic): Likewise.
5000         (tinfo_from_decl): Likewise.
5001         (build_dynamic_cast_1): Likewise.
5002         (synthesize_tinfo_var): Likewise.
5003         * init.c (build_new): Allow enumeration types for the array-bounds
5004         in a direct-new-declarator.
5005
5006         * semantics.c (finish_typeof): Resolve OFFSET_REFs.
5007
5008         * pt.c (check_explicit_specialization): Copy TREE_PRIVATE and
5009         TREE_PROTECTED from the template being specialized.
5010
5011 2001-02-17  Jason Merrill  <jason@redhat.com>
5012
5013         * decl2.c (build_artificial_parm): Set TREE_READONLY.
5014
5015         * decl.c (bad_specifiers): Allow throw specs on things with
5016         pointer-to-function or -member-function type.
5017         * init.c (build_default_init): Don't use a CONSTRUCTOR to initialize
5018         a pmf.
5019
5020 2001-02-17  Mark Mitchell  <mark@codesourcery.com>
5021
5022         * call.c (check_dtor_name): Handle template names correctly.
5023
5024 2001-02-16  Jason Merrill  <jason@redhat.com>
5025
5026         * cp-tree.h (DECL_USE_VTT_PARM): Remove.
5027         * decl2.c (maybe_retrofit_in_chrg): Don't create it.
5028         * optimize.c (maybe_clone_body): Don't substitute it.
5029         * call.c (build_new_method_call): Check in_chrg instead.
5030         * init.c (expand_virtual_init): Likewise.
5031
5032 2001-02-16  Gabriel Dos Reis  <gdr@codesourcery.com>
5033
5034         * decl.c (check_tag_decl): Make sure a typedef for an anonymous
5035         class-type introduces at least a type-name.
5036
5037 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
5038
5039         * call.c (convert_like_real): Create a temporary for non-lvalue.
5040
5041 2001-02-16  Jeffrey Oldham  <oldham@codesourcery.com>
5042
5043         * cp-tree.h: Fix typos in comments.
5044
5045 2001-02-16  Jason Merrill  <jason@redhat.com>
5046
5047         * optimize.c (remap_block): If we're compiling a clone, pass the
5048         new block to insert_block.
5049
5050 2001-02-16  Mark Mitchell  <mark@codesourcery.com>
5051
5052         * semantics.c (finish_asm_stmt): Robustify.
5053
5054 2001-02-15  Mark Mitchell  <mark@codesourcery.com>
5055
5056         * pt.c (push_template_decl_real): Don't remangle the name of a
5057         class template.
5058
5059 2001-02-15  Jim Meyering  <meyering@lucent.com>
5060
5061         * Make-lang.in (c++.install-common): Depend on installdirs.
5062         (c++.install-info): Likewise.
5063         (c++.install-man): Likewise.
5064
5065 2001-02-15  Mark Mitchell  <mark@codesourcery.com>
5066
5067         * typeck2.c (build_m_component_ref): Robustify.
5068
5069 2001-02-15  Alexandre Oliva  <aoliva@redhat.com>
5070
5071         * friend.c (do_friend): Don't take the nested [template] class
5072         into account when deciding whether to warn about the friend
5073         function not referring to a template function.
5074
5075 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
5076
5077         * typeck.c (build_unary_op): Clarify error message.
5078
5079 2001-02-08  Aldy Hernandez  <aldyh@redhat.com>
5080
5081         * parse.y (component_constructor_declarator): allow optional
5082         parentheses around constructor class name.
5083
5084 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
5085
5086         * cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c
5087         section.
5088         * init.c (emit_base_init): Remove incorrect comment about
5089         virtual bases.
5090         * method.c (make_thunk): Fix comment alignment.
5091
5092 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
5093
5094         Kill remnants of this is variable.
5095         * cp-tree.h (flag_this_is_variable): Remove.
5096         * decl2.c (flag_this_is_variable): Remove.
5097         * class.c (fixed_type_or_null): Add cdtor parm. Adjust.
5098         (build_vbase_path): The path is non-static, even in a cdtor.
5099         (resolves_to_fixed_type_p): Add additional return value.
5100         * search.c (init_vbase_pointers): Adjust.
5101         * tree.c (lvalue_p_1): Adjust.
5102         * typeck.c (mark_addressable): Adjust.
5103
5104 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
5105
5106         * pt.c (unify): Don't check cv quals of array types.
5107
5108 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
5109
5110         * tree.c (cp_build_qualified_type_real): Use CP_TYPE_QUALS to
5111         check whether we already have the type.
5112
5113 2001-02-13  Mark Mitchell  <mark@codesourcery.com>
5114
5115         * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
5116         * call.c (build_op_delete_call): Simplify to remove duplicate
5117         code.
5118         * class.c (clone_function_decl): Don't build the deleting variant
5119         of a non-virtual destructor.
5120         * decl.c (finish_destructor_body): Don't call delete if this is a
5121         non-virtual destructor.
5122         * init.c (build_delete): Explicitly call `operator delete' when
5123         deleting an object with a non-virtual destructor.
5124
5125 2001-02-13  Jason Merrill  <jason@redhat.com>
5126
5127         * lang-specs.h: Add more __EXCEPTIONS.
5128
5129 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
5130
5131         * typeck2.c (process_init_constructor): Check
5132         TREE_HAS_CONSTRUCTOR before issuing missing init warning.
5133
5134 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
5135
5136         * pt.c (maybe_adjust_types_for_deduction, DEDUCE_ORDER case):
5137         Remove spurious information in comment. Allow further
5138         adjustments of REFERENCE_TYPE args.
5139
5140 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
5141
5142         * errfn.c (cp_deprecated): Tweak diagnostic text.
5143         * parse.y (new_initializer): Deprecate initializer lists
5144         extension.
5145
5146 2001-02-12  Mark Mitchell  <mark@codesourcery.com>
5147
5148         Remove old ABI support.
5149
5150 2001-02-11  Mark Mitchell  <mark@codesourcery.com>
5151
5152         * decl2.c (flag_vtable_thunks): Always set it to 1.
5153         (flag_new_abi): Likewise.
5154         * lang-specs.h: Remove conditional on ENABLE_NEW_GXX_ABI.
5155
5156         * Makefile.in (g++spec.o): Fix typo.
5157
5158 2001-02-09  Jason Merrill  <jason@redhat.com>
5159
5160         * lang-specs.h: Restore definition of __EXCEPTIONS.
5161
5162 2001-02-08  Jason Merrill  <jason@redhat.com>
5163
5164         * search.c (shared_member_p): New function.
5165         (lookup_field_r): Use it.
5166         * cp-tree.h (SHARED_MEMBER_P): Remove.
5167
5168         * method.c (process_overload_item): Handle template-dependent array
5169         bounds.
5170         * pt.c (type_unification_real): If we end up with undeduced nontype
5171         parms, try again.
5172
5173         * decl.c (lookup_name_real): Tweak warning to refer to decls, not
5174         types.
5175
5176         * typeck2.c (friendly_abort): Don't say anything if we have
5177         earlier errors or sorries.
5178
5179         * decl.c (check_tag_decl): Notice attempts to redefine bool and
5180         wchar_t.  Ignore if in_system_header.
5181
5182         * decl.c (maybe_push_cleanup_level): New fn...
5183         (start_decl_1): ...split out from here.
5184         * cvt.c (build_up_reference): Use it.
5185         * cp-tree.h: Declare it.
5186
5187 2001-02-07  Mark Mitchell  <mark@codesourcery.com>
5188
5189         * lang-specs.h: Use CPLUSPLUS_CPP_SPEC for the preprocessor
5190         spec.
5191
5192 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
5193
5194         * pt.c (lookup_template_class): Make sure it's a primary
5195         template or template_template_parm when called from the parser.
5196         (instantiate_template_class): Add assertion.
5197
5198 2001-02-05  Alexandre Oliva  <aoliva@redhat.com>
5199
5200         * method.c (build_mangled_name) [old abi]: Protect flush_repeats()
5201         from error_mark_node.
5202
5203 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
5204
5205         Fix specification and implementation bugs in V3 ABI
5206         construction vtables.
5207         * cp-tree.h (flag_dump_class_layout): New flag.
5208         (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH_P): Remove.
5209         (BINFO_LOST_PRIMARY_P): New flag.
5210         (SET_BINFO_NEW_VTABLE_MARKED): Adjust asserts.
5211         (BINFO_PRIMARY_MARKED_P): Rename to ...
5212         (BINFO_PRIMARY_P): ... here.
5213         (binfo_via_virtual): New prototype.
5214         * decl2.c (flag_dump_class_layout): New flag.
5215         (cxx_decode_option): Set it. Adjust -fdump-translation-unit to
5216         use `=' as a file name separator.
5217         * init.c (dfs_initialize_vtbl_ptrs): Walk into virtual primary
5218         bases.
5219         (build_vtbl_address): If this is a virtual primary base, then
5220         get the vtbl of what it is ultimately primary for.
5221         * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Adjust
5222         for BINFO_PRIMARY_P.
5223         (dfs_skip_nonprimary_vbases_markedp): Likewise.
5224         (get_shared_vbase_if_not_primary): Likewise.
5225         (dfs_get_pure_virtuals): Likewise.
5226         (expand_upcast_fixups): Likewise.
5227         (fixup_virtual_upcast_offsets): Likewise.
5228         (dfs_find_vbase_instance): Likewise.
5229         (find_vbase_instance): Likewise.
5230         (binfo_from_vbase): Adjust comment to reflect reality.
5231         (binfo_via_virtual): New function.
5232         * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): New macros
5233         for binfo walking during VTT construction.
5234         (dfs_mark_primary_bases): Remove.
5235         (force_canonical_binfo_r): New function.
5236         (force_canonical_binfo): New function.
5237         (mark_primary_virtual_base): New function.
5238         (mark_primary_bases): Walk in inheritance graph order, use
5239         mark_primary_virtual_base.
5240         (determine_primary_base): Use some more intermediate variables.
5241         (dfs_find_final_overrider): Don't check for overriding along a
5242         virtual path.
5243         (dfs_modify_vtables): Walk into primary virtual bases too.
5244         (walk_subobject_offsets): Adjust for BINFO_PRIMARY_P.
5245         (build_base_fields): Likewise.
5246         (dfs_set_offset_for_unshared_vbases): Likewise.
5247         (layout_virtual_bases): Likewise.
5248         (end_of_class): Likewise.
5249         (finish_struct_1): Call dump_class_hierarchy, if requested.
5250         (dfs_get_primary_binfo): Use BINFO_TYPE for binfos.
5251         (dump_class_hierarchy_r): Add stream parameter. Emit more information.
5252         (dump_class_hierarchy): Add file parameter. Append to file, if
5253         required.
5254         (finish_vtbls): Adjust accumulate_vtbl_inits call.
5255         Use canonical base for virtual bases.
5256         (build_vtt): Add more comments. Adjust build_vtt_inits call.
5257         (build_vtt_inits): Remove VIRTUAL_VTTS_P parm.
5258         Only set BINFO_VPTR_INDEX on top level. Use VTT_TOP_LEVEL_P,
5259         VTT_MARKED_BINFO_P for binfo walking. Use canonical vbase for
5260         virtual VTTs.
5261         (dfs_build_secondary_vptr_vtt_inits): Extract VTT_TOP_LEVEL_P
5262         from DATA.  We want virtual primary bases and all bases via virtual.
5263         Only set BINFO_VPTR_INDEX for top level. Look up from a primary
5264         virtual base when not a construction vtable.
5265         (dfs_ctor_vtable_bases_queue_p): New DFS predicate.
5266         (build_ctor_vtbl_group): Adjust accumulate_vtbl_inits call.
5267         Use canonical bases when processing virtual bases.
5268         (accumulate_vtbl_inits): We're interested in any base via a
5269         virtual path.
5270         (dfs_accumulate_vtbl_inits): If this is a primary virtual base
5271         within a construction vtable, determine what is being overridden.
5272         (build_vtbl_initializer): Add more comments
5273         (add_vcall_offset_vtbl_entries_1): Adjust comment.
5274         (build_rtti_vtbl_entries): Check if the base has lost its
5275         primary.
5276
5277 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
5278
5279         * Makefile.in (g++spec.o): Adjust use of DRIVER_DEFINES.
5280
5281 Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
5282
5283         * decl.c (pushdecl): Call abort instead of fatal.
5284         * except.c (decl_is_java_type): Call fatal_error instead of fatal.
5285         * init.c (build_new_1): Likewise.
5286         (build_java_class_ref): Call internal_error and fatal_error, not fatal.
5287         * decl.c (build_typename_type): hash_table_init now returns void.
5288         decl.c (init_decl_processing): Make an error non-fatal.
5289
5290 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
5291
5292         * cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.
5293         Document.
5294         (CLASSTYPE_INTERFACE_KNOWN): Likewise.
5295         (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
5296         (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
5297         (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
5298         * decl.c (maybe_commonize_var): Use the new name-mangling where
5299         appropriate.
5300         * decl2.c (comdat_linkage): Enhance comments.  Make all
5301         compiler-generated things static, if COMDAT is not available.
5302         (get_tinfo_decl): Do not make typeinfo objects that belong in the
5303         library COMDAT.
5304         (tinfo_base_init): Use the correct mangled name for typeinfo
5305         strings, and push them into the global scope.
5306         (typeinfo_in_lib_p): New function.
5307         (synthesize_tinfo_var): Use it.
5308         (create_real_tinfo_var): Likewise.
5309
5310 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
5311
5312         * decl.c (push_class_binding): Use context_for_name_lookup instead
5313         of CP_DECL_CONTEXT.
5314         * search.c (context_for_name_lookup): Remove static.  Check for NULL
5315         context in the loop.
5316         * cp-tree.h (context_for_name_lookup): Add prototype.
5317
5318 2001-02-02  Jakub Jelinek  <jakub@redhat.com>
5319
5320         * cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.
5321         * tree.c (build_expr_ptr_wrapper, can_free, permanent_obstack):
5322         Remove.
5323         * call.c (convert_class_to_reference, build_user_type_conversion_1,
5324         add_warning): Change build_expr_ptr_wrapper to build_ptr_wrapper.
5325
5326 2001-02-02  Mark Mitchell  <mark@codesourcery.com>
5327
5328         * Make-lang.in (g++spec.o): Add DRIVER_DEFINES to the list
5329         of macros used when compiling g++spec.c.
5330         * g++spec.c (lang_specific_driver): Link with the shared
5331         libgcc by default.
5332
5333 2001-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
5334
5335         * decl2.c (build_expr_from_tree), lex.c (make_pointer_declarator,
5336         make_reference_declarator, make_call_declarator), method.c
5337         (implicitly_declare_fn), parse.y (namespace_using_decl,
5338         notype_unqualified_id, expr_or_declarator, new_type_id,
5339         after_type_declarator, direct_after_type_declarator,
5340         notype_declarator, complex_notype_declarator,
5341         complex_direct_notype_declarator, qualified_id,
5342         notype_qualified_id, overqualified_id, direct_new_declarator,
5343         absdcl, direct_abstract_declarator, conversion_declarator), pt.c
5344         (tsubst), semantics.c (begin_constructor_declarator): Use build_nt
5345         instead of build_parse_node.
5346
5347 2001-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5348
5349         * cp-tree.h (cp_tree_index): Delete CPTI_MINUS_ONE.
5350         (minus_one_node): Moved to top level gcc directory.  Renamed
5351         to integer_minus_one_node.
5352
5353         * init.c (init_init_processing): Don't set minus_one_node.
5354         (build_vec_init): Use integer_minus_one_node.
5355
5356         * rtti.c (get_tinfo_decl_dynamic): Likewise.
5357
5358 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
5359
5360         * optimize.c (copy_body_r): If MODIFY_EXPR has both arguments
5361         identical and they would be replaced with constant, remove
5362         MODIFY_EXPR from the tree.
5363
5364 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5365
5366         * Make-lang.in: Remove all dependencies on defaults.h.
5367         * call.c: Don't include defaults.h.
5368         * decl.c: Likewise.
5369         * decl2.c: Likewise.
5370         * except.c: Likewise.
5371         * pt.c: Likewise.
5372         * rtti.c: Likewise.
5373         * tree.c: Likewise.
5374         * typeck.c: Likewise.
5375
5376 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
5377
5378         * mangle.c (write_mangled_name, write_encoding): Mangle overloaded
5379         operators even in "C" linkage.
5380         * method.c (set_mangled_name_for_decl): Likewise.
5381         * decl.c (grokfndecl): Call set_mangled_name_for_decl even for
5382         overloaded operators in "C" linkage.
5383
5384 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
5385
5386         * pt.c (tsubst_decl): Remove IN_DECL parameter.
5387         (tsubst_arg_types): Check parameter is not void.
5388         (tsubst): Adjust tsubst_decl call.
5389
5390 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
5391
5392         * call.c (add_builtin_candidate): Quote std properly, from
5393         previous change.
5394
5395 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5396
5397         * pt.c (check_explicit_specialization): Clone constructors and
5398         destructors.
5399
5400 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
5401
5402         * decl.c (grokdeclarator): Don't presume DECL_LANG_SPECIFIC
5403         indicates anything special about template depth. Make sure we
5404         only count the user visible template classes.
5405
5406 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
5407
5408         * call.c (build_conv): Typo in comment.
5409         (add_builtin_candidate): Add more explanation.
5410         Remove extra test for ENUMERAL_TYPE in {PRE,POST}INCREMENT_EXPR.
5411         Allow ENUMERAL_TYPEs for relops and eqops. Add both candidates
5412         when we have enumeral types.
5413         (add_builtin_candidates): Add more explanation. Add ENUMERAL_TYPE
5414         candidates for relops and eqops.
5415         (joust): Simplify control flow. Allow a non-template user
5416         function to hide a builtin.
5417
5418 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
5419
5420         * cp-tree.h (unification_kind_t): Add DEDUCE_ORDER.
5421         (more_specialized): Add deduction parameter.
5422         * call.c (joust): Adjust more_specialized call.
5423         * pt.c (UNIFY_ALLOW_OUTER_MORE_CV_QUAL,
5424         UNIFY_ALLOW_OUTER_LESS_CV_QUAL): New unify flags.
5425         (get_bindings_order): Remove.
5426         (get_bindings_real): Add DEDUCE parameter.
5427         (maybe_adjust_types_for_deduction): Return extra unify flags. Do
5428         REFERENCE_TYPE jig for DEDUCE_ORDER.
5429         (type_unification_real): Deal with DEDUCE_ORDER. Use result of
5430         maybe_adjust_types_for_deduction.
5431         (more_specialized): Add DEDUCE parameter. Call get_bindings_real
5432         directly.
5433         (try_one_overload): Use result of maybe_adjust_types_for_deduction.
5434         (check_cv_quals_for_unify): Use new unify qualifier flags.
5435         (unify): Clear new unify qualifier flags.
5436         (get_bindings_real): Add DEDUCE parameter.
5437         (get_bindings): Adjust call to get_bindings_real.
5438         (get_bindings_overload): Likewise.
5439         (most_specialized_instantiation): Adjust call to
5440         more_specialized.
5441
5442 2001-01-19  Jason Merrill  <jason@redhat.com>
5443
5444         * decl2.c (flag_vtable_thunks): Also depend on ENABLE_NEW_GXX_ABI.
5445
5446         * decl.c (init_decl_processing): Just force -fvtable-thunks on if
5447         -fnew-abi.
5448
5449 2001-01-19  Ute Pelkmann  <scope.muc@t-online.de>
5450
5451         * decl2.c (arg_assoc_class): Fix double iteration logic.
5452
5453 2001-01-19  Jason Merrill  <jason@redhat.com>
5454
5455         * init.c (build_delete): Always call convert_force to strip cv-quals.
5456
5457         * decl2.c (flag_new_abi): Depend on ENABLE_NEW_GXX_ABI.
5458         * lang-specs.h: Default ABI depends on ENABLE_NEW_GXX_ABI.
5459         * g++spec.c: Don't look at ENABLE_NEW_GXX_ABI.
5460
5461 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5462
5463         * search.c (get_vbase_1): Count only virtual bases.
5464
5465 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5466
5467         * class.c (duplicate_tag_error): Robustify flag clearing.
5468
5469 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5470
5471         * cp-tree.h (lookup_template_class): Add complain parm.
5472         * decl.c (lookup_namespace_name): Adjust call to
5473         lookup_template_class.
5474         (make_typename_type): Likewise.
5475         * semantics.c (finish_template_type): Likewise.
5476         * pt.c (lookup_template_class): Add complain parm. Adjust.
5477         (tsubst_aggr_type): Pass COMPLAIN down to lookup_template_class.
5478         (tsubst): Likewise.
5479
5480 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
5481
5482         * pt.c (copy_default_args_to_explicit_spec): Preserve
5483         object's CV quals. Reorganize.
5484
5485 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5486
5487         * typeck.c (build_modify_expr): Say `initialization' for
5488         INIT_EXPRs.
5489         * init.c (build_default_init): Convert to enumeral type, if
5490         needed.
5491
5492 2001-01-18  Jakub Jelinek  <jakub@redhat.com>
5493
5494         * parse.y (nomods_initdcl0): Properly set things up for
5495         initdcl0_innards.
5496
5497 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5498
5499         * pt.c (UNIFY_ALLOW_OUTER_LEVEL): New unify flag.
5500         (type_unification_real): Set it.
5501         (unify): Use it.
5502
5503 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5504
5505         * decl.c (finish_destructor_body): Convert to vbase pointer here.
5506
5507 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5508
5509         * semantics.c (begin_class_definition): Check we're not inside a
5510         template parm list.
5511
5512 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
5513
5514         * tree.c (walk_tree, TREE_LIST): Don't walk the TREE_PURPOSE of
5515         BASELINK_P.
5516
5517 2001-01-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5518
5519         * typeck.c (build_function_call_real): Call fold on the CALL_EXPR.
5520         * call.c (build_over_call): Add comment.
5521
5522 2001-01-16 Daniel Berlin <dberlin@redhat.com>
5523
5524         * cvt.c (ocp_convert): Handle vector type conversion
5525         * typeck2.c (digest_init): Handle vector type initializations
5526
5527 2001-01-16  Phil Edwards  <pme@sources.redhat.com>
5528
5529         * g++spec.c:  Don't add libraries needlessly if -fsyntax-only
5530           was given.
5531
5532 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
5533
5534         * pt.c (check_nontype_parm): Rename to ...
5535         (invalid_nontype_parm_type_p): ... here.
5536         (process_template_parm): Adjust.
5537         (convert_template_argument): Adjust.
5538
5539 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
5540
5541         * pt.c (check_nontype_parm): New function.
5542         (process_template_parm): Use it.
5543         (convert_template_argument): Use it.
5544         (convert_nontype_argument, RECORD_TYPE): Assert it's a ptr to
5545         member.
5546
5547 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
5548
5549         * tree.c: Add defaults.h
5550         (cp_valid_lang_attribute): Incorporate SUPPORTS_INIT_PRIORITY.
5551         * Make-lang.in (cp/tree.o): Add defaults.h.
5552
5553 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5554
5555         * Make-lang.in (CXX_C_OBJS): Add c-format.o.
5556
5557 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5558
5559         * g++.1: Change to be ".so man1/gcc.1".
5560
5561 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
5562
5563         * Make-lang.in (c++.info, c++.install-info): Build and install g++
5564         internals info.
5565         (c++.uninstall, c++.maintainer-clean): Remove g++ internals info.
5566         ($(srcdir)/cp/g++int.info): New target.
5567         * gxxint.texi: Add info directory entry.  Use @@ in email address.
5568         * .cvsignore: Update.
5569
5570 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
5571
5572         * typeck.c (build_c_cast): Do template processing earlier.
5573         Always pedwarn on array casts.
5574
5575 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
5576
5577         * friend.c (make_friend_class): Make sure a templated class is
5578         actually a template.
5579
5580 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5581
5582         * decl2.c (get_guard): Set linkage from guarded decl.
5583
5584 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5585
5586         * call.c (convert_default_arg): Check for unprocessed
5587         DEFAULT_ARG.
5588         * cp-tree.h (replace_defarg): Move to spew.c.
5589         (maybe_snarf_defarg, add_defarg_fn, do_pending_defargs): Move to
5590         spew.c, which is where they really are.
5591         (done_pending_defargs): Declare.
5592         (unprocessed_defarg_fn): Declare.
5593         * decl.c (replace_defarg): Move to spew.c
5594         * parse.y (structsp): Call done_pending_defargs.
5595         * spew.c (defarg_fns): Rearrange list structure.
5596         (defarg_fnsdone): New static variable.
5597         (defarg_depfns): New static variable.
5598         (init_spew): Adjust.
5599         (add_defarg_fn): Store the type in TREE_TYPE.
5600         (do_pending_defargs): Detect and deal with ordering constraints
5601         and circularity.
5602         (done_pending_defargs): New function.
5603         (unprocessed_defarg_fn): New function.
5604         (replace_defarg): Moved from decl.c. Robustify. Don't save
5605         if circularity detected.
5606
5607 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5608
5609         * pt.c (unify): Check array has a domain, before checking
5610         whether it is variable sized.
5611
5612 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5613
5614         * decl.c (grokparms): Unobfuscate and get correct diagnostic for
5615         parameters with pointers to arrays of unknown bound.
5616
5617 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
5618
5619         * parse.y (template_parm_header, template_spec_header): New
5620         reductions. Split out from ...
5621         (template_header): ... here. Use them.
5622         (template_template_parm): Use template_parm_header.
5623         * semantics.c (finish_template_template_parm): Add assert.
5624
5625 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
5626
5627         * mangle.c (write_builtin_type): Fix thinko.
5628
5629         * pt.c (copy_default_args_to_explicit_spec_1): New function.
5630         (copy_default_args_to_explicit_spec): Likewise.
5631         (check_explicit_specialization): Use it.
5632
5633         * class.c (finish_struct_1):  Remove last argument in call to
5634         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
5635         * decl.c (builtin_function): Likewise.
5636         (build_cp_library_fn): Likewise.
5637         (check_initializer): Likewise.
5638         (make_rtl_for_nonlocal_decl): Likewise.
5639         (cp_finish_decl): Likewise.
5640         (start_function): Likewise.
5641         * decl2.c (finish_anon_union): Likewise.
5642         * friend.c (do_friend): Likewise.
5643         * init.c (build_java_class_ref): Likewise.
5644         * method.c (make_thunk): Likewise.
5645         * pt.c (tsubst_friend_function): Likewise.
5646         * semantics.c (expand_body): Likewise.
5647
5648 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
5649
5650         * cp-tree.h (DECL_CLONED_FUNCTION_P): Avoid wild reads by not
5651         looking at DECL_CLONED_FUNCTION for non-functions.
5652
5653 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
5654
5655         * error.c (dump_template_parameter): Use parm to determine how
5656         to print default value.
5657
5658 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
5659
5660         * class.c (duplicate_tag_error): Clear more flags.
5661
5662 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
5663
5664         * call.c (build_new_method_call): Use binfo_for_vbase.
5665
5666 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
5667
5668         * cp-tree.h (flag_cond_mismatch): Don't declare.
5669         * decl2.c (flag_cond_mismatch): Don't define.
5670         (lang_f_options): Remove cond-mismatch.
5671         (unsupported_options): Add cond-mismatch.
5672
5673 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
5674
5675         * class.c (handle_using_decl): Reject using of constructor name
5676         of sourcing class. Allow injecting of a method with same name as
5677         nested class. Fixup error messages.
5678
5679 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
5680
5681         * decl2.c (lang_decode_option): Handle -Wformat=2.
5682
5683 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
5684
5685         * cp-tree.h (lang_decl_flags): Rename defined_in_class to
5686         initialized_in_class.
5687         (DECL_DEFINED_IN_CLASS_P): Rename to ...
5688         (DECL_INITIALIZED_IN_CLASS_P): ... here, to reflect true meaning.
5689         * decl.c (duplicate_decls): Preseve DECL_INITIALIZED_IN_CLASS_P.
5690         (cp_finish_decl): Adjust for DECL_INITIALIZED_IN_CLASS_P.
5691         * pt.c (check_default_tmpl_args): Adjust for
5692         DECL_INITIALIZED_IN_CLASS_P.
5693         (instantiate_class_template): Likewise.
5694         (instantiate_decl): Check DECL_INITIALIZED_IN_CLASS_P.
5695
5696         * class.c (finish_struct): Constify saved_filename.
5697
5698 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
5699
5700         * class.c (duplicate_tag_error): Adjust diagnostic.
5701         (finish_struct): Locally set location to start of struct.
5702         * decl.c (fixup_anonymous_aggr): Use cp_error_at.
5703
5704 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
5705
5706         * decl.c (struct binding_level): Adjust class_shadowed comments
5707         to reflect reality.
5708         (push_class_level_binding): Adjust comments to reflect reality.
5709         Set IDENTIFIER_CLASS_VALUE when replacing an existing binding.
5710         Don't set TREE_VALUE on the class_shadowed list.
5711
5712 2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
5713
5714         * decl2.c (acceptable_java_type): Allow references too.
5715         * init.c (build_java_class_ref): When using the new ABI, search
5716         `class$' and have it mangled with `mangle_decl.'
5717         * mangle.c (write_java_integer_type_codes): New function.
5718         (write_builtin_type): Detect and mangle Java integer and real
5719         types.
5720
5721 2001-01-07  Mark Mitchell  <mark@codesourcery.com>
5722
5723         * decl2.c (grokfield): Don't accept `asm' specifiers for
5724         non-static data members.
5725
5726 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5727
5728         * expr.c (cplus_expand_expr): Don't reset `target'.
5729
5730 2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
5731
5732         * cp/decl2.c (cxx_post_options): Call cpp_post_options.
5733
5734 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
5735
5736         * parse.y (template_datadef): Check for error_mark_node.
5737
5738 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
5739
5740         * cp-tree.def (DEFAULT_ARG): Make `x' class.
5741
5742 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
5743
5744         * decl.c (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Don't define.
5745         (record_builtin_type): Make non-static.
5746         (flag_short_double): Don't declare.
5747         (init_decl_processing): Remove the creation of many tree nodes now
5748         in c_common_nodes_and_builtins.
5749         (build_void_list_node): New function.
5750         * decl2.c (flag_short_double, flag_short_wchar): Don't define.
5751         * cp-tree.h (flag_short_wchar): Don't declare.
5752
5753 2001-01-04  Mark Mitchell  <mark@codesourcery.com>
5754
5755         * call.c (build_conv): Don't use build1 for USER_CONV.
5756         * pt.c (tsubst_copy): Or for PREINCREMENT_EXPR and similar nodes.
5757
5758 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
5759
5760         * lex.c (lang_init): Call c_common_lang_init.
5761
5762 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
5763
5764         * search.c (lookup_fnfields_here): Remove.
5765         (look_for_overrides_r): Use lookup_fnfields_1.
5766         Ignore functions from using declarations.
5767
5768 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
5769
5770         Implement exceptions specifiers for implicit member functions.
5771         * cp-tree.h (merge_exceptions_specifiers): Declare new function.
5772         * method.c (synthesize_exception_spec): New function.
5773         (locate_dtor, locate_ctor, locate_copy): New functions.
5774         (implicitly_declare_fn): Generate the exception spec too.
5775         * search.c (check_final_overrider): Check artificial functions
5776         too.
5777         * typeck2.c (merge_exception_specifiers): New function.
5778
5779 2001-01-03  Jason Merrill  <jason@redhat.com>
5780
5781         * init.c (build_default_init): New fn.
5782         (perform_member_init): Split out from here.
5783         (build_new_1): Use it.  Simplify initialization logic.
5784         (build_vec_init): Take an array, rather than a pointer and maxindex.
5785         Speed up simple initializations.  Don't clean up if we're assigning.
5786         * cp-tree.h: Adjust.
5787         * decl2.c (do_static_initialization): Remove TREE_VEC case.
5788         * parse.y (new_initializer): Return void_zero_node for ().
5789         * typeck.c (build_modify_expr): Handle getting a CONSTRUCTOR.
5790         * typeck2.c (digest_init): Only complain about user-written
5791         CONSTRUCTORs.
5792
5793 2000-12-22  Mike Stump  <mrs@wrs.com>
5794
5795         * decl2.c: (max_tinst_depth): Increase to 50.
5796
5797 2001-01-02  Mark Mitchell  <mark@codesourcery.com>
5798
5799         * class.c (invalidate_class_lookup_cache): Zero the
5800         previous_class_values.
5801         * cp-tree.h (TMPL_PARMS_DEPTH): Use TREE_INT_CST_LOW, not
5802         TREE_INT_CST_HIGH.
5803         (CLASSTYPE_TEMPLATE_LEVEL): Likewise.
5804         * decl.c (free_bindings): New variable.
5805         (push_binding): Don't create a new binding if we have one on the
5806         free list.
5807         (pop_binding): Put old bindings on the free list.
5808         (init_decl_processing): Use size_int, not build_int_2.
5809         Register free_bindings as a GC root.
5810         (cp_make_fname_decl): Use size_int, not build_int_2.
5811         (push_inline_template_parms_recursive): Likewise.
5812         (end_template_parm_list): Likewise.
5813         (for_each_tempalte_parm): Do not use walk_tree_without_duplicates.
5814         (tsubst_template_parms): Use size_int, not build_int_2.
5815         (tsubst): Likewise.
5816         * rtti.c (get_vmi_pseudo_type_info): Likewise.
5817
5818 2001-01-02  Richard Henderson  <rth@redhat.com>
5819
5820         * parse.y (asm): Set ASM_INPUT_P.
5821
5822 2001-01-02  Jason Merrill  <jason@redhat.com>
5823
5824         * tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE
5825         for v3 ABI.
5826
5827         * typeck.c (cp_truthvalue_conversion): New fn.
5828         * cvt.c (ocp_convert): Use it.
5829
5830         * cp-tree.h: Lose c-common.c decls.
5831
5832         * typeck.c (build_unary_op): Restore old &a.f diagnostic code.
5833         * cvt.c (convert_to_void): Use type_unknown_p.
5834
5835         * typeck.c (strip_all_pointer_quals): Also strip quals from
5836         pointer-to-member types.
5837
5838         * Make-lang.in (cp/TAGS): Use --no-globals.  Ignore parse.c, and treat
5839         parse.y as C.
5840
5841         * call.c (build_new_method_call): Do evaluate the object parameter
5842         when accessing a static member.
5843         * typeck.c (build_component_ref): Likewise.
5844
5845 2001-01-02  Andreas Jaeger  <aj@suse.de>
5846
5847         * decl.c (cp_missing_noreturn_ok_p): New.
5848         (init_decl_processing): Set lang_missing_noreturn_ok_p.
5849
5850 2000-12-29  Jakub Jelinek  <jakub@redhat.com>
5851
5852         * decl.c (init_decl_processing): Fix sign of wchar_type_node.
5853
5854 2000-12-29  Mark Mitchell  <mark@codesourcery.com>
5855
5856         * class.c (pushclass): Remove #if 0'd code.
5857         * cp-tree.h (overload_template_name): Remove.
5858         * decl.c (store_bindings): Simplify.
5859         (pop_from_top_level): Likewise.
5860         * pt.c (overload_template_name): Remove.
5861         (instantiate_decl): Don't call push_to_top_level if it's not
5862         needed.
5863
5864 2000-12-28  Mark Mitchell  <mark@codesourcery.com>
5865
5866         * pt.c (register_local_specialization): Don't return a value.
5867         (lookup_template_class): Use move-to-front heuristic when looking
5868         up template instantiations.
5869         (instantiate_decl): Only push_to_top_level when we're actually
5870         going to instantiate the template.
5871
5872 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
5873
5874         * search.c (binfo_for_vtable): Return least derived class, not
5875         most.  Handle secondary vtables.
5876
5877 2000-12-22  Jason Merrill  <jason@redhat.com>
5878
5879         * pt.c (more_specialized): Don't optimize len==0.
5880         (fn_type_unification): If we're adding the return type, increase len.
5881
5882         * typeck.c (build_binary_op): Fix pmf comparison logic.
5883
5884         * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, not
5885         DECL_STATIC_FUNCTION_P.
5886
5887         * semantics.c (genrtl_finish_function): Don't try to jump to
5888         return_label unless it exists.
5889
5890         In partial ordering for a call, ignore parms for which we don't have
5891         a real argument.
5892         * call.c (joust): Pass len to more_specialized.
5893         (add_template_candidate_real): Strip 'this', pass len.
5894         * pt.c (more_specialized): Pass len down.  Lose explicit_args parm.
5895         (get_bindings_order): New fn.  Pass len down.
5896         (get_bindings_real): Strip 'this', pass len.
5897         (fn_type_unification): Likewise.
5898         (type_unification_real): Succeed after checking 'len' args.
5899         (most_specialized_instantiation): Lose explicit_args parm.
5900         * class.c (resolve_address_of_overloaded_function): Strip 'this',
5901         pass len.
5902
5903 2000-12-21  Jason Merrill  <jason@redhat.com>
5904
5905         * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not
5906         DECL_TEMPLATE_RESULT.
5907
5908         * search.c (lookup_field_r): Call lookup_fnfields_1, not
5909         lookup_fnfields_here.
5910
5911         * parse.y (typename_sub2): Return the TYPE_DECL, not the type.
5912
5913         * call.c (build_object_call): Also allow conversions that return
5914         reference to pointer to function.
5915         (add_conv_candidate): Handle totype being ref to ptr to fn.
5916         (build_field_call): Also allow members of type reference to function.
5917         Lose support for calling pointer to METHOD_TYPE fields.
5918
5919         * error.c (dump_expr): Handle *_CAST_EXPR.
5920
5921         * typeck2.c (build_scoped_ref): Always convert to the naming class.
5922
5923         * tree.c (break_out_cleanups): Lose.
5924         * cp-tree.h: Remove prototype.
5925         * typeck.c (build_component_ref): Don't break_out_cleanups.
5926         (build_compound_expr): Likewise.
5927         * semantics.c (finish_expr_stmt): Likewise.
5928
5929 2000-12-20  Richard Henderson  <rth@redhat.com>
5930
5931         * cp-tree.h: Update declarations.
5932         * decl.c (finish_case_label): Return the new stmt node.
5933         * semantics.c (finish_goto_stmt): Likewise.
5934         (finish_expr_stmt, finish_return_stmt): Likewise.
5935         (finish_break_stmt, finish_continue_stmt): Likewise.
5936         (finish_asm_stmt): Likewise.
5937         * parse.y (already_scoped_stmt): Set STMT_LINENO.
5938         (compstmt, implicitly_scoped_stmt, stmt): Likewise.
5939         (simple_if, simple_stmt): Return the new stmt node.
5940         (save_lineno): New.
5941
5942 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
5943
5944         * cp-tree.h: Don't declare warn_long_long.
5945
5946 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5947
5948         * tree.c (no_linkage_helper): Use CLASS_TYPE_P instead of
5949         IS_AGGR_TYPE.
5950
5951 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5952
5953         * pt.c (unify): Handle when both ARG and PARM are
5954         BOUND_TEMPLATE_TEMPLATE_PARM.
5955
5956 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5957
5958         * pt.c (reduce_template_parm_level): Set DECL_ARTIFICIAL and
5959         DECL_TEMPLATE_PARM_P.
5960
5961 2000-12-15  Jason Merrill  <jason@redhat.com>
5962
5963         * init.c (build_new_1): Reorganize.  Now with 100% fewer SAVE_EXPRs!
5964
5965         * init.c (build_new_1): Don't strip quals from type.
5966
5967         * decl.c (pushdecl): Don't check for linkage on a non-decl.
5968
5969         * call.c (build_op_delete_call): See through ARRAY_TYPEs.
5970
5971         * call.c (build_new_function_call): Lose space before paren in
5972         error message.
5973         (build_new_method_call): Likewise.
5974
5975         * typeck2.c (build_m_component_ref): Propagate quals from datum.
5976
5977 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
5978
5979         * pt.c (check_explicit_specialization): Propagate default
5980         function arguments to explicit specializations.
5981
5982 2000-12-13  DJ Delorie  <dj@redhat.com>
5983
5984         * typeck.c (build_binary_op): Do signed/unsigned warnings for >?
5985         and <? operators.
5986
5987 2000-12-08  Jason Merrill  <jason@redhat.com>
5988
5989         * error.c (dump_function_name): Don't let the user see __comp_ctor.
5990
5991         Clean up copy-initialization in overloading code.
5992         * call.c (build_user_type_conversion_1): Die if we are asked to
5993         convert to the same or a base type.
5994         (implicit_conversion): Avoid doing so.  Lose reference binding code.
5995         (convert_like_real): Treat BASE_CONV and RVALUE_CONV as implicit
5996         direct-initialization.  Also do direct-init part of copy-init.
5997         (build_user_type_conversion): Don't provide context to convert_like.
5998         * cvt.c (ocp_convert): build_user_type_conversion will now provide
5999         the constructor call for copy-init.
6000
6001         * pt.c (tsubst_decl): Call clone_function_decl here if this is an
6002         instantiation of a member template.
6003         (do_decl_instantiation): Not here.
6004
6005 2000-12-07  Nathan Sidwell  <nathan@codesourcery.com>
6006
6007         * class.c (check_field_decls): Don't special case anonymous
6008         fields in error messages.
6009         (note_name_declared_in_class): Use %D on diagnostic.
6010
6011         * tree.c (pod_type_p): Use strip_array_types.
6012         (cp_valid_lang_attribute): Likewise.
6013         * typeck.c (cp_type_quals): Strip arrays separately, to avoid
6014         multiple evaluations.
6015         (cp_has_mutable_p): Use strip_array_types.
6016
6017 2000-12-07  Nathan Sidwell  <nathan@codesourcery.com>
6018
6019         * cp-tree.h (sufficient_parms_p): Declare new function.
6020         * call.c (sufficient_parms_p): New function, broken out of ...
6021         (add_function_candidate): ... here. Use it.
6022         (add_conv_candidate): Use it.
6023         * decl.c (grok_ctor_properties): Use it.
6024
6025 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
6026
6027         * optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT.
6028
6029 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6030
6031         * decl2.c (lang_decode_option): Handle -Wformat-security.
6032
6033 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6034
6035         * pt.c (verify_class_unification): New function.
6036         (get_class_bindings): Use it.
6037         (try_class_unification): Tidy.
6038         (unify): Handle when argument of a template-id is not
6039         template parameter dependent.
6040         (template_args_equal): Handle when TREE_CODE's do not match.
6041
6042 2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
6043
6044         * lang-specs.h (c++): When invoking the stand-alone preprocessor
6045         for -save-temps, pass all relevant -Defines to it, and then don't
6046         pass them to cc1plus.
6047
6048 2000-12-05  Will Cohen  <wcohen@redhat.com>
6049
6050         * decl.c (finish_case_label): Cleared
6051         more_cleanups_ok in surrounding function scopes.
6052         (define_label): Likewise.
6053
6054 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
6055
6056         * cp-tree.h (IDENTIFIER_VIRTUAL_P): Document.
6057         (get_matching_virtual): Remove.
6058         (look_for_overrides): Declare new function.
6059         * decl.c (grokfndecl): Don't set IDENTIFIER_VIRTUAL_P or
6060         DECL_VINDEX here.
6061         * class.c (check_for_override): Move base class iteration code
6062         to look_for_overrides.
6063         * search.c (next_baselink): Remove.
6064         (get_virtuals_named_this): Remove.
6065         (get_virtual_destructor): Remove.
6066         (tree_has_any_destructors_p): Remove.
6067         (struct gvnt_info): Remove.
6068         (check_final_overrider): Remove `virtual' from error messages.
6069         (get_matching_virtuals): Remove. Move functionality to ...
6070         (look_for_overrides): ... here, and ...
6071         (look_for_overrides_r): ... here. Set DECL_VIRTUAL_P, if found
6072         to be overriding.
6073
6074 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
6075
6076         * typeck.c (get_delta_difference): If via a virtual base,
6077         return zero.
6078         * cvt.c (cp_convert_to_pointer): If via a virtual base, do no
6079         adjustment.
6080
6081 2000-12-04  Richard Henderson  <rth@redhat.com>
6082
6083         * error.c (dump_tree): Use output_add_string not OB_PUTS.
6084
6085 2000-12-04  Jason Merrill  <jason@redhat.com>
6086
6087         * mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".
6088         (write_builtin_type): Pass intSI_type_node and the like through
6089         type_for_mode.
6090         * method.c (process_overload_item): Mangle VECTOR_TYPEs with 'o'.
6091         Pass intSI_type_node and the like through type_for_mode.
6092         * decl2.c (arg_assoc_type): Handle VECTOR_TYPE like COMPLEX_TYPE.
6093         * pt.c (tsubst, unify): Likewise.
6094         * tree.c (walk_tree): Likewise.
6095         * error.c (dump_type): Likewise.
6096         (dump_type_prefix, dump_type_suffix): Don't bother with VECTOR_TYPE.
6097
6098         * Make-lang.in: Tweak top comment for emacs.
6099         (cp/TAGS): Restore.
6100
6101         * except.c (expand_throw): Use push_throw_library_fn for _Jv_Throw.
6102
6103         * class.c (clone_function_decl): Robustify.
6104
6105 2000-12-04  Michael Matz  <matzmich@cs.tu-berlin.de>
6106
6107         * decl.c (store_bindings): Only search in the non modified
6108         old_bindings for duplicates.
6109
6110 2000-12-04  Nathan Sidwell  <nathan@codesourcery.com>
6111
6112         * error.c (dump_function_decl): Use DECL_VIRTUAL_P, not
6113         TYPE_POLYMORPHIC_P.
6114
6115         * typeck.c (build_static_cast): Remove unused variable.
6116
6117 2000-12-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
6118
6119         * pt.c: Fix typo in comment.
6120
6121 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
6122
6123         * decl2.c (warn_format): Remove definition.
6124         (lang_decode_option): Handle -Wformat-nonliteral,
6125         -Wno-format-extra-args and -Wno-format-y2k.  Use set_Wformat.
6126
6127 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
6128
6129         * decl.c (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Don't define.
6130         (init_decl_processing): Don't create string_type_node,
6131         const_string_type_node, wint_type_node, intmax_type_node,
6132         uintmax_type_node, default_function_type, ptrdiff_type_node and
6133         unsigned_ptrdiff_type_node.  Adjust position of call to
6134         c_common_nodes_and_builtins.
6135         (identifier_global_value): New function.
6136
6137 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
6138
6139         * call.c (standard_conversion): Reject pointer to member
6140         conversions from ambiguous, inaccessible or virtual bases.
6141         * typeck.c (build_static_cast): Don't check pointers to members
6142         specially.
6143
6144 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
6145
6146         * method.c (do_build_copy_constructor): Preserve cv
6147         qualifications when accessing source object members.
6148         (do_build_assign_ref): Likewise. Remove separate diagnostics for
6149         unnamed fields.
6150
6151 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
6152
6153         * method.c (do_build_assign_ref): Construct appropriately
6154         CV-qualified base reference. Don't allow const casts in base
6155         conversion.
6156
6157 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
6158
6159         * call.c (build_over_call): Use VOID_TYPE_P. Don't die on
6160         incomplete return type.
6161
6162 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
6163
6164         * parse.y (base_class.1): Produce a _TYPE not a _DECL.
6165         * semantics.c (finish_base_specifier): Accept a _TYPE not a
6166         _DECL.
6167
6168 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
6169
6170         * spew.c (yyerror): Cope if yylval.ttype is NULL.
6171
6172 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
6173
6174         * decl.c (grokdeclarator): Diagnose undefined template contexts.
6175
6176 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
6177
6178         * decl.c (grokdeclarator): Do type access control on friend
6179         class.
6180
6181 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
6182
6183         * decl.c (grokfndecl): Undo COMPONENT_REF damage caused by
6184         bison parser ickiness.
6185         * pt.c (tsubst_friend_function): Enter namespace scope when
6186         tsubsting the function name.
6187         * cp-tree.h (DECL_TI_TEMPLATE): Update comment to reflect reality.
6188
6189 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
6190
6191         * cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.
6192         * cvt.c (cp_convert_to_pointer): Add force parameter.
6193         Allow conversions via virtual base if forced.
6194         (convert_to_pointer_force): Adjust call to cp_convert_to_pointer.
6195         (ocp_convert): Likewise.
6196         * search.c (binfo_from_vbase): Return the virtual base's binfo.
6197         * typeck.c (get_delta_difference): Adjust handling of virtual
6198         bases.
6199
6200 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
6201
6202         * tree.c (struct list_hash): Remove.
6203         (list_hash_table): Make it be an htab.
6204         (struct list_proxy): New type.
6205         (list_hash_eq): New function.
6206         (list_hash_pieces): Renamed from ...
6207         (list_hash): ... this.
6208         (list_hash_lookup): Remove.
6209         (list_hash_add): Remove.
6210         (hash_tree_cons): Use the generic hashtable.
6211         (mark_list_hash): Remove.
6212         (init_tree): Create the hashtable.
6213
6214 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
6215
6216         * method.c (build_mangled_C9x_name): Rename to
6217         build_mangled_C99_name.  Change C9X references in comments to
6218         refer to C99.
6219
6220 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
6221
6222         * parse.y (unary_expr): Move VA_ARG from here ...
6223         (primary): ... to here.
6224
6225 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
6226
6227         * semantics.c (finish_id_expr): If type is error_mark, return
6228         error_mark.
6229
6230 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
6231
6232         * pt.c (lookup_template_class): Simplify loop exit constructs.
6233         Cope when there is no partial instantiation of a template
6234         template member.
6235
6236 Thu Nov 23 02:16:47 2000  J"orn Rennecke <amylaar@redhat.com>
6237
6238         * Make-lang.in (g++spec.o, cxxmain.o): Depend on $(CONFIG_H).
6239
6240 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
6241
6242         * mangle.c (mangle_conv_op_name_for_type): Don't use `__op'
6243         prefix.
6244
6245         * pt.c (do_decl_instantiate): Explicitly clone constructors and
6246         destructors that haven't already been cloned.
6247
6248 2000-11-20  Richard Henderson  <rth@redhat.com>
6249
6250         * parse.y (yyparse_1): Rename the parser entry point.
6251
6252 2000-11-20  Alex Samuel  <samuel@codesourcery.com>
6253
6254         * mangle.c (write_name): Use <unscoped-name> for names directly in
6255         function scope.
6256         (write_unscoped_name): Accept names directly in function scope.
6257
6258 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
6259
6260         * lex.c (rid_to_yy, RID_EXPORT): Make unique keyword.
6261         * parse.y (extdef): Add EXPORT reduction.
6262         * spew.c (yylex): Don't skip export here.
6263
6264 2000-11-19  Mark Mitchell  <mark@codesourcery.com>
6265
6266         * decl.c (init_decl_processing): Correct name of pure virtual
6267         function under the new ABI.
6268         * rtti.c (throw_bad_cast): Likewise, for bad cast function.
6269         (throw_bad_typeid): Likewise for bad typeid function.
6270
6271 2000-11-18  Mark Mitchell  <mark@codesourcery.com>
6272
6273         * decl.c (grokparms): Don't even function types of `void' type,
6274         either.
6275         * mangle.c (write_type): Don't crash when confronted with the
6276         error_mark_node.
6277
6278         * decl.c (grokparms): Don't create parameters of `void' type.
6279
6280 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
6281
6282         * lex.c (mark_impl_file_chain): Delete.
6283         (init_parse): Remove call to ggc_add_string_root.  No need to
6284         ggc_strdup a string constant.  Do not add impl_file_chain to GC
6285         roots.
6286         (handle_pragma_implementation): No need to ggc_strdup main_filename.
6287
6288 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
6289
6290         * pt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.
6291
6292 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
6293
6294         * cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.
6295         * decl.c (grokdeclarator): Don't reject void parms here.
6296         (require_complete_types_for_parms): Simplify, use
6297         complete_type_or_else.
6298         (grokparms): Remove bitrot. Remove funcdef parm.
6299         Deal with ellipsis parm lists here.
6300         * semantics.c (finish_parmlist): Don't append void_list_node
6301         here. Set PARMLIST_ELLIPSIS_P.
6302
6303 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
6304
6305         * typeck2.c (incomplete_type_error): Reorganise to avoid
6306         excessive diagnostics.
6307
6308 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
6309
6310         * lex.c (struct impl_files, internal_filename): Constify a char *.
6311
6312 2000-11-16  Mark Mitchell  <mark@codesourcery.com>
6313
6314         * mangle.c (write_special_name_constructor): Don't generate
6315         assembler junk when confronted with an old-style constructor.
6316         (write_special_name_destructor): Likewise.
6317         (mangle_decl_string): Do it here instead.
6318
6319 2000-11-16  Nathan Sidwell  <nathan@codesourcery.com>
6320
6321         * call.c (op_error): Make error messages clearer.
6322
6323 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
6324
6325         * decl.c (wrapup_globals_for_namespace): Don't mark things
6326         TREE_ASM_WRITTEN when they're not.
6327
6328 2000-11-15  Jason Merrill  <jason@redhat.com>
6329
6330         * typeck2.c (friendly_abort): Uncount the error before handing
6331         off to fancy_abort.
6332
6333 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
6334
6335         * typeck.c (lookup_anon_field): Cope with qv qualifiers.
6336
6337 2000-11-14  Mark Mitchell  <mark@codesourcery.com>
6338
6339         * class.c (build_vtbl_initializer): Fix typo in comment.
6340         * typeck.c (expr_sizeof): Don't crash on errors.
6341
6342 2000-11-14  Jim Wilson  <wilson@redhat.com>
6343
6344         * lang-specs.h: Add %2 after %(cc1_options).
6345
6346 2000-11-14  Richard Henderson  <rth@redhat.com>
6347
6348         * typeck.c (c_sizeof): Be strict about casting result value
6349         back to c_size_type_node.
6350         (expr_sizeof, c_sizeof_nowarn, c_alignof): Likewise.
6351
6352 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
6353
6354         * typeck.c (build_unary_op): Use boolean_increment from
6355         c-common.c, moving the relevant code there.
6356
6357 2000-11-11  Jason Merrill  <jason@redhat.com>
6358
6359         * typeck.c (mark_addressable): Don't call put_var_into_stack.
6360
6361         * decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics
6362         in inlines.
6363
6364 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6365
6366         * decl.c (grokdeclarator, save_function_data): Use memcpy, not bcopy.
6367         * lex.c (copy_lang_decl): Likewise.
6368
6369 2000-11-09  Mark Mitchell  <mark@codesourcery.com>
6370
6371         * dump.c (cp_dump_tree): Don't dump function bodies here.
6372
6373         * Make-lang.in (CXX_C_OBJS): Add c-dump.o.
6374         (dump.o): Update dependency list.
6375         * cp-tree.h (DECL_MAYBE_TEMPLATE): Remove.
6376         (flag_dump_translation_unit): Likewise.
6377         (CP_TYPE_QUALS): Adjust definition.
6378         (DECL_C_BIT_FIELD): Remove.
6379         (SET_DECL_C_BIT_FIELD): Likewise.
6380         (CLEAR_DECL_C_BIT_FIELD): Likewise.
6381         (add_maybe_template): Likewise.
6382         (strip_array_types): Likewise.
6383         (dump_node_to_file): Likewise.
6384         (cp_dump_tree): New function.
6385         * decl.c (init_decl_processing): Set lang_dump_tree.
6386         * decl2.c (flag_dump_translation_unit): Remove.
6387         * dump.c: Move most of it to ../c-dump.c.
6388         (cp_dump_tree): New function.
6389         * pt.c (add_maybe_template): Remove.
6390         * typeck.c (strip_array_types): Likewise.
6391
6392 2000-11-07  Eric Christopher  <echristo@redhat.com>
6393
6394         * decl.c (init_decl_processing): Change definition of
6395         __wchar_t to wchar_t.  Remove artificial declaration of
6396         wchar_t.
6397         * lex.c: Change instances of __wchar_t to wchar_t.
6398
6399 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
6400
6401         * lex.c (do_identifier): Don't lookup_name for operators.
6402         * parse.y (operator): Save looking_for_typename.
6403         (unoperator): Restore it.
6404         * spew.c (frob_opname): Use nth_token for lookahead.
6405
6406 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
6407
6408         * decl.c (grok_op_properties): Always use coerce_new_type and
6409         coerce_delete_type.
6410         * decl2.c (coerce_new_type): Use c_size_type_node. Preserve
6411         exception specification. Tidy up.
6412         (coerce_delete_type): Preserve exception specification. Tidy up.
6413
6414 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
6415
6416         * class.c (duplicate_tag_error, build_vtbl_initializer), decl.c
6417         (push_binding_level), error.c (cp_tree_printer), pt.c
6418         (process_partial_specialization, tsubst_template_arg_vector),
6419         search.c (lookup_member): Use memset () instead of bzero ().
6420
6421 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
6422
6423         * decl.c (build_ptrmemfunc_type): Allow error_mark_node.
6424
6425 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
6426
6427         * Make-lang.in (c++.distdir): Remove.
6428
6429 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
6430
6431         * decl2.c (do_nonmember_using_decl): Allow `extern "C"'
6432         declarations from different namespaces to be combined.
6433
6434 2000-11-03  Zack Weinberg  <zack@wolery.stanford.edu>
6435
6436         * decl.c: Include tm_p.h.
6437
6438 2000-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
6439
6440         * tree.c (cp_tree_equal): Use memcmp () instead of bcmp ().
6441
6442 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
6443
6444         * dump.c (dequeue_and_dump), lex.c (interface_strcmp), method.c
6445         (build_overload_value), repo.c (open_repo_file), xref.c
6446         (open_xref_file): Use strchr () and strrchr () instead of index ()
6447         and rindex ().
6448
6449 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
6450
6451         * call.c (build_over_call): Call fold on the CALL_EXPR.
6452
6453 2000-11-01  Gabriel Dos Reis  <gdr@codesourcery.com>
6454
6455         * error.c (dump_template_decl): Separate template hearders with
6456         space not comma.
6457
6458 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
6459
6460         * error.c: Move TFF_ macros into cp-tree.h.  Throughout, replace
6461         TS_* flags with corresponding TFF_*.  Adjust prototypes of
6462         functions (which used to take a tree_string_flags) to take an int.
6463
6464         * cp-tree.h (enum tree_string_flags): Remove
6465         (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE,
6466         TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPEDEF, TFF_DECL_SPECIFIERS,
6467         TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
6468         TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
6469         TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS,
6470         TFF_TEMPLATE_NAME, TFF_EXPR_IN_PARENS, TFF_SCOPE): New macros.
6471         (type_as_string, decl_as_string, expr_as_string,
6472         context_as_string): Adjust prototype.
6473
6474         * class.c (dump_class_hierarchy_r): Use TFF_PLAIN_IDENTIFIER
6475         instead of TS_PLAIN.
6476
6477         * pt.c (mangle_class_name_for_template): Use TFF_CHASE_TYPEDEF
6478         instead of TF_CHASE_TYPEDEFS. Use TFF_PLAIN_IDENTIFIER instead of
6479         plain `0'.
6480
6481 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
6482
6483         * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
6484         (linkage_kind): New enumeration.
6485         (decl_linkage): New function.
6486         * decl2.c (comdat_linkage): Extend comment.
6487         * error.c (dump_function_decl): Print the arguments used to
6488         instantiate a template, even when not printing the type of the
6489         function.
6490         * pt.c (convert_nontype_argument): Use DECL_EXTERNAL_LINKAGE_P,
6491         not TREE_PUBLIC, to test for external linkage.
6492         * tree.c (decl_linkage): New function.
6493
6494 2000-10-28  Mark Mitchell  <mark@codesourcery.com>
6495
6496         * pt.c (instantiate_decl): Always instantiate static data members
6497         initialized in-class.
6498
6499 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
6500
6501         * Make-lang.in: Move all build rules here from Makefile.in,
6502         adapt to new context.  Wrap all rules that change the current
6503         directory in parentheses.  Expunge all references to $(P).
6504         When one command depends on another and they're run all at
6505         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
6506         all object-file generation rules.  Delete obsolete variables.
6507
6508         * Makefile.in: Delete.
6509         * config-lang.in: Delete outputs= line.
6510
6511 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
6512
6513         * error.c (dump_function_decl): Print no space between
6514         `ptr-operator' the `type-specifier' of the return type.
6515         (dump_type_prefix): Make sure we put space at the appropriate
6516         place.
6517
6518 2000-10-23  Jason Merrill  <jason@redhat.com>
6519
6520         * call.c (equal_functions): Also call decls_match for extern "C" fns.
6521
6522 2000-10-22  Jason Merrill  <jason@redhat.com>
6523
6524         * call.c (build_conditional_expr): Use ocp_convert to force
6525         rvalue conversion.
6526
6527 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
6528
6529         * call.c (standard_conversion): Use RVALUE_CONVs for all
6530         expressions that satisfy lvalue_p, not just those that satisfy
6531         real_lvalue_p.
6532
6533         * optimize.c (copy_body_r): Don't treat CALL_EXPRs specially.
6534
6535         * typeck.c (c_sizeof): Return an expression of `size_t' type,
6536         not one with TYPE_IS_SIZETYPE set.
6537         (dubious_conversion_warnings): Remove special-case code.
6538
6539 2000-10-21  Geoffrey Keating  <geoffk@cygnus.com>
6540
6541         * decl2.c (arg_assoc_type): Handle VECTOR_TYPE.
6542         * error.c (dump_type): Handle VECTOR_TYPE like POINTER_TYPE.
6543         (dump_type_prefix): Print vector-of-int as 'int vector'.
6544         (dump_type_suffix): Handle VECTOR_TYPE like POINTER_TYPE.
6545         * tree.c (walk_tree): Handle VECTOR_TYPE.
6546
6547         * decl.c (init_decl_processing): Call MD_INIT_BUILTINS.
6548
6549 2000-10-21  Jason Merrill  <jason@redhat.com>
6550
6551         * parse.y (operator): Set got_object from got_scope.
6552         Set looking_for_typename.
6553         * decl.c (lookup_name_real): Clear val after setting from_obj.
6554         Reorganize diagnostic.
6555
6556 2000-10-20  Jason Merrill  <jason@redhat.com>
6557
6558         * tree.c (walk_tree): Don't walk into default args.
6559
6560         * error.c (dump_expr): Use host_integerp.
6561
6562 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
6563
6564         * typeck2.c (abstract_virtuals_error): Use "because" instead of
6565         "since" in error message.
6566
6567 Fri Oct 20 13:54:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6568
6569         * typeck.c (dubious_conversion_warning): Suppress if TYPE_IS_SIZETYPE.
6570
6571 2000-10-20  Jeffrey Oldham  <oldham@codesourcery.com>
6572
6573         * decl.c (revert_static_member_fn): Fixed typo.
6574
6575 2000-10-19  Mark Mitchell  <mark@codesourcery.com>
6576
6577         * class.c (subobject_offset_fn): New type.
6578         (dfs_record_base_offsets): Remove.
6579         (record_base_offsets): Likewise.
6580         (dfs_search_base_offsets): Likewise.
6581         (record_subobject_offset): New function.
6582         (check_subobject_offset): Likewise.
6583         (walk_subobject_offsets): Likewise.
6584         (record_subobject_offsets): Likewise.
6585         (layout_conflict_p): Reimplement.
6586         (layout_nonempty_base_or_field): Correct handling of type
6587         conflicts during layout.
6588         (layout_empty_base): Likewise.
6589         (build_base_field): Adjust to handle new representation of empty
6590         base offset table.
6591         (build_base_fields): Likewise.
6592         (layout_virtual_bases): Likewise.
6593         (splay_tree_compare_integer_csts): New function.
6594         (layout_class_type): Use a splay_tree, rather than a varray, to
6595         represent the offsets of empty bases.
6596
6597         * cp-tree.h (DECL_ANTICIPATED): Don't require a FUNCTION_DECL.
6598         * decl.c (select_decl): Don't return declarations that are
6599         DECL_ANTICIPATED.
6600
6601 2000-10-18  Mark Mitchell  <mark@codesourcery.com>
6602
6603         * cp-tree.h (cp_tree_index): Add CPTI_FAKE_STD.
6604         (fake_std_node): New macro.
6605         * decl.c (in_std): Rename to ...
6606         (in_fake_std): ... this.
6607         (flag_no_builtin): Remove.
6608         (flag_no_nonansi_builtin): Likewise.
6609         (walk_namespaces_r): Use fake_std_node.
6610         (push_namespace): Use std_identifier.
6611         (pop_namespace): Use in_fake_std.
6612         (lookup_name_real): Use fake_std_node.
6613         (init_decl_processing): When -fhonor-std, create the `std'
6614         namespace.  Don't create a dummy fake_std_node in that case.
6615         Adjust call to c_common_nodes_and_builtins.  Use std_identifier.
6616         (builtin_function): Put builtins whose names don't begin
6617         with `_' in the std namespace.
6618         * decl2.c (flag_no_builtin): Remove.
6619         (flag_no_nonansi_builtin): Likewise.
6620         (set_decl_namespace): Use fake_std_node.
6621         (validate_nonmember_using_decl): Likewise.
6622         (do_using_directive): Likewise.
6623         (handle_class_head): Likewise.
6624         * dump.c (dequeue_and_dump): Likewise.
6625         * except.c (init_exception_processing): Use std_identifier.
6626         * init.c (build_member_call): Use fake_std_node.
6627         * rtti.c (init_rtti_processing): Use std_identifier.
6628
6629 2000-10-17  Mark Mitchell  <mark@codesourcery.com>
6630
6631         * cp-tree.h (back_end_hook): Remove declaration.
6632         * decl2.c (back_end_hook): Remove definition.
6633
6634         * dump.c (dequeue_and_dump): Dump TREE_USED.
6635
6636 Tue Oct 17 20:19:06 2000  Brad Lucier <lucier@math.purdue.edu>
6637
6638         * spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int).
6639
6640 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6641
6642         * decl.c (WINT_TYPE): Define.
6643         (init_decl_processing): Create types unsigned_ptrdiff_type_node,
6644         c_size_type_node, signed_size_type_node and wint_type_node.
6645
6646 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
6647
6648         * decl2.c (warn_missing_format_attribute): New variable.
6649         (lang_decode_option): Decode -Wmissing-format-attribute.
6650
6651 2000-10-16  Mark Mitchell  <mark@codesourcery.com>
6652
6653         * typeck.c (qualify_type): Remove.
6654         (composite_pointer_type): Fix handling of conversions to `cv void*'.
6655
6656 2000-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6657
6658         * Makefile.in (parse.c, parse.h): Fix think-o in last patch.
6659
6660 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6661
6662         * Makefile.in (parse.c, parse.h): Create atomically.
6663
6664 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
6665
6666         * class.c (current_obstack): Remove.
6667         * decl.c (ggc_p): Remove.
6668         (start_decl): Don't use decl_tree_cons.
6669         (grokdeclarator): Don't use build_decl_list.
6670         (start_function): Don't use decl_tree_cons.
6671         (finish_function): Don't mess with obstacks.
6672         * decl2.c (grok_x_components): Don't use build_decl_list.
6673         * lex.c (make_call_declarator): Don't call decl_tree_cons.
6674         (implicitly_declare_fn): Don't call build_decl_list.
6675         * parse.y (frob_specs): Don't call build_decl_list or
6676         decl_tree_cons.
6677         (expr_or_declarator_intern): Don't call decl_tree_cons.
6678         (primary): Don't call build_decl_list.
6679         (fcast_or_absdcl): Likewise.
6680         (typed_declspecs): Don't call decl_tree_cons.
6681         (reserved_declspecs): Don't call build_decl_list.
6682         (declmods): Likewise.
6683         (reserved_typespecquals): Likewise.
6684         (aggr): Likewise.
6685         (new_type_id): Likewise.
6686         (cv_qualifiers): Likewise.
6687         (after_type_declarator_intern): Likewise.
6688         (notype_declarator_intern): Likewise.
6689         (absdcl_intern): Likewise.
6690         (named_parm): Likewise.
6691         * pt.c (most_specialized_class): Likewise.
6692         * repo.c (temporary_obstack): Make it a structure, not a pointer.
6693         (init_repo): Initialize it.
6694         * search.c (current_obstack): Remove.
6695         * typeck2.c (add_exception_specifier): Don't call build_decl_list.
6696
6697 2000-10-09  Richard Henderson  <rth@cygnus.com>
6698
6699         * Make-lang.in (CXX_EXTRA_HEADERS): Remove.
6700         (c++ language support bits for libgcc): Remove.
6701         (c++.clean): Remove cplib2.txt cleanup.
6702         * config-lang.in (headers, lib2funcs): Remove.
6703
6704         * exception.cc, new.cc, new1.cc, new2.cc: Remove files.
6705         * tinfo.cc, tinfo.h, tinfo2.cc, vec.cc: Remove files.
6706         * inc/cxxabi.h, inc/exception, inc/new: Remove files.
6707         * inc/new.h, inc/typeinfo: Remove files.
6708
6709 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
6710
6711         * decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
6712         defined.
6713         (init_decl_processing): Initialize intmax_type_node and
6714         uintmax_type_node.
6715
6716 2000-10-06  Richard Henderson  <rth@cygnus.com>
6717
6718         * cp-tree.h (struct cp_language_function): Remove x_result_rtx.
6719         (original_result_rtx): Remove.
6720         * decl.c (save_function_data): Don't clear x_result_rtx.
6721         (mark_lang_function): Don't mark it either.
6722         * expr.c (fixup_result_decl): Remove.
6723         * semantics.c (genrtl_named_return_value): Frob the return decl
6724         before calling emit_local_var.
6725         (genrtl_finish_function): Don't call fixup_result_decl.
6726         Always emit the jump to return_label.
6727
6728 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
6729
6730         * pt.c (lookup_template_class): Set current access for enum.
6731         (tsubst_enum): Set file & line for enum decl.
6732
6733         * spew.c (yylex): Remove unused variable.
6734
6735 2000-10-05  Richard Henderson  <rth@cygnus.com>
6736
6737         * semantics.c (genrtl_finish_function): Don't init or check
6738         can_reach_end; remove noreturn and return value checks.
6739
6740 2000-10-05  Tom Tromey  <tromey@cygnus.com>
6741
6742         * init.c (build_java_class_ref): Use `build_static_name' with a
6743         suffix, not a prefix, to build the class object's name.
6744
6745 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
6746
6747         * cp-tree.h (access_kind): Fix comment typo.
6748         * decl2.c (grokfield): Fix diagnostic typo.
6749         * semantics.c (finish_template_type): Fix comment typo.
6750         (finish_qualified_object_call_expr): Likewise.
6751
6752 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
6753
6754         * pt.c (tsubst_expr, DECL_STMT case): Don't process if
6755         tsubsting fails.
6756
6757 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
6758
6759         * spew.c (frob_id): New static function.
6760         (frob_opname): Use it.
6761         (yylex): Use it.
6762
6763 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
6764
6765         * decl.c (lang_mark_false_label_stack): Remove.
6766         * lex.c (cp_mang_lang_type): Use ggc_alloc_cleared.
6767
6768 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
6769
6770         * gxxint.texi: Use @email for formatting email addresses.
6771
6772 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
6773
6774         * error.c: Remove direct obstack manipulation.  Replace with
6775         output_buffer-based formatting.  Adjust calls to removed macros.
6776         (obstack_chunk_alloc, obstack_chunk_free): Remove.
6777         (OB_INIT, OB_PUTC, OB_PUTC2, OB_PUTS, OB_PUTID, OB_PUTCP,
6778         OB_FINISH, OB_PUTI, OB_END_TEMPLATE): Likewise.
6779
6780 2000-09-24  Mark Mitchell  <mark@codesourcery.com>
6781
6782         * ir.texi: Move to ../c-tree.texi.
6783
6784 2000-09-20  Jason Merrill  <jason@redhat.com>
6785
6786         * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
6787
6788 2000-09-21  Andreas Jaeger  <aj@suse.de>
6789
6790         * errfn.c: Move declaration of cp_printer and cp_printers to ...
6791         * cp-tree.h: ... here.
6792
6793         * error.c: Remove declaration of cp_printer.
6794
6795 2000-09-20  Mark Mitchell  <mark@codesourcery.com>
6796
6797         * tree.c (mark_local_for_remap_r): Handle CASE_LABELs.
6798
6799 2000-09-20  Hans-Peter Nilsson  <hp@axis.com>
6800
6801         * except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and
6802         users.
6803
6804 2000-09-18  Mark Mitchell  <mark@codesourcery.com>
6805
6806         * decl.c (start_function): Robustify.
6807
6808 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6809
6810         * cp-tree.h (check_function_format): Accept a `status' parameter.
6811
6812         * call.c, typeck.c: Updates calls to `check_function_format'.
6813
6814 2000-09-17  Geoffrey Keating  <geoffk@cygnus.com>
6815
6816         * decl2.c (handle_class_head): Always push some scope even
6817         in the error case.
6818
6819 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
6820
6821         * cp-tree.h (struct cp_language_function): Remove
6822         x_scope_stmt_stack and name_declared.
6823         (current_scope_stmt_stack): Remove.
6824         (function_name_declared_p): New macro.
6825         (struct lang_decl_flags): Use c_lang_decl as a base class.
6826         (context): Remove.
6827         (struct lang_decl): Replace saved_tree with context.
6828         (DECL_FRIEND_CONTEXT): Adjust accordingly.
6829         (SET_DECL_FRIEND_CONTEXT): Likewise.
6830         (DECL_VIRTUAL_CONTEXT): Likewise.
6831         (DECL_SAVED_TREE): Remove.
6832         (C_DECLARED_LABEL_FLAG): Likewise.
6833         (cplus_expand_expr_stmt): Don't declare.
6834         (add_decl_stmt): Likewise.
6835         (add_scope_stmt): Likewise.
6836         * decl.c (mark_stmt_tree): Remove.
6837         (case_compare): Likewise.
6838         (finish_case_label): Use c_add_case_label.
6839         (init_decl_processing): Set more language-specific hooks.
6840         (build_enumerator): Fix typo in comment.
6841         (cplus_expand_expr_stmt): Remove.
6842         (mark_lang_function): Use mark_c_language_function.
6843         (lang_mark_tree): Use c_mark_lang_decl.
6844         * decl2.c: Change order of inclusion.
6845         * except.c: Likewise.
6846         * expr.c (cplus_expand_expr): Remove handling of STMT_EXPR.  Fall
6847         back on c_expand_expr.
6848         * friend.c: Include expr.h.
6849         * init.c: Change order of inclusion.
6850         * Makefile.in: Update dependencies.
6851         * lex.h (free_lang_decl_chain): Remove.
6852         * optimize.c (maybe_clone_body): Use function_name_declared_p.
6853         * pt.c (build_template_decl): Don't copy DECL_VIRTUAL_CONTEXT if
6854         it doesn't exist.
6855         (instantiate_decl): Use function_name_declared_p.
6856         * semantics.c (lang_expand_expr_stmt): Remove.
6857         (set_current_function_name_declared): Likewise.
6858         (current_function_name_declared): Likewise.
6859         (begin_compound_stmt): Use function_name_declared_p.
6860         (add_decl_stmt): Remove.
6861         (setup_vtbl_ptr): Use function_name_declared_p.
6862         (add_scope_stmt): Remove.
6863         (current_scope_stmt_stack): New function.
6864         (cp_expand_stmt): Don't handle SCOPE_STMTs.
6865         (expand_body): Use function_name_declared_p.
6866         * tree.c (cp_statement_code_p): Don't include SCOPE_STMT.
6867         * typeck.c: Change order of includes.
6868         (convert_sequence): Remove.
6869
6870 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
6871
6872         * lex.c (reswords): Add _Complex.
6873
6874 Thu Sep 14 12:10:45 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6875
6876         * Make-lang.in (cplib2.txt): Depend on cp/Makefile.
6877
6878 2000-09-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
6879
6880         * init.c (begin_init_stmts): Don't use // comments.
6881
6882 2000-09-12  Jason Merrill  <jason@redhat.com>
6883
6884         * decl.c (maybe_deduce_size_from_array_init): Set do_default for
6885         all non-extern arrays.
6886
6887         * decl.c (grokdeclarator): Complain about 'friend T' for implicit
6888         typenames, too.  Downgrade complaint to pedwarn.
6889         (xref_tag): Warn about surprising behavior of 'friend struct T'.
6890         * decl2.c (handle_class_head): Generate a TYPENAME_TYPE for
6891         'class This::Inherited'.
6892
6893 2000-09-12  Mark Mitchell  <mark@codesourcery.com>
6894
6895         * decl.c (finish_case_label): Given the LABEL_DECL a
6896         DECL_CONTEXT.
6897
6898 2000-09-12  Gabriel Dos Reis  <gdr@codesourcery.com>
6899
6900         * error.c (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE,
6901         TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPDEF,
6902         TFF_DECL_SPECIFIERS, TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
6903         TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
6904         TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS, TFF_SCOPE):
6905         New macros.
6906         (sorry_for_unsupported_tree, print_scope_operator,
6907         print_left_paren, print_right_paren, print_left_bracket,
6908         print_right_bracket, print_whitespace): Likewise.
6909         (aggr_variety): Rename to class_key_or_enum.
6910         (print_type): Rename to print_type_id.
6911         (print_type_specifier_seq, print_simple_type_specifier,
6912         print_elaborated_type_specifier,
6913         print_rest_of_abstract_declarator,
6914         print_parameter_declaration_clause, print_exception_specification,
6915         print_nested_name_specifier, print_template_id,
6916         typedef_original_name,  print_template_argument_list_start,
6917         print_template_argument_list_end): New functions.
6918
6919 2000-09-11  Gabriel Dos Reis  <gdr@codesourcery.com>
6920
6921         * ir.texi: Add more documentation.
6922
6923 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
6924
6925         * cp-tree.h (struct saved_scope): Remove x_function_parms.
6926         (current_function_parms): Don't define.
6927         (struct cp_language_function): Remove parms_stored.
6928         (current_function_just_assigned_this): Don't define.
6929         (current_function_parms_stored): Likewise.
6930         (static_ctors): Declare.
6931         (static_dtors): Likewise.
6932         (SF_EXPAND): Don't define.
6933         (expand_start_early_try_stmts): Remove declaration.
6934         (store_parm_decls): Likewise.
6935         * decl.c (static_ctors): Don't declare.
6936         (static_dtors): Likewise.
6937         (struct binding_level): Remove this_block.
6938         (poplevel): Remove dead code.
6939         (set_block): Likewise.
6940         (mark_binding_level): Don't mark this_block.
6941         (mark_saved_scope): Don't mark x_function_parms.
6942         (init_decl_processing): Don't add current_function_parms as a GC
6943         root.
6944         (check_function_type): Change prototype.
6945         (start_function): Remove RTL-generation code.
6946         (expand_start_early_try_stmts): Remove.
6947         (store_parm_decls): Give it internal linkage.  Remove
6948         RTL-generation code.
6949         (finish_function): Remove RTL-generation code.
6950         * decl2.c (static_ctors): Fix formatting.
6951         (static_dtors): Likewise.
6952         * method.c (use_thunk): Don't call store_parm_decls.
6953         (synthesize_method): Likewise.
6954         * optimize.c (maybe_clone_body): Likewise.
6955         * parse.y (fn.def2): Likewise.
6956         (.set_base_init): Likewise.
6957         (nodecls): Likewise.
6958         * pt.c (instantiate_decl): Likewise.
6959         * rtti.c (synthesize_tinfo_fn): Likewise.
6960         * semantics.c (genrtl_try_block): Simplify.
6961         (expand_body): Use genrtl_start_function and
6962         genrtl_finish_function.
6963         (genrtl_start_function): New function.
6964         (genrtl_finish_function): Likewise.
6965
6966 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
6967
6968         * error.c (cp_tree_printer, case 'P'): Append break.
6969
6970 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
6971
6972         * cp-tree.h (frob_opname): Declare.
6973         * parse.y (saved_scopes): New static variable.
6974         (cp_parse_init): Adjust.
6975         (do_id): If lastiddecl is NULL, do do_identifier.
6976         (operator): Save scope information.
6977         (unoperator): New reduction. Restore scope information.
6978         (operator_name): Append unoperator. Call frob_opname.
6979         * spew.c (frob_opname): Define.
6980
6981 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
6982
6983         * decl.c, rtti.c: Include defaults.h if not already included.
6984         Don't define the *_TYPE_SIZE macros.
6985
6986 2000-09-09  Mark Mitchell  <mark@codesourcery.com>
6987
6988         * cp-tree.h (push_switch): Change prototype.
6989         (check_cp_case_value): Remove declaration.
6990         (decl_constant_value): Likewise.
6991         * decl.c (struct cp_switch): Add switch_stmt and cases.
6992         (case_compare): New function.
6993         (push_switch): Set switch_stmt.  Initialize cases.
6994         (pop_switch): Clean up cases.
6995         (define_case_label): Rename to ...
6996         (finish_case_label): ... this.  Do semantic analysis for case
6997         labels here.
6998         (start_function): Correct comment.
6999         * decl2.c (check_cp_case_value): Remove.
7000         * expr.c (do_case): Remove.
7001         * pt.c (tsubst_expr): Adjust call to finish_case_label.
7002         * semantics.c (genrtl_do_poplevel): Remove declaration.
7003         (RECHAIN_STMTS): Remove.
7004         (finish_break_stmt): Use build_break_stmt.
7005         (finish_continue_stmt): Use build_continue_stmt.
7006         (finish_switch_cond): Adjust condition here, rater than in
7007         c_expand_start_case.
7008         (finish_case_label): Remove.
7009         * typeck.c (c_expand_return): Remove.
7010         (c_expand_start_case): Likewise.
7011
7012 2000-09-07  Gabriel Dos Reis  <gdr@codesourcery.com>
7013
7014         * ir.texi: Document type nodes.
7015
7016 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
7017
7018         * cp-tree.h (init_cp_semantics): Declare.
7019         (genrtl_try_block): Don't declare.
7020         (genrtl_handler): Likewise.
7021         (genrtl_catch_block): Likewise.
7022         (genrtl_ctor_stmt): Likewise.
7023         (genrtl_subobject): Likewise.
7024         (genrtl_do_poplevel): Likewise.
7025         (genrtl_named_return_value): Likewise.
7026         * lex.c (init_parse): Call init_cp_semantics.
7027         * semantics.c (genrtl_try_block): Give it internal linkage.
7028         (genrtl_handler): Likewise.
7029         (genrtl_catch_block): Likewise.
7030         (genrtl_ctor_stmt): Likewise.
7031         (genrtl_subobject): Likewise.
7032         (genrtl_do_poplevel): Likewise.
7033         (genrtl_named_return_value): Likewise.
7034         (lang_expand_stmt): Rename to ...
7035         (cp_expand_stmt): ... this.  Only handle C++-specific nodes.
7036         (init_cp_semantics): Define.
7037
7038         * decl.c (initialize_local_var): Remove RTL-generating code.
7039         * semantics.c (genrtl_try_block): Fix formatting.
7040
7041         Move statement-tree facilities from C++ to C front-end.
7042         * cp-tree.h (cp_tree_index): Remove CPTI_VOID_ZERO.
7043         (void_zero_node): Remove.
7044         (stmt_tree): Likewise.
7045         (scope_chain): Adjust.
7046         (language_function): Rename to cp_language_function.
7047         (cp_function_chain): Adjust.
7048         (current_stmt_tree): Remove.
7049         (last_tree): Likewise.
7050         (last_expr_type): Likewise.
7051         (struct lang_decl): Adjust.
7052         (STMT_IS_FULL_EXPR_P): Remove.
7053         (add_tree): Remove.
7054         (begin_stmt_tree): Likewise.
7055         (finish_stmt_tree): Likewise.
7056         (walk_tree_fn): Likewise.
7057         (walk_stmt_tree): Likewise.
7058         * class.c (finish_struct): Replace use of add_tree with add_stmt.
7059         * decl.c (mark_stmt_tree): Adjust type.
7060         (init_decl_processing): Don't build void_zero_node.
7061         (initialize_local_var): Adjust usage of current_stmt_tree.
7062         (finish_enum): Use add_stmt, not add_tree.
7063         (save_function_data): Adjust use of language_function.
7064         (finish_constructor_body): Use add_stmt, not add_tree.
7065         (finish_destructor_body): Likewise.
7066         (push_cp_function_context): Adjust use of language_function.
7067         (pop_cp_function_context): Likewise.
7068         (mark_lang_function): Likewise.
7069         (mark_cp_function_context): Likewise.
7070         * init.c (build_aggr_init): Adjust use of current_stmt_tree.
7071         (build_vec_init): Likewise.
7072         * semantics.c (SET_LAST_STMT): Remove.
7073         (RECHAIN_STMTS): Don't use it.
7074         (stmts_are_full_exprs_p): Adjust use of current_stmt_tree.
7075         (current_stmt_tree): Define.
7076         (add_tree): Remove.
7077         (finish_goto_stmt): Use add_stmt, not add_tree.
7078         (finish_expr_stmt): Likewise.
7079         (begin_if_stmt): Likewise.
7080         (finish_then_clause): Likewise.
7081         (begin_while_stmt): Likewise.
7082         (begin_do_stmt): Likewise.
7083         (finish_return_stmt): Likewise.
7084         (begin_for_stmt): Likewise.
7085         (finish_break_stmt): Likewise.
7086         (finish_continue_stmt): Likewise.
7087         (begin_switch_stmt): Likewise.
7088         (finish_case_label): Likewise.
7089         (begin_try_block): Likewise.
7090         (begin_function_try_block): Likewise.
7091         (begin_handler): Likewise.
7092         (begin_catch_block): Likewise.
7093         (begin_compound_stmt): Likewise.
7094         (begin_asm_stmt): Likewise.
7095         (finish_asm_stmt): Likewise.
7096         (finish_label_stmt): Likewise.
7097         (add_decl_stmt): Likewise.
7098         (finish_subobject): Likewise.
7099         (finish_decl_cleanup): Likewise.
7100         (finish_named_return_value): Likewise.
7101         (setup_vtbl_ptr): Likewise.
7102         (add_scope_stmt): Likewise.
7103         (finish_stmt_expr): Likewise.
7104         (prune_unused_decls): Remove.
7105         (begin_stmt_tree): Likewise.
7106         (finish_stmt_tree): Likewise.
7107         (prep_stmt): Adjust use of current_stmt_tree.
7108         (lang_expand_stmt): Likewise.
7109         * tree.c (statement_code_p): Remove.
7110         (cp_statement_code_p): New function.
7111         (walk_stmt_tree): Remove.
7112         (init_tree): Set lang_statement_code_p.
7113
7114 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
7115
7116         Integrated preprocessor.
7117
7118         * Make-lang.in, Makefile.in: Remove all references to input.c,
7119         gxx.gperf, and hash.h.  Add ../c-lex.o to C_OBJS.
7120         * gxx.gperf, hash.h, input.c: Delete.
7121         * lang-specs.h: Pass -lang-c++ to cc1plus so cpplib is
7122         initialized properly.
7123
7124         * class.c (fixup_pending_inline): Take a tree, not a
7125         struct pending_inline *.  All callers changed.
7126         (init_class_processing): Set RID_PUBLIC, RID_PRIVATE,
7127         RID_PROTECTED entries in ridpointers[] array here.
7128         * decl.c (duplicate_decls): Do not refer to struct
7129         pending_inline.
7130         (record_builtin_type, init_decl_processing): Use RID_MAX not
7131         CP_RID_MAX.
7132         (grokdeclarator): Use C_IS_RESERVED_WORD.
7133         * decl2.c (lang_decode_option): Ignore -lang-c++ for sake of
7134         cpplib.
7135         (grok_x_components): Do not inspect pending_inlines chain.
7136
7137         * cp-tree.h (struct lang_identifier): Add rid_code entry.
7138         (C_IS_RESERVED_WORD, C_RID_CODE, C_RID_YYCODE): New.
7139         (flag_no_gnu_keywords, flag_operator_names, rid_to_yy): Declare.
7140         (DEFARG_LENGTH, struct pending_inline, TIME_IDENTIFIER_TIME,
7141         TIME_IDENTIFIER_FILEINFO): Kill.
7142         Update prototypes.
7143         * lex.h: Expunge cp_rid.  Rewrite RIDBIT macros to use just a
7144         single 32-bit word.
7145         * parse.y: Call do_pending_inlines unconditionally.
7146         reinit_parse_for_method is now snarf_method.  fn.defpen is no
7147         longer necessary.  Remove unnecessary <itype> annotation on
7148         SCOPE.  Do not refer to end_of_file or struct pending_inline.
7149         * semantics.c (begin_inline_definitions): Call
7150         do_pending_inlines unconditionally.
7151
7152         * lex.c: Remove all code now shared with C front end.
7153         Initialize cpplib properly if USE_CPPLIB.  Put reserved words
7154         into the get_identifier table.  Rewrite pragma handling to
7155         work with the registry.  Move code to save tokens for later
7156         processing to spew.c.
7157
7158         * spew.c: Rewrite everything in terms of token streams instead
7159         of text.  Move routines here from lex.c / input.c as
7160         appropriate.  GC-mark trees hanging off the pending inlines
7161         chain.
7162
7163 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
7164
7165         * NEWS: Mention that the named return value extension has been
7166         deprecated.
7167         * cp-tree.h (original_result_rtx): Define.
7168         (TREE_REFERENCE_EXPR): Remove.
7169         (DECL_VPARENT): Likewise.
7170         (pushdecl_nonclass_level): Likewise.
7171         (store_return_init): Likewise.
7172         (reinit_lang_specific): Likewise.
7173         (genrtl_named_return_value): Change prototype.
7174         * decl.c (original_result_rtx): Remove.
7175         (cp_finish_decl): Don't build DECL_STMTs for RESULT_DECLs.
7176         Do not generate RTL for local variables here.
7177         (store_return_init): Remove.
7178         * semantics.c (genrtl_named_return_value): Simplify.  Fold in
7179         store_return_init.
7180         (finish_named_return_value): Adjust accordingly.  Warn that this
7181         extension is deprecated.
7182         (lang_expand_stmt): Adjust call to genrtl_named_return_value.
7183
7184 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7185
7186         * pt.c (type_unification_real): Replace switch with if.
7187         (unify): Tsubst non-type parms before comparing.
7188
7189 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7190
7191         * error.c (dump_typename): New function, broken out of ...
7192         (dump_type): ... here. Use it.
7193         * typeck.c (same_type_p): Use cp_tree_equal for TYPENAME_TYPE.
7194
7195 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7196
7197         * init.c (build_offset_ref): Deal with namespace scoped
7198         TEMPLATE_ID_EXPRs.
7199
7200 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7201
7202         * class.c (resolve_address_of_overloaded_function): Add
7203         explanation message.
7204         * decl.c (define_case_label): Reformat explanation.
7205         * decl2.c (finish_static_data_member_decl): Likewise.
7206         (grokfield): Likewise.
7207         * friend.c (do_friend): Likewise.
7208
7209 2000-09-05  Zack Weinberg  <zack@wolery.cumb.org>
7210
7211         * tree.c (walk_tree): Expose tail recursion.
7212         (walk_stmt_tree): New function.
7213         * cp-tree.h: Prototype walk_stmt_tree.
7214         * semantics.c (prune_unused_decls): Operate on SCOPE_STMTs not
7215         the BLOCKs directly.  If a BLOCK has no variables after
7216         pruning, discard it.
7217         (finish_stmt_tree): Use walk_stmt_tree.  No need to save and
7218         restore the line number.
7219
7220 2000-09-05  Mark Mitchell  <mark@codesourcery.com>
7221
7222         * Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
7223         (pt.o): Remove dependency on HTAB_H.
7224         * cp-tree.h: Include hashtab.h.
7225         (walk_tree): Change prototype.
7226         (walk_tree_without_duplicates): New function.
7227         * decl.c (check_default_argument): Use it.
7228         * optimize.c (remap_decl): Adjust calls to walk_tree.
7229         (copy_body): Likewise.
7230         (expand_calls_inline): Likewise.
7231         (calls_setjmp_p): Use walk_tree_without_duplicates.
7232         * pt.c: Don't include hashtab.h.
7233         (for_each_template_parm): Use walk_tree_without_duplicates.
7234         * semantics.c (finish-stmt_tree): Likewise.
7235         (expand_body): Likewise.
7236         * tree.c (walk_tree): Add additional parameter.
7237         (walk_tree_without_duplicates): New function.
7238         (count_trees): Use it.
7239         (verify_stmt_tree): Adjust call to walk_tree.
7240         (find_tree): Use walk_tree_without_duplicates.
7241         (no_linkage_check): Likewise.
7242         (break_out_target_exprs): Adjust call to walk_tree.
7243         (cp_unsave): Likewise.
7244
7245 2000-09-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7246
7247         * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.
7248         (TEMPLATE_TEMPLATE_PARM): Adjust comment.
7249         * cp-tree.h (TYPE_BINFO): Adjust comment.
7250         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Likewise.
7251         (TEMPLATE_TYPE_PARM_INDEX): Likewise.
7252         (IS_AGGR_TYPE): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
7253         (TYPE_TEMPLATE_INFO): Likewise.
7254         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): Likewise.
7255         * class.c (push_nested_class): Likewise.
7256         * decl.c (lookup_name_real): Likewise.
7257         (grokdeclarator): Likewise.
7258         (grok_op_properties): Likewise.
7259         (xref_tag): Likewise.
7260         (xref_basetypes): Likewise.
7261         * decl2.c (constructor_name_full): Likewise.
7262         (arg_assoc_template_arg): Add TEMPLATE_TEMPLATE_PARM case.
7263         (arg_assoc_type): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
7264         * error.c (dump_type): Split TEMPLATE_TEMPLATE_PARM case.
7265         (dump_type_prefix): Add BOUND_TEMPLATE_TEMPLATE_PARM.
7266         (dump_type_suffix): Likewise.
7267         * init.c (is_aggr_type): Use BOUND_TEMPLATE_TEMPLATE_PARM
7268         instead.
7269         (get_aggr_from_typedef): Likewise.
7270         * mangle.c (write_type): Split TEMPLATE_TEMPLATE_PARM case.
7271         (write_expression): Add BOUND_TEMPLATE_TEMPLATE_PARM.
7272         (write_template_parm): Likewise.
7273         (write_template_template_parm): Check tree code instead of
7274         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
7275         * method.c (build_overload_nested_name): Add
7276         BOUND_TEMPLATE_TEMPLATE_PARM.
7277         (process_overload_item): Split TEMPLATE_TEMPLATE_PARM case.
7278         * parse.y (bad_parm): Add BOUND_TEMPLATE_TEMPLATE_PARM.
7279         * pt.c (convert_template_argument): Check tree code instead of
7280         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
7281         (for_each_template_parm_r): Split TEMPLATE_TEMPLATE_PARM case.
7282         (for_each_template_parm): Adjust comment.
7283         (tsubst): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.
7284         (tsubst_copy): Add BOUND_TEMPLATE_TEMPLATE_PARM.
7285         (unify): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.  Use
7286         template_args_equal to compare template template parameter cases.
7287         * ptree.c (print_lang_type): Add BOUND_TEMPLATE_TEMPLATE_PARM.
7288         * search.c (lookup_field_1): Use BOUND_TEMPLATE_TEMPLATE_PARM
7289         instead.
7290         * tree.c (copy_template_template_parm): Decide whether to create
7291         a TEMPLATE_TEMPLATE_PARM or BOUND_TEMPLATE_TEMPLATE_PARM node.
7292         (walk_tree): Add BOUND_TEMPLATE_TEMPLATE_PARM.
7293         (copy_tree_r): Likewise.
7294         * typeck.c (comptypes): Likewise.  Check tree code instead of
7295         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
7296
7297 2000-09-04  Mark Elbrecht  <snowball3@bigfoot.com>
7298
7299         * decl.c (finish_function): Move the code for handling functions
7300         marked with the constructor and destructor attributes inside the
7301         expand_p block.
7302
7303 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
7304
7305         * init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.
7306
7307 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
7308
7309         * pt.c (lookup_template_class): Remove abort.
7310         * tree.c (get_type_decl): Allow error_mark_node.
7311
7312 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
7313
7314         * decl2.c (arg_assoc): Deal with COMPONENT_REFs inside
7315         TEMPLATE_ID_EXPRs.
7316
7317 2000-09-03  Mark Mitchell  <mark@codesourcery.com>
7318
7319         * operators.def (ALIGNOF_EXPR, MAX_EXPR, MIN_EXPR): Change
7320         new ABI mangling.
7321
7322 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
7323
7324         * parse.y (named_class_head): Check for TYPENAME_TYPE. Simplify
7325         union tag mismatch error reporting.
7326
7327 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
7328
7329         * call.c (build_scoped_method_call): Check it is not a namespace.
7330
7331 2000-08-30  Jason Merrill  <jason@redhat.com>
7332
7333         * cp-tree.h (LOCAL_CLASS_P): Use decl_function_context.
7334
7335         * tree.c (bot_manip): Check TREE_CONSTANT rather than
7336         !TREE_SIDE_EFFECTS.  Call break_out_target_exprs and
7337         build_target_expr_with_type for the non-AGGR_INIT_EXPR case.
7338
7339         * decl.c (start_function): Always call make_function_rtl.
7340
7341 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
7342
7343         * semantics.c (prune_unused_decls): New function.
7344         (finish_stmt_tree): Call it via walk_tree.
7345
7346 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
7347
7348         * class.c (build_secondary_vtable): Constify a char *.
7349         * decl.c (init_decl_processing): Initialize function_id_node,
7350         pretty_function_id_node, and func_id_node.
7351         * input.c (struct input_source): Constify 'str'.
7352         (feed_input): Constify first argument.
7353         * mangle.c (write_identifier): Constify argument.
7354         * pt.c (mangle_class_name_for_template): Constify argument.
7355
7356 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
7357
7358         * typeck.c (mark_addressable): Remove code that pokes around in
7359         RTL.
7360
7361 2000-08-28  Jason Merrill  <jason@redhat.com>
7362
7363         * lex.c (file_name_nondirectory): Move to toplev.c.
7364
7365         * cp-tree.h (LOCAL_CLASS_P): New macro.
7366         * class.c (finish_struct_1): Use it.
7367
7368 2000-08-27  Alex Samuel  <samuel@codesourcery.com>
7369
7370         * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplained voodoo.
7371         (write_encoding): Pass another argument to write_name.
7372         (write_name): Add ignore_local_scope parameter.  Fix handling of
7373         local names.
7374         (write_nested_name): Use write_unqualified_name.
7375         (write_prefix): Likewise.  Skip out on FUNCTION_DECLs.
7376         (write_template_prefix): Use write_unqualified_name.
7377         (write_component): Remove.
7378         (write_local_name): Add parameter.  Use direct local entity to
7379         discriminator calculation.
7380         (write_class_enum_type): Pass another argument to write_name.
7381         (write_template_template_arg): Likewise.
7382         (make_guard_variable): Likewise.
7383
7384 2000-08-27  Jason Merrill  <jason@redhat.com>
7385
7386         * decl.c (pushdecl): Matching decls for local externs are found in
7387         the current level.  Propagate linkage information from previous
7388         declarations.
7389
7390 2000-08-26  Gabriel Dos Reis  <gdr@codesourcery.com>
7391
7392         * ir.texi (Expressions): Fix typo.
7393
7394 2000-08-25  Greg McGary  <greg@mcgary.org>
7395
7396         * tree.c (init_tree): Use ARRAY_SIZE.
7397
7398 2000-08-25  Gabriel Dos Reis  <gdr@codesourcery.com>
7399
7400         * error.c (cp_tree_printer): Rework.
7401
7402 2000-08-25  Mark Mitchell  <mark@codesourcery.com>
7403
7404         * Make-lang.in (CXX_LIB2FUNCS): Remove cp-demangle.o and
7405         dyn-string.o.
7406         (CXX_LIB2SRCS): Remove cp-demangle.c and dyn-string.c.
7407         (cp-demangle.o): Remove target.
7408         (dyn-string.o): Likewise.
7409
7410         * decl.c (grokfndecl): Require that `main' return an `int'.
7411         * mangle.c (write_encoding): Don't mangle return types for
7412         conversion functions.
7413
7414 2000-08-25  Gabriel Dos Reis  <gdr@codesourcery.com>
7415
7416         * error.c (tree_formatting_info): New data type.
7417         (tree_being_formatted): New macro.
7418         (tree_formatting_flags): Likewise.
7419         (put_whitespace): Likewise.
7420         (print_tree_identifier): Likewise.
7421         (print_identifier): Likewise.
7422         (cp_tree_printer, print_function_argument_list, print_declaration,
7423         print_expression, print_function_declaration,
7424         print_function_parameter, print_type, print_cv_qualifier): New
7425         functions.
7426         (init_error): Initialize lang_printer.
7427
7428 2000-08-24  Jason Merrill  <jason@redhat.com>
7429
7430         * typeck.c (build_ptrmemfunc): Just reinterpret if there's no
7431         adjustment necessary.
7432
7433 2000-08-24  Greg McGary  <greg@mcgary.org>
7434
7435         * cp-tree.h (MAIN_NAME_P): Remove macro.
7436
7437 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
7438
7439         * error.c (print_instantiation_context): Don't forget to flush the
7440         buffer.
7441
7442 2000-08-23  Jason Merrill  <jason@redhat.com>
7443
7444         * typeck.c (build_ptrmemfunc): Save the input pmf.
7445
7446         * method.c (process_modifiers): Use same_type_p.
7447
7448 2000-08-23  Mark Mitchell  <mark@codesourcery.com>
7449
7450         * cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC.
7451         * mangle.c (write_function_type): Change prototype.
7452         (write_encoding): Don't mangle return types for
7453         constructors or destructors.
7454         (write_type): Adjust call to write_function_type.
7455         * pt.c (instantiate_template): Instantiate alternate entry points
7456         when instantiating the main function.
7457
7458 2000-08-23  Gabriel Dos Reis  <gdr@codesourcery.com>
7459
7460         * error.c (cp_print_error_function): Don't use embedded '\n' in
7461         output_printf.
7462
7463 2000-08-23  Gabriel Dos Reis  <gdr@codesourcery.com>
7464
7465         * decl.c (init_decl_processing): Remove bogus initialization.
7466         * error.c (lang_print_error_function): Restore here.
7467         (init_error): Initialize print_error_function.
7468
7469 2000-08-22  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
7470
7471         * decl2.c (arg_assoc): Revert my 2000-08-11 change.
7472
7473 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
7474
7475         * Makefile.in (error.o): Depends on diagnostic.h
7476
7477         * cp-tree.h (problematic_instantiation_changed,
7478         record_last_problematic_instantiation, current_instantiation,
7479         print_instantiation_context): Declare.
7480         (maybe_print_template_context): Remove.
7481
7482         * decl.c (init_decl_processing): Set print_error_function to NULL.
7483         (lang_print_error_function): Remove, since we're using a new
7484         machinery.
7485
7486         * error.c: #include diagnostic.h
7487         (function_category): New function.
7488         (cp_diagnostic_starter): Likewise.
7489         (cp_diagnostic_finalizer): Likewise.
7490         (cp_print_error_function): Likewise.
7491         (maybe_print_instantiation_context): Likewise.
7492         (print_instantiation_full_context): Likewise.
7493         (print_instantiation_partial_context): Likewise.
7494         (print_instantiation_context): Define.
7495         (init_error): Initialize diagnostic pager and finalizer.
7496
7497         * pt.c (problematic_instantiation_changed): Define.
7498         (record_last_problematic_instantiation): Likewise.
7499         (current_instantiation): Likewise.
7500         (maybe_print_template_context): Remove.
7501         (print_template_context): Likewise.
7502         (current_tinst_level): Make static to reflect Brendan Kehoe's
7503         change of 1995-04-13.
7504         (push_tinst_level): Call print_instantiation_context.
7505
7506 2000-08-21  Nix  <nix@esperi.demon.co.uk>
7507
7508         * lang-specs.h: Do not process -o or run the assembler if
7509         -fsyntax-only.
7510
7511 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
7512
7513         * decl.c (flag_hosted, flag_noniso_default_format_attributes): New
7514         variables.
7515         * decl2.c (lang_decode_option): Disable gettext attributes for
7516         -ansi.
7517
7518 2000-08-21  Gabriel Dos Reis  <gdr@codesourcery.com>
7519
7520         * lex.c (lang_init_options): Default diagnostic message maximum
7521         length to 80, when line-wrapping.
7522
7523 2000-08-20  Mark Mitchell  <mark@codesourcery.com>
7524
7525         * class.c (build_vtbl_initializer): Clear the entire
7526         vtbl_init_data.  Start keeping track of the functions for which we
7527         have created vcall offsets here.
7528         (dfs_build_vcall_offset_vtbl_entries): Remove.
7529         (build_vcall_offset_vtbl_entries): Reimplement.
7530         (add_vcall_offset_vtbl_entries_r): New function.
7531         (add_vcall_offset_vtbl_entries_1): Likewise.  Tweak logic for
7532         computing when vcall offsets are necessary.
7533
7534 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
7535
7536         * decl.c (member_function_or_else): Use cp_error ... %T.
7537         (grokdeclarator): Likewise.
7538         (start_method): Likewise.
7539         * friend.c (make_friend_class): Use cp_pedwarn ... %T.
7540
7541 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
7542
7543         * decl2.c (grokfield): Set CLASSTYPE_GOT_SEMICOLON on class
7544         TYPE_DECLs.
7545
7546 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
7547
7548         * cp-tree.h (PTRMEM_OK_P): New macro.
7549         (itf_ptrmem_ok): New enumeration value.
7550         * class.c (resolve_address_of_overloaded_function): Add PTRMEM
7551         argument. Diagnose implicit pointer to member.
7552         (instantiate_type): Don't diagnose implicit pointer to member
7553         here. Pass itf_ptrmem_ok if ok. Adjust calls to
7554         resolve_address_of_overloaded_function.
7555         * init.c (build_offset_ref): Set PTRMEM_OK_P.
7556         (resolve_offset_ref): Don't diagnose implicit pointer to member here.
7557         * semantics.c (finish_parenthesized_expr): Clear OFFSET_REFs here.
7558         * typeck.c (build_x_unary_op): Calculate PTRMEM_OK_P.
7559         (build_unary_op): Deal with single non-static member in
7560         microsoft-land.
7561
7562 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
7563
7564         * decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
7565
7566 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
7567
7568         * cp-tree.h (enum_name_string): Remove prototype.
7569         (report_case_error): Remove prototype.
7570         * cp/typeck2.c (enum_name_string): Remove.
7571         (report_case_error): Remove.
7572         * error.c (dump_expr): Deal with enum values directly.
7573         Correctly negate integer constant.
7574
7575 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
7576
7577         * inc/cxxabi.h (__cxa_vec_new2, __cxa_vec_new3): Declare.
7578         (__cxa_vec_delete2, __cxa_vec_delete3): Declare.
7579         * vec.cc (__cxa_vec_new2, __cxa_vec_new3): Implement.
7580         (__cxa_vec_delete2, __cxa_vec_delete3): Implement.
7581         (__cxa_vec_new): Use __cxa_vec_new2.
7582         (__cxa_vec_delete): Use __cxa_vec_delete2.
7583
7584 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
7585
7586         * vec.cc (__cxa_vec_new): Set "C" linkage.
7587         (__cxa_vec_ctor): Likewise.
7588         (__cxa_vec_cctor): Likewise.
7589         (__cxa_vec_dtor): Likewise.
7590         (__cxa_vec_delete): Likewise.
7591         * inc/cxxabi.h (__cxa_vec_new): Set "C" linkage.
7592         (__cxa_vec_ctor): Likewise.
7593         (__cxa_vec_cctor): Likewise.
7594         (__cxa_vec_dtor): Likewise.
7595         (__cxa_vec_delete): Likewise.
7596
7597 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
7598
7599         * class.c (instantiate_type): Reinstate local variable
7600         deleted in previous change.
7601
7602         * cvt.c (cp_convert_to_pointer): Pass itf_complain, not
7603         itf_no_attributes.
7604
7605 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
7606
7607         * cp-tree.h (instantiate_type_flags): New enumeration.
7608         (instantiate_type): Change parameter.
7609         * class.c (instantiate_type): Adjust prototype. Adjust.
7610         * call.c (standard_conversion): Adjust instantiate_type call.
7611         (reference_binding): Likewise.
7612         (build_op_delete_call): Likewise.
7613         (convert_like_real): Likewise.
7614         * cvt.c (cp_convert_to_pointer): Likewise.
7615         (convert_to_reference): Likewise.
7616         * pt.c (convert_nontype_argument): Likewise.
7617         * typeck.c (build_binary_op): Likewise.
7618         (build_ptrmemfunc): Likewise.
7619         (convert_for_assignment): Likewise.
7620
7621 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
7622
7623         * cp-tree.h (CPTR_AGGR_TAG): New global tree node.
7624         (current_aggr): Define.
7625         * decl.c (grokdeclarator): Make sure a friend class is an
7626         elaborated type specifier.
7627         * parse.y (current_aggr): Remove static definition.
7628         (cp_parse_init): Adjust.
7629         (structsp): Clear and restore current_aggr.
7630         (component_decl_list): Clear current_aggr.
7631
7632         * error.c (dump_type, case TYPENAME_TYPE): Don't emit the
7633         aggregate tag on the typename's context.
7634
7635         * pt.c (tsubst_friend_class): Return error_mark_node, if
7636         parms becomes NULL.
7637         (instantiate_class_template): Ignore error_mark_node friend types.
7638
7639 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
7640
7641         * cvt.c (warn_ref_binding): New static function, broken out of ...
7642         (convert_to_reference): ... here. Use it.
7643
7644 2000-08-11  Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
7645
7646         * parse.y (template_arg): Add rule for template qualified with
7647         global scope.
7648
7649 2000-08-11  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
7650
7651         * decl2.c (add_function): Reorganize.
7652         (arg_assoc): Do not consider function template decls.
7653
7654 2000-08-11  Jason Merrill  <jason@redhat.com>
7655
7656         * decl.c (lookup_name_real): Don't forget the TYPENAME_TYPE we're
7657         looking inside.
7658
7659 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
7660
7661         * cp-tree.h (resolve_scope_to_name): Remove unused prototype.
7662         (lookup_nested_tag): Likewise.
7663
7664         * decl2.c (grokfield): Fix comment to reflect many types of _DECLs
7665         can be produced.
7666
7667 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
7668
7669         * parse.y (named_complex_class_head_sans_basetype): Remove
7670         always true if.
7671
7672 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
7673
7674         * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Build
7675         explicit TEMPLATE_ID_EXPR args.
7676         (build_expr_from_tree, case CALL_EXPR): Likewise.
7677
7678 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
7679
7680         * decl.c (check_tag_decl): Diagnose typename's which don't
7681         declare anything.
7682
7683 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
7684
7685         * init.c (build_aggr_init): Reject bogus array initializers
7686         early.
7687
7688 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
7689
7690         * rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi
7691         runtime.
7692         * cp/tinfo.cc (__dynamic_cast): Likewise.
7693         * cp/inc/cxxabi.h (__dynamic_cast): Likewise.
7694
7695 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
7696
7697         * cvt.c (convert_to_pointer_force): Fix error message when
7698         attempting to cast from ambiguous base.
7699
7700 2000-08-08  Jason Merrill  <jason@redhat.com>
7701
7702         * pt.c (tsubst_aggr_type): Bail if creating the argvec fails.
7703         (tsubst_template_arg_vector): Likewise.
7704
7705         * decl2.c (build_anon_union_vars): Choose the largest field; don't
7706         assume that one will be as large as the union.
7707
7708 2000-08-07  Kazu Hirata  <kazu@hxi.com>
7709
7710         * cp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P): Fix a comment typo.
7711         * decl.c (pop_labels): Likewise.
7712
7713 2000-08-04  Jeffrey Oldham  <oldham@codesourcery.com>
7714
7715         * inc/cxxabi.h (__pbase_type_info): Changed member names to match
7716         specifications.
7717         (__pointer_to_member_type_info): Likewise.
7718         (__base_class_info): Likewise.
7719         (__class_type_info): Likewise.
7720         (__si_class_type_info): Likewise.
7721         (__vmi_class_type_info): Likewise.
7722         * tinfo.cc (__si_class_type_info::__do_find_public_src):
7723         Changed member names to match specifications.
7724         (__vmi_class_type_info::__do_find_public_src): Likewise.
7725         (__si_class_type_info::__do_dyncast): Likewise.
7726         (__vmi_class_type_info::__do_dyncast): Likewise.
7727         (__si_class_type_info::__do_upcast): Likewise.
7728         (__vmi_class_type_info::__do_upcast): Likewise.
7729         * tinfo2.cc (__pbase_type_info::__do_catch): Likewise.
7730         (__pbase_type_info::__pointer_catch): Likewise.
7731         (__pointer_type_info::__pointer_catch): Likewise.
7732         (__pointer_to_member_type_info::__pointer_catch): Likewise.
7733
7734 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
7735
7736         * Make-lang.in (cc1plus): Depend on $(BACKEND), not stamp-objlist.
7737         * Makefile.in: Add C_OBJS, BACKEND; delete OBJS, OBJDEPS.
7738         (cc1plus): Link with $(BACKEND) and $(C_OBJS).
7739
7740 2000-08-04  Mark Mitchell  <mark@codesourcery.com>
7741
7742         * cp-tree.h (add_method): Change prototype.
7743         * class.c (add_method): Remove FIELDS parameter.  Add ERROR_P.
7744         Don't double the size of the method vector in the error case.
7745         (handle_using_decl): Adjust call to add_method.
7746         (add_implicitly_declared_members): Likewise.
7747         (clone_function_decl): Likewise.
7748         * decl2.c (check_classfn): Likewise.
7749         * semantics.c (finish_member_declaration): Likewise.
7750
7751 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
7752
7753         * decl.c (flag_isoc94): New variable.
7754
7755 2000-08-02  Jason Merrill  <jason@redhat.com>
7756
7757         * pt.c (do_type_instantiation): Add complain parm; don't complain
7758         if called recursively.
7759         * cp-tree.h, parse.y: Adjust.
7760
7761 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
7762
7763         * decl2.c: Silently ignore -Wstrict-prototypes; warn about
7764         -Wno-strict-prototypes.
7765
7766         * g++spec.c: Adjust type of second argument to
7767         lang_specific_driver, and update code as necessary.
7768
7769         * cp-tree.h: Don't prototype min_precision here.
7770         (my_friendly_assert): Cast expression to void.
7771         * semantics.c (do_poplevel): Initialize scope_stmts.
7772
7773 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
7774
7775         * cp-tree.h (DECL_NEEDED_P): Tweak.
7776
7777 2000-07-28  Jason Merrill  <jason@redhat.com>
7778
7779         * lang-specs.h: Use %i in rule for .ii files.
7780
7781 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
7782
7783         * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
7784
7785 2000-07-30  Mark Mitchell  <mark@codesourcery.com>
7786
7787         Allow indirect primary bases.
7788         * cp-tree.h (struct lang_type): Remove vfield_parent.  Add
7789         primary_base.
7790         (CLASSTYPE_VFIELD_PARENT): Remove.
7791         (CLASSTYPE_PRIMARY_BINFO): Reimplement.
7792         (BINFO_PRIMARY_BINFO): Remove.
7793         (CLASSTYPE_HAS_PRIMARY_BASE_P): Reimplement.
7794         (BINFO_VBASE_PRIMARY_P): Likewise.
7795         (BINFO_PRIMARY_BASE_OF): New macro.
7796         (BINFO_INDIRECT_PRIMARY_P): Likewise.
7797         (get_primary_binfo): New function.
7798         * decl.c (lang_mark_tree): Make lang_type::primary_base.
7799         * class.c (vcall_offset_data_s): Rename to ...
7800         (vtbl_init_data_s): ... this.  Rename primary_p to primary_vtbl_p,
7801         and add ctor_vtbl_p.
7802         (get_derived_offset): Use get_primary_binfo.
7803         (dfs_mark_primary_bases): Adjust handling of virtual primary
7804         bases.
7805         (mark_primary_bases): Likewise.
7806         (set_primary_base): Take a binfo, not an integer, as a
7807         representation of the primary base.
7808         (indirect_primary_base_p): Remove.
7809         (determine_primary_base): Adjust for indirect primary bases.
7810         (dfs_find_final_overrider): Fix typo in coment.
7811         (update_vtable_entry_for_fn): Use get_primary_binfo.
7812         (layout_nonempty_base_or_field): Tweak.
7813         (build_base_fields): Adjust for new primary base semantics.
7814         (dfs_propagate_binfo_offsets): Remove.
7815         (propagate_binfo_offsets): Rewrite.
7816         (dfs_set_offset_for_shared_vbases): Remove.
7817         (layout_virtual_bases): Don't use it.
7818         (layout_class_type): Set CLASSTYPE_SIZE correctly under the new
7819         ABI.
7820         (finish_struct_1): Set CLASSTYPE_PRIMARY_BINFO, not
7821         CLASSTYPE_VFIELD_PARENT.
7822         (dfs_get_primary_binfo): New function.
7823         (get_primary_binfo): Likewise.
7824         (dump_class_hierarchy_r): Tweak printing of primary bases.
7825         (build_vtbl_initializer): Fix typo in comments.  Use
7826         vtbl_init_data.
7827         (build_vcall_and_vbase_vtbl_entries): Likewise.
7828         (build_vbaes_offset_vtbl_entries): Likewise.
7829         (dfs_build_vcall_offset_vtbl_entries): Adjust setting of
7830         BV_VCALL_INDEX to handle indirect primary bases.
7831         (build_vcall_offset_vtbl_entries): Use vtbl_init_data.
7832         (build_rtti_vtbl_entries): Likewise.
7833         * search.c (get_shared_vbase_if_not_primary): Tweak.
7834         (find_vbase_instance): Likewise.
7835         (binfo_for_vtable): Simplify.
7836         * tree.c (unshare_base_binfos): Clear BINFO_PRIMARY_BASE_OF.
7837         (make_binfo): Make it have 11 entries.
7838
7839 2000-07-30  Alex Samuel  <samuel@codesourcery.com>
7840
7841         * mangle.c (DECL_TEMPLATE_ID_P): Remove.
7842         (CLASSTYEP_TEMPLATE_ID_P): Check template info, and context when
7843         ascertaining primaryness.
7844         (G): Remove template_args.
7845         (decl_is_template_id): New function.
7846         (write_encoding): Use decl_is_template_id.
7847         (write_name): Likewise.  Handle type_decls.  Get main variant of
7848         type decls.
7849         (write_nested_name): Likewise.
7850         (write_prefix): Likewise.
7851         (write_template_prefix): Likewise.
7852         (write_special_name_constructor): Remove defunct production from
7853         comment.
7854         (write_bare_function_type): Remove comment about absent parameter.
7855         (write_template_template_arg): Add missing grammar production to
7856         comment.
7857
7858 2000-07-27  Jason Merrill  <jason@redhat.com>
7859
7860         * decl.c (duplicate_decls): If common_type produces a non-typedef
7861         type for a typedef, just use the old type.
7862
7863 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
7864
7865         * cp-tree.h (function_depth): Declare.
7866         (verify_stmt_tree): Likewise.
7867         (find_tree): Likewise.
7868         * decl.c (function_depth): Give it external linkage.
7869         * optimize.c (optimize_function): Increment and decrement it.
7870         * tree.c (verify_stmt_tree_r): New function.
7871         (verify_stmt_tree): Likewise.
7872         (find_tree_r): Likewise.
7873         (find_tree): Likewise.
7874
7875 2000-07-27  Jason Merrill  <jason@redhat.com>
7876
7877         * pt.c (for_each_template_parm_r, case RECORD_TYPE): Use
7878         TYPE_PTRMEMFUNC_P.
7879         * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.
7880
7881 2000-07-26  Mark Mitchell  <mark@codesourcery.com>
7882
7883         * decl.c (start_cleanup_fn): Mark the function as `inline'.
7884         * decl2.c (get_guard): Call cp_finish_decl, not
7885         rest_of_decl_compilation, for local guards.
7886         * lex.c (do_identifier): Remove unused variable.
7887
7888 Wed Jul 26 15:05:51 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
7889
7890         * parse.y:  Add missing ';'.
7891
7892 2000-07-26  Mark Mitchell  <mark@codesourcery.com>
7893
7894         * parse.y (empty_parms): Use `()', not `(...)', when in the scope
7895         of `extern "C++"'.
7896
7897 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7898
7899         Kill strict_prototype. Backwards compatibility only for
7900         non NO_IMPLICIT_EXTERN_C systems.
7901         * cp-tree.h (flag_strict_prototype): Remove.
7902         (strict_prototype): Remove.
7903         (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
7904         * decl.c (maybe_push_to_top_level): Adjust.
7905         (pop_from_top_level): Adjust.
7906         (decls_match): Only allow sloppy parm matching for ancient
7907         system headers.
7908         (init_decl_processing): Adjust.
7909         (grokdeclarator): Adjust.
7910         * decl2.c (flag_strict_prototype): Remove.
7911         (strict_prototype): Remove.
7912         (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
7913         (lang_f_options): Remove "strict-prototype".
7914         (unsupported-options): Add "strict-prototype".
7915         * lex.c (do_identifier): Adjust.
7916         (do_scoped_id): Adjust.
7917         * parse.y (empty_parms): Adjust.
7918         * class.c (push_lang_context): Adjust.
7919         (pop_lang_context): Adjust.
7920         * typeck.c (comp_target_parms): Adjust.
7921
7922 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7923
7924         * decl.c (poplevel): Deal with anonymous variables at for scope.
7925         (maybe_inject_for_scope_var): Likewise.
7926
7927 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
7928
7929         * decl.c: Remove all signal handling code, now done in toplev.c.
7930
7931 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
7932
7933         * decl.c (make_rtl_for_nonlocal_decl): Rework.
7934
7935         * pt.c (lookup_template_class): Ensure that TYPE_CONTEXT is set
7936         correctly.
7937
7938 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
7939
7940         * cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
7941         Define my_friendly_assert and my_friendly_abort as macros
7942         which may call friendly_abort.  Prototype friendly abort, not
7943         my_friendly_abort or my_friendly_assert.
7944         * decl.c (signal_catch): Report the signal caught in the error
7945         message.  Call fatal directly.
7946         * typeck2.c (ack, my_friendly_assert): Delete.
7947         (my_friendly_abort): Rename to friendly_abort.  Expect file,
7948         line, and function parameters.  Report the abort code, then
7949         call fancy_abort.  Do not mask an abort if errors have
7950         already occurred.
7951
7952 2000-07-18  Nathan Sidwell  <nathan@codesourcery.com>
7953
7954         * typeck.c (comp_target_parms): Remove obsolete parameter.
7955         (comp_target_types): Adjust.
7956
7957 2000-07-17  Jason Merrill  <jason@redhat.com>
7958
7959         * typeck.c (mark_addressable): Never set TREE_USED.
7960         * call.c (build_call): Don't abort on calls to library functions
7961         that have been declared normally.
7962
7963         * typeck.c (build_binary_op): Fix grammar in warning.
7964
7965         * exception.cc (__eh_free): Fix prototype.
7966
7967         * decl2.c (finish_decl_parsing): Handle TEMPLATE_ID_EXPR.
7968
7969         * decl.c (pushdecl): Handle seeing an OVERLOAD in
7970         IDENTIFIER_NAMESPACE_VALUE.
7971
7972 2000-07-16  Mark Mitchell  <mark@codesourcery.com>
7973
7974         * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
7975         * method.c (use_thunk): Correct handling of vcall offsets.
7976
7977 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
7978
7979         * .cvsignore: parse.h and parse.c have no cp- prefix.
7980
7981 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
7982
7983         * .cvsignore: New file.
7984
7985 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
7986
7987         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
7988
7989 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
7990
7991         * Makefile.in ($(PARSE_H)): Depend directly on parse.y.
7992         * parse.c: Remove.
7993         * parse.h: Likewise.
7994
7995 2000-07-11  Mark Mitchell  <mark@codesourcery.com>
7996
7997         * class.c (layout_class_type): Add pointers to virtual bases after
7998         base classes under the old ABI.
7999
8000 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
8001
8002         * semantics.c (finish_for_stmt): Remove call to emit_line_note.
8003         (finish_continue_stmt): Likewise.
8004         (begin_for_stmt): Remove call to note_level_for_for.
8005         (finish_goto_stmt): Change call from build_min_nt
8006         to build_stmt.
8007         (finish_expr_stmt): Likewise.
8008         (begin_if_stmt): Likewise.
8009         (begin_while_stmt): Likewise.
8010         (finish_while_stmt): Likewise.
8011         (finish_return_stmt): Likewise.
8012         (begin_for_stmt): Likewise.
8013         (finish_for_stmt): Likewise.
8014         (finish_break_stmt): Likewise.
8015         (begin_switch_stmt): Likewise.
8016         (finish_case_label): Likewise.
8017         (genrtl_try_block): Likewise.
8018         (begin_try_block): Likewise.
8019         (begin_handler): Likewise.
8020         (begin_compound_stmt): Likewise.
8021         (finish_asm_stmt): Likewise.
8022         (finish_label_stmt): Likewise.
8023         (add_decl_stmt): Likewise.
8024         (finish_subobject): Likewise.
8025         (finish_decl_cleanup): Likewise.
8026         (finish_named_return_value): Likewise.
8027         (setup_vtbl_ptr): Likewise.
8028         (add_scope_stmt): Likewise.
8029         * decl.c (finish_constructor_body): Likewise.
8030         (finish_destructor_body): Likewise.
8031         * optimize.c (copy_body_r): Likewise.
8032         (initialize_inlined_parameters): Likewise.
8033         (declare_return_variable): Likewise.
8034         (expand_call_inline): Likewise.
8035
8036 2000-07-10  Jakub Jelinek  <jakub@redhat.com>
8037
8038         * semantics.c (expand_body): Sync interface information
8039         at the end of function body expansion.
8040
8041 2000-07-09  Jason Merrill  <jason@redhat.com>
8042
8043         * init.c (build_new_1): Bail early if the call to new fails.
8044
8045         * decl.c (compute_array_index_type): Check specifically for
8046         an INTEGER_CST, not just TREE_CONSTANT.
8047
8048         * decl.c (duplicate_decls): Don't call duplicate_decls on
8049         the DECL_TEMPLATE_RESULT.
8050         (decls_match): Return 0 if the DECL_TEMPLATE_RESULTs have different
8051         codes.
8052
8053         * error.c (dump_template_bindings): Don't crash if we had an
8054         invalid argument list.
8055
8056         * typeck.c (c_expand_start_case): Do narrowing here.
8057         * semantics.c (finish_switch_cond): Not here.
8058
8059 2000-07-09  Hidvegi Zoli  <hzoli@austin.ibm.com>
8060
8061         * parse.y (asm_clobbers): Do string concatenation.
8062
8063 2000-07-09  Mark Mitchell  <mark@codesourcery.com>
8064
8065         * decl.c (pushtag): Don't put local classes in template functions
8066         on the local_classes list.
8067
8068 2000-07-04  Scott Snyder  <snyder@fnal.gov>
8069
8070         * decl2.c (get_guard): Add missing return for old ABI local
8071         variable case.
8072
8073 2000-07-09  Mark Mitchell  <mark@codesourcery.com>
8074
8075         * cp-tree.h (char_type_p): New function.
8076         * decl.c (init_decl_processing): Don't initialize
8077         signed_wchar_type_node or unsigned_wchar_type_node.
8078         (complete_array_type): Handle brace-enclosed string-constants.
8079         * rtti.c (emit_support_tinfos): Remove #if 0'd code.
8080         * tree.c (char_type_p): New function.
8081         * typeck2.c (digest_init): Use char_type_p.
8082
8083 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
8084
8085         * pt.c (tsubst): Don't layout type, if it's error_mark.
8086
8087 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
8088
8089         * pt.c (instantiate_pending_templates): Reset template level.
8090
8091 2000-07-05  Jason Merrill  <jason@redhat.com>
8092
8093         * call.c (joust): Don't complain about `operator char *()' beating
8094         `operator const char *() const'.
8095
8096 2000-07-04  scott snyder  <snyder@fnal.gov>
8097             Jason Merrill  <jason@redhat.com>
8098
8099         * repo.c (repo_get_id): Handle the case where a class with virtual
8100         bases has a null TYPE_BINFO_VTABLE.
8101
8102 2000-07-04  Kevin Buhr  <buhr@stat.wisc.edu>
8103             Jason Merrill  <jason@redhat.com>
8104
8105         * parse.y (member_init): Just pass in the type.
8106         * init.c (expand_member_init): Handle getting a type.
8107
8108 2000-07-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8109             Jason Merrill  <jason@redhat.com>
8110
8111         * decl.c (finish_function): Warn if a function has no return
8112         statement.
8113         Suggested by Andrew Koenig.
8114         * typeck.c (check_return_expr): Do set current_function_returns_value
8115         if we got an error_mark_node.
8116
8117 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
8118
8119         * decl2.c (push_decl_namespace): Push the original namespace.
8120
8121 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
8122
8123         * pt.c (instantiate_class_template): Set CLASSTYPE_VBASECLASSES.
8124         * semantics.c (begin_class_definition): Clear it.
8125
8126 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
8127
8128         * cp-tree.h (genrtl_goto_stmt): Remove declaration.
8129         (genrtl_expr_stmt): Likewise.
8130         (genrtl_decl_stmt): Likewise.
8131         (genrtl_if_stmt): Likewise.
8132         (genrtl_while_stmt): Likewise.
8133         (genrtl_do_stmt): Likewise.
8134         (genrtl_return_stmt): Likewise.
8135         (genrtl_for_stmt): Likewise.
8136         (genrtl_break_stmt): Likewise.
8137         (genrtl_continue_stmt): Likewise.
8138         (genrtl_scope_stmt): Likewise.
8139         (genrtl_switch_stmt): Likewise.
8140         (genrtl_case_label): Likewise.
8141         (genrtl_begin_compound_stmt): Likewise.
8142         (genrtl_finish_compound_stmt): Likewise.
8143         (genrtl_compound_stmt): Likewise.
8144         (genrtl_asm_stmt): Likewise.
8145
8146         * init.c (begin_init_stmts): Remove call to
8147         genrtl_begin_compound_stmt.
8148         (finish_init_stmts): Remove call to genrtl_finish_compound_stmt.
8149
8150         * semantics.c (lang_expand_stmt): Changed call to
8151         genrtl_compound_stmt to ignore return value.
8152
8153 2000-07-02  Mark Mitchell  <mark@codesourcery.com>
8154
8155         * mangle.c (canonicalize_for_substitution): Return the canonical
8156         variant of a type.
8157
8158         * decl.c (duplicate_decls): Preserve DECL_ORIGINAL_TYPE for a
8159         TYPE_DECL.
8160         * typeck.c (commonparms): Remove obstack manipulations.
8161
8162 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
8163
8164         * Make-lang.in (cc1plus$(exeext)): Added c-semantics.o.
8165
8166         * Makefile.in (OBJS): Added ../c-semantics.o.
8167         (OBJDEPS): Likewise.
8168
8169         * cp-tree.h (TREE_LANG_FLAG_?): Moved common documentation to
8170         ../c-common.h.
8171         (struct stmt_tree): Added comment.
8172         (current_function_name_declared): Removed.
8173         (stmts_are_full_exprs_p): Likewise.
8174         (genrtl_do_pushlevel): Likewise.
8175         (genrtl_clear_out_block): Likewise.
8176         (COMPOUND_STMT_NO_SCOPE): Moved to ../c-common.h.
8177         (DECL_ANON_UNION_ELEMS): Likewise.
8178         (emit_local_var): Likewise.
8179         (make_rtl_for_local_static): Likewise.
8180         (do_case): Likewise.
8181         (expand_stmt): Likewise.
8182         (genrtl_decl_cleanup): Likewise.
8183         (c_expand_asm_operands): Likewise.
8184         (c_expand_return): Likewise.
8185         (c_expand_start_case): Likewise.
8186
8187         * decl.c (make_rtl_for_local_static): Moved to c-semantics.c.
8188         (emit_local_var): Likewise.
8189         (initialize_local_var): Change reference to
8190         stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
8191         Change reference to stmts_are_full_exprs_p to
8192         current_stmt_tree->stmts_are_full_exprs_p.
8193         (push_cp_function_context): Likewise.
8194
8195         * expect.c (expand_throw): Change reference to
8196         stmts_are_full_exprs_p.
8197
8198         * init.c (build_aggr_init): Change reference to
8199         stmts_are_full_exprs_p.
8200         (build_vec_init): Likewise.
8201
8202         * optimize.c (maybe_clone_body): Change reference to
8203         current_function_name_declared to
8204         cp_function_chain->name_declared.
8205
8206         * pt.c (instantiate_decl): Change reference to
8207         current_function_name_declared to
8208         cp_function_chain->name_declared.
8209
8210         * semantics.c (expand_cond): Moved declaration to c-common.h.
8211         (genrtl_do_pushlevel): Moved to c-semantics.c.
8212         (genrtl_clear_out_block): Likewise.
8213         (genrtl_goto_stmt): Likewise.
8214         (genrtl_expr_stmt): Likewise.
8215         (genrtl_decl_stmt): Likewise.
8216         (gerntl_if_stmt): Likewise.
8217         (genrtl_while_stmt): Likewise.
8218         (genrtl_do_stmt): Likewise.
8219         (genrtl_return_stmt): Likewise.
8220         (genrtl_for_stmt): Likewise.
8221         (genrtl_break_stmt): Likewise.
8222         (genrtl_continue_stmt): Likewise.
8223         (genrtl_scope_stmt): Likewise.
8224         (genrtl_switch_stmt): Likewise.
8225         (genrtl_case_label): Likewise.
8226         (genrtl_begin_compound_stmt): Likewise.
8227         (genrtl_finish_compound_stmt): Likewise.
8228         (genrtl_compound_stmt): Likewise.
8229         (genrtl_asm_stmt): Likewise.
8230         (genrtl_decl_cleanup): Likewise.
8231         (expand_cond): Likewise.
8232         (expand_stmt): Renamed to ...
8233         (lang_expand_stmt): ... this.
8234         (lang_expand_expr_stmt): Initialize.
8235         (set_current_function_name_declared): Likewise.
8236         (stmts_are_full_exprs_p): Likewise.
8237         (current_function_name_declared): Likewise.
8238         (anon_aggr_type_p): Likewise.
8239         (do_poplevel): Change reference to
8240         stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
8241         Change reference to stmts_are_full_exprs_p to
8242         current_stmt_tree->stmts_are_full_exprs_p.
8243         (add_tree): Likewise.
8244         (finish_expr_stmt): Likewise.
8245         (prep_stmt): Likewise.
8246         (lang_expand_stmt): Likewise.
8247         (begin_compound_stmt): Change reference to
8248         current_function_name_declared to
8249         cp_function_chain->name_declared and call to
8250         current_function_name_declared().
8251         (setup_vtbl_ptr): Likewise.
8252         (genrtl_do_poplevel): Removed.
8253
8254 2000-06-30  Jason Merrill  <jason@redhat.com>
8255
8256         * init.c (init_init_processing): Go back to aligning like
8257         double_type_node for old ABI.
8258         (get_cookie_size): Make cookie larger if we get a type that needs
8259         more alignment.
8260         (build_vec_delete): Call it.
8261
8262         * typeck.c (qualify_type_recursive): New fn.
8263         (composite_pointer_type): Use it.
8264         (build_binary_op): Use composite_pointer_type.
8265
8266 2000-06-24  Carlos O'Ryan  <coryan@cs.wustl.edu>
8267             Jason Merrill  <jason@redhat.com>
8268
8269         * typeck.c (check_return_expr): Don't complain about returning
8270         NULL from operator new if -fcheck-new.
8271         * cp-tree.h: Declare flag_check_new here.
8272         * init.c: Not here.
8273
8274 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
8275
8276         * mangle.c (find_substitution): Use same_type_p.
8277         (write_encoding): Don't check for substitutions.
8278
8279 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
8280
8281         * parse.y (expr_no_comma_rangle): New non-terminal.
8282         (template_parm): Use it for default parameter case.
8283         (template_arg): Use it.
8284         (expr_no_commas): Remove commented out undefined extensions.
8285         * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
8286         * parse.h, parse.c: Rebuilt.
8287
8288 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
8289
8290         * semantics.c (genrtl_asm_stmt): Don't decay input operands here.
8291         (finish_asm_stmt): Do it here, instead.
8292
8293         * cp-tree.h (ridpointers): Don't declare.
8294         * decl.c (record_builtin_type): Use CP_RID_MAX instead of RID_MAX.
8295         (record_builtin_java_type): Likewise.
8296         (init_decl_processing): Likewise.
8297         * lex.c: Move inclusion of lex.h.
8298         (ridpointers): Don't define.
8299         (init_parse): Initialize ripdointers.  Use CP_RID_MAX instead of
8300         RID_MAX.
8301         * lex.h (enum rid): Rename to ...
8302         (enum cp_rid): ... this.
8303         (ridpointers): Don't declare.
8304         * parse.y: Move inclusion of lex.h.
8305         * parse.c: Regenerated.
8306         * spew.c: Move inclusion of lex.h.
8307
8308         * cp-tree.h (struct language_function): Remove temp_name_counter.
8309         (temp_name_counter): Remove.
8310         (get_temp_name): Change prototype.
8311         (get_guard): New function.
8312         (get_guard_cond): Likewise.
8313         (set_guard): Likewise.
8314         * cvt.c (build_up_reference): Adjust call to get_temp_name.
8315         * decl.c (expand_static_init): Use get_guard and friends to
8316         implement guard variables.
8317         * decl2.c (get_temp_name): Assume that the variables created are
8318         always static.
8319         (get_sentry): Rename to ...
8320         (get_guard): ... this.  Implement new ABI guard variables.
8321         (get_guard_bits): New function.
8322         (get_guard_cond): Likewise.
8323         (set_guard): Likewise.
8324         (start_static_initialization_or_destruction): Use them.
8325         (do_static_initialization): Replace sentry with guard throughout.
8326         (do_static_destruction): Likewise.
8327         * init.c (create_temporary_var): Add comment.
8328
8329 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
8330
8331         * mangle.c (find_substitution): Use same_type_p.
8332         (write_encoding): Don't check for substitutions.
8333
8334 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
8335
8336         * parse.y (expr_no_comma_rangle): New non-terminal.
8337         (template_parm): Use it for default parameter case.
8338         (template_arg): Use it.
8339         (expr_no_commas): Remove commented out undefined extensions.
8340         * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
8341         * parse.h, parse.c: Rebuilt.
8342
8343 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
8344
8345         * cp-tree.h (flag_const_strings): Remove.
8346         (warn_parentheses): Likewise.
8347         (warn_format): Likewise.
8348         (common_type): Likewise.
8349         (default_conversion): Likewise.
8350         (build_binary_op): Likewise.
8351         (cp_build_binary_op): New macro.
8352         * call.c (build_new_op): Use cp_build_binary_op instead of
8353         build_binary_op.
8354         * class.c (build_vtable_entry_ref): Likewise.
8355         * decl.c (expand_static_init): Likewise.
8356         (compute_array_index_type): Likewise.
8357         (build_enumerator): Likewise.
8358         * decl2.c (delete_sanity): Likewise.
8359         (start_static_initialization_or_destruction): Likewise.
8360         * error.c (dump_type_suffix): Likewise.
8361         * init.c (resolve_offset_ref): Likewise.
8362         (build_new): Likewise.
8363         (build_new_1): Likewise.
8364         (build_vec_delete_1): Likewise.
8365         (build_vec_init): Likewise.
8366         (build_delete): Likewise.
8367         * rtti.c (synthesize_tinfo_fn): Likewise.
8368         (synthesize_tinfo_var): Likewise.
8369         * search.c (expand_upcast_fixups): Likewise.
8370         (fixup_all_virtual_upcast_offsets): Likewise.
8371         * typeck.c (build_array_ref): Likewise.
8372         (get_member_function_from_ptrfunc): Likewise.
8373         (build_binary_op): Add parameter.
8374         (pointer_int_sum): Use cp_build_binary_op.
8375         (pointer_diff): Likewise.
8376         (build_modify_expr): Likewise.
8377         (get_delta_difference): Likewise.
8378         (build_ptrmemfunc): Likewise.
8379
8380 2000-06-29  Nathan Sidwell  <nathan@codesourcery.com>
8381
8382         * cp-tree.h (SET_DECL_ARTIFICIAL): Remove.
8383         * decl.c (create_implicit_typedef): Adjust.
8384         * decl2.c (build_artificial_parm): Adjust.
8385         * method.c (implicitly_declare_fn): Adjust.
8386         * pt.c (push_inline_template_parms_recursive): Adjust.
8387         (process_template_parm): Adjust.
8388         (overloaded_template_name): Adjust.
8389         * semantics.c (finish_template_template_parm): Adjust.
8390
8391 2000-06-28  Mark Mitchell  <mark@codesourcery.com>
8392
8393         * cp-tree.h (CLEAR_BINFO_NEW_VTABLE_MARKED): Remove.
8394         * class.c (update_vtable_entry_for_fn): Correct logic for deciding
8395         where to emit thunks.
8396         (build_vtt): Adjust call to build_vtt_inits.
8397         (build_vtt_inits): Add parameter to indicate whether or not
8398         sub-VTTs for virtual bases should be included.  Adjust handling of
8399         construction vtables.
8400         (get_matching_base): New function.
8401         (dfs_build_vtt_inits): Rename to ...
8402         (dfs_build_secondary_vptr_vtt_inits): Adjust handling of
8403         construction vtables.
8404         (dfs_fixup_binfo_vtbls): Likewise.
8405         (build_ctor_vtbl_groups): Build construction vtables for virtual
8406         bases, too.
8407         (accumulate_vtbl_inits): Tweak logic for deciding whether or not
8408         to build construction vtbls.
8409         (dfs_accumulate_vtbl_inits): Adjust handling of
8410         construction vtables.
8411
8412         * pt.c (tsubst, case TEMPLATE_TEMPLATE_PARM): Handle cv-qualified
8413         types correctly.
8414
8415 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
8416
8417         * decl.c (grokfndecl): Set DECL_CONTEXT for static functions too.
8418
8419 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
8420
8421         * search.c (hides): Remove.
8422         (is_subobject_of_p): Add most_derived parameter. Use
8423         CANONICAL_BINFO.
8424         (lookup_field_queue_p): Adjust.
8425         (lookup_field_r): Adjust.
8426
8427 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
8428
8429         * decl2.c (handle_class_head): Bash typedefs to the type's main
8430         decl.
8431
8432 2000-06-25  Mark Mitchell  <mark@codesourcery.com>
8433
8434         * cp-tree.h (genrtl_begin_stmt_expr): Rename to ...
8435         (begin_global_stmt_expr): ... this.
8436         (genrtl_finish_stmt_expr): Rename to ...
8437         (finish_global_stmt_expr): ... this.
8438         * init.c (begin_init_stmts): Adjust calls.
8439         (finish_init_stmts): Likewise.
8440         * semantics.c (genrtl_begin_stmt_expr): Rename to ...
8441         (begin_global_stmt_expr): ... this.
8442         (genrtl_finish_stmt_expr): Rename to ...
8443         (finish_global_stmt_expr): ... this.
8444
8445 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
8446
8447         * search.c (lookup_member): Fix typo in comment.
8448
8449 2000-06-24  Jason Merrill  <jason@redhat.com>
8450
8451         * decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.
8452         (push_namespace): Set DECL_CONTEXT for a new NAMESPACE_DECL.
8453
8454 2000-06-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
8455
8456         * parse.y (complex_direct_notype_declarator): Support global_scope.
8457         * Makefile.in: Adjust conflict count.
8458
8459 2000-06-23  Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
8460
8461         * parse.y (template_arg): Convert TEMPLATE_DECL
8462         that is a template template parameter to
8463         TEMPLATE_TEMPLATE_PARM here.
8464
8465         * cp-tree.def (TEMPLATE_TEMPLATE_PARM): Adjust comment.
8466         * cp-tree.h (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): New macro.
8467         (copy_template_template_parm): Adjust prototype.
8468         * decl.c (grokdeclarator): Remove dead code.
8469         * pt.c (process_template_parm): Tidy.
8470         (lookup_template_class): Construct nodes in
8471         copy_template_template_parm.
8472         (tsubst): Pass TEMPLATE_DECL rather than IDENTIFIER_NODE to
8473         lookup_template_class.  Use TYPE_TI_TEMPLATE.
8474         * tree.c (copy_template_template_parm): Add NEWARGS
8475         parameter.
8476         (mapcar): Adjust call to copy_template_template_parm.
8477         * typeck.c (comptypes): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL.
8478         * method.c (build_template_template_parm_names): Change error
8479         code to avoid compilation warning.
8480
8481         * gxxint.texi: Document template template parameter
8482         name mangling.
8483
8484 2000-06-21  Alex Samuel  <samuel@codesourcery.com>
8485
8486         * Make-lang.in (CXX_LIB2FUNCS): Add cp-demangle.o and dyn-string.o.
8487         (CXX_LIB2SRCS): Add cp-demangle.c and dyn-string.c.
8488         (cp-demangle.o): New rule.
8489         (dyn-string.o): Likewise.
8490         * inc/cxxabi.h (__cxa_demangle): New declaration.
8491
8492 2000-06-22  Mark Mitchell  <mark@codesourcery.com>
8493
8494         * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
8495         (BV_GENERATE_THUNK_WITH_VTABLE_P): Likewise.
8496         (lang_decl_flags): Add generate_with_vtable_p.  Make vcall_offset
8497         a tree, not an int.
8498         (THUNK_GENERATE_WITH_VTABLE_P): New macro.
8499         (make_thunk): Change prototype.
8500         (emit_thunk): Rename to use_thunk.
8501         (mangle_thunk): Change prototype.
8502         * class.c (get_derived_offset): Simplify.
8503         (copy_virtuals): Clear BV_USE_VCALL_INDEX_P and
8504         BV_GENERATE_THUNK_WITH_VTABLE_P.
8505         (build_primary_vtable): Simplify.
8506         (add_virtual_function): Use BV_FN, rather than TREE_VALUE.
8507         (dfs_find_base): Remove.
8508         (update_vtable_entry_for_fn): Correct bug in finding the base
8509         where a virtual function was first declared.  Figure out whether
8510         or not to emit a vcall-thunk with the vtables in which it appears.
8511         Correct logic for deciding whether to use an ordinary thunk, or a
8512         vcall thunk.
8513         (finish_struct_1): Remove unnecssary code.
8514         (build_vtbl_initializer): Use ssize_int for the running counter of
8515         negative indices.
8516         (build_vtbl_initializer): Only use vcall thunks where necessary.
8517         Mark thunks as needing to be emitted with their vtables, or not.
8518         (build_vbase_offset_vtbl_entries): Adjust for use of ssize_int in
8519         indices.  Use size_binop.
8520         (dfs_build_vcall_offset_vtbl_entries): Don't rely on
8521         BINFO_PRIMARY_MARKED_P here.  Use BV_FN consistently.  Use
8522         size_binop.
8523         (build_rtti_vtbl_entries): Adjust call to build_vtable_entry.
8524         (build_vtable_entry): Mark thunks as needing to be emitted with
8525         their vtables, or not.
8526         * decl.c (lang_mark_tree): Mark the vcall_offset in a thunk.
8527         * decl2.c (mark_vtable_entries): Use use_thunk instead of
8528         emit_thunk.
8529         * dump.c (dequeue_and_dump): Remove dead code.  Dump new thunk
8530         information.
8531         * error.c (dump_expr): Use BV_FN.
8532         * mangle.c (mangle_thunk): Adjust now that vcall_offset is a tree,
8533         not an int.
8534         * method.c (make_thunk): Likewise.
8535         (emit_thunk): Rename to use_thunk.  Allow callers to decide
8536         whether or not to actually emit the thunk.  Adjust for changes in
8537         representation of vcall offsets.
8538         * search.c (dfs_get_pure_virtuals): Use BV_FN.
8539         * semantics.c (emit_associated_thunks): New function.
8540         (expand_body): Use it.
8541         * ir.texi: Adjust decriptions of thunks.
8542
8543 2000-06-22  Jason Merrill  <jason@redhat.com>
8544
8545         * pt.c (tsubst_decl, case FUNCTION_DECL): Clear DECL_SAVED_TREE.
8546         (tsubst_friend_function): Copy it here.
8547
8548         * decl.c (grok_op_properties): Fix typo.
8549
8550         * decl2.c (delete_sanity): Clarify warning, avoid failure on
8551         deleting void*.
8552
8553         * pt.c (check_explicit_specialization): Clarify error.
8554
8555         * decl.c (pushdecl): Also pull out one of the FUNCTION_DECLs from
8556         an old OVERLOAD when we're declaring a non-function.
8557         (pushdecl, destroy_local_var): Check for error_mark_node.
8558         (warn_extern_redeclared_static): Also bail early if
8559         we're a CONST_DECL.
8560         (push_overloaded_decl): Ignore an old error_mark_node.
8561
8562 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
8563
8564         * call.c (build_x_va_arg): Check if in a template decl.
8565         * pt.c (tsubst_copy, case VA_ARG_EXPR): Use build_x_va_arg.
8566
8567 2000-06-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
8568
8569         * class.c (push_lang_context): TYPE_NAME gets you to the Java
8570         types DECLs.
8571         * decl.c (check_goto): Computed gotos assumed OK.
8572
8573 2000-06-20  Jason Merrill  <jason@redhat.com>
8574
8575         * pt.c (tsubst_decl, case TYPE_DECL): Fix test for TYPE_DECLs
8576         for which we don't need to look for instantiations.
8577
8578 2000-06-21  Nathan Sidwell  <nathan@codesourcery.com>
8579
8580         * parse.y (program): Always call finish_translation_unit.
8581         * parse.c, parse.h: Rebuilt.
8582
8583 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
8584
8585         * method.c: Don't include hard-reg-set.h.
8586
8587 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
8588
8589         * rtti.c (get_base_offset): Cope when vbase field is in a base.
8590
8591 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
8592
8593         * call.c (build_conditional_expr): Use VOID_TYPE_P.
8594         * cvt.c (cp_convert_to_pointer): Likewise.
8595         (convert_to_void): Likewise.
8596         * error.c (dump_expr): Likewise.
8597         * except.c (complete_ptr_ref_or_void_ptr_p): Likewise.
8598         * init.c (build_delete): Likewise.
8599         * method.c (emit_thunk): Likewise.
8600         * optmize.c (declare_return_variable): Likewise.
8601         * rtti.c (get_tinfo_decl_dynamic): Likewise.
8602         (get_typeid): Likewise.
8603         (build_dynamic_cast_1): Likewise.
8604         * typeck.c (composite_pointer_type): Likewise.
8605         (common_type): Likewise.
8606         (build_indirect_ref): Likewise.
8607         (build_binary_op): Likewise.
8608         (build_x_compound_expr): Likewise.
8609         (check_return_expr): Likewise.
8610         * typeck2.c (add_exception_specifier): Likewise.
8611
8612         * mangle.c (write_method_parms): Use direct comparison for end
8613         of parmlist.
8614
8615 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
8616
8617         * cp-tree.h (genrtl_try_block): Declare function.
8618         (genrtl_handler): Likewise.
8619         (genrtl_catch_block): Likewise.
8620         (genrtl_ctor_stmt): Likewise.
8621         (genrtl_subobject): Likewise.
8622         (genrtl_decl_cleanup): Likewise.
8623         (genrtl_do_poplevel): Likewise.
8624         (genrtl_do_pushlevel): Likewise.
8625         (genrtl_clear_out_block): Likewise.
8626         (genrtl_goto_stmt): Likewise.
8627         (genrtl_expr_stmt): Likewise.
8628         (genrtl_decl_stmt): Likewise.
8629         (genrtl_if_stmt): Likewise.
8630         (genrtl_while_stmt): Likewise.
8631         (genrtl_do_stmt): Likewise.
8632         (genrtl_return_stmt): Likewise.
8633         (genrtl_for_stmt): Likewise.
8634         (genrtl_break_stmt): Likewise.
8635         (genrtl_continue_stmt): Likewise.
8636         (genrtl_scope_stmt): Likewise.
8637         (genrtl_switch_stmt): Likewise.
8638         (genrtl_case_label): Likewise.
8639         (genrtl_begin_compound_stmt): Likewise.
8640         (genrtl_finish_compound_stmt): Likewise.
8641         (genrtl_compound_stmt): Likewise.
8642         (genrtl_asm_stmt): Likewise.
8643         (genrtl_named_return_value): Likewise.
8644         (genrtl_begin_stmt_expr): Likewise.
8645         (genrtl_finish_stmt_expr): Likewise.
8646         (finish_for_stmt): Removed first argument.
8647         (finish_switch_stmt): Likewise.
8648
8649         * semantics.c (genrtl_try_block): Define function.
8650         (genrtl_handler): Likewise.
8651         (genrtl_catch_block): Likewise.
8652         (genrtl_ctor_stmt): Likewise.
8653         (genrtl_subobject): Likewise.
8654         (genrtl_decl_cleanup): Likewise.
8655         (genrtl_do_poplevel): Likewise.
8656         (genrtl_do_pushlevel): Likewise.
8657         (genrtl_clear_out_block): Likewise.
8658         (genrtl_goto_stmt): Likewise.
8659         (genrtl_expr_stmt): Likewise.
8660         (genrtl_decl_stmt): Likewise.
8661         (genrtl_if_stmt): Likewise.
8662         (genrtl_while_stmt): Likewise.
8663         (genrtl_do_stmt): Likewise.
8664         (genrtl_return_stmt): Likewise.
8665         (genrtl_for_stmt): Likewise.
8666         (genrtl_break_stmt): Likewise.
8667         (genrtl_continue_stmt): Likewise.
8668         (genrtl_scope_stmt): Likewise.
8669         (genrtl_switch_stmt): Likewise.
8670         (genrtl_case_label): Likewise.
8671         (genrtl_begin_compound_stmt): Likewise.
8672         (genrtl_finish_compound_stmt): Likewise.
8673         (genrtl_compound_stmt): Likewise.
8674         (genrtl_asm_stmt): Likewise.
8675         (genrtl_named_return_value): Likewise.
8676         (genrtl_begin_stmt_expr): Likewise.
8677         (genrtl_finish_stmt_expr): Likewise.
8678         (finish_for_stmt): Removed first argument and generate rtl
8679         specific code.
8680         (finish_switch_stmt): Likewise.
8681         (do_poplevel): Removed generate rtl specific code.
8682         (do_pushlevel): Likewise.
8683         (add_tree): Likewise.
8684         (finish_goto_stmt): Likewise.
8685         (finish_expr_stmt): Likewise.
8686         (begin_if_stmt): Likewise.
8687         (finish_if_stmt_cond): Likewise.
8688         (finish_then_clause): Likewise.
8689         (begin_else_clause): Likewise.
8690         (finish_else_clause): Likewise.
8691         (finish_if_stmt): Likewise.
8692         (clear_out_block): Likewise.
8693         (begin_while_stmt): Likewise.
8694         (finish_while_stmt_cond): Likewise.
8695         (finish_while_stmt): Likewise.
8696         (begin_do_stmt): Likewise.
8697         (finish_do_body): Likewise.
8698         (finish_do_stmt): Likewise.
8699         (finish_return_stmt): Likewise.
8700         (begin_for_stmt): Likewise.
8701         (finish_for_init_stmt): Likewise.
8702         (finish_for_cond): Likewise.
8703         (finish_for_expr): Likewise.
8704         (finish_break_stmt): Likewise.
8705         (finish_continue_stmt): Likewise.
8706         (begin_switch_stmt): Likewise.
8707         (finish_switch_cond): Likewise.
8708         (finish_case_label): Likewise.
8709         (begin_try_block): Likewise.
8710         (begin_function_try_block): Likewise.
8711         (finish_try_block): Likewise.
8712         (finish_cleanup_try_block): Likewise.
8713         (finish_cleanup): Likewise.
8714         (finish_function_try_block): Likewise.
8715         (finish_handler_sequence): Likewise.
8716         (finish_function_handler_sequence): Likewise.
8717         (begin_handler): Likewise.
8718         (finish_handler_parms): Likewise.
8719         (begin_catch_block): Likewise.
8720         (finish_handler): Likewise.
8721         (begin_compound_stmt): Likewise.
8722         (finish_compound_stmt): Likewise.
8723         (finish_asm_stmt): Likewise.
8724         (finish_label_stmt): Likewise.
8725         (finish_label_decl): Likewise.
8726         (finish_subobject): Likewise.
8727         (finish_decl_cleanup): Likewise.
8728         (finish_named_return_value): Likewise.
8729         (begin_stmt_expr): Likewise.
8730         (finish_stmt_expr): Likewise.
8731
8732         * decl.c (initialize_local_var): Changed call to finish_expr_stmt
8733         to call genrtl_expr_stmt when appropriate.
8734
8735         * init.c (begin_init_stmts): Changed calls to begin_stmt_expr and
8736         begin_compound_expr to call genrtl_begin_stmt_expr and
8737         genrtl_begin_compound_expr when appropriate.
8738         (finish_init_stmts): Changed calls to finish_compound_expr and
8739         finish_stmt_expr to call genrtl_finish_compound_expr and
8740         genrtl_finish_stmt_expr when appropriate.
8741         (expand_default_init): Changed call to finish_expr_stmt to call
8742         genrtl_expr_stmt when appropriate.
8743         (build_vec_init): Likewise.
8744
8745         * parse.y (simple_stmt): Removed first argument from call to
8746         finish_for_stmt. Removed first argument from call to
8747         finish_switch_stmt.
8748
8749         * parse.c: Regenerated.
8750
8751         * pt.c (tsubst_expr): Removed first argument from call to
8752         finish_for_stmt. Removed first argument from call to
8753         finish_switch_stmt.
8754
8755 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
8756
8757         * cp-tree.h (enum cplus_tree_code): Changed __DUMMY to
8758         CP_DUMMY_TREE_CODE. Remove #include "c-common.def".
8759
8760         * lex.c (cplus_tree_code_type[]): Removed #include "c-common.def".
8761         (cplus_tree_code_length[]): Likewise.
8762         (cplus_tree_code_name[]): Likewise.
8763         (init_parse): Added call to add_c_tree_codes. Changed
8764         LAST_AND_UNUSED_TREE_CODE to LAST_C_TREE_CODE.
8765
8766 2000-06-16  Mark Mitchell  <mark@codesourcery.com>
8767
8768         * cp-tree.h (finish_mem_initializers): Declare.
8769         (count_trees): Likewise.
8770         * parse.y (base_init): Use finish_mem_initializers.
8771         * semantics.c (finish_mem_initializers): New function.
8772
8773         * tree.c (count_trees_r): Prototype.  Use DATA parameter to store
8774         the number of trees.
8775         (n_trees): Remove.
8776         (count_trees): Don't use it.
8777
8778 2000-06-15  Jason Merrill  <jason@redhat.com>
8779
8780         * tree.c (count_trees): New debugging function.
8781
8782         * typeck.c (build_x_function_call): Use DECL_FUNCTION_TEMPLATE_P.
8783         * init.c (build_member_call): Pull out the name of a DECL.
8784
8785         * Makefile.in (semantics.o, pt.o): Depend on TIMEVAR_H.
8786         * semantics.c (expand_body): Push to TV_INTEGRATION here.
8787         * optimize.c (optimize_function): Not here.
8788         * pt.c (instantiate_decl): Push to TV_PARSE.
8789
8790 2000-06-15  Mark Mitchell  <mark@codesourcery.com>
8791
8792         * cp-tree.h (struct language_function): Remove x_base_init_list
8793         and x_member_init_list.
8794         (current_base_init_list): Remove.
8795         (current_member_init_list): Likewise.
8796         (setup_vtbl_ptr): Change prototype.
8797         (emit_base_init): Likewise.
8798         (expand_member_init): Likewise.
8799         (reinit_parse_for_function): Remove.
8800         * decl.c (save_function_data): Don't clear x_base_init_list and
8801         x_member_init_list.
8802         (mark_language_function): Don't mark them.
8803         * init.c (perform_member_init): Tweak comment.
8804         (sort_member_init): Take the list of initializers as an argument.
8805         (sort_base_init): Likewise.
8806         (emit_base_init): Likewise.
8807         (expand_member_init): Return the initializer.  Don't use global
8808         variables.
8809         * lex.c (reinit_parse_for_function): Remove.
8810         * method.c (build_template_parm_names): Correct substitution.
8811         (do_build_copy_constructor): Don't use current_member_init_list
8812         and current_base_init_list.
8813         (synthesize_method): Likewise.
8814         * parse.y (base_init): Split mem-initializers into
8815         base-initializers and field-initializers.
8816         (member_init_list): Build up the list here.
8817         (member_init): Return the initializer.
8818         (fn.depfn): Don't use reinit_parse_for_function.
8819         * parse.c: Regenerated.
8820         * pt.c (convert_nontype_argument): Don't make an ADDR_EXPR of the
8821         ERROR_MARK.
8822         (tsubst_expr): Don't use current_member_init_list
8823         and current_base_init_list.
8824         (tsubst_expr_values): Rename to ...
8825         (tsubst_initializer_list): ... this.  Use convert_from_reference.
8826         * semantics.c (setup_vtbl_ptr): Don't use current_member_init_list
8827         and current_base_init_list.
8828         (begin_function_definition): Don't call reinit_parse_for_function.
8829
8830         * dump.c (dequeue_and_dump): Use TREE_VEC_LENGTH with vectors.
8831
8832         * error.c (dump_expr): Handle ADDR_EXPRs with REFERENCE_TYPE
8833         correctly.
8834
8835         * cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.
8836
8837 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
8838
8839         * cp-tree.h (IF_COND): Move to c-common.h.
8840         (THEN_CLAUSE): Likewise.
8841         (ELSE_CLAUSE): Likewise.
8842         (WHILE_COND): Likewise.
8843         (WHILE_BODY): Likewise.
8844         (DO_COND): Likewise.
8845         (DO_BODY): Likewise.
8846         (RETURN_EXPR): Likewise.
8847         (EXPR_STMT_EXPR): Likewise.
8848         (FOR_INIT_STMT): Likewise.
8849         (FOR_COND): Likewise.
8850         (FOR_EXPR): Likewise.
8851         (FOR_BODY): Likewise.
8852         (SWITCH_COND): Likewise.
8853         (SWITCH_BODY): Likewise.
8854         (CASE_LOW): Likewise.
8855         (CASE_HIGH): Likewise.
8856         (GOTO_DESTINATION): Likewise.
8857         (COMPOUND_BODY): Likewise.
8858         (ASM_CV_QUAL): Likewise.
8859         (ASM_STRING): Likewise.
8860         (ASM_OUTPUTS): Likewise.
8861         (ASM_INPUTS): Likewise.
8862         (ASM_CLOBBERS): Likewise.
8863         (DECL_STMT_DECL): Likewise.
8864         (STMT_EXPR_STMT): Likewise.
8865         (LABEL_STMT_LABEL): Likewise.
8866         (SCOPE_BEGIN_P): Likewise.
8867         (SCOPE_END_P): Likewise.
8868         (SCOPE_STMT_BLOCK): Likewise.
8869         (SCOPE_NULLIFIED_P): Likewise.
8870         (SCOPE_NO_CLEANUPS_P): Likewise.
8871         (SCOPE_PARTIAL_P): Likewise.
8872         (ASM_VOLATILE_P): Likewise.
8873         (STMT_LINENO): Likewise.
8874         (STMT_LINENO_FOR_FN_P): Likewise.
8875
8876         * cp-tree.def: Removed SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
8877         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
8878         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
8879         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
8880         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
8881
8882         * Makefile.in (CXX_TREE_H): Added $(srcdir)/../c-common.def.
8883
8884         * Make-lang.in (CXX_SRCS): Added $(srcdir)/c-common.def.
8885         (cc1plus$(exeext)): Added $(srcdir)/c-common.def.
8886
8887         * lex.c (cplus_tree_code_type[]): Added '#include "c-common.def"'.
8888         (cplus_tree_code_length[]): Added '#include "c-common.def"'.
8889         (cplus_tree_code_name[]): Added '#include "c-common.def"'.
8890
8891 2000-06-14  Mark Mitchell  <mark@codesourcery.com>
8892
8893         * cp-tree.h (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH): New macro.
8894         * class.c (dfs_find_final_overrider): Set it appropriately.
8895         (dfs_built_vtt_inits): Check BINFO_OVERRIDE_ALONG_VIRTUAL_PATH to
8896         avoid unneeded secondary vptrs.
8897
8898 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
8899
8900         * class.c (build_secondary_vtable): Set DECL_USER_ALIGN.
8901         (check_bitfield_decl, check_field_decl): Likewise.
8902         (build_vtbl_or_vbase_field, build_base_field): Likewise.
8903         (layout_class_type): Set DECL_USER_ALIGN resp. CLASSTYPE_USER_ALIGN.
8904         * decl.c (record_unknown_type): Set TYPE_USER_ALIGN.
8905         (xfer_tag, finish_enum): Likewise.
8906         * decl2.c (finish_builtin_type): Likewise.
8907         * init.c (init_init_processing): Likewise.
8908         * pt.c (instantiate_class_template): Likewise.
8909         * rtti.c (get_tinfo_decl, synthesize_tinfo_fn): Set DECL_USER_ALIGN.
8910         * cp-tree.h (struct lang_type): Add user_align member.
8911         (CLASSTYPE_USER_ALIGN): Define.
8912
8913 Tue Jun 13 15:48:03 2000  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
8914
8915         * Make-lang.in (c++.install-common): Install g++-cross in
8916         $(gcc_tooldir)/bin as g++ and c++; g++ in $(bindir) as
8917         $(target_alias)-g++ and $(target_alias)-c++.
8918
8919 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
8920
8921         * class.c (vcall_offset_data_s): Add last_init and fns.
8922         (overrides): Rename to same_signature_p.
8923         (dfs_find_final_overrider): Adjust accordingly.
8924         (mark_overriders): Likewise.
8925         (warn_hidden): Likewise.
8926         (build_vtbl_initializer): Reorganize machinery for building things
8927         at negative offsets.
8928         (build_vcall_and_vbase_vtbl_entries): Likewise.
8929         (build_vbase_offset_vtbl_entries): Likewise.
8930         (dfs_build_vcall_offset_vtbl_entries): Correct order of vcall
8931         offset entries.  Do not create two entries for functions with the
8932         same signature.
8933         (build_vcall_offset_vtbl_entries): Initialize vod->fns.
8934         (build_rtti_vtbl_entries): Reorganize machinery for building things
8935         at negative offsets.
8936
8937         * optimize.c (expand_call_inline): Don't recurse into the code
8938         used to initialize the parameters more than once.
8939
8940 2000-06-11  Mark Mitchell <mark@codesourcery.com>
8941
8942         * mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.
8943         (is_std_substitution): Don't check CLASSTYPE_USE_TEMPLATE here.
8944         (find_substitution): Only use the `Sa' substitution for
8945         std::allocator, not instantiations of it.
8946         (write_template_prefix): Move comment.  Only use a TREE_LIST to
8947         represent substitutions for a member template.
8948         (write_array_type): Mangle array dimensions correctly.
8949         * optimize.c (maybe_clone_body): Copy more information from the
8950         cloned function.
8951         * pt.c (regenerate_decl_from_template): Preserve DECL_USE_TEMPLATE
8952         on the regenerated declaration.
8953
8954 2000-06-11  Chip Salzenberg  <chip@valinux.com>
8955             Mark Mitchell <mark@codesourcery.com>
8956
8957         * class.c (build_vtable): Clarify comment.
8958         (build_ctor_vtbl_group): Pass the most derived type to
8959         build_vtable.
8960
8961 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8962
8963         * decl2.c (compare_options): Don't needlessly cast away const-ness.
8964
8965 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
8966
8967         * decl.c (add_binding): Handle duplicate declarations of external
8968         variables.
8969
8970 2000-06-09  Chip Salzenberg  <chip@valinux.com>
8971             Mark Mitchell <mark@codesourcery.com>
8972
8973         * mangle.c (write_number): Take an unsigned HOST_WIDE_INT as an
8974         argument.
8975         (write_signed_number): New macro.
8976         (write_unsigned_number): Likewise.
8977         (write_source_name): Use them.
8978         (write_number): Handle signed and unsigned values.
8979         (write_integer_cst): Use tree_int_cst_sgn, and use
8980         write_unsigned_number or write_signed_number as appropriate.
8981         (write_discriminator): Use write_unsigned_number or
8982         write_signed_number as appropriate.
8983         (write_template_arg_literal): Likewise.
8984         (write_array_type): Use tree_low_cst.
8985         (write_template_parm):  Use write_unsigned_number or
8986         write_signed_number as appropriate.
8987         (write_substitution): Adjust call to write_number.
8988         (write_type): Get the TYPE_MAIN_VARIANT before mangling it.
8989         (write_expression): Handle non-type template arguments of
8990         reference type correctly.
8991         (mangle_thunk): Use write_signed_number.
8992
8993 2000-06-09  Chip Salzenberg  <chip@valinux.com>
8994
8995         * mangle.c (find_substition): Don't mangle objects with typename
8996         substitutions (e.g. "cin" as "Si").
8997
8998 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
8999
9000         * call.c (add_candidate): Use ggc_alloc_cleared.
9001         * decl.c (lookup_label): Likewise.
9002         * lex.c (retrofit_lang_decl): Likewise.
9003
9004 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
9005
9006         * semantics.c (expand_body): Push to TV_EXPAND.
9007         * optimize.c (optimize_function): Push to TV_INTEGRATION.
9008         * decl.c (start_function): Always call announce_function.
9009
9010         * tinfo2.cc: Just declare abort.
9011
9012 2000-06-09  Gabriel Dos Reis  <gdr@codesourcery.com>
9013
9014         * lex.c (DEF_OPERATOR): Say `operator@' -not- `operator @'
9015         whenever @ is a symbolic name.
9016
9017 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
9018
9019         * method.c (make_thunk): Clear DECL_VTT_PARM in thunk.
9020
9021 2000-06-07  Mark Mitchell  <mark@codesourcery.com>
9022
9023         * decl.c (pushdecl): Look up functions by DECL_NAME, not
9024         DECL_ASSEMBLER_NAME.
9025
9026 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
9027
9028         * decl2.c (c_language): Define.
9029
9030 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
9031
9032         * lex.c (lang_init_options): Tweak.
9033
9034         * decl2.c: Remove #inclusion of diagnostic.h
9035         (lang_decode_option): Move diagnostic formatting options to
9036         toplevel.
9037
9038         * lang-options.h: Remove documentation for diagnostic options.
9039
9040         * Makefile.in (lex.o): Depends upon diagnostic.h
9041
9042 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
9043
9044         * decl.c (redeclaration_error_message): If two TEMPLATE_DECLs have
9045         the same DECL_RESULT, it's not a redefinition.
9046         * pt.c (tsubst_decl): Remove code to handle illegal
9047         specializations.
9048
9049 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
9050
9051         * exception.cc: (__eh_alloc, __eh_free): Moved to libgcc2.c
9052
9053 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
9054
9055         * search.c (maybe_suppress_debug_info): Don't check
9056         CLASSTYPE_INTERFACE_ONLY if CLASSTYPE_INTERFACE_KNOWN isn't set.
9057
9058         * pt.c (mark_decl_instantiated): Do SET_DECL_EXPLICIT_INSTANTIATION
9059         here if extern_p.
9060
9061         Remember instantiation context in deferred instantiations.
9062         * cp-tree.h (struct tinst_level): Remove.
9063         (TINST_DECL, TINST_LINE, TINST_FILE): New macros.
9064         * pt.c (current_tinst_level): Now a tree.
9065         (print_template_context, push_tinst_level, pop_tinst_level,
9066         tinst_for_decl): Adjust.
9067         (reopen_tinst_level): New fn.
9068         (init_pt): Register current_tinst_level as a root.
9069         (add_pending_template): Put current_tinst_level in TREE_PURPOSE
9070         of the pending templates list.
9071         (instantiate_pending_templates): Adjust.  Call reopen_tinst_level.
9072         * lex.c (extract_interface_info): Adjust.
9073         * decl2.c (warn_if_unknown_interface): Adjust.
9074
9075 2000-06-05  Mark Mitchell  <mark@codesourcery.com>
9076
9077         * class.c (indirect_primary_base_p): New function.
9078         (determine_primary_base): Use it.
9079
9080 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
9081
9082         Update new-abi dynamic cast algorithm.
9083         * tinfo.cc (__class_type_info::__dyncast_result): Add
9084         whole_details. Adjust constructor.
9085         (__vmi_class_type_info::__do_dyncast): Adjust for vmi_flags.
9086         Avoid unnecessary searching.
9087         (__dynamic_cast): Adjust for __dyncast_result::whole_details.
9088
9089 Mon Jun  5 06:48:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9090
9091         * decl.c (init_decl_processing): Don't call record_component_aliases.
9092         * tree.c (build_cplus_array_type_1): Likewise.
9093
9094 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
9095
9096         * ir.texi: Correct typo.
9097         * mangle.c (write_expression): Handle non-type template arguments
9098         with reference type.
9099         * method.c (build_overload_value): Likewise.
9100         * pt.c (convert_nontype_argument): Explicitly represent conversion
9101         to a reference with an ADDR_EXPR.
9102         (unify): Always unify arguments in left-to-right order.
9103
9104 2000-06-03  Alex Samuel    <samuel@codesourcery.com>
9105             Mark Mitchell  <mark@codesourcery.com>
9106
9107         * Make-lang.in (CXX_SRCS): Add mangle.c.
9108         * Makefile.in (CXX_OBJS): Add mangle.o.
9109         (mangle.o): New rule.
9110
9111         * class.c (local_classes): New variable.
9112         * class.c (get_vtable_name): Use mangle_vtable_for_type for new ABI.
9113         (get_vtt_name): Use mangle_vtt_name for new ABI.
9114         (init_class_processing): Initialize local_classes.
9115         (build_ctor_vtbl_group): Use mangle_ctor_vtbl_for_type for new ABI.
9116         * cp-tree.h (cp_tree_index): Add CPTI_STD_IDENTIFIER.
9117         (std_identifier): New macro.
9118         (DECL_VOLATILE_MEMFUNC_P): New macro.
9119         (DECL_NAMESPACE_STD_P): Likewise.
9120         (local_classes): Declare.
9121         (get_mostly_instantiated_function_type): Declare.
9122         (init_mangle): Declare.
9123         (mangle_decl): Likewise.
9124         (mangle_type_string): Likewise.
9125         (mangle_type): Likewise.
9126         (mangle_typeinfo_for_type): Likewise.
9127         (mangle_typeinfo_string_for_type): Likewise.
9128         (mangle_vtbl_for_type): Likewise.
9129         (mangle_vtt_for_type): Likewise.
9130         (mangle_ctor_vtbl_for_type): Likewise.
9131         (mangle_thunk): Likewise.
9132         (mangle_conv_op_name_for_type): Likewise.
9133         (mangle_guard_variable): Likewise.
9134         * decl.c (pushtag): Keep track of local classes.
9135         (initialize_predefined_identifiers): Initialize std_identifier.
9136         (init_decl_processing): Use std_identifier.
9137         (start_decl): Don't treat instantiations as specializations.
9138         (grokdeclarator): Likewise.
9139         (grokvardecl): Call mangle_decl for new ABI.  Only set mangled
9140         name for fully-instantiated templates.
9141         * decl2.c (grokclassfn): Use set_mangled_name_for_decl for
9142         destructors with the new ABI.
9143         (finish_static_data_member_decl): Use mangle_decl under the new ABI.
9144         (grokfield): Use mangle_type for new ABI.
9145         (grokoptypename): Use mangle_conv_op_for_type for new ABI.
9146         (get_sentry): Use mangle_guard_variable for new ABI.
9147         (start_static_initialization_or_destruction): Likewise.
9148         * expr.c (extract_aggr_init): Remove.
9149         (extract_scalar_init): Likewise.
9150         (extract_init): Remove #if 0'd code.
9151         * mangle.c: New function.
9152         * method.c (build_mangled_name): Assert not flag_new_abi.
9153         (build_static_name): Likewise.
9154         (build_decl_overload_real): Likewise.
9155         (build_typename_overload): Likewise.
9156         (build_overload_with_type): Likewise.
9157         (build_overload_name): Likewise.
9158         (get_ctor_vtbl_name): Likewise.
9159         (start_squangling): Likewise.
9160         (get_id_2): Likewise.
9161         (set_mangled_name_for_decl): Call mangle_decl for new ABI.
9162         (init_method): Call init_mangle for new ABI.
9163         (make_thunk): Call mangle_thunk for new ABI.
9164         * operators.def: Correct new ABI manglings for the `%' operator.
9165         Add `::' operator.
9166         * pt.c (build_template_decl): Copy DECL_OVERLOADED_OPERATOR_P and
9167         DECL_ASSIGNMENT_OPERATOR_P to the TEMPLATE_DECL.
9168         (lookup_template_class): Call mangle_decl for new ABI.
9169         (get_mostly_instantiated_function_type): New function.
9170         (set_mangled_name_for_template_decl): Use it.
9171         (tsubst_decl): Use set_mangled_name_for_decl for destructors with
9172         the new ABI.  Use mangle_conv_op_name_for_type for instantiated
9173         conversion op names.
9174         * rtti.c (tinfo_name): Call mangle_type_string for new ABI.
9175         (get_tinfo_decl): Call mangle_typeinfo_for_type for new ABI.
9176         (tinfo_base_init):  Likewise.  Mangle typeinfo string name with
9177         mangle_typeinfo_string_for_type.
9178
9179 2000-06-03  Mark Mitchell  <mark@codesourcery.com>
9180
9181         * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
9182         (INNERMOST_TEMPLATE_ARGS): New macro.
9183         (innermost_args): Remove.
9184         (get_innermost_template_args): New function.
9185         * decl2.c (arg_assoc_class): Use INNERMOST_TEMPLATE_ARGS.
9186         * error.c (dump_function_decl): Be caution when using
9187         most_general_template.
9188         * method.c (build_template_parm_names):  Use
9189         INNERMOST_TEMPLATE_ARGS.
9190         * pt.c (add_to_template_args): Tidy comment
9191         (get_innermost_template_args): New function.
9192         (check_explicit_specialization): Clear DECL_INITIAL for a new
9193         specialization.
9194         (process_partial_specialization): Use INNERMOST_TEMPLATE_ARGS.
9195         Tidy.
9196         (push_template_decl): Always register specializations of the most
9197         general template.
9198         (convert_template_argument): Use INNERMOST_TEMPLATE_ARGS.
9199         (coerce_template_parms): Likewise.
9200         (lookup_template_class): Likewise.
9201         (innermost_args): Remove.
9202         (tsubst_decl): Use INNERMOST_TEMPLATE_ARGS.
9203         (tsubst_decl): Handle tricky specializations.  Use
9204         get_innermost_template_args.
9205         (instantiate_template): Simplify handling of partial
9206         instantiations.
9207         (get_class_bindings): Use INNERMOST_TEMPLATE_ARGS.
9208         (most_general_template): Reimplement, in a more straightforward
9209         manner.
9210         (regenerate_decl_from_template): Tweak formatting.  Use
9211         TMPL_ARGS_DEPTH for clarity.
9212         (set_mangled_name_for_template_decl): Use INNERMOST_ARGS.
9213
9214         * dump.c (dequeue_and_dump): Dump information about thunks.
9215
9216 2000-06-01  Richard Henderson  <rth@cygnus.com>
9217
9218         * decl.c (init_decl_processing): Set lang_get_alias_set first thing.
9219
9220 2000-06-01  Richard Henderson  <rth@cygnus.com>
9221
9222         * decl2.c (unsupported_options): Fix typo, make const.
9223         (lang_decode_option): Fix bsearch argument order.
9224
9225 2000-06-01  Mark Mitchell  <mark@codesourcery.com>
9226
9227         * init.c (resolve_offset_ref): Remove check for TREE_ADDRESSABLE
9228         on FIELD_DECLs.
9229
9230 Wed May 31 14:09:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9231
9232         * cp-tree.h (c_get_alias_set): Deleted.
9233         * Makefile.in (decl.o): Include ../expr.h.
9234         * decl.c (expr.h): Include.
9235         (init_decl_processing): Call record_component_aliases for arrays.
9236         (grokdeclarator): Likewise.
9237         Set TREE_ADDRESSABLE for fields that aren't bitfields.
9238         * tree.c (build_cplus_array_type_1): Call record_component_aliases.
9239
9240 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
9241
9242         Remove guiding declaration support.
9243         * cp/cp-tree.h (flag_dump_translation_unit): Make it const.
9244         (flag_guiding_decls): Remove.
9245         * call.c (build_user_type_conversion_1): Remove support for
9246         guiding decls.
9247         (build_new_function_call): Likewise.
9248         (build_new_op): Likewise.
9249         (build_new_method_call): Likewise.
9250         * decl.c (start_function): Likewise.
9251         * friend.c (is_friend): Likewise.
9252         (do_friend): Likewise.
9253         * decl2.c ((flag_dump_translation_unit): Make it const.
9254         (flag_guiding_decls): Remove.
9255         (unsupported_options): New variable
9256         (compare_options): New function.
9257         (lang_decode_option): Use them.
9258
9259         * decl.c (build_cp_library_fn): Set DECL_CONTEXT.
9260
9261         * method.c (mangle_expression): Adjust test for legal expression
9262         operators.
9263
9264         * pt.c (instantiate_decl): Save and restore the local
9265         specializations list.
9266
9267 2000-05-30  Jason Merrill  <jason@decepticon.cygnus.com>
9268
9269         * decl.c (grok_reference_init): Pass LOOKUP_ONLYCONVERTING.
9270
9271 2000-05-30  Mark Mitchell  <mark@codesourcery.com>
9272
9273         * call.c (add_template_candidate_real): Handle member template
9274         constructors for classes with virtual bases.
9275         (build_user_type_conversion_1): Use in_charge_arg_for_name.
9276         (build_new_method_call): Use DECL_NONSTATIC_MEMBER_FUNCTION_P.
9277
9278         * ir.texi: Update thunk documentation.
9279
9280         * call.c (joust): Fix handling of overloaded builtin operators.
9281
9282 2000-05-30  Zack Weinberg  <zack@wolery.cumb.org>
9283
9284         * cp-tree.h (DECL_ANTICIPATED): New macro.
9285         Document new use of DECL_LANG_FLAG_7.
9286         * decl.c (builtin_function): Set DECL_ANTICIPATED on builtins
9287         in the user namespace.
9288         * lex.c (do_identifier): If the identifier's declaration has
9289         DECL_ANTICIPATED on, it has not yet been declared.  But do not
9290         replace it with an ordinary implicit declaration.
9291
9292         * tinfo2.cc: Include stdlib.h.
9293
9294 2000-05-29  Mark Mitchell  <mark@codesourcery.com>
9295
9296         * cp-tree.h (CLASSTYPE_ALIGN_UNIT): New macro.
9297         * class.c (layout_empty_base): Use CLASSTYPE_ALIGN_UNIT, not
9298         CLASSTYPE_ALIGN.
9299
9300 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
9301
9302         * decl2.c (lang_decode_option): Use skip_leading_substring instead
9303         of plain strncmp.
9304
9305 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
9306
9307         * operators.def (<?): Duplicated, should have been...
9308         (>?): this.  Fixed.
9309
9310 2000-05-27  Alex Samuel    <samuel@codesourcery.com>
9311             Mark Mitchell  <mark@codesourcery.com>
9312
9313         * cp-tree.h (ansi_opname): Make it a macro.
9314         (ansi_assopname): Likewise.
9315         (struct lang_decl_flags): Add assignment_operator_p.
9316         (struct lang_decl): Add operator_code.
9317         (DECL_VTT_PARM): Adjust.
9318         (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an
9319         overloaded operator.
9320         (SET_OVERLOADED_OPERATOR_CODE): New macro.
9321         (DECL_ASSIGNMENT_OPERATOR_P): New macro.
9322         (DECL_ARRAY_DELETE_OPERATOR_P): Adjust.
9323         (opname_tab): Remove.
9324         (assignop_tab): Likewise.
9325         (operator_name_info_t): New type.
9326         (operator_name_info): New variable.
9327         (assignment_operator_name_info): Likewise.
9328         (build_cp_library_fn): Remove declaration.
9329         (push_cp_library_fn): Likewise.
9330         (operator_name_string): Likewise.
9331         (build_decl_overload): Likewise.
9332         * call.c (print_z_candidates): Simplify.
9333         (build_object_call): Adjust usage of ansi_opname.  Use
9334         DECL_OVERLOADED_OPERATOR_P.
9335         (op_error): Adjust operator name lookup.
9336         (build_conditional_expr): Adjust usage of ansi_opname.
9337         (build_new_op): Likewise.
9338         (build_op_delete_call): Likewise.
9339         (build_over_call): Likewise.
9340         (joust): Use DECL_OVERLOADED_OPERATOR_P.
9341         * decl.c (duplicate_decls): Copy operator_code.
9342         (init_decl_processing): Adjust parameters to push_cp_library_fn.
9343         (builtin_function): Adjust parameters to build_library_fn_1.
9344         (build_library_fn_1): Accept an overloaded operator code.
9345         (build_library_fn): Pass ERROR_MARK.
9346         (build_cp_library_fn): Accept an overloaded operator code.
9347         (push_cp_library_fn): Likewise.
9348         (grokfndecl): Tweak.
9349         (grokdeclarator): Simplify code to compute names of overloaded
9350         operators.  Adjust use of ansi_opname.
9351         (ambi_op_p): Work on tree_codes, not identifiers.
9352         (unary_op_p): Likewise.
9353         (grok_op_properties): Likewise.
9354         (start_function): Use DECL_OVERLOADED_OPERATOR_P.
9355         (lang_mark_tree): Don't try to mark the operator_code.
9356         * decl2.c (grok_function_init): Use DECL_OVERLOADED_OPERATOR_P.
9357         * error.c (dump_decl): Remove special handling for operator
9358         names.
9359         (dump_function_name): Likewise.
9360         (dump_expr): Adjust name lookup of operators.
9361         (op_to_string): Simplify.
9362         (assop_to_string): Likewise.
9363         * init.c (build_new_1): Adjust use of ansi_opname.
9364         * lex.c (opname_tab): Remove.
9365         (assignop_tab): Likewise.
9366         (ansi_opname): Likewise.
9367         (ansi_assopname): Likewise.
9368         (operator_name_string): Likewise.
9369         (reinit_lang_specific): Likewise.
9370         (operator_name_info): New variable.
9371         (assignment_operator_name_info): Likewise.
9372         (init_operators): New function.
9373         (init_parse): Use it.
9374         (do_identifier): Adjust use of ansi_opname.
9375         * method.c (mangle_expression): Don't use ansi_opname for
9376         mangling.
9377         (build_decl_overload_real): Use DECL_OVERLOADED_OPERATOR_P.
9378         (build_decl_overload): Remove.
9379         (build_typename_overload): Use OPERATOR_TYPENAME_FORMAT directly.
9380         (do_build_assign_ref): Adjust use of ansi_opname.
9381         (synthesize_method): Likewise.
9382         (implicitly_declare_fn): Likewise.
9383         * operators.def: New file.
9384         * parse.y (operator): Adjust use of ansi_opname.
9385         * pt.c (tsubst_decl): Use IDENTIFIER_OPNAME_P.
9386         (set_mangled_name_for_template_decl): Don't play games with
9387         current_namespace.
9388         (special_function_p): Adjust use of ansi_opname.
9389         * typeck.c (check_return_expr): Likewise.
9390         * Make-lang.in (cc1plus): Depend on operators.def.
9391         * Makefile.in (lex.o): Likewise.
9392         (decl.o): Likewise.
9393
9394 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
9395
9396         * Make-lang.in (cplib2.ready): Eradicate.
9397
9398 Sat May 27 11:25:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9399
9400         * method.c (mangle_expression): Use TREE_CODE_LENGTH.
9401         * tree.c (break_out_calls, build_min_nt): Use TREE_CODE_LENGTH.
9402         (built_min, cp_tree_equal): Likewise.
9403
9404 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
9405
9406         * class.c (layout_nonempty_base_or_field): Replace
9407         `record_layout_info' with `record_layout_info_s'.
9408
9409 2000-05-26  Jason Merrill  <jason@casey.soma.redhat.com>
9410
9411         Fix goto checking.
9412         * cp-tree.h (struct language_function): x_named_labels is now
9413         a struct named_label_list*.
9414         * decl.c (struct named_label_use_list): Renamed from...
9415         (struct named_label_list): ...this.  New struct.
9416         (push_binding_level): Don't set eh_region.
9417         (note_level_for_eh): New fn.
9418         (pop_label): Take label and old value directly.
9419         (pop_labels): Adjust for new named_labels format.
9420         (lookup_label): Likewise.
9421         (poplevel): Note characteristics of a binding level containing a
9422         named label.  Mess with named label lists earlier.
9423         (mark_named_label_lists): New fn.
9424         (mark_lang_function): Call it.
9425         (use_label): New fn, split out from...
9426         (make_label_decl): ...here.  Don't call it.
9427         (decl_jump_unsafe, check_previous_goto, check_previous_goto_1,
9428         check_previous_gotos): New fns, split out from...
9429         (define_label): ...here.
9430         (check_switch_goto): New fn.
9431         (define_case_label): Call it.
9432         (check_goto): New fn.
9433         * semantics.c (finish_goto_stmt): Call it and use_label.
9434         (begin_compound_stmt): If we're a try block, call note_level_for_eh.
9435         (expand_stmt): Never pass 1 as DONT_JUMP_IN to expand_end_bindings.
9436
9437 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
9438
9439         * class.c (build_vtable_entry_ref): Correct usage of
9440         get_vtbl_decl_for_binfo.
9441
9442         * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
9443         * method.c (implicitly_declare_fn): Not here.
9444
9445 2000-05-26  Nathan Sidwell  <nathan@codesourcery.com>
9446
9447         * cp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...
9448         (CPTI_PTMD_DESC_TYPE): ... here.
9449         (ptmd_desc_type_node): Rename to ...
9450         (ptm_desc_type_node): ... here.
9451         * decl.c: Likewise.
9452         * rtti.c (ptmd_initializer): Rename to ...
9453         (ptm_initializer): ... here.
9454         (sythesize_tinfo_var): Adjust. Deal with pointer to member
9455         function.
9456         (create_tinfo_types): Adjust.
9457
9458 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
9459
9460         Finish implementation of VTTs.
9461         * cp-tree.h (cp_tree_index): Add CPTI_VTT_PARM_TYPE and
9462         CPTI_VTT_PARM_IDENTIFIER.
9463         (vtt_parm_identifier): New macro.
9464         (vtt_parm_type): Likewise.
9465         (BINFO_SUBVTT_INDEX): Likewise.
9466         (BINFO_VPTR_INDEX): Likewise.
9467         (struct lang_decl): Add vtt_parm.
9468         (DECL_VTT_PARM): New macro.
9469         (DECL_USE_VTT_PARM): Likewise.
9470         (DECL_NEEDS_VTT_PARM_P): Likewise.
9471         (get_vtt_name): Declare.
9472         (build_artificial_parm): Likewise.
9473         (fixup_all_virtual_upcast_offsets): Likewise.
9474         (expand_indirect_vtbls_init): Remove.
9475         * call.c (build_new_method_call): Pass the vtt to subobject
9476         constructors and destructors.
9477         * class.c (get_vtt_name): Give it external linkage.
9478         (build_clone): Handle the magic VTT parameters for clones.
9479         (clone_function_decl): Fix typo in comment.
9480         (build_vtt): Keep track of the indices in the VTTs where various
9481         entities are stored.
9482         (build_vtt_inits): Likewise.
9483         (dfs_build_vtt_inits): Likewise.
9484         (build_ctor_vtbl_group): Tweak type of construction vtables.
9485         (dfs_accumulate_vtbl_inits): Build vtables for all bases, even
9486         primary bases, when building construction vtables.
9487         * decl.c (duplicate_decls): Handle DECL_VTT_PARM.
9488         (initialize_predefined_identifiers): Add vtt_parm_identifier.
9489         (init_decl_processing): Initialize vtt_parm_type.
9490         (grokfndecl): Use DECL_OVERLOADED_OPERATOR_P.
9491         (lang_mark_tree): Make vtt_parm.
9492         * decl2.c (build_artificial_parm): New function.
9493         (maybe_retrofit_in_chrg): Use it.  Add VTT parameters.
9494         (grokclassfn): Use build_artificial_parm.
9495         * init.c (initialize_vtbl_ptrs): Call
9496         fixup_all_virtual_upcast_offsets directly.
9497         (perform_member_init): Use the complete subobject destructor for
9498         member cleanups.
9499         (build_vtbl_address): New function.
9500         (expand_virtual_init): Handle VTTs.
9501         * optimize (maybe_clone_body): Likewise.
9502         * search.c (fixup_all_virtual_upcast_offsets): Give it external
9503         linkage.
9504         (expand_indirect_vtbls_init): Remove.
9505         * semantics.c (setup_vtbl_ptr): Fix typos in comment.
9506         * tree.c (make_binfo): Make them bigger.
9507
9508 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
9509
9510         * inc/cxxabi.h (__pbase_type_info): Define, based on
9511         __pointer_type_info.
9512         (__pointer_type_info): Derive from __pbase_type_info. Adjust.
9513         (__pointer_to_member_type_info): Likewise.
9514         * tinfo2.cc (__pbase_type_info::~__pbase_type_info): Implement.
9515         (__pointer_to_member_type_info::__is_pointer_p): Remove.
9516         (__pointer_type_info::__do_catch): Rename to ...
9517         (__pbase_type_info::__do_catch): ... here. Adjust.
9518         (__pbase_type_info::__pointer_catch): Implement.
9519         (__pointer_type_info::__pointer_catch): Adjust.
9520         (__pointer_to_member_type_info::__pointer_catch): Adjust.
9521
9522 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
9523
9524         * tinfo.h (__user_type_info::contained_virtual_p): New
9525         predicate.
9526         * tinfo.cc (__user_type_info::do_upcast): Fix bug with diamond
9527         shaped hierarchy.
9528         (__vmi_class_type_info::__do_upcast): Fix bug with NULL pointer to
9529         diamond shaped hierarchy. Add early out for mixed diamond and
9530         duplicate shaped hierarchy.
9531
9532 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
9533
9534         * cp-tree.h (build_delete): Change prototype.
9535         (build_vec_delete): Likewise.
9536         * call.c (build_scoped_method_call): Use special_function_kind
9537         values to indicate the kind of destruction to be done.
9538         (build_method_call): Likewise.
9539         * decl.c (finish_destructor_body): Likewise.
9540         (maybe_build_cleanup_1): Likewise.  Rename to ...
9541         (maybe_build_cleanup): ... this.
9542         * decl2.c (delete_sanity): Use special_function_kind
9543         values to indicate the kind of destruction to be done.
9544         (build_cleanup): Likewise.
9545         * init.c (perform_member_init): Likewise.
9546         (build_vec_delete_1): Likewise.
9547         (build_dtor_call): Simplify.
9548         (build_delete): Use special_function_kind
9549         values to indicate the kind of destruction to be done.
9550         (build_vbase_delete): Likewise.
9551         (build_vec_delete): Likewise.
9552
9553         * init.c (sort_member_init): Fix typo in error message generation
9554         code.
9555
9556 Mon May 15 11:46:29 2000  Donald Lindsay  <dlindsay@cygnus.com>
9557
9558         * semantics.c (begin_class_definition): make the packed
9559         attribute be sensitive to the "-fpack-struct" command line flag
9560
9561 2000-05-24  Nathan Sidwell  <nathan@codesourcery.com>
9562
9563         Update new-abi upcast algorithm.
9564         * inc/cxxabi.h (__class_type_info::__do_upcast): Change
9565         prototype and meaning of return value.
9566         (__si_class_type_info::__do_upcast): Likewise.
9567         (__vmi_class_type_info::__do_upcast): Likewise.
9568         * tinfo.cc (__class_type_info::__upcast_result): Replace
9569         whole2dst with part2dst. Adjust ctor.
9570         (__class_type_info::__do_upcast): Adjust call of worker function.
9571         (__class_type_info::__do_upcast): Adjust.
9572         (__si_class_type_info::__do_upcast): Adjust. Use parent's
9573         __do_upcast.
9574         (__vmi_class_type_info::__do_upcast): Likewise. Fix private
9575         virtual base in diamond hierarchy bug.
9576
9577 2000-05-23  Mark Mitchell  <mark@codesourcery.com>
9578
9579         * cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable
9580         and bitfield to tinfo_fn_p.
9581         (DECL_TINFO_FN_P): Adjust.
9582         (SET_DECL_TINFO_FN_P): Likewise.
9583         (DECL_MUTABLE_P): Likewise.
9584         (DECL_C_BIT_FIELD): Likewise.
9585         (SET_DECL_C_BIT_FIELD): Likewise.
9586         (CLEAR_DECL_C_BIT_FIELD): Likewise.
9587         (DECL_UNINLINABLE): Likewise.
9588         * class.c (alter_access): Call retrofit_lang_decl if ncessary.
9589         (handle_using_decl): Remove assertion.
9590         (build_vtbl_or_vbase_field): Use build_decl, not build_lang_decl,
9591         to build FIELD_DECLs.
9592         (build_base_field): Likewise.
9593         (layout_class_type): Likewise.
9594         * decl.c (init_decl_processing): Likewise.
9595         (build_ptrmemfunc_type): Likewise.
9596         (grokdeclarator): Likewise.
9597         * decl2.c (grok_x_components): Likewise.
9598         * except.c (call_eh_info): Likewise.
9599         * init.c (init_init_processing): Likewise.
9600         * rtti.c (expand_class_desc): Likewise.
9601         (create_pseudo_type_info): Likewise.
9602         (get_vmi_pseudo_type_info): Likewise.
9603         (create_tinfo_types): Likewise.
9604         * ptree.c (print_lang_decl): Adjust.
9605         * typeck.c (build_component_ref): Don't check DECL_LANG_SPECIFIC
9606         before checking DECL_MUTABLE_P.
9607
9608         * decl2.c (maybe_retrofit_in_chrg): Don't create in-charge
9609         parameters for template functions.
9610         * pt.c (tsubst_decl): Make sure we call maybe_retrofit_in_chrg for
9611         destructors as well as constructors.
9612
9613 2000-05-22  Mark Mitchell  <mark@codesourcery.com>
9614
9615         * class.c (build_ctor_vtbl_group): Set inits.
9616         * optimize.c (maybe_clone_body): Set DECL_INLINE and
9617         DECL_THIS_INLINE appropriately for clones.
9618
9619         * cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.
9620         (DECL_CONV_FN_P): Simplify.
9621         (DECL_OPERATOR): Remove.
9622         (language_to_string): Declare.
9623         * decl.c (duplicate_decls): Fix typo in comment.
9624         (grokdeclarator): Adjust use of IDENTIFIER_TYPENAME_P.
9625         (grok_op_properties): Use DECL_CONV_FN_P instead of
9626         IDENTIFIER_TYPENAME_P.
9627         * dump.c (dequeue_and_dump): Dump the language linkage of
9628         declarations.
9629         * error.c (language_to_string): Give it external linkage.
9630         * method.c (build_typename_overload): Set IDENTIFIER_TYPENAME_P.
9631         (implicitly_declare_fn): Set DECL_LANGUAGE.
9632         * pt.c (check_explicit_specialization): Use DECL_CONV_FN_P, not
9633         IDENTIFIER_TYPENAME_P.
9634         (tsubst_decl): Likewise.
9635         (tsubst_copy): Adjust use of IDENTIFIER_TYPENAME_P.
9636         * semantics.c (finish_member_declaration): Don't mark members of
9637         classes declared in an extern "C" region as extern "C".
9638
9639 2000-05-22  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
9640
9641         * decl2.c (qualified_lookup_using_namespace): Look through
9642         namespace aliases.
9643
9644         * decl.c (push_using_decl): Return the old decl on namespace level.
9645
9646 2000-05-21  Mark Mitchell  <mark@codesourcery.com>
9647
9648         * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity checks.
9649         (VTT_NAME_PREFIX): New macro.
9650         (CTOR_VTBL_NAME_PREFIX): Likewise.
9651         (get_ctor_vtbl_name): New function.
9652         * class.c (get_vtable_name): Simplify.
9653         (get_vtt_name): New function.
9654         (get_vtable_decl): Don't set IDENTIFIER_GLOBAL_VALUE.
9655         (dfs_mark_primary_bases): Update the CLASSTYPE_VBASECLASSES list
9656         when a virtual base becomes primary.
9657         (finish_struct_1): Set CLASSTYPE_VFIELDS a little earlier.  Build
9658         VTTs.
9659         (finish_vtbls): Adjust calls to accumulate_vtbl_inits to pass in
9660         additional parameters.
9661         (dfs_finish_vtbls): Don't clear BINFO_NEW_VTABLE_MARKED.
9662         (initialize_array): New function.
9663         (build_vtt): Likewise.
9664         (build_vtt_inits): Likewise.
9665         (dfs_build_vtt_inits): Likewise.
9666         (dfs_fixup_binfo_vtbls): Likewise.
9667         (build_ctor_vtbl_group): Likewise.
9668         (initialize_vtable): Use initialize_array.
9669         (accumulate_vtbl_inits): Reimplement to handle construction
9670         vtables.
9671         (dfs_accumulate_vtbl_inits): Likewise.
9672         (bulid_vtbl_initializer): Adjust parameter name.
9673         * method.c (build_typename_overload): Remove #if 0'd code.
9674         (get_ctor_vtbl_name): New function.
9675         * search.c (dfs_walk_real): Use BINFO_N_BASETYPES.
9676         (init_vbase_pointers): Don't mess with the TREE_CHAIN of a binfo.
9677
9678         * cp-tree.h (struct lang_type): Remove search_slot.
9679         (CLASSTYPE_SEARCH_SLOT): Remove.
9680         (emit_base_init): Change prototype.
9681         (initialize_vtbl_ptrs): Likewise.
9682         (expand_indirect_vtbls_init): Likewise.
9683         (clear_search_slots): Remove.
9684         * decl.c (lang_mark_tree): Don't mark search_slot.
9685         * init.c (initialize_vtbl_ptrs): Simplify.
9686         (emit_base_init): Likewise.
9687         * search.c (struct vbase_info): Document decl_ptr.
9688         (convert_pointer_to_single_level): Remove.
9689         (dfs_find_vbases): Remove.
9690         (dfs_init_base_pointers): Simplify.
9691         (dfs_clear_vbase_slots): Remove.
9692         (dfs_vtable_path_unmark): New function.
9693         (init_vbase_pointers): Simplify.
9694         (expand_upcast_fixups): Don't rely on CLASSTYPE_SEARCH_SLOT.
9695         (expand_indirect_vtbls_init): Simplify.  Don't call
9696         mark_all_temps_used.
9697         * semantics.c (setup_vtbl_ptr): Adjust calls to emit_base_init and
9698         initialize_vtbl_ptrs.
9699
9700 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
9701
9702         * except.c: Add static prototypes.
9703
9704 2000-05-20  H.J. Lu  <hjl@gnu.org>
9705
9706         * Make-lang.in (cplib2.ready): Also depend on cc1plus$(exeext).
9707
9708 2000-05-19  Mark Mitchell  <mark@codesourcery.com>
9709
9710         Don't create a separate copy of virtual bases for the
9711         CLASSTYPE_VBASECLASSES list.
9712         * cp-tree.h (CLASSTYPE_VBASECLASSES): Change documentation.
9713         (BINFO_FOR_VBASE): Remove.
9714         (CANONICAL_BINFO): Adjust.
9715         (binfo_for_vbase): New function.
9716         * class.c (build_vbase_pointer_fields): Use binfo_for_vbase
9717         instead of BINFO_FOR_VBASE.
9718         (build_vbase_pointer): Likewise.
9719         (build_secondary_vtable): Likewise.
9720         (dfs_mark_primary_bases): Likewise.
9721         (mark_primary_bases): Likewise.
9722         (layout_nonempty_base_or_field): Likewise.
9723         (dfs_set_offset_for_shared_vbases): Likewise.
9724         (dfs_set_offset_for_unshared_vbases): Likewise.
9725         (layout_virtual_bases): Likewise.  Adjust for changes to the
9726         CLASSTYPE_VBASECLASSES list.
9727         (dump_class_hierarchy_r): Use binfo_for_vbase
9728         instead of BINFO_FOR_VBASE.
9729         (dump_class_hierarchy): Likewise.
9730         (finish_vtbls): Likewise.
9731         (build_vtbl_initializer): Adjust for changes to the
9732         CLASSTYPE_VBASECLASSES list.
9733         (build_vbase_offset_vtbl_entries): Use binfo_for_vbase.
9734         * decl.c (finish_destructor_body): Adjust for changes to the
9735         CLASSTYPE_VBASECLASSES list.
9736         * init.c (sort_base_init): Use binfo_for_vbase.
9737         (construct_virtual_bases): Adjust for changes to the
9738         CLASSTYPE_VBASECLASSES list.
9739         (expand_member_init): Use binfo_for_vbase.
9740         (build_vbase_delete):  Adjust for changes to the
9741         CLASSTYPE_VBASECLASSES list.
9742         * method.c (do_build_copy_constructor): Likewise.
9743         * rtti.c (get_base_offset): Use binfo_for_vbase.
9744         (expand_class_desc): Remove #if 0'd code.
9745         * search.c (struct vbase_info): Remove vbase_types.
9746         (get_base_distance):  Use binfo_for_vbase.
9747         (lookup_field_queue_p): Use CANONICAL_BINFO.
9748         (get_shared_vbase_if_not_primary): Use binfo_for_vbase.
9749         (get_pure_virtuals): Adjust for changes to the
9750         CLASSTYPE_VBASECLASSES list.
9751         (dfs_find_vbases): Use binfo_for_vbase.
9752         (dfs_init_vbase_pointers): Likewise.
9753         (init_vbase_pointers): Don't initialize vi.vbase_types.
9754         (virtual_context): Use binfo_for_vbase.
9755         (fixup_all_virtual_upcast_offsets): Adjust for changes to the
9756         CLASSTYPE_VBASECLASSES list.
9757         (expand_indirect_vtbls_init): Simplify.
9758         (dfs_get_vbase_types): Don't replicate virtual bases.
9759         (find_vbase_instance): Use binfo_for_vbase.
9760         (binfo_for_vbase): New function.
9761         * typeck.c (get_delta_difference): Use binfo_for_vbase.
9762
9763 2000-05-17  Mark Mitchell  <mark@codesourcery.com>
9764
9765         * decl2.c (finish_anon_union): Generalize error messages to handle
9766         anonymous structures.
9767         * init.c (perform_member_init): Remove `name' parameter.
9768         (build_field_list): New function.
9769         (sort_member_init): Handle anonymous union initialization order
9770         correctly.  Check for multiple initializations of the same union.
9771         (emit_base_init): Don't look up fields by name here.
9772         (expand_member_init): Record the result of name lookup for future
9773         reference.
9774         * typeck.c (build_component_ref): Fix formatting.
9775
9776 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
9777
9778         * decl.c (pop_label): Replace warn_unused with warn_unused_label.
9779         * typeck.c (build_x_compound_expr): Replace warn_unused with
9780         warn_unused_value.
9781
9782         * decl2.c (lang_decode_option): Update -Wall unused flags by
9783         calling set_Wunused.
9784
9785 2000-05-16  Mark Mitchell  <mark@codesourcery.com>
9786
9787         * cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation.
9788         * init.c (dfs_vtable_path_unmark): Remove.
9789         * search.c (marked_new_vtable_p): Likewise.
9790         (unmarked_new_vtable_p): Likewise.
9791         (dfs_search_slot_nonempty_p): Likewise.
9792         (dfs_mark): Likewise.
9793         (dfs_vtable_path_unmark): Likewise.
9794         (dfs_find_vbases): Don't set BINFO_NEW_VTABLE_MARKED.
9795         (dfs_int_vbase_pointers): Don't clear BINFO_VTABLE_PATH_MARKED.
9796         (dfs_init_vbase_pointers): Remove special-case new ABI code.
9797         (dfs_clear_vbase_slots): Don't clear BINFO_NEW_VTABLE_MARKED.
9798         (init_vbase_pointers): Simplify.
9799         (expand_indirect_vtbls_init): Likewise.
9800
9801         * class.c (copy_virtuals): New function.
9802         (build_primary_table): Use it.
9803         (build_secondary_vtable): Likewise.
9804         (modify_vtable_entry): Use NULL_TREE, not integer_zero_node, to
9805         indicate that no vcall offset is required.
9806         (add_virtual_function): Likewise.
9807         (modify_all_vtables): Likewise.
9808         (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
9809         (dfs_accumulate_vtbl_inits): Likewise.
9810         (build_vtbl_initializer): Make changes to handle construction
9811         vtables.
9812         (dfs_build_vcall_offset_vtbl_entries): Likewise.
9813         (build_rtti_vtbl_entries): Likewise.
9814         (build_vtable_entries): Handle a NULL vcall_index.
9815
9816 2000-05-15  Gabriel Dos Reis  <gdr@codesourcery.com>
9817
9818         * decl2.c (lang_decode_option): Fix thinko.
9819
9820 2000-05-14  Jason Merrill  <jason@casey.cygnus.com>
9821
9822         * except.c (check_handlers): New fn.
9823         * cp-tree.h: Declare it.
9824         * semantics.c (finish_handler_sequence): Call it.
9825         (finish_function_handler_sequence): Likewise.
9826         (finish_handler_parms): Set TREE_TYPE on the handler.
9827         * cp-tree.h (PUBLICLY_UNIQUELY_DERIVED_P): New macro.
9828         * search.c (get_base_distance_recursive): If protect>1, ignore
9829         special access.
9830         (get_base_distance): Don't reduce watch_access.
9831
9832 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
9833
9834         * lex.c: #include diagnostic.h.
9835         (lang_init_options): Set default prefixing rules.
9836
9837         * lang-options.h: Add -fdiagnostics-show-location=.
9838
9839         * decl2.c: #include diagnostic.h.
9840         (lang_decode_option): Handle -fdiagnostics-show-location=.
9841
9842 2000-05-12  Nathan Sidwell  <nathan@codesourcery.com>
9843
9844         * tinfo.cc: Revert my 2000-05-08 and 2000-05-07 changes.
9845         * vec.cc: Revert my 2000-05-07 change.
9846
9847 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
9848
9849         * class.c (check_field_decls): Complain about non-static data
9850         members with same name as class in class with constructor.
9851
9852 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
9853
9854         * decl.c (grokdeclarator): Allow non-static data members with
9855         same name as class.
9856
9857 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
9858
9859         * cp-tree.h: Constify tree_srcloc.filename, tinst_level.file,
9860         and pending_inline.filename.  Update prototypes.
9861         * decl.c (define_label): Constify filename parameter.
9862         * decl2.c (warn_if_unknown_interface): Constify local char *.
9863         * input.c Constify input_source.filename. Don't declare
9864         input_filename or lineno.  Constify filename parameter to feed_input.
9865         * lex.c (init_parse): Constify parameter and return value.
9866         (cp_pragma_interface, cp_pragma_implementation): Constify
9867         filename argument.
9868         (reinit_parse_for_method, reinit_parse_for_block,
9869         reinit_parse_for_expr, feed_defarg, handle_cp_pragma):
9870         Constify local char *.
9871         * pt.c: Don't declare lineno or input_filename.
9872         (print_template_context, tsubst_friend_function, tsubst_decl,
9873         tsubst, instantiate_decl): Constify local char *.
9874         * semantics.c (expand_body): Constify local char *.
9875         * tree.c (build_srcloc): Constify filename parameter.
9876         * typeck.c (c_expand_asm_operands): Constify filename
9877         parameter.
9878
9879 2000-05-08  Nathan Sidwell  <nathan@codesourcery.com>
9880
9881         * tinfo.cc (__dynamic_cast): Use a reinterpret_cast. Fix
9882         offsetof expansion.
9883
9884 2000-05-08  Branko Cibej  <branko.cibej@hermes.si>
9885
9886         * inc/cxxabi.h:  Fix typos in comment.
9887         (__base_class_info::__offset): Use a static_cast.
9888
9889 2000-05-07  Nathan Sidwell  <nathan@codesourcery.com>
9890
9891         * inc/cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place
9892         of std::size_t and std::ptrdiff_t respectively.
9893         * tinfo.cc: Likewise.
9894         * vec.cc: Likewise.
9895
9896 2000-05-06  Richard Henderson  <rth@cygnus.com>
9897
9898         * typeck.c (build_c_cast): Don't warn integer->pointer size
9899         mismatch for constants.
9900
9901 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
9902
9903         * rtti.c (ptmd_initializer): Set non-public, if class is
9904         incomplete.
9905
9906         * inc/cxxabi.h (__dynamic_cast): Explicitly say extern "C++".
9907         (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
9908         __cxa_vec_delete): Likewise.
9909         * tinfo.cc (__dynamic_cast): Likewise.
9910         * vec.cc (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
9911         __cxa_vec_delete): Likewise.
9912
9913 2000-05-04  Mark Mitchell  <mark@codesourcery.com>
9914
9915         * cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
9916         (SET_FNADDR_FROM_VTABLE_ENTRY): Likewise.
9917         (lang_decl_flags): Add vcall_offset.
9918         (THUNK_VCALL_OFFSET): Use it.
9919         * decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk.
9920         * method.c (make_thunk): Create the lang_decl here, not in
9921         emit_thunk.
9922         (emit_thunk): Make generic thunks into ordinary functions once
9923         they have been fed to expand_body.
9924         * semantics.c (expand_body): Set current_function_is_thunk here.
9925
9926 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9927
9928         * class.c (update_vtable_entry_for_fn): Prototype.
9929
9930         * pt.c (tsubst_decl): Initialize variables `argvec', `gen_tmpl'
9931         and `tmpl'.
9932
9933         * search.c (dfs_build_inheritance_graph_order): Prototype.
9934
9935 2000-05-04  Mark Mitchell  <mark@codesourcery.com>
9936
9937         * cp-tree.h (special_function_kind): Add various kinds of
9938         destructors.
9939         (special_function_p): New function.
9940         * class.c (overrides): Don't let one kind of destructor override
9941         another.
9942         * decl2.c (mark_used): Use DECL_NON_THUNK_FUNCTION_P when deciding
9943         whether or not to instantiate a template.
9944         * tree.c (special_function_p): Define.
9945
9946 2000-05-03  Mark Mitchell  <mark@codesourcery.com>
9947
9948         * cp-tree.def (THUNK_DECL): Remove.
9949         * cp-tree.h (DECL_THUNK_P): New macro.
9950         (DECL_NON_THUNK_FUNCTION_P): Likewise.
9951         (DECL_EXTERN_C_FUNCTION_P): Likewise.
9952         (SET_DECL_THUNK_P): Likewise.
9953         (DELTA_FROM_VTABLE_ENTRY): Use DECL_THUNK_P.
9954         (FNADDR_FROM_VTABLE_ENTRY): Likewise.
9955         (DECL_MAIN_P): Use DECL_EXTERN_C_FUNCTION_P.
9956         * decl.c (decls_match): Use DECL_EXTERN_C_P.
9957         (duplicate_decls): Likewise.
9958         (pushdecl): Likewise.  Adjust thunk handling.
9959         (grokfndecl): Use DECL_EXTERN_C_P.
9960         * decl2.c (mark_vtable_entries): Use DECL_THUNK_P.
9961         * dump.c (dequeue_and_dump): Remove THUNK_DECL handling.
9962         * except.c (nothrow_libfn_p): Use DECL_EXTERN_C_P.
9963         * expr.c (cplus_expand_expr): Remove THUNK_DECL handling.
9964         * method.c (make_thunk): Use SET_DECL_THUNK_P.  Set
9965         DECL_NO_STATIC_CHAIN.
9966         (emit_thunk): Don't play games with TREE_CODE on thunks.  Don't
9967         set DECL_DESTRUCTOR_P or DECL_CONSTRUCTOR_P on a thunk.
9968         * search.c (covariant_return_p): Remove THUNK_DECL handling.
9969         * ir.texi: Update.
9970
9971 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
9972
9973         * tree.c (walk_tree): Set lineno.
9974
9975 2000-05-01  Mark Mitchell  <mark@codesourcery.com>
9976
9977         * exception.cc: Update license notice.
9978         * new.cc: Likewise.
9979         * new1.cc: Likewise.
9980         * new2.cc: Likewise.
9981         * tinfo.cc: Likewise.
9982         * tinfo2.cc: Likewise.
9983         * vec.cc: Likewise.
9984         * inc/cxxabi.h: Likewise.
9985         * inc/exception: Likewise.
9986         * inc/new: Likewise.
9987         * inc/new.h: Likewise.
9988         * inc/typeinfo: Likewise.
9989
9990 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
9991
9992         * tree.c (build_target_expr_with_type): If we already have a
9993         TARGET_EXPR, just return it.
9994
9995         * optimize.c (initialize_inlined_parameters): Don't generate an
9996         EXPR_STMT if we can just use DECL_INITIAL.
9997         * decl.c (emit_local_var): Only make the initialization a
9998         full-expression if stmts_are_full_exprs_p.
9999
10000 2000-05-01  Mark Mitchell  <mark@codesourcery.com>
10001
10002         * cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New
10003         macro.
10004         * call.c (standard_conversion): Use it.
10005         (direct_reference_binding): Likewise.
10006         (build_over_call): Likewise.
10007         (is_properly_derived_from): Likewise.
10008         (compare_ics): Likewise.
10009         * class.c (resolves_to_fixed_type_p): Likewise.
10010         * optimize.c (declare_return_variable): Likewise.
10011         * pt.c (is_specialization_of): Likewise.
10012         (unify): Likewise.
10013         * typeck.c (comp_target_parms): Likeiwse.
10014         (build_static_cast): Likewise.
10015         (build_reinterpret_cast): Likewise.
10016         (build_const_cast): Likewise.
10017         (comp_ptr_ttypes_real): Likewise.
10018         (comp_ptr_ttypes_const): Likewise.
10019         * typeck2.c (process_init_constructor): Likewise.
10020
10021 2000-04-30  Scott Snyder <snyder@fnal.gov>
10022
10023         * decl.c (finish_destructor_body): Use the base destructor when
10024         destroying virtual bases.
10025
10026 2000-04-30  Mark Mitchell  <mark@codesourcery.com>
10027
10028         * expr.c (cplus_expand_expr): Preserve temporaries when expanding
10029         STMT_EXPRs.
10030         * optimize.c (struct inline_data): Add target_exprs field.
10031         (declare_return_variable): When a function returns an aggregate,
10032         use the variable declared in the TARGET_EXPR as the remapped
10033         DECL_RESULT.
10034         (expand_call_inline): Update the pending target_exprs stack.
10035         (optimize_function): Initialize the stack.
10036
10037         * decl2.c (finish_file): Fix typo in comment.
10038
10039         * method.c (emit_thunk): Don't try to return a `void' value.
10040
10041         * optimize.c (initialize_inlined_parameters): If the parameter is
10042         addressable, we need to make a new VAR_DECL, even if the
10043         initializer is constant.
10044
10045 2000-04-28  Cosmin Truta  <cosmint@cs.ubbcluj.ro>
10046
10047         * decl.c (grok_op_properties): Add an extra check of argtypes.
10048
10049 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
10050
10051         * optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying
10052         variables.
10053         (initialize_inlined_parameters): Try to avoid creating new
10054         VAR_DECLs.
10055
10056 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
10057
10058         * lex.c (my_get_run_time): Remove.
10059         (init_filename_times): Use get_run_time instead of my_get_run_time.
10060         (check_newline): Likewise.
10061         (dump_time_statistics): Likewise.
10062         * decl2.c (finish_file): Push and pop timevar TV_VARCONST instead
10063         of computing elapsed time explicitly.
10064
10065 2000-04-26  Mark Mitchell  <mark@codesourcery.com>
10066
10067         * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
10068         * init.c (decl_constant_value): Check TREE_READONLY_DECL_P.
10069         * call.c (convert_like_real): Don't test TREE_READONLY_DECL_P
10070         before calling decl_constant_value.
10071         * class.c (check_bitfield_decl): Likewise.
10072         * cvt.c (ocp_convert): Likewise.
10073         (convert): Likewise.
10074         * decl.c (compute_array_index_type): Likewise.
10075         (build_enumerator): Likewise.
10076         * decl2.c (check_cp_case_value): Likewise.
10077         * pt.c (convert_nontype_argument): Likewise.
10078         (tsubst): Likewise.
10079         * typeck.c (decay_conversion): Likewise.
10080         (build_compound_expr): Likewise.
10081         (build_reinterpret_cast): Likewise.
10082         (build_c_cast): Likewise.
10083         (convert_for_assignment): Likewise.
10084
10085 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
10086
10087         * decl.c (finish_function): Don't play games with DECL_INLINE.
10088
10089 2000-04-25  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
10090
10091         * ir.texi: Correct typo.
10092
10093 2000-04-25  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10094
10095         * decl.c (grokdeclarator): Reject VLAs as members.
10096
10097 2000-04-24  Gabriel Dos Reis  <gdr@codesourcery.com>
10098
10099         * call.c (standard_conversion): Accept conversion between
10100         COMPLEX_TYPEs.
10101
10102         * cvt.c (ocp_convert): Handle conversion to COMPLEX_TYPE.
10103
10104 2000-04-24  Zack Weinberg  <zack@wolery.cumb.org>
10105
10106         * decl2.c (finish_file): Remove double setup for accounting
10107         compile time.
10108
10109 2000-04-24  Robert Lipe <robertlipe@usa.net>
10110
10111         * cp-tree.h (lang_type): Member `language' now ENUM_BITFIELD.
10112
10113 2000-04-23  Benjamin Kosnik  <bkoz@cygnus.com>
10114
10115         * new.cc (set_new_handler): Needs to be in std::.
10116
10117 2000-04-23  Mark Mitchell  <mark@codesourcery.com>
10118
10119         * cp-tree.h (lang_decl): Remove pretty_function_p.
10120         (DECL_PRETTY_FUNCTION_P): Use TREE_LANG_FLAG_0, not a bit in the
10121         language-specific node.
10122         * decl.c (cp_make_fname_decl): Use build_decl, not
10123         build_lang_decl, to build the variables.
10124         (grokvardecl): Don't call build_lang_decl for local variables in
10125         templates.
10126         (grokdeclarator): Don't call build_lang_decl for local type
10127         declarations in templates.
10128         * lex.c (retrofit_lang_decl): Use ggc_alloc_obj to allocated
10129         zero'd memory, rather than calling memset.
10130         * pt.c: Include hashtab.h.
10131         (local_specializations): New variable.
10132         (retrieve_local_specialization): Use it.
10133         (register_local_specialization): Likewise.
10134         (tsubst_decl): Don't assume local variables have
10135         DECL_LANG_SPECIFIC.
10136         (instantiate_decl): Set up local_specializations.
10137         * Makefile.in (HTAB_H): New variable.
10138
10139 2000-04-23  Richard Henderson  <rth@cygnus.com>
10140
10141         * typeck.c (c_expand_asm_operands): Restore the original
10142         contents of the output list.
10143
10144 2000-04-22  Gabriel Dos Reis <gdr@codesourcery.com>
10145
10146         * ir.texi:  Document complex number representation.
10147
10148 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
10149
10150         * rtti.c (init_rtti_processing): Set tinfo_var_id in new-abi.
10151         (target_incomplete_p): New function.
10152         (tinfo_base_init): Create comdat NTBS name variable.
10153         (ptr_initializer): Add non_public parameter. Calculate it.
10154         (ptmd_initializer): Likewise.
10155         (synthesize_tinfo_var): Adjust. Emit incomplete class tinfo.
10156         (create_real_tinfo_var): Add non_public parameter. Use it.
10157         Push proxy into global namespace.
10158         * inc/cxxabi.h (__pointer_type_info::incomplete_class_mask):
10159         New enumeration.
10160         * inc/typeinfo (type_info::before, type_info::operator==):
10161         Compare __name addresses.
10162
10163         * tinfo2.cc: Remove new-abi builtins comment.
10164
10165 2000-04-20  Jason Merrill  <jason@casey.cygnus.com>
10166
10167         * typeck.c (build_x_function_call): Resolve an OFFSET_REF.
10168
10169         * call.c (joust): Exit early if we get the same function, too.
10170
10171         * decl2.c (key_method): Return NULL_TREE for template classes.
10172         (import_export_class): Don't need to check for template classes.
10173
10174 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
10175
10176         * lex.c: Remove references to cccp.c.
10177
10178 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
10179
10180         * cp-tree.h (lang_decl_flags): Remove const_memfunc and
10181         volatile_memfunc.  Add destructor_attr.  Adjust dummy.
10182         (DECL_DESTRUCTOR_P): Use destructor_attr.
10183         (DECL_CONST_MEMFUNC_P): Reimplement.
10184         (DECL_VOLATILE_MEMFUNC_P): Remove.
10185         * class.c (finish_struct_methods): Use CLASSTYPE_DESTRUCTORS.
10186         (overrides): Use DECL_DESTRUCTOR_P.
10187         (check_for_override): Likewise.
10188         * decl.c (start_function): Likewise.
10189         * decl2.c (grokfclassfn): Likewise.
10190         (check_classfn): Likewise.
10191         (grok_function_init): Likewise.
10192
10193 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
10194
10195         * decl2.c (grokfield): Issue error on illegal data member
10196         declaration.
10197
10198 Mon Apr 17 17:11:16 2000  Mark P Mitchell  <mark@codesourcery.com>
10199
10200         * method.c (make_thunk): Set DECL_CONTEXT for a THUNK_DECL.
10201
10202 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
10203
10204         * class.c (build_vtable_entry): Don't build thunks for type-info
10205         functions.
10206
10207 2000-04-16  Jason Merrill  <jason@casey.cygnus.com>
10208
10209         * decl.c (decls_match): Allow a redeclaration of a builtin to
10210         specify args while the builtin did not.
10211
10212 2000-04-15  Mark Mitchell  <mark@codesourcery.com>
10213
10214         * cp-tree.def (THUNK_DECL): Add to documentation.
10215         * cp-tree.h (flag_huge_objects): Declare.
10216         * class.c (modify_vtable_entry): Tidy.
10217         (update_vtable_entry_for_fn): Split out from dfs_modify_vtables.
10218         Calculate delta appropriately for the new ABI.
10219         (dfs_modify_vtables): Use it.
10220         (modify_all_vtables): Fix thinko in code to add overriding copies
10221         of functions to primary vtables.
10222         (build_clone): Fix typo in comment.
10223         (clone_function_decl): Correct order of destructors in vtable.
10224         (build_vbase_offset_vtbl_entries): Adjust comment.
10225         (dfs_vcall_offset_queue_p): Remove.
10226         (dfs_build_vcall_offset_vtbl_entries): Update BV_VCALL_INDEX.
10227         (build_vcall_offset_vtbl_entries): Juse use dfs_skip_vbases.
10228         (build_vtable_entry): Correct check for pure virtual functions.
10229         Don't declare flag_huge_objects.
10230         * decl.c (flag_huge_objects): Remove declaration.
10231         * method.c (make_thunk): Tweak mangling for vcall offset thunks.
10232         Use int_size_in_bytes.
10233         (emit_thunk): Handle vcall offset thunks.
10234
10235 Sat Apr 15 16:00:01 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10236
10237         * decl2.c (parse_time, varconst_time): Delete declarations.
10238         (finish_file): Delete LINENO declaration.
10239         START_TIME and THIS_TIME now long.
10240
10241 2000-04-13  Nathan Sidwell  <nathan@codesourcery.com>
10242
10243         * class.c (build_base_field): Reformat comment.
10244
10245         * inc/cxxabi.h (stddef.h): Comment inclusion.
10246         (__base_class_info::__offset): Comment shift.
10247
10248 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
10249
10250         * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
10251         (cp_tree_index): Add CPTI_PUSH_EXCEPTION_IDENTIFIER.
10252         (cp_push_exception_identifier): New macro.
10253         (DECL_COMPLETE_DESTRUCTOR_P): New macro.
10254         (DECL_BASE_DESTRUCTOR_P): Likewise.
10255         (DECL_DELETING_DESTRUCTOR_P): Likewise.
10256         (get_vtbl_decl_for_binfo): Fix formatting.
10257         (in_charge_arg_for_name): New macro.
10258         (maybe_build_cleanup_and_delete): Remove declaration.
10259         * call.c (build_field_call): Use IDENTIFIER_CTOR_OR_DTOR_P.
10260         (in_charge_arg_for_name): New function.
10261         (build_new_method_call): Use it.  Handle cloned destructors.
10262         (build_clone): Don't make the base constructor virtual.
10263         Automatically defer generated functions.
10264         (clone_function_decl): Handle destructors, too.
10265         (clone_constructors_and_destructors): Likewise.
10266         (create_vtable_ptr): Don't create a vtable entry for a cloned
10267         function.
10268         * decl.c (predefined_identifier): Add ctor_or_dtor_p.
10269         (initialize_predefined_identifiers): Update appropriately.
10270         (finish_destructor_body): Simplify.
10271         (maybe_build_cleanup_and_delete): Remove.
10272         * except.c (expand_throw): Handle new-ABI destructors.
10273         * init.c (expand_cleanup_for_base): Use base_dtor_identifier.
10274         (build_dtor_call): New function.
10275         (build_delete): Use it.  Simplify.
10276         * optimize.c (maybe_clone_body): Handle destructors.
10277         * search.c (lookup_field_queue_p): Use IDENTIFIER_CTOR_OR_DTOR_P.
10278
10279         * exception.cc (cleanup_fn): New typedef.
10280         (CALL_CLEANUP): New macro.
10281         (cp_eh_info): Use them.
10282         (__cp_push_exception): Likewise.
10283         (__cp_pop_exception): Likewise.
10284
10285 2000-04-11  Mark Mitchell  <mark@codesourcery.com>
10286
10287         * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
10288         (complete_dtor_identifier): New macro.
10289         (CLASSTYPE_FIRST_CONVERSION): Remove.
10290         (CLASSTYPE_CONSTRUCTOR_SLOT): New macro.
10291         (CLASSTYPE_DESTRUCTOR_SLOT): Likewise.
10292         (CLASSTYPE_FIRST_CONVERSION_SLOT): Likewise.
10293         (CLASSTYPE_CONSTRUCTORS): Likewise.
10294         (CLASSTYPE_DESTRUCTORS): Likewise.
10295         (lang_decl): Add cloned_function.
10296         (DECL_COMPLETE_CONSTRUCTOR_P): New macro.
10297         (DECL_BASE_CONSTRUCTOR_P): Likewise.
10298         (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P): Likewise.
10299         (DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P): Likewise.
10300         (DECL_CLONED_FUNCTION_P): Likewise.
10301         (DECL_CLONED_FUNCTION): Likewise.
10302         (clone_function_decl): Declare.
10303         (maybe_clone_body): Likewise.
10304         * call.c (build_user_type_conversion_1): Call complete object
10305         constructors in the new ABI.
10306         (build_new_method_call): Don't add in-charge parameters under the
10307         new ABI.
10308         * class.c (add_method): Use DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P,
10309         DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P, CLASSTYPE_CONSTRUCTOR_SLOT, and
10310         CLASSTYPE_DESTRUCTOR_SLOT.
10311         (build_clone): New function.
10312         (clone_function_decl): Likewise.
10313         (clone_constructors_and_destructors): Likewise.
10314         (check_bases_and_members): Use it.
10315         * decl.c (iniitialize_predefined_identifiers): Initialize
10316         complete_dtor_identifier.
10317         (finish_function): Don't add extra code to a clone.
10318         (lang_mark_tree): Mark cloned_function.
10319         * decl2.c (mark_used): Don't bother trying to instantiate things
10320         we synthesized.
10321         * dump.c (dequeue_and_dump): Don't dump CP_DECL_CONTEXT twice.
10322         * method.c (set_mangled_name_for_decl): Don't treat clones as
10323         constructors.
10324         (synthesize_method): Sythesize cloned functions, not the clones.
10325         * optimize.c (inline_data): Update comment on ret_label.
10326         (remap_block): Don't assume DECL_INITIAL exists.
10327         (copy_body_r): Allow ret_label to be NULL.
10328         (maybe_clone_body): Define.
10329         * pt.c (tsubst_decl): Handle clones.
10330         (instantiate_clone): New function.
10331         (instantiate_template): Use it.
10332         (set_mangled_name_for_template_decl): Don't treat clones as
10333         constructors.
10334         * search.c (lookup_fnfields_1): Use CLASSTYPE_CONSTRUCTOR_SLOT,
10335         CLASSTYPE_DESTRUCTOR_SLOT, and CLASSTYPE_FIRST_CONVERSION_SLOT.
10336         * semantics.c (expand_body): Clone function bodies as necessary.
10337
10338         * optimize.c (remap_decl): Avoid sharing structure for arrays
10339         whose size is only known at run-time.
10340         * tree.c (copy_tree_r): Don't copy PARM_DECLs.
10341
10342         * cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attr
10343         to has_in_charge_parm_p.
10344         (DECL_CONSTRUCTOR_FOR_VBASE_P): Rename to ...
10345         (DECL_HAS_IN_CHARGE_PARM_P): ... this.
10346         (DECL_COPY_CONSTRUCTOR_P): New macro.
10347         * call.c (add_function_candidate): Use DECL_HAS_IN_CHARGE_PARM_P.
10348         (build_user_type_conversion_1): Likewise.
10349         (convert_like_real): Likewise.
10350         (build_over_call): Likeiwse.  Use DECL_COPY_CONSTRUCTOR_P.
10351         * decl.c (grokdeclarator): Use DECL_HAS_IN_CHARGE_PARM_P.
10352         (copy_args_p): Likewise.
10353         (grok_ctor_properties): Likewise.
10354         (start_function): Likewise.
10355         * decl2.c (maybe_retrofit_in_charge): Likewise.  Set it.
10356         * error.c (dump_function_decl): Use DECL_HAS_IN_CHARGE_PARM_P.
10357         * init.c (emit_base_init): Use DECL_COPY_CONSTRUCTOR_P.
10358         * method.c (do_build_copy_constructor): Use
10359         DECL_HAS_IN_CHARGE_PARM_P.
10360         (synthesize_method): Likewise.
10361         * pt.c (instantiate_template): Remove goto.
10362         * tree.c (build_cplus_method_type): Remove mention of obstacks in
10363         comment.
10364
10365         * cp-tre.h (finish_function): Change prototype.
10366         * decl.c (end_cleanup_fn): Adjust caller.
10367         (finish_function): Take only one parameter.
10368         * decl2.c (finish_objects): Adjust caller.
10369         (finish_static_storage_duration_function): Likewise.
10370         * method.c (emit_thunk): Likewise.
10371         * parse.y: Likewise.
10372         * parse.c: Regenerated.
10373         * pt.c (instantiate_decl): Likewise.
10374         * rtti.c (synthesize_tinfo_fn): Likewise.
10375         * semantics.c (expand_body): Likewise.
10376
10377         * cp-tree.h (copy_decl): New function.
10378         * class.c (finish_struct_1): Use it.
10379         * lex.c (copy_decl): Define it.
10380         * pt.c (tsubst_decl): Likewise.
10381         * tree.c (copy_template_template_parm): Likewise.
10382
10383         * cp-tree.h (lang_type): Remove has_nonpublic_ctor and
10384         has_nonpublic_assign_ref.
10385         (TYPE_HAS_NONPUBLIC_CTOR): Don't declare.
10386         (TYPE_HAS_NONPUBLIC_ASSIGN_REF): Likewise.
10387         * class.c (finish_struct_methods): Don't set
10388         TYPE_HAS_NONPUBLIC_CTOR or TYPE_HAS_NONPUBLIC_ASSIGN_REF.
10389         (interface_only): Don't declare.
10390         (interface_unknown): Likewise.
10391
10392 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10393
10394         * tree.h (HAVE_TEMPLATES): Remove definition.
10395         * lang-options.h (-fthis-is-variable): Remove documentation.
10396
10397 2000-04-10  Jason Merrill  <jason@casey.cygnus.com>
10398
10399         * class.c (instantiate_type): Handle object-relative template-id.
10400
10401         * semantics.c (finish_expr_stmt): Call convert_to_void here.
10402         * decl.c (cplus_expand_expr_stmt): Not here.
10403
10404         * rtti.c (build_dynamic_cast_1): Call non_lvalue.
10405         Initialize exprtype earlier.
10406
10407         * parse.y (fn.def1): Check for defining types in return types.
10408
10409         * decl.c (check_tag_decl): Notice extra fundamental types.
10410         Diagnose empty decls in classes, too.
10411
10412         * decl.c (grokdeclarator): Don't override an anonymous name if no
10413         declarator was given.
10414
10415         * cvt.c (convert_to_void): Call resolve_offset_ref.
10416
10417         * typeck.c (build_x_function_call): Abort if we get an OFFSET_REF.
10418
10419         * decl2.c (decl_namespace): Handle getting a type.
10420
10421         * typeck.c (build_c_cast): Re-enable warning for cast between
10422         pointer and integer of different size.
10423
10424 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
10425
10426         * inc/cxxabi.h (__pointer_type_info): Add restrict and
10427         incomplete flags.
10428         (__pointer_type_info::__pointer_catch): New virtual function.
10429         (__pointer_to_member_type_info): Derive from
10430         __pointer_type_info. Adjust.
10431         (__pointer_to_member_type_info::__do_catch): Remove.
10432         (__pointer_to_member_type_info::__is_pointer_p): Declare.
10433         (__pointer_to_member_type_info::__pointer_catch): Declare.
10434         * rtti.c (qualifier_flags): Add restrict flag.
10435         (ptmd_initializer): Reorder members.
10436         (create_tinfo_types): Expand comments. Reorder
10437         ptmd_desc_type_node members.
10438         * tinfo2.cc (__pointer_to_member_type_info::__is_pointer_p):
10439         Implement.
10440         (__pointer_type_info::__do_catch): Move specific code into
10441         __pointer_catch. Call it.
10442         (__pointer_type_info::__pointer_catch): Non-pointer-to-member
10443         specific catch checking. Fix void conversion check.
10444         (__pointer_to_member_type_info::__do_catch): Remove.
10445         (__pointer_to_member_type_info::__pointer_catch): Implement.
10446
10447 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
10448
10449         * lex.c (init_parse): Remove traces of classof and headof.
10450         * decl2.c (flag_operator_names): Default to 1.
10451         (lang_decode_option): Do not set it for -ansi.
10452
10453 2000-04-09  Mark Mitchell  <mark@codesourcery.com>
10454
10455         * cp-tree.h (struct lang_decl): Remove main_decl_variant.
10456         (DECL_MAIN_VARIANT): Remove.
10457         * decl.c (duplicate_decls): Don't set it.
10458         (start_function): Likewise.
10459         (lang_mark_tree): Don't mark it.
10460         * decl2.c (defer_fn): Don't use it.
10461         * lex.c (retrofit_lang_decl): Don't set it.
10462         * pt.c (tsubst_decl): Likewise.
10463         * ptree.c (print_lang_decl): Don't print it.
10464         * typeck.c (mark_addressable): Don't use it.
10465
10466 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
10467
10468         * vec.cc: Include <new> and <exception>.
10469         (__cxa_vec_ctor): Use __cxa_vec_dtor for cleanup.
10470         (__cxa_vec_dtor): Catch dtor exceptions, and rethrow or
10471         terminate.
10472         (__cxa_vec_delete): Catch dtor exceptions.
10473
10474 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
10475
10476         Prepend __ to implementation defined names.
10477         * inc/typeinfo (type_info): Rename _name to __name.
10478         (type_info::type_info): Rename parameter.
10479         (type_info::operator==, type_info::operator!=,
10480         type_info::before): Likewise.
10481         (type_info::is_pointer_p, type_info::is_function_p,
10482         type_info::do_catch, type_info::do_upcast): Prepend __. Rename
10483         parameters.
10484         * inc/cxxabi.h
10485         (__fundamental_type_info::__fundamental_type_info) Rename parameters.
10486         (__pointer_type_info::__pointer_type_info): Likewise.
10487         (__pointer_type_info::is_pointer_p,
10488         __pointer_type_info::do_catch): Prepend __. Rename parameters.
10489         (__array_type_info::__array_type_info): Rename parameters.
10490         (__function_type_info::__function_type_info): Likewise.
10491         (__function_type_info::is_function_p): Prepend __.
10492         (__enum_type_info::__enum_type_info): Rename parameters.
10493         (__pointer_to_member_type_info::__pointer_to_member_type_info):
10494         Likewise.
10495         (__pointer_to_member_type_info::do_catch): Prepend __. Rename
10496         parameters.
10497         (__base_class_info::is_virtual_p, is_public_p, offset): Prepend __.
10498         (__class_type_info::__class_type_info): Rename parameters.
10499         (__class_type_info::sub_kind): Prepend __. Adjust member names.
10500         (__class_type_info::upcast_result,
10501         __class_type_info::dyncast_result): Prepend __. Move definition
10502         into tinfo.cc.
10503         (__class_type_info::do_upcast, __class_type_info::do_catch,
10504         __class_type_info::find_public_src,
10505         __class_type_info::do_dyncast,
10506         __class_type_info::do_find_public_src): Prepend __. Rename
10507         parameters.
10508         (__si_class_type_info::__si_class_type_info): Rename parameters.
10509         (__si_class_type_info::do_upcast, __si_class_type_info::do_dyncast,
10510         __si_class_type_info::do_find_public_src): Prepent __. Rename
10511         parameters.
10512         (__vmi_class_type_info::__vmi_class_type_info): Rename parameters.
10513         (__vmi_class_type_info::do_upcast, __vmi_class_type_info::do_dyncast,
10514         __vmi_class_type_info::do_find_public_src): Prepent __. Rename
10515         parameters.
10516         (__dynamic_cast): Rename parameters.
10517         * tinfo.cc (type_info::is_pointer_p, type_info::is_function_p,
10518         type_info::do_catch, type_info::do_upcast): Prepend __.
10519         (contained_p, public_p, virtual_p, contained_public_p,
10520         contained_nonpublic_p, contained_nonvirtual_p): Adjust.
10521         (__class_type_info::do_catch,
10522         __class_type_info::do_upcast): Prepend __. Adjust.
10523         (__class_type_info::__upcast_result,
10524         __class_type_info::__dyncast_result): Move from inc/cxxabi.h.
10525         Adjust.
10526         (__class_type_info::find_public_src): Prepend __. Adjust.
10527         (__class_type_info::do_find_public_src,
10528         __si_class_type_info::do_find_public_src,
10529         __vmi_class_type_info::do_find_public_src): Likewise.
10530         (__class_type_info::do_dyncast,
10531         __si_class_type_info::do_dyncast,
10532         __vmi_class_type_info::do_dyncast): Likewise.
10533         (__class_type_info::do_upcast,
10534         __si_class_type_info::do_upcast,
10535         __vmi_class_type_info::do_upcast): Likewise.
10536         (__dynamic_cast): Adjust.
10537         * tinfo2.cc (__pointer_type_info::is_pointer_p): Prepend __.
10538         (__function_type_info::is_function_p): Likewise.
10539         (__pointer_type_info::do_catch): Likewise. Adjust.
10540         (__pointer_to_member_type_info::do_catch): Likewise. Adjust.
10541         (__throw_type_match_rtti_2): Adjust.
10542         (__is_pointer): Adjust.
10543
10544 2000-04-08  Mark Mitchell  <mark@codesourcery.com>
10545
10546         * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.
10547         (complete_ctor_identifier): New macro.
10548         (special_function_kind): Add sfk_copy_constructor and
10549         sfk_assignment_operator.
10550         (LOOKUP_HAS_IN_CHARGE): Remove.
10551         (cons_up_default_function): Rename to ...
10552         (implicitly_declare_fn): ... this.
10553         * call.c (build_new_method_call): Add in-charge parameters for
10554         constructors here.
10555         * class.c (add_implicitly_declared_members): Change parameter name
10556         from cant_have_assignment to cant_have_const_assignment.
10557         Replace calls to cons_up_default_function to implicitly_declare_fn.
10558         * cvt.c (ocp_convert): Use complete_ctor_identifier.
10559         * decl.c (initialize_predefined_identifiers): Initialize it.
10560         (start_function): Use DECL_CONSTRUCTOR_FOR_VBASE_P instead of
10561         complex expression.
10562         * init.c (expand_default_init): Don't calculate the in-charge
10563         parameter here.
10564         (build_new_1): Likewise.
10565         * lex.c (cons_up_default_function): Move to method.c.
10566         * method.c (synthesize_method): Use DECL_DESTRUCTOR_P.
10567         (implicitly_declare_fn): New function.
10568         * typeck.c (build_static_cast): Use complete_ctor_identifier.
10569         (build_modify_expr): Likewise.
10570         * typeck2.c (build_functional_cast): Likewise.
10571
10572         Under the new ABI, constructors don't return `this'.
10573         * cp-tree.h (warn_reorder): Declare.
10574         (special_function_kind): New enum.
10575         (global_base_init_list): Remove declaration.
10576         (emit_base_init): Don't return a value.
10577         (check_base_init): Don't declare.
10578         (is_aggr_typedef): Likewise.
10579         * decl.c (check_special_function_return_type): New function.
10580         (return_types): Remove.
10581         (grokdeclarator): Use check_special_function_return_type.
10582         (start_function): Don't initialize ctor_label under the new ABI.
10583         (finish_construtor_body): Don't create a corresponding LABEL_STMT.
10584         * init.c (begin_init_stmts): Move to top of file.
10585         (finish_init_stmts): Likewise.
10586         (warn_reorder): Don't declare.
10587         (emit_base_init): Don't create a STMT_EXPR here.  Don't return a
10588         value.
10589         (check_base_init): Remove.
10590         (is_aggr_typedef): Likewise.
10591         (build_new_1): Don't use the return value of a constructor.
10592         * semantics.c (setup_vtbl_ptr): Don't use the return value
10593         of emit_base_init.
10594         * typeck.c (check_return_expr): Don't magically convert return
10595         statements into `return this' in constructors under the new ABI.
10596
10597         * cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER,
10598         CPTI_BASE_DTOR_IDENTIFIER, and CPTI_DELETING_DTOR_IDENTIFIER.
10599         (base_ctor_identifier): New macro.
10600         (base_dtor_identifier): Likewise.
10601         (deleting_dtor_identifier): Likewise.
10602         * decl.c: Don't include obstack.h.
10603         (obstack_chunk_alloc): Don't define.
10604         (obstack_chunk_free): Likewise.
10605         (struct predefined_identifier): New type.
10606         (initialize_predefined_identifiers): New function.
10607         (init_decl_processing): Use it.
10608         (debug_temp_inits): Remove.
10609         (start_method): Don't call preserve_data.
10610         (hack_incomplete_structures): Update comment.
10611         * init.c (init_init_processing): Don't initialize
10612         nelts_identifier.
10613         (build_offset_rf): Remove dead code.
10614         (build_delete): Use CLASSTYPE_N_BASECLASSES.
10615         * search.c (init_search_processing): Don't initialize
10616         vptr_identifier.
10617
10618 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10619
10620         * typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to elide
10621         some sign_compare warnings.
10622
10623 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
10624
10625         Rename abi::__vmi_class_type_info members.
10626         * inc/cxxabi.h (__vmi_class_type_info): Rename details, n_bases,
10627         base_list, detail_masks members to vmi_flags, vmi_base_count,
10628         vmi_bases and vmi_flags_masks respectively.
10629         (__vmi_class_type_info::vmi_flags_masks): Rename
10630         details_unknown_mask to flags_unknown_mask.
10631         * tinfo.cc (__class_type_info::do_upcast): Adjust.
10632         (__vmi_class_type_info::do_find_public_src): Adjust.
10633         (__vmi_class_type_info::do_dyncast): Adjust.
10634         (__vmi_class_type_info::do_upcast): Adjust.
10635
10636 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
10637
10638         * tinfo.cc (convert_to_base): New function.
10639         (get_vbase_offset): Remove. Move into convert_to_base.
10640         (__vmi_class_type_info::do_find_public_src): Adjust.
10641         (__vmi_class_type_info::do_dyncast): Adjust.
10642         (__vmi_class_type_info::do_upcast): Adjust.
10643
10644 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
10645
10646         * tinfo.cc (operator=): Use __builtin_strcmp.
10647         * tinfo2.cc (before): Likewise.
10648
10649 2000-04-06  Mark Mitchell  <mark@codesourcery.com>
10650
10651         * cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.
10652         (DECL_SAVED_INLINE): Rename to ...
10653         (DECL_DEFERRED_FN): ... this.
10654         (in_function_p): Remove declaration.
10655         (mark_inline_for_output): Rename to ...
10656         (defer_fn): ... this.
10657         * decl.c (finish_function): Adjust call to mark_inline_for_output.
10658         (in_function_p): Remove definition.
10659         * decl2.c (saved_inlines): Rename to ...
10660         (deferred_fns): ... this.
10661         (saved_inlines_used): Rename to ...
10662         (deferred_fns_used): ... this.
10663         (mark_inline_for_output): Rename to ...
10664         (defer_fn): ... this.
10665         (finish_file): Adjust accordingly.
10666         (init_decl2): Likewise.
10667         * lex.c (cons_up_default_function): Likewise.
10668         * pt.c (mark_decl_instantiated): Likewise.
10669         (instantiate_decl): Don't set DECL_DEFER_OUTPUT under any
10670         circumstances.
10671         * rtti.c (get_tinfo_decl): Adjust call to mark_inline_for_output.
10672         * semantics.c (expand_body): Defer more functions.
10673
10674 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
10675
10676         * vec.cc: New file.
10677         * Make-lang.in (CXX_LIB2FUNCS): Add it.
10678         (vec.o): Build it.
10679         * inc/cxxabi.h (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
10680         __cxa_vec_delete): Declare.
10681
10682 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
10683
10684         * rtti.c (dfs_class_hint_mark): New static function.
10685         (dfs_class_hint_unmark): New static function.
10686         (class_hint_flags): Use them.
10687
10688 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
10689
10690         * decl2.c: Make flag_honor_std dependent on ENABLE_STD_NAMESPACE.
10691
10692 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
10693
10694         * cp-tree.h (instantiate_decl): Change prototype.
10695         * decl2.c (mark_used): Adjust call.
10696         * optimize.c (inlinable_function_p): Adjust handling of templates.
10697         * pt.c (do_decl_instantiation): Adjust call to instantiate_decl.
10698         (do_type_instantiation): Likewise.
10699         (instantiate_decl): Defer more templates.
10700         (instantiate_pending_templates): Adjust logic to handle inline
10701         friend functions.
10702
10703         * Makefile.in (GGC_H): New variable.  Use it throughout in place
10704         of ggc.h.
10705
10706         * call.c: Don't include obstack.h.  Include ggc.h.
10707         (obstack_chunk_alloc): Don't define.
10708         (obstack_chunk_free): Likewise.
10709         (add_candidate): Allocate the z_candidate with ggc_alloc_obj.
10710         * decl.c (push_switch): Use xmalloc to allocate the cp_switch.
10711         (pop_switch): Free it.
10712
10713         * decl2.c (grokclassfn): Set TREE_READONLY for PARM_DECLs.
10714
10715         * dump.c (dequeue_and_dump): Don't try to print the bit_position
10716         if we don't have a DECL_FIELD_OFFSET.
10717
10718 Wed Apr  5 15:12:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
10719
10720         * optimize.c (calls_setjmp_r): Use setjmp_call_p instead of
10721         special_function_p.
10722
10723 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10724
10725         * cfns.gperf (hash, libc_name_p): Prototype.
10726
10727         * rtti.c (build_dynamic_cast_1): Constification.
10728
10729         * search.c (dfs_debug_unmarkedp, dfs_debug_mark): Unhide prototypes.
10730
10731         * semantics.c (deferred_type_access_control): Prototype.
10732
10733 2000-04-04  Mark Mitchell  <mark@codesourcery.com>
10734
10735         Correct many new ABI issues regarding vbase and vcall offset
10736         layout.
10737         * cp-tree.h (BINFO_VTABLE): Document.
10738         (struct lang_type): Tweak formatting.
10739         (BINFO_PRIMARY_BINFO): Add to documentation.
10740         (CLASSTYPE_VSIZE): Fix typo in comment.
10741         (CLASSTYPE_VBASECLASSES): Update documentation.
10742         (BINFO_VBASE_MARKED): Remove.
10743         (SET_BINFO_VBASE_MARKED): Likewise.
10744         (CLEAR_BINFO_VBASE_MARKED): Likewise.
10745         (BINFO_FIELDS_MARKED): Remove.
10746         (SET_BINFO_FIELDS_MARKED): Likewise.
10747         (CLEAR_BINFO_FIELDS_MARKED): Likewise.
10748         (enum access_kind): New enumeration.
10749         (num_extra_vtbl_entries): Remove declaration.
10750         (size_extra_vtbl_entries): Likewise.
10751         (get_vtbl_decl_for_binfo): New function.
10752         (dfs_vbase_unmark): Remove declaration.
10753         (mark_primary_bases): Likewise.
10754         * class.c (SAME_FN): Remove.
10755         (struct vcall_offset_data_s): Move definition.
10756         (build_vbase_pointer): Use `build', not `build_binary_op', to
10757         access the vbase pointer under the new ABI.
10758         (build_vtable_entry_ref): Use get_vtbl_decl_for_binfo.
10759         (build_primary_vtable): Likewise.
10760         (dfs_mark_primary_bases): Move here from search.c.
10761         (mark_primary_bases): Likewise.
10762         (determine_primary_bases): Under the new ABI, don't make a base
10763         class a primary base just because we don't yet have any virtual
10764         functions.
10765         (layout_vtable_decl): Use get_vtbl_decl_for_binfo.
10766         (num_vfun_entries): Remove.
10767         (dfs_count_virtuals): Likewise.
10768         (num_extra_vtbl_entries): Likewise.
10769         (size_extra_vtbl_entries): Likewise.
10770         (layout_virtual_bases): Iterate in inheritance graph order under
10771         the new ABI.
10772         (finish_struct_1): Use TYPE_VFIELD, not CLASSTYPE_VSIZE, to
10773         indicate that a vfield is present.
10774         (init_class_processing): Initialize access_public_node, etc., from
10775         ak_public, etc.
10776         (get_vtbl_decl_for_binfo): New function.
10777         (dump_class_hierarchy_r): Likewise.
10778         (dump_class_hierarchy): Use it.
10779         (finish_vtbls): Build the vtbls in inheritance graph order.
10780         (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
10781         (initialize_vtable): Use get_vtbl_decl_for_binfo.
10782         (accumulate_vtbl_inits): Add comments explaining why a pre-order
10783         walk is required.
10784         (dfs_accumulate_vtbl_inits): Set BINFO_VTABLE to the location
10785         where the vptr points, even for primary vtables.
10786         (build_vtbl_initializer): Adjust handling of vbase and vcall
10787         offsets.
10788         (build_vcall_and_vbase_vtable_entries): New function.
10789         (dfs_build_vbase_offset_vtbl_entries): Remove.
10790         (build_vbase_offset_vtbl_entries): Reimplement.
10791         (dfs_build_vcall_offset_vtbl_entries): Don't include virtuals that
10792         were already handled in a primary base class vtable.
10793         (build_vcall_offset_vtbl_entries): Adjust.
10794         (build_rtti_vtbl_entries): Adjust.
10795         * decl2.c (output_vtable_inherit): Use get_vtbl_decl_for_binfo.
10796         * init.c (expand_virtual_init): Simplify.
10797         * repo.c (repo_get_id): Use get_vtbl_decl_for_binfo.
10798         * rtti.c (create_pseudo_type_info): Adjust calculation of vptr.
10799         * search.c (BINFO_ACCESS): New macro.
10800         (SET_BINFO_ACCESS): Likewise.
10801         (dfs_access_in_type): Manipulate access_kinds, not access nodes.
10802         (access_in_type): Likewise.
10803         (dfs_accessible_p): Likewise.
10804         (protected_accessible_p): Likewise.
10805         (lookup_fnfields_1): Adjust documentation.
10806         (dfs_mark_primary_bases): Move to class.c
10807         (mark_primary_bases): Likewise.
10808         (dfs_vbase_unmark): Remove.
10809         (virtual_context): Use BINFO_FOR_VBASE.
10810         (dfs_get_vbase_types): Simplify.
10811         (dfs_build_inheritance_graph_order): New function.
10812         (get_vbase_types): Use it.
10813         * tree.c (debug_binfo): Use get_vtbl_decl_for_binfo.
10814
10815         * tinfo.cc (get_vbase_offset): New function.
10816         (__vmi_class_type_info::do_find_public_src): Use it.
10817         (__vmi_class_type_info::do_dyncast): Likewise.
10818         (__vmi_class_type_info::do_upcast): Likewise.
10819
10820 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
10821
10822         * lang-specs.h: Pass -fno-show-column to the preprocessor.
10823
10824 2000-03-30  Nathan Sidwell  <nathan@codesourcery.com>
10825
10826         * rtti.c (class_hint_flags): Rename flags.
10827         (class_initializer): Remove flags.
10828         (synthesize_tinfo_var): Combine offset and flags. Add flags
10829         for __vmi_class_type_info.
10830         (create_tinfo_types): Remove flags from __class_type_info and
10831         __si_class_type_info. Merge flags and offset from
10832         base_class_type_info.
10833         * inc/cxxabi.h (__base_class_info): Merge offset and vmi_flags.
10834         (__base_class_info::is_virtual_p): Adjust.
10835         (__base_class_info::is_public_p): Adjust.
10836         (__base_class_info::offset): New accessor.
10837         (__class_type_info::details): Remove member.
10838         (__class_type_info::__class_type_info): Lose details.
10839         (__class_type_info::detail_masks): Remove.
10840         (__si_class_type_info::__si_class_type_info): Lose details.
10841         (__vmi_class_type_info::details): New member.
10842         (__vmi_class_type_info::__vmi_class_type_info): Adjust.
10843         (__vmi_class_type_info::detail_masks): New member.
10844         * tinfo.cc (__class_type_info::do_upcast): Initialize result
10845         with unknown_details_mask.
10846         (__vmi_class_type_info::do_find_public_src): Adjust
10847         (__vmi_class_type_info::do_dyncast): Adjust.
10848         (__vmi_class_type_info::do_upcast): Set result details, if
10849         needed. Adjust.
10850         (__dynamic_cast): Temporarily #if out optimization.
10851
10852 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
10853
10854         * rtti.c (get_tinfo_decl): Mark used.
10855         (emit_tinfo_decl): Don't optimize polymorphic type_info. Only
10856         mark as dealt with, if we output it.
10857
10858 2000-03-28  Mark Mitchell  <mark@codesourcery.com>
10859
10860         * class.c: Reorganize to put virtual function table initialization
10861         machinery at the end of the file.
10862
10863 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
10864
10865         * class.c (finish_struct): Use bitsize_zero_node.
10866         * pt.c (instantiate_class_template): Likewise.
10867
10868 2000-03-28  Mark Mitchell  <mark@codesourcery.com>
10869
10870         Put RTTI entries at negative offsets in new ABI.
10871         * class.c (dfs_build_vbase_offset_vtbl_entries): Put the first
10872         vbase offset at index -3, not -1.
10873         (build_vtabe_offset_vtbl_entries): Use unmarked_vtable_pathp, not
10874         dfs_vtable_path_unmarked_real_bases_queue_p to walk bases.
10875         (dfs_build_vcall_offset_vtbl_entries): Don't use skip_rtti_stuff.
10876         (build_rtti_vtbl_entries): New function.
10877         (set_rtti_entry): Remove.
10878         (build_primary_vtable): Don't use it.
10879         (build_secondary_vtable): Likewise.
10880         (start_vtable): Remove.
10881         (first_vfun_index): New function.
10882         (set_vindex): Likewise.
10883         (add_virtual_function): Don't call start_vtable.  Do call
10884         set_vindex.
10885         (set_primary_base): Rename parameter.
10886         (determine_primary_base): Likewise.
10887         (num_vfun_entries): Don't use skip_rtti_stuff.
10888         (num_extra_vtbl_entries): Include RTTI information.
10889         (build_vtbl_initializer): Use build_rtti_vtbl_entries.
10890         (skip_rtti_stuff): Remove.
10891         (dfs_modify_vtables): Don't use it.
10892         (modify_all_vtables): Don't use start_vtable.  Do use set_vindex.
10893         (layout_nonempty_base_or_field): Update size handling.
10894         (create_vtable_ptr): Tweak.
10895         (layout_class_type): Adjust parameter names.
10896         (finish_struct_1): Simplify.
10897         * cp-tree.h (CLASSTYPE_VSIZE): Tweak documentation.
10898         (skip_rtti_stuff): Remove.
10899         (first_vfun_index): New function.
10900         (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
10901         (dfs_vtable_path_marked_real_bases_queue_p): Remove.
10902         (marked_vtable_pathp): Declare.
10903         (unmarked_vtable_pathp): Likewise.
10904         * error.c (dump_expr): Use first_vfun_index to calculate vtable
10905         offsets.
10906         * rtti.c (build_headof): Look for RTTI at negative offsets.
10907         (get_tinfo_decl_dynamic): Likewise.
10908         (tinfo_base_init): Don't take the address of the TINFO_VTABLE_DECL
10909         here.
10910         (create_pseudo_type_info): Do it here instead.  Adjust so that
10911         vptr points at first virtual function.
10912         * search.c (marked_vtable_pathp): Make it global.
10913         (unmarked_vtable_pathp): Likewise.
10914         (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
10915         (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
10916         (dfs_get_pure_virtuals): Don't use skip_rtti_stuff.
10917         (get_pure_virtuals): Likewise.
10918         (expand_upcast_fixups): Likewise.
10919         * tree.c (debug_binfo): Likewise.
10920         * tinfo.cc (__dynamic_cast): Look for vtable_prefix at appropriate
10921         negative offset.
10922
10923 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10924
10925         * class.c (check_field_decl): Fix typo.
10926         (build_vtbl_or_vbase_field): Don't clear DECL_SAVED_INSNS.
10927         (check_methods): Likewise.
10928         (check_field_decls): Likewise.
10929         Use DECL_CONTEXT, not DECL_FIELD_CONTEXT.
10930         * cp-tree.h (DECL_SHADOWED_FOR_VAR, DECL_TEMPLATE_RESULT):
10931         Use DECL_RESULT_FLD, not DECL_RESULT.
10932         * decl.c (xref_tag): Use DECL_TEMPLATE_RESULT.
10933         * lex.c (identifier_type): Likewise.
10934         * pt.c (determine_specialization, lookup_template_class): Likewise.
10935         (tsubst_friend_function, tsubst_decl, instantiate_template): Likewise.
10936         (resolve_overloaded_unification, more_specialized): Likewise.
10937         * semantics.c (finish_member_declaration): Likewise.
10938         * typeck.c (build_x_function_call): Likewise.
10939
10940 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
10941
10942         * class.c (layout_empty_base): Handle empty bases with non-byte
10943         alignment.
10944         (build_base_field): Likewise.
10945         (layout_virtual_bases): Likewise.
10946
10947         * class.c (finish_struct_1): Fix typo in this change:
10948
10949         Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10950
10951 2000-03-25  Mark Mitchell  <mark@codesourcery.com>
10952
10953         * decl.c (grokdeclarator): Count partial specializations when
10954         keeping track of how many template classes have been seen.
10955
10956         * dump.c (dequeue_and_dump): Dump DECL_TEMPLATE_RESULT.
10957
10958 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
10959
10960         * class.c (build_vbase_pointer_fields): layout_field now place_field.
10961         (get_vfield_offset): Use byte_position.
10962         (set_rtti_entry): Set OFFSET to ssizetype zero.
10963         (get_binfo_offset_as_int): Deleted.
10964         (dfs_record_base_offsets): Use tree_low_cst.
10965         (dfs_search_base_offsets): Likewise.
10966         (layout_nonempty_base_or_field): Reflect changes in RLI format
10967         and call byte_position.
10968         (layout_empty_base): Convert offset to ssizetype.
10969         (build_base_field): use rli_size_unit_so_far.
10970         (dfs_propagate_binfo_offsets): Do computation in proper type.
10971         (layout_virtual_bases): Pass ssizetype to propagate_binfo_offsets.
10972         (layout_class_type): Reflect changes in RLI names and fields.
10973         (finish_struct_1): Set DECL_FIELD_OFFSET.
10974         * dump.c (dequeue_and_dump): Call bit_position.
10975         * expr.c (cplus_expand_constant): Use byte_position.
10976         * rtti.c (expand_class_desc): Use bitsize_one_node.
10977         * typeck.c (build_component_addr): Use byte_position and don't
10978         special case for zero offset.
10979
10980 2000-03-24  Nathan Sidwell  <nathan@codesourcery.com>
10981
10982         * decl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.
10983
10984         * rtti.c (get_tinfo_decl): Set comdat linkage on new-abi
10985         tinfo object.
10986         (emit_tinfo_decl): Only emit polymorphic tinfo's when emitting
10987         vtable.
10988
10989 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
10990
10991         * call.c (check_dtor_name, build_new_method_call): Use TYPE_P and
10992         DECL_P macros.
10993         * decl.c (push_class_binding, poplevel, pushtag, lookup_namespace_name,
10994         make_typename_type, check_initializer, cp_finish_decl,
10995         xref_tag): Likewise.
10996         * decl2.c (grokfield, build_expr_from_tree, build_expr_from_tree,
10997         decl_namespace, arg_assoc_template_arg, arg_assoc,
10998         validate_nonmember_using_decl, do_class_using_decl): Likewise.
10999         * error.c (dump_template_argument, dump_expr, cp_file_of, cp_line_of,
11000         args_to_string): Likewise.
11001         * friend.c (is_friend): Likewise.
11002         * lex.c (note_got_semicolon, note_list_got_semicolon,
11003         is_global): Likewise.
11004         * method.c (build_overload_nested_name, build_overload_value,
11005         build_qualified_name, build_qualified_name, hack_identifier): Likewise.
11006         * parse.y (typename_sub, typename_sub1): Likewise.
11007         * pt.c (push_inline_template_parms_recursive, check_template_shadow,
11008         process_partial_specialization, convert_template_argument,
11009         template_args_equal, add_pending_template, lookup_template_class,
11010         for_each_template_parm_r, maybe_fold_nontype_arg,
11011         tsubst, instantiate_template, type_unification_real, unify,
11012         instantiate_pending_templates, set_mangled_name_for_template_decl):
11013         Likewise.
11014         * repo.c (repo_get_id, repo_template_used): Likewise.
11015         * search.c (lookup_field_1): Likewise.
11016         * tree.c (walk_tree, get_type_decl, cp_tree_equal, member_p): Likewise.
11017         * xref.c (classname): Likewise.
11018
11019 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
11020
11021         * cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.
11022         (CANONICAL_BINFO): New macro.
11023         (BINFO_NEW_VTABLE_MARKED): Use it.
11024         (SET_BINFO_NEW_VTABLE_MARKED): Likewise.
11025         (CLEAR_BINFO_NEW_VTABLE_MARKED): Likewise.
11026         * class.c (dfs_build_vbase_offset_vtbl_entries): Use BINFO_TYPE,
11027         not TREE_TYPE.
11028         (build_primary_vtable): Adjust usage of BINFO_NEW_VTABLE_MARKED.
11029         (build_secondary_vtable): Likewise.
11030         (dfs_finish_vtbls): Likewise.
11031         (dfs_accumulate_vtbl_inits): Likewise.
11032         (accumulate_vtbl_inits): New function.
11033         (finish_vtbls): Make sure that virtual bases come after
11034         non-virtual bases in the vtable group.
11035         (record_base_offsets): Don't save and restore TREE_VIA_VIRTUAL.
11036         (finish_struct_1): Adjust usage of BINFO_NEW_VTABLE_MARKED.
11037         * search.c (struct vbase_info): Move definition.
11038         (marked_new_vtable_p): Adjust usage of BINFO_NEW_VTABLE_MARKED.
11039         (unmarked_new_vtable_p): Likewise.
11040         (dfs_mark_vtable_path): Remove.
11041         (dfs_mark_new_vtable): Remove.
11042         (dfs_unmark_new_vtable): Likewise.
11043         (dfs_clear_search_slot): Likewise.
11044         (dfs_find_vbases):  Adjust usage of BINFO_NEW_VTABLE_MARKED.
11045         (dfs_clear_vbase_slots): Likewise.
11046         (init_vbase_pointers): LIkewise.
11047
11048 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
11049
11050         * typeck.c (type_after_usual_arithmetic_conversions): Prefer a
11051         SIZETYPE to a non-SIZETYPE.
11052
11053 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
11054
11055         * class.c (layout_virtual_bases): Adjust names in conditionally
11056         compiled code.
11057
11058         * class.c (record_base_offsets): New function.
11059         (layout_conflict_p): Likewise.
11060         (layout_nonempty_base_or_field): Use it.
11061         (layout_empty_base): New function.
11062         (build_base_field): Use it.
11063         (build_base_fields): Update comment.
11064         (layout_virtual_bases): Fold in a little code form
11065         layout_basetypes.  Use layout_empty_base.
11066         (layout_basetypes): Remove.
11067         (end_of_class): New function.
11068         (layout_class_type): Use it.  Adjust.
11069
11070         * cp-tree.h (CLASSTYPE_VBASECLASSES): Fix typo in comment.
11071         (fntype_p): Remove.
11072         * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Fix typo in
11073         comment.
11074         (dfs_skip_nonprimary_vbases_markedp): Likewise.
11075         * typeck.c (fntype_p): Remove.
11076
11077         * cp-tree.h (TI_SPEC_INFO): Remove.
11078         (CLASSTYPE_TI_SPEC_INFO): Likewise.
11079         * pt.c (process_partial_specialization): Likewise.
11080
11081         * class.c (build_base_field): Fix thinko in computation of binfo
11082         offsets.
11083
11084         * tree.c (mark_local_for_remap_p): Mark variables declared in
11085         TARGET_EXPRs as well.
11086
11087 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
11088
11089         * typeck.c (require_complete_type, complete_type,
11090         complete_type_or_else, c_sizeof, c_sizeof_nowarn,
11091         build_array_ref, convert_arguments, pointer_diff,
11092         build_x_unary_op, build_unary_op, build_c_cast,
11093         build_modify_expr): Use COMPLETE_TYPE_P etc.
11094         * call.c (is_complete, convert_like_real,
11095         build_new_method_call): Likewise.
11096         * class.c (build_vbase_pointer_fields, check_bases,
11097         build_base_field, finish_struct_1, pushclass): Likewise.
11098         * cvt.c (cp_convert_to_pointer, convert_to_void): Likewise.
11099         * decl.c (maybe_process_template_type_declaration, pushtag,
11100         pushdecl, redeclaration_error_message, start_decl, start_decl_1,
11101         layout_var_decl, check_initializer, cp_finish_decl,
11102         grokdeclarator, require_complete_types_for_parms,
11103         grok_op_properties, xref_tag, xref_basetypes,
11104         check_function_type): Likewise.
11105         * decl2.c (check_classfn, reparse_absdcl_as_casts): Likewise.
11106         * friend.c (do_friend): Likewise.
11107         * init.c (build_offset_ref): Likewise.
11108         * parse.y (structsp): Likewise.
11109         * pt.c (maybe_process_partial_specialization,
11110         tsubst_friend_function, instantiate_class_template, tsubst,
11111         do_type_instantiation, instantiate_pending_templates): Likewise.
11112         * repo.c (repo_get_id): Likewise.
11113         * rtti.c (build_typeid, get_typeid, build_dynamic_cast_1,
11114         synthesize_tinfo_var, emit_support_tinfos): Likewise.
11115         * search.c (lookup_fnfields_1, lookup_conversions): Likewise.
11116         * semantics.c (begin_class_definition): Likewise.
11117         * tree.c (build_cplus_method_type): Likewise.
11118         * typeck2.c (digest_init, build_functional_cast,
11119         add_exception_specifier): Likewise.
11120         * parse.h, parse.c: Regenerated.
11121
11122 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
11123
11124         * inc/cxxabi.h: New header file. Define new-abi entry points.
11125         (__pointer_type_info::target): Rename member to ...
11126         (__pointer_type_info::type): ... here.
11127         (__base_class_info::type): Rename member to ...
11128         (__base_class_info::base): ... here.
11129         * Make-lang.in (CXX_EXTRA_HEADERS): Add cxxabi.h
11130         * cp-tree.h (CPTI_ABI): New global tree enumeration.
11131         (abi_node): New global tree node.
11132         * decl.c (abi_node): Document.
11133         (init_decl_processing): Initialize abi_node.
11134         * rtti.c (build_dynamic_cast_1): Use abi_node for new-abi.
11135         (get_vmi_pseudo_type_info): Likewise.
11136         (create_tinfo_types): Likewise.
11137         (emit_support_tinfos): Likewise.
11138         * tinfo.h (cxxabi.h): Include for new-abi.
11139         Move rtti class definitions to new header file.
11140         * tinfo.cc (abi): Use the namespace.
11141         (std): Move new abi rtti classes from here ...
11142         (__cxxabiv1): ... to here.
11143         * tinfo2.cc (cxxabi.h): Include for new-abi.
11144         Move rtti class definitions to new header file.
11145         (std): Move new abi rtti classes from here ...
11146         (__cxxabiv1): ... to here.
11147         * inc/typeinfo (__class_type_info): Move into __cxxabiv1
11148         namespace.
11149
11150 2000-03-20  Jed Wing <jedwin@zloty.ugcs.caltech.edu>
11151             Jason Merrill  <jason@casey.cygnus.com>
11152
11153         * method.c (build_overload_int): Use host_integerp.
11154
11155 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
11156
11157         * init.c (build_offset_ref): Handle the case of a templated member
11158         function.
11159
11160 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11161
11162         * except.c (expand_exception_blocks): Clear catch_clauses_last.
11163
11164 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
11165
11166         * cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
11167         * class.c (check_bitfield_decl): Turn illegal bitfields into
11168         non-bitfields.
11169         (dfs_propagate_binfo_offsets): Adjust for new size_binop
11170         semantics.
11171         (dfs_offset_for_unshared_vbases): Likewise.
11172         * cvt.c (cp_convert_to_pointer): Convert NULL to a
11173         pointer-to-member correctly under the new ABI.
11174         * expr.c (cplus_expand_constant): Don't use cp_convert when
11175         turning an offset into a pointer-to-member.
11176         * init.c (resolve_offset_ref): Don't adjust pointers-to-members
11177         when dereferencing them under the new ABI.
11178         * typeck.c (get_member_function_from_ptrfunc): Tweak calculation
11179         of pointers-to-members under the new ABI.
11180
11181         * class.c (check_bitfield_decl): Remove restriction on really long
11182         bitfields.
11183         (layout_class_type): Implement new ABI handling of bitfields
11184         longer than their types.
11185
11186 2000-03-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11187
11188         * parse.y (extdefs): Call ggc_collect.
11189         * parse.c: Regenerated.
11190
11191 2000-03-18  Nathan Sidwell  <nathan@codesourcery.com>
11192
11193         * class.c (build_base_field): Use TYPE_ALIGN to examine a type.
11194         (note_name_declared_in_class): Use OVL_CURRENT to get at a
11195         potential overload.
11196
11197 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11198
11199         * class.c (build_vbase_path): Use integer_zerop.
11200         (build_vtable_entry): Use tree_low_cst.
11201         (get_vfield_offset): Use bit_position.
11202         (dfs_modify_vtables): New variable vindex_val; `i' is HOST_WIDE_INT.
11203         Use tree_low_cst.
11204         (check_bitfield_decl): Set DECL_SIZE using convert.
11205         (build_base_field): Set DECL_SIZE and DECL_SIZE_UNIT using size_binop.
11206         (layout_virtual_bases): DSIZE is unsigned HOST_WIDE_INT.
11207         Use tree_low_cst.
11208         (finish_struct_1): Use bit_position.
11209         (dump_class_hierarchy): Use tree_low_cst.
11210         * cp-tree.h (min_precision): Add declaration.
11211         * decl.c (xref_tag, xref_basetypes): Use tree_low_cst.
11212         * error.c (dump_type_suffix): Use host_integerp and tree_low_cst.
11213         (dump_expr): Use integer_zerop, host_integerp, and tree_low_cst.
11214         * expr.c (cplus_expand_constant): Use bit_position.
11215         * init.c (build_vec_init): Use host_integerp and tree_low_cst.
11216         * rtti.c (get_base_offset): Use bit_position.
11217         * typeck.c (build_binary_op): Use integer_zerop, compare_tree_int,
11218         host_integerp, and tree_low_cst.
11219         (pointer_int_sum): Use integer_zerop.
11220         (build_component_addr): Use bit_position.
11221
11222 2000-03-17  Nathan Sidwell  <nathan@codesourcery.com>
11223
11224         * typeck.c (require_complete_type): Don't assume size_zero_node.
11225         (complete_type_or_else): Likewise.
11226
11227 2000-03-16  Steven Grady <grady@digitaldeck.com>
11228             Jason Merrill  <jason@casey.cygnus.com>
11229
11230         * rtti.c (build_dynamic_cast_1): Improve diagnostics.
11231
11232 2000-03-16  Nathan Sidwell  <nathan@codesourcery.com>
11233
11234         * decl2.c (grokfield): Bail out if type is error_mark_node.
11235
11236 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
11237
11238         * tinfo2.cc (__ptr_to_member_data): Rename to ...
11239         (__pointer_to_member_data): ... here. Adjust.
11240         * rtti.c (create_tinfo_types): Adjust.
11241
11242 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
11243
11244         * cp-tree.h (CPTI_REF_DESC_TYPE, ref_desc_type_node): Remove.
11245         * decl.c (ref_desc_type_node): Undocument.
11246         * rtti.c (ptr_ref_initializer): Rename to ...
11247         (ptr_initializer): ... here. Adjust comments.
11248         (ptmd_initializer): Fix comment thinko.
11249         (synthesize_tinfo_var): Remove REFERENCE_TYPE case.
11250         (create_tinfo_types): Remove ref_desc_type_node init.
11251         * tinfo2.cc (__reference_type_info): Remove.
11252
11253 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
11254
11255         * decl.c (cp_finish_decl): Remove obsolete comment.
11256
11257         * typeck.c (build_ptrmemfunc1): Kill uninitialized warning.
11258
11259 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
11260
11261         * cp-tree.h: Tweak documentation.
11262         * class.c (build_vbase_pointer_fields): Layout the fields, too.
11263         (avoid_overlap): Remove.
11264         (get_binfo_offset_as_int): New function.
11265         (dfs_serach_base_offsets): Likewise.
11266         (layout_nonempty_base_or_field): Likewise.
11267         (build_base_field): Layout fields here.  Avoid placing two objects
11268         of the same type at the same address, under the new ABI.
11269         (build_base_fields): Adjust accordingly.
11270         (create_vtable_ptr): Return the new field, but don't attach it to
11271         TYPE_FIELDS.
11272         (remove_base_field): Remove.
11273         (remove_base_fields): Remove.
11274         (layout_basetypes): Adjust accordingly.
11275         (layout_class_type): Call layout_field for each field, rather than
11276         just making a wholesale call to layout_type.
11277
11278 2000-03-14  Jeff Sturm  <jsturm@sigma6.com>
11279
11280         * except.c (expand_throw): Fix typo in _Jv_Sjlj_Throw.
11281
11282 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
11283
11284         * decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.
11285
11286         * except.c (dtor_nothrow): New fn.
11287         (do_pop_exception): Use it.  Take type parm.
11288         (push_eh_cleanup): Take type parm.
11289         (expand_start_catch_block): Pass it.
11290         (build_eh_type_type_ref): Accept null type.
11291
11292 2000-03-12  Mark Mitchell  <mark@codesourcery.com>
11293
11294         * cp-tree.h (revert_static_member_fn): Change prototype.
11295         * decl.c (grokfndecl): Adjust call to revert_static_member_fn.
11296         (grok_op_properties): Likewise.
11297         (start_function): Likewise.
11298         (revert_static_member_fn): Simplify.
11299         * pt.c (check_explicit_specialization): Adjust call to
11300         revert_static_member_fn.
11301
11302 2000-03-11  Mark Mitchell  <mark@codesourcery.com>
11303
11304         * cp-tree.h (scope_kind): New type.
11305         (tmpl_spec_kind): Likewise.
11306         (declare_pseudo_global_level): Remove.
11307         (pseudo_global_level_p): Rename to template_parm_scope_p.
11308         (pushlevel): Remove declaration.
11309         (begin_scope): New function.
11310         (finish_scope): Likewise.
11311         (current_tmpl_spec_kind): Likewise.
11312         * decl.c (struct binding_level): Shorten parm_flag to 2 bits.
11313         Shorten keep to 2 bits.  Rename pseudo_global to template_parms_p.
11314         Add template_spec_p.
11315         (toplevel_bindings_p): Adjust.
11316         (declare_pseudo_global_level): Remove.
11317         (pseudo_global_level_p): Rename to template_parm_scope_p.
11318         (current_tmpl_spec_kind): New function.
11319         (begin_scope): Likewise.
11320         (finish_scope): Likewise.
11321         (maybe_push_to_top_level): Adjust.
11322         (maybe_process_template_type_declaration): Likewise.
11323         (pushtag): Likewise.
11324         (pushdecl_nonclass_level): Likewise.
11325         (lookup_tag): Likewise.
11326         (grokfndecl): Handle member template specializations.  Share
11327         constructor and non-constructor code.
11328         * decl2.c (check_classfn): Handle member template specializations.
11329         * pt.c (begin_template_parm_list): Use begin_scope.
11330         (begin_specialization): Likewise.
11331         (end_specialization): Likewise.
11332         (check_explicit_specialization): Use current_tmpl_spec_kind.
11333         Handle member template specializations.
11334         (end_template_decl): Use finish_scope.  Remove call to
11335         get_pending_sizes.
11336         (push_template_decl_real): Remove bogus error message.
11337         (tsubst_decl): Fix typo in code contained in comment.
11338         (instantiate_template): Handle member template specializations.
11339         (most_general_template): Likewise.
11340
11341 2000-03-11  Gabriel Dos Reis  <gdr@codesourcery.com>
11342
11343         * lex.c (whitespace_cr): Compress consecutive calls to warning().
11344         (do_identifier): Ditto for error().
11345
11346         * pt.c (convert_nontype_argument): Ditto for cp_error().
11347         (convert_template_argument): Ditto for cp_pedwarn().
11348
11349 2000-03-11  Jason Merrill  <jason@casey.cygnus.com>
11350
11351         * exception.cc (__check_null_eh_spec): New fn.
11352         * except.c (expand_end_eh_spec): Call it if the spec is throw().
11353
11354 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
11355
11356         * decl.c (push_throw_library_fn): Take the FUNCTION_TYPE.
11357         * except.c (expand_end_eh_spec): Add the return type.
11358         * rtti.c (throw_bad_cast): Add the parmtypes.
11359         (throw_bad_typeid): Likewise.
11360
11361         * semantics.c (expand_stmt): Only leave out rtl for unused
11362         artificials, and set DECL_IGNORED_P on them as well.
11363         * decl.c (wrapup_globals_for_namespace): Likewise.
11364
11365 2000-03-09  Nathan Sidwell  <nathan@codesourcery.com>
11366
11367         * decl.c (maybe_commonize_var): Skip all artificial decls.
11368         * pt.c (tsubst_decl): Don't copy TREE_ASM_WRITTEN.
11369
11370 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
11371
11372         * lang-options.h, decl2.c: Add -fno-enforce-eh-specs.
11373         * cp-tree.h: Declare flag_enforce_eh_specs.
11374         * decl.c (store_parm_decls, finish_function): Check it.
11375
11376         C library functions don't throw.
11377         * Makefile.in (cfns.h): New target.
11378         (except.o): Depend on it.
11379         * Make-lang.in (cc1plus): Depend on cfns.gperf.
11380         * cfns.gperf: New file.
11381         * cfns.h: Generated.
11382         * except.c: Include it.
11383         (nothrow_libfn_p): New fn.
11384         * decl.c (grokfndecl): Use it.
11385         * cp-tree.h: Declare it.
11386
11387         * decl.c (push_overloaded_decl_1, auto_function,
11388         define_function): Lose.
11389         (build_library_fn_1): New static fn.
11390         (builtin_function): Use it.
11391         (get_atexit_node): Use build_library_fn_ptr.
11392         (build_library_fn, build_cp_library_fn, build_library_fn_ptr,
11393         build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,
11394         push_void_library_fn, push_throw_library_fn): New fns.
11395         * cp-tree.h: Declare them.
11396         (cp_tree_index): Remove CPTI_BAD_CAST, CPTI_BAD_TYPEID.
11397         (throw_bad_cast_node, throw_bad_typeid_node): Lose.
11398         * except.c (init_exception_processing, call_eh_info, do_pop_exception,
11399         (expand_end_eh_spec, alloc_eh_object, expand_throw): Use above fns.
11400         * rtti.c (build_runtime_decl): Lose.
11401         (throw_bad_cast, throw_bad_typeid, get_tinfo_decl,
11402         build_dynamic_cast_1, expand_si_desc, expand_class_desc,
11403         expand_ptr_desc, expand_attr_desc, expand_generic_desc): Use above fns.
11404
11405         * call.c (build_call): Remove result_type parm.
11406         Call mark_used on unused artificial fns.
11407         * init.c, method.c, typeck.c, except.c, rtti.c: Adjust.
11408
11409 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
11410
11411         * call.c (build_call): Set TREE_NOTHROW on the CALL_EXPR as
11412         appropriate.
11413         * decl.c (define_function): Set TREE_NOTHROW on the FUNCTION_DECL.
11414         * except.c (call_eh_info, alloc_eh_object, expand_throw): Set
11415         TREE_NOTHROW or TREE_THIS_VOLATILE on the function as appropriate.
11416         * rtti.c (build_runtime_decl, get_tinfo_decl, build_dynamic_cast_1,
11417         expand_si_desc, expand_class_desc, expand_ptr_desc, expand_attr_desc,
11418         expand_generic_desc): Likewise.
11419
11420 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11421
11422         * exception.cc (__cp_pop_exception): Cleanup the original object.
11423
11424 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11425
11426         * decl.c (grok_op_properties): Merge conversion to void warning
11427         with other silly op warnings.
11428
11429 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
11430
11431         * typeck2.c (process_init_constructor): Set TREE_PURPOSE of
11432         array CONSTRUCTOR elements.  Don't use expr_tree_cons.
11433
11434 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11435
11436         * decl.c (cp_make_fname_decl): New function.
11437         (wrapup_globals_for_namespace): Don't emit unused static vars.
11438         (init_decl_processing): Remove comment about use of
11439         array_domain_type. Set make_fname_decl.
11440         (cp_finish_decl): Remove __FUNCTION__ nadgering.
11441         * semantics.c (begin_compound_stmt): Remove
11442         current_function_name_declared flagging.
11443         (expand_stmt): Don't emit unused local statics.
11444         * typeck.c (decay_conversion): Don't treat __FUNCTION__ decls
11445         specially.
11446
11447 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
11448
11449         * typeck.c (convert_for_assignment): Don't look at array
11450         initializer.
11451         * call.c (convert_like_real): Likewise.
11452
11453 2000-03-07  Jason Merrill  <jason@casey.cygnus.com>
11454
11455         Add initial support for '\uNNNN' specifier.
11456         * lex.c (read_ucs): New fn.
11457         (readescape, skip_white_space): Call it.
11458         (is_extended_char, is_extended_char_1): New fns.
11459         (utf8_extend_token): New fn, #if 0'd out.
11460         (real_yylex): Treat extended chars like letters.
11461
11462         * search.c (note_debug_info_needed): Walk the bases even if we
11463         weren't deferring the type itself.
11464
11465 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11466
11467         * decl2.c (finish_objects): Constify a char*.
11468
11469         * method.c (emit_thunk): Likewise.
11470
11471 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
11472
11473         * typeck.c (dubious_conversion_warnings): Look through
11474         REFERENCE_TYPE.
11475
11476 Mon Mar  6 08:46:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11477
11478         * class.c (dfs_modify_vtables): I is now unsigned.
11479         (check_bitfield_decl): Use tree_int_cst_sgn and compare_tree_int.
11480         (build_base_field): Add casts of TREE_INT_CST_LOW to HOST_WIDE_INT.
11481         * error.c (dump_expr): Cast TREE_INT_CST_HIGH to unsigned.
11482         * init.c (build_vec_init): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
11483         * method.c (build_overload_int): Cast TREE_INT_CST_HIGH to unsigned.
11484         * typeck.c (build_binary_op, case TRUNC_DIV_EXPR):
11485         Call integer_all_onesp.
11486         * typeck2.c (process_init_constructor): Use compare_tree_int.
11487
11488         * lang-specs.h (as): Don't call if -syntax-only.
11489
11490 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
11491
11492         * expr.c (cplus_expand_expr, case STMT_EXPR): Don't set
11493         RTL_EXPR_HAS_NO_SCOPE after all.
11494
11495 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
11496
11497         * expr.c (cplus_expand_expr, case STMT_EXPR): Use
11498         expand_start_stmt_expr and expand_end_stmt_expr directly.  Set
11499         RTL_EXPR_HAS_NO_SCOPE.
11500
11501         * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG a little
11502         later.
11503
11504         * dump.c (dequeue_and_dump): Dump SCOPE_NO_CLEANUPS_P.
11505
11506 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
11507
11508         * call.c (convert_like): Macrofy.
11509         (convert_like_with_context): New macro.
11510         (convert_like_real): Renamed from convert_like.  Add calling
11511         context parameters, for diagnostics. Add recursive flag.  Call
11512         dubious_conversion_warnings for outer conversion.
11513         (build_user_type_conversion): Use convert_like_with_context.
11514         (build_over_call): Likewise. Don't warn about dubious
11515         conversions here. Adjust convert_default_arg calls.
11516         (convert_default_arg): Add context parameters for diagnostics.
11517         Pass through to convert_like_with_context.
11518         * cp-tree.h (convert_default_arg): Add context parameters.
11519         (dubious_conversion_warnings): Prototype new function.
11520         * typeck.c (convert_arguments): Adjust convert_default_arg call.
11521         (dubious_conversion_warnings): New function, broken
11522         out of convert_for_assignment.
11523         (convert_for_assignment): Adjust.
11524
11525 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
11526
11527         * decl2.c (key_method): Break out from...
11528         (import_export_vtable, import_export_class): ...here.
11529
11530         * decl.c (finish_function): Don't mess with flag_keep_inline_functions.
11531         * decl2.c (finish_vtable_vardecl): Don't check decl_function_context.
11532
11533         * search.c (note_debug_info_needed, dfs_debug_mark,
11534         dfs_debug_unmarkedp): Uncomment.  Adjust for new scheme.
11535         * decl2.c (finish_vtable_vardecl): Call note_debug_info_needed.
11536
11537 2000-03-03  Nathan Sidwell  <nathan@codesourcery.com>
11538
11539         * decl.c (cp_finish_decl): Remove obsolete obstack comments, fix
11540         typos.
11541
11542 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
11543
11544         * cp-tree.h (TYPE_NEEDS_DESTRUCTOR): Rename to ...
11545         (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): ... this.
11546         (TYPE_HAS_TRIVIAL_DESTRUCTOR): New macro.
11547         (lang_type): Split gets_new into has_new and has_array_new.
11548         (TYPE_VEC_NEW_USES_COOKIE): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
11549         (TYPE_GETS_NEW): Split into ...
11550         (TYPE_HAS_NEW_OPERATOR): ... this, and ...
11551         (TYPE_HAS_ARRAY_NEW_OPERATOR): ... this.
11552         (DECL_ARRAY_DELETE_OPERATOR_P): New macro
11553         (build_op_new_call): Don't declare.
11554         (build_new_1): Likewise.
11555         * call.c (build_op_new_call): Remove.
11556         * class.c (check_bases): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
11557         instead of TYPE_NEEDS_DESTRUCTOR.
11558         (finish_struct_bits): Likewise.
11559         (add_implicitly_declared_members): Likewise.
11560         (check_field_decl): Likewise.
11561         (check_methods): Set TYPE_VEC_DELETE_TAKES_SIZE here, and set it
11562         correctly under the new ABI.
11563         * decl.c (start_decl_1): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
11564         instead of TYPE_NEEDS_DESTRUCTOR.
11565         (initialize_local_var): Likewise.
11566         (destroy_local_var): Likewise.
11567         (cp_finish_decl): Likewise.
11568         (register_dtor_fn): Likewise.
11569         (grok_op_properties): Set TYPE_HAS_NEW_OPERATOR and
11570         TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.  Don't set
11571         TYPE_VEC_DELETE_TAKES_SIZE here.
11572         (xref_basetypes): Set TYPE_HAS_NEW_OPERATOR and
11573         TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.
11574         (store_parm_decls):  Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
11575         (finish_destructor_body): Likewise.
11576         (maybe_build_cleanup_1): Likewise.
11577         * decl2.c (do_static_destruction): Likewise.
11578         * init.c (build_new_1): Make it static.
11579         (perform_member_init): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
11580         (expand_cleanup_for_base): Likewise.
11581         (get_cookie_size): New function.
11582         (build_new_1): Handle array-new cookies correctly under the new
11583         ABI.
11584         (build_vec_delete_1): Likewise.
11585         (build_vec_init):  Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
11586         (build_delete): Likewise.
11587         (build_vec_delete): Handle array-new cookies correctly under the new
11588         ABI.
11589         * lex.c (do_identifier): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
11590         * pt.c (instantiate_class_template): Set TYPE_HAS_NEW_OPERATOR and
11591         TYPE_HAS_ARRAY_NEW_OPERATOR.
11592         * ptree.c (print_lang_type): Check them.
11593         * search.c (context_for_name_lookup): Fix typo in comment.
11594         (tree_has_any_destructor_p): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
11595         * tree.c (break_out_cleanups): Likewise.
11596         (build_cplus_array_test_1): Likewise.
11597         (cp_build_qualified_type_real): Likewise.
11598         * typeck.c (complete_type): Likewise.
11599
11600         * g++spec.c (lang_specific_driver): Add -fnew-abi at the start of
11601         the command-line, not the end.
11602
11603 2000-03-01  Jason Merrill  <jason@casey.cygnus.com>
11604
11605         * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG.
11606
11607 2000-03-02  Tom Tromey  <tromey@cygnus.com>
11608
11609         * cp-tree.h (build_java_class_ref): Declare.
11610         * init.c (build_java_class_ref): No longer static.
11611         * except.c (expand_throw): Generate a Java-style `throw' if the
11612         thrown object is a "Java" object.
11613         (initialize_handler_parm): Generate a Java-style lookup of
11614         exception info if the caught object is a "Java" object.
11615         (catch_language, catch_language_init): New globals.
11616         (decl_is_java_type): New function.
11617         (expand_start_catch_block): Don't call push_eh_info() or
11618         push_eh_cleanup() when handling a Java-style "catch".  Pass Java
11619         class reference to build_catch_block.
11620
11621 Thu Mar  2 13:32:01 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11622
11623         * typeck.c (comptypes): Treat sizetype like its language equivalent.
11624
11625 2000-03-01  Bernd Schmidt  <bernds@cygnus.co.uk>
11626
11627         * typeck.c (maybe_warn_about_returning_address_of_local): Reorganize
11628         to merge reference/pointer code and fix incorrect warnings.
11629
11630 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
11631
11632         * search.c (protected_accessible_p): Use context_for_name_lookup.
11633
11634         * init.c (construct_virtual_bases): Fix thinko.
11635         * typeck.c (expand_ptrmemfunc_cst): Fix thinko.
11636
11637 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
11638
11639         * decl.c (current_function_decl): Move to toplev.c.
11640
11641 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
11642
11643         * pt.c (fn_type_unification): Unify return type, whenever
11644         provided.
11645         (get_bindings_real): Only pass return type when necessary.
11646         Remove explicit return type check.
11647         * class.c (resolve_address_of_overloaded_function): Pass desired
11648         return type to fn_type_unification.
11649
11650 Mon Feb 28 08:15:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11651
11652         * class.c (build_vtbl_or_vbase_field, check_methods): Don't clear
11653         DECL_FIELD_SIZE.
11654         (check_bitfield_decl, check_field_decls): Set DECL_SIZE, not
11655         DECL_FIELD_SIZE.
11656         * rtti.c (expand_class_desc): Likewise.
11657         * cp-tree.h (DECL_INIT_PRIORITY): Use underlying union name.
11658         (THUNK_VCALL_OFFSET): Likewise.
11659         (THUNK_DELTA): Reflect changes in ../tree.h.
11660
11661 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
11662
11663         * search.c (protected_accessible_p): Also allow the access if
11664         the member is public in DERIVED.  Lose TYPE parm.
11665         (friend_accessible_p): Lose TYPE parm.
11666         (accessible_p): Adjust.
11667
11668 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11669
11670         * class.c (dfs_build_vtable_offset_vtbl_entries): Don't use size_binop
11671         on things that are not sizes; ssize_binop deleted.
11672         Call size_diffop when appropriate.
11673         (dfs_build_vcall_offset_vtbl_entries): Likewise.
11674         (build_primary_vtable, build_secondary_vtable): Likewise.
11675         (dfs_set_offset_for_unshared_vbases, dfs_modify_vtables): Likewise.
11676         Variable I is HOST_WIDE_INT.
11677         (get_vfield_offset): Pass proper types to size_binop.
11678         (size_extra_vtbl_entries, layout_virtual_bases): Likewise.
11679         (finish_struct_1): Likewise.
11680         (skip_rtti_stuff): Arg N is now pointer to signed.
11681         (layout_class_type): Use size_zero_node.
11682         * cp-tree.h (skip_rtti_stuff): Arg N is pointer to signed.
11683         * cvt.c (cp_convert_to_pointer): Pass proper types to size_binop.
11684         * decl.c (complete_arry_type): Pass proper types to size_binop.
11685         (xref_basetypes): BINFO_OFFSET is sizetype.
11686         * error.c (dump_expr): Don't use size_binop non-sizes.
11687         * expr.c (cplus_expand_constant): Pass proper types to size_binop.
11688         * init.c (construct_virtual_bases): Fix type error.
11689         (build_vec_delete_1): Pass proper type to size_binop and don't
11690         fold result.
11691         * lex.c (cp_make_lang_type): BINFO_OFFSET is sizetype.
11692         * rtti.c (get_base_offset): Pass proper type to size_binop.
11693         * search.c (dfs_find_vbases): Fix type error.
11694         (expand_upcast_fixups): Arg to skip_rtti_stuff is pointer to signed.
11695         (dfs_get_vbase_types): BINFO_OFFSET is sizetype.
11696         * tree.c (debug_binfo): Variable N is signed.
11697         Use HOST_WIDE_INT_PRINT_DEC.
11698         * typeck.c (comptypes): sizetype is same as equivalent integer type.
11699         (c_sizeof, c_sizeof_nowarn, expr_sizeof): Use TYPE_SIZE_UNIT,
11700         size_one_node and size_zero_node.
11701         (c_alignof): Use size_one_node.
11702         (build_component_addr): Pass proper types to size_binop.
11703         (expand_ptrmemfunc_cst): Don't use size_binop on non-sizes.
11704
11705 2000-02-26  Jason Merrill  <jason@casey.cygnus.com>
11706
11707         Implement class scope using-declarations for functions.
11708         * class.c (handle_using_decl): Call add_method for used functions.
11709         Use IDENTIFIER_CLASS_VALUE to check for conflicts.
11710         (add_method): Used functions are hidden by local functions.
11711         (check_bases_and_members): Handle using-decls before finalizing
11712         CLASSTYPE_METHOD_VEC.
11713         * call.c (add_function_candidate): Add ctype parm; if non-zero,
11714         override the type of 'this' accordingly.
11715         (add_template_candidate, add_template_candidate_real): Add ctype parm.
11716         (convert_class_to_reference, build_user_type_conversion_1,
11717         build_new_function_call, build_object_call, build_new_op,
11718         build_new_method_call): Pass ctype parm.
11719
11720         * search.c (lookup_member): Put rval_binfo, not basetype_path, in
11721         the baselink.
11722         * call.c (convert_class_to_reference, build_user_type_conversion_1,
11723         build_new_function_call, build_object_call, build_new_op,
11724         build_new_method_call, build_op_delete_call): Don't get basetype_path
11725         from a baselink.
11726         * typeck.c (build_component_ref): Likewise.
11727         * init.c (build_offset_ref): Likewise.
11728         (resolve_offset_ref): Don't call enforce_access.
11729         Call build_scoped_ref.
11730         * typeck2.c (build_scoped_ref): Simplify.  Do nothing if it
11731         would cause an error or if -pedantic.
11732         * class.c (alter_access): Lose binfo parm.
11733
11734 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
11735
11736         * semantics.c (simplify_aggr_init_exprs_p): Don't walk into
11737         types.
11738
11739 2000-02-25  Alfred Minarik <a8601248@unet.univie.ac.at>
11740
11741         * rtti.c (get_vmi_pseudo_type_info): Move __vmi_class_type_info
11742         pseudo_type_info creation into the std namespace
11743
11744 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
11745
11746         * cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.
11747         (import_export_class): Remove declaration.
11748         * decl2.c (import_export_class): Make it static.
11749         * dump.c (dequeue_and_dump): Handle PREDECREMENT_EXPR,
11750         PREINCREMENT_EXPR, POSTDECREMENT_EXPR, POSTINCREMENT_EXPR,
11751         EXPR_WITH_FILE_LOCATION.
11752         * lex.c (check_newline): Tweak filename/lineno setting.
11753         * semantics.c (begin_while_stmt): Fix typo in comment.
11754
11755 Sat Feb 26 19:50:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11756
11757         * lang-options.h (-fmessage-length=): Add missing option.
11758
11759         * Make-lang.in (CXX_SRCS): Add .h files and sort list.
11760
11761 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
11762
11763         * Make-lang.in: Delete refs to LIBGCC2_DEPS.
11764
11765 Fri Feb 25 14:52:33 2000  Jim Wilson  <wilson@cygnus.com>
11766
11767         * optimize.c (expand_call_inline): Emit the return label before
11768         evaluating the return value.
11769
11770 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
11771
11772         * lex.c (check_newline): Use push_srcloc and pop_srcloc, rather
11773         than duplicating functionality here.
11774         * optimize.c: Include input.h.
11775         (expand_call_inline): Use push_srcloc and pop_srcloc.
11776         * parse.y (maybe_cv_qualifier): Remove calls to emit_line_note.
11777         * parse.c: Regenerated.
11778         * Makefile.in (lex.o): Depend on input.h.
11779         (optimize.o): Likewise.
11780
11781 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
11782
11783         * decl.c (grokdeclarator): Diagnose qualifiers on non-member
11784         function type, rather than ICE.
11785
11786 2000-02-23  Jason Merrill  <jason@casey.cygnus.com>
11787
11788         * decl.c (grokdeclarator): Call decl_type_access_control.
11789         * parse.y (parse_end_decl): Don't call decl_type_access_control if
11790         decl is null.
11791
11792 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
11793
11794         * decl.c (decls_match): Remove obsolete static member nadgering.
11795
11796 2000-02-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
11797
11798         * decl.c (grokdeclarator): Change ANSI to ISO.
11799         * lex.c (consume_string, readescape, do_identifier): Likewise.
11800         (parse_float, real_yylex): Likewise.
11801         * parse.y (paren_expr_or_null, paren_cond_or_null): Likewise.
11802         (unary_expr, new_initializer, cast_expr, primary, primary_no_id,
11803         new_type_id, maybe_label_decls, simple_stmt,
11804         for.init.statement): Likewise.
11805         * pt.c (do_decl_instantiation, do_type_instantiation): Likewise.
11806         * semantics.c (finish_named_return_value): Likewise.
11807         * parse.c: Regenerate.
11808
11809 2000-02-21  Mark Mitchell  <mark@codesourcery.com>
11810
11811         * cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
11812         (CPTI_CLASS_STAR_TYPE): Remove.
11813         (vtable_index_type): Likewise.
11814         (class_star_type_node): Remove.
11815         (TYPE_PTRMEMFUNC_FN_TYPE): Adjust for the new ABI.
11816         (build_binary_op_nodefault): Remove.
11817         * call.c (build_new_op): Use build_binary_op instead of
11818         build_binary_op_nodefault.
11819         * decl.c (init_decl_processing): Remove class_star_type_node
11820         initialization.  Make delta_type_node ptrdiff_type_node under the
11821         new ABI.  Initialize vtable_index_type.
11822         (build_ptrmemfunc_type): Build different structures for the new
11823         ABI.
11824         (build_enumerator): Use build_binary_op instead of
11825         build_binary_op_nodefault.
11826         * method.c (build_overload_value): Mangle pointers-to-members
11827         appropriately under the new ABI.
11828         * typeck.c (build_array_ref): Use build_binary_op instead of
11829         build_binary_op_nodefault.
11830         (get_member_function_from_ptrfunc): Adjust for the new ABI.
11831         (build_binary_op_nodefault): Rename to ...
11832         (build_binary_op): ... this.  Remove old version.  Adjust for
11833         pointer-to-member comparisons under the new ABI.
11834         (build_ptrmemfunc1): Remove dead code.  Adjust for the new ABI.
11835         (build_ptrmemfunc): Adjust for the new ABI.
11836         (expand_ptrmemfunc_cst): Likewise.
11837         (delta2_from_ptrmemfunc): Assert that we're not using the new ABI.
11838         (pfn_from_ptrmemfunc): Adjust for the new ABI.
11839
11840 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
11841
11842         * call.c (build_object_call): Compress consecutive calls to
11843         cp_error.
11844         (build_conditional_expr): Say 'ISO C++' not 'ANSI C++'.
11845         (build_op_delete_call): Adjust message formatting.
11846
11847         * class.c (check_bases): Compress consecutive calls to
11848         cp_pedwarn.
11849         (finish_struct_anon): Say 'ISO C++'.
11850
11851         * decl.c (start_decl): Same here.
11852         (grok_reference_init): Likewise.
11853         (grokfndecl): Correct message formatting.
11854         (grokfndecl): Improve diagnostic.
11855         (check_static_variable_definition): Likewise. Say 'ISO C++'
11856         (compute_array_index_type): Say 'ISO C++'
11857         (create_array_type_for_decl): Compress consecutive calls to
11858         cp_error.
11859         (grokdeclarator): Say 'ISO C++'
11860         (grok_op_properties): Likewise.
11861
11862         * decl2.c (delete_sanity): Clairify diagnostic.
11863         (check_member_template): Same here.
11864         (grok_function_init): Use consistent terminology.
11865
11866         * expr.c (do_case): Say 'ISO C++'
11867
11868         * friend.c (do_friend): Compress consecutive calls to warning.
11869
11870 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
11871
11872         * cp-tree.h (merge_primary_and_secondary_vtables_p): New macro.
11873         * class.c (build_secondary_vtable): Reorganize.  Don't create a
11874         new vtable under the new ABI.
11875         (layout_vtable_decl): Don't add num_extra_vtbl_entries when
11876         computing the size.
11877         (build_vtbl_initializer): Don't return a CONSTRUCTOR; just return
11878         the initializing elements.
11879         (initialize_vtable): New function.
11880         (dfs_finish_vtbls): Use it.
11881         (dfs_accumulate_vtbl_inits): New function.
11882         (finish_vtbls): Merge primary and secondary vtables under the new
11883         ABI.
11884         (finish_struct_1): Remove redundant call to layout_vtable_decl.
11885         * init.c (expand_virtual_init): Deal with BINFO_VTABLEs that
11886         aren't VAR_DECLs.
11887
11888         * class.c (build_vtable): New function, split out from ...
11889         (get_vtable_decl): ... here, and ...
11890         (build_secondary_vtable): ... here.
11891
11892         * pt.c (tsubst_decl): Fix formatting.
11893
11894 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11895
11896         * class.c (build_primary_vtable, layout_vtable_decl): Likewise.
11897         (avoid_overlap, build_base_field): Likewise.
11898         (build_base_field, build_base_fields, is_empty_class):
11899         Test DECL_SIZE with integer_zero.
11900         (layout_class_type): Set CLASSTYPE_SIZE_UNIT.
11901         * cp-tree.h (struct lang_type): New field size_unit.
11902         (CLASSTYPE_SIZE_UNIT): New macro.
11903         * decl.c (init_decl_processing): Set DECL_SIZE_UNIT.
11904         (cp_finish_decl): Delete -Wlarger-than processing.
11905         * optimize.c (remap_decl): Walk DECL_SIZE_UNIT.
11906         * pt.c (tsubst_decl): Set DECL_SIZE_UNIT.
11907         * tree.c (make_binfo): binfo vector is one entry longer.
11908         (walk_tree): Walk DECL_SIZE_UNIT.
11909
11910 2000-02-19  Mark Mitchell  <mark@codesourcery.com>
11911
11912         * class.c (dfs_build_vcall_offset_vtbl_entries): Fix typo in
11913         comment.
11914         (build_vtable_entry): Don't assume all vtable entries are
11915         functions.
11916         (build_vtbl_initializer): Adjust accordingly.
11917         (get_vtable_decl): Fix formatting.
11918
11919 2000-02-18  Jason Merrill  <jason@casey.cygnus.com>
11920
11921         * semantics.c (deferred_type_access_control): Walk the entire
11922         type_lookups list.
11923         (save_type_access_control): Rename from
11924         initial_deferred_type_access_control.  Just remember the value.
11925         (decl_type_access_control): New fn.
11926         (begin_function_definition): Use deferred_type_access_control, after
11927         we've started the function.  Set type_lookups to error_mark_node.
11928         * parse.y (frob_specs, fn.def1): Adjust.
11929         (parse_decl0, parse_field, parse_field0, parse_bitfield): New fns.
11930         (parse_end_decl, parse_bitfield0, parse_method): New fns.
11931         (fn.def2, initdcl, initdcl0_innards, nomods_initdcl0): Use them.
11932         (after_type_component_declarator0): Likewise.
11933         (after_type_component_declarator): Likewise.
11934         (notype_component_declarator): Likewise.
11935         * cp-tree.h: Adjust.
11936
11937         * decl.c (redeclaration_error_message): Allow redeclaration of
11938         namespace-scope decls.
11939
11940 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
11941
11942         * typeck2.c (my_friendly_abort): Use GCCBUGURL.
11943
11944 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
11945
11946         * class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT.
11947         * decl2.c (grokclassfn): Likewise.
11948
11949         * ir.texi: Document DECL_TEMPLATE_INSTANTIATIONS.
11950
11951         * decl2.c (lang_decode_option): Don't set default message length
11952         here.
11953         * lex.c (lang_init_options): Set it here.
11954
11955 2000-02-16  Mark Mitchell  <mark@codesourcery.com>
11956
11957         Make DECL_CONTEXT mean the class in which a member function was
11958         declared, even for a virtual function.
11959         * cp-tree.h (DECL_CLASS_CONTEXT): Adjust.
11960         (DECL_FRIEND_CONTEXT): New macro.
11961         (DECL_REAL_CONTEXT): Remove.
11962         (SET_DECL_FRIEND_CONTEXT): Likewise.
11963         (DECL_VIRTUAL_CONTEXT): Adjust.
11964         (DECL_CLASS_SCOPE_P): Use TYPE_P.
11965         (add_friends): Remove.
11966         (hack_decl_function_context): Likewise.
11967         * call.c (build_new_function_call): Replace DECL_REAL_CONTEXT with
11968         CP_DECL_CONTEXT.
11969         (build_over_call): Fix indentation.  Use DECL_CONTEXT
11970         instead of DECL_CLASS_CONTEXT.
11971         * class.c (dfs_build_vcall_offset_vtbl_entries): Likewise.
11972         (add_method): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
11973         (strictly_overrides): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
11974         (build_vtbl_or_vbase_field): Don't set DECL_CLASS_CONTEXT.
11975         (build_base_field): Likewise.
11976         (finish_struct_1): Likewise.
11977         (build_self_reference): Likewise.
11978         * decl.c (push_class_binding): Use CP_DECL_CONTEXT, not
11979         DECL_REAL_CONTEXT.
11980         (pushtag): Use decl_function_context, not
11981         hack_decl_function_context.
11982         (decls_match): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
11983         (duplicate_decls): Use DECL_VIRTUAL_CONTEXT.
11984         (pushdecl): Remove bogus code.
11985         (start_decl): Use DECL_CONTEXT rather than DECL_CLASS_CONTEXT.
11986         (cp_finish_decl): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
11987         (grokfndecl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
11988         Use decl_function_context, nothack_decl_function_context.
11989         (grokvardecl): Don't set DECL_CLASS_CONTEXT.
11990         (grokdeclarator): Likewise.  Use decl_function_context, not
11991         hack_decl_function_context.
11992         (copy_args_p): Document.  Don't use DECL_CLASS_CONTEXT.
11993         (start_function): Use DECL_FRIEND_CONTEXT, not
11994         DECL_CLASS_CONTEXT.  Use decl_function_context, not
11995         hack_decl_function_context.
11996         (finish_function): Use decl_function_context, not
11997         hack_decl_function_context.
11998         (maybe_retrofit_in_chrg): Use DECL_CONTEXT, not
11999         DECL_CLASS_CONTEXT.
12000         (grokclassfn): Set DECL_VIRTUAL_CONTEXT, not DECL_CONTEXT.
12001         (finish_static_data_member_decl): Don't set DECL_CLASS_CONTEXT.
12002         (grokfield): Likewise.
12003         (finish_builtin_type): Likewise.
12004         (finish_vtable_vardec): Use decl_function_context, not
12005         hack_decl_function_context.
12006         (import_export_decl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
12007         (start_static_initialization_or_destruction): Likewise.
12008         (finish_static_initialization_or_destruction): Likewise.
12009         (mark_used): Adjust logic for deciding when to synthesize methods.
12010         * dump.c (dequeue_and_dump): Use CP_DECL_CONTEXT, not
12011         DECL_REAL_CONTEXT.
12012         * error.c (dump_function_decl): Use DECL_CONTEXT, not
12013         DECL_CLASS_CONTEXT.
12014         * friend.c (is_friend): Likewise.
12015         (add_friends): Remove.
12016         (do_friend): Use SET_DECL_FRIEND_CONTEXT.
12017         * lex.c (begin_definition_of_inclass_inline): Use
12018         decl_function_context, not hack_decl_function_context.
12019         (process_next_inline): Likewise.
12020         (do_identifier): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
12021         * method.c (set_mangled_name_for_decl): Use DECL_CONTEXT, not
12022         DECL_CLASSS_CONTEXT.
12023         (hack_identifier): Likewise.
12024         (synthesize_method):  Use decl_function_context, not
12025         hack_decl_function_context.
12026         * pt.c (template_class_depth_real): Use CP_DECL_CONTEXT, not
12027         DECL_REAL_CONTEXT.
12028         (is_member_template): Use decl_function_context, not
12029         hack_decl_function_context.  Use DECL_CONTEXT, not
12030         DECL_CLASS_CONTEXT.
12031         (build_template_decl): Set DECL_VIRTUAL_CONTEXT, not
12032         DECL_CLASS_CONTEXT.
12033         (check_default_tmpl_args): Use CP_DECL_CONTEXT, not
12034         DECL_REAL_CONTEXT.
12035         (push_template_decl_real): Likewise.
12036         (instantiate_class_template): Don't call add_friends.
12037         (tsubst_default_argument): Use DECL_CONTEXT, not
12038         DECL_REAL_CONTEXT.
12039         (tsubst_decl): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
12040         Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
12041         (set_meangled_name_for_template_decl): Use DECL_CONTEXT, not
12042         DECL_CLASS_CONTEXT.
12043         * repo.c (repo_inline_used): Likewise.
12044         * search.c (current_scope): Adjust for new _CONTEXT macros.
12045         (context_for_name_lookup): Use CP_DECL_CONTEXT, not
12046         DECL_REAL_CONTEXT.
12047         (friend_accessible_p): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
12048         (lookup_fnfields_here):Likewise.
12049         (check_final_overrider): Likewise.
12050         (init_vbase_pointers): Likewise.
12051         (virtual_context): Likewise.
12052         * semantics.c (finish_member_declaration): Just set DECL_CONTEXT.
12053         (expand_body): Use decl_function_context, not
12054         hack_decl_function_context.
12055         * tree.c (hack_decl_function_context): Remove.
12056         * typeck.c (build_x_function_call): Use DECL_CONTEXT, not
12057         DECL_CLASS_CONTEXT.
12058         * typeck2.c (error_not_base_type): Likewise.
12059
12060 2000-02-15  Jason Merrill  <jason@casey.cygnus.com>
12061
12062         * decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE.
12063
12064 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12065
12066         * Make-lang.in (g++spec.o): Depend on $(GCC_H), not gcc.h.
12067
12068 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
12069
12070         * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
12071
12072 2000-01-16  Gabriel Dos Reis  <gdr@codesourcery.com>
12073
12074         * decl2.c (lang_decode_option): Enable automatic line wrapping.
12075
12076 2000-02-13  Jason Merrill  <jason@casey.cygnus.com>
12077
12078         * parse.y (frob_specs): Split out...
12079         (parse_decl): From here.
12080         (fn.def2): Call initial_deferred_type_access_control.
12081         (after_type_component_declarator0): Call frob_specs.
12082         (notype_component_declarator0): Likewise.
12083         * search.c (friend_accessible_p): Nested classes are friends of their
12084         enclosing classes.
12085
12086 2000-02-10  Mark Mitchell  <mark@codesourcery.com>
12087
12088         * ir.texi (ADDR_EXPR): Document the fact that an ADDR_EXPR can be
12089         used to create an implicit temporary.
12090
12091         * class.c (dfs_modify_vtables): Tweak calculation of functions to
12092         override.
12093
12094 2000-02-08  Nathan Sidwell  <nathan@acm.org>
12095
12096         * typeck.c (strip_all_pointer_quals): Use TYPE_MAIN_VARIANT, to
12097         strip array element qualifiers too.
12098
12099 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
12100
12101         * decl.c (store_parm_decls): Don't build cleanups for parameters
12102         while processing_template_decl.
12103
12104 2000-02-07  Jason Merrill  <jason@casey.cygnus.com>
12105
12106         * cp-tree.h (struct saved_scope): Add incomplete field.
12107         (namespace_scope_incomplete): New macro.
12108         * decl.c (pushdecl): Use it.
12109         (hack_incomplete_structures): Use it.  See through artificial
12110         binding levels.
12111         (mark_saved_scope): Mark it.
12112
12113         Implement access control for nested types.
12114         * search.c (type_access_control): New fn.
12115         (accessible_p): Now we do perform access control for types.
12116         * semantics.c (deferred_type_access_control): New fn.
12117         (initial_deferred_type_access_control): New fn.
12118         (begin_function_definition): Call it.  Add lookups parm.
12119         * decl.c (struct binding_level): Add this_class field.
12120         (pushlevel_class): Set it.
12121         (mark_binding_level): Mark it.
12122         (lookup_name_real): Use it.  Call type_access_control.
12123         (mark_saved_scope): Mark lookups field.
12124         * cp-tree.h (flagged_type_tree): Add lookups field.
12125         (struct saved_scope): Add lookups field.
12126         (type_lookups): New macro.
12127         * parse.y (declmods): Now <ftype>.
12128         (parse_decl): Add lookups parm.  Call
12129         initial_deferred_type_access_control.
12130         (lang_extdef): Clear type_lookups.
12131         (typed_declspecs, declmods, typespec): Set lookups field.
12132         (initdcl): Call deferred_type_access_control.
12133         (fn.def1, fn.def2, typed_declspecs1, initdcl0_innards, nomods_initdcl0,
12134         component_decl_1, named_parm): Adjust.
12135         * friend.c (is_friend): Nested classes are friends of their
12136         enclosing classes.
12137
12138         * class.c (currently_open_derived_class): New fn.
12139         * method.c (hack_identifier): Use it.
12140
12141         * lex.c (do_identifier): Remove obsolete code.
12142
12143         * parse.y (typed_typespecs): Propagate new_type_flag properly.
12144
12145 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
12146
12147         * tinfo.h: Remove apostrophes from C++ comment (xgettext
12148         thinks this file is plain C).
12149
12150 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12151
12152         * Makefile.in (call.o): Depend on $(EXPR_H).
12153
12154         * call.c: Include "expr.h".
12155
12156         * class.c (dump_class_hierarchy): Add prototype.
12157
12158         * search.c (dfs_get_pure_virtuals): Likewise.
12159
12160 2000-02-1  Ulrich Drepper  <drepper@redhat.com>
12161
12162         * parse.y (simple_stmt): Allow :: token in asm parameter list.
12163         * parse.c: Rebuilt.
12164
12165 Mon Jan 31 15:35:29 2000  Jim Wilson  <wilson@cygnus.com>
12166
12167         * class.c (build_vtbl_or_vbase_field): New parameter fcontext.
12168         Store it in DECL_FCONTEXT.
12169         (build_vbase_pointer_fields, create_vtable_ptr): Fix callers.
12170
12171 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
12172
12173         * tinfo.h (old abi): #include "tconfig.h".
12174         * tinfo.cc (convert_to_base): Move into old abi section.
12175
12176 2000-01-31  Mark Mitchell  <mark@codesourcery.com>
12177
12178         * cp-tree.h (BINFO_VIRTUALS): Tweak documentation.
12179         (CLASSTYPE_PRIMARY_BINFO): Use BINFO_PRIMARY_BINFO.
12180         (BINFO_PRIMARY_BINFO): New macro.
12181         (BF_DELTA): Rename to ...
12182         (BV_DELTA): ... this.
12183         (BF_VCALL_INDEX): Rename to ...
12184         (BV_VCALL_INDEX): ... this.
12185         (BF_FN): Rename to ...
12186         (BV_FN): ... this.
12187         * class.c (build_vbase_path): Adjust for changes to reverse_path.
12188         (set_rtti_entry): Rename BF_ macros to BV_ variants.
12189         (modify_vtable_entry): Simplify.
12190         (add_virtual_function): Rename BF_ macros to BV_ variants.
12191         (build_vtable_initializer): Likewise.
12192         (get_class_offset_1): Remove.
12193         (dfs_get_class_offset): Likewise.
12194         (get_class_offset): Likewise.
12195         (dfs_find_final_overrider): New function.
12196         (find_final_overrider): Likewise.
12197         (modify_one_vtable): Remove.
12198         (dfs_find_base): New function.
12199         (dfs_modify_vtables): Fold modify_one_vtable in here.  Use
12200         find_final_overrider.
12201         (modify_all_vtables): Adjust.  Set BV_VCALL_INDEX on new
12202         virtuals.
12203         (dfs_fixup_vtable_deltas): Remove.
12204         (override_one_vtable): Remove.
12205         (merge_overrides): Likewise.
12206         (layout_virtual_bases): Make sure BINFO_OFFSET is set right for
12207         unreal chilren of virtual bases.
12208         (finish_struct_1): Don't use merge_overrides.  Don't use
12209         dfs_fixup_vtable_deltas.
12210         * tree.c (reverse_path): Return a TREE_LIST, not a chain of
12211         BINFOs.
12212
12213 2000-01-31  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
12214             Jason Merrill  <jason@yorick.cygnus.com>
12215
12216         * tinfo.h: Rename USItype to myint32, depend on BITS_PER_UNIT.
12217
12218 2000-01-31  Alfred Minarik <a8601248@unet.univie.ac.at>
12219
12220         * exception.cc (__throw_bad_typeid): Add missing std::.
12221
12222 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12223
12224         * cp-tree.h (make_thunk): PROTO -> PARAMS.
12225
12226 2000-01-31  Nathan Sidwell  <sidwell@codesourcery.com>
12227
12228         * cp-tree.h (new_abi_rtti_p): Use flag_new_abi.
12229
12230         Runtime support for new-abi rtti.
12231         * inc/typeinfo (type_info::operator!=): Define in class.
12232         (type_info::before, type_info::name, type_info::operator==,
12233         type_info::operator!=): Define new ABI implementations.
12234         (type_info::is_pointer_p, type_info::is_function_p): Declare
12235         new virtual functions.
12236         (type_info::do_catch, type_info::do_upcast): Likewise.
12237
12238         * tinfo.h (__base_class_info): Define new class.
12239         (__class_type_info): Likewise.
12240         (__si_class_type_info): Likewise.
12241         (__vmi_class_type_info): Likewise.
12242         (__dynamic_cast): Prototype.
12243
12244         * tinfo.cc: Conditionalize old and new rtti mechanisms.
12245         (type_info::is_pointer_p): Define new function.
12246         (type_info::is_function_p): Likewise.
12247         (type_info::do_catch): Likewise.
12248         (type_info::do_upcast): Likewise.
12249         (vtable_prefix): New structure for vtable access.
12250         (adjust_pointer): Define new template function.
12251         (contained_p, public_p, virtual_p, contained_public_p,
12252         contained_nonpublic_p, contained_nonvirtual_p): Define new
12253         functions.
12254         (nonvirtual_base_type): New local variable.
12255         (__class_type_info::~__class_type_info): Define.
12256         (__si_class_type_info::~__si_class_type_info): Likewise.
12257         (__vmi_class_type_info::~__vmi_class_type_info): Likewise.
12258         (__class_type_info::do_catch): Define new function.
12259         (__class_type_info::do_upcast): Likewise.
12260         (__class_type_info::find_public_src): Likewise.
12261         (__class_type_info::do_find_public_src): Likewise.
12262         (__si_class_type_info::do_find_public_src): Likewise.
12263         (__vmi_class_type_info::do_find_public_src): Likewise.
12264         (__class_type_info::do_dyncast): Likewise.
12265         (__si_class_type_info::do_dyncast): Likewise.
12266         (__vmi_class_type_info::do_dyncast): Likewise.
12267         (__class_type_info::do_upcast): Likewise.
12268         (__si_class_type_info::do_upcast): Likewise.
12269         (__vmi_class_type_info::do_upcast): Likewise.
12270         (__dynamic_cast): Likewise.
12271
12272         * tinfo2.cc (__fundamental_type_info): Define new class.
12273         (__pointer_type_info): Likewise.
12274         (__reference_type_info): Likewise.
12275         (__array_type_info): Likewise.
12276         (__function_type_info): Likewise.
12277         (__enum_type_info): Likewise.
12278         (__ptr_to_member_type_info): Likewise.
12279         (__fundamental_type_info::~__fundamental_type_info): Define.
12280         (__pointer_type_info::~__pointer_type_info): Likewise.
12281         (__reference_type_info::~__reference_type_info): Likewise.
12282         (__array_type_info::~__array_type_info): Likewise.
12283         (__function_type_info::~__function_type_info): Likewise.
12284         (__enum_type_info::~__enum_type_info): Likewise.
12285         (__ptr_to_member_type_info::~__ptr_to_member_type_info): Likewise.
12286         (__pointer_type_info::do_catch): Define new function.
12287         (__ptr_to_member_type_info::do_catch): Define new function.
12288
12289         (__throw_type_match_rtti_2): Use new ABI interface, if enabled.
12290         (__is_pointer): Likewise.
12291
12292         * exception.cc (__cplus_type_matcher): Deal with new-abi rtti.
12293
12294 2000-01-30  Mark Mitchell  <mark@codesourcery.com>
12295
12296         * cp/class.c (build_vtable): Rename to build_primary_vtable.
12297         (prepare_fresh_vtable): Rename to build_secondary_vtable.
12298         (make_new_vtable): New function.
12299         (modify_vtable_entry): Handle generation of new vtables correctly.
12300         (modify_one_vtable): Remove unused parameter.
12301         (dfs_fixup_vtable_deltas): Likewise.
12302         (override_one_vtable): Use build_secondary_vtable.
12303         (finish_struct_1): Use build_primary_vtable and
12304         build_secondary_vtable.
12305
12306 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
12307
12308         * cp/decl.c: Adjust variable names, comments, help strings.
12309
12310 2000-01-29  Nathan Sidwell  <nathan@acm.org>
12311
12312         * new2.cc (operator delete[]): Use operator delete, don't assume
12313         implementation.
12314
12315 2000-01-29  Nathan Sidwell  <sidwell@codesourcery.com>
12316
12317         * class.c (build_vtbl_initializer): Add argument to
12318         build_vtable_entry call.
12319
12320 2000-01-27  Mark Mitchell  <mark@codesourcery.com>
12321
12322         * cp-tree.def (THUNK_DECL): Discuss vcall indices.
12323         * cp-tree.h (BINFO_VIRTUALS): Update documentation.
12324         (BF_DELTA): New macro.
12325         (BF_VCALL_INDEX): Likewise.
12326         (BF_FN): Likewise.
12327         (THUNK_VCALL_OFFSET): Likewise.
12328         (make_thunk): Change prototype.
12329         * class.c (build_vtable_entry): Integrate
12330         build_vtable_entry_for_fn.  Handle vcall indices.
12331         (build_vtable_entry_for_fn): Remove.
12332         (set_rtti_entry): Handle vcall indices.  Use BF_DELTA,
12333         BF_VCALL_INDEX, BF_FN.
12334         (modify_vtable_entry): Integrate common code from
12335         modify_one_vtable and dfs_fixup_vtable_deltas.
12336         (add_virtual_function): Set BF_VCALL_INDEX.
12337         (build_vtbl_initializer): Simplify.  Use BF_DELTA, BF_VCALL_INDEX,
12338         and BF_FN.
12339         (modify_one_vtable): Simplify.
12340         (dfs_fixup_vtable_deltas): Likewise.
12341         (override_one_vtable): Use BF_DELTA, BF_VCALL_INDEX, BF_FN.
12342         * method.c (make_thunk): Handle vcall indices.
12343
12344 2000-01-28  Nathan Sidwell  <sidwell@codesourcery.com>
12345
12346         Compiler side new abi rtti (not enabled).
12347         * cp-tree.h (new_abi_rtti_p): New macro.
12348         (emit_support_tinfos): Prototype new function.
12349         (tinfo_decl_p): Likewise.
12350         (emit_tinfo_decl): Likwise.
12351         * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL): New accessor
12352         macros.
12353         (doing_runtime): New local static.
12354         (init_rtti_processing): Add new-abi initializer.
12355         (get_tinfo_decl): Add new-abi logic.
12356         (tinfo_from_decl): Likewise.
12357         (build_dynamic_cast_1): Likewise.
12358         (qualifier_flags): New static function.
12359         (tinfo_base_init): Likewise.
12360         (generic_initializer): Likewise.
12361         (ptr_ref_initializer): Likewise.
12362         (ptmd_initializer): Likewise.
12363         (class_hint_flags): Likewise.
12364         (class_initializer): Likewise.
12365         (synthesize_tinfo_var): Likewise.
12366         (create_real_tinfo_var): Likewise.
12367         (create_pseudo_type_info): Likewise.
12368         (get_vmi_pseudo_type_info): Likewise.
12369         (create_tinfo_types): Likewise.
12370         (emit_support_tinfos): New global function.
12371         (tinfo_decl_p): New global predicate.
12372         (emit_tinfo_decl): New global function.
12373         * class.c (set_rtti_entry): Generalize for old and new rtti.
12374         (build_vtbl_initializer): Likewise.
12375         * decl2.c (finish_file): Likewise.
12376
12377 Thu Jan 27 20:53:36 2000  Jim Wilson  <wilson@cygnus.com>
12378
12379         * optimize.c (remap_decl): Add walk_tree calls for DECL_SIZE (t)
12380         and TYPE_MAX_VALUE (TYPE_DOMAIN (TREE_TYPE (t))).
12381
12382 Thu Jan 27 13:54:12 2000  Mike Stump  <mrs@wrs.com>
12383
12384         * decl.c (pushdecl): Fix up shadow warnings with respect to implicit
12385         for scopes.
12386
12387 2000-01-26  Jason Merrill  <jason@casey.cygnus.com>
12388
12389         * pt.c (unify): Use fold, not maybe_fold_nontype_arg.
12390
12391 Wed Jan 26 22:19:14 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
12392
12393         * optimize.c (calls_setjmp_r): Supply new argument
12394         to special_function_p.
12395
12396 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12397
12398         * call.c: PROTO -> PARAMS.
12399         * class.c: Likewise.
12400         * cp-tree.h: Likewise.
12401         * cvt.c: Likewise.
12402         * decl.c: Likewise.
12403         * decl.h: Likewise.
12404         * decl2.c: Likewise.
12405         * dump.c: Likewise.
12406         * errfn.c: Likewise.
12407         * error.c: Likewise.
12408         * except.c: Likewise.
12409         * expr.c: Likewise.
12410         * init.c: Likewise.
12411         * input.c: Likewise.
12412         * lex.c: Likewise.
12413         * lex.h: Likewise.
12414         * method.c: Likewise.
12415         * optimize.c: Likewise.
12416         * parse.y: Likewise.
12417         * pt.c: Likewise.
12418         * repo.c: Likewise.
12419         * rtti.c: Likewise.
12420         * search.c: Likewise.
12421         * semantics.c: Likewise.
12422         * spew.c: Likewise.
12423         * tree.c: Likewise.
12424         * typeck.c: Likewise.
12425         * typeck2.c: Likewise.
12426         * xref.c: Likewise.
12427
12428 2000-01-25  Richard Henderson  <rth@cygnus.com>
12429
12430         * typeck.c (build_binary_op_nodefault): Remove UNNE_EXPR.
12431
12432 2000-01-25  Mark Mitchell  <mark@codesourcery.com>
12433
12434         * cp-tree.h (vcall_offset_in_vtable_p): New macro.
12435         * class.c (build_vbase_offset_vtbl_entries): Fix typo in commment.
12436         (struct vcall_offset_data_s): New type.
12437         (dfs_vcall_offset_queue_p): New function.
12438         (dfs_build_vcall_offset_vtbl_entries): Likewise.
12439         (build_vcall_offset_vtbl_entries): Likewise.
12440         (layout_vtable_decl): Likewise.
12441         (num_vfun_entries): Likewise.
12442         (num_extra_vtbl_entries): Add the entries for vcall offsets.
12443         (build_vtbl_initializer): Likewise.
12444         (dfs_finish_vtabls): Use layout_vtable_decl.
12445         (modify_one_vtables): Always duplicate vtables under the new ABI.
12446         (finish_struct_1): Use layout_vtable_decl.
12447
12448 2000-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12449
12450         * decl.c (member_function_or_else): Change third arg from a format
12451         specifier to an `enum overload_flags'.  Callers changed.
12452
12453 2000-01-25  Gabriel Dos Reis  <gdr@codesourcery.com>
12454
12455         * typeck.c (composite_pointer_type, c_sizeof, expr_sizeof,
12456         build_binary_op_nodefault, build_unary_op, build_reinterpret_cast,
12457         build_const_cast, get_delta_difference, check_return_expr): Avoid
12458         ANSI string concatenation usage.
12459
12460 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
12461
12462         * class.c (layout_class_type): Put the fields required to make a
12463         class non-empty at the end, not the beginning, of the TYPE_FIELDs
12464         list.
12465
12466 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
12467
12468         * pt.c (maybe_fold_nontype_arg): Do nothing if we're not in a
12469         template.
12470
12471         * decl2.c (mark_used): Do instantiate inlines that have been
12472         explicitly instantiated.
12473
12474 2000-01-24  Richard Henderson  <rth@cygnus.com>
12475
12476         * call.c (build_over_call): Use expand_tree_builtin.
12477         * typeck.c (build_function_call_real): Likewise.
12478         (build_binary_op_nodefault): Handle unordered compares.
12479
12480 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
12481
12482         * cp-tree.h (CPTI_BAD_CAST, CPTI_BAD_TYPEID, CPTI_DCAST): New
12483         cp_tree_index values.
12484         (throw_bad_cast_node, throw_bad_typeid_node, dynamic_cast_node):
12485         New global node #defines for them.
12486         * rtti.c (call_void_fn): Replace with ...
12487         (build_runtime_decl): ... new static function.
12488         (throw_bad_cast): Use throw_bad_cast_node and build_runtime_decl.
12489         (throw_bad_typeid): Use throw_bad_typeid_node and build_runtime_decl.
12490         (build_dynamic_cast_1): Always produce correctly typed result.
12491         Explicitly produce type_info addresses. Use dynamic_cast_node.
12492         * exception.cc (__throw_bad_cast): Return `void *'.
12493         (__throw_bad_typeid): Return `const type_info &'.
12494
12495 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
12496
12497         * cp-tree.h (get_vtable_decl): Prototype new function.
12498         * class.c (get_vtable_decl): New function. Broken out from ...
12499         (build_vtable): ... here. Use it.
12500         * decl2.c (finish_vtable_vardecl): Ignore dummy vtables created
12501         by get_vtable_decl.
12502
12503 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
12504
12505         * cp-tree.h (CPTI_TP_DESC_TYPE, CPTI_ACCESS_MODE_TYPE,
12506         CPTI_USER_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_ATTR_DESC_TYPE,
12507         CPTI_PTMF_DESC_TYPE): Remove cp_tree_index enumerations.
12508         (CPTI_TI_DESC_TYPE, CPTI_REF_DESC_TYPE, CPTI_ARY_DESC_TYPE,
12509         CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_SI_CLASS_DESC_TYPE,
12510         CPTI_VMI_CLASS_DESC_TYPE, CPTI_BASE_DESC_TYPE): New enumerations.
12511         (CPTI_TINFO_FN_ID, CPTI_TINFO_FN_TYPE): Rename to ...
12512         (CPTI_TINFO_DECL_ID, CPTI_TINFO_DECL_TYPE): ... here.
12513         (CPTI_TINFO_VAR_ID): New enumeration.
12514         (__tp_desc_type_node, __access_mode_type_node,
12515         __bltn_desc_type_node, __user_desc_type_node,
12516         __class_desc_type_node, __ptr_desc_type_node,
12517         __attr_desc_type_node, __func_desc_type_node,
12518         __ptmf_desc_type_node, __ptmd_desc_type_node): Remove #defines.
12519         (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
12520         ref_desc_type_node, ary_desc_type_node, func_desc_type_node,
12521         enum_desc_type_node, class_desc_type_node,
12522         si_class_desc_type_node, vmi_class_desc_type_node,
12523         ptmd_desc_type_node, base_desc_type_node): New #defines.
12524         (tinfo_fn_id, tinfo_fn_type): Rename to ...
12525         (tinfo_decl_id, tinfo_decl_type): ... here. Adjust.
12526         (tinfo_var_id): New enumeration.
12527         (DECL_TINFO_FN_P): Augment comment.
12528         * decl.c (cp_global_trees): Adjust documentation.
12529         * rtti.c (init_rtti_processing): Adjust for tinfo_decl_id,
12530         tinfo_decl_type and tinfo_var_id.
12531         (get_tinfo_decl_dynamic): Adjust for tinfo_decl_type.
12532         (build_typeid): Remove unused variable.
12533         (get_tinfo_var): Use tinfo_var_id.
12534         (tinfo_name): New static function.
12535         (get_tinfo_decl): Adjust for tinfo_decl_id and tinfo_decl_type.
12536         (tinfo_from_decl): Likewise.
12537         (get_base_offset): New static function, broken out of
12538         expand_class_desc.
12539         (expand_si_desc): Use tinfo_name.
12540         (expand_class_desc): Likewise. Lose local static variable.
12541         Use base_desc_type_node. Use get_base_offset.
12542         (expand_ptr_desc): Use tinfo_name.
12543         (expand_attr_desc): Likewise.
12544         (expand_generic_desc): Likewise.
12545
12546         * tinfo.cc (__GXX_ABI_VERSION): Test value and existence.
12547         * tinfo.h (__GXX_ABI_VERSION): Test value and existence.
12548
12549 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
12550
12551         * cp-tree.h (__eprintf): Remove declaration.
12552         * tree.c (__eprintf): Remove definition.
12553
12554 2000-01-23  Zack Weinberg  <zack@rabi.columbia.edu>
12555             Mark Mitchell  <mark@codesourcery.com>
12556
12557         * cp-tree.h (CLASSTYPE_MARKED_N, SET_CLASSTYPE_MARKED_N,
12558         CLEAR_CLASSTYPE_MARKED_N): Avoid signed vs. unsigned warnings.
12559
12560 2000-01-23  Brad Lucier  <lucier@math.purdue.edu>
12561
12562         * class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly.
12563
12564 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
12565
12566         * cp-tree.h (register_dtor_fn): New function.
12567         * decl.c (destroy_local_static): Rename to ...
12568         (register_dtor_fn): ... this.  Give it external linkage.
12569         (expand_static_init): Use it.
12570         * decl2.c (do_static_initialization): Likewise, if using
12571         __cxa_atexit.
12572         (do_static_destruction): Check that __cxa_atexit is not in use.
12573         (finish_file): Don't call do_static_destruction if using
12574         __cxa_atexit.
12575
12576         * typeck.c (convert_arguments): Restore two-message error
12577         reporting.
12578
12579 2000-01-20  Nathan Sidwell  <sidwell@codesourcery.com>
12580
12581         Remap dynamic cast hint values to be consistent across ABIs.
12582         * search.c (dynamic_cast_base_recurse): Remap generated value.
12583         (get_dynamic_cast_base_type): Adjust documentation.
12584         * tinfo.h (__user_type_info::dyncast): Likewise.
12585         (__user_type_info::find_public_subobj): Remap BOFF meaning.
12586         * tinfo.cc (__si_type_info::do_dyncast): Remap BOFF meaning.
12587         (__class_type_info::do_dyncast): Likewise.
12588         (__class_type_info::do_find_public_subobj): Likewise.
12589         * tinfo2.cc (__dynamic_cast): Remap BOFF parameter.
12590
12591 2000-01-19  Gabriel Dos Reis  <gdr@codesourcery.com>
12592
12593         * typeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.
12594
12595         * typeck2.c (incomplete_type_error): Restore previous
12596         cp_error and cp_error_at call sequence.
12597
12598 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
12599
12600         * class.c (dump_class_hierarchy): Make format agree with argument;
12601         cast pointer to unsigned long and print with %lx.
12602
12603 2000-01-19  Gabriel Dos Reis  <gdr@codesourcery.com>
12604
12605         * decl2.c (lang_decode_option): Set default line-wrap length to 72.
12606
12607         * typeck.c (composite_pointer_type, common_type,
12608         comp_target_parms, c_sizeof, expr_sizeof, build_array_ref,
12609         build_function_call_real, convert_arguments,
12610         build_binary_op_nodefault, pointer_int_sum, pointer_diff,
12611         build_unary_op, mark_addressable, build_compound_expr,
12612         build_static_cast, build_reinterpret_cast, build_const_cast,
12613         build_c_cast, build_modify_expr, get_delta_difference,
12614         build_ptrmemfunc, check_return_expr): Replace 'ANSI C++' with
12615         'ISO C++'.  Fusion consecutive calls to diagnostic message routines
12616         into a single one.
12617         * typeck2.c (readonly_error, abstract_virtuals_error,
12618         process_init_constructor, check_for_new_type): Likewise.
12619
12620 2000-01-19  Mark Mitchell  <mark@codesourcery.com>
12621
12622         * tree.c (bot_manip): Set DECL_CONTEXT for newly created
12623         VAR_DECLs.
12624
12625 2000-01-18  Nathan Sidwell  <sidwell@codesourcery.com>
12626
12627         * cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
12628         (build_x_typeid): Likewise.
12629         (get_tinfo_fn): Likewise.
12630         (get_tinfo_fn_unused): Rename to ...
12631         (get_tinfo_decl): ... here.
12632         * rtti.c (build_headof): Replace logic error with assertion.
12633         (get_tinfo_fn_dynamic): Rename to ...
12634         (get_tinfo_decl_dynamic): ... here. Make static. Use
12635         complete_type_or_else.
12636         (build_x_typeid): Move into ...
12637         (build_typeid): ... here. Adjust call to
12638         get_tinfo_decl_dynamic. Use tinfo_from_decl. Simplify
12639         throw_bad_typeid expression.
12640         (get_tinfo_fn_unused): Rename to ...
12641         (get_tinfo_decl): ... here. Adjust comment.
12642         (get_tinfo_fn): Delete.
12643         (tinfo_from_decl): New static function.
12644         (get_typeid_1): Call get_tinfo_decl and tinfo_from_decl.
12645         (get_typeid): Use complete_type_or_else.
12646         (build_dynamic_cast_1): Adjust calls to
12647         get_tinfo_decl_dynamic. Simplify throw_bad_cast expression.
12648         * parse.y (primary): Adjust call to build_typeid.
12649         * except.c (build_eh_type_type_ref): Adjust call to
12650         get_tinfo_decl. Mark as used.
12651         * class.c (set_rtti_entry): Adjust call to get_tinfo_decl.
12652         * decl2.c (build_expr_from_tree): Adjust call to build_typeid.
12653         * parse.c: Regenerated.
12654
12655 2000-01-17  Mark Mitchell  <mark@codesourcery.com>
12656
12657         * class.c (fixed_type_or_null): Don't clear NONNULL.  Document
12658         calling convention.
12659         (resolves_to_fixed_type_p): Document calling convention.
12660         * rtti.c (build_x_typeid): Initialize NONNULL.
12661
12662         * cp-tree.h (build_shared_int_cst): New function.
12663         * call.c (build_over_call): Use DECL_VIRTUAL_CONTEXT, for clarity.
12664         * class.c (modify_vtable_entry): Likewise.
12665         (add_virtual_function): Split out code to generated shared
12666         INTEGER_CSTs to build_share_int_cst.
12667         (modify_all_vtables): Handle all the overridden functions here.
12668         Add overridden functions from non-primary virtual bases to the
12669         primary vtable.
12670         (finish_struct_1): Adjust call to modify_all_vtables.  Add
12671         overridden functions from non-primary bases to the vtable.
12672         * tree.c (build_shared_int_cst): New function.
12673
12674         * cp-tree.h (scratchalloc): Remove.
12675         (build_scratch_list): Likewise.
12676         * call.c (convert_class_to_reference): Replace build_scratch_list
12677         and build_expr_list with build_tree_list.
12678         (add_candidate): Replace scratchalloc with expralloc.  Note memory
12679         leak.
12680         (build_user_type_conversion_1):  Replace build_scratch_list
12681         and build_expr_list with build_tree_list.
12682         (build_new_op): Likewise.
12683         (build_op_delete_call): Likewise.
12684         (convert_like): Likewise.
12685         * cvt.c (ocp_convert): Likewise.
12686         * decl.c (start_decl): Likewise.
12687         (start_function): Likewise.
12688         (finish_destructor_body): Likewise.
12689         (maybe_build_cleanup_1): Likewise.
12690         * decl2.c (reparse_decl_as_expr): Likewise.
12691         * init.c (perform_member_init): Likewise.
12692         (expand_cleanup_for_base): Likewise.
12693         (build_builtin_delete_call): Likewise.
12694         (build_new_1): Likewise.
12695         (build_delete): Likewise.
12696         * method.c (do_build_assign_ref): Likewise.
12697         * parse.y (already_scoped_stmt): Likewise.
12698         (nontrivial_exprlist): Likewise.
12699         (net_initializer): Likewise.
12700         (initlist): Likewise.
12701         * parse.c: Regenerated.
12702         * rtti.c (build_x_typeid): Likewise.
12703         (build_dynamic_cast_1): Likewise.
12704         * typeck.c (build_x_compound_expr): Likewise.
12705         (build_static_cast): Likewise.
12706         (build_modify_expr): Likewise.
12707
12708         * cp-tree.h (DECL_VINDEX): Add documentation.
12709         * class.c (build_vtable_entry): Likewise.
12710         (start_vtable): Add comment.
12711         (add_virtual_function): Replace pending_hard_virtuals with
12712         overridden_virtuals and pending_virtuals with new_virtuals.
12713         Replace redundant assignments with assertions.
12714         (check_for_override): Add comment.
12715         (check_bases_and_members): Replace pending_hard_virtuals with
12716         overridden_virtuals and pending_virtuals with new_virtuals.
12717         (create_vtbl_ptr): Likewise.
12718         (layout_class_type): Likewise.
12719         (finish_struct_1): Likewise.  Add comments.
12720
12721 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
12722
12723         * class.c (finish_struct_1): Replace redundant code with
12724         assertions.
12725
12726         * cp-tree.h (flag_new_abi): Move.
12727         (flag_use_cxa_atexit): Likewise.
12728         (flag_honor_std): Likewise.
12729         (flag_rtti): Likewise.
12730         (vbase_offsets_in_vtable_p): Define.
12731         (vptrs_present_everywhere_p): Likewise.
12732         (TYPE_CONTAINS_VPTR_P): Likewise.
12733         (dfs_walk_real): Declare.
12734         * class.c (build_vbase_pointer_fields): Check
12735         vbase_offsets_in_vtable_p.
12736         (dfs_build_vbase_offset_vtbl_entries): Record the vbase indices in
12737         BINFO_VPTR_FIELD.
12738         (build_vbase_offset_vtbl_entries): Simplify.
12739         (build_vbase_offset_vtbl_entries): Adjust.
12740         (build_vbase_pointer): Add ability to look up vbase offsets in
12741         vtable.
12742         (start_vtable): New function.
12743         (add_virtual_function): Use it.
12744         (determine_primary_base): Use TYPE_CONTAINS_VPTR_P.
12745         (num_extra_vtbl_entries): Use vbase_offsets_in_vtable_p.
12746         (build_vtbl_initializer): Take the type of the complete object as
12747         input.  Use it to correctly calculate vbase offsets.
12748         (dfs_finish_vtbls): Pass the complete type to
12749         build_vtbl_initializer.
12750         (check_bases_and_members): Use TYPE_CONTAINS_VPTR_P.
12751         (create_vtable_ptr): Create a vtable even if there are no
12752         new virtual functions, under the new ABI.
12753         (finish_struct_1): Likewise.
12754         (get_vfield_name): Use TYPE_CONTAINS_VPTR_P.
12755         * decl.c (exapnd_static_init): Remove call to
12756         preserve_initializer.
12757         * decl2.c (mark_vtable_entries): Tweak to handle vbase offsets in
12758         vtables.
12759         * init.c (initialize_vtbl_ptrs): Initialize them in pre-order.
12760         (expand_virtual_init): Use vbase_offsets_in_vtable_p.
12761         (construct_virtual_bases): Don't initialize virtual base pointers
12762         under the new ABI.
12763         (build_aggr_init): Clean up comment.
12764         (expand_aggr_init_1): Likewise.
12765         * rtti.c (expand_class_desc): Store the virtual function table
12766         index where the vbase offset lives in the offset field.
12767         * search.c (dfs_walk_real): Make it global.
12768         (dfs_debug_mark): Use TYPE_CONTAINS_VPTR_P.
12769         * tree.c (make_binfo): Don't clear BINFO_VPTR_FIELD.
12770
12771         * tinfo.h (USItype): Make it signed under the new ABI.
12772         * tinfo.cc (convert_to_base): New function.  Encapsulate base
12773         conversion logic here.
12774         (__class_type_info::do_upcast): Use it.
12775         (__class_type_info::do_dyncast): Likewise.
12776         (__class_type_info::do_find_public_subobj): Likewise.
12777
12778         * init.c (construct_virtual_bases): Don't look up the addresses of
12779         virtual bases at run-time.
12780
12781         * class.c (build_vbase_pointer): Relocate.
12782         (build_vbase_pointer_fields): Likewise.
12783         (dfs_build_vbase_offset_vtbl_entries): Likewise.
12784         (build_vbase_offset_vtbl_entries): Likewise.
12785
12786         * decl.c (init_decl_processing): Complain if -fnew-abi
12787         -fno-vtable-thunks is used.
12788
12789         * decl2.c (lang_decode_option): Don't couple flag_honor_std to
12790         flag_new_abi.
12791
12792 2000-01-15  Mark Mitchell  <mark@codesourcery.com>
12793
12794         * cp-tree.h (num_extra_vtbl_entries): New function.
12795         (size_extra_vtbl_entries): Likewise.
12796         (dfs_vtable_path_unmark): Likewise.
12797         (dfs_vtable_path_unmarked_real_bases_queue_p): Likewise.
12798         (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
12799         * class.c (num_extra_vtbl_entries): New function.
12800         (size_extra_vtbl_entries): Likewise.
12801         (dfs_build_vbase_offset_vtbl_entries): New function.
12802         (build_vbase_offset_vtbl_entries): Likewise.
12803         (build_vtbl_initializer): Use it.
12804         (finish_struct_1): Adjust vtable sizes (using
12805         num_extra_vtbl_entries).
12806         * expr.c (cplus_expand_expr): Assert that the DECL_RTL for a
12807         THUNK_DECL is non-NULL before expanding it.
12808         * init.c (expand_virtual_init): Adjust the vtable pointer by
12809         size_extra_vtbl_entries before storing it.
12810         * search.c (get_shared_vase_if_not_primary): Adjust prototype.
12811         Handle TREE_LIST parameters here, not in the dfs_* functions.
12812         (dfs_unmarked_real_bases_queue_p): Adjust.
12813         (dfs_marked_real_bases_queue_p): Likewise.
12814         (dfs_vtable_path_unmarked_real_bases_queue_p): New function.
12815         (dfs_vtable_path_marked_real_bases_queue_p): New function.
12816         (dfs_vtable_path_unmark): Likewise.
12817
12818 2000-01-14  Mark Mitchell  <mark@codesourcery.com>
12819
12820         * optimize.c (copy_body_r): Clear the operand three of a
12821         TARGET_EXPR when copying it.
12822
12823 2000-01-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12824
12825         * method.c (build_decl_overload_real): Check whether we are in ::
12826         before returning __builtin_new/delete.
12827
12828 2000-01-13  Mark Mitchell  <mark@codesourcery.com>
12829
12830         * pt.c (tsubst_friend_function): Improve comment.
12831         (instantiate_decl): Avoid crashing when a "nested" function is
12832         instantiated from the top level.
12833
12834         * dump.c (dqeueue_and_dump): Dump
12835         DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION.
12836
12837 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12838
12839         * call.c: If GATHER_STATISTICS, declare `n_build_method_call'.
12840
12841 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
12842
12843         * g++spec.c (lang_specific_driver): Add -fnew-abi if
12844         ENABLE_NEW_GXX_ABI defined.
12845         * Make-lang.in (tinfo.o, tinfo2.o, exception.o, new.o,
12846         opnew.o, opnewnt.o, opvnew.o, opvnewnt.o, opdel.o, opdelnt.o,
12847         opvdel.o, opvdelnt.o): Use GXX_ABI_FLAG switch.
12848
12849 2000-01-12  Mark Mitchell  <mark@codesourcery.com>
12850
12851         * decl.c (start_cleanup_fn): Call pushdecl.
12852
12853         * call.c (convert_class_to_reference): Fix typos.
12854         (build_conditional_expr): Handle errors gracefully.
12855         * class.c (push_nested_class): Likewise.
12856         * cp-tree.h (VAR_FUNCTION_OR_PARM_DECL_CHECK): New macro.
12857         (DECL_THIS_EXTERN): Use it.
12858         (DECL_THIS_STATIC): Likewise.
12859         * cvt.c (convert_to_void): Handle errors gracefully.
12860         (build_expr_type_conversion): Likewise.
12861         * decl.c (maybe_push_decl): Likewise.
12862         (start_decl_1): Likewise.
12863         (require_complete_types_for_parms): Likewise.
12864         * parse.y (structsp): Likewise.
12865         (base_class): Likewise.
12866         * parse.c: Regenerated.
12867         * pt.c (finish_member_template_decl): Likewise.
12868         * typeck.c (decay_conversion): Likewise.
12869
12870         * cp-tree.h (dfs_skip_vbases): New function.
12871         (find_vbase_instance): Likewise.
12872         * class.c (determine_primary_base): Allow a nearly empty base to
12873         serve as a primary base class under the new ABI.
12874         (get_class_offset_1): Rename to ...
12875         (dfs_get_class_offset): ... this.  Simplify.  Don't issue error
12876         messages here.
12877         (get_class_offset): Use it.  Issue error messages here.
12878         (dfs_modify_vtables): Rely on dfs_unmarked_real_bases_queue_p to
12879         find the right copies of virtual bases.
12880         (fixup_vtable_deltas1): Rename to ...
12881         (dfs_fixup_vtable_deltas): ... this.  Adjust to handle virtual
12882         bases as primary bases.
12883         (fixup_vtable_deltas): Remove.
12884         (override_one_vtable): Handle virtual bases as primary bases.
12885         (merge_overrides): Likewise.
12886         (finish_struct_1): Likewise.
12887         (dump_class_hierarchy): Dump primary-ness of bases as well.
12888         * search.c (mark_primary_bases): Use a pre-order traversal to
12889         handle primary virtual bases.
12890         (dfs_skip_vbases): New fiunction.
12891         (expand_upcast_fixups): Adjust to handle primary virtual bases.
12892         (fixup_virtual_upcast_offsets): Likewise.
12893         (fixup_all_virtual_upcast_offsets): Likewise.
12894         (dfs_find_vbase_instances): New function.
12895         (find_vbase_instance): Likewise.
12896
12897 2000-01-11  Mumit Khan  <khan@xraylith.wisc.edu>
12898
12899         * lex.c (DIR_SEPARATOR): Delete macro.
12900
12901 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
12902
12903        * decl2.c (lang_decode_option): Handle automatic line wrapping
12904        option.
12905
12906 2000-01-11  Mark Mitchell  <mark@codesourcery.com>
12907
12908         * friend.c (do_friend): Don't resolve scopes when processing
12909         template declarations, even if the qualifying scope doesn't
12910         involve template parameters.
12911
12912 2000-01-10  Mark Mitchell  <mitchell@dumbledore.codesourcery.com>
12913
12914         * class.c (dfs_modify_vtables_queue_p): Remove.
12915         (modify_all_vtables): Use dfs_unmarked_real_bases_queue_p
12916         and dfs_marked_real_bases_queue_p instead of
12917         dfs_modify_vtables_queue_p.
12918
12919         * class.c (build_vbase_path): Simplify.
12920         (dfs_propagate_binfo_offsets): New function.
12921         (propagate_binfo_offsets): Use it.
12922         (remove_base_field): Simplify.
12923         (dfs_set_offset_for_vbases): Remove.
12924         (dfs_set_offset_for_shared_vbases): New function.
12925         (dfs_set_offset_for_unshared_vbases): Likewise.
12926         (layout_virtual_bases): Use them.
12927         (layout_basetypes): Don't call propagate_binfo_offsets.
12928         * search.c (dfs_get_vbase_types): Clone completely fresh binfos
12929         for the vbases.
12930
12931         * class.c (build_base_field): New function, split out from ...
12932         (build_base_fields): ... here.  Use it.  Allocate primary bases
12933         first, under the new ABI.
12934         (get_vtable_entry): Remove.
12935         (remove_base_field): New function, split out from ...
12936         (remove_base_fields): ... here.  Adjust since primary bases come
12937         first under the new ABI.
12938
12939         * cp-tree.h (expand_direct_vtbls_init): Remove declaration.
12940         (initialize_vtbl_ptrs): New function.
12941         (expand_indirect_vtbls_init): Change prototype.
12942         (convert_pointer_to_vbase): Declare.
12943         * init.c (expand_direct_vtbls_init): Remove.
12944         (dfs_initialize_vtbl_ptrs): New function.
12945         (initialize_vtbl_ptrs): Likewise.
12946         (emit_base_init): Use initialize_vtbl_ptrs.
12947         * search.c (convert_pointer_to_vbase): Make it global.
12948         (expand_indirect_vtbls_init): Remove vtable initialization code.
12949         * semantics.c (setup_vtbl_ptr): Use initialize_vtbl_ptrs.
12950
12951         * class.c (dfs_finish_vtbls): New function.
12952         (finish_vtbls): Use it.
12953         (dump_class_hierarchy): New function.
12954
12955         * cp-tree.h (BINFO_PRIMARY_MARKED_P): Change definition.
12956         (BINFO_VBASE_PRIMARY_P): New macro.
12957         (BINFO_VIRTUALS): Add to documentation.
12958         (SET_BINFO_PRIMARY_MARKED_P): Remove.
12959         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
12960         (dfs_mark_primary_bases_queue_p): Likewise.
12961         (dfs_unmarked_real_bases_queue_p): New function.
12962         (dfs_marked_real_bases_queue_p): Likewise.
12963         * search.c (dfs_mark_primary_bases): Adjust.
12964         (mark_primary_bases): Likewise.
12965         (get_shared_vbase_if_not_primary): New function.
12966         (dfs_unmarked_real_bases_queue_p): Likewise.
12967         (dfs_marked_real_bases_queue_p): Likewise.
12968         (dfs_get_pure_virtuals): Simplify.
12969         (get_pure_virtuals): Likewise.
12970
12971 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
12972
12973         * lex.c: Include tm_p.h.
12974
12975 2000-01-07  Nathan Sidwell  <sidwell@codesourcery.com>
12976
12977         * lang-specs.h (__GXX_ABI_VERSION): New preprocessor macro.
12978
12979 2000-01-06  Jason Merrill  <jason@casey.cygnus.com>
12980
12981         * decl2.c (comdat_linkage): Don't set DECL_DEFER_OUTPUT.
12982         * pt.c (instantiate_decl): Defer comdat templates that might not be
12983         needed.
12984
12985         * cp-tree.h (DECL_NEEDED_P): Also true if !DECL_COMDAT.
12986         * decl2.c (finish_vtable_vardecl): Don't check !DECL_COMDAT.
12987         (finish_file): Likewise.
12988
12989         * decl2.c (import_export_class): Undo 12/14 change.
12990
12991         * error.c (dump_decl): operator new, not operatornew.
12992
12993         * class.c (field_decl_cmp): A nontype is "greater" than a type.
12994         * search.c (lookup_field_1): Look for the last field with the
12995         desired name.
12996
12997 2000-01-05  Nathan Sidwell  <nathan@acm.org>
12998
12999         * decl2.c (lookup_arg_dependent): Deal with FNS not being a
13000         FUNCTION_DECL.
13001
13002 2000-01-05  Nathan Sidwell  <nathan@acm.org>
13003
13004         * typeck.c (build_static_cast): Don't strip target qualifiers
13005         when casting from a class.
13006
13007 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13008
13009         * class.c (warn_hidden): Initialize variable `fndecl'.
13010
13011 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
13012
13013         * decl.c (flag_isoc9x): New variable to be able to use code in
13014         c-common.c.  For now always zero.
13015
13016 2000-01-03  Mark Mitchell  <mark@codesourcery.com>
13017
13018         * cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
13019         * class.c (layout_basetypes): Don't set BINFO_INHERITANCE_CHAIN
13020         or unshare_base_binfos for virtual bases here.
13021         * search.c (dfs_get_vbase_types): Do it here.
13022         (get_vbase_types): Adjust.
13023
13024 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
13025
13026         * cp-tree.h (CLASSTYPE_VFIELDS): Move definition.
13027         (BINFO_PRIMARY_MARKED_P): Use flag 5.
13028         (SET_BINFO_PRIMARY_MARKED_P): Likewise.
13029         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
13030         (unmark_primary_bases): Remove declaration.
13031         (unmarkedp): Declare.
13032         (dfs_vbase_unmark): Likewise.
13033         * class.c (determine_primary_base): Return immediately if there
13034         are no base classes.  Call mark_primary_bases here.
13035         (modify_all_direct_vtables): Remove.
13036         (modify_all_indirect_vtables): Remove.
13037         (dfs_modify_vtables_queue_p): New function.
13038         (dfs_modify_vtables): New function.
13039         (modify_all_vtables): Use them.
13040         (build_base_fields): Build FIELD_DECLs for primary virtual base
13041         classes.
13042         (create_vtable_ptr): Don't call determine_primary_base here.
13043         (dfs_mark_primary_bases_and_set_vbase_offsets): Rename to ...
13044         (dfs_set_offset_for_vbases): ... this.
13045         (layout_virtual_bases): Use it.
13046         (layout_class_type): Call determine_primary_base here.
13047         * search.c (unmarkedp): Make it global.
13048         (shared_marked_p): Simplify.
13049         (shared_unmarked_p): Likewise.
13050         (dfs_primary_bases_queue_p): Remove.
13051         (dfs_unmark_primary_bases): Likewise.
13052         (unmark_primary_bases): Likewise.
13053         (mark_primary_bases): Simplify.
13054         (get_pure_virtuals): Don't call mark_primary_bases here.
13055         (dfs_vbase_unmark): New function.
13056         (get_vbase_types): Simplify.
13057
13058         * class.c (struct base_info): Remove.
13059         (determine_primary_base): Take has_virtual_p rather than a
13060         base_info as input.  Don't calculate max_has_virtual.
13061         (finish_struct_bits): Remove max_has_virtual argument.
13062         (create_vtable_ptr): Remove max_has_virtual_p argument.
13063         (layout_virtual_bases): Remove max argument.
13064         (layout_basetypes): Likewise.
13065         (layout_class_type): Remove max_has_virtual_p argument.
13066         (finish_struct_1): Remove max_has_virtual.
13067
13068         * cp-tree.h (dfs_mark_primary_bases_queue_p): New function.
13069         (layout_basetypes): Remove.
13070         * class.c (propagate_binfo_offsets): Moved here from tree.c.
13071         Update to handle primary virtual bases.
13072         (remove_base_fields): New function, split out from
13073         layout_basetypes.
13074         (dfs_mark_primary_bases_and_set_vbase_offsets): New function.
13075         (layout_virtual_bases): New function, split out from
13076         layout_basetypes.  Update to handle primary virtual bases.
13077         (layout_basetypes): Moved here from tree.c.  Use
13078         remove_base_fields and layout_virtual_bases.
13079         * search.c (dfs_mark_primary_bases_queue_p): New function.
13080         (mark_primary_bases): Use it.
13081         * tree.c (CEIL): Remove.
13082         (propagate_binfo_offsets): Remove.
13083         (layout_basetypes): Remove.
13084
13085 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
13086
13087         * cp-tree.h (CLASSTYPE_N_BASECLASSES): Use BINFO_N_BASETYPES.
13088         (BINFO_PRIMARY_MARKED_P): New macro.
13089         (SET_BINFO_PRIMARY_MARKED_P): Likewise.
13090         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
13091         (mark_primary_bases): New function.
13092         (unmark_primary_bases): Likewise.
13093         * search.c (get_abstract_virtuals_1): Remove.
13094         (dfs_mark_primary_bases): New function.
13095         (mark_primary_bases): Likewise.
13096         (dfs_unmark_primary_bases): Likewise.
13097         (unmark_primary_bases): Likewise.
13098         (dfs_get_pure_virtuals): Likewise.
13099
13100 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
13101
13102         * cp-tree.h (skip_rtti_stuff): Adjust prototype.
13103         * class.c (skip_rtti_stuff): Reorganize parameters and return value.
13104         (modify_one_vtable): Adjust.
13105         (fixup_vtable_deltas1): Likewise.
13106         (override_one_vtable): Likewise.
13107         * search.c (get_abstract_virtuals_1): Likewise.
13108         (get_pure_virtuals): Likewise.
13109         (expand_upcast_fixups): Likewise.
13110         * tree.c (debug_binfo): Likewise.
13111
13112         * class.c (build_vtable): Don't return a value.  Don't rebuild
13113         vtables for bases that have already been handled.
13114         (prepare_fresh_vtable): Don't rebuild vtables for bases that have
13115         already been handled.
13116         (modify_one_vtable): Adjust accordingly.
13117         (fixup_vtable_deltas1): Likewise.
13118         (finish_struct_1): Likewise.
13119
13120 2000-01-01  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13121
13122         * call.c (build_new_method_call): Also check destructors.