OSDN Git Service

PR c++/7647
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2003-03-30  Mark Mitchell  <mark@codesourcery.com>
2
3         PR c++/7647
4         * decl.c (grokdeclarator): Tidy, slightly.
5         * search.c (lookup_field_1): Add want_type parameter.
6         (lookup_field_r): Adjust call to lookup_field_1.
7
8 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
9
10         * Make-lang.in (cp/name-lookup.o): Add more dependencies.
11
12 2003-03-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
13
14         * cp-tree.h (binding_for_name: Move to name-lookup.h  Adjust
15         prototype. 
16         (cxx_scope_find_binding_for_name): Likewise.
17         * decl.c (find_binding: Move to name-lookup.c.
18         (binding_for_name): Likewise.
19         (cxx_scope_find_binding_for_name): Likewise.
20         (BINDING_LEVEL):  Remove.
21         (push_binding): Tidy.
22         (push_class_binding): Likewise.
23         (pop_binding): Likewise.
24         (poplevel): Likewise.
25         (poplevel_class): Likewise.
26         (set_identifier_type_value_with_scope): Likewise.
27         (push_overloaded_decl): Likewise.
28         (lookup_tag): Likewise.
29         (unqualified_namespace_lookup): Likewise.
30         (lookup_name_current_level): Likewise.
31         (maybe_inject_for_scope_var): Likewise.
32         (namespace_binding): Move to name-lookup.c.
33         (set_namespace_binding): Likewise.
34         * decl2.c (lookup_using_namespace): Tidy.
35         (qualified_lookup_using_namespace): Likewise.
36         (do_toplevel_using_decl): Likewise.
37         * name-lookup.c: Include "timevar.h"
38         * name-lookup.h (cxx_scope):  Declare.
39         (struct cxx_binding): Lose member "has_level".  Adjust "scope"
40         member declaration.
41         (BINDING_SCOPE): Adjust definition.
42         (BINDING_HAS_LEVEL_P): Remove.
43
44 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
45
46         * name-lookup.c: New file.
47         * name-lookup.h: Likewise..
48         * decl.c (push_binding): Adjust use cxx_binding_make.
49         (free_bindings): Move to name-lookup.c
50         (pop_binding): Use cxx_binding_free.
51         (binding_for_name): Tidy.
52         * cp-tree.h: Include "name-lookup.h"
53         (cxx_binding_make): Move to name-lookup.h
54         (cxx_binding_clear): Likewise.
55         (struct cxx_binding): Likewise.
56         (LOCAL_BINDING_P): Likewise.
57         (INHERITED_VALUE_BINDING_P): Likewise.
58         (BINDING_SCOPE): Likewise.
59         (BINDING_HAS_LEVEL_P): Likewise.
60         (BINDING_VALUE): Likewise.
61         (BINDING_TYPE): Likewise.
62         * config-lang.in (gtfiles): Add cp/name-lookup.h
63         * Make-lang.in (cp/name-lookup.o): New rule.
64         (CXX_OBJS): Add cp/name-lookup.o
65         (CXX_TREE_H): Add cp/name-lookup.h
66
67 2003-03-28  Jason Merrill  <jason@redhat.com>
68
69         PR c++/10245
70         * cvt.c (force_rvalue): New fn.
71         * call.c (build_conditional_expr): Use it.
72         * cp-tree.h: Declare it.
73
74 2003-03-28  Mike Stump  <mrs@apple.com>
75
76         * error.c (dump_expr): Add 0x to printed hex numbers to make
77         output match source code better.
78
79 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
80
81         PR c++/10218
82         * decl.c (grokfndecl): Return NULL_TREE for bogus out-of-class
83         definitions.
84
85         * decl2.c (generate_ctor_or_dtor_function): Tolerate a
86         non-existant ssdf_decls array.
87         (finish_file): Call generator_ctor_or_dtor_function when there are
88         static constructors or destructors and no other static
89         initializations.
90
91 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
92
93         PR c++/10047
94         * decl2.c (finish_file): Don't warn about explicitly instantiated
95         inline decls.
96
97 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
98
99         PR c++/10224
100         * pt.c (lookup_template_class): Only check instantiated args if
101         they do not contain template parameters.
102
103 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
104
105         PR c++/10158
106         * parser.c (cp_parser_function_definition): Set
107         DECL_INITIALIZED_IN_CLASS for members.
108         * pt.c (instantiate_decl): Only reduce the template args for
109         friends that are not defined in class.
110
111 2003-03-25  Jason Merrill  <jason@redhat.com>
112
113         * call.c (print_z_candidate): Change name of first arg to msgid.
114         (joust): Add comment for translators.
115
116 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
117         
118         PR c++/9898, PR c++/383, DR 322
119         * pt.c (maybe_adjust_types_for_deduction) <DEDUCE_CONV>: Look
120         through reference types on both PARM and ARG.
121
122 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
123
124         PR c++/10119
125         * error.c (dump_expr) <BASELINK>: Use dump_expr.
126         * pt.c (maybe_fold_nontype_args): New function.
127         (tsubst_copy) <SCOPE_REF>: Subst any template_id args.
128         <TEMPLATE_ID_EXPR>: Break out folding code, call it.
129         (tsubst_copy_and_build) <TEMPLATE_ID_EXPR>: Call
130         maybe_fold_nontype_args.
131
132 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
133
134         PR c++/10026
135         * decl2.c (arg_assoc_type) <ERROR_MARK>: Don't die.
136
137 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
138
139         PR c++/7086
140         * typeck.c (cxx_mark_addressable):  Adjust call to
141         gen_mem_addressof or put_var_into_stack.
142
143 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
144
145         PR c++/9978, c++/9708
146         * cp-tree.h (instantiate_template): Add tsubst_flags parameter.
147         * call.c (add_template_candidate_real): Adjust
148         instantiate_template call.
149         * class.c (resolve_address_of_overloaded_function): Likewise.
150         * decl.c (build_enumerator): Set TREE_CONSTANT.
151         * pt.c (check_instantiated_args): New.
152         (push_inline_template_parms_recursive): Set TREE_CONSTANT,
153         TREE_READONLY.
154         (build_template_parm_index): Copy TREE_CONSTANT, TREE_READONLY.
155         (reduce_template_parm_level): Likewise.
156         (process_template_parm): Likewise.
157         (check_explicit_specialization): Adjust instantiate_template call.
158         (convert_template_argument): Don't check non-type argument here.
159         (lookup_template_class): Check them here.
160         (tsubst_friend_function): Adjust instantiate_template call.
161         (instantiate_template): Add tsubst_flags parameter, use it. Check
162         instantiated args.
163
164 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
165
166         * decl.c: Update calls to shadow_warning.
167
168 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
169
170         PR c++/9898
171         * error.c (dump_decl) [CONST_DECL]: Print '<enumerator>'.
172         (dump_expr) [CONSTRUCTOR]: Print default ctor as a function call.
173
174 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
175
176         * cp/decl2.c (arg_assoc_class): Correct check for namespace-scope
177         friends.
178         * cp/pt.c (instantiate_class_template): Fix formatting.
179
180 2003-03-14  Matt Austern  <austern@apple.com>
181
182         * cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray.
183         (unemitted_tinfo_decl_p): Remove.
184         (emit_tinfo_decl): Change declaration to remove unused parameter.
185         * decl2.c (finish_file): Change tinfo emission to loop through
186         unemitted_tinfo_decls array instead of looping through all decls.
187         * rtti.c (unemitted_tinfo_decl_p): Declare as static, remove
188         unused second parameter.
189         (init_rtti_processing): initialize unemitted_tinfo_decls varray.
190         (get_tinfo_decls): push new tinfo decl on unemitted_tinfo_decls.
191         (emit_tinfo_decl): remove unused second parameter, add assertion
192         that decl hasn't already been emitted.
193
194 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
195
196         * dump.c (cp_dump_tree), cp-tree.h (cp_dump_tree): Change return
197         type from 'int' to 'bool'. Replace 0 and 1 with true and false in
198         return statements.
199
200 2003-03-19  Jason Merrill  <jason@redhat.com>
201
202         PR c++/8316, c++/9315, c++/10136
203         * call.c (print_z_candidate): Split out from...
204         (print_z_candidiates): ...here.
205         (joust): Use it.
206
207 2003-03-17  Roger Sayle  <roger@eyesopen.com>
208
209         PR c++/10031
210         * decl.c (duplicate_decls): Use the new type when prototyping
211         anticipated decls, even when the types match.  This defines the
212         exception list for the built-in function.
213
214 2003-03-17  Jason Merrill  <jason@redhat.com>
215
216         PR c++/10091
217         * typeck.c (build_class_member_access_expr): Compare
218         TYPE_MAIN_VARIANTs.
219
220 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
221
222         PR c++/9639
223         * parser.c (cp_parser_declarator_id): Clear parser->scope.
224
225 2003-03-16  Jason Merrill  <jason@redhat.com>
226
227         PR c++/9993
228         * decl.c (finish_function): Only allow the NRVO to use variables
229         declared at function scope.
230
231 2003-03-17  Andreas Jaeger  <aj@suse.de>
232
233         * Make-lang.in (cp/TAGS): Remove.
234
235 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
236
237         PR c++/9629
238         * cp-tree.h (struct language_function): Add in_base_initializer.
239         (in_base_initializer): define it.
240         (expand_member_init): Remove INIT param.
241         * init.c (expand_member_init): Remove INIT param, return the member.
242         (emit_mem_initializers): Set in_base_initializer.
243         * class.c (build_base_path): Check in_base_initializer.
244         * parser.c (cp_parser_mem_initializer): Set in_base_initializer.
245         * pt.c (tsubst_initializer_list): Likewise.
246
247 2003-03-16   Gabriel Dos Reis <gdr@integrable-solutions.net>
248
249         * decl.c (binding_for_name): Fix initialization thinko.
250
251 2003-03-15  Gabriel Dos Reis <gdr@integrable-solutions.net>
252
253         Compile-time improvement: 2/n.
254         * cp-tree.h (struct cxx_binding): New datatype;
255         (struct lang_identifier): Use it.
256         (LOCAL_BINDING_P): Adjust definition.
257         (INHERITED_VALUE_BINDING_P): Likewise.
258         (BINDING_SCOPE): Likewise.
259         (BINDING_HAS_LEVEL_P): Likewise.
260         (BINDING_VALUE): Likewise.
261         (BINDING_TYPE): Likewise.
262         (IDENTIFIER_VALUE): Likewise.
263         (struct tree_binding): Remove.
264         (TS_CP_BINDING): Likewise.
265         ((union lang_tree_node): Remove field "binding".
266         (cxx_binding_clear): New macro.
267         (binding_for_name): Adjust return type.
268         (qualified_lookup_using_namespace): Adjust prototype.
269         (lookup_using_namespace): Adjust prototype.
270         (cxx_scope_find_binding_for_name): Declare.
271         * cp-tree.def: Remove CPLUS_BINDING definition.
272         * decl.c (push_binding): Adjust local variable type.
273         (add_binding): Likewise.
274         (push_class_binding): Likewise.
275         (pop_binding): Likewise.
276         (poplevel): Likewise.
277         (poplevel_class): Likewise.
278         (free_bindings):  Adjust type.
279         (find_binding): Adjust return type, add a third parameter. Remove
280         non-useful assertion now that we use static typing.
281         (cxx_scope_find_binding_for_name): New function.
282         (binding_for_name): Use it.  Adjust local variable type. Simplify.
283         (namespace_binding):  Simplify.
284         (set_namespace_binding): Likewise.
285         (set_identifier_type_value_with_scope): Adjust local variable type.
286         (lookup_tag): Don't type-abuse of local variable 'old'.
287         (lookup_namespace_name): Likewise.  Allocate binding on stack.
288         (select_decl): Adjust prototype.
289         (unqualified_namespace_lookup):  Allocate binding on stack.
290         Don't type-abuse of local variable 'val'.
291         (lookup_name_real): Likewise.
292         (maybe_inject_for_scope_var): Adjust local variable type.
293         (cp_tree_node_structure): Remove CPLUS_BINDING case label.
294         (namespace_binding): Adjust logic, simplify.
295         (BINDING_LEVEL): Adjust definition.
296         (push_class_level_binding): Adjust local variable type.
297         (struct cxx_saved_binding): Adjust field 'binding' type.
298         * decl2.c (ambiguous_decl): Adjust prototype.
299         (lookup_using_namespace): Adjust local variable type.
300         (qualified_lookup_using_namespace): Catch type error and correct
301         ensueing logic error.
302         (do_nonmember_using_decl): Adjust local variable type.  Allocate
303         temporary cxx_binding on stack.
304         (do_toplevel_using_decl): Adjust local variable type.
305         * ptree.c (cxx_print_cxx_binding): New function.
306         (cxx_print_identifier): Use it.
307         (cxx_print_xnode): Delete CPLUS_BINDING case label.
308
309 2003-03-15  Roger Sayle  <roger@eyesopen.com>
310
311         * tree.c (count_functions): Fix whitespace.
312
313 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
314
315         * Make-lang.in: Update.
316
317 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
318
319         PR c++/6440
320         * pt.c (maybe_process_partial_specialization): Handle
321         member class template when enclosing class template is
322         explicit specialized.
323         (most_general_template): Stop looking when DECL is already
324         specialized.
325
326 2003-03-13  Jason Merrill  <jason@redhat.com>
327
328         PR c++/9420
329         * search.c (lookup_conversions): Call complete_type here.
330         * call.c (implicit_conversion): Not here.
331
332 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
333
334         * decl2.c (do_nonmember_using_decl): Correct handling of
335         simultaneous type/non-type bindings.
336
337         * call.c (initialize_reference): Remove bogus assertion.
338         * decl.c (build_ptrmemfunc_type): Revert change of 2003-03-09.
339
340 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
341
342         PR c++/7050
343         * expr.c (cxx_expand_expr): Return const0_rtx for throw
344         expressions.
345
346 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
347
348         PR c++/9474
349         * decl2.c (do_nonmember_using_decl): Do not call duplicate decls
350         to merge old and new declarations.
351
352 2003-03-12  Alexandre Oliva  <aoliva@redhat.com>
353
354         * g++.1: Remove.
355         * Make-lang.in (c++.generated-manpages): Build cp/g++.1.
356         (cp/g++.1): Build it from scratch in the build tree.
357         (c++.install-man): Depend on it.  Install it from the build tree.
358         (c++.mostlyclean): Clean it.
359
360 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
361
362         PR c++/9474
363         * decl2.c (do_nonmember_using_decl): Do not call duplicate decls
364         to merge old and new declarations.
365
366         PR c++/9924
367         * decl2.c (do_nonmember_using_decl): Ignore anticipated builtins.
368
369 2003-03-11  Jason Merrill  <jason@redhat.com>
370
371         PR c++/9820
372         * search.c (lookup_member): Fix handling of functions in a class
373         being defined.
374
375 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
376
377         PR c++/8700
378         * call.c (convert_class_to_reference): Adjust usage of
379         splice_viable.
380         (any_viable): Remove.
381         (splice_viable): Combine with any_viable.
382         (print_z_candidates): Avoid printing duplicates.
383         (build_user_type_conversion_1): Adjust usage of splice_viable.
384         (build_new_function_call): Likewise.
385         (build_operator_new_call): Likewise.
386         (build_object_call): Likewise.
387         (build_conditional_expr): Likewise.
388         (build_new_op): Likewise.
389         (build_new_method_call): Likewise.
390         (joust): Remove spurious comment.
391         * cp-tree.h (DECL_FRIENDLIST): Correct documentation.
392         * decl2.c (arg_assoc_class): Simplify.
393         * friend.c (add_friend): Likewise.
394
395 2003-03-11  Jason Merrill  <jason@redhat.com>
396
397         PR c++/8660
398         * decl2.c (check_classfn): A member template only matches a
399         member template.
400
401 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
402
403         * Make-lang.in (CXX_C_OBJS): Update.
404         * lang-specs.h: Don't define __GNUG__ here.
405
406 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
407
408         * call.c (perform_overload_resolution): New function.
409         (build_new_function_call): Use it.
410         (build_operator_new_call): Likewise.
411         (add_candidates): Add explicit_targs and template_only parameters.
412         (build_new_op): Adjust accordingly.
413         * cp-tree.h (build_operator_new_call): New function.
414         (build_function_call_real): Remove.
415         (build_function_call_maybe): Likewise.
416         * init.c (build_new_1): Use build_operator_new_call.
417         * typeck.c (build_function_call_real): Rename to ...
418         (build_function_call): ... this.
419
420 2003-03-10  Devang Patel  <dpatel@apple.com>
421
422         PR c++/9394
423         * g++spec.c (lang_specific_driver): Use DEFAULT_WORD_SWTCH_TAKES_ARG.
424
425 2003-03-10  Jason Merrill  <jason@redhat.com>
426
427         PR c++/9798
428         * decl.c (push_using_directive): Push before recursing.
429
430         PR c++/9868, c++/9524
431         * call.c (resolve_scoped_fn_name): Handle the case of a function
432         pointer member.
433
434         * decl2.c (build_offset_ref_call_from_tree): Only mess with 'this'
435         argument in the pointer-to-member case.
436
437 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
438
439         PR c++/9373
440         * cp-lang.c (cxx_get_alias_set): Use alias set zero for
441         pointers to member functions.
442
443         PR c++/8534
444         * decl.c (build_ptrmemfunc_type): Do not allow default arugments
445         in pointer-to-member-function types.
446
447 2003-03-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
448
449         * expr.c (cplus_expand_constant): Use C90 prototype style.
450         (cxx_expand_expr): Likewise.
451
452 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
453
454         PR c++/9970
455         * decl.c (duplicate_decls): Only copy DECL_THUNKS for virtual
456         functions.
457
458 2003-03-08  Geoffrey Keating  <geoffk@apple.com>
459
460         * lang-specs.h (c++-header): Change .pch to .gch.
461
462 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
463
464         * cp-tree.h (cxx_init): Update prototype.
465         * lex.c (cxx_init): Similarly.
466
467 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
468
469         PR c++/9823
470         * cp-tree.h (begin_mem_initializers): Remove.
471         * parser.c (cp_parser_mem_initializer_list): Inline it here.
472         Do not call finish_mem_initializers if not in a constructor.
473         (cp_parser_class_head): Fix typo in error message.
474         * semantics.c (begin_mem_initializers): Remove.
475         * testsuite/g++.dg/parser/constructor1.C: New test.
476
477         PR c++/9809
478         * call.c (add_function_candidate): Skip builtin fuctions that have
479         not yet been declared.
480
481         PR c++/9982
482         * init.c (build_new_1): Correct logic for determining whether or
483         not to use an array cookie.
484
485         PR c++/9524
486         * parser.c (cp_parser_postfix_expression): Call
487         finish_non_static_data_member, even when processing_template_decl.
488
489         PR c++/9912
490         * cp-tree.h (is_ancestor): New function.
491         (handle_class_head): Change prototype.
492         * decl2.c (is_namespace_ancestor): Rename to ...
493         (namespace_anecestor): ... this.
494         (set_decl_namespace): Adjust accordingly.
495         (handle_class_head): Remove unncessary parameters.
496         * parser.c (cp_parser_class_head): Check that
497         nested-name-specifiers are used appropriately.
498
499 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
500
501         * call.c (reference_binding): Remove REF_IS_VAR parameter.
502         (implicit_conversion): Adjust call to reference_binding.
503         (make_temporary_var_for_ref_to_type): Add TYPE parameter.
504         (initialize_reference): Adjust handling for references bound to
505         rvalues.
506         * cp-tree.h (make_temporary_var_for_ref_to_temp): Change
507         prototype.
508         (real_non_cast_lvalue_p): New method.
509         * cvt.c (build_up_reference): Adjust use of
510         make_temporary_var_for_ref_to_temp.
511         * tree.c (real_non_cast_lvalue_p): New method.
512
513 2003-03-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>
514
515         * except.c (init_exception_processing): Use C90 prototype style.
516         (cp_protect_cleanup_actions): Likewise.
517         (prepare_eh_type): Likewise.
518         (build_eh_type_type): Likewise.
519         (build_exc_ptr): Likewise.
520         (do_begin_catch): Likewise.
521         (dtor_nothrow): Likewise.
522         (do_end_catch): Likewise.
523         (push_eh_cleanup): Likewise.
524         (decl_is_java_type): Likewise.
525         (choose_personality_routine): Likewise.
526         (initialize_handler_parm): Likewise.
527         (expand_start_catch_block): Likewise.
528         (expand_end_catch_block): Likewise.
529         (begin_eh_spec_block): Likewise.
530         (finish_eh_spec_block): Likewise.
531         (do_allocate_exception): Likewise.
532         (do_free_exception): Likewise.
533         (wrap_cleanups_r): Likewise.
534         (stabilize_throw_expr): Likewise.
535         (build_throw): Likewise.
536         (complete_ptr_ref_or_void_ptr_p): Likewise.
537         (is_admissible_throw_operand): Likewise.
538         (nothrow_libfn_p): Likewise.
539         (can_convert_eh): Likewise.
540         (check_handlers_1): Likewise.
541         (check_handlers): Likewise.
542
543 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
544
545         * call.c (merge_conversion_sequences): New function.
546         (build_conv): Set ICS_USER_FLAG for USER_CONVs.
547         (convert_class_to_reference): Correct handling of second
548         standard conversion sequence in a user-defined conversion
549         sequence.
550         (build_user_type_conversion_1): Use merge_conversion_sequences.
551         * cp-tree.def: Add comments for CONV nodes.
552         * rtti.c (get_tinfo_decl): Use build_address/build_nop.
553
554 2003-03-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>
555
556         * error.c (init_error): Use C90 prototype style.
557         (dump_scope): Likewise.
558         (dump_qualifiers): Likewise.
559         (dump_template_argument): Likewise.
560         (dump_template_argument_list): Likewise.
561         (dump_template_parameter): Likewise.
562         (dump_template_bindings): Likewise.
563         (dump_type): Likewise.
564         (dump_typename): Likewise.
565         (class_key_or_enum): Likewise.
566         (dump_aggr_type): Likewise.
567         (dump_type_prefix): Likewise.
568         (dump_type_suffix): Likewise.
569         (dump_global_iord): Likewise.
570         (dump_simple_decl): Likewise.
571         (dump_decl): Likewise.
572         (dump_template_decl): Likewise.
573         (dump_function_decl): Likewise.
574         (dump_parameters): Likewise.
575         (dump_exception_spec): Likewise.
576         (dump_function_name): Likewise.
577         (dump_template_parms): Likewise.
578         (dump_char): Likewise.
579         (dump_expr_list): Likewise.
580         (dump_expr): Likewise.
581         (dump_binary_op): Likewise.
582         (dump_unary_op): Likewise.
583         (type_as_string): Likewise.
584         (expr_as_string): Likewise.
585         (decl_as_string): Likewise.
586         (context_as_string): Likewise.
587         (lang_decl_name): Likewise.
588         (cp_file_of): Likewise.
589         (cp_line_of): Likewise.
590         (decl_to_string): Likewise.
591         (expr_to_string): Likewise.
592         (fndecl_to_string): Likewise.
593         (code_to_string): Likewise.
594         (language_to_string): Likewise.
595         (parm_to_string): Likewise.
596         (op_to_string): Likewise.
597         (type_to_string): Likewise.
598         (assop_to_string): Likewise.
599         (args_to_string): Likewise.
600         (cv_to_string): Likewise.
601         (cxx_print_error_function): Likewise.
602         (cp_diagnostic_starter): Likewise.
603         (cp_diagnostic_finalizer): Likewise.
604         (cp_print_error_function): Likewise.
605         (function_category): Likewise.
606         (print_instantiation_full_context): Likewise.
607         (print_instantiation_partial_context): Likewise.
608         (maybe_print_instantiation_context): Likewise.
609         (print_instantiation_context): Likewise.
610         (cp_printer): Likewise.
611         (print_integer): Likewise.
612         (print_non_consecutive_character): Likewise.
613         (locate_error): Likewise.
614
615 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
616
617         PR c++/9965
618         * call.c (reference_binding): Add ref_is_var parameter.
619         (implicit_conversion): Adjust call to reference_binding.
620         (initialize_reference): Likewise.
621
622         PR c++/9400
623         * decl.c (pushdecl): Don't check for shadowing of DECL_ARTIFICIAL
624         PARM_DECLs.
625
626         PR c++/9791
627         * class.c (get_basefndecls): Use lookup_fnfields_1.
628
629 2003-03-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
630
631         PR c++/9188
632         * parser.c (cp_parser_type_parameter): Remove redundant `expect'
633         in error message.
634         (cp_parser_single_declaration): Likewise.
635
636 2003-03-05  Jason Merrill  <jason@redhat.com>
637
638         PR c++/9440
639         * call.c (build_conditional_expr): Use convert rather than an
640         explicit NOP_EXPR.
641
642 2003-03-02  Matt Austern  <austern@apple.com>
643
644         * decl.c (cp_binding_level): Add static_decls varray member.
645         (add_decl_to_level): Add static/inline namespace scope
646         declarations to static_decls array.
647         (wrapup_global_for_namespace): Pass static_decls only, instead of
648         all decls, to wrapup_global_declarations/check_global_declarations.
649         (push_namespace): Initialize static_decls for ordinary namespaces.
650         (cxx_init_decl_processing): Initialize static_decls for global
651         namespace.
652
653 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
654
655         * class.c (end_of_class): Correct thinko.
656
657 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
658
659         * config-lang.in: Replace ${libstdcxx_version} by its value.
660
661 2003-03-04  Gabriel Dos Reis <gdr@integrable-solutions.net>
662
663         * cp-tree.h (cxx_saved_binding): Declare.
664         (struct saved_scope): Adjust type of field 'old_binding'.
665         * decl.c (cxx_saved_binding_make): New macro.
666         (struct cxx_saved_binding): Define.
667         (store_bindings): Adjust prototype.  Use cxx_saved_binding to save
668         C++ bindings.
669         (maybe_push_to_top_level): Adjust local variable type.
670         (pop_from_top_level): Likewise.
671
672 2003-03-04  Tom Tromey  <tromey@redhat.com>
673
674         * Make-lang.in (c++.tags): New target.
675
676 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
677
678         * Make-lang.in: Update.
679
680 2003-03-03  Jason Merrill  <jason@redhat.com>
681
682         * decl.c (finish_enum): Do set the type in a template. Simplify.
683         * pt.c (tsubst_enum, tsubst_copy): Revert last patch.
684
685 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
686
687         PR c++/9878
688         * call.c (convert_class_to_reference): Correct conversion
689         sequences.
690         (reference_binding): Add ref_bound_directly_to_rvalue_p parameter.
691         (implicit_conversion): Adjust call to reference_binding.
692         (add_candidate): Change type of candidates parameter.
693         (add_function_candidate): Likewise.
694         (add_conv_candidate): Likewise.
695         (build_builtin_candidate): Likewise.
696         (add_builtin_candidate): Likewise.
697         (add_builtin_candidates): Likewise.
698         (add_template_candidate_real): Likewise.
699         (add_template_candidate): Likewise.
700         (add_template_conv_candidate): Likewise.
701         (build_user_type_conversion_1): Adjust accordingly.
702         (build_object_call): Likewise.
703         (build_conditional_expr): Likewise.
704         (add_candidates): Likewise.
705         (build_new_op): Likewise.
706         (convert_like_real): Use USER_CONV_CAND.  Use build_nop.
707         (build_new_method_call): Adjust calls to add_function_candidate.
708         (make_temporary_var_for_ref_to_temp): New function.
709         (initialize_reference): Add decl parameter.
710         * class.c (build_rtti_vtbl_entries): Use build_address and
711         build_nop.
712         * cp-tree.h (initialize_reference): Change prototype.
713         (make_temporary_var_for_ref_to_temp): New function.
714         (build_type_conversion): Change prototype.
715         (build_address): New function.
716         (build_nop): Likewise.
717         * cvt.c (cp_convert_to_pointer): Adjust call to
718         build_type_conversion.  Avoid indicating redundant NOP_EXPRs.
719         Use build_nop.
720         (convert_to_pointer_force): Use build_nop.
721         (build_up_reference): Use make_temporary_var_for_ref_to_temp.
722         (convert_to_reference): Adjust call to build_type_conversion.
723         (ocp_convert): Likewise.
724         (build_type_conversion): Remove for_sure parameter.
725         * decl.c (grok_reference_init): Use initialize_reference.
726         * typeck.c (build_address): New function.
727         (build_nop): Likewise.
728         (build_unary_op): Use them.
729         (build_ptrmemfunc): Tidy slightly.
730         (convert_for_initialization): Adjust call to
731         initialize_reference.
732         * typeck2.c (store_init_value): Remove #if 0'd code.
733
734 2003-03-03  Jason Merrill  <jason@redhat.com>
735
736         * decl.c (start_function): Clear DECL_NUM_STMTS.
737
738         * class.c (get_vtable_decl): Use vtbl_type_node.
739         (build_primary_vtable): Check for it.
740
741 2003-03-02  Aldy Hernandez  <aldyh@redhat.com>
742
743         * decl.c (check_initializer): Check for vector_opaque_p.
744
745 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
746
747         * lang-specs.h (default_compilers): Add -no-integrated-cpp flag to
748           invoke an external cpp during compilation.
749
750 2003-03-01  Gabriel Dos Reis  <gdr@integrable-solutions.net>
751
752         * decl.c (duplicate_decls): Convert use of warning_with_decl() to
753         that of warning().
754         (start_decl): Likewise.
755         (start_function): Likewise.
756
757 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
758
759         * Make-lang.in (CXX_C_OBJS): Update.
760
761 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
762
763         PR c++/9892
764         * pt.c (instantiate_decl): Clear DECL_RTL for a VAR_DECL when
765         instantiating it.
766
767 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
768
769         * parser.c (cp_parser_init_declarator): Revert opaque
770         vector_opaque_p change.
771         Do not include target.h.
772
773 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
774
775         PR c++/9879
776         * cp-tree.h (build_zero_init): Add parameter.
777         * decl.c (cp_finish_decl): Adjust call.
778         * init.c (build_zero_init): Add nelts parameter.  Adjust recursive
779         calls.
780         (build_default_init): Add nelts parameter.  Adjust calls to
781         build_zero_init.
782         (build_new_1): Adjust call to build_default_init.
783         * typeck2.c (process_init_constructor): Adjust call to build_zero_init.
784
785 2003-02-26  Devang Patel  <dpatel@apple.com>
786
787         * decl.c (finish_enum): Merge two 'for' loops. Copy value node if
788         required.  Postpone enum setting for template decls.
789         (build_enumerator): Delay copying value node until finish_enum
790         (). Remove #if 0'ed code.
791         * pt.c (tsubst_enum): Set TREE_TYPE and copy value node.
792         (tsubst_copy): Add check for enum type.
793
794 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
795
796         PR c++/9683
797         * decl2.c (prune_vars_needing_no_initialization): Do not throw
798         away initializations for DECL_EXTERNAL VAR_DECLs.
799         (finish_file): Adjust accordingly.
800         * pt.c (instantiate_decl): Do not defer VAR_DECLs.
801
802 2003-02-24 Gabriel Dos Reis  <gdr@integrable-solutions.net>
803
804         * decl.c (add_binding): Time TV_NAME_LOOKUP.
805         (push_class_binding): Likewise.
806         (set_namespace_binding): Likewise.
807
808 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
809
810         PR c++/9836
811         * cp-tree.h (CLASSTYPE_PRIMARY_TEMPLATE): Do not skip from
812         specializations back to the main template.
813         * parser.c (cp_parser_diagnose_invalid_type_name):Adjust use.
814         * pt.c (resolve_typename_type): Likewise.
815
816 2003-02-24  Jeffrey D. Oldham  <oldham@codesourcery.com>
817
818         PR c++/9778
819         * pt.c (tsubst_copy_and_build): For a templated function inside a
820         scope, process template arguments.
821
822 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
823
824         PR c++/9602
825         * typeck2.c (abstract_virtuals_error): Don't check when
826         TYPE is still template parameter dependent.
827
828 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
829
830         PR c++/5333
831         * cp-tree.h (CLASSTYPE_PRIMARY_TEMPLATE): New macro.
832         * parser.c (cp_parser_diagnose_invalid_type_name): Use it.
833         * pt.c (instantiate_class_template): Don't try to instantiate
834         dependent types.
835         (resolve_typename_type): Use CLASSTYPE_PRIMARY_TEMPLATE.
836
837 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
838
839         PR c++/9749
840         * decl.c (grokdeclarator): Do not allow parameters with variably
841         modified types.
842
843 2003-02-21  Nathan Sidwell  <nathan@codesourcery.com>
844
845         * search.c (grow_bfs_bases): Remove. Fold into ...
846         (bfs_walk): ... here, fix fencepost error. Fix merge lossage
847         in previous patch.
848
849 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
850
851         PR c++/9729
852         * mangle.c (mangle_conv_op_name_for_type): Issue an error message
853         when the G++ 3.2 ABI prevents correct compilation.
854
855 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
856
857         Change base class access representation. Share virtual base
858         binfos.
859         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
860         call.
861         * cp/class.c (build_base_path): Likewise.
862         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
863         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
864         (make_new_vtable): Adjust.
865         (force_canonical_binfo_r): Delete.
866         (force_canonical_binfo): Delete.
867         (mark_primary_virtual_base): Delete.
868         (dfs_unshared_virtual_bases): Delete.
869         (mark_primary_bases): Adjust.
870         (maybe_warn_about_overly_private_class): Adjust.
871         (dfs_base_derived_from): Delete.
872         (base_derived_from): Follow the inheritance chain.
873         (struct find_final_overrider_data): Add vpath member.
874         (dfs_find_final_overrider): Adjust.
875         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
876         (find_final_overrider): Adjust.
877         (update_vtable_entry_for_fn): Adjust.
878         (modify_all_vtables): Adjust.
879         (walk_subobject_offsets): Adjust.
880         (layout_nonempty_base_or_field): Adjust.
881         (layout_empty_base): Remove last parameter. Adjust.
882         (build_base_field): Adjust.
883         (build_base_fields): Adjust.
884         (propagate_binfo_offsets): Remove last parameter. Adjust.
885         (dfs_set_offset_for_unshared_vbases): Delete.
886         (layout_virtual_bases): Adjust.
887         (finish_struct_1): Adjust.
888         (init_class_processing): Don't init access nodes.
889         (dfs_get_primary_binfo): Delete.
890         (get_primary_binfo): Adjust.
891         (dump_class_hierarchy_r): Remove most derived arg, add IGO
892         parameter. Adjust.
893         (dump_class_hierarchy): Adjust.
894         (finish_vtbls): Adjust.
895         (get_original_base): Delete.
896         (build_vtt_inits): Adjust.
897         (dfs_build_secondary_vptr_vtt_inits): Adjust.
898         (dfs_ctor_vtable_bases_queue_p): Adjust.
899         (build_ctor_vtbl_group): Adjust.
900         (dfs_accumulate_vtbl_inits): Adjust.
901         (build_vtbl_initializer): Adjust.
902         (build_vbase_offset_vtbl_entries): Adjust.
903         (add_vcall_offset_vtbl_entries_1): Adjust.
904         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
905         (access_*_node): Remove.
906         (CANONICAL_BINFO): Delete.
907         (BINFO_UNSHARED_MARKED): Remove.
908         (BINFO_MARKED): Set LANG_FLAG_0 directly.
909         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
910         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
911         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
912         Delete.
913         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
914         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
915         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
916         Delete.
917         (BINFO_DEPENDENT_BASE_P): New.
918         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
919         index.
920         (markedp, unmarkedp): Adjust.
921         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
922         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
923         find_vbase_instance, binfo_for_vbase): Delete.
924         (copied_binfo, original_binfo): Declare.
925         (finish_base_specifier): Add virtual_p arg.
926         (unshare_base_binfos): Delete.
927         (copy_base_binfos): Declare.
928         (reverse_path): Delete.
929         * cp/decl.c (xref_basetypes): Access and virtuality passed
930         differently. Don't copy direct base binfos here. Call
931         copy_base_binfos.
932         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
933         (initialize_vtbl_ptrs): Adjust.
934         (expand_member_init): Adjust.
935         * cp/parser.c (cp_parser_base_specifier): Adjust.
936         * cp/pt.c (instantiate_class_template): Adjust.
937         (get_template_base_recursive): Adjust.
938         * cp/rtti.c (get_pseudo_ti_init): Adjust.
939         (get_pseudo_ti_desc): Adjust.
940         * cp/tree.c (unshare_base_binfos): Rename to ...
941         (copy_base_binfos): ... here, reimplement.
942         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
943         (reverse_path): Remove.
944         * cp/typeck.c (get_delta_difference): Adjust error messages.
945         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
946         * cp/search.c (lookup_base_r): Adjust.
947         (dynamic_cast_base_recurse): Adjust.
948         (canonical_binfo): Remove.
949         (dfs_canonical_queue): Remove.
950         (dfs_assert_unmarked_p): Remove.
951         (assert_canonical_unmarked): Remove.
952         (shared_marked_p, shared_unmarked_p): Remove.
953         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
954         (dfs_access_in_type): Adjust.
955         (access_in_type): Adjust.
956         (dfs_accessible_queue_p): Adjust.
957         (dfs_accessible_p): Adjust.
958         (is_subobject_of_p_1, is_subobject_of_p): Remove.
959         (struct lookup_field_info): Remove from_dep_base_p field.
960         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
961         (lookup_field_r): Remove dependent base code.
962         (lookup_member): Likewise.
963         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
964         (dfs_unmarked_real_bases_queue_p): Remove.
965         (dfs_marked_real_bases_queue_p): Remove.
966         (dfs_skip_vbases): Remove.
967         (dfs_get_pure_virtuals): Adjust.
968         (markedp, unmarkedp): Adjust.
969         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
970         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
971         (dfs_unmark): Adjust.
972         (dfs_get_vbase_types):Remove.
973         (dfs_build_inheritance_graph_order): Remove.
974         (get_vbase_types): Remove
975         (dfs_find_vbase_instance): Remove.
976         (find_vbase_instance): Remove.
977         (dfs_debug_unmarkedp): Adjust.
978         (dependent_base_p): Remove.
979         (dfs_push_type_decls): Adjust.
980         (dfs_push_decls): Adjust.
981         (dfs_no_overlap_yet): Adjust.
982         (copied_binfo): New function.
983         (original_binfo): New function.
984         (binfo_for_vbase): Remove.
985
986 2003-02-18  Zack Weinberg  <zack@codesourcery.com>
987
988         * cp/search.c (grow_bfs_bases): New subroutine of bfs_walk.
989         (bfs_walk): Rewritten using circular queue of BINFO_BASETYPES
990         vectors, for speed.
991
992 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
993
994         PR c++/9704
995         * class.c (layout_class_type): In the 3.2 ABI, take into account
996         trailing bit fields when computing CLASSTYPE_SIZE_UNIT.
997
998 2003-02-18  Matt Austern <austern@apple.com>
999
1000         * cp/cp-lang.c: Change lang hooks so that final_write_globals does
1001         nothing for C++.
1002         * cp/decl.c (wrapup_globals_for_namespace): Remove special
1003         handling of global namespace.
1004
1005 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
1006
1007         * cp-tree.h (rid_to_yy): Delete.
1008         (C_RID_YYCODE): Delete.
1009         (finish_file): Delete redundant declaration.
1010
1011 2003-02-18  Jason Merrill  <jason@redhat.com>
1012
1013         PR c++/9623
1014         * decl.c (reshape_init): Don't mess with initializer labels.
1015
1016         PR c++/9485
1017         * parser.c (cp_parser_postfix_expression): Set idk properly for
1018         object->scope::member.
1019
1020 2003-02-18  Ben Elliston  <bje@redhat.com>
1021
1022         PR other/7350
1023         * decl.c (duplicate_decls): Fix typo in comment.
1024
1025 2003-02-17  Michael Elizabeth Chastain <mec@shout.net>
1026
1027         PR debug/9717
1028         * class.c (build_base_field): Mark fields for base classes with
1029         DECL_IGNORED_P.
1030
1031 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1032
1033         PR c++/9457
1034         * pt.c (tsubst_copy_and_build) [CONSTRUCTOR]: Substitute
1035         CONSTRUCTOR_ELTS only once.
1036
1037 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1038
1039         PR c++/9459
1040         * error.c (dump_type_prefix): Handle TYPEOF_TYPE.
1041         (dump_type_suffix): Likewise.
1042
1043 2003-02-14  Nathan Sidwell  <nathan@codesourcery.com>
1044
1045         * search.c: ANSIfy function declarations and definitions.
1046         * cp-tree.h (lookup_field, lookup_member): Last parameter is a bool.
1047         * call.c (build_method_call, resolve_scoped_fn_name,
1048         build_java_interface_fn_ref): Adjust lookup_field, lookup_member
1049         calls.
1050         * class.c (handle_using_decl): Likewise.
1051         * decl.c (make_typename_type, make_unmound_class_template,
1052         start_decl, compute_array_index_type): Likewise.
1053         * decl2.c (build_expr_from_tree, build_call_from_tree): Likewise.
1054         * init.c (expand_member_init, build_member_call): Likewise.
1055         * pt.c (tsubst_copy, tsubst_copy_and_build, do_decl_instantiation,
1056         resolve_typename_type): Likewise.
1057         * typeck.c (lookup_destructor, finish_class_member_access_exprm
1058         build_prememfunc_access_expr): Likewise.
1059
1060 2003-02-13  Gabriel Dos Reis <gdr@integrable-solutions.net>
1061
1062         * decl2.c: Include "timevar.h".
1063         (namespace_ancestor): Time name lookup.
1064         (add_using_namespace): Likewise.
1065         (lookup_using_namespace): Likewise.
1066         (qualified_lookup_using_namespace): Likewise.
1067         (decl_namespace): Likewise.
1068         (lookup_arg_dependent): Likewise.
1069         * lex.c (do_identifier): Likewise.
1070         (do_scoped_id): Likewise.
1071         * pt.c (lookup_template_class): Likewise.
1072
1073 2003-02-14   Andrew Pinski <pinskia@physics.uc.edu>
1074
1075         * decl.c: (define_label): Fix warning for return 0 instead of NULL.
1076
1077 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1078
1079         * decl.c: Include "timevar.h".
1080         (poplevel): Time name lookup.
1081         (find_binding): Likewise.
1082         (push_namespace): Likewise.
1083         (pop_nested_namespace): Likewise.
1084         (store_bindings): Likewise.
1085         (maybe_push_to_top_level): Likewise.
1086         (pop_from_top_level): Likewise.
1087         (push_local_name): Likewise.
1088         (pushtag): Likewise.
1089         (pushdecl): Likewise.
1090         (pushdecl_with_scope): Likewise.
1091         (pushdecl_namespace_level): Likewise.
1092         (pushdecl_top_level): Likewise.
1093         (pushdecl_class_level): Likewise.
1094         (push_class_level_binding): Likewise.
1095         (push_using_decl): Likewise.
1096         (push_using_directive): Likewise.
1097         (push_overloaded_decl): Likewise.
1098         (lookup_label): Likewise.
1099         (define_label): Likewise.
1100         (lookup_tag): Likewise.
1101         (lookup_tag_reverse): Likewise.
1102         (lookup_namespace_name): Likewise.
1103         (select_decl): Likewise.
1104         (unqualified_namespace_lookup): Likewise.
1105         (lookup_name_real): Likewise.
1106         (lookup_name_current_level): Likewise.
1107         (lookup_type_current_level): Likewise.
1108         (maybe_inject_for_scope_var): Likewise.
1109         (xref_tag): Likewise.
1110
1111         * Make-lang.in (cp/decl.o): Add dependency on timevar.h
1112
1113 2003-02-12  Phil Edwards  <pme@gcc.gnu.org>
1114
1115         * decl.c (build_enumerator):  Remove unneeded test.
1116
1117 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
1118
1119         * cp-tree.h (struct lang_type_header): Make all fields unsigned
1120         char.
1121
1122 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
1123
1124         PR c++/7129
1125         * call.c (z_candidate): Add args.
1126         (convert_class_to_reference): Set it.
1127         (implicit_conversion): Tidy.
1128         (add_candidate): Add args parameter.
1129         (add_function_candidate): Adjust call to add_candidate.
1130         (add_conv_candidate): Likewise.
1131         (build_builtin_candidate): Likewise.
1132         (build_user_type_conversion_1): Eliminate wasteful tree_cons
1133         usage.
1134         (build_new_function_call): Likewise.
1135         (build_object_call): Likewise.
1136         (add_candidates): New function.
1137         (build_new_op): Use it.
1138         (covert_like_real): Adjust call to build_over_call.
1139         (build_over_call): Remove args parameter.
1140         * operators.def: Add <?= and >?=.
1141
1142 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
1143
1144         * typeck.c (build_indirect_ref): Don't check flag_volatile.
1145
1146 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1147
1148         PR c++/8849
1149         * pt.c (resolve_overloaded_unification): Handle FUNCTION_DECL.
1150
1151 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
1152
1153         * cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
1154         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
1155         (BINFO_LANG_ELTS): New #define.
1156         * tree.c (make_binfo): Use BINFO_LANG_ELTS.
1157
1158 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
1159
1160         * cp/Make-lang.in: Remove -Wno-error from cp/decl.o.
1161
1162 2003-01-30  Mark Mitchell  <mark@codesourcery.com>
1163
1164         * class.c (check_field_decls): Only check C_TYPE_FIELDS_READONLY
1165         for class types.
1166         * cp-tree.h (C_TYPE_FIELDS_READONLY): Use a lang-specific bit
1167         rather than TYPE_LANG_FLAG_0.
1168         (TYPE_BUILT_IN): Remove.
1169         (TYPE_DEPENDENT_P): New macro.
1170         (TYPE_DEPENDENT_P_VALID): Likewise.
1171         (lang_type_class): Add fields_readonly.
1172         * decl.c (record_builtin_type): Don't set TYPE_BUILT_IN.
1173         * pt.c (dependent_type_p_r): New function, split out from ...
1174         (dependent_type_p): ... here.  Memoize results.
1175         * search.c (dependent_base_p): Use dependent_type_p, not
1176         uses_template_parms.
1177         * typeck.c (build_modify_expr): Only check C_TYPE_FIELDS_READONLY
1178         for class types.
1179
1180 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
1181
1182         * call.c (build_field_call): Use build_new_op, not build_opfncall.
1183         (prep_operand): New function.
1184         (build_new_op): Use it.  Remove dead code.
1185         * class.c (pushclass): Change "modify" parameter type from int to
1186         bool.
1187         (currently_open_class): Use same_type_p, not pointer equality.
1188         (push_nested_class): Adjust calls to pushclass, remove modify
1189         parameter.
1190         * cp-tree.h (INTEGRAL_OR_ENUMERATION_TYPE_P): New macro.
1191         (pushclass): Change prototype.
1192         (push_nested_class): Likewise.
1193         (grokoptypename): Remove.
1194         (build_opfncall): Remove.
1195         (value_dependent_expression_p): Declare.
1196         (resolve_typename_type): Likewise.
1197         (resolve_typename_type_in_current_instantiation): Likewise.
1198         (enter_scope_of): Remove.
1199         (tsubst): Remove.
1200         (tsubst_expr): Likewise.
1201         (tsubst_copy): Likewise.
1202         (tsubst_copy_and_build): Likewise.
1203         * decl.c (warn_about_implicit_typename_lookup): Remove.
1204         (finish_case_label): Return error_mark_node for erroneous labels.
1205         (start_decl): Adjust calls to push_nested_class.
1206         (grokfndecl): Call push_scope/pop_scope around call to
1207         duplicate_decls.
1208         (grokdeclarator): Do not call tsubst.
1209         (start_function): Adjust calls to push_nested_class.
1210         * decl2.c (grok_array_decl): Use build_new_op, not build_opfncall.
1211         (check_classfn): Use push_scope/pop_scope around type comparisions.
1212         (grokoptypename): Remove.
1213         (push_sscope): Adjust call to push_nested_class.
1214         * error.c (dump_type): Show cv-qualification of typename types.
1215         * init.c (build_member_call): Use build_new_op, not
1216         build_opfncall.
1217         * method.c (build_opfncall): Remove.
1218         * parser.c (cp_parser): Add allow_non_constant_expression_p and
1219         non_constant_expression_p.
1220         (cp_parser_constant_expression): Adjust prototype.
1221         (cp_parser_resolve_typename_type): Remove.
1222         (cp_parser_non_constant_expression): New function.
1223         (cp_parser_non_constant_id_expression): Likewise.
1224         (cp_parser_new): Set allow_non_constant_expression_p and
1225         non_constant_expression_p.
1226         (cp_parser_primary_expression): Reject `this' and `va_arg' in
1227         constant-expressions.  Note that dependent names aren't really
1228         constant.
1229         (cp_parser_postfix_expression): Reject conversions to non-integral
1230         types in constant-expressions.  Neither are increments or
1231         decrements.
1232         (cp_parser_unary_expression): Reject increments and decrements in
1233         constant-expressions.
1234         (cp_parser_direct_new_declarator): Adjust call to
1235         cp_parser_constant_expression.
1236         (cp_parser_cast_expression): Reject conversions to non-integral
1237         types in constant-expressions.
1238         (cp_parser_assignment_expression): Rejects assignments in
1239         constant-expressions.
1240         (cp_parser_expression): Reject commas in constant-expressions.
1241         (cp_parser_labeled_statement): Adjust call to
1242         cp_parser_constant_expression.
1243         (cp_parser_direct_declarator): Simplify array bounds, even in
1244         templates, when they are non-dependent.  Use
1245         resolve_typename_type, not cp_parser_resolve_typename_type.
1246         (cp_parser_class_head): Use resolve_typename_type, not
1247         cp_parser_resolve_typename_type.
1248         (cp_parser_member_declaration): Adjust call to
1249         cp_parser_constant_expression.
1250         (cp_parser_constant_initializer): Likewise.
1251         (cp_parser_constructor_declarator): Use resolve_typename_type, not
1252         cp_parser_resolve_typename_type.
1253         (cp_parser_late_parsing_default_args): Adjust call to
1254         push_nested_class.
1255         * pt.c (tsubst): Give it internal linkage.
1256         (tsubst_expr): Likewise.
1257         (tsubst_copy): Likewise.
1258         (tsubst_copy_and_build): Likewise.
1259         (push_access_scope_real): Likewise.
1260         (tsubst_friend_class): Likewise.
1261         (instantiate_class_template): Adjust call to pushclass.
1262         (value_dependent_expression_p): Give it external linkage.
1263         Robustify.
1264         (resolve_typename_type): New function.
1265         * semantics.c (finish_call_expr): Use build_new_op, not
1266         build_opfncall.
1267         (begin_constructor_declarator): Remove.
1268         (begin_class_definition): Adjust call to pushclass.
1269         (enter_scope_of): Remove.
1270         * typeck.c (comptypes): Resolve typename types as appropriate.
1271         (build_x_indirect_ref): Use build_new_op, not build_opfncall.
1272         (build_x_compound_expr): Likewise.
1273         (build_modify_expr): Likewise.
1274         (build_x_modify_expr): Likewise.
1275         * typeck2.c (build_x_arrow): Likewise.
1276
1277 2003-01-29  Fariborz Jahanian  <fjahanian@apple.com>
1278
1279         * pt.c (last_pending_template) Declare GTY().
1280
1281 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1282
1283         PR c++/8591
1284         * parser.c (cp_parser_elaborated_type_specifier): Convert
1285         TEMPLATE_DECL to TYPE_DECL only when processing template friends.
1286         (cp_parser_maybe_treat_template_as_class): Remove redundant tests.
1287
1288 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
1289
1290         PR c++/9437
1291         * pt.c (unify): Don't unify '*T' with 'U C::*'.
1292
1293         PR c++/3902
1294         * parser.c (cp_parser_decl_specifier_seq): Cannot have constructor
1295         inside a declarator.
1296
1297 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
1298
1299         * class.c (update_vtable_entry_for_fn): Add index parameter.
1300         Generate vcall thunk for covariant overriding from a virtual
1301         primary base.
1302         (dfs_modify_vtables): Adjust.
1303
1304 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
1305
1306         PR c++/9403
1307         * parser.c (cp_parser_class_or_namespace_name): Reject duplicate
1308         template keyword.
1309         (cp_parser_base_specifier): Look for and consume a
1310         TEMPLATE keyword. Replace switch with array index.
1311
1312         PR c++/795
1313         * semantics.c (finish_non_static_data_member): Remember the
1314         field's type even in a template.
1315
1316         PR c++/9415
1317         * pt.c (tsubst_copy_and_build, CALL_EXPR): BASELINK exprs are
1318         already scoped.
1319
1320         PR c++/8545
1321         * parser.c (cp_parser_cast_expression): Be more tentative.
1322
1323 2003-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1324
1325         * cp-tree.h (flagged_type_tree_s): Remove.
1326         (check_for_new_type): Likewise.
1327         * typeck2.c (check_for_new_type): Likewise.
1328
1329 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1330
1331         * dump.c: ANSIfy function declarations and definitions.
1332
1333         * cp-tree.h, decl.h: Get rid of PARAMS.  Again.
1334
1335 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
1336
1337         PR c++/9354
1338         * init.c (build_new): Set the type of the new-expression, even
1339         when processing_templte_decl.
1340
1341         PR c++/9216
1342         * parser.c (cp_parser_primary_expression): Improve error message
1343         for templates used in an expression context.
1344
1345         PR c++/8696
1346         * parser.c (cp_parser_decl_specifier_seq): Commit to tentative
1347         parse when encountering "typedef".
1348
1349 2003-01-22  Nathanael Nerode  <neroden@gcc.gnu.org>
1350
1351         * class.c, parser.c: ANSIfy function definitions and declarations.
1352
1353 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
1354
1355         PR c++/9328
1356         * error.c (dump_decl): For an OVERLOAD, just print the name of the
1357         function; it doesn't make sense to try to print its type.
1358         * semantics.c (finish_typeof): Issue errors about invalid uses.
1359
1360         PR c++/9298
1361         * parser.c (cp_parser_consume_semicolon_at_end_of_statement): New
1362         function.
1363         (cp_parser_expression_statement): Use it.
1364         (cp_parser_explicit_instantiation): Likewise.
1365         * pt.c (do_decl_instantiation): Improve error handling logic.
1366
1367 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
1368
1369         PR c++/9384
1370         * parser.c (cp_parser_using_declaration): Issue error messages
1371         about name resolution failures here.
1372
1373         PR c++/9388
1374         * class.c (currently_open_derived_class): Use dependent_type_p.
1375         * cp-tree.h (dependent_type_p): New function.
1376         (dependent_template_arg_p): Likewise.
1377         (dependent_template_p): Likewise.
1378         (type_dependent_expression_p): Likewise.
1379         * parser.c (cp_parser_dependent_type_p): Remove.
1380         (cp_parser_value_dependent_type_p): Likewise.
1381         (cp_parser_type_dependent_expression_p): Likewise.
1382         (cp_parser_dependent_template_arg_p): Likewise.
1383         (cp_parser_dependent_template_id_p): Likewise.
1384         (cp_parser_dependent_template_p): Likewise.
1385         (cp_parser_diagnose_invalid_type_name): Replace
1386         cp_parser_dependent_type_p with dependent_type_p, etc.
1387         (cp_parser_primary_expresion): Likewise.
1388         (cp_parser_nested_name_specifier_opt): Likewise.
1389         (cp_parser_postfix_expression): Likewise.
1390         (cp_parser_unary_expression): Likewise.
1391         (cp_parser_template_name): Likewise.
1392         (cp_parser_class_name): Likewise.
1393         (cp_parser_lookup_name): Likewise.
1394         * pt.c (dependent_type_p): New function.
1395         (value_dependent_expression_p): Likewise.
1396         (type_dependent_expression_p): Likewise.
1397         (dependent_template_arg_p): Likewise.
1398         (dependent_template_id_p): Likewise.
1399         (dependent_template_p): Likewise.
1400
1401         PR c++/9285
1402         PR c++/9294
1403         * parser.c (cp_parser_simple_declaration): Return quickly when
1404         encountering errors.
1405
1406 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1407
1408         Make-lang.in (cp/decl.o-warn): Add -Wno-error.
1409
1410 2003-01-17  Jason Merrill  <jason@redhat.com>
1411
1412         PR c++/9167, c++/9358
1413         * decl.c (require_complete_types_for_parms): Also update DECL_ARG_TYPE.
1414
1415 2003-01-17  Jason Merrill  <jason@redhat.com>
1416
1417         PR c++/9342
1418         * call.c (build_conditional_expr): Always do lvalue-rvalue
1419         conversion.
1420
1421 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
1422
1423         PR c++/9294
1424         * cp-tree.def (BASELINK): Make it class 'x', not class 'e'.
1425         * cp-tree.h (BASELINK_BINFO): Adjust.
1426         (BASELINK_FUNCTIONS): Likewise.
1427         (BASELINK_ACCESS_BINFO): Likewise.
1428         (tree_baselink): New structure.
1429         (cp_tree_node_structure_enum): Add TS_CP_BASELINK.
1430         (lang_tree_node): Add baselink.
1431         * decl.c (cp_tree_node_structure): Add BASELINK case.
1432         * search.c (build_baselink): Adjust.
1433         * tree.c (cp_walk_subtrees): Add BASELINK case.  Remove BASELINK_P
1434         test from TREE_LIST case.
1435
1436         PR c++/9272
1437         * parser.c (cp_parser_constructor_declarator_p): Do not assume
1438         that a constructor cannot be declared outside of its own class.
1439
1440         * parser.c (cp_parser_resolve_typename_type): If the scope cannot
1441         be resolved, neither can the qualified name.
1442
1443         * rtti.c (get_pseudo_ti_desc): Fix thinko.
1444
1445 2003-01-16  Jason Merrill  <jason@redhat.com>
1446
1447         PR c++/8564
1448         * init.c (build_vec_init): Re-add maxindex parm.
1449         (perform_member_init, build_aggr_init): Pass it.
1450         (build_new_1): Pass it. Use an incomplete array type for full_type.
1451         * typeck.c (build_modify_expr): Pass it.
1452         * cp-tree.h: Adjust.
1453
1454 2003-01-16  Jeffrey D. Oldham  <oldham@codesourcery.com>
1455
1456         * cp-tree.h (tsubst_copy_and_build): New declaration.
1457         * pt.c (tsubst_copy): Remove 'build_expr_from_tree' from comment.
1458         (tsubst_expr): Use 'tsubst_copy_and_build'.  Update initial comment.
1459         (tsubst_copy_and_build): New function.
1460
1461 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
1462
1463         * cp-tree.h (lang_type_class): Remove is_partial_instantiation.
1464         (PARTIAL_INSTANTIATION_P): Remove.
1465         (IMPLICIT_TYPENAME_P): Likewise.
1466         (IMPLICIT_TYPENAME_TYPE_DECL_P): Likewise.
1467         (build_typename_type): Remove declaration.
1468         (parmlist_is_exprlist): Likewise.
1469         * decl.c (build_typename_type): Make it static, remove third
1470         parameter.
1471         (push_class_binding): Don't do implicit typename stuff.
1472         (make_typename_type): Likewise.
1473         (lookup_name_real): Likewise.
1474         (grokdeclarator): Don't try to convert declarations into
1475         initializations.  Don't do implicit typename stuff.
1476         (parmlist_is_exprlist): Remove.
1477         (xref_basetypes): Simplify.
1478         * decl2.c (grokfield): Don't try to convert declarations into
1479         initializations.
1480         (build_anon_union_vars): Do this while processing templates, too.
1481         (finish_anon_union): Likewise.
1482         * error.c (dump_type): Remove implicit typename handling.
1483         * parser.c (cp_parser_diagnose_invalid_type_name): New method.
1484         (cp_parser_primary_expression): Correct handling of names not
1485         found by unqualified name lookup in templates.
1486         (cp_parser_nested_name_specifier_opt): Avoid checking dependency
1487         of types when possible.
1488         (cp_parser_simple_declaration): Complain intelligently about some
1489         invalid declarations.
1490         (cp_parser_member_declaration): Likewise.
1491         (cp_parser_constructor_declarator_p): Don't check when we're in a
1492         function scope.
1493         * pt.c (instantiate_class_template): Remove
1494         PARTIAL_INSTANTIATION_P gunk.
1495         * search.c (lookup_field_r): Don't build implicit typenames.
1496         (marked_pushdecls_p): Don't enter dependent base types.
1497         (unmarked_pushdecls_p): Likewise.
1498         * semantics.c (begin_class_definition): Remove implicit typename
1499         stuff.
1500
1501 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
1502
1503         PR c++/9212
1504         * parser.c (cp_parser_direct_declarator): If accepting either
1505         abstract or named, the name must be an unqualified-id.
1506
1507 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1508
1509         * class.c (layout_virtual_bases): Avoid signed/unsigned warning.
1510
1511 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1512
1513         * decl2.c (check_classfn): Fix uninitialized warning.
1514         (build_anon_union_vars): Likewise.
1515         * pt.c (tsubst_copy): Likewise.
1516
1517 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
1518
1519         Further conform g++'s __vmi_class_type_info to the C++ ABI
1520         specification.
1521         * rtti.c (dfs_class_hint_mark): Do not set hints not specified by
1522         the specification.
1523         (class_hint_flags): Likewise.
1524
1525 2003-01-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1526
1527         * config-lang.in: Add semantics.c to gtfiles.
1528         * cp-tree.h (flagged_type_tree_s): Remove lookups field.
1529         (saved_scope): Likewise.
1530         (type_lookups): Remove.
1531         (deferred_access): New structure.
1532         (type_access_control): Remove.
1533         (save_type_access_control): Likewise.
1534         (reset_type_access_control): Likewise.
1535         (decl_type_access_control): Likewise.
1536         (push_deferring_access_checks): Declare.
1537         (resume_deferring_access_checks): Likewise.
1538         (stop_deferring_access_checks): Likewise.
1539         (pop_deferring_access_checks): Likewise.
1540         (get_deferred_access_checks): Likewise.
1541         (pop_to_parent_deferring_access_checks): Likewise.
1542         (perform_deferred_access_checks): Likewise.
1543         (perform_or_defer_access_check): Likewise.
1544         * decl.c (make_typename_type): Use perform_or_defer_access_check.
1545         (make_unbound_class_template): Likewise.
1546         (grokdeclarator): Don't call decl_type_access_control.
1547         * parser.c (cp_parser_context): Remove deferred_access_checks
1548         and deferring_access_checks_p fields.
1549         (cp_parser_context_new): Adjust.
1550         (cp_parser): Remove access_checks_lists.
1551         (cp_parser_defer_access_check): Remove.
1552         (cp_parser_start_deferring_access_checks): Remove.
1553         (cp_parser_stop_deferring_access_checks): Remove.
1554         (cp_parser_perform_deferred_access_checks): Remove.
1555         (cp_parser_nested_name_specifier_opt): Use new deferred access
1556         functions.
1557         (cp_parser_simple_declaration): Likewise.
1558         (cp_parser_template_id): Likewise.
1559         (cp_parser_function_definition): Likewise.
1560         (cp_parser_class_specifier): Likewise.
1561         (cp_parser_lookup_name): Likewise.
1562         (cp_parser_single_declaration): Likewise.
1563         (cp_parser_pre_parsed_nested_name_specifier): Likewise.
1564         (cp_parser_parse_tentatively): Likewise.
1565         (cp_parser_parse_definitely): Likewise.
1566         (yyparse): Likewise.
1567         (cp_parser_init_declarator): Remove access_checks parameter.
1568         Use new deferred access functions.
1569         (cp_parser_function_definition_from_specifiers_and_declarator):
1570         Likewise.
1571         (cp_parser_class_head): Remove deferring_access_checks_p and
1572         saved_access_checks parameters.  Use new deferred access functions.
1573         (cp_parser_member_specification_opt): Don't call
1574         reset_type_access_control.
1575         * search.c (type_access_control): Remove.
1576         * semantics.c: Include "gt-cp-semantics.h".
1577         (deferred_type_access_control): Remove.
1578         (deferred_access_stack): New variable.
1579         (deferred_access_free_list): Likewise.
1580         (push_deferring_access_checks): New function.
1581         (resume_deferring_access_checks): Likewise.
1582         (stop_deferring_access_checks): Likewise.
1583         (pop_deferring_access_checks): Likewise.
1584         (get_deferred_access_checks): Likewise.
1585         (pop_to_parent_deferring_access_checks): Likewise.
1586         (perform_deferred_access_checks): New function, adapted from
1587         cp_parser_perform_deferred_access_checks.
1588         (perform_or_defer_access_check): New function, adapted from
1589         cp_parser_defer_access_check.
1590         (current_type_lookups): Remove.
1591         (deferred_type_access_control): Likewise.
1592         (decl_type_access_control): Likewise.
1593         (save_type_access_control): Likewise.
1594         (reset_type_access_control): Likewise.
1595         (begin_function_definition): Adjust.
1596         (begin_class_definiton): Likewise.
1597
1598 2003-01-13  Jason Merrill  <jason@redhat.com>
1599
1600         PR c++/8748
1601         * class.c (build_base_path): Take the address before calling save_expr.
1602
1603         * call.c (build_user_type_conversion_1): Do set ICS_BAD_FLAG if
1604         all the ambiguous conversions are bad.
1605
1606         * class.c (maybe_warn_about_overly_private_class): Don't stop
1607         searching when we find a nonprivate method.
1608
1609         * typeck.c (build_class_member_access_expr): Use unary_complex_lvalue.
1610
1611 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
1612
1613         * cp-tree.h (get_arglist_len_in_bytes): Remove.
1614
1615         PR c++/9264
1616         * parser.c (cp_parser_elaborated_type_specifier): Handle erroneous
1617         typeame types more robustly.
1618
1619 2003-01-11  Phil Edwards  <pme@gcc.gnu.org>
1620
1621         * parser.c:  Fix comment typos.
1622
1623 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
1624
1625         PR c++/9099
1626         * parser.c (cp_parser_scope_through_which_access_occurs): Handle
1627         an object_type which is not a class type.
1628
1629 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
1630
1631         * parser.c (cp_parser_late_parsing_for_member): Don't cast to void.
1632         (cp_parser_late_parsing_default_args): Likewise.
1633
1634 2003-01-10  Nathanael Nerode  <neroden@gcc.gnu.org>
1635
1636         * cfns.gperf: ANSIfy function declarations.
1637         * cfns.h: Regenerate.
1638         * cp-tree.h: ANSIfy function declarations.
1639
1640 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
1641
1642         * cp-tree.h (reparse_absdcl_as_expr): Remove.
1643         (reparse_absdcl_as_casts): Likewise.
1644         (reparse_decl_as_expr): Likewise.
1645         (finish_decl_parsing): Likewise.
1646         * decl2.c (reparse_absdcl_as_expr): Remove.
1647         (reparse_absdcl_as_casts): Likewise.
1648         (repase_decl_as_expr): Likewise.
1649         (finish_decl_parsing): Likewise.
1650
1651         PR c++/9128
1652         PR c++/9153
1653         PR c++/9171
1654         * parser.c (cp_parser_pre_parsed_nested_name_specifier): New
1655         function.
1656         (cp_parser_nested_name_specifier_opt): Correct the
1657         check_dependency_p false.
1658         (cp_parser_postfix_expression): Fix formatting.
1659         (cp_parser_decl_specifier_seq): Avoid looking for constructor
1660         declarators when possible.
1661         (cp_parser_template_id): Avoid performing name-lookup when
1662         possible.
1663         (cp_parser_class_head): Do not count specializations when counting
1664         levels of templates.
1665         (cp_parser_constructor_declarator_p): Return immediately if
1666         there's no chance that the tokens form a constructor declarator.
1667         * rtti.c (throw_bad_typeid): Add comment.  Do not return an
1668         expression with reference type.
1669         (get_tinfo_decl_dynamic): Do not return an expression with
1670         reference type.
1671         (build_typeid): Add comment.  Do not return an expression with
1672         reference type.
1673         * typeck.c (build_class_member_access_expr): Improve handling of
1674         conditionals and comma-expressions as objects.
1675
1676 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1677
1678         * cfns.gperf: ANSIfy function declarations.
1679         * cfns.h: Regenerate.
1680         * cp-tree.h: ANSIfy function declarations.
1681         * parser.c: ANSIfy function declarations & definitions.
1682
1683         * decl.c (bad_specifiers): Fix parameter order error I introduced.
1684
1685 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
1686
1687         Merge from pch-branch:
1688
1689         2003-01-09  Geoffrey Keating  <geoffk@apple.com>
1690
1691         Merge to tag pch-merge-20030102:
1692
1693         * semantics.c (finish_translation_unit): Don't call finish_file.
1694         * parser.c: Don't include ggc.h.
1695         (cp_lexer_new_main): Rename from cp_lexer_new, only create main lexer,
1696         read first token here.  Don't allow PCH files after the first
1697         token is read.
1698         (cp_lexer_new_from_tokens): Duplicate functionality from cp_lexer_new.
1699         (cp_lexer_get_preprocessor_token): Allow LEXER to be NULL.
1700         (cp_parser_new): Call cp_lexer_new_main before allocating GCed memory.
1701         (cp_parser_late_parsing_for_member): Don't duplicate call to
1702         cp_lexer_set_source_position_from_token.
1703         (cp_parser_late_parsing_default_args): Likewise.
1704         (yyparse): Call finish_file after clearing the_parser.
1705
1706         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
1707
1708         * Make-lang.in: Remove $(GGC_H) from all dependencies.
1709         (CXX_TREE_H): Add $(GGC_H).
1710         * class.c: Don't include ggc.h.
1711         (field_decl_cmp): Make parameters be 'const void *' to match qsort.
1712         (method_name_cmp): Likewise.
1713         (resort_data): New variable.
1714         (resort_field_decl_cmp): New.
1715         (resort_method_name_cmp): New.
1716         (resort_sorted_fields): New.
1717         (resort_type_method_vec): New.
1718         (finish_struct_methods): Delete cast.
1719         (finish_struct_1): Delete cast.
1720         * cp-tree.h: Include ggc.h.
1721         (struct lang_type_class): Add reorder attribute to field `methods'.
1722         (union lang_decl_u3): Add reorder attribute to field `sorted_fields'.
1723         (resort_sorted_fields): New prototype.
1724         (resort_type_method_vec): New prototype.
1725         * call.c: Don't include ggc.h.
1726         * decl.c: Likewise.
1727         * decl2.c: Likewise.
1728         * init.c: Likewise.
1729         * lex.c: Likewise.
1730         * method.c: Likewise.
1731         * optimize.c: Likewise.
1732         * parse.y: Likewise.
1733         * pt.c: Likewise.
1734         * repo.c: Likewise.
1735         * search.c: Likewise.
1736         * semantics.c: Likewise.
1737         * spew.c: Likewise.
1738         * tree.c: Likewise.
1739
1740         * lang-specs.h: Remove comment.
1741
1742         2002-12-03  Geoffrey Keating  <geoffk@apple.com>
1743
1744         * cp-tree.h (struct operator_name_info_t): Mark for GTY machinery.
1745         (operator_name_info): Mark to be saved for PCH, specify size.
1746         (assignment_operator_name_info): Likewise.
1747
1748         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
1749
1750         * decl.c (anon_cnt): Mark to be saved for PCH.
1751
1752         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
1753
1754         * lex.c  (init_reswords): Delete now-untrue comment.
1755         Allocate ridpointers using GGC.
1756
1757         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
1758
1759         * cp-tree.h (union lang_decl_u2): Add tags to all fields.
1760
1761         * g++spec.c (lang_specific_driver): Don't include standard
1762         libraries in `added'.
1763
1764         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
1765
1766         * decl2.c (finish_file): Call c_common_write_pch.
1767         * Make-lang.in (CXX_C_OBJS): Add c-pch.o.
1768
1769         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
1770
1771         * g++spec.c (lang_specific_driver): Treat .h files as C++ header
1772         files when using g++.
1773         * lang-specs.h: Handle compiling C++ header files.
1774
1775 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
1776
1777         * decl.c (start_decl): Only check DECL_THREAD_LOCAL for VAR_DECLs.
1778
1779 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1780
1781         * pt.c (push_access_scope_real): Call push_to_top_level for
1782         function in namespace scope.
1783         (pop_access_scope): Call pop_from_top_level for function in
1784         namespace scope.
1785
1786 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
1787
1788         * decl.c (start_decl): Don't set DECL_COMMON for __thread variables.
1789
1790 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
1791
1792         * Make-lang.in (c++.install-common, c++.install-man,
1793         c++.uninstall): Prepend $(DESTDIR) to destination paths in
1794         all (un)installation commands.
1795         (c++.install-common): Rewrite $(LN) commands to support
1796         DESTDIR with "ln" as well as with "ln -s".
1797
1798 2003-01-08  Jason Merrill  <jason@redhat.com>
1799
1800         * parser.c (cp_parser_primary_expression): See through explicitly
1801         scoped ALIAS_DECLs, too.
1802
1803 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
1804
1805         * decl.c: Remove some #if 0 code.
1806
1807         * decl.c: ANSIfy function declarations.
1808
1809 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
1810
1811         * parser.c (cp_parser_asm_definition): Correct handling of omitted
1812         operands.
1813
1814 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1815
1816         PR c++/9030
1817         * decl.c (make_typename_type): Check access only when tf_error.
1818         (make_unbound_class_template): Likewise.
1819         * pt.c (saved_access_scope): New variable.
1820         (push_access_scope_real): New function.
1821         (push_access_scope): Likewise.
1822         (pop_access_scope): Likewise.
1823         (tsubst_default_argument): Use them.
1824         (instantiate_template): Likewise.
1825         (regenerate_decl_from_template): Likewise.
1826         (instantiate_decl): Likewise.
1827         (get_mostly_instantiated_function_type): Likewise.
1828
1829 2003-01-07  Nathanael Nerode <neroden@gcc.gnu.org>
1830
1831         * tree.c: Delete bogus #if 0 code.
1832
1833 2003-01-07  Andreas Schwab  <schwab@suse.de>
1834
1835         * class.c (layout_class_type): Don't use
1836         PCC_BITFIELD_TYPE_MATTERS if not defined.
1837
1838 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
1839
1840         PR c++/9165
1841         * decl2.c (build_cleanup): Mark the object as used.
1842
1843         * pt.c (retrieve_local_specialization): Revert 2003-01-05 change.
1844         (hash_local_specialization): New function.
1845         (register_local_specialization): Revert 2003-01-05 change.
1846         (instantiate_decl): Use hash_local_specialization when creating
1847         the local_specializations table.
1848
1849         * decl2.c (mark_used): Do not synthesize thunks.
1850
1851         * class.c (layout_class_type): Correct handling of unnamed
1852         bitfields wider than their types.
1853
1854         PR c++/9189
1855         * parser.c (cp_parser): Remove default_arg_types.  Update
1856         documentation for unparsed_functions_queues.
1857         (cp_parser_late_parsing_default_args): Take a FUNCTION_DECL as the
1858         parameter.
1859         (cp_parser_new): Don't set parser->default_arg_types.
1860         (cp_parser_function_definition): Adjust usage of
1861         unparsed_funtions_queues.
1862         (cp_parser_class_specifier): Don't mess with
1863         parser->default_arg_types.  Handle default argument processing in
1864         a separate phase from function body processing.
1865         (cp_parser_template_declaration_after_export): Adjust usage of
1866         unparsed_functions_queues.
1867         (cp_parser_late_parsing_for_member): Do not handle default
1868         arguments.
1869
1870 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
1871
1872         PR c++/9109
1873         * parser.c (cp_parser_declarator_kind): New enum.
1874         (cp_parser_declarator): Adjust.
1875         (cp_parser_direct_declarator): Adjust. Allow for either named or
1876         abstract declarator. Prefer abstract, if possible. Allow
1877         parenthesized function name.
1878         (cp_parser_condition): Adjust cp_parser_declarator call.
1879         (cp_parser_explicit_instantiation): Likewise.
1880         (cp_parser_init_declarator): Likewise.
1881         (cp_parser_type_id): Likewise.
1882         (cp_parser_function_definition): Likewise.
1883         (cp_parser_member_declaration): Likewise.
1884         (cp_parser_parameter_declaration): Use cp_parser_declarator to do
1885         the tentative parsing.
1886         (cp_parser_exception_declaration): Likewise.
1887
1888 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
1889
1890         * parser.c (cp_parser_template_parameter): Adjust call to
1891         cp_parser_parameter_declaration.
1892         (cp_parser_parameter_declaration_list): Likewise.
1893         (cp_parser_parameter_declaration): Replace
1894         greater_than_is_operator_p with template_parm_p parameter.  Do not
1895         cache tokens for template default arguments.
1896
1897         * pt.c (retrieve_local_specialization): Use htab_find, not
1898         htab_find_with_hash.
1899         (register_local_specialization): Use htab_find_slot, not
1900         htab_find_slot_with_hash.
1901         (instantiate_decl): Pass a hash function to htab_create.
1902
1903 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1904
1905         * parser.c (cp_parser_binary_expression,
1906         cp_parser_multiplicative_expression,
1907         cp_parser_additive_expression, cp_parser_shift_expression,
1908         cp_parser_relational_expression, cp_parser_equality_expression,
1909         cp_parser_and_expression, cp_parser_exclusive_or_expression,
1910         cp_parser_inclusive_or_expression,
1911         cp_parser_logical_and_expression, cp_parser_logical_or_expression,
1912         cp_parser_binary_expression): Const-ify.
1913
1914 2003-01-04  Mark Mitchell  <mark@codesourcery.com>
1915
1916         * method.c (use_thunk): Disable access control while building the
1917         body of the thunk.
1918
1919 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
1920
1921         * cvt.c, decl.c, decl2.c: This is the C++ front end, not the C
1922         front end.
1923
1924 2003-01-03  Matt Austern  <austern@apple.com>
1925
1926         * cp-tree.h (struct lang_type_class): add field for key method
1927         (cp_global_trees): rename dynamic_classes to keyed_classes
1928         (key_method): add definition
1929         * class.c (finish_struct_1): compute class's key method, and add
1930         the class to keyed_classes list if there is no key method.
1931         * decl.c (finish_function): add class to keyed_classes list if we
1932         see a definition of the class's key method.
1933         * pt.c (instantiate_class_template): add template specialization
1934         of a dynamic class to keyed_classes list.
1935         * decl2.c (key_method): remove
1936         (finish_file): iterate only through keyed_classes list when
1937         deciding whether to emit vtables, remove class from its list after
1938         we do the emission.
1939
1940 2003-01-02  Jason Merrill  <jason@redhat.com>
1941
1942         * call.c (build_conditional_expr): Stabilize lvalues properly.
1943         * cvt.c (ocp_convert): Don't build NOP_EXPRs of class type.
1944         * tree.c (lvalue_p_1): Don't allow sloppy NOP_EXPRs as lvalues.
1945         Don't allow CALL_EXPR or VA_ARG_EXPR, either.
1946
1947         * call.c (convert_like_real): Call decl_constant_value for an
1948         IDENTITY_CONV even if there are no more conversions.
1949
1950         * cvt.c (build_up_reference): Don't push unnamed temps.
1951
1952         * decl2.c (do_namespace_alias): Namespace aliases are DECL_EXTERNAL.
1953
1954         * dump.c (cp_dump_tree): Don't try to dump class-specific fields
1955         for a backend struct.
1956
1957         * except.c (wrap_cleanups_r, build_throw): Make
1958         MUST_NOT_THROW_EXPRs void.
1959         * init.c (expand_default_init): Update to handle MUST_NOT_THROW_EXPR.
1960
1961         * init.c (build_vec_delete_1): Pre-evaluate the base address.
1962
1963         * init.c (get_temp_regvar): Simplify logic.
1964
1965         * tree.c (cp_copy_res_decl_for_inlining): Only do debug tweaks if
1966         our replacement is a decl.
1967
1968         * decl.c (cp_make_fname_decl): Push the decls inside the
1969         outermost scope.
1970
1971 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
1972
1973         PR c++/45, c++/3784
1974         * tree.c (cp_tree_equal, TEMPLATE_PARM_INDEX): The types must be
1975         the same too.
1976
1977 2003-01-03  Graham Stott  <graham.stott@btinternet.com>
1978
1979         * parser.c (struct cp_parser): Add access_checks_lists field
1980         (cp_parser_simple_declaration): Use.
1981         (cp_parser_init_declarator): Likewise.
1982
1983 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
1984
1985         * parser.c (cp_parser_declaration): Accept the __extension__
1986         keyword before the declaration.
1987
1988         PR c++/2843
1989         * parser.c (cp_parser_parameter_declaration): Allow attributes to
1990         appear after the declarator.
1991
1992         * call.c (build_new_method_call): Fix typo in message format
1993         string.
1994
1995 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
1996
1997         * parser.c (cp_lexer_next_token_is): Declare it inline.
1998         (cp_lexer_set_source_position_from_token): Likewise.
1999         (cp_lexer_debugging_p): Likewise.
2000         (cp_parser_parsing_tentatively): Likewise.
2001         (cp_parser_nested_name_specifier_opt): Reduce the number of calls
2002         to the cp_lexer_peek_token.
2003
2004         * parser.c (cp_parser_sizeof_operand): Do not evaluate the
2005         expression.
2006
2007 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
2008
2009         * cp/except.c, cp/expr.c, cp/friend.c, cp/g++spec.c,
2010         cp/lang-options.h, cp/lang-specs.h, cp/lex.h, cp/ptree.c,
2011         cp/repo.c: Fix copyright years.
2012
2013 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2014
2015         * lex.c: Remove superfluous include of cpplib.h.
2016         (CONSTRAINT): Define without conditions.
2017         (init_cp_pragma): Use c_register_pragma.
2018
2019 2002-12-31  Neil Booth  <neil@daikokuya.co.uk>
2020
2021         * .cvsignore: Remove.
2022
2023 2002-12-31  Steven Bosscher  <s.bosscher@student.tudelft.nl>
2024
2025         * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c,
2026           except.c, expr.c friend.c, g++spec.c, init.c, lang-options.h,
2027           lang-specs.h, lex.c, mangle.c, method.c, optimize.c, parser.c,
2028           pt.c, ptree.c, repo.c, rtti.c, search.c, semantics.c, tree.c,
2029           typeck.c, typeck2.c: Replace "GNU CC" with "GCC" in the
2030           copyright header.
2031         * lex.h: parse.y is dead, so don't mention it.  Also replace the
2032           copyright header with the default GNU copyright header.
2033
2034 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
2035
2036         * cp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove.
2037         (lookup_name_namespace_only): Likewise.
2038         (begin_only_namespace_names): Likewise.
2039         (end_only_namespace_names): Likewise.
2040         * decl.c (only_namespace_names): Remove.
2041         (qualify_lookup): Do not check LOOKUP_TEMPLATES_EXPECTED.
2042         (lookup_name_real): Do not check only_namespace_names.
2043         (lookup_name_namespace_only): Remove.
2044         (begin_only_namespace_names): Likewise.
2045         (end_only_namespace_names): Likewise.
2046         * parser.c (cp_parser_nested_name_specifier_opt): Handle erroneous
2047         nested-name-specifiers more gracefully.
2048         (cp_parser_class_or_namespace_name): Avoid looking up namespace
2049         names when they cannot possibly appear.
2050         (cp_parser_template_name): Adjust call to cp_parser_lookup_name.
2051         (cp_parser_elaborated_type_specifier): Likewise.
2052         (cp_parser_namespace_name): Only look for namespace names.
2053         (cp_parser_lookup_name): Add is_namespace parameter.
2054         (cp_parser_lookup_name_simple): Adjust call to
2055         cp_parser_lookup_name.
2056
2057         * parser.c (cp_parser_dependent_type_p): Fix thinko.
2058
2059 2002-12-31  Neil Booth  <neil@daikokuya.co.uk>
2060
2061         * .cvsignore: Update.
2062
2063 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
2064
2065         * class.c (modify_vtable_entry): Remove unused variable.
2066         (get_vcall_index): Always expect a non-thunk.
2067         (update_vtable_entry_for_fn): Combine covariant adjustments, when
2068         overriding a thunk. Pass get_vcall_index a non-thunk.
2069
2070         * decl2.c (finish_file): Mark undefined inlines as extern.
2071
2072 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
2073
2074         * cp-tree.def (RETURN_INIT): Remove.
2075         * cp-tree.h (DECL_IN_MEMORY_P): Remove.
2076         (scope_kind): Add sk_block, sk_try, sk_catch, sk_for.
2077         (note_level_for_for): Remove.
2078         (note_level_for_try): Likewise.
2079         (note_level_for_catch): Likewise.
2080         (finish_named_return_value): Likewise.
2081         (do_pushlevel): Change prototype.
2082         (pending_lang_change): Remove.
2083         * decl.c (begin_scope): Handle sk_block, sk_try, sk_catch,
2084         sk_for.
2085         (note_level_for_for): Remove.
2086         (note_level_for_try): Likewise.
2087         (note_level_for_catch): Likewise.
2088         (maybe_inject_for_scope_var): Remove use of DECL_IN_MEMORY_P.
2089         * parser.c (cp_parser_context_free_list): Make it "deletable".
2090         (cp_parser_template_argument): Remove misleading comment.
2091         * pt.c (tsubst_expr): Remove RETURN_INIT code.
2092         * semantics.c (genrtl_named_return_value): Remove.
2093         (do_pushlevel): Take a scope kind as an argument.
2094         (begin_if_stmt): Adjust.
2095         (begin_while_stmt): Likewise.
2096         (begin_for_stmt): Likewise.
2097         (finish_for_init_stmt): Likewise.
2098         (begin_switch_stmt): Likewise.
2099         (begin_handler): Likewise.
2100         (begin_compound_stmt): Likewise.
2101         (finish_named_return_value): Remove.
2102         (cp_expand_stmt): Remove RETURN_INIT case.
2103         * tree.c (cp_statement_code_p): Remove RETURN_INIT case.
2104
2105 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
2106
2107         PR c++/9112
2108         * parser.c (cp_parser_direct_declarator): Handle erroneous
2109         parenthesized declarators correctly.
2110
2111 2002-12-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2112
2113         * cp-tree.h (pending_lang_change): Declare.
2114
2115 2002-12-30  Mark Mitchell  <mark@codesourcery.com>
2116
2117         * parser.c (cp_parser_context_free_list): New variable.
2118         (cp_parser_context_new): Use it.
2119         (cp_parser_error): Check return code from
2120         cp_parser_simulate_error.
2121         (cp_parser_simulate_error): Return a value.
2122         (cp_parser_id_expression): Optimize common case.
2123         (cp_parser_class_name): Likewise.
2124         (cp_parser_class_specifier): Adjust call to
2125         cp_parser_late_parsing_default_args.
2126         (cp_parser_lookup_name): Optimize common case.
2127         (cp_parser_late_parsing_for_member): Adjust call to
2128         cp_parser_late_parsing_default_args.
2129         (cp_parser_late_parsing_default_args): Add scope parameter.
2130         (cp_parser_require): Avoid creating the error message unless it's
2131         needed.
2132         (cp_parser_parse_definitely): Place free'd contexts on the free
2133         list.
2134
2135         * parser.c (cp_parser_declaration_seq_opt): Handle pending_lang_change.
2136
2137 2002-12-30  David Edelsohn  <edelsohn@gnu.org>
2138
2139         * parser.c (cp_parser_parameter_declaration_clause): Treat system
2140         header as extern "C" if NO_IMPLICIT_EXTERN_C undefined.
2141
2142 2002-12-30  Nathanael Nerode  <neroden@gcc.gnu.org>
2143
2144         * config-lang.in, Make-lang.in, operators.def, cp-tree.def:
2145         GCC, not GNU CC.
2146
2147 2002-12-30  Mark Mitchell  <mark@codesourcery.com>
2148
2149         * parse.y: Remove.
2150         * spew.c: Likewise.
2151         * Make-lang.in (gt-cp-spew.h): Remove.
2152         * cp-tree.h (do_pending_lang_change): Remove.
2153         (do_identifier): Change prototype.
2154         (finish_id_expr): Remove.
2155         * decl.c (lookup_name_real): Remove yylex variable.
2156         * decl2.c (build_expr_from_tree): Adjust call to do_identifier.
2157         * lex.c (init_cpp_parse): Remove.
2158         (reduce_cmp): Likewise.
2159         (token_cmp): Likewise.
2160         (yychar): Likewise.
2161         (lastiddecl): Likewise.
2162         (token_count): Likewise.
2163         (reduce_count): Likewise.
2164         (yyhook): Likewise.
2165         (print_parse_statistics): Likewise.
2166         (do_pending_lang_change): Likewise.
2167         (do_identifier): Remove parsing parameter.
2168         * lex.h (lastiddecl): Remove.
2169         (looking_for_typename): Remove.
2170         (looking_for_template): Likewise.
2171         (pending_lang_change): Likewise.
2172         (yylex): Likewise.
2173         * semantics.c (finish_id_expr): Remove.
2174
2175         * decl.c (grokdeclarator): Diagnost "extern thread" and "static
2176         thread" correctly.
2177
2178 2002-12-30  Nathanael Nerode  <neroden@gcc.gnu.org>
2179
2180         * decl.c, decl2.c, decl.h:  GCC, not GNU CC.  This is the C++ front
2181         end, not the C front end.
2182
2183 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
2184
2185         * cp-tree.h (THUNK_TARGET): New macro.
2186         (THUNK_VIRTUAL_OFFSET): For result thunks it is always a binfo.
2187         (finish_thunk): Remove offset parms.
2188         * class.c (find_final_overrider): Look through thunks.
2189         (get_vcall_index): Use THUNK_TARGET.
2190         (update_vtable_entry_for_fn): Look through thunks. Set covariant
2191         fixed offset here. Adjust finish_thunk call.
2192         (build_vtbl_initializer): Adjust finish_thunk calls.
2193         * mangle.c (mangle_call_offset): Remove superfluous if.
2194         (mangle_thunk): Adjust.
2195         * method.c (make_thunk): Adjust.
2196         (finish_thunk): Adjust.
2197         (thunk_adjust): Remove assert.
2198         (use_thunk): Use THUNK_TARGET
2199         * dump1.c (cp_dump_tree): Adjust thunk dumping.
2200
2201         PR c++/9054
2202         * class.c (layout_class_type): Set TYPE_CONTEXT of type for base.
2203         * dump.c (cp_dump_tree, RECORD_TYPE): Deal with type for base types.
2204
2205 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2206
2207         Remove traditional C constructs 4/n.
2208         * decl2.c (grok_method_quals, warn_if_unknown_interface,
2209         grok_x_components, cp_build_parm_decl, build_artificial_parm,
2210         maybe_retrofit_in_chrg, grokclassfn, grok_array_decl,
2211         delete_sanity, check_member_template, check_java_method,
2212         check_classfn, finish_static_data_member_decl, grokfield,
2213         grokbitfield, grokoptypename, grok_function_init,
2214         cplus_decl_attributes, constructor_name, defer_fn,
2215         build_anon_union_vars, finish_anon_union, coerce_new_type,
2216         coerce_delete_type, comdat_linkage, maybe_make_one_only,
2217         key_method, import_export_vtable, import_export_class,
2218         output_vtable_inherit, import_export_decl, import_export_tinfo,
2219         build_cleanup, get_guard, get_guard_bits, get_guard_cond,
2220         set_guard, start_objects, finish_objects,
2221         start_static_storage_duration_function,
2222         finish_static_storage_duration_function, get_priority_info,
2223         start_static_initialization_or_destruction,
2224         finish_static_initialization_or_destruction,
2225         do_static_initialization, do_static_destruction,
2226         prune_vars_needing_no_initialization, write_out_vars,
2227         reparse_decl_as_expr, finish_decl_parsing, namespace_ancestor,
2228         add_using_namespace, merge_functions, ambiguous_decl,
2229         lookup_using_namespace, lookup_using_namespace,
2230         qualified_lookup_using_namespace, set_decl_namespace,
2231         decl_namespace, current_decl_namespace, push_decl_namespace,
2232         pop_decl_namespace, push_scope, pop_scope, add_function,
2233         arg_assoc_namespace, arg_assoc_template_arg, arg_assoc,
2234         lookup_arg_dependent, do_namespace_alias,
2235         validate_nonmember_using_decl, do_nonmember_using_decl,
2236         do_toplevel_using_decl, do_local_using_decl,
2237         do_class_using_decl, do_using_directive, check_default_args,
2238         mark_used, handle_class_head): Use C90 prototypings.  Use booleans.
2239         * parser.c (cp_parser_class_head): Use booleanss.
2240         * decl.c (walk_globals, walk_vtables): Likewise.
2241         * cp-tree.h (walk_globals_pred, walk_globals_fn, walk_vtables,
2242         walk_globals): Change return type from 'int' to 'bool'.
2243         * rtti.c (init_rtti_processing, build_headof, throw_bad_cast
2244         throw_bad_typeid, get_tinfo_decl_dynamic, typeid_ok_p,
2245         build_typeid, tinfo_name, get_tinfo_decl, get_tinfo_ptr,
2246         get_typeid, ifnonnull, build_dynamic_cast_1, build_dynamic_cast,
2247         qualifier_flags, tinfo_base_init, generic_initializer,
2248         ptr_initializer, dfs_class_hint_mark, ptm_initializer,
2249         dfs_class_hint_unmark, class_hint_flags, class_initializer,
2250         typeinfo_in_lib_p, get_pseudo_ti_init, create_pseudo_type_info,
2251         get_pseudo_ti_desc, create_tinfo_types, emit_support_tinfos,
2252         unemitted_tinfo_decl_p, emit_tinfo_decl): Likewise.
2253         * repo.c (repo_compile_flags, repo_template_declared,
2254         repo_template_defined, repo_class_defined, repo_get_id,
2255         repo_template_used, repo_vtable_used, repo_inline_used,
2256         repo_tinfo_used, repo_template_instantiated, extract_string,
2257         open_repo_file, afgets, init_repo, reopen_repo_file_for_write,
2258         finish_repo): Likewise.
2259         * ptree.c (cxx_print_decl, cxx_print_type, cxx_print_identifier,
2260         cxx_print_xnode): Likewise..
2261         * cp-lang.c (ok_to_generate_alias_set_for_type, cxx_get_alias_set,
2262         cxx_warn_unused_global_decl, cp_expr_size): Likewise.
2263         * cxxfilt.c (demangle_it, print_demangler_list, usage,
2264         standard_symbol_characters, hp_symbol_characters, main, fatal):
2265         Likewise.
2266         (strip_underscore):  Change type from 'int' to 'bool'.
2267         (main): Use boolean constants.
2268
2269 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2270
2271         Remove traditional C constructs 3/n.
2272         * cvt.c (cp_convert_to_pointer, convert_to_pointer_force,
2273         build_up_reference, warn_ref_binding, convert_to_reference,
2274         convert_from_reference, convert_lvalue, cp_convert, ocp_convert,
2275         convert_to_void, convert, convert_force, build_type_conversion,
2276         build_expr_type_conversion, type_promotes_to,
2277         perform_qualification_conversions): Use C90 prototyping style.
2278         * decl2.c (grok_array_decl): Use boolean constant.
2279         (delete_sanity): Likewise.
2280         * typeck.c (build_unary_op): Likewise.
2281         * semantics.c (finish_switch_cond): Likewise.
2282         * parser.c (cp_parser_direct_new_declarator): Likewise.
2283         * init.c (build_new): Likewise.
2284
2285 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
2286
2287         * Make-lang.in (po-generated): Remove parse.c.
2288         (CXX_OBJS): Remove parse.o and spew.o.  Add parser.o.
2289         ($(srcdir)/cp/parse.h): Remove target.
2290         ($(srcdir)/cp/parse.c): Likewise.
2291         (gt-cp-parse.h): Likewise.
2292         (gt-cp-parser.h): New target.
2293         (c++.distclean): Do not remove parse.output.
2294         (c++.maintainer-clean): Do not remove parse.c or parse.h.
2295         (cp/spew.o): Remove target.
2296         (cp/lex.o): Adjust dependencies.
2297         (cp/pt.o): Likewise.
2298         (cp/parse.o): Likewise.
2299         (cp/TAGS): Do not mention parse.c.
2300         (cp/parser.o): New target.
2301         * NEWS: Mention the new parser.
2302         * call.c (build_scoped_method_call): Simplify.
2303         (build_method_call): Likewise.
2304         (build_new_function_call): Adjust calls to add_function_candidate
2305         and add_template_candidate.
2306         (build_new_op): Improve handling of erroroneous operands.
2307         (convert_default_arg): Remove circular argument processing.
2308         (name_as_c_string): New function.
2309         (build_new_method_call): Use it.
2310         (perform_implicit_conversion): Use error_operand_p.
2311         * class.c (finish_struct_anon): Use constructor_name_p.
2312         (check_field_decls): Likewise.
2313         (pop_nested_class): Use OVL_NEXT, not OVL_CHAIN.
2314         (resolve_address_of_overloaded_function): Likewise.
2315         (instantiate_type): Tweak pointer-to-member handling.
2316         (get_primary_binfo): Remove incorrect assertion.
2317         * config-lang.in (gtfiles): Add parser.c, remove parse.c.
2318         * cp-tree.h (DEFARG_TOKENS): New macro.
2319         (default_arg): New structure.
2320         (cp_tree_node_structure_enum): Add TS_CP_DEFAULT_ARG.
2321         (lang_tree_node): Add default_arg.
2322         (cp_tree_index): Add CPTI_TYPE_INFO_REF_TYPE.
2323         (type_info_ref_type): New macro.
2324         (saved_scope): Make processing_explicit_instantiation a boolean.
2325         (check_access): New field.
2326         (unparsed_text): Remove.
2327         (language_function): Remove unparsed_inlines.
2328         (error_operand_p): New macro.
2329         (lang_decl): Adjust pending_inline_info.
2330         (DEFARG_POINTER): Remove.
2331         (tag_types): Add typenames.
2332         (lookup_ualified_name): Declare.
2333         (lookup_name_real): Likewise.
2334         (shadow_tag): Adjust prototype.
2335         (get_scope_of_declarator): Declare it.
2336         (process_next_inline): Remove it.
2337         (check_for_missing_semicolon): Likewise.
2338         (maybe_get_template_decl_from_type_decl): Declare it.
2339         (finish_label_stmt): Adjust prototype.
2340         (finish_non_static_data_meber): Declare it.
2341         (finish_pseudo_destructor_call_expr): Rename to ...
2342         (finish_pseudo_destructor_expr): ... this.
2343         (finish_compound_literal): Declare it.
2344         (begin_inline_definitions): Remove it.
2345         (init_spew): Remove.
2346         (peekyylex): Likewise.
2347         (arbitrate_lookup): Likewise.
2348         (frob_opname): Likewise.
2349         (maybe_snarf_defarg): Likewise.
2350         (add_defarg_fn): Likewise.
2351         (do_pending_defargs): Likewise.
2352         (done_pending_defargs): Likewise.
2353         (unprocessed_defarg_fn): Likewise.
2354         (replace_defarg): Likewise.
2355         (end_input): Likewise.
2356         (get_overloaded_fn): Likewise.
2357         * cvt.c (convert_to_reference): Improve error handling.
2358         * decl.c (lookup_name_real): Do not declare it static.
2359         (maybe_push_to_top_level): Set check_access.
2360         (identifier_type_value): Adjust call to lookup_name_real.
2361         (lookup_qualified_name): New method.
2362         (lookup_name_real): Remove special-case parsing code.
2363         (lookup_name-nonclass): Adjust call to lookup_name_real.
2364         (lookup_name_namespace_only): Likewise.
2365         (lookup_name): Likewise.
2366         (check_tag_decl): Return the type declared.
2367         (shadow_tag): Likewise.
2368         (register_dtor_fn): Tweak check_access.
2369         (grokfndecl): Use constructor_name_p.
2370         (get_scope_of_declarator): New function.
2371         (grokdeclarator): Obscure tweaks for slightly different declarator
2372         representations.
2373         (start_method): Return error_mark_node to indicate failure.
2374         (cp_tree_node_structure_enum): Use TS_CP_DEFAULT_ARG for DEFAULT_ARGs.
2375         * decl2.c (constructor_name_full): Simplify.
2376         (constructor_name): Use it.
2377         (build_expr_from_tree): Adjust for changes to do new parser.
2378         (push_scope): Improve robustness.
2379         (validate_nonmember_using_decl): Process declarations, not names.
2380         (do_class_using_decl): Likewise.
2381         (handle_class_head): Do not mess with CLASSTYPE_DECLARED_CLASS
2382         here.
2383         * error.c (dump_expr): Handle IDENTIFIER_NODEs and BASELINKs.
2384         * expr.c (cxx_expand_expr): Handle BASELINKs.
2385         * init.c (member_init_ok_or_else): Issue more errors.
2386         (build_offset_ref): Tweak handling of FUNCTION_DECLs.
2387         * lex.c: Do not include parse.h.
2388         (yypring): Do not declare.
2389         (yylval): Likewise.
2390         (make_reference_declarator): Remove error-generating code.
2391         (rid_to_yy): Remove.
2392         (cxx_init): Do not call init_spew.
2393         (yypring): Remove.
2394         (check_for_missing_semicolon): Remove.
2395         * lex.h (got_scope): Remove.
2396         (got_object): Remove.
2397         * method.c (hack_identifier): Use finish_non_static_data_member.
2398         (implicitly_declare_fn): Adjust use of constructor_name.
2399         * parser.c: New file.
2400         * pt.c (parse.h): Do not include it.
2401         (maybe_get_template_decl_from_template): Do not declare it.
2402         (finish_member_template_decl): Tweak.
2403         (begin_explicit_instantiation): Adjust for
2404         processing_explicit_instantiation being boolean.
2405         (end_explicit_instantiation): Likewise.
2406         (maybe_process_partial_specialization): Tighten specialization
2407         test.
2408         (retrieve_local_specialization): Adjust ue of hash table.
2409         (eq_local_specializations): New function.
2410         (register_local_specialization): Likewise.
2411         (push_template_decl_real): Remove unnecessary test.
2412         (maybe_get_template_decl_from_type_decl): Don't make it static.
2413         (for_each_template_parm_r): Handle TYPEOF_TYPE.
2414         (tsubst_copy): Use retrieive_local_specialization to handle
2415         PARM_DECL.  Adjust handling of CONST_DECLs.  Handle BASELINKs.
2416         Handle COMPONENT_REFs with pseudo-destructor-expressions.
2417         Simplify handling of CALL_EXPR and METHOD_CALL_EXPR.
2418         (tsubst_expr): Pass decls, not names, to do_local_using_decl.
2419         (unify): Tweak handling of CONST_DECLs.
2420         (regenerate_decl_from_template): Use push_nested_class.
2421         (template_for_substitution): New funciton.
2422         (instantiate_decl): Use it.  Register parameters as local
2423         specializations.
2424         * rtti.c (init_rtti_processing): Set type_info_ref_type.
2425         (build_typeid): Use it.
2426         (get_typeid): Likeise.
2427         * search.c (accessible_p): Use check_access, not
2428         flag_access_control.
2429         (adjust_result_of_qualified_name_lookup): Pay attention to the
2430         context_class.
2431         * semantics.c (finish_asm_stmt): Adjust error handling.
2432         (finish_label_stmt): Return the statement.
2433         (finish_non_static_data_member): New function.
2434         (finish_class_expr): Handle BASELINKs.
2435         (finish_call_expr): Handle PSEUDO_DTOR_EXPR.
2436         (finish_object_call_expr): Simplify handling during templates.
2437         (finish_pseudo_destructor_call_expr): Rename to ...
2438         (finish_pseudo_dtor_expr): ... this.
2439         (finish_compound_literal): New function.
2440         (begin_inline_definitions): Remove.
2441         (finish_sizeof): Remove special template handling.
2442         * spew.c: Do not include parse.h.
2443         * tree.c (get_overloaded_fn): Remove.
2444         * typeck.c (build_class_member_access_expr): Handle
2445         PSEUDO_DTOR_EXPR.  Adjust handling of static member functions.
2446         (lookup_destructor): New function.
2447         (finish_class_member_access_expr): Use it.
2448         (convert_arguments): Simplify.
2449         (build_unary_op): Handle BASELINKs.
2450
2451 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
2452
2453         PR c++/4803
2454         * decl2.c (mark_used): Defer inline functions.
2455         (finish_file): Merge deferred_fns loops. Check all used
2456         inline functions have a definition.
2457         * method.c (make_thunk): Thunks are not inline.
2458
2459         PR c++/5116, c++/764
2460         * call.c (build_new_op): Make sure template class operands are
2461         instantiated.
2462
2463 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
2464
2465         PR C++/7964
2466         * cp-tree.h (resolve_scoped_fn_name): Prototype.
2467         * call.c (resolve_scoped_fn_name): New function. Deal with
2468         more template expansion. Broken out of ...
2469         * parse.y (parse_finish_call_expr): ... here. Call it.
2470         * decl2.c (build_expr_from_tree, CALL_EXPR): Use
2471         resolve_scoped_fn_name and build_call_from_tree.
2472
2473         PR c++/9053
2474         * decl.c (duplicate_decls): Templates may be disambiguated by
2475         return type.
2476
2477         PR c++/8702
2478         * decl2.c (check_classfn): Use lookup_fnfield_1. List all
2479         conversion operators on failure.
2480
2481 2002-12-23  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2482
2483         Remove traditional C constructs 2/n.
2484         * call.c (tourney, build_field_call, equal_functions, joust,
2485         compare_ics, build_over_call, build_java_interface_fn_ref,
2486         convert_like_real, op_error, build_object_call, resolve_args,
2487         build_vfield_ref, check_dtor_name, build_scoped_method_call,
2488         build_addr_func, build_call, build_method_call, null_ptr_cst_p,
2489         sufficient_parms_p, build_conv, non_reference, strip_top_quals,
2490         standard_conversion, reference_related_p,
2491         reference_compatible_p, convert_class_to_reference,
2492         direct_reference_binding, reference_binding,
2493         ,implicit_conversion, is_complete, promoted_arithmetic_type_p,
2494         add_template_conv_candidate, any_viable, any_strictly_viable,
2495         build_this, splice_viable, print_z_candidates,
2496         build_user_type_conversion, build_new_function_call,
2497         conditional_conversion, build_conditional_expr, build_new_op,
2498         build_op_delete_call, enforce_access, call_builtin_trap,
2499         convert_arg_to_ellipsis, build_x_va_arg, cxx_type_promotes_to,
2500         convert_default_arg, type_passed_as, convert_for_arg_passing,
2501         in_charge_arg_for_name, is_properly_derived_from,
2502         maybe_handle_implicit_object, maybe_handle_ref_bind,
2503         source_type, add_warning, can_convert, can_convert_arg,
2504         perform_implicit_conversion, can_convert_arg_bad,
2505         initialize_reference, add_conv_candidate,
2506         add_template_candidate_real, add_template_candidate): Ansify.
2507
2508 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
2509
2510         PR c++/8572
2511         * cp-tree.h (grokoptypename): Add SCOPE parameter.
2512         * decl2.c (grokoptypename): Add SCOPE parameter. tsubst the type
2513         if in a template scope.
2514         * parse.y (unoperator): Return the scope.
2515         (operator_name): Adjust grokoptypename call.
2516
2517 2002-12-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2518
2519         * cp-tree.h (make_unbound_class_template): Use tsubst_flags_t.
2520         * decl.c (make_unbound_class_template): Adjust.  Check for tf_error.
2521         * pt.c (tsubst) [OFFSET_TYPE]: Check for tf_error.
2522
2523 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
2524
2525         * ChangeLog: Fix a typo.
2526         * class.c: Fix comment typos.
2527         * cp-tree.h: Likewise.
2528
2529 2002-12-18  Jason Merrill  <jason@redhat.com>
2530
2531         Handle anonymous unions at the tree level.
2532         C++ ABI change: Mangle anonymous unions using the name of their
2533         first named field (by depth-first search).  Should not cause
2534         binary compatibility problems, though, as the compiler previously
2535         didn't emit anything for affected unions.
2536         * cp-tree.def (ALIAS_DECL): New tree code.
2537         * decl2.c (build_anon_union_vars): Build ALIAS_DECLs.  Return the
2538         first field, not the largest.
2539         (finish_anon_union): Don't mess with RTL.  Do set DECL_ASSEMBLER_NAME,
2540         push the decl, and write it out at namespace scope.
2541         * decl.c (lookup_name_real): See through an ALIAS_DECL.
2542         (pushdecl): Add namespace bindings for ALIAS_DECLs.
2543         * rtti.c (unemitted_tinfo_decl_p): Don't try to look at the name
2544         of a decl which doesn't have one.
2545         * typeck.c (build_class_member_access_expr): Don't recurse if
2546         we already have the type we want.
2547
2548 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2549
2550         PR c++/8099
2551         * friend.c (make_friend_class): Allow partial specialization
2552         when declaration is not a template friend.
2553
2554 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2555
2556         PR c++/3663
2557         * pt.c (lookup_template_class): Copy TREE_PRIVATE and
2558         TREE_PROTECTED to created decl nodes.
2559
2560 2002-12-18  Mark Mitchell  <mark@codesourcery.com>
2561
2562         * class.c (build_base_field): Do not set DECL_PACKED on the
2563         FIELD_DECL.
2564
2565 2002-12-18  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2566
2567         * cp-tree.h (struct tree_srcloc): Use location_t.
2568         (SOURCE_LOCUS): New.
2569         (SRCLOC_FILE, SRCLOC_LINE): Adjust.
2570
2571 2002-12-17  Jason Merrill  <jason@redhat.com>
2572
2573         * decl.c (finish_function): Also complain about no return in
2574         templates.
2575         * semantics.c (finish_return_stmt): Also call check_return_expr in
2576         templates.
2577         * typeck.c (check_return_expr): In a template, just remember that we
2578         saw a return.
2579
2580 2002-12-16  Jason Merrill  <jason@redhat.com>
2581
2582         * semantics.c (simplify_aggr_init_exprs_r): Don't change the type
2583         of the CALL_EXPR.
2584
2585         * semantics.c (do_pushlevel): Call pushlevel after adding the
2586         SCOPE_STMT.
2587         (do_poplevel): Call poplevel before adding the SCOPE_STMT.
2588         * parse.y (function_body): Go back to using compstmt.
2589         * decl.c (pushdecl): Skip another level to get to the parms level.
2590
2591         * call.c (build_new_method_call): Use is_dummy_object to determine
2592         whether or not to evaluate the object parameter to a static member
2593         function.
2594
2595 2002-12-14  Jason Merrill  <jason@redhat.com>
2596
2597         * semantics.c (simplify_aggr_init_exprs_r): Also prepend the
2598         return slot for normal functions.  Set CALL_EXPR_HAS_RETURN_SLOT_ADDR.
2599         * tree.c (build_cplus_new): If the type isn't TREE_ADDRESSABLE,
2600         don't bother with an AGGR_INIT_EXPR.
2601         (cp_copy_res_decl_for_inlining): If the type isn't TREE_ADDRESSABLE,
2602         just generate a new decl normally.  Take return slot parm.
2603         * cp-tree.h: Adjust prototype.
2604
2605 2002-12-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2606
2607         PR C++/8031
2608         * cvt.c (convert_to_pointer_force): Don't try comparing against
2609         erronous type.
2610
2611 2002-12-13  Geoffrey Keating  <geoffk@apple.com>
2612
2613         * cp-tree.h: Have the multiple-include guards around
2614         the entire file.
2615
2616 2002-12-10  David Edelsohn  <edelsohn@gnu.org>
2617
2618         * cp/spew.c (feed_input): Change limit to last_pos and pos to cur_pos
2619         for SPEW_DEBUG.
2620         (snarf_method): Same.
2621         (snarf_defarg): Same.
2622
2623 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
2624
2625         PR c++/8372
2626         * pt.c (tsubst_copy): Handle destructor names more correctly.
2627
2628 2002-12-10  Matt Austern   <austern@apple.com>
2629
2630         * cp-tree.h: get rid of needs_virtual_reinit bit.
2631
2632 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
2633
2634         * NEWS: Document removal of in-class initialization extension for
2635         static data members of non-arithmetic, non-enumeration type.
2636         * decl.c (check_static_variable_definition): Do not allow that
2637         extension.
2638         * decl2.c (grokfield): Do not call digest_init when processing
2639         templates.
2640
2641 2002-12-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2642
2643         * error.c (dump_expr): Fix format specifier warning.
2644
2645 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
2646
2647         * class.c (finish_struct_1): Correct comment.
2648         * cp-tree.c (DECL_SORTED_FIELDS): Likewise.
2649
2650 2002-12-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2651
2652         PR C++/8799
2653         * error.c (dump_expr): Don't ever try to dump a non-existent
2654         expression.
2655
2656 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
2657
2658         Implement covariant returns.
2659         * cp-tree.h (IS_AGGR_TYPE_2): Remove.
2660         (struct lang_decl_flags): Add this_thunk_p flag.
2661         Rename vcall_offset to virtual_offset.
2662         (struct lang_decl): Rename delta to fixed_offset.
2663         (DECL_THIS_THUNK_P, DECL_RESULT_THUNK_P): New #defines.
2664         (SET_DECL_THUNK_P): Add THIS_ADJUSTING arg.
2665         (THUNK_DELTA, THUNK_VCALL_OFFSET): Rename to ...
2666         (THUNK_FIXED_OFFSET, THUNK_VIRTUAL_OFFSET): ... here.
2667         (make_thunk): Add this_adjusting arg.
2668         (finish_thunk): Declare.
2669         (mangle_thunk): Add this_adjusting arg.
2670         * class.c (get_vcall_index): Use base function for lookup.
2671         (update_vtable_entry_for_fn): Generate covariant thunk.
2672         (finish_struct_1): Set DECL_VINDEX to NULL for thunks.
2673         (build_vtbl_initializer): Use base function for lookup.
2674         Finish covariant thunk here. Adjust thunk generation.
2675         * dump.c (cp_dump_tree): Simplify DECL_GLOBAL_[CD]TOR_P handling.
2676         Adjust thunk dumping.
2677         * mangle.c (mangle_call_offset): New function.
2678         (mangle_thunk): Adjust for covariant thunks.
2679         * method.c (make_thunk): Adjust. Do not set name here.
2680         (finish_thunk): New function. Set name here.
2681         (use_thunk): Generate covariant thunks too.
2682         (thunk_adjust): New function.
2683         * search.c (covariant_return_p): Remove. Fold into ...
2684         (check_final_overrider): ... here. Simplify.
2685         * semantics.c (emit_associated_thunks): Walk covariant thunk lists.
2686
2687 2002-12-03  Jason Merrill  <jason@redhat.com>
2688
2689         PR c++/8674
2690         * call.c (build_over_call): Check specifically for TARGET_EXPR
2691         when eliding.
2692
2693         PR c++/8461, c++/8625
2694         * call.c (convert_for_arg_passing): Don't mess with error_mark_node.
2695         (cp_convert_parm_for_inlining): Remove.
2696         * cp-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
2697         Remove.
2698         * cp-tree.h (ADDR_IS_INVISIREF): Remove.
2699         * except.c (stabilize_throw_expr): Remove ADDR_IS_INVISIREF code.
2700
2701         * call.c (build_user_type_conversion_1): Don't set ICS_BAD_FLAG on
2702         an ambiguous conversion.
2703
2704 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
2705
2706         PR c++/8688
2707         * decl.c (reshape_init): Handle erroneous initializers.
2708
2709 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
2710
2711         PR c++/8720
2712         * spew.c (remove_last_token): Make sure that last_chunk is set
2713         correctly.
2714
2715         PR c++/8615
2716         * error.c (dump_expr): Handle character constants with
2717         TREE_OVERFLOW set.
2718
2719 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2720
2721         DR 180
2722         * decl.c (grokdeclarator): Require class-key for all friend class.
2723         Output the correct type and context in the error message.
2724
2725 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
2726
2727         PR c++/5919
2728         * pt.c (unify): Use variably_modified_type_p to test validity of
2729         template argument types.
2730
2731         PR c++/8727
2732         * cp-tree.h (lang_type_class): Add typeinfo_var.
2733         (CLASSTYPE_TYPEINFO_VAR): New macro.
2734         * rtti.c (get_tinfo_decl): Use it.
2735
2736         PR c++/8663
2737         * init.c (expand_member_init): Always get the main variant of a
2738         base class.
2739
2740 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
2741
2742         PR c++/8332
2743         PR c++/8493
2744         * decl.c (cxx_init_decl_processing): Use size_type_node, not
2745         c_size_type_node.
2746         * decl2.c (coerce_new_type): Likewise.
2747         * except.c (do_allocate_exception): Likewise.
2748
2749 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
2750
2751         * call.c, class.c, cp-lang.c, cvt.c, cxxfilt.c, decl.c, decl2.c,
2752         dump.c, error.c, except.c, expr.c, friend.c, g++spec.c, init.c,
2753         lex.c, mangle.c, method.c, optimize.c, parse.y, pt.c, ptree.c,
2754         repo.c, rtti.c, search.c, semantics.c, spew.c, tree.c, typeck.c,
2755         typeck2.c: Include coretypes.h and tm.h.
2756         * Make-lang.in: Update dependencies.
2757
2758 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
2759
2760         PR c++/8227
2761         * decl.c (layout_var_decl): Deal gracefully with erroneous types.
2762         (check_initializer): Validate the type of the initialized
2763         variable, even if the initializer is absent.
2764         * typeck.c (cp_type_quals): Deal gracefully with erroneous types.
2765
2766         PR c++/8214
2767         * typeck.c (convert_for_assignment): Do not use
2768         decl_constant_value on the operand.
2769
2770         PR c++/8511
2771         * pt.c (instantiate_decl): Handle template friends defined outside
2772         of the class correctly.
2773
2774 2002-11-29  Joe Buck <jbuck@synopsys.com>
2775
2776         * parse.y (class_head_defn): Set CLASSTYPE_DECLARED_CLASS for
2777         anonymous structs.
2778
2779 2002-11-29  Mark Mitchell  <mark@codesourcery.com>
2780
2781         * class.c (walk_subobject_offsets): Recur on binfos as well as on
2782         types.
2783         (layout_nonempty_base_or_field): Pass it a binfo when processing a
2784         base class.
2785         (layout_empty_base): Likewise.
2786         (build_base_field): Likewise.
2787
2788 2002-11-27  Mark Mitchell  <mark@codesourcery.com>
2789
2790         * class.c (build_base_field): Make sure we get the canonical base
2791         when descending through primary bases.
2792
2793 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
2794
2795         * decl.c (check_initializer): Don't error on initialisation of
2796         a scalar with a brace-enclosed expression.
2797
2798 2002-11-26  Nathan Sidwell  <nathan@codesourcery.com>
2799
2800         * cp-tree.h (DECL_LANG_FLAG_4): Document more uses.
2801         (template_parms_equal): Remove prototype.
2802         * typeck.c (buuld_indirect_ref): Reformat.
2803
2804 2002-11-25  Jason Merrill  <jason@redhat.com>
2805
2806         * init.c (build_vec_init): Use a FOR_STMT instead of an IF_STMT
2807         and a DO_STMT.
2808
2809 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
2810
2811         * tree.c (cp_build_qualified_type_real): Correct handling of
2812         array types.
2813         * class.c (walk_subobject_offsets): Fix thinko.
2814         (build_base_field): Record offsets of empty bases in primary
2815         virtual bases.
2816         (layout_class_type): Record offsets of empty bases in fields.
2817
2818         * search.c (is_subobject_of_p_1): Fix thinko.
2819         (lookup_field_queue_p): Likewise.
2820
2821 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
2822
2823         * class.c (layout_class_type): Reuse tail padding when laying out
2824         virtual bases.
2825
2826 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
2827
2828         * rtti.c (qualifier_flags): Fix thinko.
2829
2830 2002-11-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2831
2832         Remove traditional C constructs 1/n.
2833         * cp-tree.h (init_method, set_mangled_name_for_decl,
2834         build_opfncall, hack_identifier, make_thunk, use_thunk,
2835         synthesize_method, implicitly_declare_fn,
2836         skip_artificial_parms_for, optimize_function, calls_setjmp_p,
2837         maybe_clone_body): Remove use of PARAMS.
2838
2839         * method.c (do_build_assign_ref, do_build_copy_constructor,
2840         synthesize_exception_spec, locate_dtor, locate_ctor, locate_copy):
2841         Likewise.
2842         (synthesize_method): Use 'bool' type and constants instead of
2843         'int'.
2844         (locate_copy): Likewise.
2845         (implicitly_declare_fn): Likewise.
2846
2847         * optimize.c (calls_setjmp_r, update_cloned_parm, dump_function):
2848         Remove old-style declaration.
2849         (maybe_clone_body): Use 'bool' type and constants.
2850
2851 2002-11-21  Glen Nakamura  <glen@imodulo.com>
2852
2853         PR c++/8342
2854         * typeck.c (get_member_function_from_ptrfunc): Make sure that a
2855         SAVE_EXPR for instance_ptr doesn't get evaluated first inside one
2856         of the branches of a COND_EXPR.
2857
2858 2002-11-19  Mark Mitchell  <mark@codesourcery.com>
2859
2860         * pt.c (for_each_template_parm): Free allocated memory.
2861         * search.c (is_subobject_of_p_1): New function.
2862         (is_subobject_of_p): Avoid walking virtual bases multiple times.
2863
2864 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
2865
2866         * g++spec.c (lang_specific_spec_functions): New.
2867
2868 2002-11-15  Kazu Hirata  <kazu@cs.umass.edu>
2869
2870         * ChangeLog: Follow spelling conventions.
2871         * class.c: Likewise.
2872         * decl2.c: Likewise.
2873
2874 2002-11-14  Zack Weinberg  <zack@codesourcery.com>
2875
2876         * search.c (dfs_push_decls): Do not try to reorder elements
2877         3..n of method_vec if method_vec has only two elements.
2878         Reverse order of two tests to avoid accessing unallocated
2879         memory.
2880
2881 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
2882
2883         * class.c (dfs_find_final_overrider): Adjust so that the most
2884         derived object is a binfo, rather than a class type.
2885         (find_final_overrider): Likewise.
2886         (add_vcall_offset_vtbl_entries_1): Simplify accordingly.
2887         (add_vcall_offset): Likewise.
2888
2889 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2890
2891         PR c++/8389
2892         * pt.c (instantiate_template): Push class scope for member
2893         functions.
2894         (get_mostly_instantiated_function_type): Likewise.  Don't call
2895         tsubst on context.  Remove CONTEXTP and TPARMSP parameters.
2896         * cp-tree.h (get_mostly_instantiated_function_type): Adjust.
2897         * mangle.c (write_encoding, write_unqualified_name): Adjust.
2898
2899 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
2900
2901         * class.c (add_vcall_offset_vtbl_entries_1): Correct ordering of
2902         vcall offfsets.  Split out ...
2903         (add_vcall_offset): ... new function.
2904
2905         PR c++/8338
2906         * pt.c (for_each_template_parm): Add htab parameter.
2907         (process_partial_specialization): Adjust call.
2908         (push_template_decl_real): Likewise.
2909         (pair_fn_data): Add visited.
2910         (for_each_template_parm_r): Avoid walking duplicates more than
2911         once.
2912         (uses_template_parms): Adjust call to for_each_template_parm.
2913
2914 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
2915
2916         * class.c (add_implicitly_declared_members): Put implicitly
2917         declared functions at the end of TYPE_METHODs when -fabi-version
2918         is at least 2.
2919
2920 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
2921
2922         * decl2.c (finish_file): Correct spelling.
2923
2924 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
2925
2926         * call.c (build_special_member_call): Do not try to lookup VTTs by
2927         name.
2928         * class.c (vtbl_init_data): Add generate_vcall_entries.
2929         (get_vtable_decl): Do not look up virtual tables by name.
2930         (copy_virtuals): Do not use BV_USE_VCALL_INDEX_P.
2931         (set_primary_base): Do not set CLASSTYPE_RTTI.
2932         (determine_primary_base): Likewise.
2933         (get_matching_virtual): Remove.
2934         (get_vcall_index): New function.
2935         (update_vtable_entry_for_fn): Do not try to use virtual thunks
2936         when they are not required.  Assign vcall indices at this point.
2937         (finish_struct_1): Do not set CLASSTYPE_NEEDS_VIRTUAL_REINIT.
2938         Do update dynamic_classes.
2939         (build_vtt): Do not add VTTs to the symbol table.
2940         (build_ctor_vtbl_group): Likewise.
2941         (build_vtbl_initializer): Simplify handling of vcall indices.
2942         (build_vcall_offset_vtbl_entries): Pretend to build vcall offsets
2943         for the most derived class.
2944         (add_vcall_offset_vtbl_entries_1): But do not actually add them to
2945         the vtable.
2946         * cp-tree.h (dynamic_classes): New macro.
2947         (lang_type_class): Remove rtti.  Add vtables.  Add vcall_indices.
2948         (CLASSTYPE_RTTI): Remove.
2949         (CLASSTYPE_NEEDS_VIRTUAL_REINIT): Remove.
2950         (CLASSTYPE_VCALL_INDICES): New macro.
2951         (CLASSTYPE_VTABLES): Likewise.
2952         (BV_USE_VCALL_INDEX_P): Remove.
2953         (build_vtable_path): Remove.
2954         * decl2.c (finish_vtable_vardecl): Remove.
2955         (key_method): Remove #if 0'd code.
2956         (finish_vtable_vardecl): Rename to ...
2957         (maybe_emit_vtables): ... this.
2958         (finish_file): Use it.
2959         * search.c (look_for_overrides_here): Update comment.
2960
2961 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
2962
2963         PR c/7353 redux
2964         * decl2.c (grokfield): Reject TYPE_DECLs with initializers.
2965
2966 2002-10-30  Jason Merrill  <jason@redhat.com>
2967
2968         PR c++/8186
2969         * cp-tree.h (ADDR_IS_INVISIREF): New macro.
2970         * call.c (convert_for_arg_passing): Set it.
2971         * except.c (stabilize_throw_expr): Recurse for such an arg.
2972
2973 2002-10-31  Mark Mitchell  <mark@codesourcery.com>
2974
2975         * cp-tree.h (lang_decl_flags): Remove init_priority.
2976         (lang_decl): Add delta.
2977         (GLOBAL_INIT_PRIORITY): Remove.
2978         (THUNK_DELTA): Revise definition.
2979         * decl2.c (start_objects): Don't set GLOBAL_INIT_PRIORITY.
2980         * dump.c (cp_dump_tree): Don't dump it.
2981
2982 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
2983
2984         PR c++/8160
2985         * typeck2.c (process_init_constructor): Call complete_array_type.
2986
2987         PR c++/8149
2988         * decl.c (make_typename_type): Issue errors about invalid results.
2989
2990 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2991
2992         Core issue 287, PR c++/7639
2993         * cp-tree.h (lang_type_class): Add decl_list field.
2994         (CLASSTYPE_DECL_LIST): New macro.
2995         (maybe_add_class_template_decl_list): Add declaration.
2996         * class.c (duplicate_tag_error): Initialize CLASSTYPE_DECL_LIST.
2997         (unreverse_member_declarations): Reverse CLASSTYPE_DECL_LIST.
2998         (maybe_add_class_template_decl_list): New function.
2999         (add_implicitly_declared_members): Use it.
3000         * decl.c (maybe_process_template_type_declaration): Likewise.
3001         (pushtag): Likewise.
3002         * friend.c (add_friend): Likewise.
3003         (make_friend_class): Likewise.
3004         * semantics.c (finish_member_declaration): Likewise.
3005         (begin_class_definition): Initialize CLASSTYPE_DECL_LIST.
3006         * pt.c (instantiate_class_template): Use CLASSTYPE_DECL_LIST
3007         to process members and friends in the order of declaration.
3008
3009 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
3010
3011         PR c++/8287
3012         * decl.c (finish_destructor_body): Create the label to jump to
3013         when returning from a destructor here.
3014         (finish_function_body): Rather than here.
3015
3016 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
3017
3018         PR c++/7266
3019         * decl.c (grokdeclarator): Check that TREE_OPERAND 0 of a
3020         SCOPE_REF is not null before dereferencing it.
3021
3022 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
3023
3024         * call.c (build_over_call): Use DECL_CONTEXT, not
3025         DECL_VIRTUAL_CONTEXT.
3026         * class.c (modify_vtable_entry): Don't mess with
3027         DECL_VIRTUAL_CONTEXT.
3028         (set_vindex): Remove.
3029         (set_primary_base): Remove vfuns_p parameter.
3030         (determine_primary_base): Likewise.
3031         (modify_all_vtables): Likewise.
3032         (layout_class_type): Likewise.  Adjust calls to other functions
3033         accordingly.
3034         (finish_struct_1): Adjust calls to modified functions.  Set
3035         DECL_VINDEX here.
3036         * cp-tree.h (lang_type_class): Remove vsize.
3037         (CLASSTYPE_VSIZE): Remove.
3038         (lang_decl): Remove thunks.
3039         (DECL_THUNKS): Adjust.
3040         (DECL_VIRTUAL_CONTEXT): Remove.
3041         (duplicate_decls): Don't copy it.
3042         * pt.c (build_template_decl): Don't set it.
3043         (tsubst_decl): Likewise.
3044         * typeck.c (expand_ptrmemfunc_cst): Don't use it.
3045
3046         * class.c (build_vtbl_initializer): Don't use build_vtable_entry.
3047         (build_vtable_entry): Remove.
3048         * cp-tree.h (BINFO_VIRTUALS): Expand documentation.
3049         (lang_decl): Add thunks.
3050         (DECL_THUNKS): New macro.
3051         * decl.c (duplicate_decls): Copy it.
3052         * method.c (make_thunk): Simplify, and add thunks to DECL_THUNKS.
3053         * semantics.c (emit_associated_thunks): Simplify.
3054
3055 2002-10-24  David Edelsohn  <edelsohn@gnu.org>
3056
3057         PR c++/7228
3058         * cp-tree.h (CLASSTYPE_READONLY_FIELDS_NEED_INIT): Check that
3059         lang_type structure exists before accessing field.
3060         (SET_CLASSTYPE_READONLY_FIELDS_NEED_INIT): New macro.
3061         (CLASSTYPE_REF_FIELDS_NEED_INIT): Similar.
3062         (SET_CLASSTYPE_REF_FIELDS_NEED_INIT): New macro.
3063         * class.c (check_field_decls): Use new macros.
3064         * typeck2.c (process_init_constructor): Remove redundant check for
3065         existence of lang_type structure.
3066
3067 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
3068
3069         * class.c (end_of_base): New method.
3070         (end_of_class): Use it.  Check indirect virtual bases.
3071
3072         * class.c (check_field_decls): Fix typo.
3073
3074 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
3075
3076         PR c++/8067
3077         * decl.c (maybe_inject_for_scope_var): Ignore __FUNCTION__ and
3078         related variables.
3079
3080         PR c++/7679
3081         * spew.c (next_token): Do not return an endless stream of
3082         END_OF_SAVED_INPUT tokens.
3083         (snarf_method): Add three END_OF_SAVED_INPUT tokens to the end of
3084         the cached token stream.
3085         (snarf_defarg): Likewise.
3086
3087 2002-10-23  Zack Weinberg  <zack@codesourcery.com>
3088
3089         * cp-lang.c (cp_var_mod_type_p): New: C++ hook for
3090         variably_modified_type_p.
3091         * cp-tree.h: Remove prototype of variably_modified_type_p.
3092         * tree.c (variably_modified_type_p): Remove; now implemented
3093         in language-independent code.
3094
3095 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
3096
3097         PR c++/6579
3098         * spew.c (snarf_parenthesized_expression): New function.
3099         (snarf_block): Use it.
3100
3101 2002-10-22  Richard Henderson  <rth@redhat.com>
3102
3103         * method.c (use_thunk): Always compute vcall_value; assert that
3104         it is not zero.  Use can_output_mi_thunk; use output_mi_thunk
3105         for vcall thunks as well.
3106
3107 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
3108
3109         * class.c (empty_base_at_nonzero_offset_p): New function.
3110         (layout_nonempty_base_or_field): Do not check for conflicts when
3111         laying out a virtual base using the GCC 3.2 ABI.
3112         (build_base_field): Correct checking for presence of empty classes
3113         at nonzero offsets when clearing CLASSTYPE_NEARLY_EMPTY_P.
3114
3115         * class.c (include_empty_classes): Use normalize_rli.
3116         (layout_class_type): Likewise.
3117
3118         * decl.c (reshape_init): Tweak handling of character arrays.
3119
3120         PR c++/8218
3121         * cp-tree.h (lang_type_class): Add contains_empty_class_p.
3122         (CLASSTYPE_CONTAINS_EMPTY_CLASS_P): New macro.
3123         * class.c (check_bases): Update CLASSTYPE_CONTAINS_EMPTY_CLASS_P.
3124         (check_field_decls): Likewise.
3125         (layout_class_type): Likewise.
3126         (finish_struct_1): Initialize it.
3127         (walk_subobject_offsets): Use it to prune searches.
3128
3129 2002-10-20  Mark Mitchell  <mark@codesourcery.com>
3130
3131         * method.c (use_thunk): Compute the vcall index as a HOST_WIDE_INT.
3132         * optimize.c (optimize_function): Replace ASM_OUTPUT_MI_THUNK with
3133         TARGET_ASM_OUTPUT_MI_THUNK in comments.
3134
3135 2002-10-18  Zack Weinberg  <zack@codesourcery.com>
3136
3137         * decl.c (start_decl): Point users of the old initialized-
3138         typedef extension at __typeof__.
3139
3140 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
3141
3142         * Make-lang.in (method.o): Depend on TARGET_H.
3143         * method.c (target.h): Include it.
3144         (use_thunk): Use target hooks.  Use vcall thunks, if available.
3145
3146 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
3147
3148         * class.c (base_derived_from): Make sure return value is a bool.
3149
3150 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
3151
3152         * class.c (find_final_overrider_data_s): Remove overriding_fn and
3153         overriding_base.
3154         (dfs_base_derived_from): New function.
3155         (base_derived_from): Likewise.
3156         (dfs_find_final_overrider): Use base_derived_from.
3157         (find_final_overrider): Adjust.
3158
3159 2002-10-18  Jason Merrill  <jason@redhat.com>
3160
3161         PR c++/8080
3162         * semantics.c (finish_for_cond, finish_while_cond): Don't mess
3163         with condition decls in a template.
3164
3165 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
3166
3167         * class.c (add_method): Compare template parms too.
3168
3169 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
3170
3171         PR c++/7584
3172         * class.c (handle_using_decl): Allow the declaration used to be
3173         from an ambiguous base.
3174
3175         * pt.c (convert_template_argument): Revert this change:
3176                 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
3177                 * pt.c (convert_template_argument): Do not fold non-type
3178                 template rguments when inside a template.
3179
3180         * init.c (expand_default_init): Handle brace-enclosed initializers
3181         correctly.
3182
3183 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
3184
3185         * mangle.c (write_expression): Correct handling of enumeration
3186         constants.
3187         (write_template_arg): Likewise.
3188         * pt.c (convert_template_argument): Do not fold non-type template
3189         arguments when inside a template.
3190
3191         PR c++/7478
3192         * cvt.c (convert_to_reference): Allow references as the incoming
3193         type.
3194
3195 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
3196
3197         PR c++/7524
3198         * method.c (do_build_assign_ref): Use cp_build_qualified_type, not
3199         build_qualified_type.
3200
3201 2002-10-15  Richard Henderson  <rth@redhat.com>
3202
3203         * error.c (dump_expr): Use real_to_decimal directly, and with
3204         the new arguments.
3205
3206 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
3207
3208         * decl.c (reshape_init): Fix typo.
3209
3210         * cp-tree.h (operator_name_info_t): Add arity.
3211         * lex.c (init_operators): Initialize it.
3212         * mangle.c (write_conversion_operator_name): New function.
3213         (write_unqualified_name): Use it.
3214         (write_template_args): Accept template arguments as a TREE_LIST.
3215         (write_expression): Adjust handling of qualified names to match
3216         specification.
3217
3218 2002-10-15  Jason Merrill  <jason@redhat.com>
3219
3220         * call.c (call_builtin_trap): New fn.
3221         (convert_arg_to_ellipsis): Use it.  Downgrade error to warning.
3222         (build_call): Don't set current_function_returns_abnormally outside
3223         a function.
3224
3225 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
3226
3227         * class.c (check_field_decls): Remove empty_p parameter.  Instead,
3228         clear CLASSTYPE_EMPTY_P.
3229         (build_base_field): Likewise.
3230         (build_base_fields): Likewise.
3231         (check_bases_and_members): Likewise.
3232         (create_vtbl_ptr): Likewise.
3233         (layout_class_type): Likewise.  Ensure that empty classes have
3234         size zero when used as base classes in the 3.2 ABI.
3235         (finish_struct_1): Initialize CLASSTYPE_EMPTY_P and
3236         CLASSTYPE_NEARLY_EMPTY_P.  Adjust calls to avoid passing empty_p
3237         parameter.
3238         (is_empty_class): Correct definition when using post-3.2 ABI.
3239         * cp-tree.h (lang_type_class): Add empty_p.
3240         (CLASSTYPE_EMPTY_P): New macro.
3241
3242 2002-10-12  Nathan Sidwell  <nathan@codesourcery.com>
3243
3244         * init.c (build_delete): Do not apply save_expr for arrays.
3245         (build_vec_delete): Likewise.
3246
3247 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
3248
3249         * decl.c (layout_var_decl): Call layout_decl even for variables
3250         whose type is an array with unspecified bounds.
3251
3252         PR c++/7176
3253         * lex.c (do_identifier): Add another option for the parsing
3254         parameter.
3255         * parse.y (do_id): Use it.
3256
3257 2002-10-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3258
3259         PRs C++/6803, C++/7721 and C++/7803
3260         * decl.c (grokdeclarator): Gracefully handle template-name as
3261         decl-specifier.
3262
3263 2002-10-11  Jason Molenda  <jmolenda@apple.com>
3264
3265         * init.c (build_field_list): Provide uses_unions_p with a default
3266         value.
3267
3268 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
3269
3270         PR c++/5661
3271         * cp-tree.h (variably_modified_type_p): New function.
3272         (grokdeclarator) Tighten check for variably modified types as
3273         fields.
3274         * pt.c (convert_template_argument): Do not allow variably modified
3275         types as template arguments.
3276         * tree.c (variably_modified_type_p): New function.
3277
3278         * NEWS: Document removal of "new X = ..." extension.
3279         * class.c (initialize_array): Set TREE_HAS_CONSTRUCTOR on
3280         brace-enclosed initializers.
3281         * cp-tree.h (CP_AGGREGATE_TYPE_P): New macro.
3282         (initialize_local_var): Remove declaration.
3283         (expand_static_init): Likewise.
3284         * decl.c (next_initializable_field): New function.
3285         (reshape_init): Likewise.
3286         (check_initializer): Use them.  Build dynamic initializer for
3287         aggregates here too.
3288         (initialize_local_var): Simplify, and incorporate cleanup
3289         insertion code as well.
3290         (destroy_local_var): Remove.
3291         (cp_finish_decl): Tidy.
3292         (expand_static_init): Fold checks for whether or not a variable
3293         needs initialization into this function.  Simplify.
3294         * decl2.c (do_static_initialization): Simplify.
3295         * init.c (build_init): Do not set TREE_SIDE_EFFECTS when it will
3296         be done for us automatically.
3297         (expand_default_init): Handle brace-enclosed initializers
3298         correctly.
3299         (expand_aggr_init_1): Remove RTL-generation code.
3300         (build_vec_init): Remove "new X = ..." support.
3301         * parse.y (new_initializer): Likewise.
3302         * rtti.c (get_pseudo_ti_init): Set TREE_HAS_CONSTRUCTOR on
3303         brace-enclosed initializer.
3304         (create_pseudo_type_info): Likewise.
3305         * typeck2.c (store_init_value): Don't try to handle digest_init
3306         being called more than once.
3307         (digest_init): Tidy handling of brace-enclosed initializers.
3308
3309 2002-10-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3310
3311         * decl.c (typename_hash): Use htab_hash_pointer.
3312
3313 2002-10-10  Jim Wilson  <wilson@redhat.com>
3314
3315         * decl.c (duplicate_decls): Don't call decl_attributes.
3316
3317 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
3318
3319         PR c/7353
3320         * decl.c (start_decl): Unconditionally issue error for
3321         'typedef foo = bar'.
3322         (cp_finish_decl): Remove special case for TYPE_DECL with initializer.
3323         (grokdeclarator): Remove redundant error for 'typedef foo = bar'.
3324
3325 2002-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3326
3327         * decl2.c (prune_vtable_vardecl): Delete unused function.
3328
3329 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
3330
3331         PR c++/7754
3332         * decl2.c (finish_anon_union): Do not expand anonymous unions when
3333         procesing template functions.
3334         * pt.c (tsubst_decl, case VAR_DECL): Try to complete the variable
3335         type. Call layout_decl.
3336         (tsubst_expr, case DECL_STMT): Handle anonymous unions.
3337
3338 2002-10-07  Richard Henderson  <rth@redhat.com>
3339
3340         * decl2.c, pt.c: Revert c++/7754 fix.
3341
3342 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3343
3344         PR c++/7804
3345         * error.c (dump_expr) [REAL_CST]: Output in decimal format.
3346
3347 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
3348
3349         PR c++/7931
3350         * pt.c (for_each_template_parm_r): Handle BASELINKs.
3351
3352         PR c++/7754
3353         * decl2.c (finish_anon_union): Do not expand anonymous unions when
3354         procesing template functions.
3355         * pt.c (tsubst_decl, case VAR_DECL): Try to complete the variable
3356         type. Call layout_decl.
3357         (tsubst_expr, case DECL_STMT): Handle anonymous unions.
3358
3359 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
3360
3361         PR c++/8006
3362         * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Handle instances of template
3363         template parameters.
3364         (globals): Add entity and need_abi_warning.
3365         (decl_is_template_id): Use TYPE_TEMPLATE_INFO, not
3366         CLASSTYPE_TEMPLATE_INFO.
3367         (is_std_substitution): Use CLASSTYPE_TI_TEMPLATE, not
3368         TYPE_TI_TEMPLATE.
3369         (write_prefix): Handle typename types correctly.
3370         (write_template_prefix): Handle template template parameters
3371         correctly.
3372         (start_mangling): Add entity parameter.
3373         (finish_mangling): Warn about names whose mangling will change.
3374         (mangle_decl_string): Adjust.
3375         (mangle_type_string): Likewise.
3376         (mangle_special_for_type): Likewise.
3377         (mangle_ctor_vtbl_for_type): Likewise.
3378         (mangle_thunk): Likewise.
3379         (mangle_guard_variable): Likewise.
3380         (mangle_ref_init_variable): Likewise.
3381
3382 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
3383
3384         PR c++/7188.
3385         * cp-tree.def (CTOR_INITIALIZER): Use one slot, not two.
3386         * cp-tree.h (emit_base_init): Rename to ....
3387         (emit_mem_initializers): ... this.
3388         (expand_member_init): Change prototype.
3389         * init.c (perform_member_init): Compute explicit, rather than
3390         requiring it as a parameter.
3391         (sort_member_init): Rename to ...
3392         (sort_mem_initializers): ... this.  Process bases and data members
3393         together.
3394         (sort_base_init): Remove.
3395         (emit_base_init): Rename to ...
3396         (emit_mem_initializers): ... this.
3397         (expand_aggr_vbase_init_1): Remove.
3398         (construct_virtual_bases): Rename to ...
3399         (construct_virtual_base): ... this.
3400         (expand_member_init): Rework handling of base initializers.
3401         * method.c (do_build_copy_constructor): Use
3402         finish_mem_initializers.
3403         * parse.y (member_init): Adjust calls to expand_member_init.
3404         * pt.c (tsubst_expr): Simplify CTOR_INITIALIZER case.
3405         (tsubst_initializer_list): Use expand_member_init.
3406         * semantics.c (finish_mem_intiailizers): Simplify.
3407
3408 2002-10-02  Matt Austern  <austern@apple.com>
3409         * decl.c (walk_vtables_r): Fixed typo that caused result to
3410         never get a nonzero value.
3411
3412 2002-10-02  Roger Sayle  <roger@eyesopen.com>
3413
3414         PR optimization/6627
3415         * cp-tree.h (enum ptrmemfunc_vbit_where_t): Delete definition
3416         from here, and move it to tree.h.
3417         * decl.c (cxx_init_decl_processing): If storing the vbit
3418         in function pointers, ensure that force_align_functions_log
3419         is atleast one.
3420
3421 2002-10-02  Matt Austern  <austern@apple.com>
3422
3423         * class.c (check_field_decls): Changed warning about const member
3424         variables so that it doesn't get issued for a class aggregate.
3425
3426 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
3427
3428         * decl.c (cp_finish_decl): Make sure array types are laid out,
3429         even if the array bounds are unknown.
3430
3431 2002-10-01  Steve Ellcey  <sje@cup.hp.com>
3432
3433         * class.c (build_vtbl_initializer): Change build_c_cast
3434         to build1.
3435
3436 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
3437
3438         * decl.c (cp_finish_decl): Make sure array types are laid out,
3439         even if the array bounds are unknown.
3440
3441         * decl.c (cp_finish_decl): Correct check for dynamic
3442         initialization of thread-local storage.
3443
3444 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
3445
3446         * tree.c (really_overloaded_fn): TEMPLATE_ID_EXPRs are also
3447         overloaded.
3448
3449 2002-09-30  Steve Ellcey  <sje@cup.hp.com>
3450
3451         * class.c (build_vtbl_initializer): Add cast.
3452         (add_vcall_offset_vtbl_entries_1):
3453         Use TARGET_VTABLE_DATA_ENTRY_DISTANCE for offset.
3454
3455 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
3456
3457         * class.c (walk_subobject_offsets): Correct the calculation of
3458         offsets for virtual bases.  Correct the counting of array
3459         elements.
3460         (layout_nonempty_base_or_field): Simplify.  Correct the
3461         calculation of offsets to be propagated through the binfo
3462         hierarchy.
3463         (build_base_field): Avoid creating a FIELD_DECL for empty bases.
3464         Add the FIELD_DECL to TYPE_FIELDS.
3465         (build_base_fields): Adjust accordingly.
3466         (layout_virtual_bases): Use build_base_field.
3467         (end_of_class): Return a tree, not an integer.
3468         (warn_about_ambiguous_direct_bases): Rename to ...
3469         (warn_about_ambiguous_bases): ... this.
3470         (include_empty_classes): New function.
3471         (layout_class_type): Create an alternative version of the type to
3472         be used when as a base class type.  Do not call
3473         finish_record_layout until we are done laying out the class.
3474         * cp-tree.h (lang_type_class): Remove size, size_unit.  Add
3475         as_base.
3476         (CLASSTYPE_SIZE): Reimplement.
3477         (CLASSTYPE_SIZE_UNIT): Likewise.
3478         (CLASSTYPE_ALIGN): Likweise.
3479         (CLASSTYPE_USER_ALIGN): Likewise.
3480         (CLASSTYPE_AS_BASE): New macro.
3481         (DECL_INITIALIZED_P): Likewise.
3482         (extract_init): Remove prototype.
3483         (build_forced_zero_init): Rename to ...
3484         (build_zero_init): ... this.
3485         (force_store_init_value): Remove.
3486         * decl.c (obscure_complex_init): Remove.
3487         (duplicate_decls): Copy DECL_INITIALIZED_P.
3488         (check_initializer): Do not leave junk in DECL_INITIAL.
3489         (cp_finish_decl): Handle zero-initialization of entities with
3490         static storage duration.
3491         * expr.c (extract_init): Remove.
3492         * init.c (build_forced_zero_init): Remove.
3493         (build_zero_init): New function.
3494         (build_default_init): Use it.
3495         (build_field_list): Skip FIELD_DECLs for base subobjects.
3496         (push_base_cleanups): Likewise.
3497         * method.c (do_build_assign_ref): Likewise.
3498         (synthesize_exception_spec): Likewise.
3499         * pt.c (tsubst_decl): Clear DECL_INITIALIZED_P.
3500         (regenerate_decl_from_template): To not set DECL_INITIAL for a
3501         static data member whose initialization took place in its class.
3502         (instantiate_decl): Do not pass an initializer to cp_finish_decl
3503         in that situation.
3504         * search.c (dfs_push_decls): Skip FIELD_DECLs for base subobjects.
3505         (dfs_unuse_fields): Likewise.
3506         * tree.c (pod_type_p): Handle error_mark_node.
3507         (zero_init_p): Likewise.
3508         * typeck.c (lookup_anon_field): Skip FIELD_DECLs for base
3509         subobjects.
3510         * typeck2.c (store_init_value): Remove #if 0'd code.
3511         (force_store_init_value): Remove.
3512         (process_init_constructor): Use build_zero_init.
3513
3514 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
3515
3516         PR c++/7788
3517         * rtti.c (unemitted_tinfo_decl_p): Check it has a field.
3518
3519 2002-09-29  Kazu Hirata  <kazu@cs.umass.edu>
3520
3521         * cp-tree.h: Fix comment typos.
3522         * decl.c: Likewise.
3523         * pt.c: Likewise.
3524
3525 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
3526
3527         * cp/class.c (contains_empty_class_p): New method.
3528         (walk_subobject_offsets): Correct computation of field offset.
3529         (layout_empty_base): Correct placement of emtpy base classes.
3530         (layout_class_type): Warn about ABI changes.
3531
3532 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
3533
3534         * cp/class.c (layout_virtual_bases): Do not round the size of the
3535         type to a multiple of the alignment before laying out virtual bases.
3536         (layout_class_type): Correct handling of bit-fields that are wider
3537         than their type inside unions.  Round the size of the type to a
3538         even number of bytes when computing the size without virtual
3539         bases.
3540         * cp/cp-tree.h (abi_version_at_least): New macro.
3541
3542 2002-09-21  Kazu Hirata  <kazu@cs.umass.edu>
3543
3544         * ChangeLog: Follow spelling conventions.
3545         * ChangeLog.2: Likewise.
3546         * call.c: Likewise.
3547         * class.c: Likewise.
3548         * cp-tree.h: Likewise.
3549         * cvt.c: Likewise.
3550         * decl.c: Likewise.
3551         * decl2.c: Likewise.
3552         * except.c: Likewise.
3553         * friend.c: Likewise.
3554         * g++spec.c: Likewise.
3555         * init.c: Likewise.
3556         * lex.c: Likewise.
3557         * mangle.c: Likewise.
3558         * method.c: Likewise.
3559         * operators.def: Likewise.
3560         * optimize.c: Likewise.
3561         * pt.c: Likewise.
3562         * rtti.c: Likewise.
3563         * search.c: Likewise.
3564         * semantics.c: Likewise.
3565         * spew.c: Likewise.
3566         * tree.c: Likewise.
3567         * typeck.c: Likewise.
3568
3569 2002-09-18  Devang Patel  <dpatel@apple.com>
3570
3571         * cp/cp-tree.h: New prototype for walk_vtabls().
3572         * cp/decl.c (walk_vtables_r): New function.
3573         (struct cp_binding_level): Add new members, namespaces,
3574         names_size and vtables.
3575         (add_decl_to_level): Add decl in namespaces or vtables
3576         chain, if conditions match.
3577         (walk_vtables): New function.
3578         (walk_namespaces_r): Travers separate namespace chain
3579         for namespace decls.
3580         (wrapup_globals_for_namespace): Use names_size instead
3581         of list_length().
3582         * cp/decl2.c (finish_file): Use walk_vtables() instead of
3583         walk_globals() to walk vtable decls.
3584
3585 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
3586
3587         * decl.c (grokdeclarator): Use assert, not internal_error. Don't
3588         ICE with invalid pointers & references.
3589
3590 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
3591
3592         * Make-lang.in: Remove all references to the demangler.
3593         * cxxfilt.c: Moved to binutils.
3594
3595 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
3596
3597         PR c++/7718
3598         * pt.c (tsubst_decl): Remove assert.
3599
3600         Remove DR 295 implementation.
3601         * pt.c (check_cv_quals_for_unify): Disable function & method cases.
3602         * tree.c (cp_build_qualified_type_real): Likewise. Don't warn
3603         about ignoring volatile qualifiers.
3604
3605         * search.c (lookup_member): Correct documentation.
3606
3607 2002-09-16  Geoffrey Keating  <geoffk@apple.com>
3608
3609         * cp-tree.h (union lang_tree_node): Add chain_next option.
3610
3611 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
3612
3613         * parse.y (parse_finish_call_expr): Check lookup_member result.
3614
3615         PR c++/7015
3616         * semantic.c (finish_asm_stmt): Fix operand/output_operands
3617         thinko.
3618         * typeck.c (c_expand_asm_operands): Protect from error_mark_node.
3619
3620 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
3621
3622         PR c++/7919
3623         * call.c (build_over_call): Convert this pointer for fns found by
3624         using decls.
3625
3626 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
3627
3628         * ChangeLog: Follow spelling conventions.
3629         * ChangeLog.1: Likewise.
3630
3631 2002-09-14  Nathan Sidwell  <nathan@codesourcery.com>
3632
3633         PR c++/7768
3634         * pt.c (build_template_decl): Copy DECL_DESTRUCTOR_P.
3635
3636 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3637
3638         * error.c: Fix comment formatting.
3639         * except.c: Likewise.
3640         * expr.c: Likewise.
3641         * friend.c: Likewise.
3642         * g++spec.c: Likewise.
3643         * init.c: Likewise.
3644         * lex.c: Likewise.
3645         * mangle.c: Likewise.
3646         * method.c: Likewise.
3647         * optimize.c: Likewise.
3648         * pt.c: Likewise.
3649         * rtti.c: Likewise.
3650         * search.c: Likewise.
3651         * semantics.c: Likewise.
3652         * spew.c: Likewise.
3653         * tree.c: Likewise.
3654         * typeck.c: Likewise.
3655         * typeck2.c: Likewise.
3656
3657 2002-09-13  Matt Austern  <austern@apple.com>
3658
3659         PR C++/7828
3660         * cp/cp-tree.h, cp/tree.c: New function non_cast_lvalue_p.
3661         * cp/call.c: Change call-by-const-reference mechanism to use
3662         non_cast_lvalue_p when deciding whether the create a temporary.
3663         We need a temporary when passing, e.g. (long) x by const ref.
3664
3665 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
3666
3667         * pt.c (unify, ARRAY_TYPE): Element type can be more qualified.
3668
3669 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
3670
3671         * decl.c: Fix comment formatting.
3672         * decl2.c: Likewise.
3673
3674 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
3675
3676         * call.c: Fix comment formatting.
3677         * class.c: Likewise.
3678         * cp-lang.c: Likewise.
3679         * cp-tree.h: Likewise.
3680         * cvt.c: Likewise.
3681
3682 2002-09-11  Zack Weinberg  <zack@codesourcery.com>
3683
3684         * Make-lang.in: Build cp/cxxfilt.o from $(srcdir)/cp/cxxfilt.c,
3685         and c++filt from cxxfilt.o + version.o + $(LIBDEPS).
3686         * cxxfilt.c: New file: split from libiberty/cplus-dem.c, with
3687         minor adjustments (use version_string, eliminate yet another
3688         duplicate of xmalloc)
3689
3690 2002-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3691
3692         * cp-tree.h (require_complete_eh_spec_types): Add prototype.
3693
3694 2002-09-05  Jason Merrill  <jason@redhat.com>
3695
3696         * typeck2.c (add_exception_specifier): Only pedwarn for an
3697         incomplete type.
3698         (require_complete_eh_spec_types): New fn.
3699         (cxx_incomplete_type_diagnostic): Also support pedwarning.
3700         * typeck.c (complete_type_or_diagnostic): Likewise.
3701         * call.c (build_call): Call require_complete_eh_spec_types.
3702         * rtti.c (get_pseudo_ti_desc): Give an error rather than aborting
3703         on an incomplete type.
3704
3705 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
3706
3707         * decl.c (start_cleanup_fn): Clear interface_only before
3708         start_function, restore it afterwards.
3709
3710 2002-09-02  Nathan Sidwell  <nathan@codesourcery.com>
3711
3712         * cp-tree.h (finish_builtin_type): Remove.
3713         * decl2.c (finish_builtin_type): Move to common code.
3714         * decl.c (build_ptrmemfunc_type): Adjust.
3715         * rtti.c (create_pseudo_type_info): Adjust.
3716         (create_tinfo_types): Adjust.
3717
3718 2002-08-31  Jason Merrill  <jason@redhat.com>
3719
3720         * cp-lang.c (cp_expr_size): Allow initialization from a
3721         CONSTRUCTOR.
3722
3723 2002-08-30  Richard Henderson  <rth@redhat.com>
3724
3725         PR opt/7515
3726         * tree.c: Include target.h.
3727         (cp_cannot_inline_tree_fn): Don't auto-inline functions that
3728         don't bind locally.
3729         * Makefile.in (tree.o): Update.
3730
3731 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
3732
3733         * class.c (layout_virtual_bases): Warn about bugs in G++ that
3734         result in incorrect object layouts.
3735         (layout_class_type): Likewise.
3736
3737 2002-08-24  Matt Austern  <austern@apple.com>
3738
3739         * tree.c (lvalue_p_1): Add argument for whether casts of lvalues
3740         are allowable.
3741         (real_lvalue_p): Update caller.
3742         (lvalue_p): Ditto.
3743         (non_cast_lvalue_or_else): New.
3744         * tree.h: Declare it.
3745         * typeck.c (build_unary_op): Use non_cast_lvalue_or_else.
3746
3747 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
3748
3749         * typeck.c (build_class_member_access_expr): Handle COMPOUND_EXPR
3750         and COND_EXPR specially; fix error message output.
3751
3752 2002-08-22  Jason Merrill  <jason@redhat.com>
3753
3754         * pt.c (tsubst_expr): RETURN_EXPR is now RETURN_STMT_EXPR.
3755         * semantics.c (nullify_returns_r): Likewise.
3756
3757 2002-08-17  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3758
3759         Fix PR/7621
3760         * typeck.c (finish_class_member_access_expr): Diagnose cases where
3761         name lookup finds nothing.
3762
3763 2002-08-15  Jason Merrill  <jason@redhat.com>
3764
3765         * semantics.c (finish_then_clause): Remove redundant assignment.
3766         (finish_if_stmt, begin_switch_stmt, finish_switch_stmt): Move the
3767         extra binding level outside the if/switch statement.
3768         (finish_while_cond, finish_for_cond): Rewrite complex condition
3769         into the loop body.
3770
3771 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
3772
3773         * parse.y (sizeof, alignof, typeof): New non-terminals to
3774         increment skip_evaluation.  Replace terminals with them and
3775         decrement skip_evaluation at the end of rules using them.
3776         * decl2.c (mark_used): Don't assemble_external if
3777         skipping evaluation.
3778
3779 2002-08-15  Gabriel Dos Reis  <gdr@nerim.net>
3780
3781         Fix PR/7504
3782         * parse.y (parse_finish_call_expr): Handle incomplete
3783         type used to name a scope.
3784
3785 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
3786
3787         PR c++/7598
3788         * typeck.c (build_unary_op): Fold offsetof idiom. Fixes
3789         regression caused by my 2002-08-08 patch.
3790
3791 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
3792
3793         * decl.c (pushdecl_class_level): Honor requests to bind names to
3794         OVERLOADs.
3795
3796 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3797
3798         * decl2.c (build_call_from_tree): Fix uninitialized variable.
3799         * parse.y (parse_finish_call_expr): Likewise.
3800         * repo.c (old_args, old_dir, old_main): Const-ify.
3801
3802 2002-08-11  Gabriel Dos Reis  <gdr@nerim.net>
3803
3804         * decl.c (duplicate_decls): Replace DECL_SOURCE_FILE +
3805         DECL_SOURCE_LINE with DECL_SOURCE_LOCATION.
3806         * optimize.c (maybe_clone_body): Likewise.
3807         * pt.c (tsubst_enum): Likewise.
3808         (lookup_template_class): Likewise.
3809         * tree.c (cp_copy_res_decl_for_inlining): Likewise.
3810
3811 2002-08-10  Neil Booth  <neil@daikokuya.co.uk>
3812
3813         * lang-specs.h: Remove -ansi.
3814
3815 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
3816
3817         * tree.c (maybe_dummy_object): Replace // with /* */
3818
3819 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
3820
3821         * call.c (standard_conversion): Use build_ptrmem_type.
3822         * cp-tree.h (build_ptrmem_type): New function.
3823         (adjust_result_of_qualified_name_lookup): Likewise.
3824         * decl.c (grokvardecl): Do not look for OFFSET_TYPEs to indicate
3825         static data members.
3826         (build_ptrmem_type): New function.
3827         (grokdeclarator): Do not use build_offset_type when encountering a
3828         qualified name.
3829         * parse.y (parse_finish_call_expr): Use
3830         adjust_result_of_qualified_name_lookup.
3831         * search.c (adjust_result_of_qualified_name_lookup): New function.
3832         * typeck.c (qualify_type_recursive): Use TYPE_PTRMEM_* rather than
3833         accessing OFFSET_TYPEs directly.
3834
3835 2002-08-08  Mike Stump  <mrs@apple.com>
3836
3837         * call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.
3838         (type_decays_to): Likewise.
3839         * class.c (find_final_overrider): Likewise.
3840         (maybe_note_name_used_in_class): Likewise.
3841         * decl.c (current_tmpl_spec_kind): Likewise.
3842         (add_binding): Likewise.
3843         (push_class_binding): Likewise.
3844         (duplicate_decls): Likewise.
3845         (layout_var_decl): Likewise.
3846         (grokfndecl): Likewise.
3847         (grokdeclarator): Likewise.
3848         (check_default_argument): Likewise.
3849         * decl2.c (handle_class_head): Likewise.
3850         * error.c (dump_template_decl): Likewise.
3851         * init.c (build_offset_ref): Likewise.
3852         * pt.c (check_specialization_scope): Likewise.
3853         (determine_specialization): Likewise.
3854         (check_explicit_specialization): Likewise.
3855         (maybe_check_template_type): Likewise.
3856         (process_partial_specialization): Likewise.
3857         (check_default_tmpl_args): Likewise.
3858         (push_template_decl_real): Likewise.
3859         (convert_template_argument): Likewise.
3860         (try_class_unification): Likewise.
3861         (get_bindings_real): Likewise.
3862         (do_decl_instantiation): Likewise.
3863         * semantics.c (begin_function_definition): Likewise.
3864         (finish_member_declaration): Likewise.
3865         (check_multiple_declarators): Likewise.
3866         * typeck.c (comp_array_types): Likewise.
3867         (comptypes): Likewise.
3868         (expr_sizeof): Likewise.
3869         (build_binary_op): Likewise.
3870         (dubious_conversion_warnings): Likewise.
3871         (check_return_expr): Likewise.
3872
3873 2002-08-08  Mark Mitchell  <mark@codesourcery.com>
3874
3875         * typeck.c (build_class_member_access_expr): Do not return
3876         error_mark_node when no error has occurred.
3877
3878 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3879
3880         * typeck.c (build_component_addr): Remove.
3881         (build_unary_op): Just check it's not a bitfield, and then build
3882         an ADDR_EXPR.
3883
3884 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3885
3886         * class.c (convert_to_base): Correct check for error_mark_node.
3887         (create_vtable_ptr): Remove unused VFUNS_P parm.
3888
3889 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3890
3891         * cp/Make-lang.in (c++.mostlyclean): Remove coverage files.
3892
3893 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
3894
3895         Rework build_component_ref.
3896         * call.c (build_vfield_ref): Do not go through build_component_ref.
3897         (build_field_call): Use build_class_member_access_expr.
3898         (build_user_type_conversion_1): Use BASELINK_FUNCTIONS.
3899         (build_object_call): Likewise.
3900         * class.c (convert_to_base): New function.
3901         (type_requires_array_cookie): Use BASELINK_FUNCTIONS.
3902         (instantiate_type): Handle BASELINKs.
3903         * cp-tree.def (BASELINK): New tree code.
3904         * cp-tree.h (BASELINK_P): Reimplement.
3905         (SET_BASELINK_P): Remove.
3906         (BASELINK_BINFO): Reimplement.
3907         (BASELINK_FUNCTIONS): Likewise.
3908         (BASELINK_ACCESS_BINFO): Likewise.
3909         (BASELINK_OPTYPE): Likewise.
3910         (convert_to_base): New function.
3911         (name_p): Likewise.
3912         (build_object_ref): Remove.
3913         (build_component_ref_1): Likewise.
3914         (build_component_ref): Likewise.
3915         (build_x_component_ref): Likewise.
3916         (build_class_member_access_expr): New function.
3917         (finish_class_member_access_expr): Likewise.
3918         (build_ptrmemfunc_access_expr): Likewise.
3919         * decl.c (grokdeclarator): Handle BASELINKs.
3920         * decl2. (build_expr_from_tree): Handle COMPONENT_REFs by using
3921         finish_class_member_access_expr.
3922         (arg_assoc): Handle BASELINKs.
3923         (do_class_using_decl): Likewise.
3924         * error.c (dump_decl): Likewise.
3925         (dump_expr): Use build_ptrmemfunc_access_expr.
3926         * except.c (dtor_nothrow): Use CLASSTYPE_DESTRUCTORS to find
3927         destructors.
3928         (build_throw): Use BASELINK_FUNCTIONS.
3929         * init.c (perform_member_init): Use
3930         build_class_member_access_expr.
3931         (build_offset_ref): Handle BASELINKs.  Use
3932         build_class_member_access_expr.
3933         * method.c (hack_identifier): Likewise.
3934         * parse.y (do_id): Use BASELINK, not TREE_LIST.
3935         (primary): Remove uses of build_object_ref.
3936         * pt.c (lookup_template_function): Handle BASELINKs.
3937         (resolve_overloaded_unification): Likewise.
3938         * search.c (build_baselink): Build a BASELINK, not a TREE_LIST.
3939         (lookup_field): Use BASELINK, not TREE_LIST.
3940         (lookup_fnfiels): Likewise.
3941         (setup_class_bindings): Likewise.
3942         * semantics.c (finish_object_call_expr): Do not use
3943         build_method_call when we already know what function is being
3944         called.
3945         * spew.c (identifier_type): Use BASELINK, not TREE_LIST.
3946         * tree.c (really_overloaded_fn): Use OVL_CHAIN for OVERLOADs, not
3947         TREE_CHAIN.
3948         (name_p): New function.
3949         * typeck.c (build_object_ref): Remove.
3950         (build_component_ref_1): Likewise.
3951         (build_x_component_ref): Likewise.
3952         (build_class_member_access_expr): New function.
3953         (finish_class_member_access_expr): Likewise.
3954         (build_ptrmemfunc_access_expr): Likewise.
3955         (get_member_function_from_ptrfunc): Use
3956         build_ptrmemfunc_access_expr.
3957         (build_binary_op): Likewise.
3958         (build_unary_op): Likewise.
3959         (build_ptrmemfunc): Likewise.
3960         (pfn_from_ptrmemfunc): Likewise.
3961         * typeck2.c (build_m_component_ref): Adjust comment.
3962
3963 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
3964
3965         * Make-lang.in (CXX_C_OBJS): Update.
3966         * cp-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option.
3967         * cp-tree.h (cxx_decode_option): Remove.
3968         * decl2.c (compare_options, lang_f_options, unsupported_options,
3969         cxx_decode_option): Remove.
3970
3971 2002-08-06  Gabriel Dos Reis  <gdr@nerim.net>
3972
3973         * typeck.c (build_x_unary_op): Handle pointer-to-member.
3974
3975 2002-08-05  Geoffrey Keating  <geoffk@redhat.com>
3976
3977         * class.c: Don't include obstack.h.
3978         (popclass):
3979         * decl2.c: Delete bogus comment.
3980         * error.c: Don't include obstack.h.
3981         * except.c: Likewise.
3982         (dump_type): Correct comment.
3983         * method.c: Don't include obstack.h.
3984         * tree.c: Likewise.
3985
3986 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
3987
3988         Fix PR/2213
3989         * cvt.c (cp_convert_to_pointer): Reject conversions from integral
3990         expressions to pointer-to-data-member of pointer-to-member-functions.
3991
3992 2002-08-04  Geoffrey Keating  <geoffk@redhat.com>
3993
3994         * cvt.c (ocp_convert): Delete obsolete code.
3995         * parse.y (permanent_obstack): Delete declaration.
3996         * pt.c (permanent_obstack): Delete declaration.
3997         * repo.c (permanent_obstack): Delete declaration.
3998         (open_repo_file): Use xmalloc instead of permanent_obstack.
3999         (init_repo): Use xstrdup instead of permanent_obstack.
4000
4001 2002-08-04  Nathan Sidwell  <nathan@codesourcery.com>
4002
4003         * cp-tree.h (VF_DERIVED_VALUE): Remove.
4004         * class.c (finish_struct_1): Use VF_BINFO_VALUE not VF_DERIVED_VALUE.
4005
4006 2002-08-03  Nathan Sidwell  <nathan@codesourcery.com>
4007
4008         PR 7470.
4009         C++ ABI change - vfunc ordering.
4010         * class.c (add_virtual_function): Remove.
4011         (dfs_modify_all_vtables): Take list of all declared
4012         virtuals. Assign all that are not in primary base.
4013         (check_for_override): Adjust comments.
4014         (create_vtable_ptr): Take single list of virtuals. Build chain
4015         of declared virtuals here.
4016         (layout_class_type): Take single list of virtuals. Adjust.
4017         (finish_struct_1): Keep virtuals on single list. Adjust.
4018
4019 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
4020
4021         * init.c (build_member_call): Use build_new_method_call, not
4022         build_method_call.
4023
4024 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
4025
4026         * Make-lang.in (spew.o, lex.o, pt.o): Add path to parse.h dependencies.
4027
4028 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
4029
4030         * call.c (build_method_call): Issue a more helpful error message
4031         about ambiguous method names.
4032
4033 2002-08-02  Nathan Sidwell  <nathan@codesourcery.com>
4034
4035         * tree.c (build_shared_int_cst): Make cache file scope, and
4036         GTY it.
4037
4038 2002-08-02  Jason Merrill  <jason@redhat.com>
4039
4040         * cp-lang.c (LANG_HOOKS_EXPR_SIZE): Define.
4041         (cp_expr_size): New fn.
4042         * call.c (build_over_call): Lose empty class hackery.
4043         (convert_arg_to_ellipsis): Promote non-POD warning to error.
4044         * typeck.c (build_modify_expr): Don't use save_expr on an lvalue.
4045
4046         * semantics.c (expand_body): Do tree optimization in the function
4047         context, too.
4048
4049 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
4050
4051         * cp-tree.h: Move all warning and flag declarations to c-common.h.
4052         * decl.c: Move all warning and flag variables to c-common.c.
4053         * decl2.c: Move all warning and flag variables to c-common.c.
4054         * lex.c (flag_digraphs): Remove.
4055         (warn_traditional): Now in c-common.c.
4056
4057 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
4058
4059         * call.c (build_field_call): Do not look up the field by name.
4060         (build_method_call): Simplify.
4061         (struct z_candidate): Add access_path and conversion_path.  Remove
4062         basetype_path.
4063         (convert_class_to_reference): Adjust use of
4064         add_function_candidate.
4065         (add_candidate): Add conversion_path argument.
4066         (add_function_candidate): Use it.
4067         (add_conv_dndidate): Likewise.
4068         (build_builtin_candidate): Likewise.
4069         (add_template_candidate_real): Add conversion_path argument.
4070         (add_template_conv_candidate): Likewise.
4071         (add_template_candidate): Likewise.
4072         (build_user_type_conversion_1): Use it.
4073         (build_new_function_call): Remove name lookup code.  Adjust use of
4074         add_template_candidate and add_function_candidate.
4075         (build_new_op): Likewise.
4076         (convert_like_real): Use build_special_member_call.
4077         (build_over_call): Use cand->conversion_path.
4078         (build_special_member_call): New method.
4079         (build_new_method_call): Remove name lookup code.
4080         * cp-tree.def (OFFSET_REF): Update documentation.
4081         (TEMPLATE_ID_EXPR): Likewise.
4082         * cp-tree.h (BASELINK_ACCESS_BINFO): New macro.
4083         (BASELINK_OPTYPE): Likewise.
4084         (build_new_method_call): Adjust prototype.
4085         (build_special_member_call): New method.
4086         (build_baselink): New method.
4087         (build_offset_ref_call_from_tree): Likewise.
4088         (build_call_from_tree): Likewise.
4089         (finish_qualified_call_expr): Remove.
4090         (finish_call_expr): Adjust prototype.
4091         (build_x_function_call): Remove.
4092         * cvt.c (ocp_convert): Use build_special_member_call.
4093         * decl2.c (reparse_absdcl_as_expr): Use finish_call_expr.
4094         (build_expr_from_tree): Adjust handling for TEMPLATE_ID_EXPR and
4095         CALL_EXPR.
4096         (build_offset_ref_call_from_tree): New function.
4097         (build_call_from_tree): Likewise.
4098         * init.c (expand_cleanup): Use build_special_member_call.
4099         (expand_default_init): Likewise.
4100         (build_member_call): Use finish_call_expr.
4101         (build_new_1): Use build_special_member_call.
4102         (push_base_cleanups): Likewise.
4103         * method.c (do_build_assign_ref): Likewise.
4104         * parse.y (template_id): Do not pass a COMPONENT_REF to
4105         lookup_template_function.
4106         (primary): Use parse_finish_call_epxr, not finish_call_expr.
4107         (parse_finish_call_expr): New function.
4108         * pt.c (lookup_template_function): Add assertions.
4109         * search.c (lookup_base): Allow T to be a binfo.
4110         (build_baselink): New function.
4111         (lookup_member): Use it.
4112         * semantics.c (finish_call_expr): Do not do name lookup.
4113         (finish_object_call_expr): Remove #if 0'd code.
4114         (finish_qualified_call_expr): Remove.
4115         * typeck.c (build_x_function_call): Remove.
4116         (build_static_case): Use build_special_member_call.
4117         * typeck2.c (build_functional_cast): Likewise.
4118
4119 2002-07-30  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4120
4121         * lang-specs.h: Remove __GXX_ABI_VERSION, moved to gcc.c.
4122
4123 2002-07-30  Gabriel Dos Reis  <gdr@nerim.net>
4124
4125         * cp-tree.h (VF_DERIVED_VALUE): Restore from previous deletion.
4126
4127 2002-07-30  Nathan Sidwell  <nathan@codesourcery.com>
4128
4129         * cp-tree.h (CLASSTYPE_VFIELDS, VF_*, BV_*): Add more
4130         documentation.
4131
4132 2002-07-29  Alan Modra  <amodra@bigpond.net.au>
4133
4134         * cp-tree.h: Comment typo fix.
4135
4136 2002-07-29  Richard Earnshaw  <rearnsha@arm.com>
4137
4138         * spew.c (space_for_token): Allocate zeroed memory for a new token
4139         chunk.
4140
4141 2002-07-27  Roger Sayle  <roger@eyesopen.com>
4142
4143         * decl.c (builtin_function_1): No need to explicitly mark
4144         BUILT_IN_RETURN and BUILT_IN_EH_RETURN as noreturn.
4145
4146 2002-07-27  Roger Sayle  <roger@eyesopen.com>
4147
4148         * decl2.c (cxx_decode_option): Support -fno-builtin-foo.
4149
4150 2002-07-26  Jason Merrill  <jason@redhat.com>
4151
4152         * call.c (build_over_call): Likewise.
4153         (cp_convert_parm_for_inlining): New fn.
4154         (convert_for_arg_passing): New fn.
4155         (convert_default_arg, build_over_call): Use it.
4156         (type_passed_as): New fn.
4157         * pt.c (tsubst_decl): Use it.
4158         * decl2.c (cp_build_parm_decl): New fn.
4159         (build_artificial_parm): Use it.
4160         (start_static_storage_duration_function): Likewise.
4161         * decl.c (start_cleanup_fn, grokdeclarater): Likewise.
4162         (grokparms): Don't mess with DECL_ARG_TYPE.
4163         * typeck.c (convert_arguments): Use convert_for_arg_passing.
4164         * cp-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
4165         Define.
4166         * cp-tree.h: Declare new fns.
4167
4168 2002-07-26  Neil Booth  <neil@daikokuya.co.uk>
4169
4170         * cp-tree.h (flag_operator_names): Remove.
4171         * decl2.c (flag_operator_names): Remove.
4172         (lang_f_options): Remove operator-names.
4173         * lex.c (D_OPNAME): Remove.
4174         (reswords): Remove operator names.
4175         (rid_to_yy): Remove operator names.
4176         (init_reswords): No need to handle D_OPNAME.
4177         * spew.c (read_process_identifier): There are no operator
4178         names.
4179
4180 2002-07-26  Jason Merrill  <jason@redhat.com>
4181
4182         * dump.c (cp_dump_tree): Call c_dump_tree.
4183         * Make-lang.in (CXX_C_OBJS): Add c-dump.o.
4184
4185 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
4186
4187         * error.c (print_whitespace): Remove.
4188         * g++spec.c (LIBUNWIND): Move.
4189         * mangle.c (mangled_position, write_signed_number): Remove.
4190
4191 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
4192
4193         * decl2.c (cxx_decode_option): Similarly.
4194
4195 2002-07-25  Gabriel Dos Reis  <gdr@nerim.net>
4196
4197         * cp-tree.h (cxx_sizeof_nowarn): Now a macro.
4198         (cxx_sizeof_or_alignof_type): Take a third argument.
4199         (cxx_sizeof): Adjust definition.
4200         (cxx_alignof): Likewise.
4201         * init.c (build_delete): Use cxx_sizeof_nowarn to reflect reality.
4202         * typeck.c (cxx_sizeof_or_alignof_type): Take a third argument for
4203         complaining.
4204         (c_sizeof_nowarn): Remove definition.
4205         (build_unary_op): Use cxx_sizeof_nowarn.
4206
4207 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
4208
4209         * tree.c (cp_build_qualified_type_real): When copying
4210         pointer-to-method types, unshare the record that holds
4211         the cached pointer-to-member-function type.
4212
4213 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
4214
4215         * cp-tree.h (FILE_FUNCTION_PREFIX_LEN): Remove.
4216
4217 2002-07-23  Gabriel Dos Reis  <gdr@nerim.net>
4218
4219         Fix PR/7363:
4220         * typeck.c (cxx_sizeof_or_alignof_type): New function.
4221         (c_sizeof): Remove definition.
4222         (expr_sizeof): Use cxx_sizeof.
4223         * decl2.c (build_expr_from_tree): Use cxx_sizeof_or_alignof_type.
4224         * decl.c (finish_destructor_body): Use cxx_sizeof.
4225         * semantics.c (finish_alignof): Likewise.
4226         (finish_alignof): Use cxx_alignof.
4227         * cp-tree.h (cxx_sizeof, cxx_alignof): New macros.
4228         (cxx_sizeof_or_alignof_type): Declare.
4229         (my_friendly_assert): Move to ../c-common.h.
4230
4231 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
4232
4233         * class.c, method.c, pt.c, search.c: Don't define obstack macros.
4234
4235 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4236
4237         PR c++/7347, c++/7348
4238         * cp-tree.h (tsubst_flags_t): Add tf_parsing.
4239         * decl.c (make_typename_type): Use it.
4240         (make_unbound_class_template): Likewise.
4241         (lookup_name_real): Don't call type_access_control if scope is
4242         template parameter dependent.
4243         * parse.y (template_arg): Call make_unbound_class_template with
4244         tf_parsing set.
4245         (nest_name_specifier): Call make_typename_type with tf_parsing set.
4246         (typename_sub0): Likewise.
4247         (typename_sub1): Likewise.
4248         (instantiate_decl): Push class scope.
4249         * pt.c (regenerate_decl_from_template): Call pushclass and popclass
4250         for both static variable and member function template.
4251         (instantiate_decl) Call pushclass and popclass when tsubst'ing type
4252         and arguments.
4253         * search.c (type_access_control): Do type access for TEMPLATE_DECL
4254         too.
4255
4256 2002-07-20  Roger Sayle  <roger@eyesopen.com>
4257
4258         * decl2.c (cxx_decode_option): Simplify -fhandle-exceptions
4259         test by using positive_option.  Make whitespace consistent.
4260
4261 2002-07-20  Gabriel Dos Reis  <gdr@nerim.net>
4262
4263         * spew.c (struct unparsed_test): Replace 'filename' and 'lineno'
4264         members with 'locus'.  Adjust use throughout.
4265         (struct feed):  Likewise.
4266         (alloc_unparsed_test): Change prototype, take a 'const location_t *'.
4267         Adjust use.
4268         (snarf_defarg): Use error(), not error_with_file_and_line().
4269
4270 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
4271
4272         * lang-specs.h (@c++): Include "%2" (cc1plus_spec) wherever
4273         cpp_options is included.
4274
4275 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4276
4277         PR c++/2862, c++/2863
4278         * pt.c (determine_specialization): Compare the length of
4279         TYPE_ARG_TYPES.  Tidy.
4280
4281 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4282
4283         PR c++/3797
4284         * decl.c (duplicate_decls): Don't propagate inlining parameters from
4285         olddecl to newdecl when newdecl is a specialization of the
4286         instantiation olddecl.
4287
4288 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4289
4290         PR c++/4802, c++/5387
4291         * decl.c (make_typename_type): Use enforce_access.
4292
4293 2002-07-17  Scott Snyder <snyder@fnal.gov>
4294
4295         PR c++/7320
4296         * rtti.c (get_tinfo_decl): Set DECL_COMDAT.
4297
4298 2002-07-12  Mark Mitchell  <mark@codesourcery.com>
4299
4300         * class.c (add_method): Correct handling of conversion operators.
4301
4302 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
4303
4304         PR c++/7224
4305         * class.c (add_method): Simplify.
4306
4307 2002-07-11  Jason Merrill  <jason@redhat.com>
4308
4309         PR c++/7279
4310         * tree.c (cp_copy_res_decl_for_inlining): Also copy
4311         TREE_ADDRESSABLE.
4312
4313 2002-07-10  Graham Stott  <graham.stott@btinternet.com>
4314
4315         * pt.c (template_parm_this_level_p, push_template_decl_real):
4316         Pass depth as int pointer.
4317
4318 2002-07-11  Tim Josling  <tej@melbpc.org.au>
4319
4320         Remove front end hard coding from gengtype.c.
4321
4322         * config-lang.in (gtfiles): Add files needed for this front end.
4323
4324 2002-07-10  Mark Mitchell  <mark@codesourcery.com>
4325
4326         * cp-tree.h (unqualified_name_lookup_error): Declare it.
4327         (begin_function_definition): Adjust prototype.
4328         * lex.c (unqualified_name_lookup_error): New function, split out
4329         from ...
4330         (do_identifier): ... here.
4331         * parse.y (parse_begin_function_definition): New function.
4332         (fn.def1): Use it.
4333         * semantics.c (begin_function_definition): Accept decl-specifiers
4334         and attributes as separate parameters.
4335
4336 2002-07-10  Jason Merrill  <jason@redhat.com>
4337
4338         PR c++/6255
4339         * decl.c (lookup_name_real): Build a new TYPENAME_TYPE rather than
4340         modifying the old one.
4341
4342 2002-07-09  Mark Mitchell  <mark@codesourcery.com>
4343
4344         * cp-tree.h (constructor_name_p): Declare it.
4345         (check_template_template_default_arg): Likewise.
4346         * class.c (handle_using_decl): Use constructor_name_p.
4347         * decl.c (grokdeclarator): Likewise.
4348         * decl2.c (constructor_name_p): Define it.
4349         * init.c (build_member_call): Use constructor_name_p.
4350         * parse.y (template_parm): Use check_template_template_default_arg.
4351         * pt.c (check_explicit_specialization): Use constructor_name_p.
4352         * semantics.c (check_template_template_default_arg): New function.
4353
4354 2002-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4355
4356         * pt.c (can_complete_type_without_circularity): Add static to
4357         function definition.
4358
4359 2002-07-08  Mark Mitchell  <mark@codesourcery.com>
4360
4361         * cp-tree.h (have_extern_spec): Declare it
4362         * decl.c (have_extern_spec): Define it.
4363         (start_decl): Eliminate use of used_extern_spec.
4364         (start_function): Likewise.
4365         * parse.y (have_extern_spec): Remove declaration.
4366         (used_extern_spec): Likewise.
4367         (frob_specs): Eliminate use of used_extern_spec.
4368         (.hush_warning): Likewise.
4369
4370 2002-07-07  Mark Mitchell  <mark@codesourcery.com>
4371
4372         * Make-lang.in (cp/parse.o): Depend on decl.h.
4373         * cp-tree.h (do_decl_instantiation): Change prototype.
4374         * parse.y: Include decl.h.
4375         (parse_decl_instantiation): New function.
4376         (explicit_instantiation): Use it.
4377         * pt.c (do_decl_instantiation): Accept a DECL, not a DECLARATOR
4378         and DECLSPECS.
4379
4380 2002-07-07  Roger Sayle  <roger@eyesopen.com>
4381
4382         * error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for
4383         constructor and destructor tests when passed a TEMPLATE_DECL.
4384
4385 2002-07-05  Jason Merrill  <jason@redhat.com>
4386
4387         * cvt.c (cp_convert_to_pointer): Call force_fit_type for null
4388         pointers.
4389
4390         PR optimization/7145
4391         * tree.c (cp_copy_res_decl_for_inlining): Also copy DECL_INITIAL.
4392
4393 2002-07-05  Nathan Sidwell  <nathan@codesourcery.com>
4394
4395         Repair damage on weak-impared targets caused by my previous patch.
4396         * cp-tree.h (import_export_tinfo): Add parameter.
4397         * decl2.c (import_export_tinfo): Add parameter, post adjust
4398         DECL_COMDAT.
4399         * rtti.c (emit_tinfo_decl): DECL_COMDAT is (nearly) always setup by
4400         import_export_tinfo.
4401
4402 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4403
4404         PR c++/6944
4405         * init.c (build_aggr_init): Remove qualifiers of init before calling
4406         build_vec_init.
4407         (build_vec_init): Flatten multi-dimensional array during cleanup.
4408         (build_vec_delete_1): Abort if the type of each element is array.
4409
4410 2002-07-03  Graham Stott  <graham.stott@btinternet.com>
4411
4412         * pt.c (instantiate_class_template): Fix typo.
4413
4414 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4415
4416         * typeck2.c (cxx_incomplete_type_diagnostic): Fix typo caused
4417         by CVS conflict in my last patch.
4418
4419 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4420
4421         PR c++/6716
4422         * pt.c (can_complete_type_without_circularity): New function.
4423         (instantiate_class_template): Use it.
4424         * typeck2.c (cxx_incomplete_type_diagnostic): Improve error
4425         message due to incomplete fields.
4426
4427 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
4428
4429         PR c++/7112
4430         * mangle.c (write_expression): Add mangling for sizeof when
4431         applied to a type.
4432         * operators.def: Remove stale comment.
4433
4434 2002-06-30  Nathan Sidwell  <nathan@codesourcery.com>
4435
4436         * cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...
4437         (CPTI_TYPE_INFO_PTR_TYPE): ... this.
4438         (tinfo_decl_type): Replace with ...
4439         (type_info_ptr_type): ... this.
4440         (import_export_tinfo): Declare.
4441         (tinfo_decl_p): Rename to ...
4442         (unemitted_tinfo_decl_p): ... this.
4443         * decl2.c (import_export_decl): Break out tinfo handling into ...
4444         (import_export_tinfo): ... here. New function.
4445         (finish_file): Adjust.
4446         * rtti.c (TINFO_REAL_NAME): New macro.
4447         (init_rtti_processing): Create the tinfo types.
4448         (get_tinfo_decl_dynamic): Use type_info_ptr_type, get_tinfo_ptr.
4449         (get_tinfo_decl): Adjust.
4450         (get_tinfo_ptr): New function.
4451         (get_type_id): Use it.
4452         (tinfo_base_init): Create vtable decl here, if it doesn't exist.
4453         (ptr_initializer): Use get_tinfo_ptr.
4454         (ptm_initializer): Likewise.
4455         (synthesize_tinfo_var): Break into ...
4456         (get_pseudo_ti_init): ... this. Just create the initializer.
4457         (get_pseudo_ti_desc): .. and this.
4458         (create_real_tinfo_var): Remove.
4459         (create_pseudo_type_info): Don't create the vtable decl here.
4460         (get_vmi_pseudo_type_info): Remove.
4461         (create_tinfo_types): Adjust.
4462         (tinfo_decl_p): Rename to ...
4463         (unemitted_tinfo_decl_p): ... here. Adjust.
4464         (emit_tinfo_decl): Adjust. Create the initializer.
4465
4466 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
4467
4468         PR c++/6695
4469         * pt.c (tsubst_friend_class): Substitute into the context of the
4470         friend before using it.
4471
4472 2002-06-26  Mark Mitchell  <mark@codesourcery.com>
4473
4474         * cp-tree.h (xref_tag): Change prototype.
4475         (handle_class_head): Likewise.
4476         (build_x_component_ref): Likewise.
4477         * decl.c (cxx_init_decl_processing): Adjust call to xref_tag.
4478         (xref_tag): Take attributes as a separate parameter.
4479         (xref_tag_from_type): Adjust call to xref_tag.
4480         * decl2.c (build_expr_from_tree): Adjust call to
4481         build_x_component_ref.
4482         (handle_class_head): Take attributes as a separate parameter.
4483         * parse.y (parse_xref_tag): New function.
4484         (parse_handle_class_head): Likewise.
4485         (primary): Use parse_xref_tag.
4486         (class_head_decl): Use parse_handle_class_head.
4487         (class_head_defn): Likewise.
4488         * rtti.c (init_rtti_processing): Adjust call to xref_tag.
4489         (build_dynamic_cast_1): Likewise.
4490         (create_pseudo_type_info): Likewise.
4491         (emit_support_tinfos): Likewise.
4492         * typeck.c (build_object_ref): Adjust call to
4493         build_x_component_ref.
4494         (build_x_component_ref): Remove protect parameter.
4495
4496 2002-06-25  Mark Mitchell  <mark@codesourcery.com>
4497
4498         * call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.
4499         * class.c (handle_using_decl): Likewise.
4500         (instantiate_type): Likewise.
4501         * cp-tree.h (BASELINK_FUNCTIONS): New macro.
4502         (xref_basetypes): Change prototype.
4503         (begin_mem_initializers): New function.
4504         (get_overloaded_fn): Likewise.
4505         * decl.c (xref_basetypes): Simplify.
4506         * error.c (dump_expr): Use BASELINK_FUNCTIONS.
4507         * init.c (build_offset_ref): Likewise.
4508         * parse.y (base_init): Use begin_mem_initializers().
4509         (structsp): Adjust call to xref_basetypes.
4510         * pt.c (determine_specialization): Use BASELINK_FUNCTIONS.
4511         (instantiate_class_template): Adjust call to xref_basetypes.
4512         * semantics.c (begin_mem_initializers): New function.
4513         * tree.c (is_overloaded_fn): Use BASELINK_FUNCTIONS.
4514         (really_overlaoded_fn): Likewise.
4515         (get_overloaded_fn): New function.'
4516         (get_first_fn): USe BASELINK_FUNCTIONS.
4517
4518 2002-06-24  Mark Mitchell  <mark@codesourcery.com>
4519
4520         * cp-tree.h (SCALAR_TYPE_P): New macro.
4521         (check_for_out_of_scope_variable): New function.
4522         (at_class_scope_p): Likewise.
4523         (finish_fname): Likewise.
4524         * class.c (finish_struct): Use at_function_scope_p.
4525         * decl.c (check_for_out_of_scope_variable): New function, split
4526         out from do_identifier.
4527         (finish_enum): Use at_function_scope_p.
4528         * lex.c (do_identifier): Use check_for_out_of_scope_variable.
4529         * parse.y (VAR_FUNC_NAME): Give it <ttype>.  Use finish_fname.
4530         (primary): Use at_function_scope_p.
4531         * search.c (at_class_scope_p): New function.
4532         * semantics.c (finish_fname): Likewise.
4533         (check_multiple_declarators): Use at_function_scope_p.
4534
4535 2002-06-23  Mark Mitchell  <mark@codesourcery.com>
4536
4537         * parse.y (parse_scoped_id): New function.
4538         (primary): Use it.
4539         * cp-tree.h (do_scoped_id): Adjust declaration.
4540         * lex.c (do_scoped_id): Remove call to yylex.
4541         * decl2.c (build_expr_from_tree): Adjust use of do_scoped_id.
4542         * typeck2.c (add_exception_specifier): Use tree_cons, rather than
4543         expanding it inline.
4544
4545 2002-06-23  Matt Thomas  <matt@3am-software.com>
4546
4547         * decl.c (finish_function): Change "#ifdef VMS_TARGET" to
4548         "#if VMS_TARGET".
4549
4550 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4551
4552         * mangle.c (integer_type_codes): Const-ify.
4553
4554 2002-06-20  Richard Henderson  <rth@redhat.com>
4555
4556         PR c++/6747
4557         * typeck.c (mark_addressable): Don't test TREE_ADDRESSABLE early.
4558         Call put_var_into_stack.
4559
4560 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4561
4562         * spew.c (remove_last_token): Use ARRAY_SIZE in lieu of explicit
4563         array size calculation.
4564
4565 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4566
4567         PR c++/6892
4568         * pt.c (tsubst_expr): Handle FILE_STMT.
4569
4570 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4571
4572         PR c++/6723
4573         * pt.c (lookup_template_class): Don't build complete argument of
4574         BOUND_TEMPLATE_TEMPLATE_PARM if appeared as a default template
4575         argument.
4576
4577 2002-06-19  Akim Demaille  <akim@epita.fr>
4578
4579         * parse.y (TYPENAME): Rename as tTYPENAME to avoid the clash with
4580         decl.h's TYPENAME.
4581         * spew.c, lex.c: Adjust.
4582         * parse.y (explicit_instantiation): Add empty action to override
4583         the default $$ = $1 where it introduces a type clash.
4584
4585 2002-06-14  Jason Merrill  <jason@redhat.com>
4586
4587         * semantics.c (begin_for_stmt): Push the 'for' scope before
4588         adding the FOR_STMT.
4589
4590         C++ ABI changes.
4591         * class.c (build_base_field): Set DECL_PACKED.
4592         (layout_class_type): Don't use tail padding of PODs.
4593         * mangle.c (write_unqualified_name): Fix template conversion op
4594         mangling.
4595
4596 2002-06-16  Richard Henderson  <rth@redhat.com>
4597
4598         PR opt/6793
4599         * tree.c (cp_cannot_inline_tree_fn): Don't short-circuit test
4600         after template instantiation.
4601
4602 2002-06-16  Richard Henderson  <rth@redhat.com>
4603
4604         * cp-tree.h, decl2.c (flag_ms_extensions): Move to c-common.
4605
4606 2002-06-15  Gabriel Dos Reis  <gdr@codesourcery.com>
4607
4608         * cp-tree.h (compiler_error): Remove declaration.
4609         * lex.c (compiler_error): Remove definition.
4610
4611 2002-06-14  Steve Ellcey  <sje@cup.hp.com>
4612
4613         * g++spec.c (LIBUNWIND): New.
4614         (lang_specific_driver): Add it if USE_UNWIND_EXCEPTIONS is set.
4615
4616 2002-06-13  Jessica Han  <jessica@cup.hp.com>
4617
4618         * class.c (build_vtable): Use TARGET_VTABLE_ENTRY_ALIGN.
4619         (build_vtbl_initializer): Honor TARGET_VTABLE_DATA_ENTRY_DISTANCE.
4620         (build_vbase_offset_vtbl_entries): Likewise.
4621         * rtti.c (build_headof): Likewise.
4622         (get_tinfo_decl_dynamic): Likewise.
4623         (create_pseudo_type_info): Likewise.
4624
4625 2002-06-12  Stan Shebs  <shebs@apple.com>
4626
4627         * mpw-config.in: Remove file, no longer used.
4628         * mpw-make.sed: Ditto.
4629
4630 2002-06-07  Zack Weinberg  <zack@codesourcery.com>
4631
4632         * decl2.c: Update call to cpp_handle_option.
4633
4634 2002-06-07  H.J. Lu  (hjl@gnu.org)
4635
4636         * decl2.c (flag_use_cxa_atexit): Set to DEFAULT_USE_CXA_ATEXIT.
4637
4638 2002-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
4639
4640         * error.c (cp_error_at): Fix typo.
4641
4642 2002-06-04  Gabriel Dos Reis  <gdr@codesourcery.com>
4643
4644         * error.c (cp_diagnostic_starter): Adjust call.
4645         (maybe_print_instantiation_context): Change prototype to take a
4646         'diagnostic_info *'.
4647         (print_instantiation_full_context): Likewise.
4648         (print_instantiation_partial_context): Likewise.
4649         (cp_diagnostic_starter): Likewise.
4650         (cp_diagnostic_finalizer): Likewise.
4651         (cp_print_error_function): Likewise.
4652         (cp_printer): Take a secondary parameter as a 'text_info *'.
4653         Remove output_state savings.  Adjust calls.
4654
4655 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
4656
4657         * pt.c (inline_parm_levels): Mark for GC.
4658
4659         * mangle.c (start_mangling): Allocate G.substitutions here...
4660         (init_mangle): ... rather than here.
4661         (finish_mangling): Clear the varray pointer when done with it.
4662         * spew.c (yylexstring): Don't use VARRAY_FREE.
4663         * search.c (bfs_walk): Don't use VARRAY_FREE.
4664         * decl2.c (pending_statics): Use gengtype to mark.
4665         (deferred_fns): Likewise.
4666         (ssdf_decls): Likewise.
4667         (init_decl2): Delete.
4668         * decl.c (pop_from_top_level): Don't use VARRAY_FREE.
4669         (cxx_init_decl_processing): Don't call init_decl2.
4670         (cxx_pop_function_context): Don't use VARRAY_FREE.
4671         * cp-tree.h (struct saved_scope): No need for special marking
4672         of varrays.
4673         (struct language_function): Likewise.
4674         (local_classes): Use gengtype to mark.
4675         (init_decl2): Delete prototype.
4676         * class.c (init_class_processing): Don't use
4677         ggc_add_tree_varray_root.
4678         (build_vtbl_initializer): Don't use VARRAY_FREE.
4679
4680         * decl.c (typename_compare): Don't use same_type_p.
4681
4682         * decl.c: Include hashtab.h instead of hash.h.
4683         (typename_hash): Update to use htab_h.
4684         (typename_compare): Likewise.
4685         (typename_htab): Use gengtype to mark.
4686         (build_typename_type): Update to use htab_h.
4687         * Make-lang.in (cp/decl.o): Use HASHTAB_H instead of hash.h.
4688
4689         * Make-lang.in (gt-cp-tree.h): New rule.
4690         (cp/tree.o): Depend on gt-cp-tree.h.
4691         * config-lang.in (gtfiles): Add cp/tree.c.
4692         * tree.c: Include gt-cp-tree.h.
4693         (list_hash_table): Use gengtype to mark.
4694         (init_tree): Use gengtype to mark trees.
4695
4696         * Make-lang.in (cp/decl.o): Add debug.h dependency.
4697         * call.c (struct z_candidate): Use gengtype.
4698         (USER_CONV_CAND): Use WRAPPER_ZC.
4699         (convert_class_to_reference): Use build_zc_wrapper.
4700         (build_type_conversion_1): Likewise.
4701         (build_over_call): Use WRAPPER_ZC.
4702         (add_warning): Use build_zc_wrapper.
4703         * cp-lang.c (LANG_HOOKS_MARK_TREE): Delete.
4704         * cp-tree.h (struct lang_identifier): Use gengtype.
4705         (struct template_parm_index_s): Likewise.
4706         (struct ptrmem_cst): Likewise.
4707         (struct tree_binding): Likewise.
4708         (struct tree_overload): Likewise.
4709         (struct tree_srcloc): Likewise.
4710         (struct tree_wrapper): Likewise.  Also modify to have a pointer
4711         to struct z_candidate rather than void.
4712         (enum cp_tree_node_structure_enum): New.
4713         (union lang_tree_node): New.
4714         (cxx_mark_tree): Delete prototype.
4715         (cp_tree_node_structure): New prototype.
4716         (build_ptr_wrapper): Delete prototype.
4717         (build_int_wrapper): Delete prototype.
4718         (build_zc_wrapper): New prototype.
4719         * decl.c: Include debug.h
4720         (cxx_mark_tree): Delete.
4721         (cp_tree_node_structure): New.
4722         * tree.c (build_ptr_wrapper): Delete.
4723         (build_int_wrapper): Delete.
4724         (build_zc_wrapper): New.
4725
4726         * cp-tree.h [! ENABLE_TREE_CHECKING] (LANG_TYPE_PTRMEM_CHECK):
4727         Correct typo.  Patch from k_fukui@highway.ne.jp.
4728
4729         * semantics.c (current_stmt_tree): Update for change to
4730         struct language_function.
4731         (finish_mem_initializers): Likewise.
4732         * decl.c (cxx_init_decl_processing): Don't set mark_lang_status.
4733         * cp-tree.h (struct language_function): Rename from
4734         cp_language_function.  Change all uses.
4735         (cp_function_chain): Don't need to cast.
4736
4737         * class.c (duplicate_tag_error): Reset discriminator.
4738         (check_bases_and_members): Update for data structure changes.
4739         * cp-tree.h (struct lang_id2): Use gengtype.
4740         (flagged_type_tree): Likewise.
4741         (SET_LANG_ID): Use GGC on struct lang_id2.
4742         (struct cp_language_function): Use gengtype.  Remove field
4743         'x_vcalls_possible_p'.
4744         (current_vcalls_possible_p): Delete.
4745         (struct lang_type_header): New.
4746         (struct lang_type_class): Rename from struct lang_type.  Include
4747         struct lang_type_header.
4748         (struct lang_type_ptrmem): New.
4749         (struct lang_type): New.
4750         (LANG_TYPE_CLASS_CHECK): New.  Use it in all the appropriate macros.
4751         (LANG_TYPE_PTRMEM_CHECK): New.  Use it in all the appropriate macros.
4752         (TYPE_SET_PTRMEMFUNC_TYPE): Set discriminator, update for changes.
4753         (struct lang_decl_flags): Use gengtype.  Add discriminators.
4754         (struct lang_decl): Use gengtype.  Add and use discriminators.
4755         Update the macros that reference moved fields.
4756         (LANG_DECL_U2_CHECK): New function.  Use it when appropriate.
4757         (SET_DECL_THUNK_P): Set discriminator too.
4758         (clear_inline_text_obstack): Delete prototype.
4759         (finish_inline_definitions): Delete prototype.
4760         (mark_pending_inlines): Delete prototype.
4761         (lang_check_failed): New prototype.
4762         * decl.c (struct named_label_use_list): Use gengtype.
4763         (struct named_label_list): Likewise.
4764         (mark_binding_level): Delete.
4765         (mark_named_label_lists): Delete.
4766         (push_local_name): Set discriminator on DECL_LANG_SPECIFIC.
4767         (cxx_init_decl_processing): Use generated marker routine.
4768         (begin_destructor_body): Delete dead set to
4769         current_vcalls_possible_p.
4770         (mark_lang_function): Delete.
4771         (mark_cp_function_context): Delete.
4772         (lang_mark_tree): Use generated marker routines.
4773         * decl2.c (start_objects): Set discriminator when setting
4774         GLOBAL_INIT_PRIORITY.
4775         * lex.c (retrofit_lang_decl): Set discriminators.
4776         (copy_lang_type): Update for changes to lang_type structure.
4777         (cp_make_lang_type): Set discriminator.
4778         * parse.y: Use gengtype on YYLVAL.  Don't use dots in identifiers.
4779         * search.c: Include ggc.h.
4780         * semantics.c (anon_aggr_type_p): Use the macro, don't hand-code it.
4781         (finish_inline_definitions): Delete.
4782         * spew.c (struct token): Use gengtype.
4783         (struct token_chunk): New.
4784         (struct unparsed_text): Use gengtype.  Store tokens in chunks.
4785         (struct feed): Use gengtype.
4786         (feed_obstack): Delete.
4787         (feed): Mark as GC root.
4788         (pending_inlines): Mark as GC root.
4789         (pending_inlines_tail): Likewise.
4790         (processing_these_inlines): Likewise.
4791         (token_obstack): Make static.
4792         (first_token): Likewise.
4793         (init_spew): Don't initialize deleted things; use gengtype for roots.
4794         (clear_inline_text_obstack): Delete.
4795         (feed_input): Use GC for struct feed.  Update for changes to
4796         struct unparsed_text.
4797         (mark_pending_inlines): Delete.
4798         (next_token): Rename from add_token.  Change all callers.  Update
4799         for changes to struct unparsed_text.
4800         (space_for_token): New.
4801         (remove_last_token): New.
4802         (alloc_unparsed_text): New.
4803         (snarf_block): Take an unparsed_text.  Update for changes to struct
4804         unparsed_text.
4805         (snarf_method): Update for changes to struct unparsed_text.
4806         (snarf_defarg): Update for changes to struct unparsed_text.
4807         * tree.c (lang_check_failed): New.
4808
4809         * Make-lang.in (gt-cp-call.h gt-cp-decl2.h gt-cp-parse.h
4810         gt-cp-pt.h gt-cp-repo.h gt-cp-spew.h): New rules.
4811         (cp/spew.o): Add dependency on gt-<filename>.h.
4812         (cp/decl2.o): Add dependency on gt-<filename>.h.
4813         (cp/call.o): Add dependency on gt-<filename>.h.
4814         (cp/pt.o): Add dependency on gt-<filename>.h.
4815         (cp/repo.o): Add dependency on gt-<filename>.h.
4816         (cp/parse.o): Add dependency on gt-<filename>.h.
4817         * call.c: Use gengtype for roots.
4818         * config-lang.in (gtfiles): Add cp-tree.h decl.h lex.h call.c
4819         decl2.c parse.y pt.c repo.c spew.c.
4820         * cp-tree.h: Use gengtype for roots.
4821         (struct saved_scope): Use GGC, gengtype.
4822         (cp_parse_init): Delete prototype.
4823         (init_pt): Delete prototype.
4824         * decl.c: Use gengtype for roots.
4825         (mark_saved_scope): Delete.
4826         (cxx_init_decl_processing): Don't call deleted initilisation
4827         routines.
4828         (signed_size_zero_node): Delete, unused.
4829         * decl.h: Use gengtype for roots.
4830         * decl2.c: Use gengtype for roots.
4831         * lex.h: Use gengtype for roots.
4832         * parse.y: Use gengtype for roots.
4833         (cp_parse_init): Delete.
4834         * pt.c: Use gengtype for roots.
4835         (init_pt): Delete.
4836         * repo.c: Use gengtype for roots.
4837         * spew.c: Use gengtype for roots.
4838
4839         * Make-lang.in: Allow for filename changes.  Add gtype-cp.h.
4840         (cp/decl.o): Add dependency on gtype-cp.h.
4841         * decl.c: Remove use of add_deletable_root, use GTY marker instead.
4842         Include gtype-cp.h.  Allow for filename changes.
4843
4844         * Make-lang.in (cp/gt-decl.h): Generate using gengtype.
4845         (cp/decl.o): Add cp/gt-decl.h dependency.
4846         * config-lang.in (gtfiles): New.
4847         * tree.h: Rename struct binding_level to struct cp_binding_level.
4848         * decl.c: Rename struct binding_level to struct cp_binding_level.
4849         Include cp/gt-decl.h.
4850         (struct cp_binding_level): Use gengtype.
4851         (make_binding_level): Use GGC on struct cp_binding_level.
4852         (mark_binding_level): Use gt_ggc_m_cp_binding_level.
4853         (cxx_init_decl_processing): Mark free_binding_level as
4854         deletable.
4855
4856         * decl.c (mark_cp_function_context): Update calling sequence.
4857
4858         * decl.c (start_function): Don't free 'struct
4859         cp_language_function'.
4860         (pop_cp_function_context): Likewise.
4861         (save_function_data): Allocate it using GC.
4862         * semantics.c (genrtl_start_function): Don't free 'struct
4863         cp_language_function'.
4864
4865 2002-05-31  Matthew Woodcraft  <mattheww@chiark.greenend.org.uk>
4866
4867         * lang-specs.h: Use cpp_debug_options.
4868
4869 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
4870
4871         * mangle.c, tree.c: Include real.h.
4872         * Make-lang.in: Update dependency lists.
4873
4874 2002-05-25  Neil Booth  <neil@daikokuya.demon.co.uk>
4875
4876         * lex.c: Don't include c-lex.h.
4877         * parse.y, spew.c: Don't include c-lex.h; include c-pragma.h.
4878
4879 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
4880
4881         * spew.c (yyungetc, snarf_block): Remove indent_level handling.
4882
4883 2002-05-22  Richard Henderson  <rth@redhat.com>
4884
4885         * decl.c (obscure_complex_init): Check for VAR_DECL
4886         before using DECL_THREAD_LOCAL.
4887
4888 2002-05-22  Richard Henderson  <rth@redhat.com>
4889
4890         * decl.c (check_tag_decl): Handle RID_THREAD.
4891         (obscure_complex_init): Reject run-time init of tls.
4892         (grokvardecl, grokdeclarator): Handle RID_THREAD.
4893         * lex.c (reswords): Add __thread.
4894         (rid_to_yy): Map RID_THREAD to SCSPEC.
4895
4896 2002-05-22  Neil Booth  <neil@daikokuya.demon.co.uk>
4897
4898         * cp-lang.c (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
4899         * cp-tree.h (cxx_post_options): Kill.
4900         * cp-lex.c (cxx_post_options): Kill.
4901
4902 2002-05-21  Richard Henderson  <rth@redhat.com>
4903
4904         * lex.c (rid_to_yy): Add RID_THREAD.
4905
4906 2002-05-21  Alexandre Oliva  <aoliva@redhat.com>
4907
4908         * init.c (build_vec_init): Test for trivial copy-assignment when
4909         copy-assigning arrays.
4910
4911 2002-05-20  Andreas Jaeger  <aj@suse.de>
4912
4913         * init.c (build_default_init): Remove unused variable.
4914
4915 2002-05-20  Alexandre Oliva  <aoliva@redhat.com>
4916
4917         * call.c (any_strictly_viable): New.
4918         (build_new_op): Use it for COMPOUND_EXPR and ADDR_EXPRs.
4919
4920 2002-05-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4921
4922         * error.c (dump_type) [TYPEOF_TYPE]: Fix parenthesis printing.
4923
4924 2002-05-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4925
4926         PR c++/186, DR 259
4927         * pt.c (do_decl_instantiation): Don't complain explicit
4928         instantiation after explicit specialization.
4929         (do_type_instantiation): Likewise.
4930
4931 2002-05-19  Alexandre Oliva  <aoliva@redhat.com>
4932
4933         * cp-tree.h (complete_type_or_diagnostic): Changed prototype,
4934         renamed from...
4935         (complete_type_or_else): ... this.  Redefined as macro.
4936         (cxx_incomplete_type_diagnostic): Declare.
4937         (cxx_incomplete_type_error): Define as macro.
4938         * init.c (build_delete): Warn about incomplete types other than
4939         void, and use the built-in operator delete for them.
4940         * typeck.c (complete_type_or_diagnostic): Renamed from
4941         complete_type_or_else.  Added warn_only argument, passed to...
4942         * typeck2.c (cxx_incomplete_type_diagnostic): ... this.  Print
4943         warnings or errors depending on new warn_only argument.  Renamed
4944         from...
4945         (cxx_incomplete_type_error): ... this.  New implementation in
4946         terms of cxx_incomplete_type_diagnostic.
4947
4948 2002-05-18  Jason Merrill  <jason@redhat.com>
4949
4950         PR c++/6611
4951         * decl2.c (import_export_decl): If we clear
4952         DECL_NOT_REALLY_EXTERN, make sure DECL_EXTERNAL is set.
4953
4954 2002-05-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4955
4956         PR c++/6620
4957         * pt.c (verify_class_unification): Don't check if PARM is template
4958         parameter dependent.  Simplify.
4959         (unify) [TEMPLATE_PARM_INDEX]: Handle when ARG is a template
4960         parameter dependent expression.
4961
4962 2002-05-14  Jason Merrill  <jason@redhat.com>
4963
4964         * rtti.c (get_tinfo_decl): Don't call comdat_linkage.
4965         Do set DECL_COMDAT.
4966         (synthesize_tinfo_var): Take the public decl.
4967         (create_real_tinfo_var): Likewise.  Check DECL_COMDAT.
4968         (emit_tinfo_decl): Adjust.  Call import_export_decl.
4969         * decl2.c (import_export_decl): Simplify tinfo decl handling.
4970
4971 2002-05-14  Alexandre Oliva  <aoliva@redhat.com>
4972
4973         * cp-tree.h (struct lang_type): Added non_zero_init.
4974         (CLASSTYPE_NON_ZERO_INIT_P): New macro.
4975         (zero_init_p, force_store_init_value, build_forced_zero_init): Declare.
4976         * class.c (check_field_decls): Test non_zero_init.
4977         * cvt.c (convert_to_pointer_force): Use cp_convert_to_pointer for
4978         zero-to-NULL conversions.
4979         * decl.c (obscure_complex_init): Don't reset DECL_INITIAL of a
4980         type that needs zero-initialization without zeros.
4981         (check_initializer_decl): Compute zero-initializer for types
4982         that require a non-trivial one.
4983         * init.c (build_forced_zero_init): New function.
4984         (build_default_init): Use it.
4985         * tree.c (zero_init_p): New function.
4986         * typeck2.c (force_store_init_value): New function.
4987         (process_init_constructor): Create non-trivial zero-initializers
4988         for array members and class fields.
4989
4990 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
4991
4992         * lang-specs.h: Remove redundant -lang-c++.
4993
4994 2002-05-13  Jason Merrill  <jason@redhat.com>
4995
4996         * class.c (build_vtbl_ref_1): Use fixed_type_or_null.
4997         (fixed_type_or_null): See through reference vars.
4998         (build_base_path): Vtable contents are constant.
4999         * typeck.c (get_member_function_from_ptrfunc): Likewise.
5000
5001 2002-05-12  Jason Merrill  <jason@redhat.com>
5002
5003         * cp-lang.c (ok_to_generate_alias_set_for_type): Backend-created
5004         structs are safe.
5005
5006 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
5007
5008         * cp-tree.h (flag_ansi): Remove.
5009         * decl2.c (flag_ansi): Remove.
5010         (cxx_decode_option): Set flag_iso and flag_undef.
5011
5012 2002-05-09  Jason Merrill  <jason@redhat.com>
5013
5014         * typeck.c (get_member_function_from_ptrfunc): Reorganize.
5015         Use subtraction rather than a bitmask to get the index.
5016         * cvt.c (cp_convert_to_pointer): Bail on an error_mark_node.
5017
5018         * pt.c (tsubst_expr) [ASM_STMT]: Copy ASM_INPUT_P.
5019
5020 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
5021
5022         * Make-lang.in (decl2.o): Update.
5023         * cp-tree.h (warn_multichar): Remove.
5024         * decl2.c: Include c-common.h.
5025         (warn_multichar): Remove.
5026
5027 2002-05-03  Jason Merrill  <jason@redhat.com>
5028
5029         * tree.c (build_cplus_array_type): Only const and volatile get
5030         special handling.
5031
5032         * decl.c (BOOL_TYPE_SIZE): Move default to defaults.h.
5033
5034 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
5035
5036         ABI change, returning simple classes from functions.
5037         * class.c (finish_struct_bits): Only mark TREE_ADDRESSABLE if
5038         TYPE_HAS_TRIVIAL_INIT_REF is false or
5039         TYPE_HAS_NONTRIVIAL_DESTRUCTOR is true.
5040
5041 2002-04-30  Jason Merrill  <jason@redhat.com>
5042
5043         PR debug/6436
5044         * decl.c (grokdeclarator): Don't override TYPE_NAME of an
5045         anonymous class with a typedef if there are attributes.
5046
5047 2002-04-29  Paul Eggert  <eggert@twinsun.com>
5048
5049         * parse.y (nomods_initdcl0): Replace $<ttype>3 with $<ttype>$.
5050
5051 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
5052
5053         PR c++/6477
5054         * decl.c (follow_tag_typedef): Check if TYPE_NAME (original) is
5055         non-NULL first.
5056
5057 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
5058
5059         PR c++/6492
5060         * pt.c (tsubst_friend_class): If the friend has an explicit scope,
5061         enter that scope before name lookup.
5062
5063         PR c++/6486
5064         * method.c (do_build_copy_constructor): Avoid building
5065         cv-qualified reference types.
5066
5067 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
5068
5069         PR c++/5719
5070         * decl.c (grok_op_properties): Assignment ops don't have to return
5071         by value. operator% should.
5072
5073 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5074
5075         PR c/6343
5076         * decl.c (duplicate_decls): Call merge_weak.
5077
5078 2002-04-26  Richard Henderson  <rth@redhat.com>
5079
5080         * parse.y (malloced_yyss, malloced_yyvs): New.
5081         (yyoverflow): Re-add.  Set them.
5082         (free_parser_stacks): New.
5083
5084 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
5085
5086         PR c++/6497
5087         * method.c (do_build_assign_ref): Pass a derivation to
5088         build_method_call when calling base class assignment operators.
5089
5090 2002-04-26  Richard Henderson  <rth@redhat.com>
5091
5092         * parse.y (yyoverflow): Revert.
5093
5094 2002-04-26  Richard Henderson  <rth@redhat.com>
5095
5096         PR c/3581
5097         * parse.y (string): Remove.  Update all uses to use STRING
5098         instead, and not call combine_strings.
5099         * rtti.c (tinfo_name): Use fix_string_type.
5100         * semantics.c (finish_asm_stmt): Don't call combine_strings.
5101         * spew.c (yylexstring): New.
5102         (read_token): Use it.
5103
5104 2002-04-25  Richard Henderson  <rth@redhat.com>
5105
5106         PR c/2161
5107         * parse.y (yyoverflow): New.
5108
5109 2002-04-25  Jason Merrill  <jason@redhat.com>
5110
5111         PR c++/5607
5112         * search.c (check_final_overrider): No longer static.
5113         * class.c (update_vtable_entry_for_fn): Call it.
5114         * cp-tree.h: Adjust.
5115
5116 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
5117
5118         * cp-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
5119         * cp-tree.h (cxx_set_yydebug): Die.
5120         * lex.c (YYDEBUG): Get from c-lex.h.
5121         (cxx_set_yydebug): Remove.
5122         * parse.y: Include c-lex.h.
5123         (YYDEBUG): Get from c-lex.h.
5124
5125 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
5126
5127         PR c++/6438.
5128         * cvt.c (convert_to_void): Don't unconditionally make COND_EXPRs
5129         void.
5130
5131 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5132
5133         * cp-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
5134         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE):
5135         Redefine.
5136         * cp-tree.h (cp_attribute_table): Rename.
5137         * decl.c (lang_attribute_table): Remove declaration.
5138         (cxx_init_decl_processing): Don't set it.
5139         * tree.c (cp_attribute_table): Rename.
5140
5141 2002-04-24  Jason Merrill  <jason@redhat.com>
5142
5143         PR c++/6331
5144         * method.c (do_build_copy_constructor): Use cp_build_qualified_type.
5145         * typeck.c (build_modify_expr): Allow arrays to differ in cv-quals.
5146         The pedwarn for array assignment is now unconditional.
5147         * tree.c (build_cplus_array_type_1): Still process simple array types
5148         normally in templates.
5149
5150         PR c++/6395
5151         * decl.c (make_rtl_for_nonlocal_decl): Don't mess with #pragma i/i
5152         stuff for comdats.
5153
5154 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
5155
5156         * parse.y (check_class_key): Allow KEY to be union/enum/struct/class
5157         node with attributes.
5158
5159 2002-2-23  David O'Brien  <obrien@FreeBSD.org>
5160
5161         * g++spec.c (MATH_LIBRARY_PROFILE, LIBSTDCXX_PROFILE): Add.
5162         Use MATH_LIBRARY_PROFILE and LIBSTDCXX_PROFILE if profile flag given.
5163
5164 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
5165
5166         PR c++/6256:
5167         * pt.c (tsubst_friend_class): Handle templates with explicit
5168         nested names.
5169
5170         PR c++/6331:
5171         * typeck.c (merge_types): Remember the cv-qualification of pointer
5172         types when merging them.
5173
5174 2002-04-20  Neil Booth  <neil@daikokuya.demon.co.uk>
5175
5176         * cp-lang.c (LANG_HOOKS_FUNCTION_INIT,
5177         LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_MARK): Redefine.
5178         * cp-tree.h (cxx_push_function_context, cxx_pop_function_context,
5179         cxx_mark_function_context): New.
5180         * decl.c (push_cp_function_context, pop_cp_function_context,
5181         mark_cp_function_context): Rename for consistency.
5182         (cxx_init_decl_processing): Don't set old hooks.
5183
5184 2002-04-19  Neil Booth  <neil@daikokuya.demon.co.uk>
5185
5186         * call.c (convert_type_from_ellipsis): Rename, update.
5187         * cp-lang.c (LANG_HOOKS_TYPE_PROMOTES_TO): Redefine.
5188         * cp-tree.h (convert_type_from_ellipsis): Rename.
5189         * decl.c (cxx_init_decl_processing): Don't set hook.
5190
5191 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
5192
5193         * call.c (build_new_method_call): Update.
5194         * cp-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
5195         * cp-tree.h (cxx_incomplete_type_error): New.
5196         * decl.c (grokdeclarator, grokparms): Update.
5197         * decl2.c (check_classfn): Update.
5198         * pt.c (tsubst): Update.
5199         * typeck.c (complete_type_or_else, expr_sizeof,
5200         decay_conversion): Update.
5201         * typeck2.c (incomplete_type_error): Rename.
5202         (add_exception_specifier): Update.
5203
5204 2002-04-18  Jason Merrill  <jason@redhat.com>
5205
5206         PR c++/5658
5207         * search.c (setup_class_bindings): A class template qualifies as a
5208         type binding.
5209
5210 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
5211
5212         PR c++/6316
5213         * decl2.c (finish_file): Clear DECL_EXTERNAL in a separate loop
5214         before expanding.
5215
5216 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
5217
5218         * init.c (begin_init_stmts): Remove commented out code.
5219         (finish_init_stmts): Set STMT_EXPR_NO_SCOPE.
5220         * semantics.c (begin_gobal_stmt_expr): Adjust call to
5221         expand_start_stmt_expr.
5222
5223 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
5224
5225         * decl.c (register_dtor_fn): Pass the address of dso_handle, not
5226         dso_handle itself, to __cxa_atexit.
5227
5228 2002-04-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5229
5230         * error.c (cxx_print_error_function): Adjust call to macros.
5231
5232 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
5233
5234         * class.c (layout_virtual_bases): Do all dsize computation on trees.
5235
5236 2002-04-14  Jason Merrill  <jason@redhat.com>
5237
5238         * typeck.c (get_member_function_from_ptrfunc): Don't do
5239         gratuitious division and multiplication on
5240         ptrmemfunc_vbit_in_delta targets.
5241
5242 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
5243
5244         PR c++/5373.
5245         * semantics.c (finish_expr_stmt): Remember the type of the
5246         expression before any conversions are performed.
5247
5248 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
5249
5250         PR c++/5189.
5251         * call.c (add_template_candidate_real): Do not treat member
5252         templates as copy constructors.
5253
5254 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
5255
5256         * decl.c (duplicate_decls): Do not copy the RTL for a variable
5257         declaration if the old variable had an incomplete type and the new
5258         variable does not.
5259         (complete_vars): Do not call layout_decl for completed variables.
5260
5261 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
5262
5263         * decl.c (duplicate_decls): Don't try to unify an implicit typedef
5264         with an explicit one.
5265         (follow_tag_typedef): New.
5266         (lookup_tag): Use it to extract the tag of an explicit typedef.
5267         (xref_tag): Likewise.
5268
5269 2002-04-11  Andrew Haley  <aph@redhat.com>
5270
5271         * typeck.c (type_after_usual_arithmetic_conversions):
5272         If two types have the same variant, return immediately.
5273         When two floating-point operands are the same precision:
5274           convert to float if one of the operands is float;
5275           if neither operand is one of the standard types, return the type
5276           of the first operand.
5277
5278 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
5279
5280         PR c++/5507
5281         * decl.c (make_typename_type): Remove implicit typenameness.
5282
5283 2002-04-09  Jason Merrill  <jason@redhat.com>
5284
5285         PR optimization/6189
5286         * semantics.c (genrtl_start_function): Don't free
5287         DECL_SAVED_FUNCTION_DATA for inline functions.
5288
5289         * init.c (build_member_call): For now, don't convert to
5290         intermediate base if it would cause an error.
5291
5292 2002-04-08  Paolo Carlini  <pcarlini@unitus.it>
5293
5294         * parse.y (namespace_qualifier, maybe_identifier,
5295         begin_explicit_instantiation, end_explicit_instantiation,
5296         apparent_template_type, .finish_template_type,
5297         do_id, maybe_init, defarg_again, component_decl_1):
5298         Add ending ';', in accordance with POSIX.
5299
5300 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
5301
5302         PR c++/5571
5303         * class.c (layout_class_type): Remember incomplete static
5304         variables.
5305         (finish_struct_1): Call complete_vars, not
5306         hack_incomplete_structures.
5307         * cp-tree.h (hack_incomplete_structures): Rename to ...
5308         (complete_vars): ... this.
5309         (struct saved_scope): Remove incomplete.
5310         (namespace_scope_incomplete): Remove.
5311         * decl.c (struct binding_level): Remove incomplete.
5312         (incomplete_vars): New variable.
5313         (mark_binding_level): Don't mark incomplete.
5314         (print_binding_level): Don't print it.
5315         (mark_saved_scope): Don't mark incomplete.
5316         (pushdecl): Use maybe_register_incopmlete_var.
5317         (cxx_init_decl_processing): Register incomplete_vars for GC.
5318         (start_decl_1): Clarify error message.
5319         (hack_incomplete_vars): Remove.
5320         (maybe_register_incomplete_var): New function.
5321         (complete_vars): Likewise.
5322
5323 2002-04-06  Jason Merrill  <jason@redhat.com>
5324
5325         PR c++/4934
5326         * error.c (dump_expr) [CONVERT_EXPR]: Make sure TREE_TYPE (t) is
5327         set before checking it.
5328
5329         PR c++/525
5330         * init.c (build_member_call): Use build_scoped_ref.
5331         (resolve_offset_ref): Likewise.
5332         * call.c (build_scoped_method_call): Likewise.
5333         * tree.c (maybe_dummy_object): Kludge around current_class_type being
5334         wrong.
5335         * typeck2.c (build_scoped_ref): Return the binfo via binfo_p parm.
5336         * cp-tree.h: Adjust.
5337
5338         * init.c (push_base_cleanups): Just use build_scoped_method_call.
5339
5340         PR c++/6179
5341         * method.c (implicitly_declare_fn): Pass unqualified type to
5342         synthesize_exception_spec.
5343
5344 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
5345
5346         * cp-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
5347         * cvt.c: Update comment.
5348         * init.c (expand_cleanup_for_base): Update.
5349         * semantics.c (finish_parenthesized_expr): Update.
5350         * typeck.c (cp_truthvalue_conversion): Update.
5351
5352 2002-04-04  Jason Merrill  <jason@redhat.com>
5353
5354         * semantics.c (finish_eh_cleanup): New fn.
5355         * cp-tree.h: Add prototype.
5356         * init.c (perform_member_init, expand_cleanup_for_base): Use
5357         finish_eh_cleanup.
5358         * cp-tree.def (SUBOBJECT, CTOR_STMT): Remove.
5359         * cp-tree.h: Remove references.
5360         * decl.c (begin_constructor_body, end_constructor_body): Likewise.
5361         * dump.c (cp_dump_tree): Likewise.
5362         * pt.c (tsubst_expr): Likewise.
5363         * semantics.c (genrtl_ctor_stmt, genrtl_subobject): Remove.
5364         (cp_expand_stmt): Remove handling of CTOR_STMT and SUBOBJECT.
5365         * tree.c (cp_statement_code_p): Likewise.
5366
5367         * init.c (build_new_1): Set CLEANUP_EH_ONLY on deleting cleanup.
5368
5369         PR c++/5636
5370         * semantics.c (nullify_returns_r): Just set CLEANUP_EH_ONLY on
5371         cleanup for nrv.
5372
5373         PR c++/5104
5374         * typeck.c (comptypes) [FUNCTION_TYPE]: Don't compare exception
5375         specifiers.
5376         [METHOD_TYPE]: Use same code as FUNCTION_TYPE.
5377
5378 2002-04-03  Richard Henderson  <rth@redhat.com>
5379
5380         * cp-lang.c (cxx_warn_unused_global_decl): New.
5381         (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
5382
5383 2002-04-03  Neil Booth  <neil@daikokuya.demon.co.uk>
5384
5385         * cp-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Redefine.
5386         * tree.c (init_tree): Don't set hook.
5387
5388 2002-04-03  Roger Sayle  <roger@eyesopen.com>
5389
5390         PR c++/5998:
5391         * decl.c (duplicate_decls): Don't mess with assembler names when
5392         redeclaring builtin functions as static.
5393
5394 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
5395
5396         * call.c (build_addr_func): Update.
5397         * class.c (resolve_address_of_overloaded_function): Update.
5398         * cp-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
5399         * cp-tree.h (cxx_mark_addressable): New.
5400         * decl.c (register_dtor_fn, cxx_maybe_build_cleanup): Update.
5401         * decl2.c (build_cleanup): Update.
5402         * except.c (build_throw): Update.
5403         * init.c (resolve_offset_ref): Update.
5404         * pt.c (convert_nontype_argument): Update.
5405         * semantics.c (finish_asm_stmt, simplify_affr_init_exprs_r): Update.
5406         * typeck.c (decay_conversion, build_array_ref, build_unary_op,
5407         unary_complex_lvalue): Update.
5408         (mark_addressable): Rename.
5409
5410 2002-04-01  Roger Sayle  <roger@eyesopen.com>
5411
5412         PR c++/5998:
5413         * decl.c (duplicate_decls):  Overwrite the RTL when (and only
5414         when) overwriting a built-in function.  Don't use COPY_DECL_RTL,
5415         but follow the SET_DECL_RTL idiom used elsewhere in the function.
5416
5417 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
5418
5419         * cp-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
5420         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
5421         * decl.c (grokdeclarator): Update.
5422         * mangle.c (write_integer_cst): Update.
5423         * typeck.c (build_binary_op): Update.
5424
5425 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
5426
5427         * cp-lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
5428         * lex.c (cxx_init): Don't set hook.
5429
5430 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
5431
5432         * Make-lang.in (error.o): Update.
5433         * cp-lang.c (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
5434         * cp-tree.h (struct diagnostic_context): Predeclare.
5435         (cxx_print_error_function): New.
5436         * error.c: Include langhooks-def.h.
5437         (lang_print_error_function): Rename.  Update.
5438         (init_error): Don't set hook.
5439
5440 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5441
5442         * cp-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
5443         Redefine.
5444         * cvt.c (cp_convert_to_pointer, type_promotes_to): Use new hooks.
5445         * decl.c (finish_enum): Similarly.
5446         * error.c (dump_type): Similarly.
5447         * lex.c (cxx_init): Similarly.
5448         * mangle.c (write_builtin_type): Similarly.
5449         * typeck.c (comptypes): Similarly.
5450
5451 2002-03-28  Roger Sayle  <roger@eyesopen.com>
5452
5453         PR c++/5998:
5454         * decl.c (cxx_init_decl_processing): Re-enable built-in functions
5455         in the g++ front-end.
5456         (duplicate_decl): Allow redefinition of anticipated built-ins.
5457         Fix inlining problem by over-writing the old DECL_RTL.
5458         (lookup_namespace_name): Fail to find an identifier in the
5459         specified namespace if its still anticipated.
5460         (builtin_function_1): New function split out from builtin_function
5461         to create a builtin in the current namespace with given context.
5462         (builtin_function): Call builtin_function_1 to define the
5463         appropriate builtins in both the std and global namespaces.
5464         (select_decl): Don't test for anticipated decls here.
5465         (unqualified_namespace_lookup): Instead ignore them whilst
5466         searching through scopes and namespaces.
5467         * decl2.c (do_nonmember_using_decl): If a using declaration
5468         specifies an anticipated built-in function, mark it as no longer
5469         anticipated in that scope.
5470         (ambiguous_decl):  Avoid resolving to an anticipated decl.
5471         * lex.c (do_scoped_id): Fail to find an identifier in the global
5472         namespace if its still anticipated.
5473
5474 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5475
5476         * cp-lang.c (LANG_HOOKS_MAKE_TYPE): Redefine.
5477         * cp-tree.h (cp_make_lang_type): Rename.
5478         * lex.c (cp_make_lang_type): Rename.
5479         (make_aggr_type): Update.
5480         * tree.c (init_tree): Don't set make_lang_type_fn.
5481
5482 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
5483
5484         PR c++/6073
5485         * class.c (finish_struct_1): Update static field's DECL_MODE even
5486         if its type is a variant of t.
5487
5488 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
5489
5490         * cp-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
5491         * cp-tree.h (cxx_insert_default_attributes): New.
5492         * decl.c (insert_default_attributes): Rename.
5493
5494 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
5495
5496         PR c++/4884
5497         * call.c (build_op_delete_call): Allow for the fact the placement
5498         may be a COMPOUND_EXPR.
5499
5500 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
5501
5502         * cp-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
5503         * cp-tree.h (init_cplus_expand): Remove.
5504         (cxx_expand_expr): New.
5505         * expr.c (cplus_expand_expr): Rename cxx_expand_expr,
5506         fix prototype.
5507         (init_cplus_expand): Remove.
5508         * lex.c (cxx_init): Don't call init_cplus_expand.
5509
5510 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
5511
5512         PR c++/4884.
5513         * init.c (build_new_1): Allow for the fact the result of
5514         build_function_call may be a COMPOUND_EXPR.
5515
5516 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
5517
5518         PR c++/5682
5519         * cp-tree.h (BINFO_PRIMARY_P): Explain meaning better.
5520         (dfs_skip_nonprimary_vbases_unmarkedp): Remove.
5521         (dfs_skip_nonprimary_vbases_markedp): Remove.
5522         * search.c (get_shared_vbase_if_not_primary): Remove.
5523         (dfs_skip_nonprimary_vbases_unmarkedp): Remove.
5524         (dfs_skip_nonprimary_vbases_markedp): Remove.
5525         (dfs_unmarked_real_bases_queue_p): Just get the canonical binfo.
5526         (dfs_marked_real_bases_queue_p): Likewise.
5527
5528 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
5529
5530         * cp-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
5531         * cp-tree.h (cxx_mark_tree): New.
5532         * decl.c (lang_mark_tree): Rename cxx_mark_tree.
5533
5534 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
5535
5536         * cp-tree.h (cxx_maybe_build_cleanup): New.
5537         * decl.c (destroy_local_var, hack_incomplete_structures): Update.
5538         (maybe_build_cleanup): Rename cxx_maybe_build_cleanup.
5539         * tree.c (build_target_expr): Update.
5540         * cp-lang.c (LANG_HOOKS_MAYBE_BUILD_CLEANUP): Redefine.
5541
5542 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5543
5544         * decl2.c (cxx_decode_option): Handle -E.
5545         * lang-specs.h (default_compilers): Preprocess with cc1plus.
5546         * lex.c (cxx_init): Exit quickly if c_common_init returns NULL.
5547
5548 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
5549
5550         PR c++/6037
5551         * decl.c (start_enum): Don't set TREE_ADDRESSABLE on TREE_LIST node.
5552
5553 2002-03-23  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5554
5555         * error.c (dump_type): Be careful about implicit typenames.
5556
5557 2002-03-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5558
5559         PR C++/3656
5560         * semantics.c (finish_base_specifier): Handle erronous base
5561         classes.
5562
5563 2002-03-22  Zack Weinberg  <zack@codesourcery.com>
5564
5565         * error.c: Always use REAL_VALUE_TO_DECIMAL; don't test
5566         REAL_IS_NOT_DOUBLE.
5567
5568 2002-03-22  Jeff Knaggs  <jknaggs@redhat.com>
5569
5570         * typeck.c (get_member_function_from_ptrfunc): Scale idx down to
5571         an index into the vtable_entry array regardless of
5572         TARGET_PTRMEMFUNC_VBIT_LOCATION.
5573
5574 2002-03-21  Aldy Hernandez  <aldyh@redhat.com>
5575
5576         * tree.c (cp_cannot_inline_tree_fn): Same.
5577
5578 2002-03-21  Neil Booth  <neil@daikokuya.demon.co.uk>
5579
5580         * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
5581         insert_block, getdecls, global_bindings_p): New.
5582
5583 2002-03-20  Nathan Sidwell  <nathan@codesourcery.com>
5584
5585         PR c++/4361
5586         * mangle.c (struct globals) Add internal_mangling_p member.
5587         (write_template_param): Do internal mangling, if needed.
5588         (mangle_conv_op_name_for_type): Request internal mangling.
5589
5590 2002-03-20  Jason Merrill  <jason@redhat.com>
5591
5592         PR c++/2136
5593         * init.c (build_delete): Check access for a member op delete here.
5594         * decl2.c (delete_sanity): Not here.
5595
5596 2002-03-19  Jason Merrill  <jason@redhat.com>
5597
5598         PR c++/5118
5599         * class.c (get_vfield_name): Use the constructor_name.
5600
5601 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
5602
5603         * cp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
5604         * cp-tree.h (lang_printable_name): Rename.
5605         * error.c (lang_decl_name): Use new hook.
5606         * lex.c (cxx_init): Remove old hook.
5607         * pt.c (tsubst_decl): Use new hook.
5608         * tree.c (lang_printable_name): Rename.
5609
5610 2002-03-18  Eric Botcazou  <ebotcazou@multimania.com>
5611
5612         PR c++/3882
5613         * pt.c (tsubst_decl): Move __PRETTY_FUNCTION__ handling...
5614         (tsubst_expr) [DECL_STMT]: ...here. And substitute the initializer
5615         only after recording the declaration.
5616
5617 2002-03-18  Jason Merrill  <jason@redhat.com>
5618
5619         PR c++/2039
5620         * init.c (resolve_offset_ref): Hand off to build_component_ref.
5621
5622         PR c++/4222, c++/5995
5623         * call.c (build_over_call): Fix empty class logic.
5624
5625         PR c++/3870
5626         * cp-tree.h (struct saved_scope): Add last_parms field.
5627         * decl.c (maybe_push_to_top_level): Save last_function_parms.
5628         (pop_from_top_level): Restore it.
5629
5630         PR c++/4377
5631         * mangle.c (write_expression): Strip NOP_EXPRs sooner.  Also strip
5632         NON_LVALUE_EXPRs.
5633
5634         PR c++/4003
5635         * pt.c (tsubst_friend_function): Use decl_namespace_context.
5636
5637         PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.
5638         * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE for a
5639         type with a nontrivial destructor.
5640
5641 2002-03-17  Jason Merrill  <jason@redhat.com>
5642
5643         PR c++/4460
5644         * class.c (build_base_path): Virtual base layout is fixed in
5645         in-charge [cd]tors.
5646
5647 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
5648
5649         * cp-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
5650         * parse.y (yyparse): Remove macro.
5651
5652 2002-03-17  Jason Merrill  <jason@redhat.com>
5653
5654         PR c++/5757
5655         * init.c (build_new_1): Pass the right pointer to op delete.
5656
5657 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
5658
5659         PR c++/4361
5660         * cp-tree.h (CLASSTYPE_METHOD_VEC): Document where templated
5661         conversion operators go.
5662         (struct lang_decl_flags): Add template_conv_p and unused
5663         bitfields.
5664         (DECL_TEMPLATE_CONV_FN_P): New macro.
5665         * call.c (build_user_type_conversion_1): Don't check second type
5666         conversion of overload set first.
5667         * class.c (add_method): Make sure templated conversion operators
5668         all end up on slot 2.
5669         * lex.c (do_identifier): A conversion operator token might be
5670         satisfied by a templated conversion operator.
5671         * pt.c (check_explicit_specialization): Use
5672         CLASSTYPE_FIRST_CONVERSION_SLOT.
5673         (template_parm_this_level_p): New function.
5674         (push_template_decl_real): Determine DECL_TEMPLATE_CONV_FN_P.
5675         * search.c (lookup_fnfields_1): Template conversions will be on
5676         the first slot.
5677         * typeck.c (build_component_ref): Preserve the type of an
5678         conversion operator name on the overload type.
5679         (build_x_function_call): Retrieve the conversion operator name.
5680
5681 2002-03-15  Richard Henderson  <rth@redhat.com>
5682
5683         * init.c (build_new_1): Use size_binop instead of cp_build_binary_op.
5684
5685 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
5686
5687         * cp-tree.h (CLEANUP_DECL): Remove.
5688         (CLEANUP_EXPR): Likewise.
5689         * decl.c (destroy_local_var): Simplify.
5690         (maybe_build_cleanup): Tidy.
5691         * dump.c (cp_dump_tree): Remove handling of CLEANUP_STMT.
5692         * semantics.c (cp_expand_stmt): Likewise.
5693         * cp/tree.c (cp_statement_code_p): Likewise.
5694
5695 2002-03-15  Jason Merrill  <jason@redhat.com>
5696
5697         PR c++/5857
5698         * decl.c (duplicate_decls): Use merge_types instead of common_type.
5699         * typeck.c (common_type): Just hand off to
5700         type_after_usual_arithmetic_conversions and
5701         composite_pointer_type.
5702         (merge_types): New fn.
5703         (commonparms): Use it instead of common_type.
5704         (type_after_usual_arithmetic_conversions): Also handle COMPLEX_TYPE.
5705         (composite_pointer_type): Also handle attributes.
5706         * cp-tree.h: Declare merge_types.
5707
5708         * decl.c (make_rtl_for_nonlocal_decl): Also defer COMDAT
5709         variables.
5710         * decl2.c (maybe_make_one_only): Also mark the decl as needed.
5711
5712 2002-03-14  Richard Henderson  <rth@redhat.com>
5713
5714         * decl.c: Include c-pragma.h.
5715         (start_decl, start_function): Invoke maybe_apply_pragma_weak.
5716         * Make-lang.in: Update dependencies.
5717
5718 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
5719
5720         PR c++/5908
5721         * call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too.
5722         * cvt.c (convert_to_void): Preserve TREE_NO_UNUSED_WARNING.
5723
5724 2002-03-12  Richard Sandiford  <rsandifo@redhat.com>
5725
5726         * mangle.c (write_builtin_type): Handle 128-bit integers even if
5727         they are not a standard integer type.
5728
5729 2002-03-12  Richard Sandiford  <rsandifo@redhat.com>
5730
5731         * cp-tree.h (init_init_processing): Remove declaration.
5732         * init.c (BI_header_type, init_init_processing): Remove old ABI stuff.
5733         * decl.c (cxx_init_decl_processing): Don't call init_init_processing.
5734
5735 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5736
5737         * cp-lang.c (tree_code_type, tree_code_length, tree_code_name):
5738         Define.
5739         * decl.c (duplicate_decls): Use TREE_CODE_LENGTH, not
5740         tree_code_length.
5741         * lex.c (cplus_tree_code_type, cplus_tree_code_length,
5742         cplus_tree_code_name): Delete.
5743         (cxx_init): Don't call add_c_tree_codes, instead set
5744         lang_unsafe_for_reeval.  Don't try to copy into the various
5745         tree_code arrays.
5746
5747 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
5748
5749         PR c++/5659
5750         * decl.c (xref_tag): Don't set CLASSTYPE_DECLARED_CLASS here.
5751         * decl2.c (handle_class_head): Set CLASSTYPE_DECLARED_CLASS for
5752         definitions.
5753
5754 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
5755
5756         Revert 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>,
5757         DR209 is now not a defect.
5758         * cp-tree.h (skip_type_access_control): Remove.
5759         * decl.c (grokdeclarator): Do type access control for friend
5760         declarations.
5761         * semantics.c (decl_type_access_control): Don't reset
5762         current_type_lookups.
5763         (save_type_access_control): Always save the lookups.
5764         (skip_type_access_control): Remove.
5765         (finish_class_definition): Don't change type_lookups.
5766
5767 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
5768
5769         Revert 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>,
5770         It is incorrect.
5771         * typeck.c (build_static_cast): Compare non-qualified types
5772         with pointer to member conversions.
5773
5774 2002-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
5775             Daniel Berlin  <dan@dberlin.org>
5776
5777         * cp-lang.c (ok_to_generate_alias_set_for_type): New function.
5778         (cxx_get_alias_set): Use it.
5779
5780 2002-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5781
5782         * cp-tree.h (stabilize_expr): Prototype.
5783
5784 2002-03-08  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5785
5786         * cp-tree.h (CLEAR_BINFO_MARKED): Make both parts of
5787         conditional return void.
5788
5789 2002-03-08  Neil Booth  <neil@daikokuya.demon.co.uk>
5790
5791         * cp-lang.c (LANG_HOOKS_UNSAVE): Redefine.
5792         * cp-tree.h (cxx_unsave): New.
5793         * tree.c (cp_unsave): Rename cxx_unsave, update prototype.
5794         (init_tree): Update.
5795
5796 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5797
5798         * decl.c (cxx_init_decl_processing): Use ARRAY_SIZE in lieu of
5799         explicit sizeof/sizeof.
5800         * decl2.c (cxx_decode_option): Likewise.
5801         * lex.c (init_reswords, REDUCE_LENGTH, TOKEN_LENGTH): Likewise.
5802
5803 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
5804
5805         PR c++/775
5806         * decl.c (lookup_tag): Only reject enum/class mismatch, not
5807         class/union mismatch.
5808         * parse.y (check_class_key): New function.
5809         (structsp): Call it.
5810
5811 2002-03-01  Michael Matz  <matz@suse.de>
5812
5813         * typeck.c (cp_pointer_int_sum): Complete inner type which is
5814         used later by size_in_bytes().
5815
5816 2002-03-01  Phil Edwards  <pme@gcc.gnu.org>
5817
5818         * cp-tree.h:  Require __GNUC__ to be #defined.
5819         (build_init):  Add missing prototype.
5820
5821 2002-03-01  Jason Merrill  <jason@redhat.com>
5822
5823         * except.c: Don't include decl.h or obstack.h.  Do include
5824         tree-inline.h.
5825         (build_throw): Destroy temporaries from the thrown
5826         expression before calling __cxa_throw.  Construct a thrown
5827         temporary directly into the exception object.
5828         (stabilize_throw_expr): New function.
5829         (wrap_cleanups_r): New function.
5830         * tree.c (stabilize_expr): New function.
5831         * init.c (build_init): New function.
5832         * Make-lang.in (cp/except.o): Adjust .h deps.
5833
5834 2002-02-28  Jason Merrill  <jason@redhat.com>
5835
5836         * search.c (lookup_base_r): Don't clear is_non_public just because
5837         we found a friendly scope.
5838
5839         * decl.c (finish_function): Only warn about missing return
5840         statement with -Wreturn-type.
5841
5842 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
5843
5844         * class.c (build_clone): Update.
5845         * cp-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
5846         * cp-tree.h (cxx_dup_lang_specific_decl): New.
5847         * lex.c (copy_lang_decl): Rename cxx_dup_lang_specific_decl.
5848         (copy_decl): Update.
5849         * method.c (make_thunk): Update.
5850
5851 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
5852
5853         * decl2.c: Delete traditional-mode-related code copied from
5854         the C front end but not used, or used only to permit the
5855         compiler to link.
5856
5857 2002-02-24 Craig Rodrigues  <rodrigc@gcc.gnu.org>
5858
5859         PR c++/4093
5860         * cp-tree.h (SET_BINFO_MARKED): Cast false part of condition
5861         to void.
5862
5863 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
5864
5865         PR other/5746
5866         * semantics.c (finish_switch_cond): Don't call get_unwidened
5867         if error_mark_node.
5868
5869 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
5870
5871         PR c++/2645, DR 295
5872         * cp-tree.h (tsubst_flags_t): Add tf_ignore_bad_quals,
5873         tf_keep_type_decl.
5874         (make_typename_type): Use tsubst_flags_t.
5875         * decl.c (make_typename_type): Adjust. Return non-artificial
5876         TYPE_DECLs, if required.
5877         (grokdeclarator): Simplify CVR qualification handling. Allow bad
5878         qualifiers on typedef types.
5879         * decl2.c (handle_class_head): Adjust make_typename_type call.
5880         * parse.y (nested_name_specifier): Likewise.
5881         (typename_sub0): Likewise.
5882         (typename_sub1): Likewise.
5883         * pt.c (convert_template_argument): Adjust make_typename_type
5884         return value.
5885         (tsubst): Adjust cp_build_qualified_type_real calls.
5886         (check_cv_quals_for_unify): Cope with allowing bad qualifications
5887         on template type parms.
5888         (instantiate_decl): Recheck substitutions to give warnings on bad
5889         qualifications.
5890         * tree.c (cp_build_qualified_type_real): Use tf_allow_bad_quals.
5891
5892 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
5893
5894         * cp/decl.c (duplicate_decls): Merge always_inline attribute.
5895
5896         * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
5897         unless DECL_ALWAYS_INLINE.
5898
5899 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
5900
5901         * typeck.c (cp_pointer_int_sum): Renamed from
5902         pointer_int_sum, call pointer_int_sum.
5903
5904 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
5905
5906         * decl.c (duplicate_decls): Return 0 if issued error about
5907         redeclaration.
5908
5909 2002-02-19  Jason Merrill  <jason@redhat.com>
5910
5911         ABI change: Mangle `void (A::*)() const' as
5912         M1AKFvvE, not MK1AFvvE.
5913         * mangle.c (write_function_type): Write cv-quals for member
5914         function type here.
5915         (write_pointer_to_member_type): Not here.
5916
5917 2002-02-18  Jason Merrill  <jason@redhat.com>
5918
5919         * pt.c (do_type_instantiation): Don't pedwarn if in_system_header.
5920         (do_decl_instantiation): Likewise.
5921
5922 2002-02-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5923
5924         PR c++/5685
5925         * decl.c (duplicate_decls): Make warning unconditional
5926         if duplicate default argument declarations are present.
5927
5928 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
5929
5930         * typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
5931         shortening.
5932
5933 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
5934
5935         * decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs,
5936         remove incorrect comment. Move #if 0'd code to common path. Use
5937         IMPLICIT_TYPENAME_P. Simplify & reformat ARRAY_TYPE duplication.
5938
5939 2002-02-13  Jason Merrill  <jason@redhat.com>
5940
5941         * decl.c (builtin_function): Set TREE_THIS_VOLATILE on return fns.
5942         (finish_function): Don't warn if current_function_returns_null.
5943
5944         * typeck2.c (digest_init): Do handle values of vector type.
5945
5946         * typeck2.c (digest_init, process_init_constructor): Treat vectors
5947         like arrays.
5948
5949 2002-02-11  Jason Merrill  <jason@redhat.com>
5950
5951         * parse.y (reserved_declspecs): Don't handle attributes.
5952         (reserved_typespecquals): Handle them here.
5953         * Make-lang.in (parse.c): Adjust expected conflicts.
5954
5955 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
5956
5957         * parse.y (primary, primary_no_id): Use compstmt_or_stmtexpr
5958         instead of compstmt.
5959         (compstmt_or_stmtexpr): Renamed from compstmt.
5960         (compstmt): In addition to compstmt_or_stmtexpr clear last_expr_type.
5961
5962 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
5963
5964         Rename instantiate_type_flags to tsubst_flags_t & expand use.
5965         * cp-tree.h (instantiate_type_flags): Rename to ...
5966         (tsubst_flags_t): ... here. Rename itf_complain to tf_error,
5967         add tf_warning flag.
5968         (instantiate_type): Adjust prototype.
5969         (tsubst, tsubst_expr, tsubst_copy, lookup_template_class,
5970         do_type_instantiation, cp_build_qualified_type_real): Likewise.
5971         cp_build_qualified_type: Adjust.
5972         * class.c (instantiate_type): Adjust parameter. Rename itf_* to
5973         tf_*.
5974         * call.c (standard_conversion): Rename itf_* to tf_*.
5975         (reference_binding): Likewise.
5976         (convert_like_real): Likewise.
5977         * cvt.c (cp_convert_to_pointer): Likewise.
5978         (convert_to_reference): Likewise.
5979         * decl.c (lookup_namespace_name): Use tf_* flags.
5980         (make_typename_type): Likewise.
5981         (grokdeclarator): Likewise.
5982         * pt.c (convert_nontype_argument): Adjust COMPLAIN usage.
5983         (coerce_template_template_parms, convert_template_argument,
5984         coerce_template_parms, maybe_get_template_decl_from_type_decl,
5985         lookup_template_class, tsubst_friend_function, tsubst_friend_class,
5986         instantiate_class_template, tsubst_template_arg_vector,
5987         tsubst_template_parms, tsubst_aggr_type, tsubst_default_argument,
5988         tsubst_decl, tsubst_arg_types, tsubst_function_type,
5989         tsubst_call_declarator_parms, tsubst, tsubst_copy, tsubst_expr,
5990         instantiate_template, fn_type_unification,
5991         resolve_overloaded_unification, verify_class_unification,
5992         unify, get_bindings_real, do_type_instantiation,
5993         regenerate_decl_from_template, instantiate_decl,
5994         tsubst_initializer_list, tsubst_enum,
5995         get_mostly_instantiated_function_type,
5996         invalid_nontype_parm_type_p): Likewise.
5997         * tree.c (cp_build_qualified_type_real): Likewise.
5998         * typeck.c (build_binary_op): Rename itf_* to tf_*.
5999         (build_ptrmemfunc): Likewise.
6000         (convert_for_assignment): Likewise.
6001
6002 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
6003
6004         PR c++/109
6005         * decl.c (grokdeclarator): Allow friend declarations from
6006         dependent types.
6007         * decl2.c (handle_class_head): Don't push into template parm contexts.
6008         * pt.c (push_template_decl_real): Template parm contexts are never
6009         being defined.
6010
6011 2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
6012
6013         * class.c: Include target.h.
6014         (check_bitfield_decl): Disregard EMPTY_FIELD_BOUNDARY,
6015         BITFIELDS_NBYTES_LIMITED and PCC_BITFIELD_TYPE_MATTERS for MS
6016         bit-field layout.
6017         * Make-lang.in: Adjust deps.
6018
6019 2002-02-05  Jason Merrill  <jason@redhat.com>
6020
6021         * error.c (dump_type): Be more helpful about VECTOR_TYPE.
6022
6023 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
6024
6025         * semantics.c (begin_switch_stmt): Clear SWITCH_TYPE.
6026         (finish_switch_cond): Set SWITCH_TYPE.
6027
6028 2002-02-04  Richard Henderson  <rth@redhat.com>
6029
6030         * method.c (use_thunk): Always initialize the block tree.  Reindent.
6031         * semantics.c (expand_body): Emit thunks after function, not before.
6032
6033 2002-02-04  Jason Merrill  <jason@redhat.com>
6034
6035         * decl.c (start_function): Call cplus_decl_attributes immediately
6036         after grokdeclarator.
6037
6038         * decl.c (start_function): Combine DECL_RESULT handling code.
6039
6040 2002-02-03  Jason Merrill  <jason@redhat.com>
6041
6042         * xref.c: Remove.
6043         * Make-lang.in (CXX_OBJS): Remove cp/xref.o
6044         (cp/xref.o): Remove dependencies.
6045         * class.c (finish_struct_1, check_methods): Don't call xref fns.
6046         (finish_struct_1): Likewise.
6047         * friend.c (make_friend_class): Likewise.
6048         * lex.c (cxx_init, cxx_finish, extract_interface_info): Likewise.
6049         * spew.c (read_process_identifier): Likewise.
6050
6051 2002-02-01  Jason Merrill  <jason@redhat.com>
6052
6053         PR c++/4872
6054         * decl.c (finish_function): Warn about a non-void function with
6055         no return statement and no abnormal exit.
6056         * cp-tree.h (struct cp_language_function): Add returns_abnormally.
6057         (current_function_returns_abnormally): New macro.
6058         * call.c (build_call): Set it.
6059
6060         * typeck.c (build_component_ref): Always complain about offsetof
6061         constructs on non-PODs.  Only make it an error for members of
6062         virtual bases.
6063
6064         * error.c (dump_scope): Don't add TFF_DECL_SPECIFIERS.
6065         (dump_function_decl): Always dump parms.
6066
6067         * decl2.c (finish_static_data_member_decl): Complain about a local
6068         class with a static data member.
6069
6070         PR c++/4286
6071         * search.c (lookup_field_1): Don't xref a static data member
6072         just because we looked it up.
6073
6074 2002-01-31  Jason Merrill  <jason@redhat.com>
6075
6076         * Make-lang.in (parse.c): Handle .output file.
6077
6078         PR c++/3395
6079         * decl.c (xref_tag): Remember early attributes in TYPE_ATTRIBUTES,
6080         not TREE_TYPE.
6081         * semantics.c (finish_class_definition): Adjust.
6082
6083         Allow attributes in parms and casts.
6084         * parse.y (named_parm): Don't strip attrs.
6085         (declmods): Remove 'attributes' production.
6086         (nonempty_cv_qualifiers): Accept attributes.
6087         (ATTRIBUTE): Give precedence.
6088         * decl.c (groktypename): Handle attributes.
6089         (grokparms): Likewise.
6090
6091 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
6092
6093         * decl2.c (cxx_decode_option): Pass 0 as last argument to
6094         cpp_handle_option.
6095         * lang-specs.h: Use cpp_unique_options instead of cpp_options
6096         when used together with cc1_options.
6097
6098 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
6099
6100         PR c++/5132
6101         * typeck2.c (digest_init): Make sure non-array core type is
6102         instantiated.
6103         * decl2.c (reparse_absdcl_as_casts): Just store the type in the
6104         constructor, rather than build a new one.
6105         (build_expr_from_tree, CONSTRUCTOR case): Be careful with the
6106         PURPOSE of constructor elts.
6107
6108 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
6109
6110         * Make-lang.in (parse.c): Adjust expected number of
6111         shift-reduce conflicts.
6112         (decl.o): Depend on diagnostic.h.
6113         * decl.c: Include diagnostic.h.
6114         (grokdeclarator): Check for null pointer.
6115         (finish_function): Don't abort when
6116         current_binding_level->parm_flag != 1, if errors have
6117         occurred; throw away the statement tree and extra binding
6118         levels, and continue.
6119         * lex.c (note_list_got_semicolon): Check for null pointer.
6120         * method.c (hack_identifier): Just return error_mark_node if
6121         value is error_mark_node.
6122         * parse.y (primary: TYPEID(type_id)): No need to use
6123         TYPE_MAIN_VARIANT here.
6124         (handler_seq): Accept an empty list of catch clauses and
6125         generate a fake handler block to avoid later crashes.
6126         (ansi_raise_identifier): Accept the error token too.
6127         * semantics.c (begin_class_definition,
6128         finish_class_definition): Check for error_mark_node.
6129
6130 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
6131
6132         * typeck2.c (friendly_abort): Delete definition.
6133         * cp-tree.h (friendly_abort): Don't prototype.
6134         (my_friendly_assert): Use fancy_abort.
6135
6136 2002-01-23  Craig Rodrigues  <rodrigc@gcc.gnu.org>
6137
6138         * cp-tree.h (my_friendly_abort): Remove.
6139
6140 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
6141
6142         * spew.c (pending_inlines, pending_inlines_tail,
6143         processing_these_inlines): Make static.
6144         (mark_pending_inlines): Remove static.
6145         (begin_parsing_inclass_inline): If in function, save pi
6146         for GC to cp_function_chain->unparsed_inlines instead.
6147         (process_next_inline): Likewise.
6148         * cp-tree.h (struct cp_language_function): Add unparsed_inlines.
6149         (mark_pending_inlines): Add prototype.
6150         * decl.c (spew_debug): Remove unused extern.
6151         (mark_lang_function): Call mark_pending_inlines.
6152
6153 2002-01-23  Craig Rodrigues  <rodrigc@gcc.gnu.org>
6154
6155         * call.c, class.c, decl.c, decl2.c, error.c, expr.c, friend.c,
6156         init.c, lex.c, mangle.c, method.c, pt.c, repo.c, rtti.c, search.c,
6157         semantics.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c:
6158         Change my_fancy_abort() to abort().
6159
6160 2002-01-23  Jason Merrill  <jason@redhat.com>
6161
6162         PR c++/5453
6163         * class.c (fixed_type_or_null): Fix thinko.
6164
6165         PR c++/3331
6166         * init.c (resolve_offset_ref): Use build_indirect_ref.
6167
6168         * decl2.c (grokclassfn): Don't set DECL_REGISTER on 'this'.
6169
6170 2002-01-22  Jason Merrill  <jason@redhat.com>
6171
6172         * parse.y (function_body): Suppress the block for the outermost
6173         curly braces.
6174         * decl.c (pushdecl): Don't try to skip it.
6175         (begin_function_body): Keep the block we create, not the next one.
6176         * init.c (emit_base_init): Don't mess with keep_next_level.
6177
6178         * class.c (build_base_path): Tweak formatting.
6179
6180 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
6181
6182         Fix regression introduced with patch for c++/775
6183         * parse.y (class_head_defn): Check for template specializations
6184         with a different class-key.
6185
6186 2002-01-17  Jason Merrill  <jason@redhat.com>
6187
6188         * decl.c (begin_constructor_body, begin_destructor_body): New fns.
6189         (begin_function_body): Call them and keep_next_level.
6190         * init.c (emit_base_init): Call keep_next_level.
6191         * semantics.c (setup_vtbl_ptr): Lose.
6192         * cp-tree.h (struct cp_language_function): Remove vtbls_set_up_p.
6193         (vtbls_set_up_p): Lose.
6194         * pt.c (tsubst_expr, CTOR_INITIALIZER): Call emit_base_init.
6195         * method.c (do_build_copy_constructor): Likewise.
6196         (synthesize_method): Call finish_mem_initializers.
6197         * parse.y (nodecls): Likewise.
6198
6199         * error.c (dump_type_suffix): Print the exception specs before
6200         recursing.
6201         (dump_function_decl): Here, too.
6202
6203         * cp-tree.h (TMPL_PARMS_DEPTH): Cast to signed HOST_WIDE_INT.
6204
6205 2002-01-10  Ira Ruben   <ira@apple.com>
6206
6207         PR c++/907
6208         * decl.c (start_method): Handle attrlist.
6209
6210 2002-01-10  Jakub Jelinek  <jakub@redhat.com>
6211
6212         * decl2.c (max_tinst_depth): Increase default limit to 500.
6213
6214 2002-01-10  Graham Stott  <grahams@redhat.com>
6215
6216         * spew.c (YYCHAR): Uppercase macro parameter and add
6217         parenthesis.
6218         (YYCODE): Likewise.
6219         (NAME): Uppercase macro parameter.
6220
6221 2002-01-09  Graham Stott  <grahams@redhat.com>
6222
6223         * decl.h (grokdeclarator): Wrap long line.
6224
6225         * semantics.c (FINISH_COND): Uppercase macro paramaters and
6226         add parenthesis.
6227
6228 2002-01-08  Graham Stott  <grahams@redhat.com>
6229
6230         * xref.c (FILE_NAME_ABSOLUTE_P): Add parenthesis.
6231         (PALLOC): Uppercase macro parameter and whitespace.
6232         (SALLOC): Uppercase macro parameter.
6233         (SFREE): Uppercase macros parameter, add parenthese and
6234         whitespace.
6235         (STREQL): Uppercase macro parameter and whitespace.
6236         (STRNEQ): Likewise.
6237         (STRLSS): Likewise.
6238         (STRLEQ): Likewise.
6239         (STRGTR): Likewise.
6240         (STRGEQ): Likewise.
6241
6242         * call.c (convert_like): Add parenthesis and wrap.
6243         (convert_like_with_context): Likewise.
6244         (ICS_RANK): Whitespace.
6245         (NEED_TEMPORARY_P): Remove parenthesis.
6246
6247         * class.c (VTT_TOP_LEVEL_P): Uppercase macro parameter and
6248         whitespace.
6249         (VTT_MARKED_BINFO_P): Likewise.
6250
6251         * decl.c (BINDING_LEVEL): Add parenthesis.
6252         (DEF_OPERATOR): Likewise.
6253
6254         * mangle.c (MANGLE_TRACE): Add parenthesis.
6255         (MANGLE_TRACE_TREE): Likewise.
6256         (write_signed_number): Likewise.
6257         (write_unsigned_number): Likewise.
6258
6259         * pt.c (ccat): Uppercase macro parameter.
6260         (cat): Likewise
6261
6262         * search.c (SET_BINFO_ACCESS): Add parenthesis.
6263
6264 2002-01-07  Jason Merrill  <jason@redhat.com>
6265
6266         * decl2.c (coerce_new_type): Downgrade error for size_t mismatch
6267         to pedwarn.
6268
6269         PR c++/3536
6270         * method.c (make_thunk): If !flag_weak, give the thunk the
6271         function's linkage.
6272         (use_thunk): Here, too.
6273
6274 2002-01-07  Graham Stott  <grahams@redhat.com>
6275
6276         * error.c: Update copyright date.
6277         (print_scope_operator): Add parenthesis.
6278         (print_left_paren): Likewise.
6279         (print_right_paren): Likewise.
6280         (print_left_bracket): Likewise.
6281         (print_right_bracket): Likewise.
6282         (print_template_argument_list_start): Likewise.
6283         (print_template_argument_list_end): Likewise.
6284         (print_non_consecutive_character): Likewise.
6285         (print_tree_identifier): Likewise.
6286         (print_identifier): Likewise.
6287         (NEXT_CODE): Uppercase macro parameter.
6288         (ident_fndecl): Delete unused.
6289         (GLOBAL_THING): Likewise.
6290
6291 2002-01-06  Graham Stott  <grahams@redhat.com>
6292
6293         * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): Add parenthesis.
6294         (VAR_FUNCTION_OR_PARM_DECL_CHECK): Likewise.
6295         (VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK) Likewise.
6296         (RECORD_OR_UNION_TYPE_CHECK): Likewise.
6297         (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Likewise.
6298         (C_IS_RESERVED_WORD): Uppercase macro parameter.
6299         (C_RID_YYCODE) Likewise.
6300         (ptrmem_cst): Use rtx.
6301         (LOCAL_BINDING_P): Add whitespace.
6302         (INHERITED_VALUE_BINDING_P): Likewise.
6303         (BINDING_SCOPE): Wrap long line.
6304         (BINDING_HAS_LEVEL_P): Remove parenthesis.
6305         (BINDING_VALUE): Wrap long line.
6306         (BINDING_TYPE): Whitespace.
6307         (IDENTIFIER_GLOBAL_VALUE): Add parenthesis.
6308         (SET_IDENTIFIER_GLOBAL_VALUE): Likewise.
6309         (IDENTIFIER_NAMESPACE_VALUE): Likewise.
6310         (SET_IDENTIFIER_NAMESPACE_VALUE: Likewise.
6311         (same_type_p): Uppercase macro parameters.
6312         (same_type_ignoring_top_level_qualifiers_p): Likewise.
6313         (OVL_FUNCTION): Wrap long line.
6314         (OVL_CHAIN): Whitespace.
6315         (OVL_CURRENT): Add parenthesis and whitespace.
6316         (OVL_NEXT): Whitespace.
6317         (OVL_USED): Likewise.
6318         (IDENTIFIER_TYPE_VALUE): Likewise.
6319         (REAL_IDENTIFIER_TYPE_VALUE): Remove parenthesis.
6320         (SET_IDENTIFIER_TYPE_VALUE): Add parenthesis and whitespace.
6321         (LANG_ID_FIELD): Whitespace.
6322         (SET_LANG_ID(NODE,VALUE,NAME): Likewise.
6323         (IDENTIFIER_LABEL_VALUE): Whitespace and wrap.
6324         (SET_IDENTIFIER_LABEL_VALUE): Whitespace.
6325         (IDENTIFIER_IMPLICIT_DECL): Whitespace and wrap.
6326         (SET_IDENTIFIER_IMPLICIT_DECL); Whitespace.
6327         (IDENTIFIER_ERROR_LOCUS): Whitespace and wrap.
6328         (SET_IDENTIFIER_ERROR_LOCUS); Whitespace.
6329         (IDENTIFIER_VIRTUAL_P): Likewise.
6330         (IDENTIFIER_OPNAME_P): Likewise.
6331         (IDENTIFIER_TYPENAME_P): Remove parenthesis.
6332         (C_TYPE_FIELDS_READONLY): Uppercase macro parameters.
6333         (C_SET_EXP_ORIGINAL_CODE): Likewise.
6334         (TYPE_ASSEMBLER_NAME_STRING): Wrap long line.
6335         (TYPE_ASSEMBLER_NAME_LENGTH): Likewise.
6336         (IS_AGGR_TYPE): Uppercase macro parameter.
6337         (CLASS_TYPE_P): Likewise.
6338         (IS_AGGR_TYPE_CODE): Uppercase macro parameter and parenthesis.
6339         (IS_AGGR_TYPE_2): Whitespace.
6340         (TAGGED_TYPE_P): Uppercase macro parameter.
6341         (TYPE_BUILT_IN): Whitespace.
6342         (TYPE_FOR_JAVA): Likewise.
6343         (FUNCTION_ARG_CHAIN): Remove parenthesis.
6344         (FUNCTION_FIRST_USER_PARMTYPE): Add parenthesis.
6345         (FUNCTION_FIRST_USER_PARAM): Likewise.
6346         (PROMOTES_TO_AGGR_TYPE): Whitespace.
6347         (DERIVED_FROM_P): Add parenthesis and wrap.
6348         (UNIQUELY_DERIVED_FROM_P): Likewise.
6349         (ACCESSIBLY_UNIQUELY_DERIVED_P): Likewise.
6350         (PUBLICLY_UNIQUELY_DERIVED_P): Likewise.
6351         (CLASSTYPE_USE_TEMPLATE): Whitespace.
6352         (CLASSTYPE_INLINE_FRIENDS): Remove parenthesis.
6353         (TYPE_GETS_DELETE): Add parenthesis.
6354         (TYPE_HAS_CONVERSION): Add parenthesis and wrap.
6355         (TYPE_HAS_ASSIGN_REF): Likewise,
6356         (TYPE_HAS_CONST_ASSIGN_REF): Likewise.
6357         (TYPE_HAS_INIT_REF): Likewise.
6358         (TYPE_HAS_CONST_INIT_REF): Likewise.
6359         (TYPE_BEING_DEFINED): Likewise.
6360         (TYPE_LANG_SPECIFIC): Likewise.
6361         (CLASSTYPE_RTTI): Likewise.
6362         (TYPE_OVERLOADS_CALL_EXPR): Likewise.
6363         (TYPE_OVERLOADS_ARRAY_REF): Likewise.
6364         (TYPE_OVERLOADS_ARROW): Likewise.
6365         (TYPE_USES_MULTIPLE_INHERITANCE): Likewise.
6366         (TYPE_USES_VIRTUAL_BASECLASSES): Add parenthesis.
6367         (CLASSTYPE_METHOD_VEC): Likewise.
6368         (CLASSTYPE_MARKED_N): Likewise.
6369         (CLASSTYPE_MARKED): Likewise.
6370         (CLASSTYPE_MARKED2): Likewise.
6371         (CLASSTYPE_MARKED3): Likewise.
6372         (CLASSTYPE_MARKED4): Likewise.
6373         (CLASSTYPE_MARKED5): Likewise.
6374         (CLASSTYPE_MARKED6): Likewise.
6375         (SET_CLASSTYPE_MARKED): Whitespace.
6376         (CLEAR_CLASSTYPE_MARKED): Likewise.
6377         (SET_CLASSTYPE_MARKED2): Likewise.
6378         (CLEAR_CLASSTYPE_MARKED2): Likewise.
6379         (SET_CLASSTYPE_MARKED3): Likewise.
6380         (CLEAR_CLASSTYPE_MARKED3): Likewise.
6381         (SET_CLASSTYPE_MARKED4): Likewise.
6382         (CLEAR_CLASSTYPE_MARKED4): Likewise.
6383         (SET_CLASSTYPE_MARKED5): Likewise.
6384         (CLEAR_CLASSTYPE_MARKED5): Likewise.
6385         (SET_CLASSTYPE_MARKED6): Likewise.
6386         (CLEAR_CLASSTYPE_MARKED6): Likewise.
6387         (CLASSTYPE_TAGS): Likewise.
6388         (CLASSTYPE_VSIZE): Likewise.
6389         (CLASSTYPE_VBASECLASSES): Likewise.
6390         (CANONICAL_BINFO): Add parenthesis.
6391         (CLASSTYPE_SIZE(NODE): Likewise.
6392         (CLASSTYPE_SIZE_UNIT): Likewise.
6393         (CLASSTYPE_ALIGN(NODE): Likewise.
6394         (CLASSTYPE_USER_ALIGN): Likewise.
6395         (TYPE_JAVA_INTERFACE): Likewise.
6396         (CLASSTYPE_PURE_VIRTUALS): Likewise.
6397         (CLASSTYPE_NEEDS_VIRTUAL_REINIT): Whitespace and wrap.
6398         (TYPE_HAS_DEFAULT_CONSTRUCTOR): Likewise.
6399         (CLASSTYPE_HAS_MUTABLE): Likewise.
6400         (CLASSTYPE_FRIEND_CLASSES): Likewise. Likewise.
6401         (CLASSTYPE_DECLARED_CLASS): Whitespace and wrap.
6402         (CLASSTYPE_READONLY_FIELDS_NEED_INIT): Likewise.
6403         (CLASSTYPE_REF_FIELDS_NEED_INIT): Likewise.
6404         (CLASSTYPE_INTERFACE_ONLY): Likewise.
6405         (CLASSTYPE_INTERFACE_KNOWN): Likewise.
6406         (CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
6407         (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
6408         (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
6409         (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
6410         (CLASSTYPE_DEBUG_REQUESTED): Whitespace and wrap.
6411         (BINFO_UNSHARED_MARKED): Whitespace.
6412         (BINFO_MARKED): Whitespace and wrap.
6413         (SET_BINFO_MARKED): Likewise.
6414         (CLEAR_BINFO_MARKED): Likewise.
6415         (BINFO_VTABLE_PATH_MARKED): Likewise.
6416         (SET_BINFO_VTABLE_PATH_MARKED): Likewise.
6417         (CLEAR_BINFO_VTABLE_PATH_MARKED): Likewise.
6418         (BINFO_SUBVTT_INDEX): Remove parenthesis.
6419         (BINFO_VPTR_INDEX): Likewise.
6420         (BINFO_PRIMARY_BASE_OF): Likewise,
6421         (CLASSTYPE_VFIELDS): Whitespace.
6422         (VF_DERIVED_VALUE): Wrap long line.
6423         (NAMESPACE_LEVEL): Whitespace.
6424         (CAN_HAVE_FULL_LANG_DECL_P): Remove parenthesis.
6425         (DEFARG_POINTER): Whitespace.
6426         (DECL_NEEDED_P): Remove parenthesis.
6427         (DECL_LANGUAGE): Whitespace.
6428         (SET_DECL_LANGUAGE): Add parenthesis.
6429         (DECL_CONSTRUCTOR_P): Whitespace and wrap.
6430         (DECL_OVERLOADED_OPERATOR_P): Remove parenthesis.
6431         (DECL_IN_AGGR_P): Whitespace.
6432         (DECL_FRIEND_P): Likewise.
6433         (DECL_BEFRIENDING_CLASSES): Likewise.
6434         (DECL_STATIC_FUNCTION_P): Whitespace and wrap.
6435         (DECL_NONCONVERTING_P): Whitespace.
6436         (DECL_PURE_VIRTUAL_P): Likewise.
6437         (DECL_NEEDS_FINAL_OVERRIDER_P): Likewise.
6438         (DECL_PENDING_INLINE_INFO): Whitespace.
6439         (DECL_SORTED_FIELDS): Likewise.
6440         (DECL_DEFERRED_FN): Likewise.
6441         (DECL_TEMPLATE_INFO): Likewise.
6442         (CLASSTYPE_TEMPLATE_INFO): Whitespace and wrap.
6443         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO); Likewise.
6444         (SET_TYPE_TEMPLATE_INFO): Add parenthesis.
6445         (TMPL_ARGS_LEVEL): Likewise.
6446         (SET_TMPL_ARGS_LEVEL): Likewise.
6447         (INNERMOST_TEMPLATE_PARMS): Whitespace.
6448         (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter.
6449         (INTEGRAL_CODE_P(CODE): Add parenthesis.
6450         (CP_INTEGRAL_TYPE_P): Remove parenthesis.
6451         (TYPE_HAS_CONSTRUCTOR): Whitespace.
6452         (TREE_HAS_CONSTRUCTOR): Likewise.
6453         (TYPE_HAS_DESTRUCTOR): Likewise.
6454         (TYPE_HAS_REAL_ASSIGN_REF): Likewise.
6455         (TYPE_HAS_COMPLEX_ASSIGN_REF): Likewise.
6456         (TYPE_HAS_ABSTRACT_ASSIGN_REF): Likewise.
6457         (TYPE_HAS_COMPLEX_INIT_REF): Likewise.
6458         (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): Likewise.
6459         (TYPE_PTRMEMFUNC_P): Likewise.
6460         (TYPE_PTRMEMFUNC_FLAG): Likewise.
6461         (TYPE_GET_PTRMEMFUNC_TYPE): Likewise.
6462         (TYPE_SET_PTRMEMFUNC_TYPE): Likewise.
6463         (TYPE_PTRMEM_CLASS_TYPE): Remove parenthesis.
6464         (TYPE_PTRMEM_POINTED_TO_TYPE): Likewise.
6465         (DECL_ACCESS): Whitespace.
6466         (DECL_GLOBAL_CTOR_P): Remove parenthesis.
6467         (DECL_GLOBAL_DTOR_P): Likewise.
6468         (GLOBAL_INIT_PRIORITY): Likewise.
6469         (DECL_TEMPLATE_PARMS): Likewise.
6470         (DECL_TEMPLATE_RESULT): Likewise.
6471         (DECL_TEMPLATE_INSTANTIATIONS): Likewise.
6472         (DECL_TEMPLATE_SPECIALIZATIONS): Likewise.
6473         (DECL_IMPLICIT_TYPEDEF_P): Remove parenthesis.
6474         (SET_DECL_IMPLICIT_TYPEDEF_P): Likewise.
6475         (PRIMARY_TEMPLATE_P): Add parenthesis.
6476         (DECL_USE_TEMPLATE): Whitespace.
6477         (CLASSTYPE_IMPLICIT_INSTANTIATION): Likewise.
6478         (SET_CLASSTYPE_IMPLICIT_INSTANTIATION): Likewise.
6479         (CLASSTYPE_EXPLICIT_INSTANTIATION): Likewise.
6480         (SET_CLASSTYPE_EXPLICIT_INSTANTIATION): Likewise.
6481         (CALL_DECLARATOR_PARMS): Remove parenthesis.
6482         (CALL_DECLARATOR_QUALS): Likewise.
6483         (CALL_DECLARATOR_EXCEPTION_SPEC): Likewise.
6484         (TEMP_NAME_P): Wrap.
6485         (VFIELD_NAME_P): Likewise.
6486         (B_SET): Uppercase macro parameters and add parenthesis.
6487         (B_CLR): Likewise.
6488         (B_TST): Likewise.
6489         (LOOKUP_NAMESPACES_ONLY): Uppercase macro parameters.
6490         (LOOKUP_TYPES_ONLY): Uppercase macro parameters.
6491         (LOOKUP_QUALIFIERS_ONLY): Uppercase macro parameters.
6492         (same_or_base_type_p): Likewise.
6493         (cp_deprecated): Likewise.
6494
6495 2002-01-05  Richard Henderson  <rth@redhat.com>
6496
6497         * semantics.c (expand_body): Revert last change.
6498
6499 2002-01-04  Jason Merrill  <jason@redhat.com>
6500
6501         PR c++/4122
6502         * class.c (update_vtable_entry_for_fn): Set delta to zero for a
6503         lost primary.
6504
6505         * class.c (build_vtbl_initializer): Check for a lost primary
6506         before calculating the vtable entry to throw away.
6507
6508 2002-01-02  Jason Merrill  <jason@redhat.com>
6509
6510         * semantics.c (expand_body): Call outlining_inline_function when
6511         emitting an inline function out of line.
6512
6513 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6514
6515         PR c++/5116, c++/764 reversion
6516         * call.c (build_new_op): Revert the instantiations. They are
6517         incorrect.
6518
6519 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6520
6521         PR c++/5089
6522         * decl2.c (reparse_absdcl_as_casts): Don't warn about casts to void.
6523
6524 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6525
6526         PR c++/3716
6527         * pt.c (tsubst_aggr_type): Move pmf handling into tsubst.
6528         (tsubst, case POINTER_TYPE): Handle pmfs here.
6529         (tsubst, case OFFSET_TYPE): Check it is not an offset to
6530         reference. If it is offset to FUNCTION_TYPE, create a METHOD_TYPE.
6531
6532 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6533
6534         PR c++/35
6535         * cp-tree.h (DECL_LANG_FLAG_0): Used for PARM_DECL too.
6536         (DECL_TEMPLATE_PARM_P): A PARM_DECL might be one too.
6537         * pt.c (process_template_parm): SET_DECL_TEMPLATE_PARM_P on the
6538         PARM_DECL.
6539         (tsubst_template_parms): Break up loop statements.
6540         (tsubst_decl, case PARM_DECL): Copy DECL_TEMPLATE_PARM_P. Template
6541         parm PARM_DECLs don't get promoted.
6542
6543 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6544
6545         PR c++/5123
6546         * typeck.c (build_component_ref): Cope with a TEMPLATE_ID_EXPR.
6547         (build_x_function_call): Cope with a COMPONENT_REF containing a
6548         TEMPLATE_ID_EXPR.
6549
6550 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6551
6552         PR c++/5213
6553         * pt.c (convert_template_argument): Be more careful determining
6554         when RECORD_TYPE templates are or are not templates.
6555
6556 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6557
6558         PR c++/775
6559         * cp-tree.h (handle_class_head): Adjust prototype.
6560         * decl2.c (handle_class_head): Add DEFN_P and NEW_TYPE_P
6561         parameters. Use for all class heads.
6562         * parse.y (named_class_head_sans_basetype, named_class_head,
6563         named_complex_class_head_sans_basetype,
6564         named_class_head_sans_basetype_defn,
6565         unnamed_class_head): Remove.
6566         (class_head, class_head_apparent_template): Recognize class heads
6567         (class_head_decl, class_head_defn): New reductions. Process class
6568         heads.
6569         (structsp): Adjust class definition and class declaration
6570         reductions.
6571         (maybe_base_class_list): Give diagnostic on empty list.
6572
6573 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6574
6575         PR c++/4379
6576         * typeck.c (build_x_unary_op): Don't destroy the OFFSET_REF on a
6577         single non-static member.
6578         (unary_complex_lvalue): If it cannot be a pointer to member, don't
6579         make it so. Check it is not pointer to reference.
6580
6581 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6582
6583         PR c++/5132
6584         * decl2.c (reparse_absdcl_as_casts): Don't digest_init if we
6585         are processing a template decl.
6586
6587 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6588
6589         PR c++/5116, c++/764
6590         * call.c (build_new_op): Make sure template class operands are
6591         instantiated. Simplify arglist construction.
6592
6593 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6594
6595         * call.c (build_user_type_conversion_1): Use my_friendly_assert
6596         rather than if ... abort.
6597         * cvt.c (convert_to_reference): Likewise.
6598         * semantics.c (setup_vtbl_ptr): Likewise.
6599         * pt.c (lookup_template_class): Comment typo.
6600
6601 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6602
6603         PR c++/5125
6604         * pt.c (push_template_decl_real): Make sure DECL has
6605         DECL_LANG_SPECIFIC.
6606
6607 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6608
6609         PR c++/335
6610         * init.c (resolve_offset_ref): Copy cv qualifiers of this pointer
6611         for non-reference fields.
6612         * typeck.c (require_complete_type): Use resolve_offset_ref).
6613
6614 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
6615
6616         PR c++/196
6617         * parse.y (bad_parm): Better diagnostic when given a SCOPE_REF.
6618
6619 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
6620
6621         PR c++/160
6622         * typeck.c (build_modify_expr): Remove old unreachable code & tidy
6623         up. Don't stabilize_references when initializing a reference.
6624
6625 2001-12-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6626
6627         * decl2.c (lang_f_options): Const-ify.
6628
6629 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
6630
6631         * config-lang.in (diff_excludes): Remove.
6632
6633 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
6634
6635         PR c++/90
6636         * typeck.c (build_function_call_real): Use original function
6637         expression for errors.
6638
6639 2001-12-18  Jason Merrill  <jason@redhat.com>
6640
6641         PR c++/3242
6642         * class.c (add_method): Do compare 'this' quals when trying to match a
6643         used function.  Don't defer to another used function.
6644
6645 2001-12-18  Nathan Sidwell  <nathan@codesourcery.com>
6646
6647         * pt.c (instantiate_clone): Remove, fold into ...
6648         (instantiate_template): ... here. Simplify by removing mutual
6649         recursion.
6650         * typeck2.c (build_m_component_ref): Don't cv qualify the function
6651         pointed to by a pointer to function.
6652         * class.c (delete_duplicate_fields_1): Typo.
6653
6654 2001-12-18  Jason Merrill  <jason@redhat.com>
6655
6656         C++ ABI change: destroy value arguments in caller.
6657         * semantics.c (genrtl_start_function, genrtl_finish_function): Don't
6658         create an extra binding level for the parameters.
6659         * decl.c (store_parm_decls): Don't do parameter cleanups.
6660
6661 2001-12-18  Nathan Sidwell  <nathan@codesourcery.com>
6662
6663         * call.c (build_new_method_call): Use '%#V'.
6664         * error.c (cv_to_string): Use V parameter to determine padding.
6665
6666 2001-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6667
6668         * call.c, decl2.c, init.c: Use "built-in" and "bit-field"
6669         spellings in messages.
6670
6671 2001-12-17  Zack Weinberg  <zack@codesourcery.com>
6672
6673         * cp-tree.h: Delete #defines for cp_error, cp_warning,
6674         cp_pedwarn, and cp_compiler_error.
6675         * call.c, class.c, cp-tree.h, cvt.c, decl.c, decl2.c, error.c,
6676         except.c, friend.c, init.c, lex.c, method.c, parse.y, pt.c,
6677         rtti.c, search.c, semantics.c, spew.c, tree.c, typeck.c,
6678         typeck2.c: Change calls to the above macros to use their
6679         language-independent equivalents: error, warning, pedwarn, and
6680         internal_error respectively.
6681
6682 2001-12-16  Neil Booth  <neil@daikokuya.demon.co.uk>
6683
6684         * decl2.c (finish_file): Remove back_end_hook.
6685
6686 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
6687
6688         * ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call.c, class.c,
6689         cp-tree.h, decl.c, decl2.c, except.c, operators.def, optimize.c,
6690         pt.c, rtti.c, semantics.c, typeck.c: Fix spelling errors.
6691
6692 2001-12-15  Joseph S. Myers  <jsm28@cam.ac.uk>
6693
6694         * lang-options.h: Use American spelling in messages.
6695
6696 2001-12-13  Jason Merrill  <jason@redhat.com>
6697
6698         * Make-lang.in (parse.h): Separate rule, just depend on parse.c.
6699
6700         Use cleanups to run base and member destructors.
6701         * init.c (push_base_cleanups): New function, split out from...
6702         (build_delete): ...here.  Lose !TYPE_HAS_DESTRUCTOR code.
6703         * decl.c (finish_destructor_body): Move vbase destruction code to
6704         push_base_cleanups.
6705         (begin_function_body, finish_function_body): New fns.
6706         (finish_function): Move [cd]tor handling and call_poplevel to
6707         finish_function_body.
6708         (pushdecl): Skip the new level.
6709         * semantics.c (genrtl_try_block): Don't call end_protect_partials.
6710         (setup_vtbl_ptr): Call push_base_cleanups.
6711         * method.c (synthesize_method): Call {begin,end}_function_body.
6712         * pt.c (tsubst_expr): Handle COMPOUND_STMT_BODY_BLOCK.
6713         * cp-tree.h: Declare new fns.
6714         * parse.y (function_body, .begin_function_body): New nonterminals.
6715         (fndef, pending_inline, function_try_block): Use function_body.
6716         (ctor_initializer_opt, function_try_block): No longer has a value.
6717         (base_init): Remove .set_base_init token.
6718         (.set_base_init, compstmt_or_error): Remove.
6719         * Make-lang.in (parse.c): Expect two fewer s/r conflicts.
6720
6721         * optimize.c (maybe_clone_body): Fix parameter updating.
6722
6723 2001-12-12  Jason Merrill  <jason@redhat.com>
6724
6725         * decl.c (store_parm_decls): Remove parms_have_cleanups cruft.
6726         * semantics.c (genrtl_start_function): Don't pass
6727         parms_have_cleanups or push an extra binding level.
6728         (genrtl_finish_function): Lose cleanup_label cruft.
6729
6730         * cp-tree.h (struct cp_language_function): Remove x_ctor_label.
6731         (ctor_label): Remove.
6732         * semantics.c (finish_return_stmt): Lose ctor_label support.
6733         * decl.c (finish_constructor_body, mark_lang_function): Likewise.
6734         * typeck.c (check_return_expr): Check DECL_DESTRUCTOR_P, not
6735         dtor_label.
6736
6737         * call.c (build_new_method_call): Let resolves_to_fixed_type_p
6738         check for [cd]tors.
6739         * class.c (fixed_type_or_null, case INDIRECT_REF): Fix.
6740
6741         * decl.c (finish_function): Check VMS_TARGET, not VMS.
6742
6743         * decl.c (start_cleanup_fn): Remove redundant pushlevel.
6744         (end_cleanup_fn): And poplevel.
6745
6746         * semantics.c (setup_vtbl_ptr): Always build a CTOR_INITIALIZER
6747         if we're in a template.
6748
6749 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
6750
6751         * cp-tree.h (DESTRUCTOR_DECL_PREFIX, DESTRUCTOR_NAME_P,
6752         ANON_PARMNAME_FORMAT, ANON_PARMNAME_P, DESTRUCTOR_NAME_FORMAT,
6753         THIS_NAME_P): Delete.
6754         * spew.c (read_process_identifier): Remove DESTRUCTOR_NAME_P,
6755         THIS_NAME_P and ANON_PARMNAME_P tests from warning about clash
6756         with internal naming scheme.
6757         * error.c (dump_decl): Remove DESTRUCTOR_NAME_P use.
6758
6759 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
6760
6761         * decl.c (grokdeclarator): Deprecated implicit typename use.
6762
6763 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
6764
6765         PR g++/51
6766         * parse.y (frob_specs): Indicate it is a language linkage which
6767         contained the extern.
6768         * decl.c (grokdeclarator): Allow extern language linkage with
6769         other specifiers.
6770
6771 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
6772
6773         PR g++/72
6774         * decl.c (add_binding): Don't reject duplicate typedefs involving
6775         template parameters.
6776
6777 2001-12-10  Neil Booth  <neil@daikokuya.demon.co.uk>
6778
6779         * parse.y, semantics.c: Similarly.
6780
6781 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
6782
6783         PR g++/87
6784         * cp-tree.h (DECL_COPY_CONSTRUCTOR_P): Use copy_fn_p.
6785         (copy_args_p): Rename to ...
6786         (copy_fn_p): ... here.
6787         (grok_special_member_properties): New function.
6788         (grok_op_properties): Lose VIRTUALP parameter.
6789         (copy_assignment_arg_p): Remove.
6790         * call.c (build_over_call): Use copy_fn_p.
6791         * decl.c (grokfndecl): Reformat. Adjust call to
6792         grok_op_properties.
6793         (copy_args_p): Rename to ...
6794         (copy_fn_p): ... here. Reject template functions. Check for pass
6795         by value.
6796         (grok_special_member_properties): Remember special functions.
6797         (grok_ctor_properties): Don't remember them here, just check.
6798         (grok_op_properties): Likewise.
6799         (start_method): Call grok_special_member_properties.
6800         * decl2.c (grokfield): Likewise.
6801         (copy_assignment_arg_p): Remove.
6802         (grok_function_init): Don't remember abstract assignment here.
6803         * pt.c (instantiate_class_template): Call
6804         grok_special_member_properties.
6805         (tsubst_decl): Adjust grok_op_properties call.
6806
6807 2001-12-08  Aldy Hernandez  <aldyh@redhat.com>
6808
6809         * lex.c (rid_to_yy): Add RID_CHOOSE_EXPR and
6810         RID_TYPES_COMPATIBLE_P.
6811
6812 2001-12-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6813
6814         * semantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BIND flag in
6815         call to build_aggr_init.
6816         * cp-tree.h (DIRECT_BIND): Document new use of DIRECT_BIND.
6817
6818 2001-12-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6819
6820         * parse.y: Replace uses of the string non-terminal with STRING.
6821         Don't perform string concatentaion here.
6822         (string): Remove non-terminal.
6823         * semantics.c (finish_asm_stmt): Don't concatenate strings here.
6824
6825 2001-12-05  Jason Merrill  <jason@redhat.com>
6826
6827         * cp-lang.c (LANG_HOOKS_TREE_INLINING_START_INLINING): Define.
6828         (LANG_HOOKS_TREE_INLINING_END_INLINING): Define.
6829         * tree.c (cp_start_inlining, cp_end_inlining): New fns.
6830         * pt.c (push_tinst_level): No longer static.
6831         * cp-tree.h: Declare them.
6832
6833         * init.c (resolve_offset_ref): Don't check access for the base
6834         conversion to access a FIELD_DECL.
6835
6836         * cp-tree.h (TYPE_REFFN_P): New macro.
6837         * decl.c (bad_specifiers): Check it, too.
6838
6839         * rtti.c (create_pseudo_type_info): Set CLASSTYPE_INTERFACE_ONLY
6840         on the __*_type_info type if we haven't seen a definition.
6841
6842 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
6843
6844         * decl.c: Include c-common.h.
6845         (shadow_warning): Move to c-common.c.
6846
6847 Wed Dec  5 17:00:49 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6848
6849         * decl.c (duplicate_decls): Don't copy DECL_NO_CHECK_MEMORY_USAGE.
6850
6851 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
6852
6853         * pt.c (end_template_parm_list): Clear TREE_CHAIN of each parm.
6854
6855 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
6856
6857         PR g++/164
6858         * init.c (sort_base_init): Allow binfos to be directly specified.
6859         * method.c (do_build_copy_constructor): Explicitly convert to the
6860         base instance.
6861         (do_build_assign_ref): Likewise.
6862
6863 2001-12-03  Hans-Peter Nilsson  <hp@bitrange.com>
6864
6865         * decl.c (xref_basetypes): Don't use C99 construct in tag_code
6866         declaration and initialization.
6867
6868 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
6869
6870         * typeck2.c: Remove leading capital from diagnostic messages, as
6871         per GNU coding standards.
6872
6873 2001-12-03  Mumit Khan  <khan@nanotech.wisc.edu>
6874
6875         PR c++/3394
6876         * decl.c (xref_basetypes): Handle attributes between
6877         'class' and name.
6878
6879 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
6880
6881         PR g++/3381
6882         * parse.y (named_complex_class_head_sans_basetype): Add new
6883         reduction.
6884         * Make-lang.in (parse.c): Adjust expected conflict count.
6885
6886 2001-12-03  Jason Merrill  <jason@redhat.com>
6887
6888         * class.c (finish_vtbls): Fill in BINFO_VPTR_FIELD in the
6889         immediate binfos for our virtual bases.
6890
6891 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
6892
6893         * call.c (build_java_interface_fn_ref): Similarly.
6894         * except.c (is_admissible_throw_operand): Similarly.
6895         * init.c (build_java_class_ref): Similarly.
6896         * xref.c (open_xref_file): Similarly.
6897
6898 2001-12-01  Neil Booth  <neil@daikokuya.demon.co.uk>
6899
6900         * class.c (finish_struct): Remove trailing periods from messages.
6901         * decl.c (check_tag_decl): Similarly.
6902         * lex.c (cxx_set_yydebug): Similarly.
6903         * typeck2.c (friendly_abort): Similarly.
6904
6905 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
6906
6907         PR c++/3048
6908         * cp-tree.h (ovl_member): Remove.
6909         * decl2.c (merge_functions): Handle extern "C" functions
6910         specially.
6911         * tree.c (ovl_member): Remove.
6912
6913 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
6914
6915         PR c++/4842
6916         * class.c (get_basefndecls): Take an IDENTIFIER_NODE, not a
6917         FUNCTION_DECL, as input.
6918         (mark_overriders): Remove.
6919         (warn_hidden): Rework for the new ABI.
6920
6921 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
6922
6923         PR c++/3471
6924         * call.c (convert_like_real): Do not build additional temporaries
6925         for rvalues of class type.
6926
6927 2001-11-28  Nathan Sidwell  <nathan@codesourcery.com>
6928
6929         * cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.
6930         (ACCESSIBLY_UNIQUELY_DERIVED_FROM_P): Likewise.
6931         (PUBLICLY_UNIQUELY_DERIVED_FROM_P: Likewise.
6932         (DERIVED_FROM_P): Likewise.
6933         (enum base_access): Renumber, add ba_quiet bit mask.
6934         (get_binfo): Remove.
6935         (get_base_distance): Remove.
6936         (binfo_value): Remove.
6937         (ACCESSIBLY_DERIVED_FROM_P): Remove.
6938         * call.c (standard_conversion): Use lookup_base.
6939         * class.c (strictly_overrides): Likewise.
6940         (layout_virtual_bases): Likewise.
6941         (warn_about_ambiguous_direct_bases): Likewise.
6942         (is_base_of_enclosing_class): Likewise.
6943         (add_vcall_offset_vtbl_entries_1): Likewise.
6944         * cvt.c (build_up_reference): Adjust comment.
6945         * init.c (build_member_call): Reformat.
6946         * search.c (get_binfo): Remove.
6947         (get_base_distance_recursive): Remove.
6948         (get_base_distance): Remove.
6949         (lookup_base_r): Tweak.
6950         (lookup_base): Add ba_quiet control. Complete the types here.
6951         (covariant_return_p): Use lookup_base.
6952         * tree.c (binfo_value): Remove.
6953         (maybe_dummy_object): Use lookup_base.
6954         * typeck.c (build_static_cast): Use lookup_base.
6955         (get_delta_difference): Likewise.
6956         * typeck2.c (binfo_or_else): Use lookup_base.
6957         (build_scoped_ref): Add back error_mark_check.
6958         (build_m_component_ref): Use lookup_base.
6959
6960 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
6961
6962         * Make-lang.in (c++.generated-manpages): New dummy target.
6963
6964 Tue Nov 27 09:03:47 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6965
6966         * Make-lang.in (cp-lang.o): Depends on c-common.h.
6967         * cp-lang.c (c-common.h): Include.
6968         (LANG_HOOKS_EXPAND_CONSTANT, LANG_HOOKS_SAFE_FROM_P): New hooks.
6969         * decl.c (cxx_init_decl_processing): Don't set lang_safe_from_p.
6970         * expr.c (init_cplus_expand): Don't set lang_expand_constant.
6971
6972 2001-11-26  Neil Booth  <neil@daikokuya.demon.co.uk>
6973
6974         * decl2.c (c_language): Move to c-common.c.
6975         * lex.c (cxx_post_options, cxx_init_options): Use c-common.c
6976         functions.
6977         (cxx_init): Update.
6978
6979 2001-11-26  Jason Merrill  <jason@redhat.com>
6980
6981         * call.c (joust): Remove COND_EXPR hack.
6982
6983 2001-11-25  Aldy Hernandez  <aldyh@redhat.com>
6984
6985         * search.c (lookup_base_r): Declare bk in variable declaration
6986         space.
6987
6988 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
6989
6990         PR g++/3145
6991         * class.c (build_vbase_pointer): Remove.
6992         (build_vbase_path): Remove.
6993         (build_base_path): New function.
6994         * cp-tree.h (base_access, base_kind): New enumerations.
6995         (build_base_path): Declare.
6996         (convert_pointer_to_real): Remove.
6997         (convert_pointer_to): Remove.
6998         (lookup_base): Declare.
6999         (convert_pointer_to_vbase): Remove.
7000         * call.c (build_scoped_method_call): Use lookup_base &
7001         build_base_path instead of convert_pointer_to_real,
7002         get_base_distance & get_binfo.
7003         (build_over_call): Likewise.
7004         * cvt.c (cp_convert_to_pointer): Likewise.
7005         (convert_to_pointer_force): Likewise.
7006         (build_up_reference): Likewise.
7007         (convert_pointer_to_real): Remove.
7008         (convert_pointer_to): Remove.
7009         * init.c (dfs_initialize_vtbl_ptrs): Use build_base_path
7010         instead of convert_pointer_to_vbase & build_vbase_path.
7011         (emit_base_init): Use build_base_path instead of
7012         convert_pointer_to_real.
7013         (expand_virtual_init): Lose unrequired conversions.
7014         (resolve_offset_ref): Use lookup_base and build_base_path
7015         instead of convert_pointer_to.
7016         * rtti.c (build_dynamic_cast_1): Use lookup_base &
7017         build_base_path instead of get_base_distance & build_vbase_path.
7018         * search.c (get_vbase_1): Remove.
7019         (get_vbase): Remove.
7020         (convert_pointer_to_vbase): Remove.
7021         (lookup_base_r): New function.
7022         (lookup_base): New function.
7023         * typeck.c (require_complete_type): Use lookup_base &
7024         build_base_path instead of convert_pointer_to.
7025         (build_component_ref): Likewise.
7026         (build_x_function_call): Likewise.
7027         (get_member_function_from_ptrfunc): Likewise.
7028         (build_component_addr): Likewise.
7029         * typeck2.c (build_scoped_ref): Likewise.
7030
7031 2001-11-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7032
7033         * cp-tree.h (CP_TYPE_QUALS): Removed.
7034         * decl.c (cxx_init_decl_processing): Don't set lang_dump_tree.
7035         * cp-lang.c: Set LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN and
7036         LANG_HOOKS_TREE_DUMP_TYPE_QUALS_FN.
7037         * dump.c (cp_dump_tree): Use void* dump_info argument to match
7038         lang-hooks prototype.
7039         * call.c, cp-tree.h, cvt.c, decl.c, init.c, mangle.c, method.c, pt.c,
7040         rtti.c, semantics.c, tree.c, typeck.c, typeck2.c: All references to
7041         CP_TYPE_QUALS changed to cp_type_quals.
7042         * Make-lang.in: References to c-dump.h changed to tree-dump.h.
7043         (CXX_C_OBJS): Remove c-dump.o.
7044
7045 2001-11-21  Mark Mitchell  <mark@codesourcery.com>
7046
7047         PR c++/3637
7048         * pt.c (lookup_template_class): Ensure that all specializations
7049         are registered on the list corresponding to the most general
7050         template.
7051
7052 2001-11-20  Mark Mitchell  <mark@codesourcery.com>
7053
7054         * call.c (non_reference): Add documentation.
7055         (convert_class_to_reference): Do not strip reference types
7056         from conversion operators.
7057         (maybe_handle_ref_bind): Simplify.
7058         (compare_ics): Correct handling of references.
7059
7060 2001-11-19  John Wilkinson <johnw@research.att.com>
7061
7062         * dump.c (dump_op): New function.
7063         (cp_dump_tree): Dump CLASSTYPE_TEMPLATE_SPECIALIZATION.  Use
7064         dump_op.  Dump DECL_MUTABLE, access and staticness for VAR_DECLs.
7065         DECL_PURE_VIRTUAL_P, DECL_VIRTUAL_P,
7066
7067 2001-11-19  Mark Mitchell  <mark@codesourcery.com>
7068
7069         PR4629
7070         * semantics.c (finish_sizeof): Make sure that expression created
7071         while processing a template do not have a type.
7072         (finish_alignof): Likewise.
7073         * typeck.c (c_sizeof): Likewise.
7074         (expr_sizeof): Likewise.
7075
7076 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
7077
7078         * lex.c (cxx_finish): Call c_common_finish.
7079         (finish_parse): Remove.
7080
7081 2001-11-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7082
7083         * decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE
7084         when displaying error message about missing array bounds.
7085
7086 2001-11-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7087
7088         * mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR,
7089         CONST_CAST_EXPR.
7090         * operators.def: Add CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_EXPR.
7091
7092 2001-11-16  Neil Booth  <neil@daikokuya.demon.co.uk>
7093
7094         * cp-tree.h (print_class_statistics): Restore.
7095
7096 2001-11-15  Jason Merrill  <jason@redhat.com>
7097
7098         * method.c (use_thunk): Don't emit debugging information for thunks.
7099
7100         * parse.y: Add ... IDENTIFIER SCOPE and ... PTYPENAME SCOPE expansions.
7101         * decl.c (make_typename_type): Handle getting a class template.
7102         * search.c (lookup_field_r): A class template is good enough for
7103         want_type.
7104
7105         * call.c (convert_like_real): Only use cp_convert for the bad part.
7106         (standard_conversion): Also allow bad int->enum.
7107         * typeck.c (ptr_reasonably_similar): Also allow functions to
7108         interconvert.  Pointers to same-size integers are reasonably
7109         similar.
7110
7111         * cvt.c (convert_to_void): If we build a new COND_EXPR, always
7112         give it void type.
7113
7114 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
7115
7116         PR g++/3154
7117         * init.c (sort_base_init): Remove unreachable code.
7118         (expand_member_init): Adjust comment to reflect reality. Simplify
7119         and remove unreachable code.
7120
7121 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
7122
7123         * cp-tree.h (init_reswords, cxx_init_decl_processing): New.
7124         (cxx_init): Update prototype.
7125         * decl.c (init_decl_processing): Rename.  Move null node init
7126         to its creation time.
7127         * lex.c (cxx_init_options): Update.
7128         (cxx_init): Combine with old init_parse; also call
7129         cxx_init_decl_processing.
7130
7131 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
7132
7133         * decl.c (check_initializer): Try to complete the type of an
7134         array element before checking whether it's complete.  Don't
7135         complain about arrays with complete element types but an
7136         unknown size.
7137         (cp_finish_decl): Build the hierarchical constructor before
7138         calling maybe_deduce_size_from_array_init.
7139
7140 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
7141
7142         * Make-lang.in: Change all uses of $(manext) to $(man1ext).
7143
7144 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
7145
7146         PR g++/4206
7147         * parse.y (already_scoped_stmt): Remove.
7148         (simple_stmt, WHILE & FOR): Use implicitly_scoped_stmt.
7149
7150 2001-11-12  H.J. Lu <hjl@gnu.org>
7151
7152         * cvt.c (ocp_convert): Don't warn the address of a weak
7153         function is always `true'.
7154
7155 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
7156
7157         * cp-lang.c (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
7158         LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
7159         LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): Override.
7160         * cp-tree.h (print_class_statistics): Remove.
7161         (cxx_print_statistics, cxx_print_xnode, cxx_print_decl, cxx_print_type,
7162         cxx_print_identifier, cxx_set_yydebug): New.
7163         * lex.c (set_yydebug): Rename c_set_yydebug.
7164         * ptree.c (print_lang_decl, print_lang_type, print_lang_identifier,
7165         lang_print_xnode): Rename.
7166         * tree.c (print_lang_statistics): Rename.
7167
7168 2001-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7169
7170         * class.c (dump_array): Fix format specifier warning.
7171
7172 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
7173
7174         * cp-lang.c (LANG_HOOKS_NAME): Override.
7175         (struct lang_hooks): Constify.
7176         * lex.c (cxx_init_options): Update.
7177         (lang_identify): Remove.
7178         * parse.y (language_string): Remove.
7179
7180 2001-11-08  Andreas Franck  <afranck@gmx.de>
7181
7182         * Make-lang.in (CXX_INSTALL_NAME, GXX_CROSS_NAME,
7183         DEMANGLER_CROSS_NAME): Handle program_transform_name the way
7184         suggested by autoconf.
7185         (GXX_TARGET_INSTALL_NAME, CXX_TARGET_INSTALL_NAME): Define.
7186         (c++.install-common): Use the transformed target alias names.
7187
7188 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
7189
7190         * Make-lang.in: Update.
7191         * cp-lang.c: Include langhooks-def.h.
7192
7193 2001-11-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7194
7195         * pt.c (tsubst_copy): Call tsubst for TYPEOF_EXPR.
7196
7197 2001-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7198
7199         * lex.c (copy_lang_type): Add static prototype.
7200
7201 2001-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7202
7203         * pt.c (unify): Handle SCOPE_REF.
7204
7205 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
7206
7207         * tree.c (cp_copy_res_decl_for_inlining): Adjust
7208         DECL_ABSTRACT_ORIGIN for the return variable.
7209
7210 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
7211
7212         *  Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
7213
7214 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7215
7216         * ChangeLog.1, ChangeLog.2, ChangeLog, class.c, decl2.c, search.c,
7217         semantics.c, spew.c: Fix spelling errors.
7218
7219 2001-10-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7220
7221         * decl2.c (validate_nonmember_using_decl): Handle NAMESPACE_DECL.
7222
7223 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
7224
7225         * cp-lang.c: Redefine LANG_HOOKS_CLEAR_BINDING_STACK to
7226         pop_everything.
7227
7228 Tue Oct 23 14:00:20 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7229
7230         * cp-lang.c (cxx_get_alias_set): New function.
7231         Point LANG_HOOKS_GET_ALIAS_SET to it.
7232
7233 2001-10-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7234
7235         * cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
7236         * cp-tree.h (make_unbound_class_template): Prototype new function.
7237         * decl.c (make_unbound_class_template): New function.
7238         * decl2.c (arg_assoc_template_arg): Handle UNBOUND_CLASS_TEMPLATE.
7239         * error.c (dump_type): Likewise.
7240         * mangle.c (write_type): Likewise.
7241         * parse.y (template_parm): Likewise.
7242         (template_argument): Use make_unbound_class_template.
7243         * pt.c (convert_template_argument): Handle UNBOUND_CLASS_TEMPLATE.
7244         (tsubst): Likewise.
7245         (tsubst_copy): Likewise.
7246         (unify): Likewise.
7247         * tree.c (walk_tree): Likewise.
7248         * typeck.c (comptypes): Likewise.
7249
7250 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7251
7252         * xref.c (GNU_xref_member): Use safe-ctype macros and/or fold
7253         extra calls into fewer ones.
7254
7255 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
7256
7257         * decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
7258         Warn when merging inline with attribute noinline.
7259         (start_decl, start_function): Warn if inline and attribute
7260         noinline appear in the same declaration.
7261
7262 2001-10-16  H.J. Lu <hjl@gnu.org>
7263
7264         * cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined
7265         for tree checking disabled.
7266
7267 2001-10-16  Hans-Peter Nilsson  <hp@axis.com>
7268
7269         * cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL &&
7270         NO_DOT_IN_LABEL]: Adjust to match VFIELD_NAME.
7271
7272 2001-10-15  Richard Sandiford  <rsandifo@redhat.com>
7273
7274         * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.
7275         (unify): Only handle MINUS_EXPR specially if the above flag is set
7276         and the subtracted constant is 1.  Clear the flag on recursive calls.
7277         Set it when unifying the maximum value in an INTEGER_TYPE's range.
7278
7279 2001-10-15  Richard Sandiford  <rsandifo@redhat.com>
7280
7281         * decl.c (bad_specifiers): Don't allow exception specifications
7282         on any typedefs.
7283
7284 2001-10-14  Neil Booth  <neil@daikokuya.demon.co.uk>
7285
7286         * cp/lex.c (init_cp_pragma): Similarly.
7287
7288 2001-10-13  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7289
7290         * pt.c (lookup_template_class): Build complete template arguments
7291         for BOUND_TEMPLATE_TEMPLATE_PARM.
7292
7293 2001-10-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7294
7295         * cp-tree.h (TYPE_BINFO): Update comment.
7296         (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): New macro.
7297         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Use template_info.
7298         (TYPENAME_TYPE_FULLNAME): Use TYPE_FIELDS.
7299         (copy_type): Prototype new function.
7300         * lex.c (copy_lang_decl): Gather tree node statistics.
7301         (copy_lang_type): New function.
7302         (copy_type): Likewise.
7303         (cp_make_lang_type): Create lang_type for
7304         BOUND_TEMPLATE_TEMPLATE_PARM.  Set TYPE_BINFO for TYPENAME_TYPE
7305         and BOUND_TEMPLATE_TEMPLATE_PARM.
7306         * pt.c (tsubst): Use copy_type instead of copy_node.
7307         * search.c (lookup_field_1): Ignore TYPENAME_TYPE.
7308
7309 2001-10-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7310
7311         * pt.c (determine_specialization): Ignore functions without
7312         DECL_TEMPLATE_INFO.
7313
7314 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
7315
7316         PR g++/4476
7317         * typeck2.c (abstract_virtuals_error): Ignore incomplete classes.
7318
7319 2001-10-11  Jason Merrill  <jason_merrill@redhat.com>
7320
7321         * typeck2.c (store_init_value): Don't re-digest a bracketed
7322         initializer.
7323
7324         * class.c (finish_struct_anon): Use TYPE_ANONYMOUS_P instead of
7325         ANON_AGGR_TYPE_P.
7326
7327 2001-10-11  Richard Henderson  <rth@redhat.com>
7328
7329         * class.c (build_vtable_entry_ref): Create a VTABLE_REF instead
7330         of an asm statement.
7331         (build_vtbl_ref_1): Split out from build_vtbl_ref.
7332         (build_vfn_ref): Use it to handle vtable descriptors before
7333         calling build_vtable_entry_ref.
7334         * decl2.c (output_vtable_inherit): Use assemble_vtable_inherit.
7335
7336 2001-10-10  Richard Henderson  <rth@redhat.com>
7337
7338         * parse.y (asm_operand): Allow named operands.
7339         * semantics.c (finish_asm_stmt): Tweek for changed location
7340         of the operand constraint.
7341
7342 2001-10-09  Jason Merrill  <jason_merrill@redhat.com>
7343
7344         * call.c (standard_conversion): Add bad conversion between
7345         integers and pointers.
7346         (convert_like_real): Don't use convert_for_initialization for bad
7347         conversions; complain here and use cp_convert.
7348         (build_over_call): Don't handle bad conversions specially.
7349         (perform_implicit_conversion): Allow bad conversions.
7350         (can_convert_arg_bad): New fn.
7351         * cp-tree.h: Declare it.
7352         * typeck.c (convert_for_assignment): Use it.
7353         (ptr_reasonably_similar): Any target type is similar to void.
7354
7355 2001-10-08  Alexandre Oliva  <aoliva@redhat.com>
7356
7357         * Make-lang.in (CXX_OBJS): Added cp-lang.o.
7358         (cp/cp-lang.o): New rule.
7359         * cp-tree.h: Declare hooks.
7360         * tree.c: Make hooks non-static.
7361         (init_tree): Don't initialize hooks here.
7362         * lex.c: Likewise.  Move definition of lang_hooks to...
7363         * cp-lang.c: ... new file.
7364
7365 2001-10-08  Richard Henderson  <rth@redhat.com>
7366
7367         * cp-tree.h (struct lang_decl_flags): Remove declared_inline.
7368         (DECL_DECLARED_INLINE_P): Use the bit in struct c_lang_decl.
7369
7370 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7371
7372         * class.c (build_vtable_entry_ref): Const-ify.
7373         * decl.c (predefined_identifier,
7374         initialize_predefined_identifiers): Likewise.
7375         * init.c (build_new_1): Likewise.
7376         * lex.c (cplus_tree_code_type, cplus_tree_code_length, resword):
7377         Likewise.
7378
7379 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
7380
7381         * optimize.c (struct inline_data): Moved to ../tree-inline.c.
7382         (INSNS_PER_STMT): Likewise.
7383         (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
7384         (copy_body, initialize_inlined_parameters): Likewise.
7385         (declare_return_variable, inlinable_function_p): Likewise.
7386         (expand_call_inline, expand_calls_inline): Likewise.
7387         (optimize_inline_calls, clone_body): Likewise.
7388         * tree.c (walk_tree): Moved to ../tree-inline.c.
7389         (walk_tree_without_duplicates): Likewise.
7390         (copy_tree_r, remap_save_expr): Likewise.
7391
7392 2001-10-04  Alexandre Oliva  <aoliva@redhat.com>
7393
7394         * Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.
7395         (cp/pt.o, cp/semantics.o, cp/optimize.o): Likewise.
7396         * cp-tree.h (lang_decl): Moved inlined_fns to tree_decl.
7397         (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved to ../tree.h.
7398         (flag_inline_trees): Moved declaration to ../tree-inline.h.
7399         (walk_tree): Moved declaration to ../tree-inline.h.
7400         (walk_tree_without_duplicates, copy_tree_r): Likewise.
7401         (remap_save_expr): Likewise.
7402         * decl.c: Include tree-inline.h.
7403         (lang_mark_tree): Don't mark inlined_fns.
7404         * decl2.c (flag_inline_trees): Moved defn to ../tree-inline.c.
7405         * optimize.c: Include tree-inline.h.
7406         (optimize_inline_calls): Move declaration to ../tree.h, as
7407         non-static.
7408         (remap_decl): Use language-independent constructs and hooks.
7409         (remap_block, copy_body_r, declare_return_variable): Likewise.
7410         (inlinable_function_p): Likewise.  Don't test for
7411         DECL_LANG_SPECIFIC before DECL_INLINED_FNS as inlined_fns is
7412         no longer language-specific.
7413         (optimize_inline_calls): Likewise.  Make it non-static.  Moved
7414         call of dump_function to...
7415         (optimize_function): Here...
7416         (clone_body): New function, extracted from...
7417         (maybe_clone_body): ... here.  Build decl_map locally and pass
7418         it on to clone_body.
7419         * pt.c, semantics.c: Include tree-inline.h.
7420         * tree.c: Likewise.
7421         (cp_walk_subtrees): New language-specific hook for tree inlining.
7422         (cp_cannot_inline_tree_fn, cp_add_pending_fn_decls,
7423         cp_is_overload_p, cp_auto_var_in_fn_p,
7424         cp_copy_res_decl_for_inlining): Likewise.
7425         (walk_tree): Move language-specific constructs into...
7426         (cp_walk_subtrees): this new function.
7427         (copy_tree_r): Use language-independent constructs and hooks.
7428         (init_tree): Initialize tree inlining hooks.
7429         (remap_save_expr): Adjust prototype so that the declaration
7430         does not require the definition of splay_tree.
7431
7432 2001-10-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7433
7434         * rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type used
7435         to build the declaration instead of the declaration itself.
7436
7437 2001-10-02  Jason Merrill  <jason_merrill@redhat.com>
7438
7439         * decl2.c (cxx_decode_option): Add 'else'.
7440
7441         * spew.c (end_input): No longer static.
7442         * cp-tree.h: Declare it.
7443         * parse.y (datadef): Add "error END_OF_SAVED_INPUT" expansion.
7444
7445 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7446
7447         * call.c (build_over_call), typeck.c (build_function_call_real):
7448         Pass type attributes to check_function_format rather than name or
7449         assembler name.  Don't require there to be a name or assembler
7450         name to check formats.
7451
7452 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7453
7454         * decl.c (init_decl_processing): Don't call
7455         init_function_format_info.  Initialize lang_attribute_table
7456         earlier.
7457         (builtin_function): Call decl_attributes.
7458         (insert_default_attributes): New.
7459
7460 2001-10-01  Jason Merrill  <jason_merrill@redhat.com>
7461
7462         * decl.c (grokdeclarator): Copy array typedef handling from C
7463         frontend.
7464
7465         * decl.c (grokdeclarator): Copy too-large array handling from C
7466         frontend.
7467
7468 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7469
7470         * config-lang.in (target_libs): Added target-gperf, so that we
7471         don't try to build it if C++ is disabled.
7472
7473 2001-09-23  Zack Weinberg  <zack@codesourcery.com>
7474
7475         * Make-lang.in (CXX_OBJS): Take out cp/errfn.o.
7476         (cp/errfn.o): Delete rule.
7477         (cp/error.o): Depend on flags.h.
7478         * errfn.c: Delete file.
7479         * cp-tree.h: Declare warn_deprecated.  Remove definitions of
7480         TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS,
7481         and TFF_TEMPLATE_DEFAULT_ARGUMENTS. #define cp_error, cp_warning,
7482         cp_pedwarn, and cp_compiler_error to error, warning, pedwarn, and
7483         internal_error respectively.  Make cp_deprecated into a macro.
7484         Don't define cp_printer typedef or declare cp_printers.
7485         * error.c: Include flags.h.
7486         Delete: struct tree_formatting_info, print_function_argument_list,
7487         print_declaration, print_expression, print_function_declaration,
7488         print_function_parameter, print_type_id, print_cv_qualifier_seq,
7489         print_type_specifier_seq, print_simple_type_specifier,
7490         print_elaborated_type_specifier, print_rest_of_abstract_declarator,
7491         print_parameter_declaration_clause, print_exception_specification,
7492         print_nested_name_specifier, and definition of cp_printers.
7493         (locate_error): New function.
7494         (cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and
7495         rewritten in terms of locate_error and diagnostic.c.
7496         (cp_tree_printer): Rename cp_printer; wire up to *_to_string
7497         instead of deleted print_* routines.  Handle %C, %L, %O, %Q also.
7498         (init_error): Adjust to match.
7499
7500 Sat Sep 22 09:15:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7501
7502         * Make-lang.in (CXX_C_OBJS): Add attribs.o.
7503
7504 2001-09-21  Richard Henderson  <rth@redhat.com>
7505
7506         * class.c (set_vindex): Mind TARGET_VTABLE_USES_DESCRIPTORS.
7507         (build_vtbl_initializer): Likewise.
7508         (build_vfn_ref): New.
7509         * cp-tree.h: Declare it.
7510         * call.c (build_over_call): Use it.
7511         * decl2.c (mark_vtable_entries): Mark FDESC_EXPR.
7512         * typeck.c (get_member_function_from_ptrfunc): Mind descriptors.
7513
7514 Fri Sep 21 08:16:19 2001  J"orn Rennecke <amylaar@redhat.com>
7515
7516         * decl.c (grokdeclarator): Use C syntax for attr_flags declaration.
7517
7518 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
7519
7520         Table-driven attributes.
7521         * decl.c: Rename DECL_MACHINE_ATTRIBUTES to DECL_ATTRIBUTES.
7522         * decl2.c (cplus_decl_attributes): Only take one attributes
7523         parameter.
7524         * cp-tree.c (cplus_decl_attributes): Update prototype.
7525         * class.c (finish_struct), decl.c (start_decl, start_function),
7526         decl2.c (grokfield), friend.c (do_friend), parse.y
7527         (parse_bitfield): Update calls to cplus_decl_attributes.
7528         * decl.c (grokdeclarator): Take a pointer to a single ordinary
7529         attribute list.
7530         * decl.h (grokdeclarator): Update prototype.
7531         * decl2.c (grokfield): Take a single ordinary attribute list.
7532         * friend.c (do_friend): Likewise.
7533         * decl.c (shadow_tag, groktypename, start_decl,
7534         start_handler_parms, grokdeclarator, grokparms, start_function,
7535         start_method), decl2.c (grokfield, grokbitfield, grokoptypename),
7536         parse.y (parse_field, parse_bitfield, component_decl_1), pt.c
7537         (process_template_parm, do_decl_instantiation): Pass single
7538         ordinary attribute lists around.
7539         * decl.c (grokdeclarator): Correct handling of nested attributes.
7540         Revert the patch
7541         1998-10-18  Jason Merrill  <jason@yorick.cygnus.com>
7542                 * decl.c (grokdeclarator): Embedded attrs bind to the right,
7543                 not the left.
7544         .
7545         * cp-tree.h (cp_valid_lang_attribute): Remove declaration
7546         (cp_attribute_table): Declare.
7547         * decl.c (valid_lang_attribute): Don't define.
7548         (lang_attribute_table): Define.
7549         (init_decl_processing): Initialize lang_attribute_table instead of
7550         valid_lang_attribute.
7551         * tree.c (cp_valid_lang_attribute): Remove.
7552         (handle_java_interface_attribute, handle_com_interface_attribute,
7553         handle_init_priority_attribute): New functions.
7554         (cp_attribute_table): New array.
7555         * decl2.c (import_export_class): Don't use
7556         targetm.valid_type_attribute.
7557
7558 2001-09-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7559
7560         * Make-lang.in (cp/error.o): Depend on real.h
7561         * error.c: #include "real.h"
7562
7563 2001-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7564
7565         * mangle.c (mangle_conv_op_name_for_type): Use concat in lieu of
7566         xmalloc/strcpy/strcat.
7567
7568 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7569
7570         * decl.c (warn_extern_redeclared_static, cp_make_fname_decl):
7571         Const-ification.
7572         * pt.c (tsubst_decl): Likewise.
7573
7574 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7575
7576         * decl2.c (lang_f_options): Const-ification.
7577         * lex.c (cplus_tree_code_name): Likewise.
7578         * spew.c (yyerror): Likewise.
7579
7580 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7581
7582         PR c++/3986
7583         * class.c (force_canonical_binfo_r): Check & move an indirect
7584         primary base first.
7585         (force_canonical_binfo): Check that it's not already
7586         canonical.
7587         (mark_primary_virtual_base): Remove BINFO parameter.
7588         (mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here.
7589
7590 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7591
7592         Remove TYPE_NONCOPIED_PARTS.
7593         * cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Map onto
7594         CLASSTYPE_PURE_VIRTUALS.
7595         (TYPE_RAISES_EXCEPTIONS): Map onto TYPE_BINFO.
7596         * class.c (duplicate_tag_error): Remove TYPE_NONCOPIED_PARTS.
7597         (layout_class_type): Don't call fixup_inline_methods here ...
7598         (finish_struct_1): ... call it here.
7599
7600 2001-09-04  Mark Mitchell  <mark@codesourcery.com>
7601
7602         * decl.c (duplicate_decls): Remove code deadling with
7603         DECL_SAVED_INSNS.
7604         * decl2.c (finish_file): Likewise.
7605         * pt.c (instantiate_decl): Likewise.
7606         * semantics.c (expand_body): Don't defer local functions if
7607         they wouldn't be deferred for some other reason.  Don't
7608         generate RTL for functions that will not be emitted.
7609         (genrtl_start_function): Remove code deadling with
7610         DECL_SAVED_INSNS.
7611         (genrtl_finish_function): Likewise.
7612
7613 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
7614
7615         PR c++/4203
7616         * call.c (build_over_call): Do not optimize any empty base
7617         construction.
7618
7619 2001-08-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7620
7621         * error.c (dump_template_decl): Output template parameters
7622         together with their specifiers.
7623         Output `class' prefix for template template parameter.
7624         (dump_decl): Fix formatting.
7625
7626 2001-08-30  Kurt Garloff  <garloff@suse.de>
7627
7628         * optimize.c (inlinable_function_p): Allow only smaller single
7629         functions. Halve inline limit after reaching recursive limit.
7630
7631 2001-08-30  Joern Rennecke <amylaar@redhat.com>
7632             Jason Merrill  <jason_merrill@redhat.com>
7633
7634         * class.c (build_vtable_entry_ref): Subtract in char*, not
7635         ptrdiff_t.
7636
7637 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
7638
7639         * tree.c (cp_build_qualified_type_real): Use get_qualified_type.
7640         (build_cplus_array_type): Use cp_build_qualified_type, not
7641         TYPE_MAIN_VARIANT, to get an unqualified version.
7642
7643         * decl2.c (grok_alignof): Lose.
7644         (build_expr_from_tree): Use expr_sizeof and c_alignof_expr.
7645         * typeck.c (c_alignof): Lose.
7646         * semantics.c (finish_sizeof, finish_alignof): New.
7647         * parse.y: Use them.
7648         * cp-tree.h: Declare them.
7649
7650 2001-08-22  Jason Merrill  <jason_merrill@redhat.com>
7651
7652         * pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.
7653         Don't loop in COMPOUND_STMT, FOR_STMT or TRY_BLOCK.
7654         * tree.c (cp_statement_code_p): A TAG_DEFN is a statement.
7655
7656 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
7657
7658         * typeck2.c (add_exception_specifier): Only require complete type if
7659         not in processing template declaration.
7660
7661 2001-08-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7662
7663         * decl.c: Cast argument to size_t, not HOST_WIDE_INT, in calls to
7664         GNU_xref_start_scope and GNU_xref_end_scope.
7665
7666         * tree.c (TYPE_HASH): Moved to ../tree.h.
7667
7668 2001-08-16  Mark Mitchell  <mark@codesourcery.com>
7669
7670         * cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS
7671         on COMPOUND_EXPRs.
7672
7673 2001-08-14  Richard Henderson  <rth@redhat.com>
7674
7675         * class.c, cp-tree.h (build_vfn_ref): Remove.
7676         * call.c, rtti.c: Replace all refernces with build_vtbl_ref.
7677
7678 2001-08-13  Mark Mitchell  <mark@codesourcery.com>
7679
7680         * call.c (build_over_call): Mark COMPOUND_EXPRs generated for
7681         empty class assignment as having side-effects to avoid
7682         spurious warnings.
7683
7684 2001-08-13  Zack Weinberg  <zackw@panix.com>
7685
7686         * Make-lang.in (cp/except.o): Add libfuncs.h to dependencies.
7687         * except.c: Include libfuncs.h.
7688
7689 2001-08-11  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7690
7691         * decl.c (grokdeclarator): Clarify diagnostic message.
7692
7693 2001-08-13  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7694
7695         * decl2.c (do_nonmember_using_decl): Replace using directive
7696         with using declaration in the error message.
7697
7698 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7699
7700         * pt.c (maybe_fold_nontype_arg): Use TREE_TYPE of ARG as the
7701         criterion to avoid rebuilding expression tree instead of
7702         processing_template_decl.
7703
7704 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
7705
7706         Support named return value optimization for inlines, too.
7707         * decl.c (finish_function): Nullify returns here.
7708         * semantics.c (genrtl_start_function): Not here.
7709         (cp_expand_stmt): Don't mess with CLEANUP_STMTs.
7710         (nullify_returns_r): No longer static.  Just clear RETURN_EXPR.
7711         Also nullify the CLEANUP_STMT for the nrv.
7712         * cp-tree.h: Declare it.
7713         * optimize.c (declare_return_variable): Replace the nrv with the
7714         return variable.
7715         * typeck.c (check_return_expr): Be more flexible on alignment check.
7716         Ignore cv-quals when checking for a matching type.
7717
7718 2001-08-09  Richard Henderson  <rth@redhat.com>
7719
7720         * decl2.c (finish_objects): Use target hooks instead of
7721         assemble_constructor and assemble_destructor.
7722
7723 2001-08-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7724
7725         * g++spec.c (lang_specific_driver): Quote argument after `-Xlinker'.
7726
7727 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
7728
7729         PR c++/3820
7730         Stop using TYPE_NONCOPIED_PARTS.
7731         * call.c (build_over_call): Be careful when copy constructing
7732         or assigning to an empty class.
7733         * class.c (check_bases_and_members): It has a
7734         COMPLEX_ASSIGN_REF if it has a vptr.
7735         (layout_class_type): Don't add empty class padding to
7736         TYPE_NONCOPIED_PARTS.
7737         (finish_struct_1): Don't add the VFIELD either.
7738         * cp-tree.h (TYPE_HAS_TRIVIAL_INIT_REF): Mention _copy_
7739         initialization.
7740
7741 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
7742
7743         * tree.c (walk_tree): Walk siblings even if !walk_subtrees.
7744
7745 2001-08-06  Richard Henderson  <rth@redhat.com>
7746
7747         * decl2.c (finish_objects): Pass a symbol_ref and priority to
7748         assemble_{constructor,destructor}.  Remove priority handling.
7749
7750 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7751
7752         Don't allow template-id in using-declaration.
7753         * decl2.c (validate_nonmember_using_decl): Handle template-ids.
7754         (do_class_using_decl): Likewise.
7755
7756 2001-08-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
7757
7758         * cp/spew.c (read_token): No need to pop buffers.
7759
7760 2001-08-02  Stan Shebs  <shebs@apple.com>
7761
7762         * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer used.
7763         (fnaddr_from_vtable_entry): Remove decl.
7764         * method.c (use_thunk): Update comment.
7765
7766 2001-08-01  Andrew Cagney  <ac131313@redhat.com>
7767
7768         * repo.c (get_base_filename): Change return value to const char
7769         pointer.
7770
7771 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
7772
7773         Kill -fhonor-std.
7774         * NEWS: Document.
7775         * cp-tree.h (flag_honor_std): Remove.
7776         (CPTI_FAKE_STD): Remove.
7777         (std_node): Remove comment about it being NULL.
7778         (fake_std_node): Remove.
7779         * decl.c (in_fake_std): Remove.
7780         (walk_namespaces_r): Remove fake_std_node check.
7781         (push_namespace): Remove in_fake_std code.
7782         (pop_namespace): Likewise.
7783         (lookup_name_real): Remove fake_std_node check.
7784         (init_decl_processing): Always create std_node. Always add
7785         std:: things there.
7786         (builtin_function): Always put non '_' fns in std.
7787         * decl2.c (flag_honor_std): Remove.
7788         (lang_f_options): Remove honor-std.
7789         (unsupported_options): Add honor-std.
7790         (set_decl_namespace): Remove fake_std_node check.
7791         (validate_nonmember_using_decl): Likewise.
7792         (do_using_directive): Likewise.
7793         (handle_class_head): Likewise.
7794         * dump.c (cp_dump_tree): Likewise.
7795         * except.c (init_exception_processing): Adjust.
7796         * init.c (build_member_call): Remove fake_std_node check.
7797         (build_offset_ref): Likewise.
7798         * lang-options.h: Remove -fhonor-std, -fno-honor-std.
7799         * rtti.c (init_rtti_processing): Adjust.
7800
7801 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
7802
7803         * tree.c (cp_tree_equal): WITH_CLEANUP_EXPR node to use its second
7804         operand while calling cp_tree_equal.
7805
7806 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
7807
7808         The 3.0 ABI no longer has vbase pointer fields.
7809         * cp-tree.h (VBASE_NAME, VBASE_NAME_FORMAT, VBASE_NAME_P,
7810         FORMAT_VBASE_NAME): Remove.
7811         * method.c (do_build_copy_constructor): Adjust.
7812         (do_build_assign_ref): Adjust.
7813         * search.c (lookup_field_r): Adjust.
7814         * typeck.c (build_component_ref): Adjust.
7815
7816         The 3.0 ABI always has a vtable pointer at the start of every
7817         polymorphic class.
7818         * rtti.c (build_headof_sub): Remove.
7819         (build_headof): Adjust.
7820         (get_tinfo_decl_dynamic): No need to check flag_rtti
7821         here. Adjust.
7822         (create_real_tinfo_var): Explain why we need a hidden name.
7823
7824 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
7825
7826         PR c++/3631
7827         * class.c (update_vtable_entry_for_fn): The fixed adjustment
7828         of a virtual thunk should be from declaring base.
7829
7830 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
7831
7832         * class.c (dfs_ctor_vtable_bases_queue_p): Always walk into
7833         the shared virtual base, so preserving inheritance graph order.
7834
7835 2001-07-30  Andreas Jaeger  <aj@suse.de>
7836
7837         * decl2.c: Remove unused var global_temp_name_counter.
7838
7839 2001-07-28  Richard Henderson  <rth@redhat.com>
7840
7841         * method.c (pending_inlines): Remove.
7842
7843 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
7844
7845         * class.c (mark_primary_virtual_base): Don't adjust base
7846         offsets here.
7847         (dfs_unshared_virtual_bases): Adjust them here.
7848         (mark_primary_bases): Explain why we adjust at the end.
7849
7850 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
7851
7852         * class.c (finish_struct_1): When copying the primary base's
7853         VFIELD, make sure we find it is at offset zero.
7854
7855 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7856
7857         * pt.c (tsubst_template_parms): Call maybe_fold_nontype_arg and
7858         tsubst_expr for default template arguments.
7859
7860 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7861
7862         PR c++/3621
7863         * spew.c (yylex): Only copy the token's lineno, if it is
7864         nonzero.
7865
7866 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7867
7868         PR c++/3624
7869         * call.c (resolve_args): Simplify, call
7870         convert_from_reference.
7871         (build_new_op): Resolve and convert from reference ARG1
7872         earlier. Adjust ARG2 & ARG3 resolve and conversion.
7873
7874 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7875
7876         * decl.c (last_function_parm_tags): Remove.
7877         (current_function_parm_tags): Remove.
7878         (init_decl_processing): Adjust.
7879         (start_function): Adjust.
7880         (store_parm_decls): Adjust.
7881
7882         PR c++/3152
7883         * decl.c (grokdeclarator): Detect when a function typedef is
7884         declaring a function, and create last_function_parms correctly.
7885
7886 2001-07-25  Jason Merrill  <jason_merrill@redhat.com>
7887
7888         * call.c (joust): Only prefer a non-builtin candidate to a builtin
7889         one if they have the same signature.
7890
7891         * cvt.c (build_up_reference): Take DECL parm.  Check TREE_STATIC on
7892         it rather than toplevel_bindings_p.  Give it a mangled name if static.
7893         (convert_to_reference): Adjust.
7894         * decl2.c (get_temp_name): Lose.
7895         * mangle.c (mangle_ref_init_variable): New fn.
7896         (mangle_guard_variable): Strip the ref-init header.
7897         * cp-tree.h: Adjust.
7898         * decl.c (cp_finish_decl): Add the DECL_STMT after processing the
7899         initializer.
7900         (grok_reference_init): Always use DECL_INITIAL.
7901
7902 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7903
7904         PR c++/3416
7905         * call.c (build_conditional_expr): Recheck args after
7906         conversions.
7907         * cp-tree.h (build_conditional_expr): Move to correct file.
7908         * typeck.c (decay_conversion): Diagnose any unknown types
7909         reaching here.
7910         (build_binary_op): Don't do initial decay or default
7911         conversions on overloaded functions.
7912         (build_static_cast): Don't do a decay conversion here.
7913
7914 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7915
7916         PR c++/3543
7917         * typeck.c (condition_conversion): Resolve an OFFSET_REF.
7918         * expr.c (cplus_expand_expr): An OFFSET_REF should never get here.
7919
7920 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7921
7922         * class.c (build_vtbl_or_vbase_field): Remove, move into ...
7923         (create_vtbl_ptr): ... here.
7924
7925 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7926
7927         * class.c (build_vbase_offset_vbtl_entries): Look for
7928         non-primary base of which we are a sub vtable.
7929
7930 2001-07-24  Phil Edwards  <pme@sources.redhat.com>
7931
7932         * semantics.c (finish_this_expr):  Remove unused code.
7933
7934 2001-07-24  Nathan Sidwell  <nathan@codesourcery.com>
7935
7936         Simplify rtti, now we've only one ABI.
7937         * cp-tree.h (cp_tree_index): Remove CPTI_TINFO_DECL_ID,
7938         CPTI_TINFO_VAR_ID.
7939         (tinfo_decl_id, tinfo_var_id): Remove.
7940         (get_typeid_1): Remove.
7941         * rtti.c
7942         (init_rtti_processing): Remove tinfo_decl_id & tinfo_var_id.
7943         (typeid_ok_p): New function.
7944         (build_type_id): Call typeid_ok_p. Don't call tinfo_from_decl.
7945         (get_tinfo_decl): Remove old abi documentation.
7946         (tinfo_from_decl): Remove.
7947         (get_type_id): Call typeid_ok_p. Absorb get_typeid_1.
7948         (get_typeid_1): Remove.
7949         (get_base_offset): Remove.
7950         (synthesize_tinfo_var): Absorb get_base_offset.
7951         (create_real_tinfo_var): Don't use tinfo_decl_id.
7952
7953 2001-07-23  Graham Stott  <grahams@redhat.com>
7954
7955         * cp/class.c (type_requires_array_cookie): Fix use of uninitialized
7956         variable has_two_argument_delete_p.
7957
7958 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
7959
7960         Remove flag_vtable_thunk. It is always on for the 3.0 ABI.
7961         * cp-tree.h (CPTI_DELTA2_IDENTIFIER): Remove.
7962         (CPTI_INDEX_IDENTIFIER): Remove.
7963         (CPT_PFN_OR_DELTA2_IDENTIFIER): Remove.
7964         (delta2_identifier): Remove.
7965         (index_identifier): Remove.
7966         (pfn_or_delta2_identifier): Remove.
7967         (flag_vtable_thunks): Remove.
7968         (VTABLE_DELTA2_NAME): Remove.
7969         (VTABLE_INDEX_NAME): Remove.
7970         (FNADDR_FROM_VTABLE_ENTRY): Adjust.
7971         (vfunc_ptr_type_node): Adjust.
7972         (VTABLE_NAME_PREFIX): Adjust.
7973         (build_vfn_ref): Lose first parameter.
7974         (fixup_all_virtual_upcast_offsets): Remove.
7975         * decl.c (initialize_predefined_identifiers): Remove
7976         delta2_identifier, index_identifier, pfn_or_delta2_identifier.
7977         (init_decl_processing): Remove no-vtable-thunk code.
7978         * decl2.c (flag_vtable_thunks): Remove.
7979         (mark_vtable_entries): Remove no-vtable-thunk code.
7980         * error.c (dump_decl): Remove no-vtable-thunk code.
7981         (dump_expr): Adjust ptr to member function code.
7982         * init.c (initialize_vtable_ptrs): Remove no-vtable-thunk
7983         code.
7984         * rtti.c (build_headof): Remove no-vtable-thunk code.
7985         (get_tinfo_decl_dynamic): Adjust build_vfn_ref call.
7986         * search.c (get_base_distance): Remove expand_upcast_fixups case.
7987         (virtual_context) Remove.
7988         (expand_upcast_fixups): Remove.
7989         (fixup_virtual_upcast_offsets): Remove.
7990         (fixup_all_virtual_upcast_offsets): Remove.
7991         * typeck.c (get_member_function_from_ptrfunc): Remove
7992         no-vtable-thunk code.
7993         * call.c (build_over_call): Adjust call to build_vfn_ref.
7994         * class.c (build_vfn_ref): Lose first parameter. Remove
7995         no-vtable-thunk code.
7996         (build_rtti_vtbl_entries): Remove no-vtable-thunk code.
7997         (build_vtable_entry): Remove no-vtable-thunk code.
7998
7999 2001-07-20  Nathan Sidwell  <nathan@codesourcery.com>
8000
8001         Remove old-abi remnants. Remove comments about old abi
8002         behavior. Remove references to 'new-abi' in comments.
8003         * cp-tree.h: Adjust comments.
8004         (vbase_offsets_in_vtable_p): Delete.
8005         (vcall_offsets_in_vtable_p): Delete.
8006         (vptrs_present_everywhere_p): Delete.
8007         (all_overridden_vfuns_in_vtables_p): Delete.
8008         (merge_primary_and_secondary_vtables_p): Delete.
8009         (TYPE_CONTAINS_VPTR_P): Adjust.
8010         (VTT_NAME_PREFIX): Remove.
8011         (CTOR_VTBL_NAME_PREFIX): Remove.
8012         (init_vbase_pointers): Remove.
8013         * class.c: Adjust coments.
8014         (build_vbase_pointer_fields): Delete.
8015         (build_vbase_pointer): Remove old-abi code.
8016         (build_secondary_vtable): Likewise.
8017         (modify_all_vtables): Likewise.
8018         (create_vtable_ptr): Likewise.
8019         (layout_class_type): Likewise.
8020         (finish_struct_1): Likewise.
8021         (finish_vtbls): Likewise.
8022         (dfs_finish_vtbls): Delete.
8023         (build_vbase_offset_vtbl_entries): Remove old-abi code.
8024         * cvt.c: Adjust comments.
8025         * decl.c: Adjust comments.
8026         * decl2.c: Adjust comments.
8027         * init.c: Adjust comments.
8028         (construct_virtual_bases): Remove old-abi code.
8029         * lang-specs.h: Remove -fno-new-abi.
8030         * mangle.c: Adjust comments.
8031         * rtti.c: Adjust comments.
8032         (get_base_offset): Remove old-abi-code.
8033         * search.c: Adjust comments.
8034         (dfs_init_vbase_pointers): Remove.
8035         (dfs_vtable_path_unmark): Remove.
8036         (init_vbase_pointers): Remove.
8037         * semantics.c: Adjust comments.
8038         (emit_associated_thunks): Remove old-abi code.
8039         * typeck.c: Adjust comments.
8040
8041 2001-07-20  Daniel Berlin  <dan@cgsoftware.com>
8042
8043         * Make-lang.in (cp/optimize.o): Depend on $(PARAMS_H), not
8044         params.h.
8045
8046 2001-07-19  Mark Mitchell  <mark@codesourcery.com>
8047
8048         * class.c (finish_struct_anon): Forbid nested classes.
8049
8050 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
8051
8052         * decl2.c: Don't include dwarfout.h and dwarf2out.h.
8053         * optimize.c: Include debug.h.
8054         (maybe_clone_body): Use debug hook.
8055         * semantics.c: Include debug.h.
8056         (expand_body): Use debug hook.
8057
8058 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
8059
8060         * spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
8061
8062 2001-07-18  Mark Mitchell  <mark@codesourcery.com>
8063
8064         * class.c (type_requires_array_cookie): New function.
8065         (check_methods): Don't try to figure out whether the type needs a
8066         cookie here.
8067         (check_bases_and_members): Set TYPE_VEC_NEW_USES_COOKIE here.
8068         * cp-tree.h (TYPE_VEC_DELETE_TAKES_SIZE): Remove.
8069         (TYPE_VEC_NEW_USES_COOKIE): Reimplement.
8070         * pt.c (instantiate_class_template): Don't set
8071         TYPE_VEC_DELETE_TAKES_SIZE.
8072         * NEWS: Document ABI changes from GCC 3.0.
8073
8074 2001-07-18  Xavier Delacour <xavier@fmaudio.net>,
8075             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8076
8077         * NEWS (Changes in GCC 3.0): Fix typo.
8078
8079 2001-07-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8080
8081         * decl2.c (cplus_decl_attributes): Take a pointer to the node to
8082         which attributes are to be attached, and a flags argument.  Update
8083         call to decl_attributes.
8084         (grokfield): Update call to decl_attributes.
8085         * class.c (finish_struct): Update call to cplus_decl_attributes.
8086         * cp-tree.h (cplus_decl_attributes): Update prototype.
8087         * decl.c (start_decl, grokdeclarator, start_function): Update
8088         calls to decl_attributes and cplus_decl_attributes.
8089         * friend.c (do_friend): Update call to cplus_decl_attributes.
8090         * parse.y (parse_bitfield): Update call to cplus_decl_attributes.
8091
8092 2001-07-12  Mark Mitchell  <mark@codesourcery.com>
8093
8094         * decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTER
8095         for `register' variables with an asm-specification.
8096
8097 2001-07-11  Mark Mitchell  <mark@codesourcery.com>
8098
8099         * semantics.c (finish_asm_stmt): Mark the output operands
8100         to an asm addressable, if necessary.
8101
8102 2001-07-11  Ben Elliston  <bje@redhat.com>
8103
8104         * Revert this change -- there is a subtle bug.
8105
8106         PR c++/80
8107         * decl.c (finish_enum): New "attributes" argument; pass it to
8108         cplus_decl_attributes.  Use a narrower type if the enum is packed.
8109         * cp-tree.h (finish_enum): Adjust prototype.
8110         * parse.y (enum_head): New non-terminal.
8111         (structsp): Use it. Enums now may be preceded or followed by
8112         optional attributes -- pass their chained tree to finish_enum().
8113         * pt.c (tsubst_enum): Pass NULL_TREE for the new argument.
8114
8115 2001-07-10  Mark Mitchell  <mark@codesourcery.com>
8116
8117         * pt.c (tsubst_decl): Set DECL_CONTEXT for namespace-scope
8118         variables.
8119
8120 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
8121
8122         * semantics.c (cp_expand_stmt): Fix for null
8123         current_function_return_value.
8124
8125 2001-07-10  Jan van Male  <jan.vanmale@fenk.wau.nl>
8126
8127         * call.c (build_op_delete_call): Initialize fn.
8128         (convert_like_real): Delete conditional.
8129         (joust): Initialize *w and *l.
8130         * class.c: Add prototype for binfo_ctor_vtable.
8131         (get_primary_binfo): Initialize result.
8132         * init.c (build_java_class_ref): Initialize name.
8133
8134 2001-07-09  Erik Rozendaal  <dlr@acm.org>
8135
8136         * typeck.c (unary_complex_lvalue): Do not duplicate the
8137         argument to modify, pre-, or post-increment when used as an
8138         lvalue and when the argument has side-effects.
8139
8140 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8141
8142         * decl.c (start_decl): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
8143         (start_function): Don't call SET_DEFAULT_DECL_ATTRIBUTES.  Call
8144         cplus_decl_attributes even if attrs is NULL.
8145         * friend.c (do_friend): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
8146
8147 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8148
8149         * decl.c (grokdeclarator), decl2.c (cplus_decl_attributes): Update
8150         calls to decl_attributes.
8151
8152 2001-07-06  Ira Ruben   <ira@apple.com>
8153
8154         * cp-tree.def (TEMPLATE_DECL): Update comment. DECL_RESULT should
8155         be DECL_TEMPLATE_RESULT.
8156
8157 2001-07-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8158
8159         * cp-tree.h (copy_template_template_parm): Rename to ...
8160         (bind_template_template_parm): ... here.
8161         * tree.c (copy_template_template_parm): Rename to ...
8162         (bind_template_template_parm): ... here.  Remove the case when
8163         NEWARGS is NULL_TREE.
8164         (copy_tree_r): Don't copy TEMPLATE_TEMPLATE_PARM and
8165         BOUND_TEMPLATE_TEMPLATE_PARM.
8166         * pt.c (lookup_template_class): Adjust.
8167
8168 2001-07-05  Jason Merrill  <jason_merrill@redhat.com>
8169
8170         * cvt.c (convert_lvalue): New fn.
8171         * cp-tree.h: Declare it.
8172         * method.c (do_build_assign_ref): Use it.
8173         (do_build_copy_constructor): Convert parm to base types
8174         before calling base constructors.
8175
8176         * typeck.c (check_return_expr): Check DECL_ALIGN instead of
8177         DECL_USER_ALIGN.  Check flag_elide_constructors instead of
8178         optimize.
8179         * semantics.c (cp_expand_stmt): Don't destroy the named return value.
8180
8181 2001-07-02  Nathan Sidwell  <nathan@codesourcery.com>
8182
8183         * optimize.c (optimize_inline_calls): New function, broken out
8184         of ...
8185         (optimize_function): ... here. Call it. Don't inline if it is
8186         a thunk.
8187         (dump_function): Print name of dump flag causing this dump.
8188         * semantics.c (expand_body): Move thunk inline check to
8189         optimize_function.
8190
8191 2001-06-29  Joseph S. Myers  <jsm28@cam.ac.uk>
8192
8193         * typeck.c (COMP_TYPE_ATTRIBUTES): Don't define.
8194         (comptypes): Use target.comp_type_attributes.
8195
8196 2001-06-29  Nathan Sidwell  <nathan@codesourcery.com>
8197
8198         * cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.
8199
8200 2001-06-28  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
8201
8202         * error.c (lang_print_error_function): Add a `diagnostic_context *'
8203         parameter. Tweak.
8204
8205 2001-06-27  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8206
8207         * decl2.c (import_export_class): Update.
8208
8209 2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
8210
8211         * error.c (init_error): Adjust settings.
8212
8213 2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
8214
8215         * error.c (init_error): Adjust settings.
8216
8217 2001-06-19  Richard Sandiford  <rsandifo@redhat.com>
8218
8219         * except.c (initialize_handler_parm): Expect __cxa_begin_catch to
8220         return pointers to data members by reference rather than by value.
8221
8222 2001-06-18  Jason Merrill  <jason_merrill@redhat.com>
8223
8224         Implement the Named Return Value optimization.
8225         * cp-tree.h (struct cp_language_function): Add x_return_value.
8226         (current_function_return_value): Now a macro.
8227         * decl.c: Don't define it.
8228         (define_label, finish_case_label): Don't clear it.
8229         (init_decl_processing): Don't register it with GC.
8230         * semantics.c (genrtl_finish_function): Don't check it for
8231         no_return_label.  Copy the RTL from the return value to
8232         current_function_return_value and walk, calling...
8233         (nullify_returns_r): ...this new fn.
8234         * typeck.c (check_return_expr): Set current_function_return_value.
8235
8236 2001-06-15  Jason Merrill  <jason_merrill@redhat.com>
8237
8238         * class.c (dfs_accumulate_vtbl_inits): Just point to the base we're
8239         sharing a ctor vtable with.  Merge code for cases 1 and 2.
8240         (binfo_ctor_vtable): New fn.
8241         (build_vtt_inits, dfs_build_secondary_vptr_vtt_inits): Use it.
8242
8243 2001-06-14  Jason Merrill  <jason_merrill@redhat.com>
8244
8245         * class.c (dfs_find_final_overrider): Fix logic.
8246
8247         * class.c (update_vtable_entry_for_fn): Uncomment optimization to use
8248         virtual thunk instead of non-virtual.
8249         (get_matching_virtual): Uncomment.
8250
8251         * pt.c (unify): Don't recurse between the POINTER_TYPE and the
8252         OFFSET_TYPE.  If we're adding cv-quals, the extra ones would be on
8253         PARM, not ARG.
8254
8255 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
8256
8257         * class.c (dfs_accumulate_vtbl_inits): For case 2 & 3, make sure
8258         we've not emerged from the hierarchy of RTTI_BINFO on reaching
8259         a non-virtual base.
8260
8261 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
8262
8263         * NEWS: Update release number.
8264
8265 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
8266
8267         PR c++/3130, c++/3131, c++/3132
8268         * cp-tree.h (BINFO_UNSHARED_MARKED): New #define.
8269         * class.c (force_canonical_binfo_r): Move
8270         BINFO_UNSHARED_MARKED, BINFO_LOST_PRIMARY_P. Don't move
8271         virtual bases unless they're primary and what they're primary
8272         too has been moved.
8273         (dfs_unshared_virtual_bases): Use BINFO_UNSHARED_MARKED. Cope
8274         with morally virtual bases. Duplicate BINFO_LOST_PRIMARY_P and
8275         BINFO_PRIMARY_BASE_OF. Clear BINFO_VTABLE for all but the most
8276         derived binfo.
8277         (mark_primary_bases): Use BINFO_UNSHARED_MARKED.
8278         (layout_nonempty_base_or_field): Add most derived type
8279         parameter. Adjust.
8280         (layout_empty_base): Likewise.
8281         (build_base_field): Likewise.
8282         (build_base_fields): Likewise.
8283         (propagate_binfo_offsets): Add most derived type
8284         parameter. Skip non canonical virtual bases too.
8285         (dfs_set_offset_for_unshared_vbases): Don't skip primary
8286         bases. Do skip canonical bases.
8287         (layout_virtual_bases): Adjust.
8288         (layout_class_type): Adjust.
8289         (dfs_get_primary_binfo): Build list of virtual primary base
8290         candidates.
8291         (get_primary_binfo): Check that the shared virtual primary
8292         base candidate was found first.
8293         (accumulate_vtbl_inits): Don't do anything for non-vptr
8294         containing binfos. For case 1 primary virtual bases, keep
8295         checking that we've not emerged from the hierarchy of RTTI_BINFO.
8296
8297 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
8298
8299         PR c++/3089
8300         * class.c (dfs_accumulate_vtbl_inits): Always walk down the
8301         hierarchy looking for primary bases for a ctor
8302         vtable. Recursively call oneself, if we meet our primary via
8303         this route and haven't met it yet via inheritance graph order.
8304
8305 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
8306
8307         * lang-options.h: Emit documentation for -fno-honor-std, not
8308         -fhonor-std.
8309
8310 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
8311
8312         * typeck.c (get_member_function_from_ptrfunc) [vbit_in_delta]:
8313         Don't clobber delta.
8314         (expand_ptrmemfunc_cst) [ptrmemfunc_vbit_in_delta]: Adjust pfn.
8315
8316 2001-06-10  Mark Mitchell <mark@codesourcery.com>
8317             Gabriel Dos Reis  <gdr@codesourcery.com>
8318
8319         * Make-lang.in (cp/call.o): Depend on diagnostic.h
8320         (cp/typeck.o): Depend on diagnostic.h
8321         (cp/typeck2.o): Depend on diagnostic.h
8322         (cp/repo.o): Depend on dignostic.h
8323         * typeck.c: #include diagnostic.h
8324         (convert_for_initialization): Remove extern declaration for
8325         warningcount and errorcount.
8326
8327         * call.c: #include diagnostic.h
8328         (convert_like_real): Remove extern declaration for warnincount and
8329         errorcount.
8330
8331         * repo.c: #include diagnostic.h
8332         * typeck2.c: #include diagnostic.h
8333
8334 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
8335
8336         * decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko
8337         in previous change.
8338
8339 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
8340
8341         PR c++/2929
8342         * friend.c (do_friend): Use push_decl_namespace for classes at
8343         namespace scope.
8344
8345 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
8346             Jason Merrill <jason_merrill@redhat.com>
8347
8348         PR c++/3061
8349         * class.c (build_secondary_vtable): Use assert, rather than an error
8350         message.
8351         (dfs_fixup_binfo_vtbls): BINFO_VTABLE might be NULL.
8352         (dfs_accumulate_vtbl_inits): A lost primary virtual base may
8353         be between ORIG_BINFO and RTTI_BINFO, but neither of them.
8354         Don't set BINFO_VTABLE for a primary virtual base.
8355
8356 2001-06-07  Mark Mitchell  <mark@codesourcery.com>
8357
8358         * decl.c (duplicate_decls): Update source position information
8359         when a template function is defined.
8360
8361 2001-06-07  Phil Edwards  <pme@sources.redhat.com>
8362
8363         * lang-specs.h:  Move -D_GNU_SOURCE to config/linux.h.
8364
8365 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
8366
8367         PR c++/2914
8368         * decl.c (pushtag): Don't push into a complete type's scope.
8369
8370 2001-06-06  Jason Merrill  <jason_merrill@redhat.com>
8371
8372         * cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.
8373         (struct lang_decl_flags): Lose generate_with_vtable_p.
8374         (BV_GENERATE_THUNK_WITH_VTABLE_P): Lose.
8375         * class.c (copy_virtuals): Adjust.
8376         * decl2.c (mark_vtable_entries): Adjust.
8377         * method.c (make_thunk, build_vtable_entry): Adjust.
8378         * class.c (update_vtable_entry_for_fn): Only look as far as the
8379         first defining class.
8380         (build_vtbl_initializer): Put nothing in the slot for a function only
8381         defined in a lost primary virtual base.
8382         (add_vcall_offset_vtbl_entries_1): Use the same code for
8383         the lost primary case and the normal case.
8384         (dfs_unshared_virtual_bases): Don't lose a non-virtual primary base.
8385         (get_vfield_offset, get_derived_offset): Lose.
8386         (dfs_find_final_overrider): Use look_for_overrides_here.
8387         (get_matching_virtual): New fn.
8388         * semantics.c (emit_associated_thunks): Check BV_USE_VCALL_INDEX_P,
8389         not BV_VCALL_INDEX.
8390         * search.c (look_for_overrides_here): Split out from...
8391         (look_for_overrides_r): Here.
8392
8393         * class.c (find_final_overrider): Return error_mark_node on error.
8394
8395         * decl2.c (key_method): #if 0 accidental change.
8396
8397 2001-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8398
8399         * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.
8400         (build_over_call): Likewise.
8401         * decl.c (grokparms): Likewise.
8402         * pt.c (tsubst_decl): Likewise.
8403         * typeck.c (convert_arguments): Likewise.
8404
8405 2001-06-05  Mark Mitchell  <mark@codesourcery.com>
8406
8407         * semantics.c (begin_class_definition): Robustify.
8408
8409         * pt.c (instantiate_decl): Tell the repository code about the
8410         clones, not the cloned functions.
8411         * repo.c (repo_template_used): Explicitly instantiate the cloned
8412         function, not the clones.
8413
8414 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
8415
8416         * call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and
8417         ICS_BAD_FLAG on created conversion.
8418         (compare_ics): Break out rank.
8419
8420 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
8421
8422         * decl.c (xref_tag): Remove extraneous %s on dependent name
8423         lookup warning.
8424
8425 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
8426
8427         * class.c (layout_vtable_decl): Fix off by one error on
8428         build_index_type.
8429         (build_vtt): Likewise.
8430         (build_ctor_vtbl_group): Likewise.
8431
8432 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
8433
8434         * class.c (maybe_indent_hierarchy): New function.
8435         (dump_class_hierarchy_r): Add flags. Dump extra binfo
8436         information, if enabled. Use maybe_indent_hierarchy. Adjust
8437         output format.
8438         (dump_class_hierarchy): Adjust prototype. Adjust output format.
8439         (dump_array, dump_vtable, dump_vtt): New functions.
8440         (finish_struct_1): Adjust hierarchy dumping.
8441         (initialize_vtable): Call dump_vtable.
8442         (build_vtt): Call dump_vtt.
8443         (build_ctor_vtbl_group): Call dump_vtable.
8444         * decl2.c (flag_dump_class_layout): Remove.
8445         (cxx_decode_option): Remove dump translation unit
8446         and dump class hierarchy check. Call dump_switch_p.
8447         (finish_file): Adjust dumping.
8448         (dump.c): Only dump base classes if not TDF_SLIM.
8449         Only dump namespace members if not TDF_SLIM.
8450         * optimize.c (dump_function): New function.
8451         (optimize_function): Call dump_function.
8452         * semantics.c (expand_body): Use dump_enabled_p.
8453
8454 2001-06-01  Nathan Sidwell  <nathan@codesourcery.com>
8455
8456         PR g++/2936
8457         Part missed from first commit
8458         * decl2.c (finish_anon_union): Copy context.
8459
8460 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
8461
8462         PR g++/2936
8463         * optimize.c (remap_decl): Remap anonymous aggregate members too.
8464
8465 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
8466
8467         PR g++/2823
8468         * semantics.c (expand_body): Don't optimize thunks.
8469
8470 2001-05-25  Sam TH  <sam@uchicago.edu>
8471
8472         * cp-tree.h lex.h: Fix header include guards.
8473
8474 2001-05-25  Mark Mitchell <mark@codesourcery.com>
8475
8476         * decl.c (init_decl_processing): Tweak.
8477
8478 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
8479
8480         * decl.c (duplicate_decls): Tidy.
8481         (init_decl_processing): Always set flag_no_builtin.
8482
8483 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
8484
8485         PR c++/2184
8486         * decl2.c (do_local_using_decl): Push the decls, even in a
8487         template.
8488
8489 2001-05-22  Mark Mitchell  <mark@codesourcery.com>
8490
8491         * optimize.c (initialize_inlined_parameters): Don't set
8492         TREE_READONLY for a VAR_DECL taking the place of an inlined
8493         PARM_DECL.
8494
8495 2001-05-22  Jason Merrill  <jason_merrill@redhat.com>
8496
8497         * class.c, cp-tree.h, rtti.c: Remove com_interface attribute support.
8498         * tree.c (cp_valid_lang_attribute): Warn about use of com_interface
8499         attribute.
8500
8501 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
8502
8503         * parse.y: Refer to compound literals as such, not as
8504         constructor-expressions.
8505
8506 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
8507
8508         * call.c (build_op_delete_call): Ignore exception-specifications
8509         when looking for matching delete operators.
8510         * init.c (build_new_1): Compute whether or not the allocation
8511         function used is a placement allocation function or not, and
8512         communicate this information to build_op_delete_call.
8513
8514 2001-05-21  Jason Merrill  <jason_merrill@redhat.com>
8515
8516         * class.c (build_vtable_entry_ref): Lose vtbl parm.  Fix for new abi.
8517         (build_vtbl_ref): Adjust.
8518         (dfs_accumulate_vtbl_inits): Set TREE_CONSTANT on the vtable address.
8519         * decl2.c (lang_f_options): Remove huge-objects, vtable-thunks.
8520         Re-add vtable-gc.
8521         (unsupported_options): Correspondingly.
8522
8523         * decl2.c (maybe_make_one_only): Check flag_weak, not
8524         supports_one_only().
8525
8526         * cp-tree.def (START_CATCH_STMT): Lose.
8527         * dump.c (cp_dump_tree): Don't dump it.  Do dump HANDLER_PARMS.
8528         * tree.c (cp_statement_code_p): Don't case it.
8529         * semantics.c (cp_expand_stmt): Likewise.
8530         * cp-tree.h (START_CATCH_TYPE): Lose.
8531         (HANDLER_TYPE): New.
8532         * except.c (expand_start_catch_block): Don't start any blocks.
8533         Return the type.
8534         (expand_end_catch_block): Don't end any blocks.
8535         * parse.y (handler): Don't pass anything from finish_handler_parms
8536         to finish_handler.
8537         * pt.c (tsubst_expr): Likewise.
8538         * semantics.c (begin_handler): Call note_level_for_catch here.
8539         (finish_handler_parms): Don't return anything.
8540         (genrtl_catch_block, begin_catch_block): Lose.
8541         (genrtl_handler): Call expand_start_catch here.
8542
8543 2001-05-18  Jason Merrill  <jason_merrill@redhat.com>
8544
8545         * class.c (build_vtable): Set DECL_ASSEMBLER_NAME for vtables here.
8546         (get_vtable_decl, build_vtt): Not here.
8547
8548 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
8549
8550         PR c++/2781
8551         * optimize.c (update_cloned_parm): Copy addressability and other
8552         flags.
8553
8554 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8555
8556         * pt.c (determine_specialization): Ignore artificial functions.
8557
8558 2001-05-20  Neil Booth  <neil@daikokuya.demon.co.uk>
8559
8560         * cp-tree.h (struct lang_identifier, C_RID_YYCODE): Update.
8561         (C_RID_CODE): Remove.
8562         * lex.c (cxx_init_options): Call set_identifier_size.  Update.
8563         (init_parse): Don't do it here.
8564
8565 2001-05-18  Diego Novillo  <dnovillo@redhat.com>
8566
8567         * decl2.c (finish_objects): Use the original SYMBOL_REF from the
8568         function declaration to avoid stripping the symbol's attributes.
8569
8570 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
8571
8572         * decl.c (pushdecl): Adjust error string.
8573         (xref_tag): Adjust friend class injection warning. Remove the
8574         inherited name from the class shadowed scope.
8575
8576 2001-05-17  Mark Mitchell  <mark@codesourcery.com>
8577
8578         * except.c (cp_protect_cleanup_actions): New function.
8579         (init_exception_processing): Don't set protect_cleanup_actions
8580         here.  Do set lang_protect_cleanup_actions.
8581
8582 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
8583
8584         * spew.c (read_token): Call yyerror on all unexpected tokens.
8585
8586 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
8587
8588         * init.c (member_init_ok_or_else): Take a tree rather than
8589         string for name.
8590         (expand_member_init): Adjust.
8591
8592 2001-05-14  Nick Clifton  <nickc@cambridge.redhat.com>
8593
8594         * decl.c (duplicate_decls): Suppress warning about duplicate
8595         decls if the first decl is a friend.
8596
8597 2001-05-12  Zack Weinberg  <zackw@stanford.edu>
8598
8599         * except.c (choose_personality_routine): Export.  Add
8600         explanatory comment.  Take an enum languages, not a boolean.
8601         (initialize_handler_parm): Adjust to match.
8602         * cp-tree.h: Prototype choose_personality_routine.
8603         * lex.c (handle_pragma_java_exceptions): New function.
8604         (init_cp_pragma): Register #pragma GCC java_exceptions.
8605
8606 2001-05-12  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8607
8608         * method.c (build_mangled_C99_name): Remove unused prototype.
8609
8610 2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
8611
8612         * cp-tree.h (ptrmemfunc_vbit_where_t): Declare type.
8613         * typeck.c (get_member_function_from_ptrfunc,
8614         build_ptrmemfunc, expand_ptrmemfunc_cst): Take
8615         TARGET_PTRMEMFUNC_VBIT_LOCATION into account.
8616
8617         Reverted Geoff Keating's 2001-05-03's patch.
8618
8619 2001-05-11  Ira Ruben   <ira@apple.com>
8620
8621         * cp/cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.
8622
8623 2001-05-11  Neil Booth  <neil@daikokuya.demon.co.uk>
8624
8625         * cp-tree.h (finish_label_expr, lookup_label): Delete.
8626         * parse.y: Update for '&&'; don't issue warning here.
8627         * semantics.c (finish_label_expr): Delete.
8628
8629 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
8630
8631         * splay-tree.h (splay_tree_max): New function.
8632         (splay_tree_min): Likewise.
8633
8634 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
8635
8636         * cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.
8637         (pfn_vflag_identifier): Define.
8638         Update comment about layout of pointer functions.
8639         (build_ptrmemfunc1): Update prototype.
8640         (expand_ptrmemfunc_cst): Update prototype.
8641         * decl.c (initialize_predefined_identifiers): Initialize
8642         pfn_vflag_identifier.
8643         (build_ptrmemfunc_type): When FUNCTION_BOUNDARY < 16, add
8644         an extra field to the type.
8645         * expr.c (cplus_expand_constant): Pass 'flag' between
8646         expand_ptrmemfunc_cst and build_ptrmemfunc1.
8647         * typeck.c (get_member_function_from_ptrfunc): When
8648         FUNCTION_BOUNDARY < 16, look at additional field to determine
8649         if a pointer-to-member is a real pointer or a vtable offset.
8650         (build_ptrmemfunc1): Add new parameter to contain extra field.
8651         (build_ptrmemfunc): Pass the extra field around.
8652         (expand_ptrmemfunc_cst): Add new parameter to return extra field.
8653         (pfn_from_ptrmemfunc): Ignore the extra field.
8654
8655 2001-05-03  Mark Mitchell  <mark@codesourcery.com>
8656
8657         * cp-tree.h (flag_inline_trees): Update documentation.
8658         * decl.c (init_decl_processing): Adjust handling of
8659         flag_inline_functions and flag_inline_trees to support -O3.
8660         (grokfndecl): Set DECL_INLINE on all functions if that's what
8661         the user requested.
8662         (save_function_data): Clear DECL_INLINE in
8663         current_function_cannot_inline is non-NULL.
8664         * decl2.c (flag_inline_trees): Update documentation.
8665
8666 2001-05-03  Nathan Sidwell  <nathan@codesourcery.com>
8667
8668         * dump.c (cp_dump_tree, USING_STMT case): New case.
8669         * tree.c (cp_statement_code_p): Add USING_STMT.
8670         * decl2.c (do_using_directive): Add the using directive statement.
8671
8672         * tree.c (walk_tree): Reformat an if block.
8673
8674 2001-05-02  Mark Mitchell  <mark@codesourcery.com>
8675
8676         * decl.c (compute_array_index_type): Don't try to do anything with
8677         the indices when processing a template.
8678
8679 2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8680
8681         * call.c: NULL_PTR -> NULL.
8682         * class.c: Likewise.
8683         * cvt.c: Likewise.
8684         * decl.c: Likewise.
8685         * decl2.c: Likewise.
8686         * except.c: Likewise.
8687         * init.c: Likewise.
8688         * rtti.c: Likewise.
8689         * search.c: Likewise.
8690         * tree.c: Likewise.
8691         * typeck.c: Likewise.
8692         * typeck2.c: Likewise.
8693
8694 2001-05-02  Mark Mitchell  <mark@codesourcery.com>
8695
8696         * decl2.c (do_using_directive): Revert previous patch.
8697
8698 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
8699
8700         * cp-tree.def (USING_STMT): New statement node.
8701         * cp-tree.h (USING_STMT_NAMESPACE): New macro.
8702         * decl2.c (do_using_directive): Add USING_STMT to statement
8703         tree. Don't emit errors when processing template decl.
8704         * pt.c (tsubst_expr, USING_STMT case): New case.
8705         * semantics.c (cp_expand_stmt, USING_STMT case): New case.
8706
8707 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
8708
8709         * call.c (build_new_op): Convert args from reference here.
8710         (build_conditional_expr): Don't convert here.
8711
8712 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
8713
8714         * spew.c (last_token_id): New static variable.
8715         (read_token): Set it here.
8716         (yyerror): Use it here.
8717
8718 2001-04-30  Richard Henderson  <rth@redhat.com>
8719
8720         * cvt.c: Downcase C_PROMOTING_INTEGER_TYPE_P invocations.
8721         * decl.c: Likewise.
8722
8723 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
8724
8725         * gxxint.texi: Remove.
8726         * Make-lang.in: Remove all traces of gxxint.texi.
8727
8728 Mon Apr 30 16:14:10 2001  Mark P Mitchell  <mark@codesourcery.com>
8729
8730         * decl2.c (start_static_initialization_or_destruction): Correct
8731         logic to handle the -fno-use-cxa-atexit case.
8732
8733 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
8734
8735         * optimize.c (update_cloned_parm): New function.
8736         (maybe_clone_body): Use it.  Update the `this' parameter too.
8737
8738 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
8739
8740         * decl2.c (unsupported_options): Add new-abi.
8741         * lang-options.h: Remove no longer supported options.
8742
8743 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
8744
8745         * except.c (can_convert_eh): Don't check template parms,
8746         typename types etc.
8747
8748 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
8749
8750         * optimize.c (maybe_clone_body): Copy parameter names and locations.
8751
8752 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
8753
8754         * cp-tree.h (adjust_clone_args): Prototype new function.
8755         * class.c (adjust_clone_args): New function.
8756         * decl.c (start_function): Call it for in charge ctors.
8757
8758 2001-04-26  Mark Mitchell  <mark@codesourcery.com>
8759
8760         * method.c (use_thunk): Make sure that thunks really are emitted
8761         when requested.
8762
8763 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
8764
8765         * mangle.c (write_chars): New macro.
8766         (hwint_to_ascii): New function
8767         (write_number): Use it.
8768         (write_integer_cst): Deal with really big numbers.
8769
8770 2001-04-25  Mark Mitchell  <mark@codesourcery.com>
8771
8772         * optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting
8773         the clone.
8774
8775 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
8776
8777         * decl.c (grokdeclarator): Set context of namespace scope
8778         TYPE_DECLS.
8779
8780 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
8781
8782         * cp/optimize.c: Include hashtab.h.
8783         (struct inline_data): Add tree_pruner.
8784         (expand_call_inline, expand_calls_inline): Use it when calling
8785         walk_tree.
8786         (optimize_function): Initialize and free tree_pruner.
8787
8788 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
8789
8790         Lazy __FUNCTION__ generation.
8791         * cp-tree.def (FUNCTION_NAME): Remove.
8792         * cp-tree.h (function_name_declared_p): Remove.
8793         (cp_fname_init): Prototype.
8794         * decl.c (init_decl_processing): Don't generate __FUNCTION__ et al ids,
8795         don't call declare_function_name. Call start_fname_decls.
8796         (cp_make_fname_decl): Adjust parameters. Generate the name. Don't
8797         clobber the line number.
8798         (cp_fname_init): New function.
8799         (start_function): Call start_fname_decls.
8800         (finish_function): Call finish_fname_decls.
8801         * lex.c (reswords): Add slots for __FUNCTION__ et al.
8802         (rid_to_yy): Add mappings for __FUNCTION__ et al.
8803         * optimize.c (maybe_clone_body): Remove function_name_declared_p.
8804         * parse.y (VAR_FUNC_NAME): New token.
8805         (primary): Add VAR_FUNC_NAME.
8806         * pt.c (tsubst_decl): Adjust a DECL_PRETTY_FUNCTION_P's
8807         generation.
8808         (tsubst, FUNCTION_NAME case): Remove.
8809         (tsubst_copy, FUNCTION_NAME case): Remove.
8810         (tsubst_expr, DECL_STMT case): Be careful with a
8811         DECL_PRETTY_FUNCTION_P.
8812         (instantiate_decl): Remove function_name_declared_p.
8813         * semantics.c (begin_compound_statement): Don't call
8814         declare_function_name here.
8815         (setup_vtbl_ptr). Don't save & restore function_name_declared_p.
8816         (finish_translation_unit): Call finish_fname_decls.
8817         (expand_body): Remove function_name_declared_p.
8818         * typeck2.c (digest_init): Allow any ERROR_MARK.
8819
8820 2001-04-24  Nathan Sidwell  <nathan@codesourcery.com>
8821
8822         * pt.c (tsubst_decl): Use VOID_TYPE_P.
8823         * semantics.c: Fix some typos.
8824
8825 2001-04-23  Phil Edwards  <pme@sources.redhat.com>
8826
8827         * cp/decl2.c (flag_honor_std):  Always initialize to 1.
8828
8829 2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8830
8831         * xref.c (GNU_xref_file): Use concat in lieu of xmalloc/sprintf.
8832
8833 2001-04-23  Jason Merrill  <jason_merrill@redhat.com>
8834
8835         * except.c (build_throw): Wrap the initialization of the exception
8836         object in a MUST_NOT_THROW_EXPR.
8837         (do_free_exception): #if 0.
8838
8839 2001-04-20  Mark Mitchell  <mark@codesourcery.com>
8840
8841         * cp-tree.h (finish_enum): Change prototype.
8842         * decl.c (finish_enum): Reorganize.
8843         * parse.y (structsp): Adjust calls to finish_enum.
8844
8845 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
8846
8847         * tree.c (cp_tree_equal): Adjust final switch formatting. Add
8848         't' case.
8849
8850 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
8851
8852         * class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED.
8853         (layout_empty_base): Return at end flag.
8854         (build_base_field): Likewise.
8855         (build_base_fields): Likewise.
8856         (layout_virtual_bases): Don't add 1 to eoc value.
8857         (end_of_class): Use full size for empty bases.
8858         (layout_class_type): Clear CLASSNEARLY_EMPTY_P if we appended
8859         empty bases. Don't add 1 to eoc value. Only add trailing padding
8860         if we're an empty class with no empty bases.
8861         (dump_class_hierarchy): Dump size and alignment.
8862
8863 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
8864
8865         * call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG and
8866         ICS_BAD_FLAG.
8867
8868 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
8869
8870         * search.c (lookup_field_r): If looking for type and non-TYPE_DECL
8871         is found, look first if name does not match the structure name.
8872
8873 2001-04-19  Mark Mitchell  <mark@codesourcery.com>
8874
8875         * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is
8876         set.
8877         (SET_DECL_LANGUAGE): New macro.
8878         * decl.c (duplicate_decls): Use SET_DECL_LANGUAGE.
8879         (pushdecl): Likewise.
8880         (build_library_fn_1): Likewise.
8881         (build_cp_library_fn): Likewise.
8882         (grokfndecl): Likewise.
8883         (grokvardecl): Mark `extern "C"' variables as having C linkage.
8884         * decl2.c (grokclassfn): Use SET_DECL_LANGUAGE.
8885         * lex.c (retrofit_lang_decl): Likewise.
8886         * mangle.c (mangle_decl_string): Don't mangle the names of
8887         variables declared with C language linkage.
8888         * semantics.c (finish_member_declaration): Use SET_DECL_LANGUAGE.
8889
8890 2001-04-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8891
8892         * semantics.c (simplify_aggr_init_exprs_r): Don't restore
8893         flag_access_control from uninitialized storage.
8894
8895 2001-04-15  Mark Mitchell  <mark@codesourcery.com>
8896
8897         * cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.
8898         * mangle.c (write_pointer_to_member_type): Fix mangling of
8899         pointers to cv-qualified member function types.
8900
8901         * init.c (build_delete): Create a SAVE_EXPR for the address if
8902         we're going to use it more than once.
8903
8904 2001-04-13  Mark Mitchell  <mark@codesourcery.com>
8905
8906         * cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.
8907         (expand_ptremfunc_cst): Change prototype.
8908         (delta2_from_ptrmemfunc): Remove.
8909         * expr.c (cplus_expand_constant): Adjust call to
8910         expand_ptrmemfunc_cst.
8911         * typeck.c (build_ptrmemfunc1): Simplify.
8912         (build_ptrmemfunc): Make sure that casting a PTRMEM_CST still
8913         results in a constant.
8914         (expand_ptrmemfunc_cst): Remove idx and delta2 parameters.
8915         (delta2_from_ptrmemfunc): Remove.
8916         (pfn_from_ptrmemfunc): Adjust call to expand_ptrmemfunc_cst.
8917
8918 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8919
8920         * cp-tree.h (decl_namespace_list): New macro.
8921         (struct saved_scope): Add decl_ns_list.
8922         * decl.c (mark_saved_scope): Mark it.
8923         * decl2.c: Lose static decl_namespace_list.
8924         (init_decl2): Don't save it.
8925
8926 2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8927
8928         * cp-tree.h (warn_return_type, yylex): Delete redundant
8929         declarations.
8930
8931         * decl.c (current_class_depth, global_namespace): Likewise.
8932
8933         * decl2.c (current_class_depth, flag_gnu_xref): Likewise
8934
8935         * repo.c (flag_use_repository): Likewise.
8936
8937 2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8938
8939         * cp-tree.h (pedantic, convert, global_bindings_p, insert_block,
8940         set_block, pushdecl, getdecls, gettags, init_decl_processing,
8941         maybe_build_cleanup, copy_lang_decl, prep_stmt, lvalue_p,
8942         lvalue_or_else, print_lang_statistics, comp_target_types,
8943         unsigned_type, signed_type, signed_or_unsigned_type,
8944         build_function_call, mark_addressable, incomplete_type_error):
8945         Delete redundant declarations.
8946
8947 2001-04-11  Jason Merrill  <jason_merrill@redhat.com>
8948
8949         * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.
8950         (TYPE_ANONYMOUS_P): New macro.
8951         (TAGGED_TYPE_P): New macro.
8952         * decl.c (check_tag_decl): Use TYPE_ANONYMOUS_P.
8953         (grokfndecl, grokvardecl, grokdeclarator): Likewise.
8954         * tree.c (no_linkage_helper): Likewise.
8955         * semantics.c (begin_class_definition): Likewise.
8956         * pt.c (convert_template_argument): Likewise.
8957         * lex.c (check_for_missing_semicolon): Likewise.
8958
8959 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
8960
8961         * class.c (dfs_unshared_virtual_bases): New function.
8962         (mark_primary_bases): Call it.
8963         (check_bases): Ignore virtual bases when determining
8964         nearly-emptiness.
8965
8966 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
8967
8968         * method.c (make_thunk): Clear DECL_CLONED_FUNCTION.
8969
8970 2001-04-11  Mark Mitchell  <mark@codesourcery.com>
8971
8972         * optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the
8973         cloned function to the clone.
8974
8975 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8976
8977         * Make-lang.in (cp/semantics.o): Depend on $(EXPR_H).
8978
8979         * semantics.c: Include expr.h.
8980
8981 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
8982
8983         * method.c (implicitly_declare_fn): Commonize code for copy ctor
8984         and assignment op. Set TREE_USED for parameter.
8985
8986 2001-04-10  Mark Mitchell  <mark@codesourcery.com>
8987
8988         * class.c (find_final_overrider_data): Add `candidates'.
8989         (dfs_find_final_overrider): Don't issue error messages
8990         prematurely.
8991         (find_final_overrider): Issue error messages here.
8992         (build_base_field): Don't warn about amgibuous direct bases here.
8993         (warn_about_ambiguous_direct_bases): New function.
8994         (layout_class_type): Use it.
8995
8996 2001-04-10  Richard Henderson  <rth@redhat.com>
8997
8998         * typeck.c (build_array_ref): Push the array reference inside
8999         COMPOUND_EXPR and COND_EXPR.
9000
9001 2001-04-05  Mark Mitchell  <mark@codesourcery.com>
9002
9003         * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.
9004         * decl.c (duplicate_decls): Adjust accordingly.
9005         (maybe_commonize_var): Likewise.
9006         (grokfndecl): Likewise.
9007         (start_function): Likewise.
9008         (start_method): Likewise.
9009         * decl2.c (key_method): Likewise.
9010         (import_export_decl): Likewise.
9011         * method.c (implicitly_declare_fn): Likewise.
9012         * optimize.c (maybe_clone_body): Likewise.
9013
9014 2001-04-05  Benjamin Kosnik  <bkoz@redhat.com>
9015
9016         * lang-specs.h: Add __DEPRECATED.
9017
9018 Thu Apr  5 16:54:29 2001  J"orn Rennecke <amylaar@redhat.com>
9019
9020         * search.c (get_dynamic_cast_base_type): When building a new
9021         constant, set its type to ssizetype.
9022
9023 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
9024
9025         * optimize.c (expand_call_inline): Only add newly inlined statements
9026         into inlined_stmts.
9027
9028 2001-04-03  Mark Mitchell  <mark@codesourcery.com>
9029
9030         * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
9031         (OPERATOR_FORMAT): Likewise.
9032         (OPERATOR_TYPENAME_FORMAT): Likewise.
9033         * operators.def: Remove old name-mangling information.
9034         * decl.c (grok_op_properties): Adjust accordingly.
9035         * lex.c (init_operators): Likewise.
9036         * rtti.c (get_tinfo_decl): Issue error messages about types that
9037         have variable size.
9038
9039 2001-04-03  Mark Mitchell  <mark@codesourcery.com>
9040
9041         * decl2.c (import_export_decl): Don't call import_export_class
9042         when processing an inline member function.
9043         * semantics.c (expand_body): Call import_export_decl before
9044         emitting inline functions.
9045
9046 2001-03-28  Richard Henderson  <rth@redhat.com>
9047
9048         IA-64 ABI Exception Handling:
9049         * cp-tree.def (EH_SPEC_BLOCK): New.
9050         (MUST_NOT_THROW_EXPR): New.
9051         * cp-tree.h: Update changed function declarations.
9052         (CPTI_PUSH_EXCEPTION_IDENTIFIER): Remove.
9053         (CPTI_CALL_UNEXPECTED): New.
9054         (struct cp_language_function): Rename x_eh_spec_try_block
9055         to x_eh_spec_block.
9056         (EH_SPEC_STMTS, EH_SPEC_RAISES): New.
9057         * decl.c (current_binding_level): If no current function
9058         bindings, revert to scope_chain.
9059         (initialize_predefined_identifiers): Remove __cp_push_exception.
9060         (store_parm_decls): Use begin_eh_spec_block.
9061         (finish_function): Use finish_eh_spec_block.
9062         (mark_lang_function): Update for name changes.
9063         * decl2.c (finish_file): No mark_all_runtime_matches.
9064         * dump.c (cp_dump_tree): Handle new tree codes.
9065         * error.c (dump_expr) [BIND_EXPR]: Fix typo.
9066         * except.c (catch_language_init, catch_language): Remove.
9067         (init_exception_processing): Don't set language code.
9068         Initialize call_unexpected_node, protect_cleanup_actions,
9069         eh_personality_libfunc, lang_eh_runtime_type.
9070         (call_eh_info, push_eh_info, get_eh_info, get_eh_value): Remove.
9071         (get_eh_type, get_eh_caught, get_eh_handlers): Remove.
9072         (prepare_eh_type): Split out type canonicalizations ...
9073         (build_eh_type_type): ... from here.
9074         (build_eh_type_type_ref): Remove.
9075         (mark_all_runtime_matches): Remove.
9076         (build_exc_ptr): New.
9077         (do_begin_catch, do_end_catch): New.
9078         (do_pop_exception): Remove.
9079         (build_terminate_handler): Remove.
9080         (choose_personality_routine): Split out language choice from ...
9081         (initialize_handler_parm): ... here.
9082         Use MUST_NOT_THROW_EXPR.
9083         (expand_start_catch_block): Use do_begin_catch.  Simplify Java
9084         exception object handling.
9085         (expand_start_eh_spec, expand_end_eh_spec): Remove.
9086         (expand_exception_blocks, alloc_eh_object): Remove.
9087         (begin_eh_spec_block, finish_eh_spec_block): New.
9088         (do_allocate_exception, do_free_exception): New.
9089         (expand_throw): Merge into ...
9090         (build_throw): ... here.  Update for abi.
9091         * expr.c (cplus_expand_expr): No expand_internal_throw.
9092         Handle MUST_NOT_THROW_EXPR.
9093         * pt.c (tsubst_expr): Handle EH_SPEC_BLOCK.
9094         * semantics.c (*) Update for except.h name changes.
9095         (genrtl_try_block): No protect_with_terminate.
9096         (genrtl_eh_spec_block): New.
9097         (genrtl_handler): Don't emit the goto here.
9098         (cp_expand_stmt): Handle EH_SPEC_BLOCK.
9099         (genrtl_finish_function): Don't expand_exception_blocks.
9100         * tree.c (cp_statement_code_p): Handle EH_SPEC_BLOCK.
9101
9102 2001-03-28  Richard Henderson  <rth@redhat.com>
9103
9104         * decl.c (struct named_label_list): Rename eh_region to
9105         in_try_scope, add in_catch_scope.
9106         (struct binding_level): Rename eh_region to is_try_scope,
9107         add is_catch_scope.
9108         (note_level_for_try): Rename from note_level_for_eh.
9109         (note_level_for_catch): New.
9110         (poplevel): Copy both is_try_scope and is_catch_scope to
9111         the named_label_list struct.
9112         (check_previous_goto_1): Don't check for catch block via
9113         DECL_ARTIFICIAL; use in_try_scope instead.
9114         (check_goto): Likewise.
9115         * cp-tree.h (note_level_for_try, note_level_for_catch): Declare.
9116         * except.c (expand_start_catch_block): Call note_level_for_catch.
9117         * semantics.c (begin_compound_stmt): Update for note_level_for_try.
9118
9119 2001-03-27  Richard Henderson  <rth@redhat.com>
9120
9121         * except.c: Use USING_SJLJ_EXCEPTIONS instead of
9122         exceptions_via_longjmp.
9123
9124 2001-03-27  Phil Edwards  <pme@sources.redhat.com>
9125
9126         * pt.c (check_default_tmpl_args):  Make error messages clearer.
9127
9128 2001-03-26  Phil Edwards  <pme@sources.redhat.com>
9129
9130         * error.c:  Also undefine 'A' macro used for cp_printers definition.
9131
9132 2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9133
9134         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
9135
9136 2001-03-26  Mike Yang <yang@research.att.com>
9137             Mark Mitchell  <mark@codesourcery.com>
9138
9139         * dump.c (dump_access): New function.
9140         (cp_dump_tree): Use it.  Dump basetype information for class
9141         types.
9142
9143 2001-03-26  Mark Mitchell  <mark@codesourcery.com>
9144
9145         * Makefile.in (optimize.o): Depend on params.h.
9146         (duplicate_decls): Copy DECL_NUM_STMTS, not DECL_FRAME_SIZE.
9147         (init_decl_processing): Set flag_no_inline when doing
9148         inlining-on-trees.
9149         * optimize.c: Include params.h.
9150         (struct inline_data): Improve documentation of FNS.  Add
9151         FIRST_INLINED_FN, INLINED_STMTS, and CLONING_P.
9152         (INSNS_PER_STMT): New macro.
9153         (remap_block): Use CLONING_P.
9154         (inlinable_function_p): Don't inline big functions.
9155         (expand_call_inline): Keep track of how much inlining we've done.
9156         (optimize_function): Set FIRST_INLINED_FN.
9157         (maybe_clone_body): Set CLONING_P.
9158         * semantics.c (simplify_aggr_init_exprs_r): Fix typing problems in
9159         tree nodes.
9160         (genrtl_finish_function): Clear DECL_DEFER_OUTPUT before calling
9161         rest_of_compilation.  Clear DECL_RTL for local variables
9162         afterwards.
9163         (clear_decl_rtl): New function.
9164
9165 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
9166
9167         Implement DR 209
9168         * cp-tree.h (skip_type_access_control,
9169         reset_type_access_control): Prototype.
9170         * decl.c (grokdeclarator): Access of friends is not checked.
9171         * parse.y (component_decl_list): Reset type access control.
9172         * semantics.c (decl_type_access_control): Clear
9173         current_type_lookups.
9174         (save_type_access_control): Don't save if not deferring.
9175         (skip_type_access_control, reset_type_access_control): New
9176         functions.
9177         (begin_class_definition): Do type access control for basetypes.
9178         Start deferred access control.
9179         (finish_class_definition): Resume immediate access control if
9180         this is a local class.
9181
9182 2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9183
9184         * class.c (add_method): Use memcpy/memmove, not bcopy.
9185
9186         * decl.c (duplicate_decls): Likewise.
9187
9188 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
9189
9190         * mangle.c (write_discriminator): Use `_0' for discriminator 1,
9191         not `_'.
9192
9193 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
9194
9195         * decl.c (local_names): Define.
9196         (push_local_name): New.
9197         (grok_reference_init): Return init if initializing static reference
9198         variable with non-constant instead of emitting it.
9199         Move expand_static_init call to cp_finish_decl.
9200         (layout_var_decl): Call push_local_name.
9201         (maybe_commonize_var): Allow inlining functions even if they have
9202         static local variables, use comdat_linkage for them if flag_weak.
9203         (check_initializer): Call obscure_complex_init if
9204         grok_reference_init returned nonzero.
9205         (save_function_data): Clear x_local_names.
9206         (pop_cp_function_context): Free x_local_names.
9207         (mark_inlined_fns): Remove.
9208         (mark_lang_function): Mark x_local_names.
9209         (lang_mark_tree): Don't mark DECL_ACCESS for DECL_DISCRIMINATOR_P.
9210         Mark inlined_fns as tree, remove call to mark_inlined_fns.
9211         * class.c (alter_access): Ensure DECL_ACCESS is never set if
9212         DECL_DISCRIMINATOR_P.
9213         * cp-tree.h (cp_language_function): Add x_local_names.
9214         (lang_decl_flags): Add discriminator into u2.
9215         (lang_decl_inlined_fns): Remove.
9216         (lang_decl): inlined_fns is now a TREE_VEC.
9217         (DECL_DISCRIMINATOR_P, DECL_DISCRIMINATOR): Define.
9218         * optimize.c (inlinable_function_p): DECL_INLINED_FNS is now a
9219         TREE_VEC, not a custom structure.
9220         (optimize_function): Likewise.
9221         * mangle.c (discriminator_for_local_entity): Discriminate among
9222         VAR_DECL local entities.
9223         * search.c (dfs_access_in_type): If DECL_DISCRIMINATOR_P, DECL_ACCESS
9224         is not valid.
9225
9226 2001-03-22  Bryce McKinlay  <bryce@albatross.co.nz>
9227
9228         Add support for Java interface method calls.
9229         * cp-tree.h (struct lang_type): Add java_interface flag.
9230         (TYPE_JAVA_INTERFACE): New macro.
9231         * tree.c (cp_valid_lang_attribute): Handle "java_interface" attribute
9232         by setting TYPE_JAVA_INTERFACE.
9233         * call.c (java_iface_lookup_fn): New static.
9234         (build_over_call): If calling a method declared in a
9235         TYPE_JAVA_INTERFACE, call build_java_interface_fn_ref to generate the
9236         expression which resolves the function address.
9237         (build_java_interface_fn_ref): New function.
9238
9239 2001-03-22  Richard Henderson  <rth@redhat.com>
9240
9241         * Make-lang.in (cp/except.o): Don't depend on insn-flags.h.
9242         * except.c: Don't include it.
9243
9244 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9245             based on an idea from Joe Buck <jbuck@synopsys.com>
9246
9247         * parse.y (bad_decl, template_arg_list_ignore, arg_list_ignore):
9248         New nonterminals.
9249         (data_def, component_decl): Add reductions to bad_decl.
9250
9251 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
9252
9253         * method.c (do_build_assign_ref): Don't use build_modify_expr for
9254         anonymous aggregates, since they don't have assignment operator
9255         method.
9256         * decl.c (fixup_anonymous_aggr): Disallow ctors, dtors and copy
9257         assignment operators for anonymous structure fields.
9258
9259 2001-03-21  Jason Merrill  <jason@redhat.com>
9260
9261         * pt.c (instantiate_decl): Abort if we see a member constant
9262         instantiation that doesn't already have its initializer.
9263         Downgrade explicit instantiation without definition to pedwarn.
9264
9265         * cp-tree.h (DECL_TINFO_FN_P, SET_DECL_TINFO_FN_P): Remove.
9266         * class.c (build_vtable_entry): Don't check DECL_TINFO_FN_P.
9267         (import_export_decl): Check tinfo_decl_p, not DECL_TINFO_FN_P.
9268
9269         * cp-tree.h (CLASSTYPE_VTABLE_NEEDS_WRITING): Remove.
9270         (pending_vtables): Remove.
9271         * decl2.c (pending_vtables): Remove.
9272         (import_export_vtable): Use CLASSTYPE_INTERFACE_ONLY, not
9273         CLASSTYPE_VTABLE_NEEDS_WRITING.
9274         (import_export_class): Likewise.
9275         (init_decl2): Don't mark pending_vtables.
9276         * lex.c (handle_pragma_vtable): Just sorry.
9277         * pt.c (instantiate_class_template): Don't mess with
9278         CLASSTYPE_VTABLE_NEEDS_WRITING.
9279         (mark_class_instantiated): Likewise.
9280         * ptree.c (print_lang_type): Don't print it.
9281         * semantics.c (begin_class_definition): Don't set it.
9282
9283         * pt.c (template_tail): Replace with last_pending_template.
9284         (maybe_templates, maybe_template_tail): Remove.
9285         (add_pending_template): Adjust.
9286         (instantiate_pending_templates): Adjust.
9287
9288         * cp-tree.h (struct saved_scope): Remove lang_stack field.
9289         (current_lang_stack): Remove.
9290         * decl.c (maybe_push_to_top_level): Don't initialize it.
9291         (duplicate_decls): Use current_lang_depth.
9292         (xref_basetypes): Likewise.
9293         * class.c (current_lang_depth): New fn.
9294         (push_lang_context): Use more varray functionality.
9295         (pop_lang_context): Likewise.
9296
9297         * error.c (GLOBAL_THING): Always use '__'.
9298
9299 2001-03-21  Mark Mitchell  <mark@codesourcery.com>
9300
9301         * class.c (build_clone): Clear DECL_ASSEMBLER_NAME.
9302
9303         * mangle.c (mangle_decl_string): Mangle the names of overloaded
9304         operators, even when they have `extern "C"' linkage.
9305
9306 2001-03-19  Mark Mitchell  <mark@codesourcery.com>
9307
9308         * class.c (get_vtable_decl): Use SET_DECL_ASSEMBLER_NAME,
9309         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
9310         where it's not necessary.
9311         (add_method): Remove optimization involving comparison of
9312         DECL_ASSEMBLER_NAME.
9313         (build_vtbl_or_vbase_field): Use SET_DECL_ASSEMBLER_NAME,
9314         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
9315         where it's not necessary.
9316         (check_methods): Likewise.
9317         (build_clone): Likewise.
9318         (built_vtt): Likewise.
9319         * cp-tree.h (DECL_NEEDED_P): Likewise.
9320         * decl.c (pushtag): Likewise.
9321         (duplicate_decls): Likewise.
9322         (pushdecl): Likewise.
9323         (builtin_function): Likewise.
9324         (build_library_fn_1): Set DECL_LANGUAGE for library functions.
9325         (build_cp_library_fn): Likewise.
9326         (maybe_commonize_var): Use SET_DECL_ASSEMBLER_NAME,
9327         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
9328         where it's not necessary.
9329         (make_rtl_for_nonlocal_decl): Likewise.
9330         (cp_finish_decl): Likewise.
9331         (grokfndecl): Likewise.
9332         (grokvardecl): Likewise.
9333         (grokdeclarator): Likewise.
9334         (start_function): Likewise.
9335         (cp_missing_return_ok_p): Likewise.
9336         * decl2.c (grokclassfn): Likewise.
9337         (check_classfn): Likewise.
9338         (finish_static_data_member_decl): Likewise.
9339         (grokfield): Likewise.
9340         * error.c (GLOBAL_IORD_P): Remove.
9341         (dump_global_iord): Improve output.
9342         (dump_decl): Avoid using DECL_ASSEMBLER_NAME.
9343         * except.c (nothrow_libfn_p): Summarily reject any function not in
9344         namespace-scope.
9345         * init.c (build_java_class_ref): Don't explicitly set
9346         DECL_ASSEMBLER_NAME after calling mangle_decl.
9347         * mangle.c (mangle_decl_string): Handle extern "C" functions.
9348         (mangle_decl): Set the DECL_ASSEMBLER_NAME for the decl.
9349         * method.c (set_mangled_name_for_decl): Don't explicitly set
9350         DECL_ASSEMBLER_NAME after calling mangle_decl.
9351         (make_thunk): Explicitly set the DECL_ASSEMBLER_NAME and
9352         IDENTIFIER_GLOBAL_VALUE for the thunk.
9353         * pt.c (set_mangled_name_for_template_decl): Remove.
9354         (check_explicit_specialization): Don't use it.
9355         (looup_template_class): Don't set DECL_ASSEMBLER_NAME.
9356         (tsubst_friend_function): Likewise.
9357         (tsubst_decl): Likewise.
9358         (regenerate_decl_from_template): Use COPY_DECL_ASSEMBLER_NAME.
9359         * rtti.c (get_tinfo_decl): Use SET_DECL_ASSEMBLER_NAME,
9360         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
9361         where it's not necessary.
9362         (tinfo_base_init): Likewise.
9363         (create_real_tinfo_var): Likewise.
9364         * search.c (looup_field_1): Likewise.
9365         * semantics.c (finish_named_return_value): Likewise.
9366         * tree.c (init_tree): Set lang_set_decl_assembler_name.
9367
9368 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
9369
9370         Correct semantics restrictions checking in throw-expression.
9371         * except.c (is_admissible_throw_operand): New function.
9372         (build_throw): Use it.
9373
9374 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
9375
9376         * decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__
9377         and its ilk.
9378
9379 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
9380
9381         * class.c (build_clone): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
9382         * cp-tree.h (DECL_IN_MEMORY_P): Likewise.
9383         * decl.c (duplicate_decls): Likewise.
9384         (builtin_function): Likewise.
9385         (build_library_fn): Likewise.
9386         (build_cp_library_fn): Likewise.
9387         (check_initializer): Likewise.
9388         (cp_finish_decl): Likewise.
9389         * decl2.c (grokfield): Likewise.
9390         (grok_function_init): Remove #if 0'd code.
9391         (finish_anon_union): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
9392         * friend.c (do_friend): Likewise.
9393         * init.c (get_temp_regvar): Likewise.
9394         * method.c (make_thunk): Likewise.
9395         * pt.c (tsubst_friend_function): Likewise.
9396         (tsubst_decl): Likewise.
9397         (regenerate_decl_from_template): Likewise.
9398         * semantics.c (genrtl_named_return_value): Likewise.
9399         (expand_body): Likewise.
9400         (genrtl_finish_function): Likewise.
9401         * tree.c (cp_tree_equal): Likewise.
9402
9403 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
9404
9405         * call.c (convert_like_real): Add extra semantics to INNER
9406         parameter. Don't convert to temporary if a user conversion
9407         gives us an lvalue that we're about to bind to a reference.
9408         Set INNER to indicate pending reference binding on recursive
9409         calls.
9410
9411 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
9412
9413         * cp/lex.c: Delete duplicate pending_lang_change.
9414
9415 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
9416
9417         * cp/lex.c (handle_pragma_interface, handle_pragma_implementation):
9418         Similarly.
9419         * cp/repo.c (get_base_filename, open_repo_file): Similarly.
9420         * cp/cp-tree.h: Remove file_name_nondirectory prototype.
9421
9422 2001-03-09  Zack Weinberg  <zackw@stanford.edu>
9423
9424         * Make-lang.in: Add dependencies on $(TM_P_H) as appropriate.
9425
9426 2001-03-08  Stan Shebs  <shebs@apple.com>
9427
9428         * cp-tree.h (set_identifier_local_value): Remove unused decl.
9429
9430 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
9431
9432         * spew.c: Remove references to CPP_OSTRING.
9433
9434 2001-03-06  Andrew Haley  <aph@redhat.com>
9435
9436         * typeck.c (convert_arguments): Check that we have an fndecl.
9437
9438 2001-03-05  Andrew Haley  <aph@redhat.com>
9439
9440         * typeck.c (convert_arguments): Don't do ellipsis conversion for
9441         __built_in_constant_p.
9442
9443 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
9444
9445         * typeck.c (build_static_cast): Allow enum to enum conversions
9446         as per DR 128.
9447
9448 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
9449
9450         * class.c (check_field_decls): Pointers to member do not a
9451         non-pod struct make, as per DR 148.
9452
9453 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
9454
9455         * call.c (joust): cp_pedwarn when using gnu extension concerning
9456         worst conversion sequences.
9457
9458 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
9459
9460         * decl.c: Replace all uses of 'boolean' with 'bool'.
9461
9462 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
9463
9464         * lang-specs.h: Add zero initializer for cpp_spec field to
9465         all array elements that need one.  Don't put an #ifdef inside
9466         the initializer list; set a default for CPLUSPLUS_CPP_SPEC and
9467         use it.
9468
9469 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
9470
9471         Implement using decls inside template functions.
9472         * decl2.c (validate_nonmember_using_decl): Don't special case
9473         fake_std_node in the global namespace. Don't reject early when
9474         processing a template.
9475         (do_local_using_decl): Add to statement tree. Don't do further
9476         processing when building a template.
9477         * pt.c (tsubst_expr, DECL_STMT case): Deal with USING_DECLs.
9478
9479 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
9480
9481         * decl2.c (do_nonmember_using_decl): Don't complain if we find
9482         same function. Do complain about ambiguating extern "C"
9483         declarations.
9484
9485 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
9486
9487         Remove floating point and complex type template constant parms.
9488         * pt.c (convert_nontype_argument): Remove REAL_TYPE and
9489         COMPLEX_TYPE extensions.
9490         (invalid_nontype_parm_type_p): Likewise.
9491
9492 2001-02-27  Jeffrey Oldham  <oldham@codesourcery.com>
9493
9494         * except.c (call_eh_info): Revert "match_function"'s type.
9495
9496 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
9497
9498         Fix ctor vtable vcall offsets.
9499         * class.c (struct vtbl_init_data_s): Add rtti_binfo member.
9500         (build_rtt_vtbl_entries): Lose RTTI_BINFO parameter.
9501         (get_matching_base): Remove.
9502         (get_original_base): New function.
9503         (build_vtbl_initializer): Initialize vid.rtti_binfo.
9504         Use a virtual thunk for a ctor vtable with an index
9505         (add_vcall_offset_vtbl_entries_1): Check if binfo has lost a
9506         primary base within a constructor vtable. Only set
9507         BV_VCALL_INDEX when not a constructor vtable. Adjust vcall offset
9508         when primary base has been lost.
9509         * cp-tree.h (BINFO_VIRTUALS): Remove ambiguity from comment.
9510
9511 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
9512
9513         * call.c (joust): Ensure more_specialized()'s argument length
9514         parameter has correct value for constructors.
9515
9516 2001-02-26  Nathan Sidwell  <nathan@codesourcery.com>
9517
9518         * except.c (call_eh_info): Cleanup generation of cp_eh_info struct.
9519
9520         * decl.c (mark_inlined_fns): Prototype.
9521
9522 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
9523
9524         * spew.c (yylex): Correct handling of friends.
9525
9526 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
9527
9528         * mangle.c (write_encoding): Pass write_function_type the
9529         FUNCTION_DECL for the function being encoded.
9530         (write_function_type): Pass it along to write_bare_function_type.
9531         (write_bare_function_type): Pass it along to write_method_parms.
9532         (write_method_parms): Don't mangle the compiler-generated
9533         parameters to a constructor or destructor.
9534
9535 2001-02-22  Andreas Jaeger  <aj@suse.de>
9536
9537         * optimize.c: Include toplev.h for
9538         note_deferral_of_defined_inline_function prototype.
9539
9540 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
9541
9542         * cp-tree.h (struct lang_decl_inlined_fns): New.
9543         (struct lang_decls): Add inlined_fns.
9544         (DECL_INLINED_FNS): New macro.
9545         * optimize.c (struct inline_data): Add inlined_fns.
9546         (declare_return_variable): Use VARRAY_ACTIVE_SIZE macro.
9547         (inlinable_function_p): Likewise, fix typo in comment,
9548         function is not inlinable if it already inlined function currently
9549         being optimized.
9550         (expand_call_inline): Add fn to inlined_fns if necessary.
9551         (optimize_function): Initialize inlined_fns.
9552         Save inlined_fns into DECL_INLINED_FNS after expanding inlines.
9553         * decl.c (mark_inlined_fns): New function.
9554         (lang_mark_tree): Call it.
9555
9556 2001-02-21  Jason Merrill  <jason@redhat.com>
9557
9558         * cp-tree.h (struct lang_decl_flags): Remove uninlinable flag.
9559         (DECL_UNINLINABLE): Move to middle-end.
9560
9561         * class.c (clone_function_decl): Set DECL_ABSTRACT on original fn.
9562         * decl.c (duplicate_decls): Preserve DECL_ABSTRACT.
9563         * class.c (build_clone): Set DECL_ABSTRACT_ORIGIN for the clone.
9564         * optimize.c (maybe_clone_body): Set DECL_ABSTRACT_ORIGIN for the
9565         parms and outer BLOCK.  note_deferral_of_defined_inline_function.
9566
9567         * method.c (implicitly_declare_fn): Don't set DECL_ARTIFICIAL on
9568         second parm of op=.
9569
9570 2001-02-19  Mark Mitchell  <mark@codesourcery.com>
9571
9572         * decl2.c (set_decl_namespace): Allow explicit instantiations in
9573         any namespace.
9574
9575 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9576
9577         * optimize.c (expand_call_inline): Don't walk subtrees of type
9578         nodes.
9579
9580 2001-02-18  Mark Mitchell  <mark@codesourcery.com>
9581
9582         * class.c (add_vcall_offset_vtbl_entries_1): Only add one entry
9583         for a destructor.
9584
9585 2001-02-18  Jason Merrill  <jason@redhat.com>
9586
9587         Do put the VTT parameter in DECL_ARGUMENTS.
9588         * cp-tree.h (struct cp_language_function): Add x_vtt_parm.
9589         (current_vtt_parm): New macro.
9590         (struct lang_decl_flags): Add has_vtt_parm_p, remove vtt_parm.
9591         (DECL_HAS_VTT_PARM_P): New macro.
9592         (DECL_VTT_PARM): Remove.
9593         (FUNCTION_FIRST_USER_PARMTYPE, FUNCTION_FIRST_USER_PARM): New macros.
9594         * decl.c (duplicate_decls): Only copy the operator code if
9595         appropriate.
9596         (start_function): Set current_vtt_parm.
9597         (lang_mark_tree): Don't mark vtt_parm.
9598         * decl2.c (maybe_retrofit_in_chrg): Do add the VTT parm to
9599         DECL_ARGUMENTS.  Set DECL_HAS_VTT_PARM_P.
9600         * class.c (build_clone): Maybe remove the VTT parm.
9601         * optimize.c (maybe_clone_body): Set up the VTT parm.
9602         * pt.c (copy_default_args_to_explicit_spec): Preserve the VTT parm.
9603         * call.c (build_over_call): Just allow the VTT arg.
9604         * method.c (make_thunk): Don't set DECL_VTT_PARM.
9605         (do_build_copy_constructor): Use FUNCTION_FIRST_USER_PARM.
9606         (synthesize_method): Use FUNCTION_FIRST_USER_PARMTYPE.
9607         * decl.c (grokdeclarator, copy_args_p, grok_ctor_properties): Likewise.
9608         * error.c (dump_function_decl): Likewise.
9609         * call.c (build_user_type_conversion_1, convert_like_real): Abort
9610         if we try to call a constructor with in-charge or VTT parms.
9611         * method.c (skip_artificial_parms_for): New fn.
9612         * call.c (add_function_candidate, build_over_call): Call it.
9613         * call.c (build_new_method_call): Use current_vtt_parm.
9614         * init.c (expand_virtual_init): Likewise.
9615         * class.c (same_signature_p): No longer static.
9616         * cp-tree.h: Declare it.
9617         * search.c (look_for_overrides_r): Use it.
9618
9619 2001-02-17  Mark Mitchell  <mark@codesourcery.com>
9620
9621         * cp-tree.h (new_abi_rtti_p): Remove.
9622         (name_mangling_version): Likewise.
9623         (flag_do_squangling): Likewise.
9624         * class.c (build_rtti_vtbl_entries): Remove old ABI support.
9625         * decl.c (grokfndecl): Likewise.
9626         * decl2.c (name_mangling_version): Remove.
9627         (flag_do_squangling): Likewise.
9628         (lang_f_options): Remove `squangle'.
9629         (unsupported_options): Add `squangle'.
9630         (cxx_decode_option): Issue a warning about uses of
9631         -fname-mangling-version.
9632         (finish_file): Remove old ABI support.
9633         * pt.c (check_explicit_specialization): Likewise.
9634         (tsubst_decl): Likewise.
9635         * rtti.c (init_rtti_processing): Likewise.
9636         (build_headof): Likewise.
9637         (get_tinfo_decl_dynamic): Likewise.
9638         (tinfo_from_decl): Likewise.
9639         (build_dynamic_cast_1): Likewise.
9640         (synthesize_tinfo_var): Likewise.
9641         * init.c (build_new): Allow enumeration types for the array-bounds
9642         in a direct-new-declarator.
9643
9644         * semantics.c (finish_typeof): Resolve OFFSET_REFs.
9645
9646         * pt.c (check_explicit_specialization): Copy TREE_PRIVATE and
9647         TREE_PROTECTED from the template being specialized.
9648
9649 2001-02-17  Jason Merrill  <jason@redhat.com>
9650
9651         * decl2.c (build_artificial_parm): Set TREE_READONLY.
9652
9653         * decl.c (bad_specifiers): Allow throw specs on things with
9654         pointer-to-function or -member-function type.
9655         * init.c (build_default_init): Don't use a CONSTRUCTOR to initialize
9656         a pmf.
9657
9658 2001-02-17  Mark Mitchell  <mark@codesourcery.com>
9659
9660         * call.c (check_dtor_name): Handle template names correctly.
9661
9662 2001-02-16  Jason Merrill  <jason@redhat.com>
9663
9664         * cp-tree.h (DECL_USE_VTT_PARM): Remove.
9665         * decl2.c (maybe_retrofit_in_chrg): Don't create it.
9666         * optimize.c (maybe_clone_body): Don't substitute it.
9667         * call.c (build_new_method_call): Check in_chrg instead.
9668         * init.c (expand_virtual_init): Likewise.
9669
9670 2001-02-16  Gabriel Dos Reis  <gdr@codesourcery.com>
9671
9672         * decl.c (check_tag_decl): Make sure a typedef for an anonymous
9673         class-type introduces at least a type-name.
9674
9675 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
9676
9677         * call.c (convert_like_real): Create a temporary for non-lvalue.
9678
9679 2001-02-16  Jeffrey Oldham  <oldham@codesourcery.com>
9680
9681         * cp-tree.h: Fix typos in comments.
9682
9683 2001-02-16  Jason Merrill  <jason@redhat.com>
9684
9685         * optimize.c (remap_block): If we're compiling a clone, pass the
9686         new block to insert_block.
9687
9688 2001-02-16  Mark Mitchell  <mark@codesourcery.com>
9689
9690         * semantics.c (finish_asm_stmt): Robustify.
9691
9692 2001-02-15  Mark Mitchell  <mark@codesourcery.com>
9693
9694         * pt.c (push_template_decl_real): Don't remangle the name of a
9695         class template.
9696
9697 2001-02-15  Jim Meyering  <meyering@lucent.com>
9698
9699         * Make-lang.in (c++.install-common): Depend on installdirs.
9700         (c++.install-info): Likewise.
9701         (c++.install-man): Likewise.
9702
9703 2001-02-15  Mark Mitchell  <mark@codesourcery.com>
9704
9705         * typeck2.c (build_m_component_ref): Robustify.
9706
9707 2001-02-15  Alexandre Oliva  <aoliva@redhat.com>
9708
9709         * friend.c (do_friend): Don't take the nested [template] class
9710         into account when deciding whether to warn about the friend
9711         function not referring to a template function.
9712
9713 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
9714
9715         * typeck.c (build_unary_op): Clarify error message.
9716
9717 2001-02-08  Aldy Hernandez  <aldyh@redhat.com>
9718
9719         * parse.y (component_constructor_declarator): allow optional
9720         parentheses around constructor class name.
9721
9722 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
9723
9724         * cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c
9725         section.
9726         * init.c (emit_base_init): Remove incorrect comment about
9727         virtual bases.
9728         * method.c (make_thunk): Fix comment alignment.
9729
9730 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
9731
9732         Kill remnants of this is variable.
9733         * cp-tree.h (flag_this_is_variable): Remove.
9734         * decl2.c (flag_this_is_variable): Remove.
9735         * class.c (fixed_type_or_null): Add cdtor parm. Adjust.
9736         (build_vbase_path): The path is non-static, even in a cdtor.
9737         (resolves_to_fixed_type_p): Add additional return value.
9738         * search.c (init_vbase_pointers): Adjust.
9739         * tree.c (lvalue_p_1): Adjust.
9740         * typeck.c (mark_addressable): Adjust.
9741
9742 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
9743
9744         * pt.c (unify): Don't check cv quals of array types.
9745
9746 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
9747
9748         * tree.c (cp_build_qualified_type_real): Use CP_TYPE_QUALS to
9749         check whether we already have the type.
9750
9751 2001-02-13  Mark Mitchell  <mark@codesourcery.com>
9752
9753         * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
9754         * call.c (build_op_delete_call): Simplify to remove duplicate
9755         code.
9756         * class.c (clone_function_decl): Don't build the deleting variant
9757         of a non-virtual destructor.
9758         * decl.c (finish_destructor_body): Don't call delete if this is a
9759         non-virtual destructor.
9760         * init.c (build_delete): Explicitly call `operator delete' when
9761         deleting an object with a non-virtual destructor.
9762
9763 2001-02-13  Jason Merrill  <jason@redhat.com>
9764
9765         * lang-specs.h: Add more __EXCEPTIONS.
9766
9767 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
9768
9769         * typeck2.c (process_init_constructor): Check
9770         TREE_HAS_CONSTRUCTOR before issuing missing init warning.
9771
9772 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
9773
9774         * pt.c (maybe_adjust_types_for_deduction, DEDUCE_ORDER case):
9775         Remove spurious information in comment. Allow further
9776         adjustments of REFERENCE_TYPE args.
9777
9778 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
9779
9780         * errfn.c (cp_deprecated): Tweak diagnostic text.
9781         * parse.y (new_initializer): Deprecate initializer lists
9782         extension.
9783
9784 2001-02-12  Mark Mitchell  <mark@codesourcery.com>
9785
9786         Remove old ABI support.
9787
9788 2001-02-11  Mark Mitchell  <mark@codesourcery.com>
9789
9790         * decl2.c (flag_vtable_thunks): Always set it to 1.
9791         (flag_new_abi): Likewise.
9792         * lang-specs.h: Remove conditional on ENABLE_NEW_GXX_ABI.
9793
9794         * Makefile.in (g++spec.o): Fix typo.
9795
9796 2001-02-09  Jason Merrill  <jason@redhat.com>
9797
9798         * lang-specs.h: Restore definition of __EXCEPTIONS.
9799
9800 2001-02-08  Jason Merrill  <jason@redhat.com>
9801
9802         * search.c (shared_member_p): New function.
9803         (lookup_field_r): Use it.
9804         * cp-tree.h (SHARED_MEMBER_P): Remove.
9805
9806         * method.c (process_overload_item): Handle template-dependent array
9807         bounds.
9808         * pt.c (type_unification_real): If we end up with undeduced nontype
9809         parms, try again.
9810
9811         * decl.c (lookup_name_real): Tweak warning to refer to decls, not
9812         types.
9813
9814         * typeck2.c (friendly_abort): Don't say anything if we have
9815         earlier errors or sorries.
9816
9817         * decl.c (check_tag_decl): Notice attempts to redefine bool and
9818         wchar_t.  Ignore if in_system_header.
9819
9820         * decl.c (maybe_push_cleanup_level): New fn...
9821         (start_decl_1): ...split out from here.
9822         * cvt.c (build_up_reference): Use it.
9823         * cp-tree.h: Declare it.
9824
9825 2001-02-07  Mark Mitchell  <mark@codesourcery.com>
9826
9827         * lang-specs.h: Use CPLUSPLUS_CPP_SPEC for the preprocessor
9828         spec.
9829
9830 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
9831
9832         * pt.c (lookup_template_class): Make sure it's a primary
9833         template or template_template_parm when called from the parser.
9834         (instantiate_template_class): Add assertion.
9835
9836 2001-02-05  Alexandre Oliva  <aoliva@redhat.com>
9837
9838         * method.c (build_mangled_name) [old abi]: Protect flush_repeats()
9839         from error_mark_node.
9840
9841 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
9842
9843         Fix specification and implementation bugs in V3 ABI
9844         construction vtables.
9845         * cp-tree.h (flag_dump_class_layout): New flag.
9846         (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH_P): Remove.
9847         (BINFO_LOST_PRIMARY_P): New flag.
9848         (SET_BINFO_NEW_VTABLE_MARKED): Adjust asserts.
9849         (BINFO_PRIMARY_MARKED_P): Rename to ...
9850         (BINFO_PRIMARY_P): ... here.
9851         (binfo_via_virtual): New prototype.
9852         * decl2.c (flag_dump_class_layout): New flag.
9853         (cxx_decode_option): Set it. Adjust -fdump-translation-unit to
9854         use `=' as a file name separator.
9855         * init.c (dfs_initialize_vtbl_ptrs): Walk into virtual primary
9856         bases.
9857         (build_vtbl_address): If this is a virtual primary base, then
9858         get the vtbl of what it is ultimately primary for.
9859         * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Adjust
9860         for BINFO_PRIMARY_P.
9861         (dfs_skip_nonprimary_vbases_markedp): Likewise.
9862         (get_shared_vbase_if_not_primary): Likewise.
9863         (dfs_get_pure_virtuals): Likewise.
9864         (expand_upcast_fixups): Likewise.
9865         (fixup_virtual_upcast_offsets): Likewise.
9866         (dfs_find_vbase_instance): Likewise.
9867         (find_vbase_instance): Likewise.
9868         (binfo_from_vbase): Adjust comment to reflect reality.
9869         (binfo_via_virtual): New function.
9870         * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): New macros
9871         for binfo walking during VTT construction.
9872         (dfs_mark_primary_bases): Remove.
9873         (force_canonical_binfo_r): New function.
9874         (force_canonical_binfo): New function.
9875         (mark_primary_virtual_base): New function.
9876         (mark_primary_bases): Walk in inheritance graph order, use
9877         mark_primary_virtual_base.
9878         (determine_primary_base): Use some more intermediate variables.
9879         (dfs_find_final_overrider): Don't check for overriding along a
9880         virtual path.
9881         (dfs_modify_vtables): Walk into primary virtual bases too.
9882         (walk_subobject_offsets): Adjust for BINFO_PRIMARY_P.
9883         (build_base_fields): Likewise.
9884         (dfs_set_offset_for_unshared_vbases): Likewise.
9885         (layout_virtual_bases): Likewise.
9886         (end_of_class): Likewise.
9887         (finish_struct_1): Call dump_class_hierarchy, if requested.
9888         (dfs_get_primary_binfo): Use BINFO_TYPE for binfos.
9889         (dump_class_hierarchy_r): Add stream parameter. Emit more information.
9890         (dump_class_hierarchy): Add file parameter. Append to file, if
9891         required.
9892         (finish_vtbls): Adjust accumulate_vtbl_inits call.
9893         Use canonical base for virtual bases.
9894         (build_vtt): Add more comments. Adjust build_vtt_inits call.
9895         (build_vtt_inits): Remove VIRTUAL_VTTS_P parm.
9896         Only set BINFO_VPTR_INDEX on top level. Use VTT_TOP_LEVEL_P,
9897         VTT_MARKED_BINFO_P for binfo walking. Use canonical vbase for
9898         virtual VTTs.
9899         (dfs_build_secondary_vptr_vtt_inits): Extract VTT_TOP_LEVEL_P
9900         from DATA.  We want virtual primary bases and all bases via virtual.
9901         Only set BINFO_VPTR_INDEX for top level. Look up from a primary
9902         virtual base when not a construction vtable.
9903         (dfs_ctor_vtable_bases_queue_p): New DFS predicate.
9904         (build_ctor_vtbl_group): Adjust accumulate_vtbl_inits call.
9905         Use canonical bases when processing virtual bases.
9906         (accumulate_vtbl_inits): We're interested in any base via a
9907         virtual path.
9908         (dfs_accumulate_vtbl_inits): If this is a primary virtual base
9909         within a construction vtable, determine what is being overridden.
9910         (build_vtbl_initializer): Add more comments
9911         (add_vcall_offset_vtbl_entries_1): Adjust comment.
9912         (build_rtti_vtbl_entries): Check if the base has lost its
9913         primary.
9914
9915 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9916
9917         * Makefile.in (g++spec.o): Adjust use of DRIVER_DEFINES.
9918
9919 Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9920
9921         * decl.c (pushdecl): Call abort instead of fatal.
9922         * except.c (decl_is_java_type): Call fatal_error instead of fatal.
9923         * init.c (build_new_1): Likewise.
9924         (build_java_class_ref): Call internal_error and fatal_error, not fatal.
9925         * decl.c (build_typename_type): hash_table_init now returns void.
9926         decl.c (init_decl_processing): Make an error non-fatal.
9927
9928 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9929
9930         * cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.
9931         Document.
9932         (CLASSTYPE_INTERFACE_KNOWN): Likewise.
9933         (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
9934         (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
9935         (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
9936         * decl.c (maybe_commonize_var): Use the new name-mangling where
9937         appropriate.
9938         * decl2.c (comdat_linkage): Enhance comments.  Make all
9939         compiler-generated things static, if COMDAT is not available.
9940         (get_tinfo_decl): Do not make typeinfo objects that belong in the
9941         library COMDAT.
9942         (tinfo_base_init): Use the correct mangled name for typeinfo
9943         strings, and push them into the global scope.
9944         (typeinfo_in_lib_p): New function.
9945         (synthesize_tinfo_var): Use it.
9946         (create_real_tinfo_var): Likewise.
9947
9948 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
9949
9950         * decl.c (push_class_binding): Use context_for_name_lookup instead
9951         of CP_DECL_CONTEXT.
9952         * search.c (context_for_name_lookup): Remove static.  Check for NULL
9953         context in the loop.
9954         * cp-tree.h (context_for_name_lookup): Add prototype.
9955
9956 2001-02-02  Jakub Jelinek  <jakub@redhat.com>
9957
9958         * cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.
9959         * tree.c (build_expr_ptr_wrapper, can_free, permanent_obstack):
9960         Remove.
9961         * call.c (convert_class_to_reference, build_user_type_conversion_1,
9962         add_warning): Change build_expr_ptr_wrapper to build_ptr_wrapper.
9963
9964 2001-02-02  Mark Mitchell  <mark@codesourcery.com>
9965
9966         * Make-lang.in (g++spec.o): Add DRIVER_DEFINES to the list
9967         of macros used when compiling g++spec.c.
9968         * g++spec.c (lang_specific_driver): Link with the shared
9969         libgcc by default.
9970
9971 2001-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
9972
9973         * decl2.c (build_expr_from_tree), lex.c (make_pointer_declarator,
9974         make_reference_declarator, make_call_declarator), method.c
9975         (implicitly_declare_fn), parse.y (namespace_using_decl,
9976         notype_unqualified_id, expr_or_declarator, new_type_id,
9977         after_type_declarator, direct_after_type_declarator,
9978         notype_declarator, complex_notype_declarator,
9979         complex_direct_notype_declarator, qualified_id,
9980         notype_qualified_id, overqualified_id, direct_new_declarator,
9981         absdcl, direct_abstract_declarator, conversion_declarator), pt.c
9982         (tsubst), semantics.c (begin_constructor_declarator): Use build_nt
9983         instead of build_parse_node.
9984
9985 2001-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9986
9987         * cp-tree.h (cp_tree_index): Delete CPTI_MINUS_ONE.
9988         (minus_one_node): Moved to top level gcc directory.  Renamed
9989         to integer_minus_one_node.
9990
9991         * init.c (init_init_processing): Don't set minus_one_node.
9992         (build_vec_init): Use integer_minus_one_node.
9993
9994         * rtti.c (get_tinfo_decl_dynamic): Likewise.
9995
9996 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
9997
9998         * optimize.c (copy_body_r): If MODIFY_EXPR has both arguments
9999         identical and they would be replaced with constant, remove
10000         MODIFY_EXPR from the tree.
10001
10002 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10003
10004         * Make-lang.in: Remove all dependencies on defaults.h.
10005         * call.c: Don't include defaults.h.
10006         * decl.c: Likewise.
10007         * decl2.c: Likewise.
10008         * except.c: Likewise.
10009         * pt.c: Likewise.
10010         * rtti.c: Likewise.
10011         * tree.c: Likewise.
10012         * typeck.c: Likewise.
10013
10014 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
10015
10016         * mangle.c (write_mangled_name, write_encoding): Mangle overloaded
10017         operators even in "C" linkage.
10018         * method.c (set_mangled_name_for_decl): Likewise.
10019         * decl.c (grokfndecl): Call set_mangled_name_for_decl even for
10020         overloaded operators in "C" linkage.
10021
10022 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
10023
10024         * pt.c (tsubst_decl): Remove IN_DECL parameter.
10025         (tsubst_arg_types): Check parameter is not void.
10026         (tsubst): Adjust tsubst_decl call.
10027
10028 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
10029
10030         * call.c (add_builtin_candidate): Quote std properly, from
10031         previous change.
10032
10033 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10034
10035         * pt.c (check_explicit_specialization): Clone constructors and
10036         destructors.
10037
10038 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
10039
10040         * decl.c (grokdeclarator): Don't presume DECL_LANG_SPECIFIC
10041         indicates anything special about template depth. Make sure we
10042         only count the user visible template classes.
10043
10044 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
10045
10046         * call.c (build_conv): Typo in comment.
10047         (add_builtin_candidate): Add more explanation.
10048         Remove extra test for ENUMERAL_TYPE in {PRE,POST}INCREMENT_EXPR.
10049         Allow ENUMERAL_TYPEs for relops and eqops. Add both candidates
10050         when we have enumeral types.
10051         (add_builtin_candidates): Add more explanation. Add ENUMERAL_TYPE
10052         candidates for relops and eqops.
10053         (joust): Simplify control flow. Allow a non-template user
10054         function to hide a builtin.
10055
10056 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
10057
10058         * cp-tree.h (unification_kind_t): Add DEDUCE_ORDER.
10059         (more_specialized): Add deduction parameter.
10060         * call.c (joust): Adjust more_specialized call.
10061         * pt.c (UNIFY_ALLOW_OUTER_MORE_CV_QUAL,
10062         UNIFY_ALLOW_OUTER_LESS_CV_QUAL): New unify flags.
10063         (get_bindings_order): Remove.
10064         (get_bindings_real): Add DEDUCE parameter.
10065         (maybe_adjust_types_for_deduction): Return extra unify flags. Do
10066         REFERENCE_TYPE jig for DEDUCE_ORDER.
10067         (type_unification_real): Deal with DEDUCE_ORDER. Use result of
10068         maybe_adjust_types_for_deduction.
10069         (more_specialized): Add DEDUCE parameter. Call get_bindings_real
10070         directly.
10071         (try_one_overload): Use result of maybe_adjust_types_for_deduction.
10072         (check_cv_quals_for_unify): Use new unify qualifier flags.
10073         (unify): Clear new unify qualifier flags.
10074         (get_bindings_real): Add DEDUCE parameter.
10075         (get_bindings): Adjust call to get_bindings_real.
10076         (get_bindings_overload): Likewise.
10077         (most_specialized_instantiation): Adjust call to
10078         more_specialized.
10079
10080 2001-01-19  Jason Merrill  <jason@redhat.com>
10081
10082         * decl2.c (flag_vtable_thunks): Also depend on ENABLE_NEW_GXX_ABI.
10083
10084         * decl.c (init_decl_processing): Just force -fvtable-thunks on if
10085         -fnew-abi.
10086
10087 2001-01-19  Ute Pelkmann  <scope.muc@t-online.de>
10088
10089         * decl2.c (arg_assoc_class): Fix double iteration logic.
10090
10091 2001-01-19  Jason Merrill  <jason@redhat.com>
10092
10093         * init.c (build_delete): Always call convert_force to strip cv-quals.
10094
10095         * decl2.c (flag_new_abi): Depend on ENABLE_NEW_GXX_ABI.
10096         * lang-specs.h: Default ABI depends on ENABLE_NEW_GXX_ABI.
10097         * g++spec.c: Don't look at ENABLE_NEW_GXX_ABI.
10098
10099 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10100
10101         * search.c (get_vbase_1): Count only virtual bases.
10102
10103 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10104
10105         * class.c (duplicate_tag_error): Robustify flag clearing.
10106
10107 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10108
10109         * cp-tree.h (lookup_template_class): Add complain parm.
10110         * decl.c (lookup_namespace_name): Adjust call to
10111         lookup_template_class.
10112         (make_typename_type): Likewise.
10113         * semantics.c (finish_template_type): Likewise.
10114         * pt.c (lookup_template_class): Add complain parm. Adjust.
10115         (tsubst_aggr_type): Pass COMPLAIN down to lookup_template_class.
10116         (tsubst): Likewise.
10117
10118 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10119
10120         * pt.c (copy_default_args_to_explicit_spec): Preserve
10121         object's CV quals. Reorganize.
10122
10123 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10124
10125         * typeck.c (build_modify_expr): Say `initialization' for
10126         INIT_EXPRs.
10127         * init.c (build_default_init): Convert to enumeral type, if
10128         needed.
10129
10130 2001-01-18  Jakub Jelinek  <jakub@redhat.com>
10131
10132         * parse.y (nomods_initdcl0): Properly set things up for
10133         initdcl0_innards.
10134
10135 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10136
10137         * pt.c (UNIFY_ALLOW_OUTER_LEVEL): New unify flag.
10138         (type_unification_real): Set it.
10139         (unify): Use it.
10140
10141 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10142
10143         * decl.c (finish_destructor_body): Convert to vbase pointer here.
10144
10145 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10146
10147         * semantics.c (begin_class_definition): Check we're not inside a
10148         template parm list.
10149
10150 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10151
10152         * tree.c (walk_tree, TREE_LIST): Don't walk the TREE_PURPOSE of
10153         BASELINK_P.
10154
10155 2001-01-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10156
10157         * typeck.c (build_function_call_real): Call fold on the CALL_EXPR.
10158         * call.c (build_over_call): Add comment.
10159
10160 2001-01-16 Daniel Berlin <dberlin@redhat.com>
10161
10162         * cvt.c (ocp_convert): Handle vector type conversion
10163         * typeck2.c (digest_init): Handle vector type initializations
10164
10165 2001-01-16  Phil Edwards  <pme@sources.redhat.com>
10166
10167         * g++spec.c:  Don't add libraries needlessly if -fsyntax-only
10168           was given.
10169
10170 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
10171
10172         * pt.c (check_nontype_parm): Rename to ...
10173         (invalid_nontype_parm_type_p): ... here.
10174         (process_template_parm): Adjust.
10175         (convert_template_argument): Adjust.
10176
10177 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
10178
10179         * pt.c (check_nontype_parm): New function.
10180         (process_template_parm): Use it.
10181         (convert_template_argument): Use it.
10182         (convert_nontype_argument, RECORD_TYPE): Assert it's a ptr to
10183         member.
10184
10185 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
10186
10187         * tree.c: Add defaults.h
10188         (cp_valid_lang_attribute): Incorporate SUPPORTS_INIT_PRIORITY.
10189         * Make-lang.in (cp/tree.o): Add defaults.h.
10190
10191 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10192
10193         * Make-lang.in (CXX_C_OBJS): Add c-format.o.
10194
10195 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10196
10197         * g++.1: Change to be ".so man1/gcc.1".
10198
10199 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10200
10201         * Make-lang.in (c++.info, c++.install-info): Build and install g++
10202         internals info.
10203         (c++.uninstall, c++.maintainer-clean): Remove g++ internals info.
10204         ($(srcdir)/cp/g++int.info): New target.
10205         * gxxint.texi: Add info directory entry.  Use @@ in email address.
10206         * .cvsignore: Update.
10207
10208 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
10209
10210         * typeck.c (build_c_cast): Do template processing earlier.
10211         Always pedwarn on array casts.
10212
10213 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
10214
10215         * friend.c (make_friend_class): Make sure a templated class is
10216         actually a template.
10217
10218 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10219
10220         * decl2.c (get_guard): Set linkage from guarded decl.
10221
10222 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10223
10224         * call.c (convert_default_arg): Check for unprocessed
10225         DEFAULT_ARG.
10226         * cp-tree.h (replace_defarg): Move to spew.c.
10227         (maybe_snarf_defarg, add_defarg_fn, do_pending_defargs): Move to
10228         spew.c, which is where they really are.
10229         (done_pending_defargs): Declare.
10230         (unprocessed_defarg_fn): Declare.
10231         * decl.c (replace_defarg): Move to spew.c
10232         * parse.y (structsp): Call done_pending_defargs.
10233         * spew.c (defarg_fns): Rearrange list structure.
10234         (defarg_fnsdone): New static variable.
10235         (defarg_depfns): New static variable.
10236         (init_spew): Adjust.
10237         (add_defarg_fn): Store the type in TREE_TYPE.
10238         (do_pending_defargs): Detect and deal with ordering constraints
10239         and circularity.
10240         (done_pending_defargs): New function.
10241         (unprocessed_defarg_fn): New function.
10242         (replace_defarg): Moved from decl.c. Robustify. Don't save
10243         if circularity detected.
10244
10245 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10246
10247         * pt.c (unify): Check array has a domain, before checking
10248         whether it is variable sized.
10249
10250 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10251
10252         * decl.c (grokparms): Unobfuscate and get correct diagnostic for
10253         parameters with pointers to arrays of unknown bound.
10254
10255 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10256
10257         * parse.y (template_parm_header, template_spec_header): New
10258         reductions. Split out from ...
10259         (template_header): ... here. Use them.
10260         (template_template_parm): Use template_parm_header.
10261         * semantics.c (finish_template_template_parm): Add assert.
10262
10263 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
10264
10265         * mangle.c (write_builtin_type): Fix thinko.
10266
10267         * pt.c (copy_default_args_to_explicit_spec_1): New function.
10268         (copy_default_args_to_explicit_spec): Likewise.
10269         (check_explicit_specialization): Use it.
10270
10271         * class.c (finish_struct_1):  Remove last argument in call to
10272         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
10273         * decl.c (builtin_function): Likewise.
10274         (build_cp_library_fn): Likewise.
10275         (check_initializer): Likewise.
10276         (make_rtl_for_nonlocal_decl): Likewise.
10277         (cp_finish_decl): Likewise.
10278         (start_function): Likewise.
10279         * decl2.c (finish_anon_union): Likewise.
10280         * friend.c (do_friend): Likewise.
10281         * init.c (build_java_class_ref): Likewise.
10282         * method.c (make_thunk): Likewise.
10283         * pt.c (tsubst_friend_function): Likewise.
10284         * semantics.c (expand_body): Likewise.
10285
10286 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
10287
10288         * cp-tree.h (DECL_CLONED_FUNCTION_P): Avoid wild reads by not
10289         looking at DECL_CLONED_FUNCTION for non-functions.
10290
10291 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10292
10293         * error.c (dump_template_parameter): Use parm to determine how
10294         to print default value.
10295
10296 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10297
10298         * class.c (duplicate_tag_error): Clear more flags.
10299
10300 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10301
10302         * call.c (build_new_method_call): Use binfo_for_vbase.
10303
10304 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
10305
10306         * cp-tree.h (flag_cond_mismatch): Don't declare.
10307         * decl2.c (flag_cond_mismatch): Don't define.
10308         (lang_f_options): Remove cond-mismatch.
10309         (unsupported_options): Add cond-mismatch.
10310
10311 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
10312
10313         * class.c (handle_using_decl): Reject using of constructor name
10314         of sourcing class. Allow injecting of a method with same name as
10315         nested class. Fixup error messages.
10316
10317 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10318
10319         * decl2.c (lang_decode_option): Handle -Wformat=2.
10320
10321 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10322
10323         * cp-tree.h (lang_decl_flags): Rename defined_in_class to
10324         initialized_in_class.
10325         (DECL_DEFINED_IN_CLASS_P): Rename to ...
10326         (DECL_INITIALIZED_IN_CLASS_P): ... here, to reflect true meaning.
10327         * decl.c (duplicate_decls): Preseve DECL_INITIALIZED_IN_CLASS_P.
10328         (cp_finish_decl): Adjust for DECL_INITIALIZED_IN_CLASS_P.
10329         * pt.c (check_default_tmpl_args): Adjust for
10330         DECL_INITIALIZED_IN_CLASS_P.
10331         (instantiate_class_template): Likewise.
10332         (instantiate_decl): Check DECL_INITIALIZED_IN_CLASS_P.
10333
10334         * class.c (finish_struct): Constify saved_filename.
10335
10336 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10337
10338         * class.c (duplicate_tag_error): Adjust diagnostic.
10339         (finish_struct): Locally set location to start of struct.
10340         * decl.c (fixup_anonymous_aggr): Use cp_error_at.
10341
10342 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10343
10344         * decl.c (struct binding_level): Adjust class_shadowed comments
10345         to reflect reality.
10346         (push_class_level_binding): Adjust comments to reflect reality.
10347         Set IDENTIFIER_CLASS_VALUE when replacing an existing binding.
10348         Don't set TREE_VALUE on the class_shadowed list.
10349
10350 2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10351
10352         * decl2.c (acceptable_java_type): Allow references too.
10353         * init.c (build_java_class_ref): When using the new ABI, search
10354         `class$' and have it mangled with `mangle_decl.'
10355         * mangle.c (write_java_integer_type_codes): New function.
10356         (write_builtin_type): Detect and mangle Java integer and real
10357         types.
10358
10359 2001-01-07  Mark Mitchell  <mark@codesourcery.com>
10360
10361         * decl2.c (grokfield): Don't accept `asm' specifiers for
10362         non-static data members.
10363
10364 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10365
10366         * expr.c (cplus_expand_expr): Don't reset `target'.
10367
10368 2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
10369
10370         * cp/decl2.c (cxx_post_options): Call cpp_post_options.
10371
10372 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
10373
10374         * parse.y (template_datadef): Check for error_mark_node.
10375
10376 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
10377
10378         * cp-tree.def (DEFAULT_ARG): Make `x' class.
10379
10380 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10381
10382         * decl.c (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Don't define.
10383         (record_builtin_type): Make non-static.
10384         (flag_short_double): Don't declare.
10385         (init_decl_processing): Remove the creation of many tree nodes now
10386         in c_common_nodes_and_builtins.
10387         (build_void_list_node): New function.
10388         * decl2.c (flag_short_double, flag_short_wchar): Don't define.
10389         * cp-tree.h (flag_short_wchar): Don't declare.
10390
10391 2001-01-04  Mark Mitchell  <mark@codesourcery.com>
10392
10393         * call.c (build_conv): Don't use build1 for USER_CONV.
10394         * pt.c (tsubst_copy): Or for PREINCREMENT_EXPR and similar nodes.
10395
10396 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
10397
10398         * lex.c (lang_init): Call c_common_lang_init.
10399
10400 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
10401
10402         * search.c (lookup_fnfields_here): Remove.
10403         (look_for_overrides_r): Use lookup_fnfields_1.
10404         Ignore functions from using declarations.
10405
10406 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
10407
10408         Implement exceptions specifiers for implicit member functions.
10409         * cp-tree.h (merge_exceptions_specifiers): Declare new function.
10410         * method.c (synthesize_exception_spec): New function.
10411         (locate_dtor, locate_ctor, locate_copy): New functions.
10412         (implicitly_declare_fn): Generate the exception spec too.
10413         * search.c (check_final_overrider): Check artificial functions
10414         too.
10415         * typeck2.c (merge_exception_specifiers): New function.
10416
10417 2001-01-03  Jason Merrill  <jason@redhat.com>
10418
10419         * init.c (build_default_init): New fn.
10420         (perform_member_init): Split out from here.
10421         (build_new_1): Use it.  Simplify initialization logic.
10422         (build_vec_init): Take an array, rather than a pointer and maxindex.
10423         Speed up simple initializations.  Don't clean up if we're assigning.
10424         * cp-tree.h: Adjust.
10425         * decl2.c (do_static_initialization): Remove TREE_VEC case.
10426         * parse.y (new_initializer): Return void_zero_node for ().
10427         * typeck.c (build_modify_expr): Handle getting a CONSTRUCTOR.
10428         * typeck2.c (digest_init): Only complain about user-written
10429         CONSTRUCTORs.
10430
10431 2000-12-22  Mike Stump  <mrs@wrs.com>
10432
10433         * decl2.c: (max_tinst_depth): Increase to 50.
10434
10435 2001-01-02  Mark Mitchell  <mark@codesourcery.com>
10436
10437         * class.c (invalidate_class_lookup_cache): Zero the
10438         previous_class_values.
10439         * cp-tree.h (TMPL_PARMS_DEPTH): Use TREE_INT_CST_LOW, not
10440         TREE_INT_CST_HIGH.
10441         (CLASSTYPE_TEMPLATE_LEVEL): Likewise.
10442         * decl.c (free_bindings): New variable.
10443         (push_binding): Don't create a new binding if we have one on the
10444         free list.
10445         (pop_binding): Put old bindings on the free list.
10446         (init_decl_processing): Use size_int, not build_int_2.
10447         Register free_bindings as a GC root.
10448         (cp_make_fname_decl): Use size_int, not build_int_2.
10449         (push_inline_template_parms_recursive): Likewise.
10450         (end_template_parm_list): Likewise.
10451         (for_each_template_parm): Do not use walk_tree_without_duplicates.
10452         (tsubst_template_parms): Use size_int, not build_int_2.
10453         (tsubst): Likewise.
10454         * rtti.c (get_vmi_pseudo_type_info): Likewise.
10455
10456 2001-01-02  Richard Henderson  <rth@redhat.com>
10457
10458         * parse.y (asm): Set ASM_INPUT_P.
10459
10460 2001-01-02  Jason Merrill  <jason@redhat.com>
10461
10462         * tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE
10463         for v3 ABI.
10464
10465         * typeck.c (cp_truthvalue_conversion): New fn.
10466         * cvt.c (ocp_convert): Use it.
10467
10468         * cp-tree.h: Lose c-common.c decls.
10469
10470         * typeck.c (build_unary_op): Restore old &a.f diagnostic code.
10471         * cvt.c (convert_to_void): Use type_unknown_p.
10472
10473         * typeck.c (strip_all_pointer_quals): Also strip quals from
10474         pointer-to-member types.
10475
10476         * Make-lang.in (cp/TAGS): Use --no-globals.  Ignore parse.c, and treat
10477         parse.y as C.
10478
10479         * call.c (build_new_method_call): Do evaluate the object parameter
10480         when accessing a static member.
10481         * typeck.c (build_component_ref): Likewise.
10482
10483 2001-01-02  Andreas Jaeger  <aj@suse.de>
10484
10485         * decl.c (cp_missing_noreturn_ok_p): New.
10486         (init_decl_processing): Set lang_missing_noreturn_ok_p.
10487
10488 2000-12-29  Jakub Jelinek  <jakub@redhat.com>
10489
10490         * decl.c (init_decl_processing): Fix sign of wchar_type_node.
10491
10492 2000-12-29  Mark Mitchell  <mark@codesourcery.com>
10493
10494         * class.c (pushclass): Remove #if 0'd code.
10495         * cp-tree.h (overload_template_name): Remove.
10496         * decl.c (store_bindings): Simplify.
10497         (pop_from_top_level): Likewise.
10498         * pt.c (overload_template_name): Remove.
10499         (instantiate_decl): Don't call push_to_top_level if it's not
10500         needed.
10501
10502 2000-12-28  Mark Mitchell  <mark@codesourcery.com>
10503
10504         * pt.c (register_local_specialization): Don't return a value.
10505         (lookup_template_class): Use move-to-front heuristic when looking
10506         up template instantiations.
10507         (instantiate_decl): Only push_to_top_level when we're actually
10508         going to instantiate the template.
10509
10510 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
10511
10512         * search.c (binfo_for_vtable): Return least derived class, not
10513         most.  Handle secondary vtables.
10514
10515 2000-12-22  Jason Merrill  <jason@redhat.com>
10516
10517         * pt.c (more_specialized): Don't optimize len==0.
10518         (fn_type_unification): If we're adding the return type, increase len.
10519
10520         * typeck.c (build_binary_op): Fix pmf comparison logic.
10521
10522         * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, not
10523         DECL_STATIC_FUNCTION_P.
10524
10525         * semantics.c (genrtl_finish_function): Don't try to jump to
10526         return_label unless it exists.
10527
10528         In partial ordering for a call, ignore parms for which we don't have
10529         a real argument.
10530         * call.c (joust): Pass len to more_specialized.
10531         (add_template_candidate_real): Strip 'this', pass len.
10532         * pt.c (more_specialized): Pass len down.  Lose explicit_args parm.
10533         (get_bindings_order): New fn.  Pass len down.
10534         (get_bindings_real): Strip 'this', pass len.
10535         (fn_type_unification): Likewise.
10536         (type_unification_real): Succeed after checking 'len' args.
10537         (most_specialized_instantiation): Lose explicit_args parm.
10538         * class.c (resolve_address_of_overloaded_function): Strip 'this',
10539         pass len.
10540
10541 2000-12-21  Jason Merrill  <jason@redhat.com>
10542
10543         * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not
10544         DECL_TEMPLATE_RESULT.
10545
10546         * search.c (lookup_field_r): Call lookup_fnfields_1, not
10547         lookup_fnfields_here.
10548
10549         * parse.y (typename_sub2): Return the TYPE_DECL, not the type.
10550
10551         * call.c (build_object_call): Also allow conversions that return
10552         reference to pointer to function.
10553         (add_conv_candidate): Handle totype being ref to ptr to fn.
10554         (build_field_call): Also allow members of type reference to function.
10555         Lose support for calling pointer to METHOD_TYPE fields.
10556
10557         * error.c (dump_expr): Handle *_CAST_EXPR.
10558
10559         * typeck2.c (build_scoped_ref): Always convert to the naming class.
10560
10561         * tree.c (break_out_cleanups): Lose.
10562         * cp-tree.h: Remove prototype.
10563         * typeck.c (build_component_ref): Don't break_out_cleanups.
10564         (build_compound_expr): Likewise.
10565         * semantics.c (finish_expr_stmt): Likewise.
10566
10567 2000-12-20  Richard Henderson  <rth@redhat.com>
10568
10569         * cp-tree.h: Update declarations.
10570         * decl.c (finish_case_label): Return the new stmt node.
10571         * semantics.c (finish_goto_stmt): Likewise.
10572         (finish_expr_stmt, finish_return_stmt): Likewise.
10573         (finish_break_stmt, finish_continue_stmt): Likewise.
10574         (finish_asm_stmt): Likewise.
10575         * parse.y (already_scoped_stmt): Set STMT_LINENO.
10576         (compstmt, implicitly_scoped_stmt, stmt): Likewise.
10577         (simple_if, simple_stmt): Return the new stmt node.
10578         (save_lineno): New.
10579
10580 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10581
10582         * cp-tree.h: Don't declare warn_long_long.
10583
10584 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10585
10586         * tree.c (no_linkage_helper): Use CLASS_TYPE_P instead of
10587         IS_AGGR_TYPE.
10588
10589 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10590
10591         * pt.c (unify): Handle when both ARG and PARM are
10592         BOUND_TEMPLATE_TEMPLATE_PARM.
10593
10594 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10595
10596         * pt.c (reduce_template_parm_level): Set DECL_ARTIFICIAL and
10597         DECL_TEMPLATE_PARM_P.
10598
10599 2000-12-15  Jason Merrill  <jason@redhat.com>
10600
10601         * init.c (build_new_1): Reorganize.  Now with 100% fewer SAVE_EXPRs!
10602
10603         * init.c (build_new_1): Don't strip quals from type.
10604
10605         * decl.c (pushdecl): Don't check for linkage on a non-decl.
10606
10607         * call.c (build_op_delete_call): See through ARRAY_TYPEs.
10608
10609         * call.c (build_new_function_call): Lose space before paren in
10610         error message.
10611         (build_new_method_call): Likewise.
10612
10613         * typeck2.c (build_m_component_ref): Propagate quals from datum.
10614
10615 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10616
10617         * pt.c (check_explicit_specialization): Propagate default
10618         function arguments to explicit specializations.
10619
10620 2000-12-13  DJ Delorie  <dj@redhat.com>
10621
10622         * typeck.c (build_binary_op): Do signed/unsigned warnings for >?
10623         and <? operators.
10624
10625 2000-12-08  Jason Merrill  <jason@redhat.com>
10626
10627         * error.c (dump_function_name): Don't let the user see __comp_ctor.
10628
10629         Clean up copy-initialization in overloading code.
10630         * call.c (build_user_type_conversion_1): Die if we are asked to
10631         convert to the same or a base type.
10632         (implicit_conversion): Avoid doing so.  Lose reference binding code.
10633         (convert_like_real): Treat BASE_CONV and RVALUE_CONV as implicit
10634         direct-initialization.  Also do direct-init part of copy-init.
10635         (build_user_type_conversion): Don't provide context to convert_like.
10636         * cvt.c (ocp_convert): build_user_type_conversion will now provide
10637         the constructor call for copy-init.
10638
10639         * pt.c (tsubst_decl): Call clone_function_decl here if this is an
10640         instantiation of a member template.
10641         (do_decl_instantiation): Not here.
10642
10643 2000-12-07  Nathan Sidwell  <nathan@codesourcery.com>
10644
10645         * class.c (check_field_decls): Don't special case anonymous
10646         fields in error messages.
10647         (note_name_declared_in_class): Use %D on diagnostic.
10648
10649         * tree.c (pod_type_p): Use strip_array_types.
10650         (cp_valid_lang_attribute): Likewise.
10651         * typeck.c (cp_type_quals): Strip arrays separately, to avoid
10652         multiple evaluations.
10653         (cp_has_mutable_p): Use strip_array_types.
10654
10655 2000-12-07  Nathan Sidwell  <nathan@codesourcery.com>
10656
10657         * cp-tree.h (sufficient_parms_p): Declare new function.
10658         * call.c (sufficient_parms_p): New function, broken out of ...
10659         (add_function_candidate): ... here. Use it.
10660         (add_conv_candidate): Use it.
10661         * decl.c (grok_ctor_properties): Use it.
10662
10663 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
10664
10665         * optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT.
10666
10667 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10668
10669         * decl2.c (lang_decode_option): Handle -Wformat-security.
10670
10671 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10672
10673         * pt.c (verify_class_unification): New function.
10674         (get_class_bindings): Use it.
10675         (try_class_unification): Tidy.
10676         (unify): Handle when argument of a template-id is not
10677         template parameter dependent.
10678         (template_args_equal): Handle when TREE_CODE's do not match.
10679
10680 2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
10681
10682         * lang-specs.h (c++): When invoking the stand-alone preprocessor
10683         for -save-temps, pass all relevant -Defines to it, and then don't
10684         pass them to cc1plus.
10685
10686 2000-12-05  Will Cohen  <wcohen@redhat.com>
10687
10688         * decl.c (finish_case_label): Cleared
10689         more_cleanups_ok in surrounding function scopes.
10690         (define_label): Likewise.
10691
10692 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
10693
10694         * cp-tree.h (IDENTIFIER_VIRTUAL_P): Document.
10695         (get_matching_virtual): Remove.
10696         (look_for_overrides): Declare new function.
10697         * decl.c (grokfndecl): Don't set IDENTIFIER_VIRTUAL_P or
10698         DECL_VINDEX here.
10699         * class.c (check_for_override): Move base class iteration code
10700         to look_for_overrides.
10701         * search.c (next_baselink): Remove.
10702         (get_virtuals_named_this): Remove.
10703         (get_virtual_destructor): Remove.
10704         (tree_has_any_destructors_p): Remove.
10705         (struct gvnt_info): Remove.
10706         (check_final_overrider): Remove `virtual' from error messages.
10707         (get_matching_virtuals): Remove. Move functionality to ...
10708         (look_for_overrides): ... here, and ...
10709         (look_for_overrides_r): ... here. Set DECL_VIRTUAL_P, if found
10710         to be overriding.
10711
10712 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
10713
10714         * typeck.c (get_delta_difference): If via a virtual base,
10715         return zero.
10716         * cvt.c (cp_convert_to_pointer): If via a virtual base, do no
10717         adjustment.
10718
10719 2000-12-04  Richard Henderson  <rth@redhat.com>
10720
10721         * error.c (dump_tree): Use output_add_string not OB_PUTS.
10722
10723 2000-12-04  Jason Merrill  <jason@redhat.com>
10724
10725         * mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".
10726         (write_builtin_type): Pass intSI_type_node and the like through
10727         type_for_mode.
10728         * method.c (process_overload_item): Mangle VECTOR_TYPEs with 'o'.
10729         Pass intSI_type_node and the like through type_for_mode.
10730         * decl2.c (arg_assoc_type): Handle VECTOR_TYPE like COMPLEX_TYPE.
10731         * pt.c (tsubst, unify): Likewise.
10732         * tree.c (walk_tree): Likewise.
10733         * error.c (dump_type): Likewise.
10734         (dump_type_prefix, dump_type_suffix): Don't bother with VECTOR_TYPE.
10735
10736         * Make-lang.in: Tweak top comment for emacs.
10737         (cp/TAGS): Restore.
10738
10739         * except.c (expand_throw): Use push_throw_library_fn for _Jv_Throw.
10740
10741         * class.c (clone_function_decl): Robustify.
10742
10743 2000-12-04  Michael Matz  <matzmich@cs.tu-berlin.de>
10744
10745         * decl.c (store_bindings): Only search in the non modified
10746         old_bindings for duplicates.
10747
10748 2000-12-04  Nathan Sidwell  <nathan@codesourcery.com>
10749
10750         * error.c (dump_function_decl): Use DECL_VIRTUAL_P, not
10751         TYPE_POLYMORPHIC_P.
10752
10753         * typeck.c (build_static_cast): Remove unused variable.
10754
10755 2000-12-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10756
10757         * pt.c: Fix typo in comment.
10758
10759 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10760
10761         * decl2.c (warn_format): Remove definition.
10762         (lang_decode_option): Handle -Wformat-nonliteral,
10763         -Wno-format-extra-args and -Wno-format-y2k.  Use set_Wformat.
10764
10765 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10766
10767         * decl.c (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Don't define.
10768         (init_decl_processing): Don't create string_type_node,
10769         const_string_type_node, wint_type_node, intmax_type_node,
10770         uintmax_type_node, default_function_type, ptrdiff_type_node and
10771         unsigned_ptrdiff_type_node.  Adjust position of call to
10772         c_common_nodes_and_builtins.
10773         (identifier_global_value): New function.
10774
10775 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
10776
10777         * call.c (standard_conversion): Reject pointer to member
10778         conversions from ambiguous, inaccessible or virtual bases.
10779         * typeck.c (build_static_cast): Don't check pointers to members
10780         specially.
10781
10782 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
10783
10784         * method.c (do_build_copy_constructor): Preserve cv
10785         qualifications when accessing source object members.
10786         (do_build_assign_ref): Likewise. Remove separate diagnostics for
10787         unnamed fields.
10788
10789 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
10790
10791         * method.c (do_build_assign_ref): Construct appropriately
10792         CV-qualified base reference. Don't allow const casts in base
10793         conversion.
10794
10795 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
10796
10797         * call.c (build_over_call): Use VOID_TYPE_P. Don't die on
10798         incomplete return type.
10799
10800 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
10801
10802         * parse.y (base_class.1): Produce a _TYPE not a _DECL.
10803         * semantics.c (finish_base_specifier): Accept a _TYPE not a
10804         _DECL.
10805
10806 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
10807
10808         * spew.c (yyerror): Cope if yylval.ttype is NULL.
10809
10810 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
10811
10812         * decl.c (grokdeclarator): Diagnose undefined template contexts.
10813
10814 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
10815
10816         * decl.c (grokdeclarator): Do type access control on friend
10817         class.
10818
10819 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
10820
10821         * decl.c (grokfndecl): Undo COMPONENT_REF damage caused by
10822         bison parser ickiness.
10823         * pt.c (tsubst_friend_function): Enter namespace scope when
10824         tsubsting the function name.
10825         * cp-tree.h (DECL_TI_TEMPLATE): Update comment to reflect reality.
10826
10827 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
10828
10829         * cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.
10830         * cvt.c (cp_convert_to_pointer): Add force parameter.
10831         Allow conversions via virtual base if forced.
10832         (convert_to_pointer_force): Adjust call to cp_convert_to_pointer.
10833         (ocp_convert): Likewise.
10834         * search.c (binfo_from_vbase): Return the virtual base's binfo.
10835         * typeck.c (get_delta_difference): Adjust handling of virtual
10836         bases.
10837
10838 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
10839
10840         * tree.c (struct list_hash): Remove.
10841         (list_hash_table): Make it be an htab.
10842         (struct list_proxy): New type.
10843         (list_hash_eq): New function.
10844         (list_hash_pieces): Renamed from ...
10845         (list_hash): ... this.
10846         (list_hash_lookup): Remove.
10847         (list_hash_add): Remove.
10848         (hash_tree_cons): Use the generic hashtable.
10849         (mark_list_hash): Remove.
10850         (init_tree): Create the hashtable.
10851
10852 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10853
10854         * method.c (build_mangled_C9x_name): Rename to
10855         build_mangled_C99_name.  Change C9X references in comments to
10856         refer to C99.
10857
10858 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
10859
10860         * parse.y (unary_expr): Move VA_ARG from here ...
10861         (primary): ... to here.
10862
10863 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
10864
10865         * semantics.c (finish_id_expr): If type is error_mark, return
10866         error_mark.
10867
10868 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
10869
10870         * pt.c (lookup_template_class): Simplify loop exit constructs.
10871         Cope when there is no partial instantiation of a template
10872         template member.
10873
10874 Thu Nov 23 02:16:47 2000  J"orn Rennecke <amylaar@redhat.com>
10875
10876         * Make-lang.in (g++spec.o, cxxmain.o): Depend on $(CONFIG_H).
10877
10878 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
10879
10880         * mangle.c (mangle_conv_op_name_for_type): Don't use `__op'
10881         prefix.
10882
10883         * pt.c (do_decl_instantiate): Explicitly clone constructors and
10884         destructors that haven't already been cloned.
10885
10886 2000-11-20  Richard Henderson  <rth@redhat.com>
10887
10888         * parse.y (yyparse_1): Rename the parser entry point.
10889
10890 2000-11-20  Alex Samuel  <samuel@codesourcery.com>
10891
10892         * mangle.c (write_name): Use <unscoped-name> for names directly in
10893         function scope.
10894         (write_unscoped_name): Accept names directly in function scope.
10895
10896 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
10897
10898         * lex.c (rid_to_yy, RID_EXPORT): Make unique keyword.
10899         * parse.y (extdef): Add EXPORT reduction.
10900         * spew.c (yylex): Don't skip export here.
10901
10902 2000-11-19  Mark Mitchell  <mark@codesourcery.com>
10903
10904         * decl.c (init_decl_processing): Correct name of pure virtual
10905         function under the new ABI.
10906         * rtti.c (throw_bad_cast): Likewise, for bad cast function.
10907         (throw_bad_typeid): Likewise for bad typeid function.
10908
10909 2000-11-18  Mark Mitchell  <mark@codesourcery.com>
10910
10911         * decl.c (grokparms): Don't even function types of `void' type,
10912         either.
10913         * mangle.c (write_type): Don't crash when confronted with the
10914         error_mark_node.
10915
10916         * decl.c (grokparms): Don't create parameters of `void' type.
10917
10918 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
10919
10920         * lex.c (mark_impl_file_chain): Delete.
10921         (init_parse): Remove call to ggc_add_string_root.  No need to
10922         ggc_strdup a string constant.  Do not add impl_file_chain to GC
10923         roots.
10924         (handle_pragma_implementation): No need to ggc_strdup main_filename.
10925
10926 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
10927
10928         * pt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.
10929
10930 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
10931
10932         * cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.
10933         * decl.c (grokdeclarator): Don't reject void parms here.
10934         (require_complete_types_for_parms): Simplify, use
10935         complete_type_or_else.
10936         (grokparms): Remove bitrot. Remove funcdef parm.
10937         Deal with ellipsis parm lists here.
10938         * semantics.c (finish_parmlist): Don't append void_list_node
10939         here. Set PARMLIST_ELLIPSIS_P.
10940
10941 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
10942
10943         * typeck2.c (incomplete_type_error): Reorganize to avoid
10944         excessive diagnostics.
10945
10946 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
10947
10948         * lex.c (struct impl_files, internal_filename): Constify a char *.
10949
10950 2000-11-16  Mark Mitchell  <mark@codesourcery.com>
10951
10952         * mangle.c (write_special_name_constructor): Don't generate
10953         assembler junk when confronted with an old-style constructor.
10954         (write_special_name_destructor): Likewise.
10955         (mangle_decl_string): Do it here instead.
10956
10957 2000-11-16  Nathan Sidwell  <nathan@codesourcery.com>
10958
10959         * call.c (op_error): Make error messages clearer.
10960
10961 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
10962
10963         * decl.c (wrapup_globals_for_namespace): Don't mark things
10964         TREE_ASM_WRITTEN when they're not.
10965
10966 2000-11-15  Jason Merrill  <jason@redhat.com>
10967
10968         * typeck2.c (friendly_abort): Uncount the error before handing
10969         off to fancy_abort.
10970
10971 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
10972
10973         * typeck.c (lookup_anon_field): Cope with qv qualifiers.
10974
10975 2000-11-14  Mark Mitchell  <mark@codesourcery.com>
10976
10977         * class.c (build_vtbl_initializer): Fix typo in comment.
10978         * typeck.c (expr_sizeof): Don't crash on errors.
10979
10980 2000-11-14  Jim Wilson  <wilson@redhat.com>
10981
10982         * lang-specs.h: Add %2 after %(cc1_options).
10983
10984 2000-11-14  Richard Henderson  <rth@redhat.com>
10985
10986         * typeck.c (c_sizeof): Be strict about casting result value
10987         back to c_size_type_node.
10988         (expr_sizeof, c_sizeof_nowarn, c_alignof): Likewise.
10989
10990 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10991
10992         * typeck.c (build_unary_op): Use boolean_increment from
10993         c-common.c, moving the relevant code there.
10994
10995 2000-11-11  Jason Merrill  <jason@redhat.com>
10996
10997         * typeck.c (mark_addressable): Don't call put_var_into_stack.
10998
10999         * decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics
11000         in inlines.
11001
11002 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11003
11004         * decl.c (grokdeclarator, save_function_data): Use memcpy, not bcopy.
11005         * lex.c (copy_lang_decl): Likewise.
11006
11007 2000-11-09  Mark Mitchell  <mark@codesourcery.com>
11008
11009         * dump.c (cp_dump_tree): Don't dump function bodies here.
11010
11011         * Make-lang.in (CXX_C_OBJS): Add c-dump.o.
11012         (dump.o): Update dependency list.
11013         * cp-tree.h (DECL_MAYBE_TEMPLATE): Remove.
11014         (flag_dump_translation_unit): Likewise.
11015         (CP_TYPE_QUALS): Adjust definition.
11016         (DECL_C_BIT_FIELD): Remove.
11017         (SET_DECL_C_BIT_FIELD): Likewise.
11018         (CLEAR_DECL_C_BIT_FIELD): Likewise.
11019         (add_maybe_template): Likewise.
11020         (strip_array_types): Likewise.
11021         (dump_node_to_file): Likewise.
11022         (cp_dump_tree): New function.
11023         * decl.c (init_decl_processing): Set lang_dump_tree.
11024         * decl2.c (flag_dump_translation_unit): Remove.
11025         * dump.c: Move most of it to ../c-dump.c.
11026         (cp_dump_tree): New function.
11027         * pt.c (add_maybe_template): Remove.
11028         * typeck.c (strip_array_types): Likewise.
11029
11030 2000-11-07  Eric Christopher  <echristo@redhat.com>
11031
11032         * decl.c (init_decl_processing): Change definition of
11033         __wchar_t to wchar_t.  Remove artificial declaration of
11034         wchar_t.
11035         * lex.c: Change instances of __wchar_t to wchar_t.
11036
11037 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
11038
11039         * lex.c (do_identifier): Don't lookup_name for operators.
11040         * parse.y (operator): Save looking_for_typename.
11041         (unoperator): Restore it.
11042         * spew.c (frob_opname): Use nth_token for lookahead.
11043
11044 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
11045
11046         * decl.c (grok_op_properties): Always use coerce_new_type and
11047         coerce_delete_type.
11048         * decl2.c (coerce_new_type): Use c_size_type_node. Preserve
11049         exception specification. Tidy up.
11050         (coerce_delete_type): Preserve exception specification. Tidy up.
11051
11052 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11053
11054         * class.c (duplicate_tag_error, build_vtbl_initializer), decl.c
11055         (push_binding_level), error.c (cp_tree_printer), pt.c
11056         (process_partial_specialization, tsubst_template_arg_vector),
11057         search.c (lookup_member): Use memset () instead of bzero ().
11058
11059 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
11060
11061         * decl.c (build_ptrmemfunc_type): Allow error_mark_node.
11062
11063 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
11064
11065         * Make-lang.in (c++.distdir): Remove.
11066
11067 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
11068
11069         * decl2.c (do_nonmember_using_decl): Allow `extern "C"'
11070         declarations from different namespaces to be combined.
11071
11072 2000-11-03  Zack Weinberg  <zack@wolery.stanford.edu>
11073
11074         * decl.c: Include tm_p.h.
11075
11076 2000-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
11077
11078         * tree.c (cp_tree_equal): Use memcmp () instead of bcmp ().
11079
11080 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11081
11082         * dump.c (dequeue_and_dump), lex.c (interface_strcmp), method.c
11083         (build_overload_value), repo.c (open_repo_file), xref.c
11084         (open_xref_file): Use strchr () and strrchr () instead of index ()
11085         and rindex ().
11086
11087 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
11088
11089         * call.c (build_over_call): Call fold on the CALL_EXPR.
11090
11091 2000-11-01  Gabriel Dos Reis  <gdr@codesourcery.com>
11092
11093         * error.c (dump_template_decl): Separate template hearders with
11094         space not comma.
11095
11096 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
11097
11098         * error.c: Move TFF_ macros into cp-tree.h.  Throughout, replace
11099         TS_* flags with corresponding TFF_*.  Adjust prototypes of
11100         functions (which used to take a tree_string_flags) to take an int.
11101
11102         * cp-tree.h (enum tree_string_flags): Remove
11103         (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE,
11104         TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPEDEF, TFF_DECL_SPECIFIERS,
11105         TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
11106         TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
11107         TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS,
11108         TFF_TEMPLATE_NAME, TFF_EXPR_IN_PARENS, TFF_SCOPE): New macros.
11109         (type_as_string, decl_as_string, expr_as_string,
11110         context_as_string): Adjust prototype.
11111
11112         * class.c (dump_class_hierarchy_r): Use TFF_PLAIN_IDENTIFIER
11113         instead of TS_PLAIN.
11114
11115         * pt.c (mangle_class_name_for_template): Use TFF_CHASE_TYPEDEF
11116         instead of TF_CHASE_TYPEDEFS. Use TFF_PLAIN_IDENTIFIER instead of
11117         plain `0'.
11118
11119 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
11120
11121         * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
11122         (linkage_kind): New enumeration.
11123         (decl_linkage): New function.
11124         * decl2.c (comdat_linkage): Extend comment.
11125         * error.c (dump_function_decl): Print the arguments used to
11126         instantiate a template, even when not printing the type of the
11127         function.
11128         * pt.c (convert_nontype_argument): Use DECL_EXTERNAL_LINKAGE_P,
11129         not TREE_PUBLIC, to test for external linkage.
11130         * tree.c (decl_linkage): New function.
11131
11132 2000-10-28  Mark Mitchell  <mark@codesourcery.com>
11133
11134         * pt.c (instantiate_decl): Always instantiate static data members
11135         initialized in-class.
11136
11137 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
11138
11139         * Make-lang.in: Move all build rules here from Makefile.in,
11140         adapt to new context.  Wrap all rules that change the current
11141         directory in parentheses.  Expunge all references to $(P).
11142         When one command depends on another and they're run all at
11143         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
11144         all object-file generation rules.  Delete obsolete variables.
11145
11146         * Makefile.in: Delete.
11147         * config-lang.in: Delete outputs= line.
11148
11149 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
11150
11151         * error.c (dump_function_decl): Print no space between
11152         `ptr-operator' the `type-specifier' of the return type.
11153         (dump_type_prefix): Make sure we put space at the appropriate
11154         place.
11155
11156 2000-10-23  Jason Merrill  <jason@redhat.com>
11157
11158         * call.c (equal_functions): Also call decls_match for extern "C" fns.
11159
11160 2000-10-22  Jason Merrill  <jason@redhat.com>
11161
11162         * call.c (build_conditional_expr): Use ocp_convert to force
11163         rvalue conversion.
11164
11165 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
11166
11167         * call.c (standard_conversion): Use RVALUE_CONVs for all
11168         expressions that satisfy lvalue_p, not just those that satisfy
11169         real_lvalue_p.
11170
11171         * optimize.c (copy_body_r): Don't treat CALL_EXPRs specially.
11172
11173         * typeck.c (c_sizeof): Return an expression of `size_t' type,
11174         not one with TYPE_IS_SIZETYPE set.
11175         (dubious_conversion_warnings): Remove special-case code.
11176
11177 2000-10-21  Geoffrey Keating  <geoffk@cygnus.com>
11178
11179         * decl2.c (arg_assoc_type): Handle VECTOR_TYPE.
11180         * error.c (dump_type): Handle VECTOR_TYPE like POINTER_TYPE.
11181         (dump_type_prefix): Print vector-of-int as 'int vector'.
11182         (dump_type_suffix): Handle VECTOR_TYPE like POINTER_TYPE.
11183         * tree.c (walk_tree): Handle VECTOR_TYPE.
11184
11185         * decl.c (init_decl_processing): Call MD_INIT_BUILTINS.
11186
11187 2000-10-21  Jason Merrill  <jason@redhat.com>
11188
11189         * parse.y (operator): Set got_object from got_scope.
11190         Set looking_for_typename.
11191         * decl.c (lookup_name_real): Clear val after setting from_obj.
11192         Reorganize diagnostic.
11193
11194 2000-10-20  Jason Merrill  <jason@redhat.com>
11195
11196         * tree.c (walk_tree): Don't walk into default args.
11197
11198         * error.c (dump_expr): Use host_integerp.
11199
11200 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
11201
11202         * typeck2.c (abstract_virtuals_error): Use "because" instead of
11203         "since" in error message.
11204
11205 Fri Oct 20 13:54:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11206
11207         * typeck.c (dubious_conversion_warning): Suppress if TYPE_IS_SIZETYPE.
11208
11209 2000-10-20  Jeffrey Oldham  <oldham@codesourcery.com>
11210
11211         * decl.c (revert_static_member_fn): Fixed typo.
11212
11213 2000-10-19  Mark Mitchell  <mark@codesourcery.com>
11214
11215         * class.c (subobject_offset_fn): New type.
11216         (dfs_record_base_offsets): Remove.
11217         (record_base_offsets): Likewise.
11218         (dfs_search_base_offsets): Likewise.
11219         (record_subobject_offset): New function.
11220         (check_subobject_offset): Likewise.
11221         (walk_subobject_offsets): Likewise.
11222         (record_subobject_offsets): Likewise.
11223         (layout_conflict_p): Reimplement.
11224         (layout_nonempty_base_or_field): Correct handling of type
11225         conflicts during layout.
11226         (layout_empty_base): Likewise.
11227         (build_base_field): Adjust to handle new representation of empty
11228         base offset table.
11229         (build_base_fields): Likewise.
11230         (layout_virtual_bases): Likewise.
11231         (splay_tree_compare_integer_csts): New function.
11232         (layout_class_type): Use a splay_tree, rather than a varray, to
11233         represent the offsets of empty bases.
11234
11235         * cp-tree.h (DECL_ANTICIPATED): Don't require a FUNCTION_DECL.
11236         * decl.c (select_decl): Don't return declarations that are
11237         DECL_ANTICIPATED.
11238
11239 2000-10-18  Mark Mitchell  <mark@codesourcery.com>
11240
11241         * cp-tree.h (cp_tree_index): Add CPTI_FAKE_STD.
11242         (fake_std_node): New macro.
11243         * decl.c (in_std): Rename to ...
11244         (in_fake_std): ... this.
11245         (flag_no_builtin): Remove.
11246         (flag_no_nonansi_builtin): Likewise.
11247         (walk_namespaces_r): Use fake_std_node.
11248         (push_namespace): Use std_identifier.
11249         (pop_namespace): Use in_fake_std.
11250         (lookup_name_real): Use fake_std_node.
11251         (init_decl_processing): When -fhonor-std, create the `std'
11252         namespace.  Don't create a dummy fake_std_node in that case.
11253         Adjust call to c_common_nodes_and_builtins.  Use std_identifier.
11254         (builtin_function): Put builtins whose names don't begin
11255         with `_' in the std namespace.
11256         * decl2.c (flag_no_builtin): Remove.
11257         (flag_no_nonansi_builtin): Likewise.
11258         (set_decl_namespace): Use fake_std_node.
11259         (validate_nonmember_using_decl): Likewise.
11260         (do_using_directive): Likewise.
11261         (handle_class_head): Likewise.
11262         * dump.c (dequeue_and_dump): Likewise.
11263         * except.c (init_exception_processing): Use std_identifier.
11264         * init.c (build_member_call): Use fake_std_node.
11265         * rtti.c (init_rtti_processing): Use std_identifier.
11266
11267 2000-10-17  Mark Mitchell  <mark@codesourcery.com>
11268
11269         * cp-tree.h (back_end_hook): Remove declaration.
11270         * decl2.c (back_end_hook): Remove definition.
11271
11272         * dump.c (dequeue_and_dump): Dump TREE_USED.
11273
11274 Tue Oct 17 20:19:06 2000  Brad Lucier <lucier@math.purdue.edu>
11275
11276         * spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int).
11277
11278 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11279
11280         * decl.c (WINT_TYPE): Define.
11281         (init_decl_processing): Create types unsigned_ptrdiff_type_node,
11282         c_size_type_node, signed_size_type_node and wint_type_node.
11283
11284 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11285
11286         * decl2.c (warn_missing_format_attribute): New variable.
11287         (lang_decode_option): Decode -Wmissing-format-attribute.
11288
11289 2000-10-16  Mark Mitchell  <mark@codesourcery.com>
11290
11291         * typeck.c (qualify_type): Remove.
11292         (composite_pointer_type): Fix handling of conversions to `cv void*'.
11293
11294 2000-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11295
11296         * Makefile.in (parse.c, parse.h): Fix think-o in last patch.
11297
11298 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11299
11300         * Makefile.in (parse.c, parse.h): Create atomically.
11301
11302 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
11303
11304         * class.c (current_obstack): Remove.
11305         * decl.c (ggc_p): Remove.
11306         (start_decl): Don't use decl_tree_cons.
11307         (grokdeclarator): Don't use build_decl_list.
11308         (start_function): Don't use decl_tree_cons.
11309         (finish_function): Don't mess with obstacks.
11310         * decl2.c (grok_x_components): Don't use build_decl_list.
11311         * lex.c (make_call_declarator): Don't call decl_tree_cons.
11312         (implicitly_declare_fn): Don't call build_decl_list.
11313         * parse.y (frob_specs): Don't call build_decl_list or
11314         decl_tree_cons.
11315         (expr_or_declarator_intern): Don't call decl_tree_cons.
11316         (primary): Don't call build_decl_list.
11317         (fcast_or_absdcl): Likewise.
11318         (typed_declspecs): Don't call decl_tree_cons.
11319         (reserved_declspecs): Don't call build_decl_list.
11320         (declmods): Likewise.
11321         (reserved_typespecquals): Likewise.
11322         (aggr): Likewise.
11323         (new_type_id): Likewise.
11324         (cv_qualifiers): Likewise.
11325         (after_type_declarator_intern): Likewise.
11326         (notype_declarator_intern): Likewise.
11327         (absdcl_intern): Likewise.
11328         (named_parm): Likewise.
11329         * pt.c (most_specialized_class): Likewise.
11330         * repo.c (temporary_obstack): Make it a structure, not a pointer.
11331         (init_repo): Initialize it.
11332         * search.c (current_obstack): Remove.
11333         * typeck2.c (add_exception_specifier): Don't call build_decl_list.
11334
11335 2000-10-09  Richard Henderson  <rth@cygnus.com>
11336
11337         * Make-lang.in (CXX_EXTRA_HEADERS): Remove.
11338         (c++ language support bits for libgcc): Remove.
11339         (c++.clean): Remove cplib2.txt cleanup.
11340         * config-lang.in (headers, lib2funcs): Remove.
11341
11342         * exception.cc, new.cc, new1.cc, new2.cc: Remove files.
11343         * tinfo.cc, tinfo.h, tinfo2.cc, vec.cc: Remove files.
11344         * inc/cxxabi.h, inc/exception, inc/new: Remove files.
11345         * inc/new.h, inc/typeinfo: Remove files.
11346
11347 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11348
11349         * decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
11350         defined.
11351         (init_decl_processing): Initialize intmax_type_node and
11352         uintmax_type_node.
11353
11354 2000-10-06  Richard Henderson  <rth@cygnus.com>
11355
11356         * cp-tree.h (struct cp_language_function): Remove x_result_rtx.
11357         (original_result_rtx): Remove.
11358         * decl.c (save_function_data): Don't clear x_result_rtx.
11359         (mark_lang_function): Don't mark it either.
11360         * expr.c (fixup_result_decl): Remove.
11361         * semantics.c (genrtl_named_return_value): Frob the return decl
11362         before calling emit_local_var.
11363         (genrtl_finish_function): Don't call fixup_result_decl.
11364         Always emit the jump to return_label.
11365
11366 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
11367
11368         * pt.c (lookup_template_class): Set current access for enum.
11369         (tsubst_enum): Set file & line for enum decl.
11370
11371         * spew.c (yylex): Remove unused variable.
11372
11373 2000-10-05  Richard Henderson  <rth@cygnus.com>
11374
11375         * semantics.c (genrtl_finish_function): Don't init or check
11376         can_reach_end; remove noreturn and return value checks.
11377
11378 2000-10-05  Tom Tromey  <tromey@cygnus.com>
11379
11380         * init.c (build_java_class_ref): Use `build_static_name' with a
11381         suffix, not a prefix, to build the class object's name.
11382
11383 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
11384
11385         * cp-tree.h (access_kind): Fix comment typo.
11386         * decl2.c (grokfield): Fix diagnostic typo.
11387         * semantics.c (finish_template_type): Fix comment typo.
11388         (finish_qualified_object_call_expr): Likewise.
11389
11390 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
11391
11392         * pt.c (tsubst_expr, DECL_STMT case): Don't process if
11393         tsubsting fails.
11394
11395 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
11396
11397         * spew.c (frob_id): New static function.
11398         (frob_opname): Use it.
11399         (yylex): Use it.
11400
11401 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
11402
11403         * decl.c (lang_mark_false_label_stack): Remove.
11404         * lex.c (cp_mang_lang_type): Use ggc_alloc_cleared.
11405
11406 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11407
11408         * gxxint.texi: Use @email for formatting email addresses.
11409
11410 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
11411
11412         * error.c: Remove direct obstack manipulation.  Replace with
11413         output_buffer-based formatting.  Adjust calls to removed macros.
11414         (obstack_chunk_alloc, obstack_chunk_free): Remove.
11415         (OB_INIT, OB_PUTC, OB_PUTC2, OB_PUTS, OB_PUTID, OB_PUTCP,
11416         OB_FINISH, OB_PUTI, OB_END_TEMPLATE): Likewise.
11417
11418 2000-09-24  Mark Mitchell  <mark@codesourcery.com>
11419
11420         * ir.texi: Move to ../c-tree.texi.
11421
11422 2000-09-20  Jason Merrill  <jason@redhat.com>
11423
11424         * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
11425
11426 2000-09-21  Andreas Jaeger  <aj@suse.de>
11427
11428         * errfn.c: Move declaration of cp_printer and cp_printers to ...
11429         * cp-tree.h: ... here.
11430
11431         * error.c: Remove declaration of cp_printer.
11432
11433 2000-09-20  Mark Mitchell  <mark@codesourcery.com>
11434
11435         * tree.c (mark_local_for_remap_r): Handle CASE_LABELs.
11436
11437 2000-09-20  Hans-Peter Nilsson  <hp@axis.com>
11438
11439         * except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and
11440         users.
11441
11442 2000-09-18  Mark Mitchell  <mark@codesourcery.com>
11443
11444         * decl.c (start_function): Robustify.
11445
11446 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11447
11448         * cp-tree.h (check_function_format): Accept a `status' parameter.
11449
11450         * call.c, typeck.c: Updates calls to `check_function_format'.
11451
11452 2000-09-17  Geoffrey Keating  <geoffk@cygnus.com>
11453
11454         * decl2.c (handle_class_head): Always push some scope even
11455         in the error case.
11456
11457 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
11458
11459         * cp-tree.h (struct cp_language_function): Remove
11460         x_scope_stmt_stack and name_declared.
11461         (current_scope_stmt_stack): Remove.
11462         (function_name_declared_p): New macro.
11463         (struct lang_decl_flags): Use c_lang_decl as a base class.
11464         (context): Remove.
11465         (struct lang_decl): Replace saved_tree with context.
11466         (DECL_FRIEND_CONTEXT): Adjust accordingly.
11467         (SET_DECL_FRIEND_CONTEXT): Likewise.
11468         (DECL_VIRTUAL_CONTEXT): Likewise.
11469         (DECL_SAVED_TREE): Remove.
11470         (C_DECLARED_LABEL_FLAG): Likewise.
11471         (cplus_expand_expr_stmt): Don't declare.
11472         (add_decl_stmt): Likewise.
11473         (add_scope_stmt): Likewise.
11474         * decl.c (mark_stmt_tree): Remove.
11475         (case_compare): Likewise.
11476         (finish_case_label): Use c_add_case_label.
11477         (init_decl_processing): Set more language-specific hooks.
11478         (build_enumerator): Fix typo in comment.
11479         (cplus_expand_expr_stmt): Remove.
11480         (mark_lang_function): Use mark_c_language_function.
11481         (lang_mark_tree): Use c_mark_lang_decl.
11482         * decl2.c: Change order of inclusion.
11483         * except.c: Likewise.
11484         * expr.c (cplus_expand_expr): Remove handling of STMT_EXPR.  Fall
11485         back on c_expand_expr.
11486         * friend.c: Include expr.h.
11487         * init.c: Change order of inclusion.
11488         * Makefile.in: Update dependencies.
11489         * lex.h (free_lang_decl_chain): Remove.
11490         * optimize.c (maybe_clone_body): Use function_name_declared_p.
11491         * pt.c (build_template_decl): Don't copy DECL_VIRTUAL_CONTEXT if
11492         it doesn't exist.
11493         (instantiate_decl): Use function_name_declared_p.
11494         * semantics.c (lang_expand_expr_stmt): Remove.
11495         (set_current_function_name_declared): Likewise.
11496         (current_function_name_declared): Likewise.
11497         (begin_compound_stmt): Use function_name_declared_p.
11498         (add_decl_stmt): Remove.
11499         (setup_vtbl_ptr): Use function_name_declared_p.
11500         (add_scope_stmt): Remove.
11501         (current_scope_stmt_stack): New function.
11502         (cp_expand_stmt): Don't handle SCOPE_STMTs.
11503         (expand_body): Use function_name_declared_p.
11504         * tree.c (cp_statement_code_p): Don't include SCOPE_STMT.
11505         * typeck.c: Change order of includes.
11506         (convert_sequence): Remove.
11507
11508 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
11509
11510         * lex.c (reswords): Add _Complex.
11511
11512 Thu Sep 14 12:10:45 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11513
11514         * Make-lang.in (cplib2.txt): Depend on cp/Makefile.
11515
11516 2000-09-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
11517
11518         * init.c (begin_init_stmts): Don't use // comments.
11519
11520 2000-09-12  Jason Merrill  <jason@redhat.com>
11521
11522         * decl.c (maybe_deduce_size_from_array_init): Set do_default for
11523         all non-extern arrays.
11524
11525         * decl.c (grokdeclarator): Complain about 'friend T' for implicit
11526         typenames, too.  Downgrade complaint to pedwarn.
11527         (xref_tag): Warn about surprising behavior of 'friend struct T'.
11528         * decl2.c (handle_class_head): Generate a TYPENAME_TYPE for
11529         'class This::Inherited'.
11530
11531 2000-09-12  Mark Mitchell  <mark@codesourcery.com>
11532
11533         * decl.c (finish_case_label): Given the LABEL_DECL a
11534         DECL_CONTEXT.
11535
11536 2000-09-12  Gabriel Dos Reis  <gdr@codesourcery.com>
11537
11538         * error.c (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE,
11539         TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPDEF,
11540         TFF_DECL_SPECIFIERS, TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
11541         TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
11542         TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS, TFF_SCOPE):
11543         New macros.
11544         (sorry_for_unsupported_tree, print_scope_operator,
11545         print_left_paren, print_right_paren, print_left_bracket,
11546         print_right_bracket, print_whitespace): Likewise.
11547         (aggr_variety): Rename to class_key_or_enum.
11548         (print_type): Rename to print_type_id.
11549         (print_type_specifier_seq, print_simple_type_specifier,
11550         print_elaborated_type_specifier,
11551         print_rest_of_abstract_declarator,
11552         print_parameter_declaration_clause, print_exception_specification,
11553         print_nested_name_specifier, print_template_id,
11554         typedef_original_name,  print_template_argument_list_start,
11555         print_template_argument_list_end): New functions.
11556
11557 2000-09-11  Gabriel Dos Reis  <gdr@codesourcery.com>
11558
11559         * ir.texi: Add more documentation.
11560
11561 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
11562
11563         * cp-tree.h (struct saved_scope): Remove x_function_parms.
11564         (current_function_parms): Don't define.
11565         (struct cp_language_function): Remove parms_stored.
11566         (current_function_just_assigned_this): Don't define.
11567         (current_function_parms_stored): Likewise.
11568         (static_ctors): Declare.
11569         (static_dtors): Likewise.
11570         (SF_EXPAND): Don't define.
11571         (expand_start_early_try_stmts): Remove declaration.
11572         (store_parm_decls): Likewise.
11573         * decl.c (static_ctors): Don't declare.
11574         (static_dtors): Likewise.
11575         (struct binding_level): Remove this_block.
11576         (poplevel): Remove dead code.
11577         (set_block): Likewise.
11578         (mark_binding_level): Don't mark this_block.
11579         (mark_saved_scope): Don't mark x_function_parms.
11580         (init_decl_processing): Don't add current_function_parms as a GC
11581         root.
11582         (check_function_type): Change prototype.
11583         (start_function): Remove RTL-generation code.
11584         (expand_start_early_try_stmts): Remove.
11585         (store_parm_decls): Give it internal linkage.  Remove
11586         RTL-generation code.
11587         (finish_function): Remove RTL-generation code.
11588         * decl2.c (static_ctors): Fix formatting.
11589         (static_dtors): Likewise.
11590         * method.c (use_thunk): Don't call store_parm_decls.
11591         (synthesize_method): Likewise.
11592         * optimize.c (maybe_clone_body): Likewise.
11593         * parse.y (fn.def2): Likewise.
11594         (.set_base_init): Likewise.
11595         (nodecls): Likewise.
11596         * pt.c (instantiate_decl): Likewise.
11597         * rtti.c (synthesize_tinfo_fn): Likewise.
11598         * semantics.c (genrtl_try_block): Simplify.
11599         (expand_body): Use genrtl_start_function and
11600         genrtl_finish_function.
11601         (genrtl_start_function): New function.
11602         (genrtl_finish_function): Likewise.
11603
11604 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
11605
11606         * error.c (cp_tree_printer, case 'P'): Append break.
11607
11608 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
11609
11610         * cp-tree.h (frob_opname): Declare.
11611         * parse.y (saved_scopes): New static variable.
11612         (cp_parse_init): Adjust.
11613         (do_id): If lastiddecl is NULL, do do_identifier.
11614         (operator): Save scope information.
11615         (unoperator): New reduction. Restore scope information.
11616         (operator_name): Append unoperator. Call frob_opname.
11617         * spew.c (frob_opname): Define.
11618
11619 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
11620
11621         * decl.c, rtti.c: Include defaults.h if not already included.
11622         Don't define the *_TYPE_SIZE macros.
11623
11624 2000-09-09  Mark Mitchell  <mark@codesourcery.com>
11625
11626         * cp-tree.h (push_switch): Change prototype.
11627         (check_cp_case_value): Remove declaration.
11628         (decl_constant_value): Likewise.
11629         * decl.c (struct cp_switch): Add switch_stmt and cases.
11630         (case_compare): New function.
11631         (push_switch): Set switch_stmt.  Initialize cases.
11632         (pop_switch): Clean up cases.
11633         (define_case_label): Rename to ...
11634         (finish_case_label): ... this.  Do semantic analysis for case
11635         labels here.
11636         (start_function): Correct comment.
11637         * decl2.c (check_cp_case_value): Remove.
11638         * expr.c (do_case): Remove.
11639         * pt.c (tsubst_expr): Adjust call to finish_case_label.
11640         * semantics.c (genrtl_do_poplevel): Remove declaration.
11641         (RECHAIN_STMTS): Remove.
11642         (finish_break_stmt): Use build_break_stmt.
11643         (finish_continue_stmt): Use build_continue_stmt.
11644         (finish_switch_cond): Adjust condition here, rater than in
11645         c_expand_start_case.
11646         (finish_case_label): Remove.
11647         * typeck.c (c_expand_return): Remove.
11648         (c_expand_start_case): Likewise.
11649
11650 2000-09-07  Gabriel Dos Reis  <gdr@codesourcery.com>
11651
11652         * ir.texi: Document type nodes.
11653
11654 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
11655
11656         * cp-tree.h (init_cp_semantics): Declare.
11657         (genrtl_try_block): Don't declare.
11658         (genrtl_handler): Likewise.
11659         (genrtl_catch_block): Likewise.
11660         (genrtl_ctor_stmt): Likewise.
11661         (genrtl_subobject): Likewise.
11662         (genrtl_do_poplevel): Likewise.
11663         (genrtl_named_return_value): Likewise.
11664         * lex.c (init_parse): Call init_cp_semantics.
11665         * semantics.c (genrtl_try_block): Give it internal linkage.
11666         (genrtl_handler): Likewise.
11667         (genrtl_catch_block): Likewise.
11668         (genrtl_ctor_stmt): Likewise.
11669         (genrtl_subobject): Likewise.
11670         (genrtl_do_poplevel): Likewise.
11671         (genrtl_named_return_value): Likewise.
11672         (lang_expand_stmt): Rename to ...
11673         (cp_expand_stmt): ... this.  Only handle C++-specific nodes.
11674         (init_cp_semantics): Define.
11675
11676         * decl.c (initialize_local_var): Remove RTL-generating code.
11677         * semantics.c (genrtl_try_block): Fix formatting.
11678
11679         Move statement-tree facilities from C++ to C front-end.
11680         * cp-tree.h (cp_tree_index): Remove CPTI_VOID_ZERO.
11681         (void_zero_node): Remove.
11682         (stmt_tree): Likewise.
11683         (scope_chain): Adjust.
11684         (language_function): Rename to cp_language_function.
11685         (cp_function_chain): Adjust.
11686         (current_stmt_tree): Remove.
11687         (last_tree): Likewise.
11688         (last_expr_type): Likewise.
11689         (struct lang_decl): Adjust.
11690         (STMT_IS_FULL_EXPR_P): Remove.
11691         (add_tree): Remove.
11692         (begin_stmt_tree): Likewise.
11693         (finish_stmt_tree): Likewise.
11694         (walk_tree_fn): Likewise.
11695         (walk_stmt_tree): Likewise.
11696         * class.c (finish_struct): Replace use of add_tree with add_stmt.
11697         * decl.c (mark_stmt_tree): Adjust type.
11698         (init_decl_processing): Don't build void_zero_node.
11699         (initialize_local_var): Adjust usage of current_stmt_tree.
11700         (finish_enum): Use add_stmt, not add_tree.
11701         (save_function_data): Adjust use of language_function.
11702         (finish_constructor_body): Use add_stmt, not add_tree.
11703         (finish_destructor_body): Likewise.
11704         (push_cp_function_context): Adjust use of language_function.
11705         (pop_cp_function_context): Likewise.
11706         (mark_lang_function): Likewise.
11707         (mark_cp_function_context): Likewise.
11708         * init.c (build_aggr_init): Adjust use of current_stmt_tree.
11709         (build_vec_init): Likewise.
11710         * semantics.c (SET_LAST_STMT): Remove.
11711         (RECHAIN_STMTS): Don't use it.
11712         (stmts_are_full_exprs_p): Adjust use of current_stmt_tree.
11713         (current_stmt_tree): Define.
11714         (add_tree): Remove.
11715         (finish_goto_stmt): Use add_stmt, not add_tree.
11716         (finish_expr_stmt): Likewise.
11717         (begin_if_stmt): Likewise.
11718         (finish_then_clause): Likewise.
11719         (begin_while_stmt): Likewise.
11720         (begin_do_stmt): Likewise.
11721         (finish_return_stmt): Likewise.
11722         (begin_for_stmt): Likewise.
11723         (finish_break_stmt): Likewise.
11724         (finish_continue_stmt): Likewise.
11725         (begin_switch_stmt): Likewise.
11726         (finish_case_label): Likewise.
11727         (begin_try_block): Likewise.
11728         (begin_function_try_block): Likewise.
11729         (begin_handler): Likewise.
11730         (begin_catch_block): Likewise.
11731         (begin_compound_stmt): Likewise.
11732         (begin_asm_stmt): Likewise.
11733         (finish_asm_stmt): Likewise.
11734         (finish_label_stmt): Likewise.
11735         (add_decl_stmt): Likewise.
11736         (finish_subobject): Likewise.
11737         (finish_decl_cleanup): Likewise.
11738         (finish_named_return_value): Likewise.
11739         (setup_vtbl_ptr): Likewise.
11740         (add_scope_stmt): Likewise.
11741         (finish_stmt_expr): Likewise.
11742         (prune_unused_decls): Remove.
11743         (begin_stmt_tree): Likewise.
11744         (finish_stmt_tree): Likewise.
11745         (prep_stmt): Adjust use of current_stmt_tree.
11746         (lang_expand_stmt): Likewise.
11747         * tree.c (statement_code_p): Remove.
11748         (cp_statement_code_p): New function.
11749         (walk_stmt_tree): Remove.
11750         (init_tree): Set lang_statement_code_p.
11751
11752 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
11753
11754         Integrated preprocessor.
11755
11756         * Make-lang.in, Makefile.in: Remove all references to input.c,
11757         gxx.gperf, and hash.h.  Add ../c-lex.o to C_OBJS.
11758         * gxx.gperf, hash.h, input.c: Delete.
11759         * lang-specs.h: Pass -lang-c++ to cc1plus so cpplib is
11760         initialized properly.
11761
11762         * class.c (fixup_pending_inline): Take a tree, not a
11763         struct pending_inline *.  All callers changed.
11764         (init_class_processing): Set RID_PUBLIC, RID_PRIVATE,
11765         RID_PROTECTED entries in ridpointers[] array here.
11766         * decl.c (duplicate_decls): Do not refer to struct
11767         pending_inline.
11768         (record_builtin_type, init_decl_processing): Use RID_MAX not
11769         CP_RID_MAX.
11770         (grokdeclarator): Use C_IS_RESERVED_WORD.
11771         * decl2.c (lang_decode_option): Ignore -lang-c++ for sake of
11772         cpplib.
11773         (grok_x_components): Do not inspect pending_inlines chain.
11774
11775         * cp-tree.h (struct lang_identifier): Add rid_code entry.
11776         (C_IS_RESERVED_WORD, C_RID_CODE, C_RID_YYCODE): New.
11777         (flag_no_gnu_keywords, flag_operator_names, rid_to_yy): Declare.
11778         (DEFARG_LENGTH, struct pending_inline, TIME_IDENTIFIER_TIME,
11779         TIME_IDENTIFIER_FILEINFO): Kill.
11780         Update prototypes.
11781         * lex.h: Expunge cp_rid.  Rewrite RIDBIT macros to use just a
11782         single 32-bit word.
11783         * parse.y: Call do_pending_inlines unconditionally.
11784         reinit_parse_for_method is now snarf_method.  fn.defpen is no
11785         longer necessary.  Remove unnecessary <itype> annotation on
11786         SCOPE.  Do not refer to end_of_file or struct pending_inline.
11787         * semantics.c (begin_inline_definitions): Call
11788         do_pending_inlines unconditionally.
11789
11790         * lex.c: Remove all code now shared with C front end.
11791         Initialize cpplib properly if USE_CPPLIB.  Put reserved words
11792         into the get_identifier table.  Rewrite pragma handling to
11793         work with the registry.  Move code to save tokens for later
11794         processing to spew.c.
11795
11796         * spew.c: Rewrite everything in terms of token streams instead
11797         of text.  Move routines here from lex.c / input.c as
11798         appropriate.  GC-mark trees hanging off the pending inlines
11799         chain.
11800
11801 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
11802
11803         * NEWS: Mention that the named return value extension has been
11804         deprecated.
11805         * cp-tree.h (original_result_rtx): Define.
11806         (TREE_REFERENCE_EXPR): Remove.
11807         (DECL_VPARENT): Likewise.
11808         (pushdecl_nonclass_level): Likewise.
11809         (store_return_init): Likewise.
11810         (reinit_lang_specific): Likewise.
11811         (genrtl_named_return_value): Change prototype.
11812         * decl.c (original_result_rtx): Remove.
11813         (cp_finish_decl): Don't build DECL_STMTs for RESULT_DECLs.
11814         Do not generate RTL for local variables here.
11815         (store_return_init): Remove.
11816         * semantics.c (genrtl_named_return_value): Simplify.  Fold in
11817         store_return_init.
11818         (finish_named_return_value): Adjust accordingly.  Warn that this
11819         extension is deprecated.
11820         (lang_expand_stmt): Adjust call to genrtl_named_return_value.
11821
11822 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11823
11824         * pt.c (type_unification_real): Replace switch with if.
11825         (unify): Tsubst non-type parms before comparing.
11826
11827 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11828
11829         * error.c (dump_typename): New function, broken out of ...
11830         (dump_type): ... here. Use it.
11831         * typeck.c (same_type_p): Use cp_tree_equal for TYPENAME_TYPE.
11832
11833 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11834
11835         * init.c (build_offset_ref): Deal with namespace scoped
11836         TEMPLATE_ID_EXPRs.
11837
11838 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11839
11840         * class.c (resolve_address_of_overloaded_function): Add
11841         explanation message.
11842         * decl.c (define_case_label): Reformat explanation.
11843         * decl2.c (finish_static_data_member_decl): Likewise.
11844         (grokfield): Likewise.
11845         * friend.c (do_friend): Likewise.
11846
11847 2000-09-05  Zack Weinberg  <zack@wolery.cumb.org>
11848
11849         * tree.c (walk_tree): Expose tail recursion.
11850         (walk_stmt_tree): New function.
11851         * cp-tree.h: Prototype walk_stmt_tree.
11852         * semantics.c (prune_unused_decls): Operate on SCOPE_STMTs not
11853         the BLOCKs directly.  If a BLOCK has no variables after
11854         pruning, discard it.
11855         (finish_stmt_tree): Use walk_stmt_tree.  No need to save and
11856         restore the line number.
11857
11858 2000-09-05  Mark Mitchell  <mark@codesourcery.com>
11859
11860         * Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
11861         (pt.o): Remove dependency on HTAB_H.
11862         * cp-tree.h: Include hashtab.h.
11863         (walk_tree): Change prototype.
11864         (walk_tree_without_duplicates): New function.
11865         * decl.c (check_default_argument): Use it.
11866         * optimize.c (remap_decl): Adjust calls to walk_tree.
11867         (copy_body): Likewise.
11868         (expand_calls_inline): Likewise.
11869         (calls_setjmp_p): Use walk_tree_without_duplicates.
11870         * pt.c: Don't include hashtab.h.
11871         (for_each_template_parm): Use walk_tree_without_duplicates.
11872         * semantics.c (finish-stmt_tree): Likewise.
11873         (expand_body): Likewise.
11874         * tree.c (walk_tree): Add additional parameter.
11875         (walk_tree_without_duplicates): New function.
11876         (count_trees): Use it.
11877         (verify_stmt_tree): Adjust call to walk_tree.
11878         (find_tree): Use walk_tree_without_duplicates.
11879         (no_linkage_check): Likewise.
11880         (break_out_target_exprs): Adjust call to walk_tree.
11881         (cp_unsave): Likewise.
11882
11883 2000-09-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11884
11885         * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.
11886         (TEMPLATE_TEMPLATE_PARM): Adjust comment.
11887         * cp-tree.h (TYPE_BINFO): Adjust comment.
11888         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Likewise.
11889         (TEMPLATE_TYPE_PARM_INDEX): Likewise.
11890         (IS_AGGR_TYPE): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
11891         (TYPE_TEMPLATE_INFO): Likewise.
11892         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): Likewise.
11893         * class.c (push_nested_class): Likewise.
11894         * decl.c (lookup_name_real): Likewise.
11895         (grokdeclarator): Likewise.
11896         (grok_op_properties): Likewise.
11897         (xref_tag): Likewise.
11898         (xref_basetypes): Likewise.
11899         * decl2.c (constructor_name_full): Likewise.
11900         (arg_assoc_template_arg): Add TEMPLATE_TEMPLATE_PARM case.
11901         (arg_assoc_type): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
11902         * error.c (dump_type): Split TEMPLATE_TEMPLATE_PARM case.
11903         (dump_type_prefix): Add BOUND_TEMPLATE_TEMPLATE_PARM.
11904         (dump_type_suffix): Likewise.
11905         * init.c (is_aggr_type): Use BOUND_TEMPLATE_TEMPLATE_PARM
11906         instead.
11907         (get_aggr_from_typedef): Likewise.
11908         * mangle.c (write_type): Split TEMPLATE_TEMPLATE_PARM case.
11909         (write_expression): Add BOUND_TEMPLATE_TEMPLATE_PARM.
11910         (write_template_parm): Likewise.
11911         (write_template_template_parm): Check tree code instead of
11912         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
11913         * method.c (build_overload_nested_name): Add
11914         BOUND_TEMPLATE_TEMPLATE_PARM.
11915         (process_overload_item): Split TEMPLATE_TEMPLATE_PARM case.
11916         * parse.y (bad_parm): Add BOUND_TEMPLATE_TEMPLATE_PARM.
11917         * pt.c (convert_template_argument): Check tree code instead of
11918         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
11919         (for_each_template_parm_r): Split TEMPLATE_TEMPLATE_PARM case.
11920         (for_each_template_parm): Adjust comment.
11921         (tsubst): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.
11922         (tsubst_copy): Add BOUND_TEMPLATE_TEMPLATE_PARM.
11923         (unify): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.  Use
11924         template_args_equal to compare template template parameter cases.
11925         * ptree.c (print_lang_type): Add BOUND_TEMPLATE_TEMPLATE_PARM.
11926         * search.c (lookup_field_1): Use BOUND_TEMPLATE_TEMPLATE_PARM
11927         instead.
11928         * tree.c (copy_template_template_parm): Decide whether to create
11929         a TEMPLATE_TEMPLATE_PARM or BOUND_TEMPLATE_TEMPLATE_PARM node.
11930         (walk_tree): Add BOUND_TEMPLATE_TEMPLATE_PARM.
11931         (copy_tree_r): Likewise.
11932         * typeck.c (comptypes): Likewise.  Check tree code instead of
11933         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
11934
11935 2000-09-04  Mark Elbrecht  <snowball3@bigfoot.com>
11936
11937         * decl.c (finish_function): Move the code for handling functions
11938         marked with the constructor and destructor attributes inside the
11939         expand_p block.
11940
11941 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11942
11943         * init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.
11944
11945 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11946
11947         * pt.c (lookup_template_class): Remove abort.
11948         * tree.c (get_type_decl): Allow error_mark_node.
11949
11950 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11951
11952         * decl2.c (arg_assoc): Deal with COMPONENT_REFs inside
11953         TEMPLATE_ID_EXPRs.
11954
11955 2000-09-03  Mark Mitchell  <mark@codesourcery.com>
11956
11957         * operators.def (ALIGNOF_EXPR, MAX_EXPR, MIN_EXPR): Change
11958         new ABI mangling.
11959
11960 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
11961
11962         * parse.y (named_class_head): Check for TYPENAME_TYPE. Simplify
11963         union tag mismatch error reporting.
11964
11965 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
11966
11967         * call.c (build_scoped_method_call): Check it is not a namespace.
11968
11969 2000-08-30  Jason Merrill  <jason@redhat.com>
11970
11971         * cp-tree.h (LOCAL_CLASS_P): Use decl_function_context.
11972
11973         * tree.c (bot_manip): Check TREE_CONSTANT rather than
11974         !TREE_SIDE_EFFECTS.  Call break_out_target_exprs and
11975         build_target_expr_with_type for the non-AGGR_INIT_EXPR case.
11976
11977         * decl.c (start_function): Always call make_function_rtl.
11978
11979 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
11980
11981         * semantics.c (prune_unused_decls): New function.
11982         (finish_stmt_tree): Call it via walk_tree.
11983
11984 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
11985
11986         * class.c (build_secondary_vtable): Constify a char *.
11987         * decl.c (init_decl_processing): Initialize function_id_node,
11988         pretty_function_id_node, and func_id_node.
11989         * input.c (struct input_source): Constify 'str'.
11990         (feed_input): Constify first argument.
11991         * mangle.c (write_identifier): Constify argument.
11992         * pt.c (mangle_class_name_for_template): Constify argument.
11993
11994 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
11995
11996         * typeck.c (mark_addressable): Remove code that pokes around in
11997         RTL.
11998
11999 2000-08-28  Jason Merrill  <jason@redhat.com>
12000
12001         * lex.c (file_name_nondirectory): Move to toplev.c.
12002
12003         * cp-tree.h (LOCAL_CLASS_P): New macro.
12004         * class.c (finish_struct_1): Use it.
12005
12006 2000-08-27  Alex Samuel  <samuel@codesourcery.com>
12007
12008         * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplained voodoo.
12009         (write_encoding): Pass another argument to write_name.
12010         (write_name): Add ignore_local_scope parameter.  Fix handling of
12011         local names.
12012         (write_nested_name): Use write_unqualified_name.
12013         (write_prefix): Likewise.  Skip out on FUNCTION_DECLs.
12014         (write_template_prefix): Use write_unqualified_name.
12015         (write_component): Remove.
12016         (write_local_name): Add parameter.  Use direct local entity to
12017         discriminator calculation.
12018         (write_class_enum_type): Pass another argument to write_name.
12019         (write_template_template_arg): Likewise.
12020         (make_guard_variable): Likewise.
12021
12022 2000-08-27  Jason Merrill  <jason@redhat.com>
12023
12024         * decl.c (pushdecl): Matching decls for local externs are found in
12025         the current level.  Propagate linkage information from previous
12026         declarations.
12027
12028 2000-08-26  Gabriel Dos Reis  <gdr@codesourcery.com>
12029
12030         * ir.texi (Expressions): Fix typo.
12031
12032 2000-08-25  Greg McGary  <greg@mcgary.org>
12033
12034         * tree.c (init_tree): Use ARRAY_SIZE.
12035
12036 2000-08-25  Gabriel Dos Reis  <gdr@codesourcery.com>
12037
12038         * error.c (cp_tree_printer): Rework.
12039
12040 2000-08-25  Mark Mitchell  <mark@codesourcery.com>
12041
12042         * Make-lang.in (CXX_LIB2FUNCS): Remove cp-demangle.o and
12043         dyn-string.o.
12044         (CXX_LIB2SRCS): Remove cp-demangle.c and dyn-string.c.
12045         (cp-demangle.o): Remove target.
12046         (dyn-string.o): Likewise.
12047
12048         * decl.c (grokfndecl): Require that `main' return an `int'.
12049         * mangle.c (write_encoding): Don't mangle return types for
12050         conversion functions.
12051
12052 2000-08-25  Gabriel Dos Reis  <gdr@codesourcery.com>
12053
12054         * error.c (tree_formatting_info): New data type.
12055         (tree_being_formatted): New macro.
12056         (tree_formatting_flags): Likewise.
12057         (put_whitespace): Likewise.
12058         (print_tree_identifier): Likewise.
12059         (print_identifier): Likewise.
12060         (cp_tree_printer, print_function_argument_list, print_declaration,
12061         print_expression, print_function_declaration,
12062         print_function_parameter, print_type, print_cv_qualifier): New
12063         functions.
12064         (init_error): Initialize lang_printer.
12065
12066 2000-08-24  Jason Merrill  <jason@redhat.com>
12067
12068         * typeck.c (build_ptrmemfunc): Just reinterpret if there's no
12069         adjustment necessary.
12070
12071 2000-08-24  Greg McGary  <greg@mcgary.org>
12072
12073         * cp-tree.h (MAIN_NAME_P): Remove macro.
12074
12075 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
12076
12077         * error.c (print_instantiation_context): Don't forget to flush the
12078         buffer.
12079
12080 2000-08-23  Jason Merrill  <jason@redhat.com>
12081
12082         * typeck.c (build_ptrmemfunc): Save the input pmf.
12083
12084         * method.c (process_modifiers): Use same_type_p.
12085
12086 2000-08-23  Mark Mitchell  <mark@codesourcery.com>
12087
12088         * cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC.
12089         * mangle.c (write_function_type): Change prototype.
12090         (write_encoding): Don't mangle return types for
12091         constructors or destructors.
12092         (write_type): Adjust call to write_function_type.
12093         * pt.c (instantiate_template): Instantiate alternate entry points
12094         when instantiating the main function.
12095
12096 2000-08-23  Gabriel Dos Reis  <gdr@codesourcery.com>
12097
12098         * error.c (cp_print_error_function): Don't use embedded '\n' in
12099         output_printf.
12100
12101 2000-08-23  Gabriel Dos Reis  <gdr@codesourcery.com>
12102
12103         * decl.c (init_decl_processing): Remove bogus initialization.
12104         * error.c (lang_print_error_function): Restore here.
12105         (init_error): Initialize print_error_function.
12106
12107 2000-08-22  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
12108
12109         * decl2.c (arg_assoc): Revert my 2000-08-11 change.
12110
12111 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
12112
12113         * Makefile.in (error.o): Depends on diagnostic.h
12114
12115         * cp-tree.h (problematic_instantiation_changed,
12116         record_last_problematic_instantiation, current_instantiation,
12117         print_instantiation_context): Declare.
12118         (maybe_print_template_context): Remove.
12119
12120         * decl.c (init_decl_processing): Set print_error_function to NULL.
12121         (lang_print_error_function): Remove, since we're using a new
12122         machinery.
12123
12124         * error.c: #include diagnostic.h
12125         (function_category): New function.
12126         (cp_diagnostic_starter): Likewise.
12127         (cp_diagnostic_finalizer): Likewise.
12128         (cp_print_error_function): Likewise.
12129         (maybe_print_instantiation_context): Likewise.
12130         (print_instantiation_full_context): Likewise.
12131         (print_instantiation_partial_context): Likewise.
12132         (print_instantiation_context): Define.
12133         (init_error): Initialize diagnostic pager and finalizer.
12134
12135         * pt.c (problematic_instantiation_changed): Define.
12136         (record_last_problematic_instantiation): Likewise.
12137         (current_instantiation): Likewise.
12138         (maybe_print_template_context): Remove.
12139         (print_template_context): Likewise.
12140         (current_tinst_level): Make static to reflect Brendan Kehoe's
12141         change of 1995-04-13.
12142         (push_tinst_level): Call print_instantiation_context.
12143
12144 2000-08-21  Nix  <nix@esperi.demon.co.uk>
12145
12146         * lang-specs.h: Do not process -o or run the assembler if
12147         -fsyntax-only.
12148
12149 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
12150
12151         * decl.c (flag_hosted, flag_noniso_default_format_attributes): New
12152         variables.
12153         * decl2.c (lang_decode_option): Disable gettext attributes for
12154         -ansi.
12155
12156 2000-08-21  Gabriel Dos Reis  <gdr@codesourcery.com>
12157
12158         * lex.c (lang_init_options): Default diagnostic message maximum
12159         length to 80, when line-wrapping.
12160
12161 2000-08-20  Mark Mitchell  <mark@codesourcery.com>
12162
12163         * class.c (build_vtbl_initializer): Clear the entire
12164         vtbl_init_data.  Start keeping track of the functions for which we
12165         have created vcall offsets here.
12166         (dfs_build_vcall_offset_vtbl_entries): Remove.
12167         (build_vcall_offset_vtbl_entries): Reimplement.
12168         (add_vcall_offset_vtbl_entries_r): New function.
12169         (add_vcall_offset_vtbl_entries_1): Likewise.  Tweak logic for
12170         computing when vcall offsets are necessary.
12171
12172 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12173
12174         * decl.c (member_function_or_else): Use cp_error ... %T.
12175         (grokdeclarator): Likewise.
12176         (start_method): Likewise.
12177         * friend.c (make_friend_class): Use cp_pedwarn ... %T.
12178
12179 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12180
12181         * decl2.c (grokfield): Set CLASSTYPE_GOT_SEMICOLON on class
12182         TYPE_DECLs.
12183
12184 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12185
12186         * cp-tree.h (PTRMEM_OK_P): New macro.
12187         (itf_ptrmem_ok): New enumeration value.
12188         * class.c (resolve_address_of_overloaded_function): Add PTRMEM
12189         argument. Diagnose implicit pointer to member.
12190         (instantiate_type): Don't diagnose implicit pointer to member
12191         here. Pass itf_ptrmem_ok if ok. Adjust calls to
12192         resolve_address_of_overloaded_function.
12193         * init.c (build_offset_ref): Set PTRMEM_OK_P.
12194         (resolve_offset_ref): Don't diagnose implicit pointer to member here.
12195         * semantics.c (finish_parenthesized_expr): Clear OFFSET_REFs here.
12196         * typeck.c (build_x_unary_op): Calculate PTRMEM_OK_P.
12197         (build_unary_op): Deal with single non-static member in
12198         microsoft-land.
12199
12200 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12201
12202         * decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
12203
12204 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12205
12206         * cp-tree.h (enum_name_string): Remove prototype.
12207         (report_case_error): Remove prototype.
12208         * cp/typeck2.c (enum_name_string): Remove.
12209         (report_case_error): Remove.
12210         * error.c (dump_expr): Deal with enum values directly.
12211         Correctly negate integer constant.
12212
12213 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
12214
12215         * inc/cxxabi.h (__cxa_vec_new2, __cxa_vec_new3): Declare.
12216         (__cxa_vec_delete2, __cxa_vec_delete3): Declare.
12217         * vec.cc (__cxa_vec_new2, __cxa_vec_new3): Implement.
12218         (__cxa_vec_delete2, __cxa_vec_delete3): Implement.
12219         (__cxa_vec_new): Use __cxa_vec_new2.
12220         (__cxa_vec_delete): Use __cxa_vec_delete2.
12221
12222 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
12223
12224         * vec.cc (__cxa_vec_new): Set "C" linkage.
12225         (__cxa_vec_ctor): Likewise.
12226         (__cxa_vec_cctor): Likewise.
12227         (__cxa_vec_dtor): Likewise.
12228         (__cxa_vec_delete): Likewise.
12229         * inc/cxxabi.h (__cxa_vec_new): Set "C" linkage.
12230         (__cxa_vec_ctor): Likewise.
12231         (__cxa_vec_cctor): Likewise.
12232         (__cxa_vec_dtor): Likewise.
12233         (__cxa_vec_delete): Likewise.
12234
12235 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
12236
12237         * class.c (instantiate_type): Reinstate local variable
12238         deleted in previous change.
12239
12240         * cvt.c (cp_convert_to_pointer): Pass itf_complain, not
12241         itf_no_attributes.
12242
12243 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
12244
12245         * cp-tree.h (instantiate_type_flags): New enumeration.
12246         (instantiate_type): Change parameter.
12247         * class.c (instantiate_type): Adjust prototype. Adjust.
12248         * call.c (standard_conversion): Adjust instantiate_type call.
12249         (reference_binding): Likewise.
12250         (build_op_delete_call): Likewise.
12251         (convert_like_real): Likewise.
12252         * cvt.c (cp_convert_to_pointer): Likewise.
12253         (convert_to_reference): Likewise.
12254         * pt.c (convert_nontype_argument): Likewise.
12255         * typeck.c (build_binary_op): Likewise.
12256         (build_ptrmemfunc): Likewise.
12257         (convert_for_assignment): Likewise.
12258
12259 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
12260
12261         * cp-tree.h (CPTR_AGGR_TAG): New global tree node.
12262         (current_aggr): Define.
12263         * decl.c (grokdeclarator): Make sure a friend class is an
12264         elaborated type specifier.
12265         * parse.y (current_aggr): Remove static definition.
12266         (cp_parse_init): Adjust.
12267         (structsp): Clear and restore current_aggr.
12268         (component_decl_list): Clear current_aggr.
12269
12270         * error.c (dump_type, case TYPENAME_TYPE): Don't emit the
12271         aggregate tag on the typename's context.
12272
12273         * pt.c (tsubst_friend_class): Return error_mark_node, if
12274         parms becomes NULL.
12275         (instantiate_class_template): Ignore error_mark_node friend types.
12276
12277 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
12278
12279         * cvt.c (warn_ref_binding): New static function, broken out of ...
12280         (convert_to_reference): ... here. Use it.
12281
12282 2000-08-11  Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
12283
12284         * parse.y (template_arg): Add rule for template qualified with
12285         global scope.
12286
12287 2000-08-11  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
12288
12289         * decl2.c (add_function): Reorganize.
12290         (arg_assoc): Do not consider function template decls.
12291
12292 2000-08-11  Jason Merrill  <jason@redhat.com>
12293
12294         * decl.c (lookup_name_real): Don't forget the TYPENAME_TYPE we're
12295         looking inside.
12296
12297 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12298
12299         * cp-tree.h (resolve_scope_to_name): Remove unused prototype.
12300         (lookup_nested_tag): Likewise.
12301
12302         * decl2.c (grokfield): Fix comment to reflect many types of _DECLs
12303         can be produced.
12304
12305 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12306
12307         * parse.y (named_complex_class_head_sans_basetype): Remove
12308         always true if.
12309
12310 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12311
12312         * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Build
12313         explicit TEMPLATE_ID_EXPR args.
12314         (build_expr_from_tree, case CALL_EXPR): Likewise.
12315
12316 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12317
12318         * decl.c (check_tag_decl): Diagnose typename's which don't
12319         declare anything.
12320
12321 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
12322
12323         * init.c (build_aggr_init): Reject bogus array initializers
12324         early.
12325
12326 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
12327
12328         * rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi
12329         runtime.
12330         * cp/tinfo.cc (__dynamic_cast): Likewise.
12331         * cp/inc/cxxabi.h (__dynamic_cast): Likewise.
12332
12333 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
12334
12335         * cvt.c (convert_to_pointer_force): Fix error message when
12336         attempting to cast from ambiguous base.
12337
12338 2000-08-08  Jason Merrill  <jason@redhat.com>
12339
12340         * pt.c (tsubst_aggr_type): Bail if creating the argvec fails.
12341         (tsubst_template_arg_vector): Likewise.
12342
12343         * decl2.c (build_anon_union_vars): Choose the largest field; don't
12344         assume that one will be as large as the union.
12345
12346 2000-08-07  Kazu Hirata  <kazu@hxi.com>
12347
12348         * cp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P): Fix a comment typo.
12349         * decl.c (pop_labels): Likewise.
12350
12351 2000-08-04  Jeffrey Oldham  <oldham@codesourcery.com>
12352
12353         * inc/cxxabi.h (__pbase_type_info): Changed member names to match
12354         specifications.
12355         (__pointer_to_member_type_info): Likewise.
12356         (__base_class_info): Likewise.
12357         (__class_type_info): Likewise.
12358         (__si_class_type_info): Likewise.
12359         (__vmi_class_type_info): Likewise.
12360         * tinfo.cc (__si_class_type_info::__do_find_public_src):
12361         Changed member names to match specifications.
12362         (__vmi_class_type_info::__do_find_public_src): Likewise.
12363         (__si_class_type_info::__do_dyncast): Likewise.
12364         (__vmi_class_type_info::__do_dyncast): Likewise.
12365         (__si_class_type_info::__do_upcast): Likewise.
12366         (__vmi_class_type_info::__do_upcast): Likewise.
12367         * tinfo2.cc (__pbase_type_info::__do_catch): Likewise.
12368         (__pbase_type_info::__pointer_catch): Likewise.
12369         (__pointer_type_info::__pointer_catch): Likewise.
12370         (__pointer_to_member_type_info::__pointer_catch): Likewise.
12371
12372 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
12373
12374         * Make-lang.in (cc1plus): Depend on $(BACKEND), not stamp-objlist.
12375         * Makefile.in: Add C_OBJS, BACKEND; delete OBJS, OBJDEPS.
12376         (cc1plus): Link with $(BACKEND) and $(C_OBJS).
12377
12378 2000-08-04  Mark Mitchell  <mark@codesourcery.com>
12379
12380         * cp-tree.h (add_method): Change prototype.
12381         * class.c (add_method): Remove FIELDS parameter.  Add ERROR_P.
12382         Don't double the size of the method vector in the error case.
12383         (handle_using_decl): Adjust call to add_method.
12384         (add_implicitly_declared_members): Likewise.
12385         (clone_function_decl): Likewise.
12386         * decl2.c (check_classfn): Likewise.
12387         * semantics.c (finish_member_declaration): Likewise.
12388
12389 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12390
12391         * decl.c (flag_isoc94): New variable.
12392
12393 2000-08-02  Jason Merrill  <jason@redhat.com>
12394
12395         * pt.c (do_type_instantiation): Add complain parm; don't complain
12396         if called recursively.
12397         * cp-tree.h, parse.y: Adjust.
12398
12399 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
12400
12401         * decl2.c: Silently ignore -Wstrict-prototypes; warn about
12402         -Wno-strict-prototypes.
12403
12404         * g++spec.c: Adjust type of second argument to
12405         lang_specific_driver, and update code as necessary.
12406
12407         * cp-tree.h: Don't prototype min_precision here.
12408         (my_friendly_assert): Cast expression to void.
12409         * semantics.c (do_poplevel): Initialize scope_stmts.
12410
12411 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
12412
12413         * cp-tree.h (DECL_NEEDED_P): Tweak.
12414
12415 2000-07-28  Jason Merrill  <jason@redhat.com>
12416
12417         * lang-specs.h: Use %i in rule for .ii files.
12418
12419 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
12420
12421         * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
12422
12423 2000-07-30  Mark Mitchell  <mark@codesourcery.com>
12424
12425         Allow indirect primary bases.
12426         * cp-tree.h (struct lang_type): Remove vfield_parent.  Add
12427         primary_base.
12428         (CLASSTYPE_VFIELD_PARENT): Remove.
12429         (CLASSTYPE_PRIMARY_BINFO): Reimplement.
12430         (BINFO_PRIMARY_BINFO): Remove.
12431         (CLASSTYPE_HAS_PRIMARY_BASE_P): Reimplement.
12432         (BINFO_VBASE_PRIMARY_P): Likewise.
12433         (BINFO_PRIMARY_BASE_OF): New macro.
12434         (BINFO_INDIRECT_PRIMARY_P): Likewise.
12435         (get_primary_binfo): New function.
12436         * decl.c (lang_mark_tree): Make lang_type::primary_base.
12437         * class.c (vcall_offset_data_s): Rename to ...
12438         (vtbl_init_data_s): ... this.  Rename primary_p to primary_vtbl_p,
12439         and add ctor_vtbl_p.
12440         (get_derived_offset): Use get_primary_binfo.
12441         (dfs_mark_primary_bases): Adjust handling of virtual primary
12442         bases.
12443         (mark_primary_bases): Likewise.
12444         (set_primary_base): Take a binfo, not an integer, as a
12445         representation of the primary base.
12446         (indirect_primary_base_p): Remove.
12447         (determine_primary_base): Adjust for indirect primary bases.
12448         (dfs_find_final_overrider): Fix typo in coment.
12449         (update_vtable_entry_for_fn): Use get_primary_binfo.
12450         (layout_nonempty_base_or_field): Tweak.
12451         (build_base_fields): Adjust for new primary base semantics.
12452         (dfs_propagate_binfo_offsets): Remove.
12453         (propagate_binfo_offsets): Rewrite.
12454         (dfs_set_offset_for_shared_vbases): Remove.
12455         (layout_virtual_bases): Don't use it.
12456         (layout_class_type): Set CLASSTYPE_SIZE correctly under the new
12457         ABI.
12458         (finish_struct_1): Set CLASSTYPE_PRIMARY_BINFO, not
12459         CLASSTYPE_VFIELD_PARENT.
12460         (dfs_get_primary_binfo): New function.
12461         (get_primary_binfo): Likewise.
12462         (dump_class_hierarchy_r): Tweak printing of primary bases.
12463         (build_vtbl_initializer): Fix typo in comments.  Use
12464         vtbl_init_data.
12465         (build_vcall_and_vbase_vtbl_entries): Likewise.
12466         (build_vbaes_offset_vtbl_entries): Likewise.
12467         (dfs_build_vcall_offset_vtbl_entries): Adjust setting of
12468         BV_VCALL_INDEX to handle indirect primary bases.
12469         (build_vcall_offset_vtbl_entries): Use vtbl_init_data.
12470         (build_rtti_vtbl_entries): Likewise.
12471         * search.c (get_shared_vbase_if_not_primary): Tweak.
12472         (find_vbase_instance): Likewise.
12473         (binfo_for_vtable): Simplify.
12474         * tree.c (unshare_base_binfos): Clear BINFO_PRIMARY_BASE_OF.
12475         (make_binfo): Make it have 11 entries.
12476
12477 2000-07-30  Alex Samuel  <samuel@codesourcery.com>
12478
12479         * mangle.c (DECL_TEMPLATE_ID_P): Remove.
12480         (CLASSTYEP_TEMPLATE_ID_P): Check template info, and context when
12481         ascertaining primaryness.
12482         (G): Remove template_args.
12483         (decl_is_template_id): New function.
12484         (write_encoding): Use decl_is_template_id.
12485         (write_name): Likewise.  Handle type_decls.  Get main variant of
12486         type decls.
12487         (write_nested_name): Likewise.
12488         (write_prefix): Likewise.
12489         (write_template_prefix): Likewise.
12490         (write_special_name_constructor): Remove defunct production from
12491         comment.
12492         (write_bare_function_type): Remove comment about absent parameter.
12493         (write_template_template_arg): Add missing grammar production to
12494         comment.
12495
12496 2000-07-27  Jason Merrill  <jason@redhat.com>
12497
12498         * decl.c (duplicate_decls): If common_type produces a non-typedef
12499         type for a typedef, just use the old type.
12500
12501 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
12502
12503         * cp-tree.h (function_depth): Declare.
12504         (verify_stmt_tree): Likewise.
12505         (find_tree): Likewise.
12506         * decl.c (function_depth): Give it external linkage.
12507         * optimize.c (optimize_function): Increment and decrement it.
12508         * tree.c (verify_stmt_tree_r): New function.
12509         (verify_stmt_tree): Likewise.
12510         (find_tree_r): Likewise.
12511         (find_tree): Likewise.
12512
12513 2000-07-27  Jason Merrill  <jason@redhat.com>
12514
12515         * pt.c (for_each_template_parm_r, case RECORD_TYPE): Use
12516         TYPE_PTRMEMFUNC_P.
12517         * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.
12518
12519 2000-07-26  Mark Mitchell  <mark@codesourcery.com>
12520
12521         * decl.c (start_cleanup_fn): Mark the function as `inline'.
12522         * decl2.c (get_guard): Call cp_finish_decl, not
12523         rest_of_decl_compilation, for local guards.
12524         * lex.c (do_identifier): Remove unused variable.
12525
12526 Wed Jul 26 15:05:51 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
12527
12528         * parse.y:  Add missing ';'.
12529
12530 2000-07-26  Mark Mitchell  <mark@codesourcery.com>
12531
12532         * parse.y (empty_parms): Use `()', not `(...)', when in the scope
12533         of `extern "C++"'.
12534
12535 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12536
12537         Kill strict_prototype. Backwards compatibility only for
12538         non NO_IMPLICIT_EXTERN_C systems.
12539         * cp-tree.h (flag_strict_prototype): Remove.
12540         (strict_prototype): Remove.
12541         (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
12542         * decl.c (maybe_push_to_top_level): Adjust.
12543         (pop_from_top_level): Adjust.
12544         (decls_match): Only allow sloppy parm matching for ancient
12545         system headers.
12546         (init_decl_processing): Adjust.
12547         (grokdeclarator): Adjust.
12548         * decl2.c (flag_strict_prototype): Remove.
12549         (strict_prototype): Remove.
12550         (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
12551         (lang_f_options): Remove "strict-prototype".
12552         (unsupported-options): Add "strict-prototype".
12553         * lex.c (do_identifier): Adjust.
12554         (do_scoped_id): Adjust.
12555         * parse.y (empty_parms): Adjust.
12556         * class.c (push_lang_context): Adjust.
12557         (pop_lang_context): Adjust.
12558         * typeck.c (comp_target_parms): Adjust.
12559
12560 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12561
12562         * decl.c (poplevel): Deal with anonymous variables at for scope.
12563         (maybe_inject_for_scope_var): Likewise.
12564
12565 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
12566
12567         * decl.c: Remove all signal handling code, now done in toplev.c.
12568
12569 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
12570
12571         * decl.c (make_rtl_for_nonlocal_decl): Rework.
12572
12573         * pt.c (lookup_template_class): Ensure that TYPE_CONTEXT is set
12574         correctly.
12575
12576 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
12577
12578         * cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
12579         Define my_friendly_assert and my_friendly_abort as macros
12580         which may call friendly_abort.  Prototype friendly abort, not
12581         my_friendly_abort or my_friendly_assert.
12582         * decl.c (signal_catch): Report the signal caught in the error
12583         message.  Call fatal directly.
12584         * typeck2.c (ack, my_friendly_assert): Delete.
12585         (my_friendly_abort): Rename to friendly_abort.  Expect file,
12586         line, and function parameters.  Report the abort code, then
12587         call fancy_abort.  Do not mask an abort if errors have
12588         already occurred.
12589
12590 2000-07-18  Nathan Sidwell  <nathan@codesourcery.com>
12591
12592         * typeck.c (comp_target_parms): Remove obsolete parameter.
12593         (comp_target_types): Adjust.
12594
12595 2000-07-17  Jason Merrill  <jason@redhat.com>
12596
12597         * typeck.c (mark_addressable): Never set TREE_USED.
12598         * call.c (build_call): Don't abort on calls to library functions
12599         that have been declared normally.
12600
12601         * typeck.c (build_binary_op): Fix grammar in warning.
12602
12603         * exception.cc (__eh_free): Fix prototype.
12604
12605         * decl2.c (finish_decl_parsing): Handle TEMPLATE_ID_EXPR.
12606
12607         * decl.c (pushdecl): Handle seeing an OVERLOAD in
12608         IDENTIFIER_NAMESPACE_VALUE.
12609
12610 2000-07-16  Mark Mitchell  <mark@codesourcery.com>
12611
12612         * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
12613         * method.c (use_thunk): Correct handling of vcall offsets.
12614
12615 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
12616
12617         * .cvsignore: parse.h and parse.c have no cp- prefix.
12618
12619 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
12620
12621         * .cvsignore: New file.
12622
12623 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
12624
12625         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
12626
12627 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
12628
12629         * Makefile.in ($(PARSE_H)): Depend directly on parse.y.
12630         * parse.c: Remove.
12631         * parse.h: Likewise.
12632
12633 2000-07-11  Mark Mitchell  <mark@codesourcery.com>
12634
12635         * class.c (layout_class_type): Add pointers to virtual bases after
12636         base classes under the old ABI.
12637
12638 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
12639
12640         * semantics.c (finish_for_stmt): Remove call to emit_line_note.
12641         (finish_continue_stmt): Likewise.
12642         (begin_for_stmt): Remove call to note_level_for_for.
12643         (finish_goto_stmt): Change call from build_min_nt
12644         to build_stmt.
12645         (finish_expr_stmt): Likewise.
12646         (begin_if_stmt): Likewise.
12647         (begin_while_stmt): Likewise.
12648         (finish_while_stmt): Likewise.
12649         (finish_return_stmt): Likewise.
12650         (begin_for_stmt): Likewise.
12651         (finish_for_stmt): Likewise.
12652         (finish_break_stmt): Likewise.
12653         (begin_switch_stmt): Likewise.
12654         (finish_case_label): Likewise.
12655         (genrtl_try_block): Likewise.
12656         (begin_try_block): Likewise.
12657         (begin_handler): Likewise.
12658         (begin_compound_stmt): Likewise.
12659         (finish_asm_stmt): Likewise.
12660         (finish_label_stmt): Likewise.
12661         (add_decl_stmt): Likewise.
12662         (finish_subobject): Likewise.
12663         (finish_decl_cleanup): Likewise.
12664         (finish_named_return_value): Likewise.
12665         (setup_vtbl_ptr): Likewise.
12666         (add_scope_stmt): Likewise.
12667         * decl.c (finish_constructor_body): Likewise.
12668         (finish_destructor_body): Likewise.
12669         * optimize.c (copy_body_r): Likewise.
12670         (initialize_inlined_parameters): Likewise.
12671         (declare_return_variable): Likewise.
12672         (expand_call_inline): Likewise.
12673
12674 2000-07-10  Jakub Jelinek  <jakub@redhat.com>
12675
12676         * semantics.c (expand_body): Sync interface information
12677         at the end of function body expansion.
12678
12679 2000-07-09  Jason Merrill  <jason@redhat.com>
12680
12681         * init.c (build_new_1): Bail early if the call to new fails.
12682
12683         * decl.c (compute_array_index_type): Check specifically for
12684         an INTEGER_CST, not just TREE_CONSTANT.
12685
12686         * decl.c (duplicate_decls): Don't call duplicate_decls on
12687         the DECL_TEMPLATE_RESULT.
12688         (decls_match): Return 0 if the DECL_TEMPLATE_RESULTs have different
12689         codes.
12690
12691         * error.c (dump_template_bindings): Don't crash if we had an
12692         invalid argument list.
12693
12694         * typeck.c (c_expand_start_case): Do narrowing here.
12695         * semantics.c (finish_switch_cond): Not here.
12696
12697 2000-07-09  Hidvegi Zoli  <hzoli@austin.ibm.com>
12698
12699         * parse.y (asm_clobbers): Do string concatenation.
12700
12701 2000-07-09  Mark Mitchell  <mark@codesourcery.com>
12702
12703         * decl.c (pushtag): Don't put local classes in template functions
12704         on the local_classes list.
12705
12706 2000-07-04  Scott Snyder  <snyder@fnal.gov>
12707
12708         * decl2.c (get_guard): Add missing return for old ABI local
12709         variable case.
12710
12711 2000-07-09  Mark Mitchell  <mark@codesourcery.com>
12712
12713         * cp-tree.h (char_type_p): New function.
12714         * decl.c (init_decl_processing): Don't initialize
12715         signed_wchar_type_node or unsigned_wchar_type_node.
12716         (complete_array_type): Handle brace-enclosed string-constants.
12717         * rtti.c (emit_support_tinfos): Remove #if 0'd code.
12718         * tree.c (char_type_p): New function.
12719         * typeck2.c (digest_init): Use char_type_p.
12720
12721 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
12722
12723         * pt.c (tsubst): Don't layout type, if it's error_mark.
12724
12725 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
12726
12727         * pt.c (instantiate_pending_templates): Reset template level.
12728
12729 2000-07-05  Jason Merrill  <jason@redhat.com>
12730
12731         * call.c (joust): Don't complain about `operator char *()' beating
12732         `operator const char *() const'.
12733
12734 2000-07-04  scott snyder  <snyder@fnal.gov>
12735             Jason Merrill  <jason@redhat.com>
12736
12737         * repo.c (repo_get_id): Handle the case where a class with virtual
12738         bases has a null TYPE_BINFO_VTABLE.
12739
12740 2000-07-04  Kevin Buhr  <buhr@stat.wisc.edu>
12741             Jason Merrill  <jason@redhat.com>
12742
12743         * parse.y (member_init): Just pass in the type.
12744         * init.c (expand_member_init): Handle getting a type.
12745
12746 2000-07-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12747             Jason Merrill  <jason@redhat.com>
12748
12749         * decl.c (finish_function): Warn if a function has no return
12750         statement.
12751         Suggested by Andrew Koenig.
12752         * typeck.c (check_return_expr): Do set current_function_returns_value
12753         if we got an error_mark_node.
12754
12755 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
12756
12757         * decl2.c (push_decl_namespace): Push the original namespace.
12758
12759 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
12760
12761         * pt.c (instantiate_class_template): Set CLASSTYPE_VBASECLASSES.
12762         * semantics.c (begin_class_definition): Clear it.
12763
12764 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
12765
12766         * cp-tree.h (genrtl_goto_stmt): Remove declaration.
12767         (genrtl_expr_stmt): Likewise.
12768         (genrtl_decl_stmt): Likewise.
12769         (genrtl_if_stmt): Likewise.
12770         (genrtl_while_stmt): Likewise.
12771         (genrtl_do_stmt): Likewise.
12772         (genrtl_return_stmt): Likewise.
12773         (genrtl_for_stmt): Likewise.
12774         (genrtl_break_stmt): Likewise.
12775         (genrtl_continue_stmt): Likewise.
12776         (genrtl_scope_stmt): Likewise.
12777         (genrtl_switch_stmt): Likewise.
12778         (genrtl_case_label): Likewise.
12779         (genrtl_begin_compound_stmt): Likewise.
12780         (genrtl_finish_compound_stmt): Likewise.
12781         (genrtl_compound_stmt): Likewise.
12782         (genrtl_asm_stmt): Likewise.
12783
12784         * init.c (begin_init_stmts): Remove call to
12785         genrtl_begin_compound_stmt.
12786         (finish_init_stmts): Remove call to genrtl_finish_compound_stmt.
12787
12788         * semantics.c (lang_expand_stmt): Changed call to
12789         genrtl_compound_stmt to ignore return value.
12790
12791 2000-07-02  Mark Mitchell  <mark@codesourcery.com>
12792
12793         * mangle.c (canonicalize_for_substitution): Return the canonical
12794         variant of a type.
12795
12796         * decl.c (duplicate_decls): Preserve DECL_ORIGINAL_TYPE for a
12797         TYPE_DECL.
12798         * typeck.c (commonparms): Remove obstack manipulations.
12799
12800 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
12801
12802         * Make-lang.in (cc1plus$(exeext)): Added c-semantics.o.
12803
12804         * Makefile.in (OBJS): Added ../c-semantics.o.
12805         (OBJDEPS): Likewise.
12806
12807         * cp-tree.h (TREE_LANG_FLAG_?): Moved common documentation to
12808         ../c-common.h.
12809         (struct stmt_tree): Added comment.
12810         (current_function_name_declared): Removed.
12811         (stmts_are_full_exprs_p): Likewise.
12812         (genrtl_do_pushlevel): Likewise.
12813         (genrtl_clear_out_block): Likewise.
12814         (COMPOUND_STMT_NO_SCOPE): Moved to ../c-common.h.
12815         (DECL_ANON_UNION_ELEMS): Likewise.
12816         (emit_local_var): Likewise.
12817         (make_rtl_for_local_static): Likewise.
12818         (do_case): Likewise.
12819         (expand_stmt): Likewise.
12820         (genrtl_decl_cleanup): Likewise.
12821         (c_expand_asm_operands): Likewise.
12822         (c_expand_return): Likewise.
12823         (c_expand_start_case): Likewise.
12824
12825         * decl.c (make_rtl_for_local_static): Moved to c-semantics.c.
12826         (emit_local_var): Likewise.
12827         (initialize_local_var): Change reference to
12828         stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
12829         Change reference to stmts_are_full_exprs_p to
12830         current_stmt_tree->stmts_are_full_exprs_p.
12831         (push_cp_function_context): Likewise.
12832
12833         * expect.c (expand_throw): Change reference to
12834         stmts_are_full_exprs_p.
12835
12836         * init.c (build_aggr_init): Change reference to
12837         stmts_are_full_exprs_p.
12838         (build_vec_init): Likewise.
12839
12840         * optimize.c (maybe_clone_body): Change reference to
12841         current_function_name_declared to
12842         cp_function_chain->name_declared.
12843
12844         * pt.c (instantiate_decl): Change reference to
12845         current_function_name_declared to
12846         cp_function_chain->name_declared.
12847
12848         * semantics.c (expand_cond): Moved declaration to c-common.h.
12849         (genrtl_do_pushlevel): Moved to c-semantics.c.
12850         (genrtl_clear_out_block): Likewise.
12851         (genrtl_goto_stmt): Likewise.
12852         (genrtl_expr_stmt): Likewise.
12853         (genrtl_decl_stmt): Likewise.
12854         (gerntl_if_stmt): Likewise.
12855         (genrtl_while_stmt): Likewise.
12856         (genrtl_do_stmt): Likewise.
12857         (genrtl_return_stmt): Likewise.
12858         (genrtl_for_stmt): Likewise.
12859         (genrtl_break_stmt): Likewise.
12860         (genrtl_continue_stmt): Likewise.
12861         (genrtl_scope_stmt): Likewise.
12862         (genrtl_switch_stmt): Likewise.
12863         (genrtl_case_label): Likewise.
12864         (genrtl_begin_compound_stmt): Likewise.
12865         (genrtl_finish_compound_stmt): Likewise.
12866         (genrtl_compound_stmt): Likewise.
12867         (genrtl_asm_stmt): Likewise.
12868         (genrtl_decl_cleanup): Likewise.
12869         (expand_cond): Likewise.
12870         (expand_stmt): Renamed to ...
12871         (lang_expand_stmt): ... this.
12872         (lang_expand_expr_stmt): Initialize.
12873         (set_current_function_name_declared): Likewise.
12874         (stmts_are_full_exprs_p): Likewise.
12875         (current_function_name_declared): Likewise.
12876         (anon_aggr_type_p): Likewise.
12877         (do_poplevel): Change reference to
12878         stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
12879         Change reference to stmts_are_full_exprs_p to
12880         current_stmt_tree->stmts_are_full_exprs_p.
12881         (add_tree): Likewise.
12882         (finish_expr_stmt): Likewise.
12883         (prep_stmt): Likewise.
12884         (lang_expand_stmt): Likewise.
12885         (begin_compound_stmt): Change reference to
12886         current_function_name_declared to
12887         cp_function_chain->name_declared and call to
12888         current_function_name_declared().
12889         (setup_vtbl_ptr): Likewise.
12890         (genrtl_do_poplevel): Removed.
12891
12892 2000-06-30  Jason Merrill  <jason@redhat.com>
12893
12894         * init.c (init_init_processing): Go back to aligning like
12895         double_type_node for old ABI.
12896         (get_cookie_size): Make cookie larger if we get a type that needs
12897         more alignment.
12898         (build_vec_delete): Call it.
12899
12900         * typeck.c (qualify_type_recursive): New fn.
12901         (composite_pointer_type): Use it.
12902         (build_binary_op): Use composite_pointer_type.
12903
12904 2000-06-24  Carlos O'Ryan  <coryan@cs.wustl.edu>
12905             Jason Merrill  <jason@redhat.com>
12906
12907         * typeck.c (check_return_expr): Don't complain about returning
12908         NULL from operator new if -fcheck-new.
12909         * cp-tree.h: Declare flag_check_new here.
12910         * init.c: Not here.
12911
12912 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
12913
12914         * mangle.c (find_substitution): Use same_type_p.
12915         (write_encoding): Don't check for substitutions.
12916
12917 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
12918
12919         * parse.y (expr_no_comma_rangle): New non-terminal.
12920         (template_parm): Use it for default parameter case.
12921         (template_arg): Use it.
12922         (expr_no_commas): Remove commented out undefined extensions.
12923         * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
12924         * parse.h, parse.c: Rebuilt.
12925
12926 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
12927
12928         * semantics.c (genrtl_asm_stmt): Don't decay input operands here.
12929         (finish_asm_stmt): Do it here, instead.
12930
12931         * cp-tree.h (ridpointers): Don't declare.
12932         * decl.c (record_builtin_type): Use CP_RID_MAX instead of RID_MAX.
12933         (record_builtin_java_type): Likewise.
12934         (init_decl_processing): Likewise.
12935         * lex.c: Move inclusion of lex.h.
12936         (ridpointers): Don't define.
12937         (init_parse): Initialize ripdointers.  Use CP_RID_MAX instead of
12938         RID_MAX.
12939         * lex.h (enum rid): Rename to ...
12940         (enum cp_rid): ... this.
12941         (ridpointers): Don't declare.
12942         * parse.y: Move inclusion of lex.h.
12943         * parse.c: Regenerated.
12944         * spew.c: Move inclusion of lex.h.
12945
12946         * cp-tree.h (struct language_function): Remove temp_name_counter.
12947         (temp_name_counter): Remove.
12948         (get_temp_name): Change prototype.
12949         (get_guard): New function.
12950         (get_guard_cond): Likewise.
12951         (set_guard): Likewise.
12952         * cvt.c (build_up_reference): Adjust call to get_temp_name.
12953         * decl.c (expand_static_init): Use get_guard and friends to
12954         implement guard variables.
12955         * decl2.c (get_temp_name): Assume that the variables created are
12956         always static.
12957         (get_sentry): Rename to ...
12958         (get_guard): ... this.  Implement new ABI guard variables.
12959         (get_guard_bits): New function.
12960         (get_guard_cond): Likewise.
12961         (set_guard): Likewise.
12962         (start_static_initialization_or_destruction): Use them.
12963         (do_static_initialization): Replace sentry with guard throughout.
12964         (do_static_destruction): Likewise.
12965         * init.c (create_temporary_var): Add comment.
12966
12967 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
12968
12969         * mangle.c (find_substitution): Use same_type_p.
12970         (write_encoding): Don't check for substitutions.
12971
12972 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
12973
12974         * parse.y (expr_no_comma_rangle): New non-terminal.
12975         (template_parm): Use it for default parameter case.
12976         (template_arg): Use it.
12977         (expr_no_commas): Remove commented out undefined extensions.
12978         * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
12979         * parse.h, parse.c: Rebuilt.
12980
12981 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
12982
12983         * cp-tree.h (flag_const_strings): Remove.
12984         (warn_parentheses): Likewise.
12985         (warn_format): Likewise.
12986         (common_type): Likewise.
12987         (default_conversion): Likewise.
12988         (build_binary_op): Likewise.
12989         (cp_build_binary_op): New macro.
12990         * call.c (build_new_op): Use cp_build_binary_op instead of
12991         build_binary_op.
12992         * class.c (build_vtable_entry_ref): Likewise.
12993         * decl.c (expand_static_init): Likewise.
12994         (compute_array_index_type): Likewise.
12995         (build_enumerator): Likewise.
12996         * decl2.c (delete_sanity): Likewise.
12997         (start_static_initialization_or_destruction): Likewise.
12998         * error.c (dump_type_suffix): Likewise.
12999         * init.c (resolve_offset_ref): Likewise.
13000         (build_new): Likewise.
13001         (build_new_1): Likewise.
13002         (build_vec_delete_1): Likewise.
13003         (build_vec_init): Likewise.
13004         (build_delete): Likewise.
13005         * rtti.c (synthesize_tinfo_fn): Likewise.
13006         (synthesize_tinfo_var): Likewise.
13007         * search.c (expand_upcast_fixups): Likewise.
13008         (fixup_all_virtual_upcast_offsets): Likewise.
13009         * typeck.c (build_array_ref): Likewise.
13010         (get_member_function_from_ptrfunc): Likewise.
13011         (build_binary_op): Add parameter.
13012         (pointer_int_sum): Use cp_build_binary_op.
13013         (pointer_diff): Likewise.
13014         (build_modify_expr): Likewise.
13015         (get_delta_difference): Likewise.
13016         (build_ptrmemfunc): Likewise.
13017
13018 2000-06-29  Nathan Sidwell  <nathan@codesourcery.com>
13019
13020         * cp-tree.h (SET_DECL_ARTIFICIAL): Remove.
13021         * decl.c (create_implicit_typedef): Adjust.
13022         * decl2.c (build_artificial_parm): Adjust.
13023         * method.c (implicitly_declare_fn): Adjust.
13024         * pt.c (push_inline_template_parms_recursive): Adjust.
13025         (process_template_parm): Adjust.
13026         (overloaded_template_name): Adjust.
13027         * semantics.c (finish_template_template_parm): Adjust.
13028
13029 2000-06-28  Mark Mitchell  <mark@codesourcery.com>
13030
13031         * cp-tree.h (CLEAR_BINFO_NEW_VTABLE_MARKED): Remove.
13032         * class.c (update_vtable_entry_for_fn): Correct logic for deciding
13033         where to emit thunks.
13034         (build_vtt): Adjust call to build_vtt_inits.
13035         (build_vtt_inits): Add parameter to indicate whether or not
13036         sub-VTTs for virtual bases should be included.  Adjust handling of
13037         construction vtables.
13038         (get_matching_base): New function.
13039         (dfs_build_vtt_inits): Rename to ...
13040         (dfs_build_secondary_vptr_vtt_inits): Adjust handling of
13041         construction vtables.
13042         (dfs_fixup_binfo_vtbls): Likewise.
13043         (build_ctor_vtbl_groups): Build construction vtables for virtual
13044         bases, too.
13045         (accumulate_vtbl_inits): Tweak logic for deciding whether or not
13046         to build construction vtbls.
13047         (dfs_accumulate_vtbl_inits): Adjust handling of
13048         construction vtables.
13049
13050         * pt.c (tsubst, case TEMPLATE_TEMPLATE_PARM): Handle cv-qualified
13051         types correctly.
13052
13053 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
13054
13055         * decl.c (grokfndecl): Set DECL_CONTEXT for static functions too.
13056
13057 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13058
13059         * search.c (hides): Remove.
13060         (is_subobject_of_p): Add most_derived parameter. Use
13061         CANONICAL_BINFO.
13062         (lookup_field_queue_p): Adjust.
13063         (lookup_field_r): Adjust.
13064
13065 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13066
13067         * decl2.c (handle_class_head): Bash typedefs to the type's main
13068         decl.
13069
13070 2000-06-25  Mark Mitchell  <mark@codesourcery.com>
13071
13072         * cp-tree.h (genrtl_begin_stmt_expr): Rename to ...
13073         (begin_global_stmt_expr): ... this.
13074         (genrtl_finish_stmt_expr): Rename to ...
13075         (finish_global_stmt_expr): ... this.
13076         * init.c (begin_init_stmts): Adjust calls.
13077         (finish_init_stmts): Likewise.
13078         * semantics.c (genrtl_begin_stmt_expr): Rename to ...
13079         (begin_global_stmt_expr): ... this.
13080         (genrtl_finish_stmt_expr): Rename to ...
13081         (finish_global_stmt_expr): ... this.
13082
13083 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
13084
13085         * search.c (lookup_member): Fix typo in comment.
13086
13087 2000-06-24  Jason Merrill  <jason@redhat.com>
13088
13089         * decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.
13090         (push_namespace): Set DECL_CONTEXT for a new NAMESPACE_DECL.
13091
13092 2000-06-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13093
13094         * parse.y (complex_direct_notype_declarator): Support global_scope.
13095         * Makefile.in: Adjust conflict count.
13096
13097 2000-06-23  Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
13098
13099         * parse.y (template_arg): Convert TEMPLATE_DECL
13100         that is a template template parameter to
13101         TEMPLATE_TEMPLATE_PARM here.
13102
13103         * cp-tree.def (TEMPLATE_TEMPLATE_PARM): Adjust comment.
13104         * cp-tree.h (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): New macro.
13105         (copy_template_template_parm): Adjust prototype.
13106         * decl.c (grokdeclarator): Remove dead code.
13107         * pt.c (process_template_parm): Tidy.
13108         (lookup_template_class): Construct nodes in
13109         copy_template_template_parm.
13110         (tsubst): Pass TEMPLATE_DECL rather than IDENTIFIER_NODE to
13111         lookup_template_class.  Use TYPE_TI_TEMPLATE.
13112         * tree.c (copy_template_template_parm): Add NEWARGS
13113         parameter.
13114         (mapcar): Adjust call to copy_template_template_parm.
13115         * typeck.c (comptypes): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL.
13116         * method.c (build_template_template_parm_names): Change error
13117         code to avoid compilation warning.
13118
13119         * gxxint.texi: Document template template parameter
13120         name mangling.
13121
13122 2000-06-21  Alex Samuel  <samuel@codesourcery.com>
13123
13124         * Make-lang.in (CXX_LIB2FUNCS): Add cp-demangle.o and dyn-string.o.
13125         (CXX_LIB2SRCS): Add cp-demangle.c and dyn-string.c.
13126         (cp-demangle.o): New rule.
13127         (dyn-string.o): Likewise.
13128         * inc/cxxabi.h (__cxa_demangle): New declaration.
13129
13130 2000-06-22  Mark Mitchell  <mark@codesourcery.com>
13131
13132         * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
13133         (BV_GENERATE_THUNK_WITH_VTABLE_P): Likewise.
13134         (lang_decl_flags): Add generate_with_vtable_p.  Make vcall_offset
13135         a tree, not an int.
13136         (THUNK_GENERATE_WITH_VTABLE_P): New macro.
13137         (make_thunk): Change prototype.
13138         (emit_thunk): Rename to use_thunk.
13139         (mangle_thunk): Change prototype.
13140         * class.c (get_derived_offset): Simplify.
13141         (copy_virtuals): Clear BV_USE_VCALL_INDEX_P and
13142         BV_GENERATE_THUNK_WITH_VTABLE_P.
13143         (build_primary_vtable): Simplify.
13144         (add_virtual_function): Use BV_FN, rather than TREE_VALUE.
13145         (dfs_find_base): Remove.
13146         (update_vtable_entry_for_fn): Correct bug in finding the base
13147         where a virtual function was first declared.  Figure out whether
13148         or not to emit a vcall-thunk with the vtables in which it appears.
13149         Correct logic for deciding whether to use an ordinary thunk, or a
13150         vcall thunk.
13151         (finish_struct_1): Remove unnecssary code.
13152         (build_vtbl_initializer): Use ssize_int for the running counter of
13153         negative indices.
13154         (build_vtbl_initializer): Only use vcall thunks where necessary.
13155         Mark thunks as needing to be emitted with their vtables, or not.
13156         (build_vbase_offset_vtbl_entries): Adjust for use of ssize_int in
13157         indices.  Use size_binop.
13158         (dfs_build_vcall_offset_vtbl_entries): Don't rely on
13159         BINFO_PRIMARY_MARKED_P here.  Use BV_FN consistently.  Use
13160         size_binop.
13161         (build_rtti_vtbl_entries): Adjust call to build_vtable_entry.
13162         (build_vtable_entry): Mark thunks as needing to be emitted with
13163         their vtables, or not.
13164         * decl.c (lang_mark_tree): Mark the vcall_offset in a thunk.
13165         * decl2.c (mark_vtable_entries): Use use_thunk instead of
13166         emit_thunk.
13167         * dump.c (dequeue_and_dump): Remove dead code.  Dump new thunk
13168         information.
13169         * error.c (dump_expr): Use BV_FN.
13170         * mangle.c (mangle_thunk): Adjust now that vcall_offset is a tree,
13171         not an int.
13172         * method.c (make_thunk): Likewise.
13173         (emit_thunk): Rename to use_thunk.  Allow callers to decide
13174         whether or not to actually emit the thunk.  Adjust for changes in
13175         representation of vcall offsets.
13176         * search.c (dfs_get_pure_virtuals): Use BV_FN.
13177         * semantics.c (emit_associated_thunks): New function.
13178         (expand_body): Use it.
13179         * ir.texi: Adjust decriptions of thunks.
13180
13181 2000-06-22  Jason Merrill  <jason@redhat.com>
13182
13183         * pt.c (tsubst_decl, case FUNCTION_DECL): Clear DECL_SAVED_TREE.
13184         (tsubst_friend_function): Copy it here.
13185
13186         * decl.c (grok_op_properties): Fix typo.
13187
13188         * decl2.c (delete_sanity): Clarify warning, avoid failure on
13189         deleting void*.
13190
13191         * pt.c (check_explicit_specialization): Clarify error.
13192
13193         * decl.c (pushdecl): Also pull out one of the FUNCTION_DECLs from
13194         an old OVERLOAD when we're declaring a non-function.
13195         (pushdecl, destroy_local_var): Check for error_mark_node.
13196         (warn_extern_redeclared_static): Also bail early if
13197         we're a CONST_DECL.
13198         (push_overloaded_decl): Ignore an old error_mark_node.
13199
13200 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13201
13202         * call.c (build_x_va_arg): Check if in a template decl.
13203         * pt.c (tsubst_copy, case VA_ARG_EXPR): Use build_x_va_arg.
13204
13205 2000-06-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13206
13207         * class.c (push_lang_context): TYPE_NAME gets you to the Java
13208         types DECLs.
13209         * decl.c (check_goto): Computed gotos assumed OK.
13210
13211 2000-06-20  Jason Merrill  <jason@redhat.com>
13212
13213         * pt.c (tsubst_decl, case TYPE_DECL): Fix test for TYPE_DECLs
13214         for which we don't need to look for instantiations.
13215
13216 2000-06-21  Nathan Sidwell  <nathan@codesourcery.com>
13217
13218         * parse.y (program): Always call finish_translation_unit.
13219         * parse.c, parse.h: Rebuilt.
13220
13221 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
13222
13223         * method.c: Don't include hard-reg-set.h.
13224
13225 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
13226
13227         * rtti.c (get_base_offset): Cope when vbase field is in a base.
13228
13229 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
13230
13231         * call.c (build_conditional_expr): Use VOID_TYPE_P.
13232         * cvt.c (cp_convert_to_pointer): Likewise.
13233         (convert_to_void): Likewise.
13234         * error.c (dump_expr): Likewise.
13235         * except.c (complete_ptr_ref_or_void_ptr_p): Likewise.
13236         * init.c (build_delete): Likewise.
13237         * method.c (emit_thunk): Likewise.
13238         * optmize.c (declare_return_variable): Likewise.
13239         * rtti.c (get_tinfo_decl_dynamic): Likewise.
13240         (get_typeid): Likewise.
13241         (build_dynamic_cast_1): Likewise.
13242         * typeck.c (composite_pointer_type): Likewise.
13243         (common_type): Likewise.
13244         (build_indirect_ref): Likewise.
13245         (build_binary_op): Likewise.
13246         (build_x_compound_expr): Likewise.
13247         (check_return_expr): Likewise.
13248         * typeck2.c (add_exception_specifier): Likewise.
13249
13250         * mangle.c (write_method_parms): Use direct comparison for end
13251         of parmlist.
13252
13253 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
13254
13255         * cp-tree.h (genrtl_try_block): Declare function.
13256         (genrtl_handler): Likewise.
13257         (genrtl_catch_block): Likewise.
13258         (genrtl_ctor_stmt): Likewise.
13259         (genrtl_subobject): Likewise.
13260         (genrtl_decl_cleanup): Likewise.
13261         (genrtl_do_poplevel): Likewise.
13262         (genrtl_do_pushlevel): Likewise.
13263         (genrtl_clear_out_block): Likewise.
13264         (genrtl_goto_stmt): Likewise.
13265         (genrtl_expr_stmt): Likewise.
13266         (genrtl_decl_stmt): Likewise.
13267         (genrtl_if_stmt): Likewise.
13268         (genrtl_while_stmt): Likewise.
13269         (genrtl_do_stmt): Likewise.
13270         (genrtl_return_stmt): Likewise.
13271         (genrtl_for_stmt): Likewise.
13272         (genrtl_break_stmt): Likewise.
13273         (genrtl_continue_stmt): Likewise.
13274         (genrtl_scope_stmt): Likewise.
13275         (genrtl_switch_stmt): Likewise.
13276         (genrtl_case_label): Likewise.
13277         (genrtl_begin_compound_stmt): Likewise.
13278         (genrtl_finish_compound_stmt): Likewise.
13279         (genrtl_compound_stmt): Likewise.
13280         (genrtl_asm_stmt): Likewise.
13281         (genrtl_named_return_value): Likewise.
13282         (genrtl_begin_stmt_expr): Likewise.
13283         (genrtl_finish_stmt_expr): Likewise.
13284         (finish_for_stmt): Removed first argument.
13285         (finish_switch_stmt): Likewise.
13286
13287         * semantics.c (genrtl_try_block): Define function.
13288         (genrtl_handler): Likewise.
13289         (genrtl_catch_block): Likewise.
13290         (genrtl_ctor_stmt): Likewise.
13291         (genrtl_subobject): Likewise.
13292         (genrtl_decl_cleanup): Likewise.
13293         (genrtl_do_poplevel): Likewise.
13294         (genrtl_do_pushlevel): Likewise.
13295         (genrtl_clear_out_block): Likewise.
13296         (genrtl_goto_stmt): Likewise.
13297         (genrtl_expr_stmt): Likewise.
13298         (genrtl_decl_stmt): Likewise.
13299         (genrtl_if_stmt): Likewise.
13300         (genrtl_while_stmt): Likewise.
13301         (genrtl_do_stmt): Likewise.
13302         (genrtl_return_stmt): Likewise.
13303         (genrtl_for_stmt): Likewise.
13304         (genrtl_break_stmt): Likewise.
13305         (genrtl_continue_stmt): Likewise.
13306         (genrtl_scope_stmt): Likewise.
13307         (genrtl_switch_stmt): Likewise.
13308         (genrtl_case_label): Likewise.
13309         (genrtl_begin_compound_stmt): Likewise.
13310         (genrtl_finish_compound_stmt): Likewise.
13311         (genrtl_compound_stmt): Likewise.
13312         (genrtl_asm_stmt): Likewise.
13313         (genrtl_named_return_value): Likewise.
13314         (genrtl_begin_stmt_expr): Likewise.
13315         (genrtl_finish_stmt_expr): Likewise.
13316         (finish_for_stmt): Removed first argument and generate rtl
13317         specific code.
13318         (finish_switch_stmt): Likewise.
13319         (do_poplevel): Removed generate rtl specific code.
13320         (do_pushlevel): Likewise.
13321         (add_tree): Likewise.
13322         (finish_goto_stmt): Likewise.
13323         (finish_expr_stmt): Likewise.
13324         (begin_if_stmt): Likewise.
13325         (finish_if_stmt_cond): Likewise.
13326         (finish_then_clause): Likewise.
13327         (begin_else_clause): Likewise.
13328         (finish_else_clause): Likewise.
13329         (finish_if_stmt): Likewise.
13330         (clear_out_block): Likewise.
13331         (begin_while_stmt): Likewise.
13332         (finish_while_stmt_cond): Likewise.
13333         (finish_while_stmt): Likewise.
13334         (begin_do_stmt): Likewise.
13335         (finish_do_body): Likewise.
13336         (finish_do_stmt): Likewise.
13337         (finish_return_stmt): Likewise.
13338         (begin_for_stmt): Likewise.
13339         (finish_for_init_stmt): Likewise.
13340         (finish_for_cond): Likewise.
13341         (finish_for_expr): Likewise.
13342         (finish_break_stmt): Likewise.
13343         (finish_continue_stmt): Likewise.
13344         (begin_switch_stmt): Likewise.
13345         (finish_switch_cond): Likewise.
13346         (finish_case_label): Likewise.
13347         (begin_try_block): Likewise.
13348         (begin_function_try_block): Likewise.
13349         (finish_try_block): Likewise.
13350         (finish_cleanup_try_block): Likewise.
13351         (finish_cleanup): Likewise.
13352         (finish_function_try_block): Likewise.
13353         (finish_handler_sequence): Likewise.
13354         (finish_function_handler_sequence): Likewise.
13355         (begin_handler): Likewise.
13356         (finish_handler_parms): Likewise.
13357         (begin_catch_block): Likewise.
13358         (finish_handler): Likewise.
13359         (begin_compound_stmt): Likewise.
13360         (finish_compound_stmt): Likewise.
13361         (finish_asm_stmt): Likewise.
13362         (finish_label_stmt): Likewise.
13363         (finish_label_decl): Likewise.
13364         (finish_subobject): Likewise.
13365         (finish_decl_cleanup): Likewise.
13366         (finish_named_return_value): Likewise.
13367         (begin_stmt_expr): Likewise.
13368         (finish_stmt_expr): Likewise.
13369
13370         * decl.c (initialize_local_var): Changed call to finish_expr_stmt
13371         to call genrtl_expr_stmt when appropriate.
13372
13373         * init.c (begin_init_stmts): Changed calls to begin_stmt_expr and
13374         begin_compound_expr to call genrtl_begin_stmt_expr and
13375         genrtl_begin_compound_expr when appropriate.
13376         (finish_init_stmts): Changed calls to finish_compound_expr and
13377         finish_stmt_expr to call genrtl_finish_compound_expr and
13378         genrtl_finish_stmt_expr when appropriate.
13379         (expand_default_init): Changed call to finish_expr_stmt to call
13380         genrtl_expr_stmt when appropriate.
13381         (build_vec_init): Likewise.
13382
13383         * parse.y (simple_stmt): Removed first argument from call to
13384         finish_for_stmt. Removed first argument from call to
13385         finish_switch_stmt.
13386
13387         * parse.c: Regenerated.
13388
13389         * pt.c (tsubst_expr): Removed first argument from call to
13390         finish_for_stmt. Removed first argument from call to
13391         finish_switch_stmt.
13392
13393 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
13394
13395         * cp-tree.h (enum cplus_tree_code): Changed __DUMMY to
13396         CP_DUMMY_TREE_CODE. Remove #include "c-common.def".
13397
13398         * lex.c (cplus_tree_code_type[]): Removed #include "c-common.def".
13399         (cplus_tree_code_length[]): Likewise.
13400         (cplus_tree_code_name[]): Likewise.
13401         (init_parse): Added call to add_c_tree_codes. Changed
13402         LAST_AND_UNUSED_TREE_CODE to LAST_C_TREE_CODE.
13403
13404 2000-06-16  Mark Mitchell  <mark@codesourcery.com>
13405
13406         * cp-tree.h (finish_mem_initializers): Declare.
13407         (count_trees): Likewise.
13408         * parse.y (base_init): Use finish_mem_initializers.
13409         * semantics.c (finish_mem_initializers): New function.
13410
13411         * tree.c (count_trees_r): Prototype.  Use DATA parameter to store
13412         the number of trees.
13413         (n_trees): Remove.
13414         (count_trees): Don't use it.
13415
13416 2000-06-15  Jason Merrill  <jason@redhat.com>
13417
13418         * tree.c (count_trees): New debugging function.
13419
13420         * typeck.c (build_x_function_call): Use DECL_FUNCTION_TEMPLATE_P.
13421         * init.c (build_member_call): Pull out the name of a DECL.
13422
13423         * Makefile.in (semantics.o, pt.o): Depend on TIMEVAR_H.
13424         * semantics.c (expand_body): Push to TV_INTEGRATION here.
13425         * optimize.c (optimize_function): Not here.
13426         * pt.c (instantiate_decl): Push to TV_PARSE.
13427
13428 2000-06-15  Mark Mitchell  <mark@codesourcery.com>
13429
13430         * cp-tree.h (struct language_function): Remove x_base_init_list
13431         and x_member_init_list.
13432         (current_base_init_list): Remove.
13433         (current_member_init_list): Likewise.
13434         (setup_vtbl_ptr): Change prototype.
13435         (emit_base_init): Likewise.
13436         (expand_member_init): Likewise.
13437         (reinit_parse_for_function): Remove.
13438         * decl.c (save_function_data): Don't clear x_base_init_list and
13439         x_member_init_list.
13440         (mark_language_function): Don't mark them.
13441         * init.c (perform_member_init): Tweak comment.
13442         (sort_member_init): Take the list of initializers as an argument.
13443         (sort_base_init): Likewise.
13444         (emit_base_init): Likewise.
13445         (expand_member_init): Return the initializer.  Don't use global
13446         variables.
13447         * lex.c (reinit_parse_for_function): Remove.
13448         * method.c (build_template_parm_names): Correct substitution.
13449         (do_build_copy_constructor): Don't use current_member_init_list
13450         and current_base_init_list.
13451         (synthesize_method): Likewise.
13452         * parse.y (base_init): Split mem-initializers into
13453         base-initializers and field-initializers.
13454         (member_init_list): Build up the list here.
13455         (member_init): Return the initializer.
13456         (fn.depfn): Don't use reinit_parse_for_function.
13457         * parse.c: Regenerated.
13458         * pt.c (convert_nontype_argument): Don't make an ADDR_EXPR of the
13459         ERROR_MARK.
13460         (tsubst_expr): Don't use current_member_init_list
13461         and current_base_init_list.
13462         (tsubst_expr_values): Rename to ...
13463         (tsubst_initializer_list): ... this.  Use convert_from_reference.
13464         * semantics.c (setup_vtbl_ptr): Don't use current_member_init_list
13465         and current_base_init_list.
13466         (begin_function_definition): Don't call reinit_parse_for_function.
13467
13468         * dump.c (dequeue_and_dump): Use TREE_VEC_LENGTH with vectors.
13469
13470         * error.c (dump_expr): Handle ADDR_EXPRs with REFERENCE_TYPE
13471         correctly.
13472
13473         * cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.
13474
13475 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
13476
13477         * cp-tree.h (IF_COND): Move to c-common.h.
13478         (THEN_CLAUSE): Likewise.
13479         (ELSE_CLAUSE): Likewise.
13480         (WHILE_COND): Likewise.
13481         (WHILE_BODY): Likewise.
13482         (DO_COND): Likewise.
13483         (DO_BODY): Likewise.
13484         (RETURN_EXPR): Likewise.
13485         (EXPR_STMT_EXPR): Likewise.
13486         (FOR_INIT_STMT): Likewise.
13487         (FOR_COND): Likewise.
13488         (FOR_EXPR): Likewise.
13489         (FOR_BODY): Likewise.
13490         (SWITCH_COND): Likewise.
13491         (SWITCH_BODY): Likewise.
13492         (CASE_LOW): Likewise.
13493         (CASE_HIGH): Likewise.
13494         (GOTO_DESTINATION): Likewise.
13495         (COMPOUND_BODY): Likewise.
13496         (ASM_CV_QUAL): Likewise.
13497         (ASM_STRING): Likewise.
13498         (ASM_OUTPUTS): Likewise.
13499         (ASM_INPUTS): Likewise.
13500         (ASM_CLOBBERS): Likewise.
13501         (DECL_STMT_DECL): Likewise.
13502         (STMT_EXPR_STMT): Likewise.
13503         (LABEL_STMT_LABEL): Likewise.
13504         (SCOPE_BEGIN_P): Likewise.
13505         (SCOPE_END_P): Likewise.
13506         (SCOPE_STMT_BLOCK): Likewise.
13507         (SCOPE_NULLIFIED_P): Likewise.
13508         (SCOPE_NO_CLEANUPS_P): Likewise.
13509         (SCOPE_PARTIAL_P): Likewise.
13510         (ASM_VOLATILE_P): Likewise.
13511         (STMT_LINENO): Likewise.
13512         (STMT_LINENO_FOR_FN_P): Likewise.
13513
13514         * cp-tree.def: Removed SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
13515         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
13516         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
13517         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
13518         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
13519
13520         * Makefile.in (CXX_TREE_H): Added $(srcdir)/../c-common.def.
13521
13522         * Make-lang.in (CXX_SRCS): Added $(srcdir)/c-common.def.
13523         (cc1plus$(exeext)): Added $(srcdir)/c-common.def.
13524
13525         * lex.c (cplus_tree_code_type[]): Added '#include "c-common.def"'.
13526         (cplus_tree_code_length[]): Added '#include "c-common.def"'.
13527         (cplus_tree_code_name[]): Added '#include "c-common.def"'.
13528
13529 2000-06-14  Mark Mitchell  <mark@codesourcery.com>
13530
13531         * cp-tree.h (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH): New macro.
13532         * class.c (dfs_find_final_overrider): Set it appropriately.
13533         (dfs_built_vtt_inits): Check BINFO_OVERRIDE_ALONG_VIRTUAL_PATH to
13534         avoid unneeded secondary vptrs.
13535
13536 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
13537
13538         * class.c (build_secondary_vtable): Set DECL_USER_ALIGN.
13539         (check_bitfield_decl, check_field_decl): Likewise.
13540         (build_vtbl_or_vbase_field, build_base_field): Likewise.
13541         (layout_class_type): Set DECL_USER_ALIGN resp. CLASSTYPE_USER_ALIGN.
13542         * decl.c (record_unknown_type): Set TYPE_USER_ALIGN.
13543         (xfer_tag, finish_enum): Likewise.
13544         * decl2.c (finish_builtin_type): Likewise.
13545         * init.c (init_init_processing): Likewise.
13546         * pt.c (instantiate_class_template): Likewise.
13547         * rtti.c (get_tinfo_decl, synthesize_tinfo_fn): Set DECL_USER_ALIGN.
13548         * cp-tree.h (struct lang_type): Add user_align member.
13549         (CLASSTYPE_USER_ALIGN): Define.
13550
13551 Tue Jun 13 15:48:03 2000  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
13552
13553         * Make-lang.in (c++.install-common): Install g++-cross in
13554         $(gcc_tooldir)/bin as g++ and c++; g++ in $(bindir) as
13555         $(target_alias)-g++ and $(target_alias)-c++.
13556
13557 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
13558
13559         * class.c (vcall_offset_data_s): Add last_init and fns.
13560         (overrides): Rename to same_signature_p.
13561         (dfs_find_final_overrider): Adjust accordingly.
13562         (mark_overriders): Likewise.
13563         (warn_hidden): Likewise.
13564         (build_vtbl_initializer): Reorganize machinery for building things
13565         at negative offsets.
13566         (build_vcall_and_vbase_vtbl_entries): Likewise.
13567         (build_vbase_offset_vtbl_entries): Likewise.
13568         (dfs_build_vcall_offset_vtbl_entries): Correct order of vcall
13569         offset entries.  Do not create two entries for functions with the
13570         same signature.
13571         (build_vcall_offset_vtbl_entries): Initialize vod->fns.
13572         (build_rtti_vtbl_entries): Reorganize machinery for building things
13573         at negative offsets.
13574
13575         * optimize.c (expand_call_inline): Don't recurse into the code
13576         used to initialize the parameters more than once.
13577
13578 2000-06-11  Mark Mitchell <mark@codesourcery.com>
13579
13580         * mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.
13581         (is_std_substitution): Don't check CLASSTYPE_USE_TEMPLATE here.
13582         (find_substitution): Only use the `Sa' substitution for
13583         std::allocator, not instantiations of it.
13584         (write_template_prefix): Move comment.  Only use a TREE_LIST to
13585         represent substitutions for a member template.
13586         (write_array_type): Mangle array dimensions correctly.
13587         * optimize.c (maybe_clone_body): Copy more information from the
13588         cloned function.
13589         * pt.c (regenerate_decl_from_template): Preserve DECL_USE_TEMPLATE
13590         on the regenerated declaration.
13591
13592 2000-06-11  Chip Salzenberg  <chip@valinux.com>
13593             Mark Mitchell <mark@codesourcery.com>
13594
13595         * class.c (build_vtable): Clarify comment.
13596         (build_ctor_vtbl_group): Pass the most derived type to
13597         build_vtable.
13598
13599 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13600
13601         * decl2.c (compare_options): Don't needlessly cast away const-ness.
13602
13603 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
13604
13605         * decl.c (add_binding): Handle duplicate declarations of external
13606         variables.
13607
13608 2000-06-09  Chip Salzenberg  <chip@valinux.com>
13609             Mark Mitchell <mark@codesourcery.com>
13610
13611         * mangle.c (write_number): Take an unsigned HOST_WIDE_INT as an
13612         argument.
13613         (write_signed_number): New macro.
13614         (write_unsigned_number): Likewise.
13615         (write_source_name): Use them.
13616         (write_number): Handle signed and unsigned values.
13617         (write_integer_cst): Use tree_int_cst_sgn, and use
13618         write_unsigned_number or write_signed_number as appropriate.
13619         (write_discriminator): Use write_unsigned_number or
13620         write_signed_number as appropriate.
13621         (write_template_arg_literal): Likewise.
13622         (write_array_type): Use tree_low_cst.
13623         (write_template_parm):  Use write_unsigned_number or
13624         write_signed_number as appropriate.
13625         (write_substitution): Adjust call to write_number.
13626         (write_type): Get the TYPE_MAIN_VARIANT before mangling it.
13627         (write_expression): Handle non-type template arguments of
13628         reference type correctly.
13629         (mangle_thunk): Use write_signed_number.
13630
13631 2000-06-09  Chip Salzenberg  <chip@valinux.com>
13632
13633         * mangle.c (find_substition): Don't mangle objects with typename
13634         substitutions (e.g. "cin" as "Si").
13635
13636 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
13637
13638         * call.c (add_candidate): Use ggc_alloc_cleared.
13639         * decl.c (lookup_label): Likewise.
13640         * lex.c (retrofit_lang_decl): Likewise.
13641
13642 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
13643
13644         * semantics.c (expand_body): Push to TV_EXPAND.
13645         * optimize.c (optimize_function): Push to TV_INTEGRATION.
13646         * decl.c (start_function): Always call announce_function.
13647
13648         * tinfo2.cc: Just declare abort.
13649
13650 2000-06-09  Gabriel Dos Reis  <gdr@codesourcery.com>
13651
13652         * lex.c (DEF_OPERATOR): Say `operator@' -not- `operator @'
13653         whenever @ is a symbolic name.
13654
13655 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
13656
13657         * method.c (make_thunk): Clear DECL_VTT_PARM in thunk.
13658
13659 2000-06-07  Mark Mitchell  <mark@codesourcery.com>
13660
13661         * decl.c (pushdecl): Look up functions by DECL_NAME, not
13662         DECL_ASSEMBLER_NAME.
13663
13664 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
13665
13666         * decl2.c (c_language): Define.
13667
13668 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
13669
13670         * lex.c (lang_init_options): Tweak.
13671
13672         * decl2.c: Remove #inclusion of diagnostic.h
13673         (lang_decode_option): Move diagnostic formatting options to
13674         toplevel.
13675
13676         * lang-options.h: Remove documentation for diagnostic options.
13677
13678         * Makefile.in (lex.o): Depends upon diagnostic.h
13679
13680 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
13681
13682         * decl.c (redeclaration_error_message): If two TEMPLATE_DECLs have
13683         the same DECL_RESULT, it's not a redefinition.
13684         * pt.c (tsubst_decl): Remove code to handle illegal
13685         specializations.
13686
13687 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
13688
13689         * exception.cc: (__eh_alloc, __eh_free): Moved to libgcc2.c
13690
13691 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
13692
13693         * search.c (maybe_suppress_debug_info): Don't check
13694         CLASSTYPE_INTERFACE_ONLY if CLASSTYPE_INTERFACE_KNOWN isn't set.
13695
13696         * pt.c (mark_decl_instantiated): Do SET_DECL_EXPLICIT_INSTANTIATION
13697         here if extern_p.
13698
13699         Remember instantiation context in deferred instantiations.
13700         * cp-tree.h (struct tinst_level): Remove.
13701         (TINST_DECL, TINST_LINE, TINST_FILE): New macros.
13702         * pt.c (current_tinst_level): Now a tree.
13703         (print_template_context, push_tinst_level, pop_tinst_level,
13704         tinst_for_decl): Adjust.
13705         (reopen_tinst_level): New fn.
13706         (init_pt): Register current_tinst_level as a root.
13707         (add_pending_template): Put current_tinst_level in TREE_PURPOSE
13708         of the pending templates list.
13709         (instantiate_pending_templates): Adjust.  Call reopen_tinst_level.
13710         * lex.c (extract_interface_info): Adjust.
13711         * decl2.c (warn_if_unknown_interface): Adjust.
13712
13713 2000-06-05  Mark Mitchell  <mark@codesourcery.com>
13714
13715         * class.c (indirect_primary_base_p): New function.
13716         (determine_primary_base): Use it.
13717
13718 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
13719
13720         Update new-abi dynamic cast algorithm.
13721         * tinfo.cc (__class_type_info::__dyncast_result): Add
13722         whole_details. Adjust constructor.
13723         (__vmi_class_type_info::__do_dyncast): Adjust for vmi_flags.
13724         Avoid unnecessary searching.
13725         (__dynamic_cast): Adjust for __dyncast_result::whole_details.
13726
13727 Mon Jun  5 06:48:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13728
13729         * decl.c (init_decl_processing): Don't call record_component_aliases.
13730         * tree.c (build_cplus_array_type_1): Likewise.
13731
13732 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
13733
13734         * ir.texi: Correct typo.
13735         * mangle.c (write_expression): Handle non-type template arguments
13736         with reference type.
13737         * method.c (build_overload_value): Likewise.
13738         * pt.c (convert_nontype_argument): Explicitly represent conversion
13739         to a reference with an ADDR_EXPR.
13740         (unify): Always unify arguments in left-to-right order.
13741
13742 2000-06-03  Alex Samuel    <samuel@codesourcery.com>
13743             Mark Mitchell  <mark@codesourcery.com>
13744
13745         * Make-lang.in (CXX_SRCS): Add mangle.c.
13746         * Makefile.in (CXX_OBJS): Add mangle.o.
13747         (mangle.o): New rule.
13748
13749         * class.c (local_classes): New variable.
13750         * class.c (get_vtable_name): Use mangle_vtable_for_type for new ABI.
13751         (get_vtt_name): Use mangle_vtt_name for new ABI.
13752         (init_class_processing): Initialize local_classes.
13753         (build_ctor_vtbl_group): Use mangle_ctor_vtbl_for_type for new ABI.
13754         * cp-tree.h (cp_tree_index): Add CPTI_STD_IDENTIFIER.
13755         (std_identifier): New macro.
13756         (DECL_VOLATILE_MEMFUNC_P): New macro.
13757         (DECL_NAMESPACE_STD_P): Likewise.
13758         (local_classes): Declare.
13759         (get_mostly_instantiated_function_type): Declare.
13760         (init_mangle): Declare.
13761         (mangle_decl): Likewise.
13762         (mangle_type_string): Likewise.
13763         (mangle_type): Likewise.
13764         (mangle_typeinfo_for_type): Likewise.
13765         (mangle_typeinfo_string_for_type): Likewise.
13766         (mangle_vtbl_for_type): Likewise.
13767         (mangle_vtt_for_type): Likewise.
13768         (mangle_ctor_vtbl_for_type): Likewise.
13769         (mangle_thunk): Likewise.
13770         (mangle_conv_op_name_for_type): Likewise.
13771         (mangle_guard_variable): Likewise.
13772         * decl.c (pushtag): Keep track of local classes.
13773         (initialize_predefined_identifiers): Initialize std_identifier.
13774         (init_decl_processing): Use std_identifier.
13775         (start_decl): Don't treat instantiations as specializations.
13776         (grokdeclarator): Likewise.
13777         (grokvardecl): Call mangle_decl for new ABI.  Only set mangled
13778         name for fully-instantiated templates.
13779         * decl2.c (grokclassfn): Use set_mangled_name_for_decl for
13780         destructors with the new ABI.
13781         (finish_static_data_member_decl): Use mangle_decl under the new ABI.
13782         (grokfield): Use mangle_type for new ABI.
13783         (grokoptypename): Use mangle_conv_op_for_type for new ABI.
13784         (get_sentry): Use mangle_guard_variable for new ABI.
13785         (start_static_initialization_or_destruction): Likewise.
13786         * expr.c (extract_aggr_init): Remove.
13787         (extract_scalar_init): Likewise.
13788         (extract_init): Remove #if 0'd code.
13789         * mangle.c: New function.
13790         * method.c (build_mangled_name): Assert not flag_new_abi.
13791         (build_static_name): Likewise.
13792         (build_decl_overload_real): Likewise.
13793         (build_typename_overload): Likewise.
13794         (build_overload_with_type): Likewise.
13795         (build_overload_name): Likewise.
13796         (get_ctor_vtbl_name): Likewise.
13797         (start_squangling): Likewise.
13798         (get_id_2): Likewise.
13799         (set_mangled_name_for_decl): Call mangle_decl for new ABI.
13800         (init_method): Call init_mangle for new ABI.
13801         (make_thunk): Call mangle_thunk for new ABI.
13802         * operators.def: Correct new ABI manglings for the `%' operator.
13803         Add `::' operator.
13804         * pt.c (build_template_decl): Copy DECL_OVERLOADED_OPERATOR_P and
13805         DECL_ASSIGNMENT_OPERATOR_P to the TEMPLATE_DECL.
13806         (lookup_template_class): Call mangle_decl for new ABI.
13807         (get_mostly_instantiated_function_type): New function.
13808         (set_mangled_name_for_template_decl): Use it.
13809         (tsubst_decl): Use set_mangled_name_for_decl for destructors with
13810         the new ABI.  Use mangle_conv_op_name_for_type for instantiated
13811         conversion op names.
13812         * rtti.c (tinfo_name): Call mangle_type_string for new ABI.
13813         (get_tinfo_decl): Call mangle_typeinfo_for_type for new ABI.
13814         (tinfo_base_init):  Likewise.  Mangle typeinfo string name with
13815         mangle_typeinfo_string_for_type.
13816
13817 2000-06-03  Mark Mitchell  <mark@codesourcery.com>
13818
13819         * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
13820         (INNERMOST_TEMPLATE_ARGS): New macro.
13821         (innermost_args): Remove.
13822         (get_innermost_template_args): New function.
13823         * decl2.c (arg_assoc_class): Use INNERMOST_TEMPLATE_ARGS.
13824         * error.c (dump_function_decl): Be caution when using
13825         most_general_template.
13826         * method.c (build_template_parm_names):  Use
13827         INNERMOST_TEMPLATE_ARGS.
13828         * pt.c (add_to_template_args): Tidy comment
13829         (get_innermost_template_args): New function.
13830         (check_explicit_specialization): Clear DECL_INITIAL for a new
13831         specialization.
13832         (process_partial_specialization): Use INNERMOST_TEMPLATE_ARGS.
13833         Tidy.
13834         (push_template_decl): Always register specializations of the most
13835         general template.
13836         (convert_template_argument): Use INNERMOST_TEMPLATE_ARGS.
13837         (coerce_template_parms): Likewise.
13838         (lookup_template_class): Likewise.
13839         (innermost_args): Remove.
13840         (tsubst_decl): Use INNERMOST_TEMPLATE_ARGS.
13841         (tsubst_decl): Handle tricky specializations.  Use
13842         get_innermost_template_args.
13843         (instantiate_template): Simplify handling of partial
13844         instantiations.
13845         (get_class_bindings): Use INNERMOST_TEMPLATE_ARGS.
13846         (most_general_template): Reimplement, in a more straightforward
13847         manner.
13848         (regenerate_decl_from_template): Tweak formatting.  Use
13849         TMPL_ARGS_DEPTH for clarity.
13850         (set_mangled_name_for_template_decl): Use INNERMOST_ARGS.
13851
13852         * dump.c (dequeue_and_dump): Dump information about thunks.
13853
13854 2000-06-01  Richard Henderson  <rth@cygnus.com>
13855
13856         * decl.c (init_decl_processing): Set lang_get_alias_set first thing.
13857
13858 2000-06-01  Richard Henderson  <rth@cygnus.com>
13859
13860         * decl2.c (unsupported_options): Fix typo, make const.
13861         (lang_decode_option): Fix bsearch argument order.
13862
13863 2000-06-01  Mark Mitchell  <mark@codesourcery.com>
13864
13865         * init.c (resolve_offset_ref): Remove check for TREE_ADDRESSABLE
13866         on FIELD_DECLs.
13867
13868 Wed May 31 14:09:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13869
13870         * cp-tree.h (c_get_alias_set): Deleted.
13871         * Makefile.in (decl.o): Include ../expr.h.
13872         * decl.c (expr.h): Include.
13873         (init_decl_processing): Call record_component_aliases for arrays.
13874         (grokdeclarator): Likewise.
13875         Set TREE_ADDRESSABLE for fields that aren't bitfields.
13876         * tree.c (build_cplus_array_type_1): Call record_component_aliases.
13877
13878 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
13879
13880         Remove guiding declaration support.
13881         * cp/cp-tree.h (flag_dump_translation_unit): Make it const.
13882         (flag_guiding_decls): Remove.
13883         * call.c (build_user_type_conversion_1): Remove support for
13884         guiding decls.
13885         (build_new_function_call): Likewise.
13886         (build_new_op): Likewise.
13887         (build_new_method_call): Likewise.
13888         * decl.c (start_function): Likewise.
13889         * friend.c (is_friend): Likewise.
13890         (do_friend): Likewise.
13891         * decl2.c ((flag_dump_translation_unit): Make it const.
13892         (flag_guiding_decls): Remove.
13893         (unsupported_options): New variable
13894         (compare_options): New function.
13895         (lang_decode_option): Use them.
13896
13897         * decl.c (build_cp_library_fn): Set DECL_CONTEXT.
13898
13899         * method.c (mangle_expression): Adjust test for legal expression
13900         operators.
13901
13902         * pt.c (instantiate_decl): Save and restore the local
13903         specializations list.
13904
13905 2000-05-30  Jason Merrill  <jason@decepticon.cygnus.com>
13906
13907         * decl.c (grok_reference_init): Pass LOOKUP_ONLYCONVERTING.
13908
13909 2000-05-30  Mark Mitchell  <mark@codesourcery.com>
13910
13911         * call.c (add_template_candidate_real): Handle member template
13912         constructors for classes with virtual bases.
13913         (build_user_type_conversion_1): Use in_charge_arg_for_name.
13914         (build_new_method_call): Use DECL_NONSTATIC_MEMBER_FUNCTION_P.
13915
13916         * ir.texi: Update thunk documentation.
13917
13918         * call.c (joust): Fix handling of overloaded builtin operators.
13919
13920 2000-05-30  Zack Weinberg  <zack@wolery.cumb.org>
13921
13922         * cp-tree.h (DECL_ANTICIPATED): New macro.
13923         Document new use of DECL_LANG_FLAG_7.
13924         * decl.c (builtin_function): Set DECL_ANTICIPATED on builtins
13925         in the user namespace.
13926         * lex.c (do_identifier): If the identifier's declaration has
13927         DECL_ANTICIPATED on, it has not yet been declared.  But do not
13928         replace it with an ordinary implicit declaration.
13929
13930         * tinfo2.cc: Include stdlib.h.
13931
13932 2000-05-29  Mark Mitchell  <mark@codesourcery.com>
13933
13934         * cp-tree.h (CLASSTYPE_ALIGN_UNIT): New macro.
13935         * class.c (layout_empty_base): Use CLASSTYPE_ALIGN_UNIT, not
13936         CLASSTYPE_ALIGN.
13937
13938 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
13939
13940         * decl2.c (lang_decode_option): Use skip_leading_substring instead
13941         of plain strncmp.
13942
13943 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
13944
13945         * operators.def (<?): Duplicated, should have been...
13946         (>?): this.  Fixed.
13947
13948 2000-05-27  Alex Samuel    <samuel@codesourcery.com>
13949             Mark Mitchell  <mark@codesourcery.com>
13950
13951         * cp-tree.h (ansi_opname): Make it a macro.
13952         (ansi_assopname): Likewise.
13953         (struct lang_decl_flags): Add assignment_operator_p.
13954         (struct lang_decl): Add operator_code.
13955         (DECL_VTT_PARM): Adjust.
13956         (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an
13957         overloaded operator.
13958         (SET_OVERLOADED_OPERATOR_CODE): New macro.
13959         (DECL_ASSIGNMENT_OPERATOR_P): New macro.
13960         (DECL_ARRAY_DELETE_OPERATOR_P): Adjust.
13961         (opname_tab): Remove.
13962         (assignop_tab): Likewise.
13963         (operator_name_info_t): New type.
13964         (operator_name_info): New variable.
13965         (assignment_operator_name_info): Likewise.
13966         (build_cp_library_fn): Remove declaration.
13967         (push_cp_library_fn): Likewise.
13968         (operator_name_string): Likewise.
13969         (build_decl_overload): Likewise.
13970         * call.c (print_z_candidates): Simplify.
13971         (build_object_call): Adjust usage of ansi_opname.  Use
13972         DECL_OVERLOADED_OPERATOR_P.
13973         (op_error): Adjust operator name lookup.
13974         (build_conditional_expr): Adjust usage of ansi_opname.
13975         (build_new_op): Likewise.
13976         (build_op_delete_call): Likewise.
13977         (build_over_call): Likewise.
13978         (joust): Use DECL_OVERLOADED_OPERATOR_P.
13979         * decl.c (duplicate_decls): Copy operator_code.
13980         (init_decl_processing): Adjust parameters to push_cp_library_fn.
13981         (builtin_function): Adjust parameters to build_library_fn_1.
13982         (build_library_fn_1): Accept an overloaded operator code.
13983         (build_library_fn): Pass ERROR_MARK.
13984         (build_cp_library_fn): Accept an overloaded operator code.
13985         (push_cp_library_fn): Likewise.
13986         (grokfndecl): Tweak.
13987         (grokdeclarator): Simplify code to compute names of overloaded
13988         operators.  Adjust use of ansi_opname.
13989         (ambi_op_p): Work on tree_codes, not identifiers.
13990         (unary_op_p): Likewise.
13991         (grok_op_properties): Likewise.
13992         (start_function): Use DECL_OVERLOADED_OPERATOR_P.
13993         (lang_mark_tree): Don't try to mark the operator_code.
13994         * decl2.c (grok_function_init): Use DECL_OVERLOADED_OPERATOR_P.
13995         * error.c (dump_decl): Remove special handling for operator
13996         names.
13997         (dump_function_name): Likewise.
13998         (dump_expr): Adjust name lookup of operators.
13999         (op_to_string): Simplify.
14000         (assop_to_string): Likewise.
14001         * init.c (build_new_1): Adjust use of ansi_opname.
14002         * lex.c (opname_tab): Remove.
14003         (assignop_tab): Likewise.
14004         (ansi_opname): Likewise.
14005         (ansi_assopname): Likewise.
14006         (operator_name_string): Likewise.
14007         (reinit_lang_specific): Likewise.
14008         (operator_name_info): New variable.
14009         (assignment_operator_name_info): Likewise.
14010         (init_operators): New function.
14011         (init_parse): Use it.
14012         (do_identifier): Adjust use of ansi_opname.
14013         * method.c (mangle_expression): Don't use ansi_opname for
14014         mangling.
14015         (build_decl_overload_real): Use DECL_OVERLOADED_OPERATOR_P.
14016         (build_decl_overload): Remove.
14017         (build_typename_overload): Use OPERATOR_TYPENAME_FORMAT directly.
14018         (do_build_assign_ref): Adjust use of ansi_opname.
14019         (synthesize_method): Likewise.
14020         (implicitly_declare_fn): Likewise.
14021         * operators.def: New file.
14022         * parse.y (operator): Adjust use of ansi_opname.
14023         * pt.c (tsubst_decl): Use IDENTIFIER_OPNAME_P.
14024         (set_mangled_name_for_template_decl): Don't play games with
14025         current_namespace.
14026         (special_function_p): Adjust use of ansi_opname.
14027         * typeck.c (check_return_expr): Likewise.
14028         * Make-lang.in (cc1plus): Depend on operators.def.
14029         * Makefile.in (lex.o): Likewise.
14030         (decl.o): Likewise.
14031
14032 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
14033
14034         * Make-lang.in (cplib2.ready): Eradicate.
14035
14036 Sat May 27 11:25:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14037
14038         * method.c (mangle_expression): Use TREE_CODE_LENGTH.
14039         * tree.c (break_out_calls, build_min_nt): Use TREE_CODE_LENGTH.
14040         (built_min, cp_tree_equal): Likewise.
14041
14042 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
14043
14044         * class.c (layout_nonempty_base_or_field): Replace
14045         `record_layout_info' with `record_layout_info_s'.
14046
14047 2000-05-26  Jason Merrill  <jason@casey.soma.redhat.com>
14048
14049         Fix goto checking.
14050         * cp-tree.h (struct language_function): x_named_labels is now
14051         a struct named_label_list*.
14052         * decl.c (struct named_label_use_list): Renamed from...
14053         (struct named_label_list): ...this.  New struct.
14054         (push_binding_level): Don't set eh_region.
14055         (note_level_for_eh): New fn.
14056         (pop_label): Take label and old value directly.
14057         (pop_labels): Adjust for new named_labels format.
14058         (lookup_label): Likewise.
14059         (poplevel): Note characteristics of a binding level containing a
14060         named label.  Mess with named label lists earlier.
14061         (mark_named_label_lists): New fn.
14062         (mark_lang_function): Call it.
14063         (use_label): New fn, split out from...
14064         (make_label_decl): ...here.  Don't call it.
14065         (decl_jump_unsafe, check_previous_goto, check_previous_goto_1,
14066         check_previous_gotos): New fns, split out from...
14067         (define_label): ...here.
14068         (check_switch_goto): New fn.
14069         (define_case_label): Call it.
14070         (check_goto): New fn.
14071         * semantics.c (finish_goto_stmt): Call it and use_label.
14072         (begin_compound_stmt): If we're a try block, call note_level_for_eh.
14073         (expand_stmt): Never pass 1 as DONT_JUMP_IN to expand_end_bindings.
14074
14075 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
14076
14077         * class.c (build_vtable_entry_ref): Correct usage of
14078         get_vtbl_decl_for_binfo.
14079
14080         * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
14081         * method.c (implicitly_declare_fn): Not here.
14082
14083 2000-05-26  Nathan Sidwell  <nathan@codesourcery.com>
14084
14085         * cp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...
14086         (CPTI_PTMD_DESC_TYPE): ... here.
14087         (ptmd_desc_type_node): Rename to ...
14088         (ptm_desc_type_node): ... here.
14089         * decl.c: Likewise.
14090         * rtti.c (ptmd_initializer): Rename to ...
14091         (ptm_initializer): ... here.
14092         (sythesize_tinfo_var): Adjust. Deal with pointer to member
14093         function.
14094         (create_tinfo_types): Adjust.
14095
14096 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
14097
14098         Finish implementation of VTTs.
14099         * cp-tree.h (cp_tree_index): Add CPTI_VTT_PARM_TYPE and
14100         CPTI_VTT_PARM_IDENTIFIER.
14101         (vtt_parm_identifier): New macro.
14102         (vtt_parm_type): Likewise.
14103         (BINFO_SUBVTT_INDEX): Likewise.
14104         (BINFO_VPTR_INDEX): Likewise.
14105         (struct lang_decl): Add vtt_parm.
14106         (DECL_VTT_PARM): New macro.
14107         (DECL_USE_VTT_PARM): Likewise.
14108         (DECL_NEEDS_VTT_PARM_P): Likewise.
14109         (get_vtt_name): Declare.
14110         (build_artificial_parm): Likewise.
14111         (fixup_all_virtual_upcast_offsets): Likewise.
14112         (expand_indirect_vtbls_init): Remove.
14113         * call.c (build_new_method_call): Pass the vtt to subobject
14114         constructors and destructors.
14115         * class.c (get_vtt_name): Give it external linkage.
14116         (build_clone): Handle the magic VTT parameters for clones.
14117         (clone_function_decl): Fix typo in comment.
14118         (build_vtt): Keep track of the indices in the VTTs where various
14119         entities are stored.
14120         (build_vtt_inits): Likewise.
14121         (dfs_build_vtt_inits): Likewise.
14122         (build_ctor_vtbl_group): Tweak type of construction vtables.
14123         (dfs_accumulate_vtbl_inits): Build vtables for all bases, even
14124         primary bases, when building construction vtables.
14125         * decl.c (duplicate_decls): Handle DECL_VTT_PARM.
14126         (initialize_predefined_identifiers): Add vtt_parm_identifier.
14127         (init_decl_processing): Initialize vtt_parm_type.
14128         (grokfndecl): Use DECL_OVERLOADED_OPERATOR_P.
14129         (lang_mark_tree): Make vtt_parm.
14130         * decl2.c (build_artificial_parm): New function.
14131         (maybe_retrofit_in_chrg): Use it.  Add VTT parameters.
14132         (grokclassfn): Use build_artificial_parm.
14133         * init.c (initialize_vtbl_ptrs): Call
14134         fixup_all_virtual_upcast_offsets directly.
14135         (perform_member_init): Use the complete subobject destructor for
14136         member cleanups.
14137         (build_vtbl_address): New function.
14138         (expand_virtual_init): Handle VTTs.
14139         * optimize (maybe_clone_body): Likewise.
14140         * search.c (fixup_all_virtual_upcast_offsets): Give it external
14141         linkage.
14142         (expand_indirect_vtbls_init): Remove.
14143         * semantics.c (setup_vtbl_ptr): Fix typos in comment.
14144         * tree.c (make_binfo): Make them bigger.
14145
14146 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14147
14148         * inc/cxxabi.h (__pbase_type_info): Define, based on
14149         __pointer_type_info.
14150         (__pointer_type_info): Derive from __pbase_type_info. Adjust.
14151         (__pointer_to_member_type_info): Likewise.
14152         * tinfo2.cc (__pbase_type_info::~__pbase_type_info): Implement.
14153         (__pointer_to_member_type_info::__is_pointer_p): Remove.
14154         (__pointer_type_info::__do_catch): Rename to ...
14155         (__pbase_type_info::__do_catch): ... here. Adjust.
14156         (__pbase_type_info::__pointer_catch): Implement.
14157         (__pointer_type_info::__pointer_catch): Adjust.
14158         (__pointer_to_member_type_info::__pointer_catch): Adjust.
14159
14160 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14161
14162         * tinfo.h (__user_type_info::contained_virtual_p): New
14163         predicate.
14164         * tinfo.cc (__user_type_info::do_upcast): Fix bug with diamond
14165         shaped hierarchy.
14166         (__vmi_class_type_info::__do_upcast): Fix bug with NULL pointer to
14167         diamond shaped hierarchy. Add early out for mixed diamond and
14168         duplicate shaped hierarchy.
14169
14170 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
14171
14172         * cp-tree.h (build_delete): Change prototype.
14173         (build_vec_delete): Likewise.
14174         * call.c (build_scoped_method_call): Use special_function_kind
14175         values to indicate the kind of destruction to be done.
14176         (build_method_call): Likewise.
14177         * decl.c (finish_destructor_body): Likewise.
14178         (maybe_build_cleanup_1): Likewise.  Rename to ...
14179         (maybe_build_cleanup): ... this.
14180         * decl2.c (delete_sanity): Use special_function_kind
14181         values to indicate the kind of destruction to be done.
14182         (build_cleanup): Likewise.
14183         * init.c (perform_member_init): Likewise.
14184         (build_vec_delete_1): Likewise.
14185         (build_dtor_call): Simplify.
14186         (build_delete): Use special_function_kind
14187         values to indicate the kind of destruction to be done.
14188         (build_vbase_delete): Likewise.
14189         (build_vec_delete): Likewise.
14190
14191         * init.c (sort_member_init): Fix typo in error message generation
14192         code.
14193
14194 Mon May 15 11:46:29 2000  Donald Lindsay  <dlindsay@cygnus.com>
14195
14196         * semantics.c (begin_class_definition): make the packed
14197         attribute be sensitive to the "-fpack-struct" command line flag
14198
14199 2000-05-24  Nathan Sidwell  <nathan@codesourcery.com>
14200
14201         Update new-abi upcast algorithm.
14202         * inc/cxxabi.h (__class_type_info::__do_upcast): Change
14203         prototype and meaning of return value.
14204         (__si_class_type_info::__do_upcast): Likewise.
14205         (__vmi_class_type_info::__do_upcast): Likewise.
14206         * tinfo.cc (__class_type_info::__upcast_result): Replace
14207         whole2dst with part2dst. Adjust ctor.
14208         (__class_type_info::__do_upcast): Adjust call of worker function.
14209         (__class_type_info::__do_upcast): Adjust.
14210         (__si_class_type_info::__do_upcast): Adjust. Use parent's
14211         __do_upcast.
14212         (__vmi_class_type_info::__do_upcast): Likewise. Fix private
14213         virtual base in diamond hierarchy bug.
14214
14215 2000-05-23  Mark Mitchell  <mark@codesourcery.com>
14216
14217         * cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable
14218         and bitfield to tinfo_fn_p.
14219         (DECL_TINFO_FN_P): Adjust.
14220         (SET_DECL_TINFO_FN_P): Likewise.
14221         (DECL_MUTABLE_P): Likewise.
14222         (DECL_C_BIT_FIELD): Likewise.
14223         (SET_DECL_C_BIT_FIELD): Likewise.
14224         (CLEAR_DECL_C_BIT_FIELD): Likewise.
14225         (DECL_UNINLINABLE): Likewise.
14226         * class.c (alter_access): Call retrofit_lang_decl if ncessary.
14227         (handle_using_decl): Remove assertion.
14228         (build_vtbl_or_vbase_field): Use build_decl, not build_lang_decl,
14229         to build FIELD_DECLs.
14230         (build_base_field): Likewise.
14231         (layout_class_type): Likewise.
14232         * decl.c (init_decl_processing): Likewise.
14233         (build_ptrmemfunc_type): Likewise.
14234         (grokdeclarator): Likewise.
14235         * decl2.c (grok_x_components): Likewise.
14236         * except.c (call_eh_info): Likewise.
14237         * init.c (init_init_processing): Likewise.
14238         * rtti.c (expand_class_desc): Likewise.
14239         (create_pseudo_type_info): Likewise.
14240         (get_vmi_pseudo_type_info): Likewise.
14241         (create_tinfo_types): Likewise.
14242         * ptree.c (print_lang_decl): Adjust.
14243         * typeck.c (build_component_ref): Don't check DECL_LANG_SPECIFIC
14244         before checking DECL_MUTABLE_P.
14245
14246         * decl2.c (maybe_retrofit_in_chrg): Don't create in-charge
14247         parameters for template functions.
14248         * pt.c (tsubst_decl): Make sure we call maybe_retrofit_in_chrg for
14249         destructors as well as constructors.
14250
14251 2000-05-22  Mark Mitchell  <mark@codesourcery.com>
14252
14253         * class.c (build_ctor_vtbl_group): Set inits.
14254         * optimize.c (maybe_clone_body): Set DECL_INLINE and
14255         DECL_THIS_INLINE appropriately for clones.
14256
14257         * cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.
14258         (DECL_CONV_FN_P): Simplify.
14259         (DECL_OPERATOR): Remove.
14260         (language_to_string): Declare.
14261         * decl.c (duplicate_decls): Fix typo in comment.
14262         (grokdeclarator): Adjust use of IDENTIFIER_TYPENAME_P.
14263         (grok_op_properties): Use DECL_CONV_FN_P instead of
14264         IDENTIFIER_TYPENAME_P.
14265         * dump.c (dequeue_and_dump): Dump the language linkage of
14266         declarations.
14267         * error.c (language_to_string): Give it external linkage.
14268         * method.c (build_typename_overload): Set IDENTIFIER_TYPENAME_P.
14269         (implicitly_declare_fn): Set DECL_LANGUAGE.
14270         * pt.c (check_explicit_specialization): Use DECL_CONV_FN_P, not
14271         IDENTIFIER_TYPENAME_P.
14272         (tsubst_decl): Likewise.
14273         (tsubst_copy): Adjust use of IDENTIFIER_TYPENAME_P.
14274         * semantics.c (finish_member_declaration): Don't mark members of
14275         classes declared in an extern "C" region as extern "C".
14276
14277 2000-05-22  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
14278
14279         * decl2.c (qualified_lookup_using_namespace): Look through
14280         namespace aliases.
14281
14282         * decl.c (push_using_decl): Return the old decl on namespace level.
14283
14284 2000-05-21  Mark Mitchell  <mark@codesourcery.com>
14285
14286         * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity checks.
14287         (VTT_NAME_PREFIX): New macro.
14288         (CTOR_VTBL_NAME_PREFIX): Likewise.
14289         (get_ctor_vtbl_name): New function.
14290         * class.c (get_vtable_name): Simplify.
14291         (get_vtt_name): New function.
14292         (get_vtable_decl): Don't set IDENTIFIER_GLOBAL_VALUE.
14293         (dfs_mark_primary_bases): Update the CLASSTYPE_VBASECLASSES list
14294         when a virtual base becomes primary.
14295         (finish_struct_1): Set CLASSTYPE_VFIELDS a little earlier.  Build
14296         VTTs.
14297         (finish_vtbls): Adjust calls to accumulate_vtbl_inits to pass in
14298         additional parameters.
14299         (dfs_finish_vtbls): Don't clear BINFO_NEW_VTABLE_MARKED.
14300         (initialize_array): New function.
14301         (build_vtt): Likewise.
14302         (build_vtt_inits): Likewise.
14303         (dfs_build_vtt_inits): Likewise.
14304         (dfs_fixup_binfo_vtbls): Likewise.
14305         (build_ctor_vtbl_group): Likewise.
14306         (initialize_vtable): Use initialize_array.
14307         (accumulate_vtbl_inits): Reimplement to handle construction
14308         vtables.
14309         (dfs_accumulate_vtbl_inits): Likewise.
14310         (bulid_vtbl_initializer): Adjust parameter name.
14311         * method.c (build_typename_overload): Remove #if 0'd code.
14312         (get_ctor_vtbl_name): New function.
14313         * search.c (dfs_walk_real): Use BINFO_N_BASETYPES.
14314         (init_vbase_pointers): Don't mess with the TREE_CHAIN of a binfo.
14315
14316         * cp-tree.h (struct lang_type): Remove search_slot.
14317         (CLASSTYPE_SEARCH_SLOT): Remove.
14318         (emit_base_init): Change prototype.
14319         (initialize_vtbl_ptrs): Likewise.
14320         (expand_indirect_vtbls_init): Likewise.
14321         (clear_search_slots): Remove.
14322         * decl.c (lang_mark_tree): Don't mark search_slot.
14323         * init.c (initialize_vtbl_ptrs): Simplify.
14324         (emit_base_init): Likewise.
14325         * search.c (struct vbase_info): Document decl_ptr.
14326         (convert_pointer_to_single_level): Remove.
14327         (dfs_find_vbases): Remove.
14328         (dfs_init_base_pointers): Simplify.
14329         (dfs_clear_vbase_slots): Remove.
14330         (dfs_vtable_path_unmark): New function.
14331         (init_vbase_pointers): Simplify.
14332         (expand_upcast_fixups): Don't rely on CLASSTYPE_SEARCH_SLOT.
14333         (expand_indirect_vtbls_init): Simplify.  Don't call
14334         mark_all_temps_used.
14335         * semantics.c (setup_vtbl_ptr): Adjust calls to emit_base_init and
14336         initialize_vtbl_ptrs.
14337
14338 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
14339
14340         * except.c: Add static prototypes.
14341
14342 2000-05-20  H.J. Lu  <hjl@gnu.org>
14343
14344         * Make-lang.in (cplib2.ready): Also depend on cc1plus$(exeext).
14345
14346 2000-05-19  Mark Mitchell  <mark@codesourcery.com>
14347
14348         Don't create a separate copy of virtual bases for the
14349         CLASSTYPE_VBASECLASSES list.
14350         * cp-tree.h (CLASSTYPE_VBASECLASSES): Change documentation.
14351         (BINFO_FOR_VBASE): Remove.
14352         (CANONICAL_BINFO): Adjust.
14353         (binfo_for_vbase): New function.
14354         * class.c (build_vbase_pointer_fields): Use binfo_for_vbase
14355         instead of BINFO_FOR_VBASE.
14356         (build_vbase_pointer): Likewise.
14357         (build_secondary_vtable): Likewise.
14358         (dfs_mark_primary_bases): Likewise.
14359         (mark_primary_bases): Likewise.
14360         (layout_nonempty_base_or_field): Likewise.
14361         (dfs_set_offset_for_shared_vbases): Likewise.
14362         (dfs_set_offset_for_unshared_vbases): Likewise.
14363         (layout_virtual_bases): Likewise.  Adjust for changes to the
14364         CLASSTYPE_VBASECLASSES list.
14365         (dump_class_hierarchy_r): Use binfo_for_vbase
14366         instead of BINFO_FOR_VBASE.
14367         (dump_class_hierarchy): Likewise.
14368         (finish_vtbls): Likewise.
14369         (build_vtbl_initializer): Adjust for changes to the
14370         CLASSTYPE_VBASECLASSES list.
14371         (build_vbase_offset_vtbl_entries): Use binfo_for_vbase.
14372         * decl.c (finish_destructor_body): Adjust for changes to the
14373         CLASSTYPE_VBASECLASSES list.
14374         * init.c (sort_base_init): Use binfo_for_vbase.
14375         (construct_virtual_bases): Adjust for changes to the
14376         CLASSTYPE_VBASECLASSES list.
14377         (expand_member_init): Use binfo_for_vbase.
14378         (build_vbase_delete):  Adjust for changes to the
14379         CLASSTYPE_VBASECLASSES list.
14380         * method.c (do_build_copy_constructor): Likewise.
14381         * rtti.c (get_base_offset): Use binfo_for_vbase.
14382         (expand_class_desc): Remove #if 0'd code.
14383         * search.c (struct vbase_info): Remove vbase_types.
14384         (get_base_distance):  Use binfo_for_vbase.
14385         (lookup_field_queue_p): Use CANONICAL_BINFO.
14386         (get_shared_vbase_if_not_primary): Use binfo_for_vbase.
14387         (get_pure_virtuals): Adjust for changes to the
14388         CLASSTYPE_VBASECLASSES list.
14389         (dfs_find_vbases): Use binfo_for_vbase.
14390         (dfs_init_vbase_pointers): Likewise.
14391         (init_vbase_pointers): Don't initialize vi.vbase_types.
14392         (virtual_context): Use binfo_for_vbase.
14393         (fixup_all_virtual_upcast_offsets): Adjust for changes to the
14394         CLASSTYPE_VBASECLASSES list.
14395         (expand_indirect_vtbls_init): Simplify.
14396         (dfs_get_vbase_types): Don't replicate virtual bases.
14397         (find_vbase_instance): Use binfo_for_vbase.
14398         (binfo_for_vbase): New function.
14399         * typeck.c (get_delta_difference): Use binfo_for_vbase.
14400
14401 2000-05-17  Mark Mitchell  <mark@codesourcery.com>
14402
14403         * decl2.c (finish_anon_union): Generalize error messages to handle
14404         anonymous structures.
14405         * init.c (perform_member_init): Remove `name' parameter.
14406         (build_field_list): New function.
14407         (sort_member_init): Handle anonymous union initialization order
14408         correctly.  Check for multiple initializations of the same union.
14409         (emit_base_init): Don't look up fields by name here.
14410         (expand_member_init): Record the result of name lookup for future
14411         reference.
14412         * typeck.c (build_component_ref): Fix formatting.
14413
14414 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14415
14416         * decl.c (pop_label): Replace warn_unused with warn_unused_label.
14417         * typeck.c (build_x_compound_expr): Replace warn_unused with
14418         warn_unused_value.
14419
14420         * decl2.c (lang_decode_option): Update -Wall unused flags by
14421         calling set_Wunused.
14422
14423 2000-05-16  Mark Mitchell  <mark@codesourcery.com>
14424
14425         * cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation.
14426         * init.c (dfs_vtable_path_unmark): Remove.
14427         * search.c (marked_new_vtable_p): Likewise.
14428         (unmarked_new_vtable_p): Likewise.
14429         (dfs_search_slot_nonempty_p): Likewise.
14430         (dfs_mark): Likewise.
14431         (dfs_vtable_path_unmark): Likewise.
14432         (dfs_find_vbases): Don't set BINFO_NEW_VTABLE_MARKED.
14433         (dfs_int_vbase_pointers): Don't clear BINFO_VTABLE_PATH_MARKED.
14434         (dfs_init_vbase_pointers): Remove special-case new ABI code.
14435         (dfs_clear_vbase_slots): Don't clear BINFO_NEW_VTABLE_MARKED.
14436         (init_vbase_pointers): Simplify.
14437         (expand_indirect_vtbls_init): Likewise.
14438
14439         * class.c (copy_virtuals): New function.
14440         (build_primary_table): Use it.
14441         (build_secondary_vtable): Likewise.
14442         (modify_vtable_entry): Use NULL_TREE, not integer_zero_node, to
14443         indicate that no vcall offset is required.
14444         (add_virtual_function): Likewise.
14445         (modify_all_vtables): Likewise.
14446         (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
14447         (dfs_accumulate_vtbl_inits): Likewise.
14448         (build_vtbl_initializer): Make changes to handle construction
14449         vtables.
14450         (dfs_build_vcall_offset_vtbl_entries): Likewise.
14451         (build_rtti_vtbl_entries): Likewise.
14452         (build_vtable_entries): Handle a NULL vcall_index.
14453
14454 2000-05-15  Gabriel Dos Reis  <gdr@codesourcery.com>
14455
14456         * decl2.c (lang_decode_option): Fix thinko.
14457
14458 2000-05-14  Jason Merrill  <jason@casey.cygnus.com>
14459
14460         * except.c (check_handlers): New fn.
14461         * cp-tree.h: Declare it.
14462         * semantics.c (finish_handler_sequence): Call it.
14463         (finish_function_handler_sequence): Likewise.
14464         (finish_handler_parms): Set TREE_TYPE on the handler.
14465         * cp-tree.h (PUBLICLY_UNIQUELY_DERIVED_P): New macro.
14466         * search.c (get_base_distance_recursive): If protect>1, ignore
14467         special access.
14468         (get_base_distance): Don't reduce watch_access.
14469
14470 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
14471
14472         * lex.c: #include diagnostic.h.
14473         (lang_init_options): Set default prefixing rules.
14474
14475         * lang-options.h: Add -fdiagnostics-show-location=.
14476
14477         * decl2.c: #include diagnostic.h.
14478         (lang_decode_option): Handle -fdiagnostics-show-location=.
14479
14480 2000-05-12  Nathan Sidwell  <nathan@codesourcery.com>
14481
14482         * tinfo.cc: Revert my 2000-05-08 and 2000-05-07 changes.
14483         * vec.cc: Revert my 2000-05-07 change.
14484
14485 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
14486
14487         * class.c (check_field_decls): Complain about non-static data
14488         members with same name as class in class with constructor.
14489
14490 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
14491
14492         * decl.c (grokdeclarator): Allow non-static data members with
14493         same name as class.
14494
14495 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
14496
14497         * cp-tree.h: Constify tree_srcloc.filename, tinst_level.file,
14498         and pending_inline.filename.  Update prototypes.
14499         * decl.c (define_label): Constify filename parameter.
14500         * decl2.c (warn_if_unknown_interface): Constify local char *.
14501         * input.c Constify input_source.filename. Don't declare
14502         input_filename or lineno.  Constify filename parameter to feed_input.
14503         * lex.c (init_parse): Constify parameter and return value.
14504         (cp_pragma_interface, cp_pragma_implementation): Constify
14505         filename argument.
14506         (reinit_parse_for_method, reinit_parse_for_block,
14507         reinit_parse_for_expr, feed_defarg, handle_cp_pragma):
14508         Constify local char *.
14509         * pt.c: Don't declare lineno or input_filename.
14510         (print_template_context, tsubst_friend_function, tsubst_decl,
14511         tsubst, instantiate_decl): Constify local char *.
14512         * semantics.c (expand_body): Constify local char *.
14513         * tree.c (build_srcloc): Constify filename parameter.
14514         * typeck.c (c_expand_asm_operands): Constify filename
14515         parameter.
14516
14517 2000-05-08  Nathan Sidwell  <nathan@codesourcery.com>
14518
14519         * tinfo.cc (__dynamic_cast): Use a reinterpret_cast. Fix
14520         offsetof expansion.
14521
14522 2000-05-08  Branko Cibej  <branko.cibej@hermes.si>
14523
14524         * inc/cxxabi.h:  Fix typos in comment.
14525         (__base_class_info::__offset): Use a static_cast.
14526
14527 2000-05-07  Nathan Sidwell  <nathan@codesourcery.com>
14528
14529         * inc/cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place
14530         of std::size_t and std::ptrdiff_t respectively.
14531         * tinfo.cc: Likewise.
14532         * vec.cc: Likewise.
14533
14534 2000-05-06  Richard Henderson  <rth@cygnus.com>
14535
14536         * typeck.c (build_c_cast): Don't warn integer->pointer size
14537         mismatch for constants.
14538
14539 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
14540
14541         * rtti.c (ptmd_initializer): Set non-public, if class is
14542         incomplete.
14543
14544         * inc/cxxabi.h (__dynamic_cast): Explicitly say extern "C++".
14545         (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
14546         __cxa_vec_delete): Likewise.
14547         * tinfo.cc (__dynamic_cast): Likewise.
14548         * vec.cc (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
14549         __cxa_vec_delete): Likewise.
14550
14551 2000-05-04  Mark Mitchell  <mark@codesourcery.com>
14552
14553         * cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
14554         (SET_FNADDR_FROM_VTABLE_ENTRY): Likewise.
14555         (lang_decl_flags): Add vcall_offset.
14556         (THUNK_VCALL_OFFSET): Use it.
14557         * decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk.
14558         * method.c (make_thunk): Create the lang_decl here, not in
14559         emit_thunk.
14560         (emit_thunk): Make generic thunks into ordinary functions once
14561         they have been fed to expand_body.
14562         * semantics.c (expand_body): Set current_function_is_thunk here.
14563
14564 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14565
14566         * class.c (update_vtable_entry_for_fn): Prototype.
14567
14568         * pt.c (tsubst_decl): Initialize variables `argvec', `gen_tmpl'
14569         and `tmpl'.
14570
14571         * search.c (dfs_build_inheritance_graph_order): Prototype.
14572
14573 2000-05-04  Mark Mitchell  <mark@codesourcery.com>
14574
14575         * cp-tree.h (special_function_kind): Add various kinds of
14576         destructors.
14577         (special_function_p): New function.
14578         * class.c (overrides): Don't let one kind of destructor override
14579         another.
14580         * decl2.c (mark_used): Use DECL_NON_THUNK_FUNCTION_P when deciding
14581         whether or not to instantiate a template.
14582         * tree.c (special_function_p): Define.
14583
14584 2000-05-03  Mark Mitchell  <mark@codesourcery.com>
14585
14586         * cp-tree.def (THUNK_DECL): Remove.
14587         * cp-tree.h (DECL_THUNK_P): New macro.
14588         (DECL_NON_THUNK_FUNCTION_P): Likewise.
14589         (DECL_EXTERN_C_FUNCTION_P): Likewise.
14590         (SET_DECL_THUNK_P): Likewise.
14591         (DELTA_FROM_VTABLE_ENTRY): Use DECL_THUNK_P.
14592         (FNADDR_FROM_VTABLE_ENTRY): Likewise.
14593         (DECL_MAIN_P): Use DECL_EXTERN_C_FUNCTION_P.
14594         * decl.c (decls_match): Use DECL_EXTERN_C_P.
14595         (duplicate_decls): Likewise.
14596         (pushdecl): Likewise.  Adjust thunk handling.
14597         (grokfndecl): Use DECL_EXTERN_C_P.
14598         * decl2.c (mark_vtable_entries): Use DECL_THUNK_P.
14599         * dump.c (dequeue_and_dump): Remove THUNK_DECL handling.
14600         * except.c (nothrow_libfn_p): Use DECL_EXTERN_C_P.
14601         * expr.c (cplus_expand_expr): Remove THUNK_DECL handling.
14602         * method.c (make_thunk): Use SET_DECL_THUNK_P.  Set
14603         DECL_NO_STATIC_CHAIN.
14604         (emit_thunk): Don't play games with TREE_CODE on thunks.  Don't
14605         set DECL_DESTRUCTOR_P or DECL_CONSTRUCTOR_P on a thunk.
14606         * search.c (covariant_return_p): Remove THUNK_DECL handling.
14607         * ir.texi: Update.
14608
14609 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
14610
14611         * tree.c (walk_tree): Set lineno.
14612
14613 2000-05-01  Mark Mitchell  <mark@codesourcery.com>
14614
14615         * exception.cc: Update license notice.
14616         * new.cc: Likewise.
14617         * new1.cc: Likewise.
14618         * new2.cc: Likewise.
14619         * tinfo.cc: Likewise.
14620         * tinfo2.cc: Likewise.
14621         * vec.cc: Likewise.
14622         * inc/cxxabi.h: Likewise.
14623         * inc/exception: Likewise.
14624         * inc/new: Likewise.
14625         * inc/new.h: Likewise.
14626         * inc/typeinfo: Likewise.
14627
14628 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
14629
14630         * tree.c (build_target_expr_with_type): If we already have a
14631         TARGET_EXPR, just return it.
14632
14633         * optimize.c (initialize_inlined_parameters): Don't generate an
14634         EXPR_STMT if we can just use DECL_INITIAL.
14635         * decl.c (emit_local_var): Only make the initialization a
14636         full-expression if stmts_are_full_exprs_p.
14637
14638 2000-05-01  Mark Mitchell  <mark@codesourcery.com>
14639
14640         * cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New
14641         macro.
14642         * call.c (standard_conversion): Use it.
14643         (direct_reference_binding): Likewise.
14644         (build_over_call): Likewise.
14645         (is_properly_derived_from): Likewise.
14646         (compare_ics): Likewise.
14647         * class.c (resolves_to_fixed_type_p): Likewise.
14648         * optimize.c (declare_return_variable): Likewise.
14649         * pt.c (is_specialization_of): Likewise.
14650         (unify): Likewise.
14651         * typeck.c (comp_target_parms): Likeiwse.
14652         (build_static_cast): Likewise.
14653         (build_reinterpret_cast): Likewise.
14654         (build_const_cast): Likewise.
14655         (comp_ptr_ttypes_real): Likewise.
14656         (comp_ptr_ttypes_const): Likewise.
14657         * typeck2.c (process_init_constructor): Likewise.
14658
14659 2000-04-30  Scott Snyder <snyder@fnal.gov>
14660
14661         * decl.c (finish_destructor_body): Use the base destructor when
14662         destroying virtual bases.
14663
14664 2000-04-30  Mark Mitchell  <mark@codesourcery.com>
14665
14666         * expr.c (cplus_expand_expr): Preserve temporaries when expanding
14667         STMT_EXPRs.
14668         * optimize.c (struct inline_data): Add target_exprs field.
14669         (declare_return_variable): When a function returns an aggregate,
14670         use the variable declared in the TARGET_EXPR as the remapped
14671         DECL_RESULT.
14672         (expand_call_inline): Update the pending target_exprs stack.
14673         (optimize_function): Initialize the stack.
14674
14675         * decl2.c (finish_file): Fix typo in comment.
14676
14677         * method.c (emit_thunk): Don't try to return a `void' value.
14678
14679         * optimize.c (initialize_inlined_parameters): If the parameter is
14680         addressable, we need to make a new VAR_DECL, even if the
14681         initializer is constant.
14682
14683 2000-04-28  Cosmin Truta  <cosmint@cs.ubbcluj.ro>
14684
14685         * decl.c (grok_op_properties): Add an extra check of argtypes.
14686
14687 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
14688
14689         * optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying
14690         variables.
14691         (initialize_inlined_parameters): Try to avoid creating new
14692         VAR_DECLs.
14693
14694 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
14695
14696         * lex.c (my_get_run_time): Remove.
14697         (init_filename_times): Use get_run_time instead of my_get_run_time.
14698         (check_newline): Likewise.
14699         (dump_time_statistics): Likewise.
14700         * decl2.c (finish_file): Push and pop timevar TV_VARCONST instead
14701         of computing elapsed time explicitly.
14702
14703 2000-04-26  Mark Mitchell  <mark@codesourcery.com>
14704
14705         * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
14706         * init.c (decl_constant_value): Check TREE_READONLY_DECL_P.
14707         * call.c (convert_like_real): Don't test TREE_READONLY_DECL_P
14708         before calling decl_constant_value.
14709         * class.c (check_bitfield_decl): Likewise.
14710         * cvt.c (ocp_convert): Likewise.
14711         (convert): Likewise.
14712         * decl.c (compute_array_index_type): Likewise.
14713         (build_enumerator): Likewise.
14714         * decl2.c (check_cp_case_value): Likewise.
14715         * pt.c (convert_nontype_argument): Likewise.
14716         (tsubst): Likewise.
14717         * typeck.c (decay_conversion): Likewise.
14718         (build_compound_expr): Likewise.
14719         (build_reinterpret_cast): Likewise.
14720         (build_c_cast): Likewise.
14721         (convert_for_assignment): Likewise.
14722
14723 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
14724
14725         * decl.c (finish_function): Don't play games with DECL_INLINE.
14726
14727 2000-04-25  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
14728
14729         * ir.texi: Correct typo.
14730
14731 2000-04-25  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
14732
14733         * decl.c (grokdeclarator): Reject VLAs as members.
14734
14735 2000-04-24  Gabriel Dos Reis  <gdr@codesourcery.com>
14736
14737         * call.c (standard_conversion): Accept conversion between
14738         COMPLEX_TYPEs.
14739
14740         * cvt.c (ocp_convert): Handle conversion to COMPLEX_TYPE.
14741
14742 2000-04-24  Zack Weinberg  <zack@wolery.cumb.org>
14743
14744         * decl2.c (finish_file): Remove double setup for accounting
14745         compile time.
14746
14747 2000-04-24  Robert Lipe <robertlipe@usa.net>
14748
14749         * cp-tree.h (lang_type): Member `language' now ENUM_BITFIELD.
14750
14751 2000-04-23  Benjamin Kosnik  <bkoz@cygnus.com>
14752
14753         * new.cc (set_new_handler): Needs to be in std::.
14754
14755 2000-04-23  Mark Mitchell  <mark@codesourcery.com>
14756
14757         * cp-tree.h (lang_decl): Remove pretty_function_p.
14758         (DECL_PRETTY_FUNCTION_P): Use TREE_LANG_FLAG_0, not a bit in the
14759         language-specific node.
14760         * decl.c (cp_make_fname_decl): Use build_decl, not
14761         build_lang_decl, to build the variables.
14762         (grokvardecl): Don't call build_lang_decl for local variables in
14763         templates.
14764         (grokdeclarator): Don't call build_lang_decl for local type
14765         declarations in templates.
14766         * lex.c (retrofit_lang_decl): Use ggc_alloc_obj to allocated
14767         zero'd memory, rather than calling memset.
14768         * pt.c: Include hashtab.h.
14769         (local_specializations): New variable.
14770         (retrieve_local_specialization): Use it.
14771         (register_local_specialization): Likewise.
14772         (tsubst_decl): Don't assume local variables have
14773         DECL_LANG_SPECIFIC.
14774         (instantiate_decl): Set up local_specializations.
14775         * Makefile.in (HTAB_H): New variable.
14776
14777 2000-04-23  Richard Henderson  <rth@cygnus.com>
14778
14779         * typeck.c (c_expand_asm_operands): Restore the original
14780         contents of the output list.
14781
14782 2000-04-22  Gabriel Dos Reis <gdr@codesourcery.com>
14783
14784         * ir.texi:  Document complex number representation.
14785
14786 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
14787
14788         * rtti.c (init_rtti_processing): Set tinfo_var_id in new-abi.
14789         (target_incomplete_p): New function.
14790         (tinfo_base_init): Create comdat NTBS name variable.
14791         (ptr_initializer): Add non_public parameter. Calculate it.
14792         (ptmd_initializer): Likewise.
14793         (synthesize_tinfo_var): Adjust. Emit incomplete class tinfo.
14794         (create_real_tinfo_var): Add non_public parameter. Use it.
14795         Push proxy into global namespace.
14796         * inc/cxxabi.h (__pointer_type_info::incomplete_class_mask):
14797         New enumeration.
14798         * inc/typeinfo (type_info::before, type_info::operator==):
14799         Compare __name addresses.
14800
14801         * tinfo2.cc: Remove new-abi builtins comment.
14802
14803 2000-04-20  Jason Merrill  <jason@casey.cygnus.com>
14804
14805         * typeck.c (build_x_function_call): Resolve an OFFSET_REF.
14806
14807         * call.c (joust): Exit early if we get the same function, too.
14808
14809         * decl2.c (key_method): Return NULL_TREE for template classes.
14810         (import_export_class): Don't need to check for template classes.
14811
14812 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
14813
14814         * lex.c: Remove references to cccp.c.
14815
14816 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
14817
14818         * cp-tree.h (lang_decl_flags): Remove const_memfunc and
14819         volatile_memfunc.  Add destructor_attr.  Adjust dummy.
14820         (DECL_DESTRUCTOR_P): Use destructor_attr.
14821         (DECL_CONST_MEMFUNC_P): Reimplement.
14822         (DECL_VOLATILE_MEMFUNC_P): Remove.
14823         * class.c (finish_struct_methods): Use CLASSTYPE_DESTRUCTORS.
14824         (overrides): Use DECL_DESTRUCTOR_P.
14825         (check_for_override): Likewise.
14826         * decl.c (start_function): Likewise.
14827         * decl2.c (grokfclassfn): Likewise.
14828         (check_classfn): Likewise.
14829         (grok_function_init): Likewise.
14830
14831 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
14832
14833         * decl2.c (grokfield): Issue error on illegal data member
14834         declaration.
14835
14836 Mon Apr 17 17:11:16 2000  Mark P Mitchell  <mark@codesourcery.com>
14837
14838         * method.c (make_thunk): Set DECL_CONTEXT for a THUNK_DECL.
14839
14840 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
14841
14842         * class.c (build_vtable_entry): Don't build thunks for type-info
14843         functions.
14844
14845 2000-04-16  Jason Merrill  <jason@casey.cygnus.com>
14846
14847         * decl.c (decls_match): Allow a redeclaration of a builtin to
14848         specify args while the builtin did not.
14849
14850 2000-04-15  Mark Mitchell  <mark@codesourcery.com>
14851
14852         * cp-tree.def (THUNK_DECL): Add to documentation.
14853         * cp-tree.h (flag_huge_objects): Declare.
14854         * class.c (modify_vtable_entry): Tidy.
14855         (update_vtable_entry_for_fn): Split out from dfs_modify_vtables.
14856         Calculate delta appropriately for the new ABI.
14857         (dfs_modify_vtables): Use it.
14858         (modify_all_vtables): Fix thinko in code to add overriding copies
14859         of functions to primary vtables.
14860         (build_clone): Fix typo in comment.
14861         (clone_function_decl): Correct order of destructors in vtable.
14862         (build_vbase_offset_vtbl_entries): Adjust comment.
14863         (dfs_vcall_offset_queue_p): Remove.
14864         (dfs_build_vcall_offset_vtbl_entries): Update BV_VCALL_INDEX.
14865         (build_vcall_offset_vtbl_entries): Juse use dfs_skip_vbases.
14866         (build_vtable_entry): Correct check for pure virtual functions.
14867         Don't declare flag_huge_objects.
14868         * decl.c (flag_huge_objects): Remove declaration.
14869         * method.c (make_thunk): Tweak mangling for vcall offset thunks.
14870         Use int_size_in_bytes.
14871         (emit_thunk): Handle vcall offset thunks.
14872
14873 Sat Apr 15 16:00:01 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14874
14875         * decl2.c (parse_time, varconst_time): Delete declarations.
14876         (finish_file): Delete LINENO declaration.
14877         START_TIME and THIS_TIME now long.
14878
14879 2000-04-13  Nathan Sidwell  <nathan@codesourcery.com>
14880
14881         * class.c (build_base_field): Reformat comment.
14882
14883         * inc/cxxabi.h (stddef.h): Comment inclusion.
14884         (__base_class_info::__offset): Comment shift.
14885
14886 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
14887
14888         * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
14889         (cp_tree_index): Add CPTI_PUSH_EXCEPTION_IDENTIFIER.
14890         (cp_push_exception_identifier): New macro.
14891         (DECL_COMPLETE_DESTRUCTOR_P): New macro.
14892         (DECL_BASE_DESTRUCTOR_P): Likewise.
14893         (DECL_DELETING_DESTRUCTOR_P): Likewise.
14894         (get_vtbl_decl_for_binfo): Fix formatting.
14895         (in_charge_arg_for_name): New macro.
14896         (maybe_build_cleanup_and_delete): Remove declaration.
14897         * call.c (build_field_call): Use IDENTIFIER_CTOR_OR_DTOR_P.
14898         (in_charge_arg_for_name): New function.
14899         (build_new_method_call): Use it.  Handle cloned destructors.
14900         (build_clone): Don't make the base constructor virtual.
14901         Automatically defer generated functions.
14902         (clone_function_decl): Handle destructors, too.
14903         (clone_constructors_and_destructors): Likewise.
14904         (create_vtable_ptr): Don't create a vtable entry for a cloned
14905         function.
14906         * decl.c (predefined_identifier): Add ctor_or_dtor_p.
14907         (initialize_predefined_identifiers): Update appropriately.
14908         (finish_destructor_body): Simplify.
14909         (maybe_build_cleanup_and_delete): Remove.
14910         * except.c (expand_throw): Handle new-ABI destructors.
14911         * init.c (expand_cleanup_for_base): Use base_dtor_identifier.
14912         (build_dtor_call): New function.
14913         (build_delete): Use it.  Simplify.
14914         * optimize.c (maybe_clone_body): Handle destructors.
14915         * search.c (lookup_field_queue_p): Use IDENTIFIER_CTOR_OR_DTOR_P.
14916
14917         * exception.cc (cleanup_fn): New typedef.
14918         (CALL_CLEANUP): New macro.
14919         (cp_eh_info): Use them.
14920         (__cp_push_exception): Likewise.
14921         (__cp_pop_exception): Likewise.
14922
14923 2000-04-11  Mark Mitchell  <mark@codesourcery.com>
14924
14925         * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
14926         (complete_dtor_identifier): New macro.
14927         (CLASSTYPE_FIRST_CONVERSION): Remove.
14928         (CLASSTYPE_CONSTRUCTOR_SLOT): New macro.
14929         (CLASSTYPE_DESTRUCTOR_SLOT): Likewise.
14930         (CLASSTYPE_FIRST_CONVERSION_SLOT): Likewise.
14931         (CLASSTYPE_CONSTRUCTORS): Likewise.
14932         (CLASSTYPE_DESTRUCTORS): Likewise.
14933         (lang_decl): Add cloned_function.
14934         (DECL_COMPLETE_CONSTRUCTOR_P): New macro.
14935         (DECL_BASE_CONSTRUCTOR_P): Likewise.
14936         (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P): Likewise.
14937         (DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P): Likewise.
14938         (DECL_CLONED_FUNCTION_P): Likewise.
14939         (DECL_CLONED_FUNCTION): Likewise.
14940         (clone_function_decl): Declare.
14941         (maybe_clone_body): Likewise.
14942         * call.c (build_user_type_conversion_1): Call complete object
14943         constructors in the new ABI.
14944         (build_new_method_call): Don't add in-charge parameters under the
14945         new ABI.
14946         * class.c (add_method): Use DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P,
14947         DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P, CLASSTYPE_CONSTRUCTOR_SLOT, and
14948         CLASSTYPE_DESTRUCTOR_SLOT.
14949         (build_clone): New function.
14950         (clone_function_decl): Likewise.
14951         (clone_constructors_and_destructors): Likewise.
14952         (check_bases_and_members): Use it.
14953         * decl.c (iniitialize_predefined_identifiers): Initialize
14954         complete_dtor_identifier.
14955         (finish_function): Don't add extra code to a clone.
14956         (lang_mark_tree): Mark cloned_function.
14957         * decl2.c (mark_used): Don't bother trying to instantiate things
14958         we synthesized.
14959         * dump.c (dequeue_and_dump): Don't dump CP_DECL_CONTEXT twice.
14960         * method.c (set_mangled_name_for_decl): Don't treat clones as
14961         constructors.
14962         (synthesize_method): Sythesize cloned functions, not the clones.
14963         * optimize.c (inline_data): Update comment on ret_label.
14964         (remap_block): Don't assume DECL_INITIAL exists.
14965         (copy_body_r): Allow ret_label to be NULL.
14966         (maybe_clone_body): Define.
14967         * pt.c (tsubst_decl): Handle clones.
14968         (instantiate_clone): New function.
14969         (instantiate_template): Use it.
14970         (set_mangled_name_for_template_decl): Don't treat clones as
14971         constructors.
14972         * search.c (lookup_fnfields_1): Use CLASSTYPE_CONSTRUCTOR_SLOT,
14973         CLASSTYPE_DESTRUCTOR_SLOT, and CLASSTYPE_FIRST_CONVERSION_SLOT.
14974         * semantics.c (expand_body): Clone function bodies as necessary.
14975
14976         * optimize.c (remap_decl): Avoid sharing structure for arrays
14977         whose size is only known at run-time.
14978         * tree.c (copy_tree_r): Don't copy PARM_DECLs.
14979
14980         * cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attr
14981         to has_in_charge_parm_p.
14982         (DECL_CONSTRUCTOR_FOR_VBASE_P): Rename to ...
14983         (DECL_HAS_IN_CHARGE_PARM_P): ... this.
14984         (DECL_COPY_CONSTRUCTOR_P): New macro.
14985         * call.c (add_function_candidate): Use DECL_HAS_IN_CHARGE_PARM_P.
14986         (build_user_type_conversion_1): Likewise.
14987         (convert_like_real): Likewise.
14988         (build_over_call): Likeiwse.  Use DECL_COPY_CONSTRUCTOR_P.
14989         * decl.c (grokdeclarator): Use DECL_HAS_IN_CHARGE_PARM_P.
14990         (copy_args_p): Likewise.
14991         (grok_ctor_properties): Likewise.
14992         (start_function): Likewise.
14993         * decl2.c (maybe_retrofit_in_charge): Likewise.  Set it.
14994         * error.c (dump_function_decl): Use DECL_HAS_IN_CHARGE_PARM_P.
14995         * init.c (emit_base_init): Use DECL_COPY_CONSTRUCTOR_P.
14996         * method.c (do_build_copy_constructor): Use
14997         DECL_HAS_IN_CHARGE_PARM_P.
14998         (synthesize_method): Likewise.
14999         * pt.c (instantiate_template): Remove goto.
15000         * tree.c (build_cplus_method_type): Remove mention of obstacks in
15001         comment.
15002
15003         * cp-tre.h (finish_function): Change prototype.
15004         * decl.c (end_cleanup_fn): Adjust caller.
15005         (finish_function): Take only one parameter.
15006         * decl2.c (finish_objects): Adjust caller.
15007         (finish_static_storage_duration_function): Likewise.
15008         * method.c (emit_thunk): Likewise.
15009         * parse.y: Likewise.
15010         * parse.c: Regenerated.
15011         * pt.c (instantiate_decl): Likewise.
15012         * rtti.c (synthesize_tinfo_fn): Likewise.
15013         * semantics.c (expand_body): Likewise.
15014
15015         * cp-tree.h (copy_decl): New function.
15016         * class.c (finish_struct_1): Use it.
15017         * lex.c (copy_decl): Define it.
15018         * pt.c (tsubst_decl): Likewise.
15019         * tree.c (copy_template_template_parm): Likewise.
15020
15021         * cp-tree.h (lang_type): Remove has_nonpublic_ctor and
15022         has_nonpublic_assign_ref.
15023         (TYPE_HAS_NONPUBLIC_CTOR): Don't declare.
15024         (TYPE_HAS_NONPUBLIC_ASSIGN_REF): Likewise.
15025         * class.c (finish_struct_methods): Don't set
15026         TYPE_HAS_NONPUBLIC_CTOR or TYPE_HAS_NONPUBLIC_ASSIGN_REF.
15027         (interface_only): Don't declare.
15028         (interface_unknown): Likewise.
15029
15030 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
15031
15032         * tree.h (HAVE_TEMPLATES): Remove definition.
15033         * lang-options.h (-fthis-is-variable): Remove documentation.
15034
15035 2000-04-10  Jason Merrill  <jason@casey.cygnus.com>
15036
15037         * class.c (instantiate_type): Handle object-relative template-id.
15038
15039         * semantics.c (finish_expr_stmt): Call convert_to_void here.
15040         * decl.c (cplus_expand_expr_stmt): Not here.
15041
15042         * rtti.c (build_dynamic_cast_1): Call non_lvalue.
15043         Initialize exprtype earlier.
15044
15045         * parse.y (fn.def1): Check for defining types in return types.
15046
15047         * decl.c (check_tag_decl): Notice extra fundamental types.
15048         Diagnose empty decls in classes, too.
15049
15050         * decl.c (grokdeclarator): Don't override an anonymous name if no
15051         declarator was given.
15052
15053         * cvt.c (convert_to_void): Call resolve_offset_ref.
15054
15055         * typeck.c (build_x_function_call): Abort if we get an OFFSET_REF.
15056
15057         * decl2.c (decl_namespace): Handle getting a type.
15058
15059         * typeck.c (build_c_cast): Re-enable warning for cast between
15060         pointer and integer of different size.
15061
15062 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
15063
15064         * inc/cxxabi.h (__pointer_type_info): Add restrict and
15065         incomplete flags.
15066         (__pointer_type_info::__pointer_catch): New virtual function.
15067         (__pointer_to_member_type_info): Derive from
15068         __pointer_type_info. Adjust.
15069         (__pointer_to_member_type_info::__do_catch): Remove.
15070         (__pointer_to_member_type_info::__is_pointer_p): Declare.
15071         (__pointer_to_member_type_info::__pointer_catch): Declare.
15072         * rtti.c (qualifier_flags): Add restrict flag.
15073         (ptmd_initializer): Reorder members.
15074         (create_tinfo_types): Expand comments. Reorder
15075         ptmd_desc_type_node members.
15076         * tinfo2.cc (__pointer_to_member_type_info::__is_pointer_p):
15077         Implement.
15078         (__pointer_type_info::__do_catch): Move specific code into
15079         __pointer_catch. Call it.
15080         (__pointer_type_info::__pointer_catch): Non-pointer-to-member
15081         specific catch checking. Fix void conversion check.
15082         (__pointer_to_member_type_info::__do_catch): Remove.
15083         (__pointer_to_member_type_info::__pointer_catch): Implement.
15084
15085 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
15086
15087         * lex.c (init_parse): Remove traces of classof and headof.
15088         * decl2.c (flag_operator_names): Default to 1.
15089         (lang_decode_option): Do not set it for -ansi.
15090
15091 2000-04-09  Mark Mitchell  <mark@codesourcery.com>
15092
15093         * cp-tree.h (struct lang_decl): Remove main_decl_variant.
15094         (DECL_MAIN_VARIANT): Remove.
15095         * decl.c (duplicate_decls): Don't set it.
15096         (start_function): Likewise.
15097         (lang_mark_tree): Don't mark it.
15098         * decl2.c (defer_fn): Don't use it.
15099         * lex.c (retrofit_lang_decl): Don't set it.
15100         * pt.c (tsubst_decl): Likewise.
15101         * ptree.c (print_lang_decl): Don't print it.
15102         * typeck.c (mark_addressable): Don't use it.
15103
15104 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
15105
15106         * vec.cc: Include <new> and <exception>.
15107         (__cxa_vec_ctor): Use __cxa_vec_dtor for cleanup.
15108         (__cxa_vec_dtor): Catch dtor exceptions, and rethrow or
15109         terminate.
15110         (__cxa_vec_delete): Catch dtor exceptions.
15111
15112 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
15113
15114         Prepend __ to implementation defined names.
15115         * inc/typeinfo (type_info): Rename _name to __name.
15116         (type_info::type_info): Rename parameter.
15117         (type_info::operator==, type_info::operator!=,
15118         type_info::before): Likewise.
15119         (type_info::is_pointer_p, type_info::is_function_p,
15120         type_info::do_catch, type_info::do_upcast): Prepend __. Rename
15121         parameters.
15122         * inc/cxxabi.h
15123         (__fundamental_type_info::__fundamental_type_info) Rename parameters.
15124         (__pointer_type_info::__pointer_type_info): Likewise.
15125         (__pointer_type_info::is_pointer_p,
15126         __pointer_type_info::do_catch): Prepend __. Rename parameters.
15127         (__array_type_info::__array_type_info): Rename parameters.
15128         (__function_type_info::__function_type_info): Likewise.
15129         (__function_type_info::is_function_p): Prepend __.
15130         (__enum_type_info::__enum_type_info): Rename parameters.
15131         (__pointer_to_member_type_info::__pointer_to_member_type_info):
15132         Likewise.
15133         (__pointer_to_member_type_info::do_catch): Prepend __. Rename
15134         parameters.
15135         (__base_class_info::is_virtual_p, is_public_p, offset): Prepend __.
15136         (__class_type_info::__class_type_info): Rename parameters.
15137         (__class_type_info::sub_kind): Prepend __. Adjust member names.
15138         (__class_type_info::upcast_result,
15139         __class_type_info::dyncast_result): Prepend __. Move definition
15140         into tinfo.cc.
15141         (__class_type_info::do_upcast, __class_type_info::do_catch,
15142         __class_type_info::find_public_src,
15143         __class_type_info::do_dyncast,
15144         __class_type_info::do_find_public_src): Prepend __. Rename
15145         parameters.
15146         (__si_class_type_info::__si_class_type_info): Rename parameters.
15147         (__si_class_type_info::do_upcast, __si_class_type_info::do_dyncast,
15148         __si_class_type_info::do_find_public_src): Prepent __. Rename
15149         parameters.
15150         (__vmi_class_type_info::__vmi_class_type_info): Rename parameters.
15151         (__vmi_class_type_info::do_upcast, __vmi_class_type_info::do_dyncast,
15152         __vmi_class_type_info::do_find_public_src): Prepent __. Rename
15153         parameters.
15154         (__dynamic_cast): Rename parameters.
15155         * tinfo.cc (type_info::is_pointer_p, type_info::is_function_p,
15156         type_info::do_catch, type_info::do_upcast): Prepend __.
15157         (contained_p, public_p, virtual_p, contained_public_p,
15158         contained_nonpublic_p, contained_nonvirtual_p): Adjust.
15159         (__class_type_info::do_catch,
15160         __class_type_info::do_upcast): Prepend __. Adjust.
15161         (__class_type_info::__upcast_result,
15162         __class_type_info::__dyncast_result): Move from inc/cxxabi.h.
15163         Adjust.
15164         (__class_type_info::find_public_src): Prepend __. Adjust.
15165         (__class_type_info::do_find_public_src,
15166         __si_class_type_info::do_find_public_src,
15167         __vmi_class_type_info::do_find_public_src): Likewise.
15168         (__class_type_info::do_dyncast,
15169         __si_class_type_info::do_dyncast,
15170         __vmi_class_type_info::do_dyncast): Likewise.
15171         (__class_type_info::do_upcast,
15172         __si_class_type_info::do_upcast,
15173         __vmi_class_type_info::do_upcast): Likewise.
15174         (__dynamic_cast): Adjust.
15175         * tinfo2.cc (__pointer_type_info::is_pointer_p): Prepend __.
15176         (__function_type_info::is_function_p): Likewise.
15177         (__pointer_type_info::do_catch): Likewise. Adjust.
15178         (__pointer_to_member_type_info::do_catch): Likewise. Adjust.
15179         (__throw_type_match_rtti_2): Adjust.
15180         (__is_pointer): Adjust.
15181
15182 2000-04-08  Mark Mitchell  <mark@codesourcery.com>
15183
15184         * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.
15185         (complete_ctor_identifier): New macro.
15186         (special_function_kind): Add sfk_copy_constructor and
15187         sfk_assignment_operator.
15188         (LOOKUP_HAS_IN_CHARGE): Remove.
15189         (cons_up_default_function): Rename to ...
15190         (implicitly_declare_fn): ... this.
15191         * call.c (build_new_method_call): Add in-charge parameters for
15192         constructors here.
15193         * class.c (add_implicitly_declared_members): Change parameter name
15194         from cant_have_assignment to cant_have_const_assignment.
15195         Replace calls to cons_up_default_function to implicitly_declare_fn.
15196         * cvt.c (ocp_convert): Use complete_ctor_identifier.
15197         * decl.c (initialize_predefined_identifiers): Initialize it.
15198         (start_function): Use DECL_CONSTRUCTOR_FOR_VBASE_P instead of
15199         complex expression.
15200         * init.c (expand_default_init): Don't calculate the in-charge
15201         parameter here.
15202         (build_new_1): Likewise.
15203         * lex.c (cons_up_default_function): Move to method.c.
15204         * method.c (synthesize_method): Use DECL_DESTRUCTOR_P.
15205         (implicitly_declare_fn): New function.
15206         * typeck.c (build_static_cast): Use complete_ctor_identifier.
15207         (build_modify_expr): Likewise.
15208         * typeck2.c (build_functional_cast): Likewise.
15209
15210         Under the new ABI, constructors don't return `this'.
15211         * cp-tree.h (warn_reorder): Declare.
15212         (special_function_kind): New enum.
15213         (global_base_init_list): Remove declaration.
15214         (emit_base_init): Don't return a value.
15215         (check_base_init): Don't declare.
15216         (is_aggr_typedef): Likewise.
15217         * decl.c (check_special_function_return_type): New function.
15218         (return_types): Remove.
15219         (grokdeclarator): Use check_special_function_return_type.
15220         (start_function): Don't initialize ctor_label under the new ABI.
15221         (finish_construtor_body): Don't create a corresponding LABEL_STMT.
15222         * init.c (begin_init_stmts): Move to top of file.
15223         (finish_init_stmts): Likewise.
15224         (warn_reorder): Don't declare.
15225         (emit_base_init): Don't create a STMT_EXPR here.  Don't return a
15226         value.
15227         (check_base_init): Remove.
15228         (is_aggr_typedef): Likewise.
15229         (build_new_1): Don't use the return value of a constructor.
15230         * semantics.c (setup_vtbl_ptr): Don't use the return value
15231         of emit_base_init.
15232         * typeck.c (check_return_expr): Don't magically convert return
15233         statements into `return this' in constructors under the new ABI.
15234
15235         * cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER,
15236         CPTI_BASE_DTOR_IDENTIFIER, and CPTI_DELETING_DTOR_IDENTIFIER.
15237         (base_ctor_identifier): New macro.
15238         (base_dtor_identifier): Likewise.
15239         (deleting_dtor_identifier): Likewise.
15240         * decl.c: Don't include obstack.h.
15241         (obstack_chunk_alloc): Don't define.
15242         (obstack_chunk_free): Likewise.
15243         (struct predefined_identifier): New type.
15244         (initialize_predefined_identifiers): New function.
15245         (init_decl_processing): Use it.
15246         (debug_temp_inits): Remove.
15247         (start_method): Don't call preserve_data.
15248         (hack_incomplete_structures): Update comment.
15249         * init.c (init_init_processing): Don't initialize
15250         nelts_identifier.
15251         (build_offset_rf): Remove dead code.
15252         (build_delete): Use CLASSTYPE_N_BASECLASSES.
15253         * search.c (init_search_processing): Don't initialize
15254         vptr_identifier.
15255
15256 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15257
15258         * typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to elide
15259         some sign_compare warnings.
15260
15261 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
15262
15263         Rename abi::__vmi_class_type_info members.
15264         * inc/cxxabi.h (__vmi_class_type_info): Rename details, n_bases,
15265         base_list, detail_masks members to vmi_flags, vmi_base_count,
15266         vmi_bases and vmi_flags_masks respectively.
15267         (__vmi_class_type_info::vmi_flags_masks): Rename
15268         details_unknown_mask to flags_unknown_mask.
15269         * tinfo.cc (__class_type_info::do_upcast): Adjust.
15270         (__vmi_class_type_info::do_find_public_src): Adjust.
15271         (__vmi_class_type_info::do_dyncast): Adjust.
15272         (__vmi_class_type_info::do_upcast): Adjust.
15273
15274 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
15275
15276         * tinfo.cc (convert_to_base): New function.
15277         (get_vbase_offset): Remove. Move into convert_to_base.
15278         (__vmi_class_type_info::do_find_public_src): Adjust.
15279         (__vmi_class_type_info::do_dyncast): Adjust.
15280         (__vmi_class_type_info::do_upcast): Adjust.
15281
15282 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
15283
15284         * tinfo.cc (operator=): Use __builtin_strcmp.
15285         * tinfo2.cc (before): Likewise.
15286
15287 2000-04-06  Mark Mitchell  <mark@codesourcery.com>
15288
15289         * cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.
15290         (DECL_SAVED_INLINE): Rename to ...
15291         (DECL_DEFERRED_FN): ... this.
15292         (in_function_p): Remove declaration.
15293         (mark_inline_for_output): Rename to ...
15294         (defer_fn): ... this.
15295         * decl.c (finish_function): Adjust call to mark_inline_for_output.
15296         (in_function_p): Remove definition.
15297         * decl2.c (saved_inlines): Rename to ...
15298         (deferred_fns): ... this.
15299         (saved_inlines_used): Rename to ...
15300         (deferred_fns_used): ... this.
15301         (mark_inline_for_output): Rename to ...
15302         (defer_fn): ... this.
15303         (finish_file): Adjust accordingly.
15304         (init_decl2): Likewise.
15305         * lex.c (cons_up_default_function): Likewise.
15306         * pt.c (mark_decl_instantiated): Likewise.
15307         (instantiate_decl): Don't set DECL_DEFER_OUTPUT under any
15308         circumstances.
15309         * rtti.c (get_tinfo_decl): Adjust call to mark_inline_for_output.
15310         * semantics.c (expand_body): Defer more functions.
15311
15312 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
15313
15314         * vec.cc: New file.
15315         * Make-lang.in (CXX_LIB2FUNCS): Add it.
15316         (vec.o): Build it.
15317         * inc/cxxabi.h (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
15318         __cxa_vec_delete): Declare.
15319
15320 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
15321
15322         * rtti.c (dfs_class_hint_mark): New static function.
15323         (dfs_class_hint_unmark): New static function.
15324         (class_hint_flags): Use them.
15325
15326 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15327
15328         * decl2.c: Make flag_honor_std dependent on ENABLE_STD_NAMESPACE.
15329
15330 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
15331
15332         * cp-tree.h (instantiate_decl): Change prototype.
15333         * decl2.c (mark_used): Adjust call.
15334         * optimize.c (inlinable_function_p): Adjust handling of templates.
15335         * pt.c (do_decl_instantiation): Adjust call to instantiate_decl.
15336         (do_type_instantiation): Likewise.
15337         (instantiate_decl): Defer more templates.
15338         (instantiate_pending_templates): Adjust logic to handle inline
15339         friend functions.
15340
15341         * Makefile.in (GGC_H): New variable.  Use it throughout in place
15342         of ggc.h.
15343
15344         * call.c: Don't include obstack.h.  Include ggc.h.
15345         (obstack_chunk_alloc): Don't define.
15346         (obstack_chunk_free): Likewise.
15347         (add_candidate): Allocate the z_candidate with ggc_alloc_obj.
15348         * decl.c (push_switch): Use xmalloc to allocate the cp_switch.
15349         (pop_switch): Free it.
15350
15351         * decl2.c (grokclassfn): Set TREE_READONLY for PARM_DECLs.
15352
15353         * dump.c (dequeue_and_dump): Don't try to print the bit_position
15354         if we don't have a DECL_FIELD_OFFSET.
15355
15356 Wed Apr  5 15:12:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
15357
15358         * optimize.c (calls_setjmp_r): Use setjmp_call_p instead of
15359         special_function_p.
15360
15361 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15362
15363         * cfns.gperf (hash, libc_name_p): Prototype.
15364
15365         * rtti.c (build_dynamic_cast_1): Constification.
15366
15367         * search.c (dfs_debug_unmarkedp, dfs_debug_mark): Unhide prototypes.
15368
15369         * semantics.c (deferred_type_access_control): Prototype.
15370
15371 2000-04-04  Mark Mitchell  <mark@codesourcery.com>
15372
15373         Correct many new ABI issues regarding vbase and vcall offset
15374         layout.
15375         * cp-tree.h (BINFO_VTABLE): Document.
15376         (struct lang_type): Tweak formatting.
15377         (BINFO_PRIMARY_BINFO): Add to documentation.
15378         (CLASSTYPE_VSIZE): Fix typo in comment.
15379         (CLASSTYPE_VBASECLASSES): Update documentation.
15380         (BINFO_VBASE_MARKED): Remove.
15381         (SET_BINFO_VBASE_MARKED): Likewise.
15382         (CLEAR_BINFO_VBASE_MARKED): Likewise.
15383         (BINFO_FIELDS_MARKED): Remove.
15384         (SET_BINFO_FIELDS_MARKED): Likewise.
15385         (CLEAR_BINFO_FIELDS_MARKED): Likewise.
15386         (enum access_kind): New enumeration.
15387         (num_extra_vtbl_entries): Remove declaration.
15388         (size_extra_vtbl_entries): Likewise.
15389         (get_vtbl_decl_for_binfo): New function.
15390         (dfs_vbase_unmark): Remove declaration.
15391         (mark_primary_bases): Likewise.
15392         * class.c (SAME_FN): Remove.
15393         (struct vcall_offset_data_s): Move definition.
15394         (build_vbase_pointer): Use `build', not `build_binary_op', to
15395         access the vbase pointer under the new ABI.
15396         (build_vtable_entry_ref): Use get_vtbl_decl_for_binfo.
15397         (build_primary_vtable): Likewise.
15398         (dfs_mark_primary_bases): Move here from search.c.
15399         (mark_primary_bases): Likewise.
15400         (determine_primary_bases): Under the new ABI, don't make a base
15401         class a primary base just because we don't yet have any virtual
15402         functions.
15403         (layout_vtable_decl): Use get_vtbl_decl_for_binfo.
15404         (num_vfun_entries): Remove.
15405         (dfs_count_virtuals): Likewise.
15406         (num_extra_vtbl_entries): Likewise.
15407         (size_extra_vtbl_entries): Likewise.
15408         (layout_virtual_bases): Iterate in inheritance graph order under
15409         the new ABI.
15410         (finish_struct_1): Use TYPE_VFIELD, not CLASSTYPE_VSIZE, to
15411         indicate that a vfield is present.
15412         (init_class_processing): Initialize access_public_node, etc., from
15413         ak_public, etc.
15414         (get_vtbl_decl_for_binfo): New function.
15415         (dump_class_hierarchy_r): Likewise.
15416         (dump_class_hierarchy): Use it.
15417         (finish_vtbls): Build the vtbls in inheritance graph order.
15418         (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
15419         (initialize_vtable): Use get_vtbl_decl_for_binfo.
15420         (accumulate_vtbl_inits): Add comments explaining why a pre-order
15421         walk is required.
15422         (dfs_accumulate_vtbl_inits): Set BINFO_VTABLE to the location
15423         where the vptr points, even for primary vtables.
15424         (build_vtbl_initializer): Adjust handling of vbase and vcall
15425         offsets.
15426         (build_vcall_and_vbase_vtable_entries): New function.
15427         (dfs_build_vbase_offset_vtbl_entries): Remove.
15428         (build_vbase_offset_vtbl_entries): Reimplement.
15429         (dfs_build_vcall_offset_vtbl_entries): Don't include virtuals that
15430         were already handled in a primary base class vtable.
15431         (build_vcall_offset_vtbl_entries): Adjust.
15432         (build_rtti_vtbl_entries): Adjust.
15433         * decl2.c (output_vtable_inherit): Use get_vtbl_decl_for_binfo.
15434         * init.c (expand_virtual_init): Simplify.
15435         * repo.c (repo_get_id): Use get_vtbl_decl_for_binfo.
15436         * rtti.c (create_pseudo_type_info): Adjust calculation of vptr.
15437         * search.c (BINFO_ACCESS): New macro.
15438         (SET_BINFO_ACCESS): Likewise.
15439         (dfs_access_in_type): Manipulate access_kinds, not access nodes.
15440         (access_in_type): Likewise.
15441         (dfs_accessible_p): Likewise.
15442         (protected_accessible_p): Likewise.
15443         (lookup_fnfields_1): Adjust documentation.
15444         (dfs_mark_primary_bases): Move to class.c
15445         (mark_primary_bases): Likewise.
15446         (dfs_vbase_unmark): Remove.
15447         (virtual_context): Use BINFO_FOR_VBASE.
15448         (dfs_get_vbase_types): Simplify.
15449         (dfs_build_inheritance_graph_order): New function.
15450         (get_vbase_types): Use it.
15451         * tree.c (debug_binfo): Use get_vtbl_decl_for_binfo.
15452
15453         * tinfo.cc (get_vbase_offset): New function.
15454         (__vmi_class_type_info::do_find_public_src): Use it.
15455         (__vmi_class_type_info::do_dyncast): Likewise.
15456         (__vmi_class_type_info::do_upcast): Likewise.
15457
15458 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
15459
15460         * lang-specs.h: Pass -fno-show-column to the preprocessor.
15461
15462 2000-03-30  Nathan Sidwell  <nathan@codesourcery.com>
15463
15464         * rtti.c (class_hint_flags): Rename flags.
15465         (class_initializer): Remove flags.
15466         (synthesize_tinfo_var): Combine offset and flags. Add flags
15467         for __vmi_class_type_info.
15468         (create_tinfo_types): Remove flags from __class_type_info and
15469         __si_class_type_info. Merge flags and offset from
15470         base_class_type_info.
15471         * inc/cxxabi.h (__base_class_info): Merge offset and vmi_flags.
15472         (__base_class_info::is_virtual_p): Adjust.
15473         (__base_class_info::is_public_p): Adjust.
15474         (__base_class_info::offset): New accessor.
15475         (__class_type_info::details): Remove member.
15476         (__class_type_info::__class_type_info): Lose details.
15477         (__class_type_info::detail_masks): Remove.
15478         (__si_class_type_info::__si_class_type_info): Lose details.
15479         (__vmi_class_type_info::details): New member.
15480         (__vmi_class_type_info::__vmi_class_type_info): Adjust.
15481         (__vmi_class_type_info::detail_masks): New member.
15482         * tinfo.cc (__class_type_info::do_upcast): Initialize result
15483         with unknown_details_mask.
15484         (__vmi_class_type_info::do_find_public_src): Adjust
15485         (__vmi_class_type_info::do_dyncast): Adjust.
15486         (__vmi_class_type_info::do_upcast): Set result details, if
15487         needed. Adjust.
15488         (__dynamic_cast): Temporarily #if out optimization.
15489
15490 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
15491
15492         * rtti.c (get_tinfo_decl): Mark used.
15493         (emit_tinfo_decl): Don't optimize polymorphic type_info. Only
15494         mark as dealt with, if we output it.
15495
15496 2000-03-28  Mark Mitchell  <mark@codesourcery.com>
15497
15498         * class.c: Reorganize to put virtual function table initialization
15499         machinery at the end of the file.
15500
15501 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
15502
15503         * class.c (finish_struct): Use bitsize_zero_node.
15504         * pt.c (instantiate_class_template): Likewise.
15505
15506 2000-03-28  Mark Mitchell  <mark@codesourcery.com>
15507
15508         Put RTTI entries at negative offsets in new ABI.
15509         * class.c (dfs_build_vbase_offset_vtbl_entries): Put the first
15510         vbase offset at index -3, not -1.
15511         (build_vtabe_offset_vtbl_entries): Use unmarked_vtable_pathp, not
15512         dfs_vtable_path_unmarked_real_bases_queue_p to walk bases.
15513         (dfs_build_vcall_offset_vtbl_entries): Don't use skip_rtti_stuff.
15514         (build_rtti_vtbl_entries): New function.
15515         (set_rtti_entry): Remove.
15516         (build_primary_vtable): Don't use it.
15517         (build_secondary_vtable): Likewise.
15518         (start_vtable): Remove.
15519         (first_vfun_index): New function.
15520         (set_vindex): Likewise.
15521         (add_virtual_function): Don't call start_vtable.  Do call
15522         set_vindex.
15523         (set_primary_base): Rename parameter.
15524         (determine_primary_base): Likewise.
15525         (num_vfun_entries): Don't use skip_rtti_stuff.
15526         (num_extra_vtbl_entries): Include RTTI information.
15527         (build_vtbl_initializer): Use build_rtti_vtbl_entries.
15528         (skip_rtti_stuff): Remove.
15529         (dfs_modify_vtables): Don't use it.
15530         (modify_all_vtables): Don't use start_vtable.  Do use set_vindex.
15531         (layout_nonempty_base_or_field): Update size handling.
15532         (create_vtable_ptr): Tweak.
15533         (layout_class_type): Adjust parameter names.
15534         (finish_struct_1): Simplify.
15535         * cp-tree.h (CLASSTYPE_VSIZE): Tweak documentation.
15536         (skip_rtti_stuff): Remove.
15537         (first_vfun_index): New function.
15538         (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
15539         (dfs_vtable_path_marked_real_bases_queue_p): Remove.
15540         (marked_vtable_pathp): Declare.
15541         (unmarked_vtable_pathp): Likewise.
15542         * error.c (dump_expr): Use first_vfun_index to calculate vtable
15543         offsets.
15544         * rtti.c (build_headof): Look for RTTI at negative offsets.
15545         (get_tinfo_decl_dynamic): Likewise.
15546         (tinfo_base_init): Don't take the address of the TINFO_VTABLE_DECL
15547         here.
15548         (create_pseudo_type_info): Do it here instead.  Adjust so that
15549         vptr points at first virtual function.
15550         * search.c (marked_vtable_pathp): Make it global.
15551         (unmarked_vtable_pathp): Likewise.
15552         (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
15553         (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
15554         (dfs_get_pure_virtuals): Don't use skip_rtti_stuff.
15555         (get_pure_virtuals): Likewise.
15556         (expand_upcast_fixups): Likewise.
15557         * tree.c (debug_binfo): Likewise.
15558         * tinfo.cc (__dynamic_cast): Look for vtable_prefix at appropriate
15559         negative offset.
15560
15561 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15562
15563         * class.c (check_field_decl): Fix typo.
15564         (build_vtbl_or_vbase_field): Don't clear DECL_SAVED_INSNS.
15565         (check_methods): Likewise.
15566         (check_field_decls): Likewise.
15567         Use DECL_CONTEXT, not DECL_FIELD_CONTEXT.
15568         * cp-tree.h (DECL_SHADOWED_FOR_VAR, DECL_TEMPLATE_RESULT):
15569         Use DECL_RESULT_FLD, not DECL_RESULT.
15570         * decl.c (xref_tag): Use DECL_TEMPLATE_RESULT.
15571         * lex.c (identifier_type): Likewise.
15572         * pt.c (determine_specialization, lookup_template_class): Likewise.
15573         (tsubst_friend_function, tsubst_decl, instantiate_template): Likewise.
15574         (resolve_overloaded_unification, more_specialized): Likewise.
15575         * semantics.c (finish_member_declaration): Likewise.
15576         * typeck.c (build_x_function_call): Likewise.
15577
15578 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
15579
15580         * class.c (layout_empty_base): Handle empty bases with non-byte
15581         alignment.
15582         (build_base_field): Likewise.
15583         (layout_virtual_bases): Likewise.
15584
15585         * class.c (finish_struct_1): Fix typo in this change:
15586
15587         Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15588
15589 2000-03-25  Mark Mitchell  <mark@codesourcery.com>
15590
15591         * decl.c (grokdeclarator): Count partial specializations when
15592         keeping track of how many template classes have been seen.
15593
15594         * dump.c (dequeue_and_dump): Dump DECL_TEMPLATE_RESULT.
15595
15596 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15597
15598         * class.c (build_vbase_pointer_fields): layout_field now place_field.
15599         (get_vfield_offset): Use byte_position.
15600         (set_rtti_entry): Set OFFSET to ssizetype zero.
15601         (get_binfo_offset_as_int): Deleted.
15602         (dfs_record_base_offsets): Use tree_low_cst.
15603         (dfs_search_base_offsets): Likewise.
15604         (layout_nonempty_base_or_field): Reflect changes in RLI format
15605         and call byte_position.
15606         (layout_empty_base): Convert offset to ssizetype.
15607         (build_base_field): use rli_size_unit_so_far.
15608         (dfs_propagate_binfo_offsets): Do computation in proper type.
15609         (layout_virtual_bases): Pass ssizetype to propagate_binfo_offsets.
15610         (layout_class_type): Reflect changes in RLI names and fields.
15611         (finish_struct_1): Set DECL_FIELD_OFFSET.
15612         * dump.c (dequeue_and_dump): Call bit_position.
15613         * expr.c (cplus_expand_constant): Use byte_position.
15614         * rtti.c (expand_class_desc): Use bitsize_one_node.
15615         * typeck.c (build_component_addr): Use byte_position and don't
15616         special case for zero offset.
15617
15618 2000-03-24  Nathan Sidwell  <nathan@codesourcery.com>
15619
15620         * decl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.
15621
15622         * rtti.c (get_tinfo_decl): Set comdat linkage on new-abi
15623         tinfo object.
15624         (emit_tinfo_decl): Only emit polymorphic tinfo's when emitting
15625         vtable.
15626
15627 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
15628
15629         * call.c (check_dtor_name, build_new_method_call): Use TYPE_P and
15630         DECL_P macros.
15631         * decl.c (push_class_binding, poplevel, pushtag, lookup_namespace_name,
15632         make_typename_type, check_initializer, cp_finish_decl,
15633         xref_tag): Likewise.
15634         * decl2.c (grokfield, build_expr_from_tree, build_expr_from_tree,
15635         decl_namespace, arg_assoc_template_arg, arg_assoc,
15636         validate_nonmember_using_decl, do_class_using_decl): Likewise.
15637         * error.c (dump_template_argument, dump_expr, cp_file_of, cp_line_of,
15638         args_to_string): Likewise.
15639         * friend.c (is_friend): Likewise.
15640         * lex.c (note_got_semicolon, note_list_got_semicolon,
15641         is_global): Likewise.
15642         * method.c (build_overload_nested_name, build_overload_value,
15643         build_qualified_name, build_qualified_name, hack_identifier): Likewise.
15644         * parse.y (typename_sub, typename_sub1): Likewise.
15645         * pt.c (push_inline_template_parms_recursive, check_template_shadow,
15646         process_partial_specialization, convert_template_argument,
15647         template_args_equal, add_pending_template, lookup_template_class,
15648         for_each_template_parm_r, maybe_fold_nontype_arg,
15649         tsubst, instantiate_template, type_unification_real, unify,
15650         instantiate_pending_templates, set_mangled_name_for_template_decl):
15651         Likewise.
15652         * repo.c (repo_get_id, repo_template_used): Likewise.
15653         * search.c (lookup_field_1): Likewise.
15654         * tree.c (walk_tree, get_type_decl, cp_tree_equal, member_p): Likewise.
15655         * xref.c (classname): Likewise.
15656
15657 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
15658
15659         * cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.
15660         (CANONICAL_BINFO): New macro.
15661         (BINFO_NEW_VTABLE_MARKED): Use it.
15662         (SET_BINFO_NEW_VTABLE_MARKED): Likewise.
15663         (CLEAR_BINFO_NEW_VTABLE_MARKED): Likewise.
15664         * class.c (dfs_build_vbase_offset_vtbl_entries): Use BINFO_TYPE,
15665         not TREE_TYPE.
15666         (build_primary_vtable): Adjust usage of BINFO_NEW_VTABLE_MARKED.
15667         (build_secondary_vtable): Likewise.
15668         (dfs_finish_vtbls): Likewise.
15669         (dfs_accumulate_vtbl_inits): Likewise.
15670         (accumulate_vtbl_inits): New function.
15671         (finish_vtbls): Make sure that virtual bases come after
15672         non-virtual bases in the vtable group.
15673         (record_base_offsets): Don't save and restore TREE_VIA_VIRTUAL.
15674         (finish_struct_1): Adjust usage of BINFO_NEW_VTABLE_MARKED.
15675         * search.c (struct vbase_info): Move definition.
15676         (marked_new_vtable_p): Adjust usage of BINFO_NEW_VTABLE_MARKED.
15677         (unmarked_new_vtable_p): Likewise.
15678         (dfs_mark_vtable_path): Remove.
15679         (dfs_mark_new_vtable): Remove.
15680         (dfs_unmark_new_vtable): Likewise.
15681         (dfs_clear_search_slot): Likewise.
15682         (dfs_find_vbases):  Adjust usage of BINFO_NEW_VTABLE_MARKED.
15683         (dfs_clear_vbase_slots): Likewise.
15684         (init_vbase_pointers): LIkewise.
15685
15686 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
15687
15688         * typeck.c (type_after_usual_arithmetic_conversions): Prefer a
15689         SIZETYPE to a non-SIZETYPE.
15690
15691 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
15692
15693         * class.c (layout_virtual_bases): Adjust names in conditionally
15694         compiled code.
15695
15696         * class.c (record_base_offsets): New function.
15697         (layout_conflict_p): Likewise.
15698         (layout_nonempty_base_or_field): Use it.
15699         (layout_empty_base): New function.
15700         (build_base_field): Use it.
15701         (build_base_fields): Update comment.
15702         (layout_virtual_bases): Fold in a little code form
15703         layout_basetypes.  Use layout_empty_base.
15704         (layout_basetypes): Remove.
15705         (end_of_class): New function.
15706         (layout_class_type): Use it.  Adjust.
15707
15708         * cp-tree.h (CLASSTYPE_VBASECLASSES): Fix typo in comment.
15709         (fntype_p): Remove.
15710         * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Fix typo in
15711         comment.
15712         (dfs_skip_nonprimary_vbases_markedp): Likewise.
15713         * typeck.c (fntype_p): Remove.
15714
15715         * cp-tree.h (TI_SPEC_INFO): Remove.
15716         (CLASSTYPE_TI_SPEC_INFO): Likewise.
15717         * pt.c (process_partial_specialization): Likewise.
15718
15719         * class.c (build_base_field): Fix thinko in computation of binfo
15720         offsets.
15721
15722         * tree.c (mark_local_for_remap_p): Mark variables declared in
15723         TARGET_EXPRs as well.
15724
15725 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
15726
15727         * typeck.c (require_complete_type, complete_type,
15728         complete_type_or_else, c_sizeof, c_sizeof_nowarn,
15729         build_array_ref, convert_arguments, pointer_diff,
15730         build_x_unary_op, build_unary_op, build_c_cast,
15731         build_modify_expr): Use COMPLETE_TYPE_P etc.
15732         * call.c (is_complete, convert_like_real,
15733         build_new_method_call): Likewise.
15734         * class.c (build_vbase_pointer_fields, check_bases,
15735         build_base_field, finish_struct_1, pushclass): Likewise.
15736         * cvt.c (cp_convert_to_pointer, convert_to_void): Likewise.
15737         * decl.c (maybe_process_template_type_declaration, pushtag,
15738         pushdecl, redeclaration_error_message, start_decl, start_decl_1,
15739         layout_var_decl, check_initializer, cp_finish_decl,
15740         grokdeclarator, require_complete_types_for_parms,
15741         grok_op_properties, xref_tag, xref_basetypes,
15742         check_function_type): Likewise.
15743         * decl2.c (check_classfn, reparse_absdcl_as_casts): Likewise.
15744         * friend.c (do_friend): Likewise.
15745         * init.c (build_offset_ref): Likewise.
15746         * parse.y (structsp): Likewise.
15747         * pt.c (maybe_process_partial_specialization,
15748         tsubst_friend_function, instantiate_class_template, tsubst,
15749         do_type_instantiation, instantiate_pending_templates): Likewise.
15750         * repo.c (repo_get_id): Likewise.
15751         * rtti.c (build_typeid, get_typeid, build_dynamic_cast_1,
15752         synthesize_tinfo_var, emit_support_tinfos): Likewise.
15753         * search.c (lookup_fnfields_1, lookup_conversions): Likewise.
15754         * semantics.c (begin_class_definition): Likewise.
15755         * tree.c (build_cplus_method_type): Likewise.
15756         * typeck2.c (digest_init, build_functional_cast,
15757         add_exception_specifier): Likewise.
15758         * parse.h, parse.c: Regenerated.
15759
15760 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
15761
15762         * inc/cxxabi.h: New header file. Define new-abi entry points.
15763         (__pointer_type_info::target): Rename member to ...
15764         (__pointer_type_info::type): ... here.
15765         (__base_class_info::type): Rename member to ...
15766         (__base_class_info::base): ... here.
15767         * Make-lang.in (CXX_EXTRA_HEADERS): Add cxxabi.h
15768         * cp-tree.h (CPTI_ABI): New global tree enumeration.
15769         (abi_node): New global tree node.
15770         * decl.c (abi_node): Document.
15771         (init_decl_processing): Initialize abi_node.
15772         * rtti.c (build_dynamic_cast_1): Use abi_node for new-abi.
15773         (get_vmi_pseudo_type_info): Likewise.
15774         (create_tinfo_types): Likewise.
15775         (emit_support_tinfos): Likewise.
15776         * tinfo.h (cxxabi.h): Include for new-abi.
15777         Move rtti class definitions to new header file.
15778         * tinfo.cc (abi): Use the namespace.
15779         (std): Move new abi rtti classes from here ...
15780         (__cxxabiv1): ... to here.
15781         * tinfo2.cc (cxxabi.h): Include for new-abi.
15782         Move rtti class definitions to new header file.
15783         (std): Move new abi rtti classes from here ...
15784         (__cxxabiv1): ... to here.
15785         * inc/typeinfo (__class_type_info): Move into __cxxabiv1
15786         namespace.
15787
15788 2000-03-20  Jed Wing <jedwin@zloty.ugcs.caltech.edu>
15789             Jason Merrill  <jason@casey.cygnus.com>
15790
15791         * method.c (build_overload_int): Use host_integerp.
15792
15793 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
15794
15795         * init.c (build_offset_ref): Handle the case of a templated member
15796         function.
15797
15798 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
15799
15800         * except.c (expand_exception_blocks): Clear catch_clauses_last.
15801
15802 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
15803
15804         * cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
15805         * class.c (check_bitfield_decl): Turn illegal bitfields into
15806         non-bitfields.
15807         (dfs_propagate_binfo_offsets): Adjust for new size_binop
15808         semantics.
15809         (dfs_offset_for_unshared_vbases): Likewise.
15810         * cvt.c (cp_convert_to_pointer): Convert NULL to a
15811         pointer-to-member correctly under the new ABI.
15812         * expr.c (cplus_expand_constant): Don't use cp_convert when
15813         turning an offset into a pointer-to-member.
15814         * init.c (resolve_offset_ref): Don't adjust pointers-to-members
15815         when dereferencing them under the new ABI.
15816         * typeck.c (get_member_function_from_ptrfunc): Tweak calculation
15817         of pointers-to-members under the new ABI.
15818
15819         * class.c (check_bitfield_decl): Remove restriction on really long
15820         bitfields.
15821         (layout_class_type): Implement new ABI handling of bitfields
15822         longer than their types.
15823
15824 2000-03-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
15825
15826         * parse.y (extdefs): Call ggc_collect.
15827         * parse.c: Regenerated.
15828
15829 2000-03-18  Nathan Sidwell  <nathan@codesourcery.com>
15830
15831         * class.c (build_base_field): Use TYPE_ALIGN to examine a type.
15832         (note_name_declared_in_class): Use OVL_CURRENT to get at a
15833         potential overload.
15834
15835 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15836
15837         * class.c (build_vbase_path): Use integer_zerop.
15838         (build_vtable_entry): Use tree_low_cst.
15839         (get_vfield_offset): Use bit_position.
15840         (dfs_modify_vtables): New variable vindex_val; `i' is HOST_WIDE_INT.
15841         Use tree_low_cst.
15842         (check_bitfield_decl): Set DECL_SIZE using convert.
15843         (build_base_field): Set DECL_SIZE and DECL_SIZE_UNIT using size_binop.
15844         (layout_virtual_bases): DSIZE is unsigned HOST_WIDE_INT.
15845         Use tree_low_cst.
15846         (finish_struct_1): Use bit_position.
15847         (dump_class_hierarchy): Use tree_low_cst.
15848         * cp-tree.h (min_precision): Add declaration.
15849         * decl.c (xref_tag, xref_basetypes): Use tree_low_cst.
15850         * error.c (dump_type_suffix): Use host_integerp and tree_low_cst.
15851         (dump_expr): Use integer_zerop, host_integerp, and tree_low_cst.
15852         * expr.c (cplus_expand_constant): Use bit_position.
15853         * init.c (build_vec_init): Use host_integerp and tree_low_cst.
15854         * rtti.c (get_base_offset): Use bit_position.
15855         * typeck.c (build_binary_op): Use integer_zerop, compare_tree_int,
15856         host_integerp, and tree_low_cst.
15857         (pointer_int_sum): Use integer_zerop.
15858         (build_component_addr): Use bit_position.
15859
15860 2000-03-17  Nathan Sidwell  <nathan@codesourcery.com>
15861
15862         * typeck.c (require_complete_type): Don't assume size_zero_node.
15863         (complete_type_or_else): Likewise.
15864
15865 2000-03-16  Steven Grady <grady@digitaldeck.com>
15866             Jason Merrill  <jason@casey.cygnus.com>
15867
15868         * rtti.c (build_dynamic_cast_1): Improve diagnostics.
15869
15870 2000-03-16  Nathan Sidwell  <nathan@codesourcery.com>
15871
15872         * decl2.c (grokfield): Bail out if type is error_mark_node.
15873
15874 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
15875
15876         * tinfo2.cc (__ptr_to_member_data): Rename to ...
15877         (__pointer_to_member_data): ... here. Adjust.
15878         * rtti.c (create_tinfo_types): Adjust.
15879
15880 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
15881
15882         * cp-tree.h (CPTI_REF_DESC_TYPE, ref_desc_type_node): Remove.
15883         * decl.c (ref_desc_type_node): Undocument.
15884         * rtti.c (ptr_ref_initializer): Rename to ...
15885         (ptr_initializer): ... here. Adjust comments.
15886         (ptmd_initializer): Fix comment thinko.
15887         (synthesize_tinfo_var): Remove REFERENCE_TYPE case.
15888         (create_tinfo_types): Remove ref_desc_type_node init.
15889         * tinfo2.cc (__reference_type_info): Remove.
15890
15891 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
15892
15893         * decl.c (cp_finish_decl): Remove obsolete comment.
15894
15895         * typeck.c (build_ptrmemfunc1): Kill uninitialized warning.
15896
15897 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
15898
15899         * cp-tree.h: Tweak documentation.
15900         * class.c (build_vbase_pointer_fields): Layout the fields, too.
15901         (avoid_overlap): Remove.
15902         (get_binfo_offset_as_int): New function.
15903         (dfs_serach_base_offsets): Likewise.
15904         (layout_nonempty_base_or_field): Likewise.
15905         (build_base_field): Layout fields here.  Avoid placing two objects
15906         of the same type at the same address, under the new ABI.
15907         (build_base_fields): Adjust accordingly.
15908         (create_vtable_ptr): Return the new field, but don't attach it to
15909         TYPE_FIELDS.
15910         (remove_base_field): Remove.
15911         (remove_base_fields): Remove.
15912         (layout_basetypes): Adjust accordingly.
15913         (layout_class_type): Call layout_field for each field, rather than
15914         just making a wholesale call to layout_type.
15915
15916 2000-03-14  Jeff Sturm  <jsturm@sigma6.com>
15917
15918         * except.c (expand_throw): Fix typo in _Jv_Sjlj_Throw.
15919
15920 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
15921
15922         * decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.
15923
15924         * except.c (dtor_nothrow): New fn.
15925         (do_pop_exception): Use it.  Take type parm.
15926         (push_eh_cleanup): Take type parm.
15927         (expand_start_catch_block): Pass it.
15928         (build_eh_type_type_ref): Accept null type.
15929
15930 2000-03-12  Mark Mitchell  <mark@codesourcery.com>
15931
15932         * cp-tree.h (revert_static_member_fn): Change prototype.
15933         * decl.c (grokfndecl): Adjust call to revert_static_member_fn.
15934         (grok_op_properties): Likewise.
15935         (start_function): Likewise.
15936         (revert_static_member_fn): Simplify.
15937         * pt.c (check_explicit_specialization): Adjust call to
15938         revert_static_member_fn.
15939
15940 2000-03-11  Mark Mitchell  <mark@codesourcery.com>
15941
15942         * cp-tree.h (scope_kind): New type.
15943         (tmpl_spec_kind): Likewise.
15944         (declare_pseudo_global_level): Remove.
15945         (pseudo_global_level_p): Rename to template_parm_scope_p.
15946         (pushlevel): Remove declaration.
15947         (begin_scope): New function.
15948         (finish_scope): Likewise.
15949         (current_tmpl_spec_kind): Likewise.
15950         * decl.c (struct binding_level): Shorten parm_flag to 2 bits.
15951         Shorten keep to 2 bits.  Rename pseudo_global to template_parms_p.
15952         Add template_spec_p.
15953         (toplevel_bindings_p): Adjust.
15954         (declare_pseudo_global_level): Remove.
15955         (pseudo_global_level_p): Rename to template_parm_scope_p.
15956         (current_tmpl_spec_kind): New function.
15957         (begin_scope): Likewise.
15958         (finish_scope): Likewise.
15959         (maybe_push_to_top_level): Adjust.
15960         (maybe_process_template_type_declaration): Likewise.
15961         (pushtag): Likewise.
15962         (pushdecl_nonclass_level): Likewise.
15963         (lookup_tag): Likewise.
15964         (grokfndecl): Handle member template specializations.  Share
15965         constructor and non-constructor code.
15966         * decl2.c (check_classfn): Handle member template specializations.
15967         * pt.c (begin_template_parm_list): Use begin_scope.
15968         (begin_specialization): Likewise.
15969         (end_specialization): Likewise.
15970         (check_explicit_specialization): Use current_tmpl_spec_kind.
15971         Handle member template specializations.
15972         (end_template_decl): Use finish_scope.  Remove call to
15973         get_pending_sizes.
15974         (push_template_decl_real): Remove bogus error message.
15975         (tsubst_decl): Fix typo in code contained in comment.
15976         (instantiate_template): Handle member template specializations.
15977         (most_general_template): Likewise.
15978
15979 2000-03-11  Gabriel Dos Reis  <gdr@codesourcery.com>
15980
15981         * lex.c (whitespace_cr): Compress consecutive calls to warning().
15982         (do_identifier): Ditto for error().
15983
15984         * pt.c (convert_nontype_argument): Ditto for cp_error().
15985         (convert_template_argument): Ditto for cp_pedwarn().
15986
15987 2000-03-11  Jason Merrill  <jason@casey.cygnus.com>
15988
15989         * exception.cc (__check_null_eh_spec): New fn.
15990         * except.c (expand_end_eh_spec): Call it if the spec is throw().
15991
15992 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
15993
15994         * decl.c (push_throw_library_fn): Take the FUNCTION_TYPE.
15995         * except.c (expand_end_eh_spec): Add the return type.
15996         * rtti.c (throw_bad_cast): Add the parmtypes.
15997         (throw_bad_typeid): Likewise.
15998
15999         * semantics.c (expand_stmt): Only leave out rtl for unused
16000         artificials, and set DECL_IGNORED_P on them as well.
16001         * decl.c (wrapup_globals_for_namespace): Likewise.
16002
16003 2000-03-09  Nathan Sidwell  <nathan@codesourcery.com>
16004
16005         * decl.c (maybe_commonize_var): Skip all artificial decls.
16006         * pt.c (tsubst_decl): Don't copy TREE_ASM_WRITTEN.
16007
16008 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
16009
16010         * lang-options.h, decl2.c: Add -fno-enforce-eh-specs.
16011         * cp-tree.h: Declare flag_enforce_eh_specs.
16012         * decl.c (store_parm_decls, finish_function): Check it.
16013
16014         C library functions don't throw.
16015         * Makefile.in (cfns.h): New target.
16016         (except.o): Depend on it.
16017         * Make-lang.in (cc1plus): Depend on cfns.gperf.
16018         * cfns.gperf: New file.
16019         * cfns.h: Generated.
16020         * except.c: Include it.
16021         (nothrow_libfn_p): New fn.
16022         * decl.c (grokfndecl): Use it.
16023         * cp-tree.h: Declare it.
16024
16025         * decl.c (push_overloaded_decl_1, auto_function,
16026         define_function): Lose.
16027         (build_library_fn_1): New static fn.
16028         (builtin_function): Use it.
16029         (get_atexit_node): Use build_library_fn_ptr.
16030         (build_library_fn, build_cp_library_fn, build_library_fn_ptr,
16031         build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,
16032         push_void_library_fn, push_throw_library_fn): New fns.
16033         * cp-tree.h: Declare them.
16034         (cp_tree_index): Remove CPTI_BAD_CAST, CPTI_BAD_TYPEID.
16035         (throw_bad_cast_node, throw_bad_typeid_node): Lose.
16036         * except.c (init_exception_processing, call_eh_info, do_pop_exception,
16037         (expand_end_eh_spec, alloc_eh_object, expand_throw): Use above fns.
16038         * rtti.c (build_runtime_decl): Lose.
16039         (throw_bad_cast, throw_bad_typeid, get_tinfo_decl,
16040         build_dynamic_cast_1, expand_si_desc, expand_class_desc,
16041         expand_ptr_desc, expand_attr_desc, expand_generic_desc): Use above fns.
16042
16043         * call.c (build_call): Remove result_type parm.
16044         Call mark_used on unused artificial fns.
16045         * init.c, method.c, typeck.c, except.c, rtti.c: Adjust.
16046
16047 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
16048
16049         * call.c (build_call): Set TREE_NOTHROW on the CALL_EXPR as
16050         appropriate.
16051         * decl.c (define_function): Set TREE_NOTHROW on the FUNCTION_DECL.
16052         * except.c (call_eh_info, alloc_eh_object, expand_throw): Set
16053         TREE_NOTHROW or TREE_THIS_VOLATILE on the function as appropriate.
16054         * rtti.c (build_runtime_decl, get_tinfo_decl, build_dynamic_cast_1,
16055         expand_si_desc, expand_class_desc, expand_ptr_desc, expand_attr_desc,
16056         expand_generic_desc): Likewise.
16057
16058 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16059
16060         * exception.cc (__cp_pop_exception): Cleanup the original object.
16061
16062 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16063
16064         * decl.c (grok_op_properties): Merge conversion to void warning
16065         with other silly op warnings.
16066
16067 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
16068
16069         * typeck2.c (process_init_constructor): Set TREE_PURPOSE of
16070         array CONSTRUCTOR elements.  Don't use expr_tree_cons.
16071
16072 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16073
16074         * decl.c (cp_make_fname_decl): New function.
16075         (wrapup_globals_for_namespace): Don't emit unused static vars.
16076         (init_decl_processing): Remove comment about use of
16077         array_domain_type. Set make_fname_decl.
16078         (cp_finish_decl): Remove __FUNCTION__ nadgering.
16079         * semantics.c (begin_compound_stmt): Remove
16080         current_function_name_declared flagging.
16081         (expand_stmt): Don't emit unused local statics.
16082         * typeck.c (decay_conversion): Don't treat __FUNCTION__ decls
16083         specially.
16084
16085 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16086
16087         * typeck.c (convert_for_assignment): Don't look at array
16088         initializer.
16089         * call.c (convert_like_real): Likewise.
16090
16091 2000-03-07  Jason Merrill  <jason@casey.cygnus.com>
16092
16093         Add initial support for '\uNNNN' specifier.
16094         * lex.c (read_ucs): New fn.
16095         (readescape, skip_white_space): Call it.
16096         (is_extended_char, is_extended_char_1): New fns.
16097         (utf8_extend_token): New fn, #if 0'd out.
16098         (real_yylex): Treat extended chars like letters.
16099
16100         * search.c (note_debug_info_needed): Walk the bases even if we
16101         weren't deferring the type itself.
16102
16103 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16104
16105         * decl2.c (finish_objects): Constify a char*.
16106
16107         * method.c (emit_thunk): Likewise.
16108
16109 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
16110
16111         * typeck.c (dubious_conversion_warnings): Look through
16112         REFERENCE_TYPE.
16113
16114 Mon Mar  6 08:46:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16115
16116         * class.c (dfs_modify_vtables): I is now unsigned.
16117         (check_bitfield_decl): Use tree_int_cst_sgn and compare_tree_int.
16118         (build_base_field): Add casts of TREE_INT_CST_LOW to HOST_WIDE_INT.
16119         * error.c (dump_expr): Cast TREE_INT_CST_HIGH to unsigned.
16120         * init.c (build_vec_init): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
16121         * method.c (build_overload_int): Cast TREE_INT_CST_HIGH to unsigned.
16122         * typeck.c (build_binary_op, case TRUNC_DIV_EXPR):
16123         Call integer_all_onesp.
16124         * typeck2.c (process_init_constructor): Use compare_tree_int.
16125
16126         * lang-specs.h (as): Don't call if -syntax-only.
16127
16128 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
16129
16130         * expr.c (cplus_expand_expr, case STMT_EXPR): Don't set
16131         RTL_EXPR_HAS_NO_SCOPE after all.
16132
16133 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
16134
16135         * expr.c (cplus_expand_expr, case STMT_EXPR): Use
16136         expand_start_stmt_expr and expand_end_stmt_expr directly.  Set
16137         RTL_EXPR_HAS_NO_SCOPE.
16138
16139         * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG a little
16140         later.
16141
16142         * dump.c (dequeue_and_dump): Dump SCOPE_NO_CLEANUPS_P.
16143
16144 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
16145
16146         * call.c (convert_like): Macrofy.
16147         (convert_like_with_context): New macro.
16148         (convert_like_real): Renamed from convert_like.  Add calling
16149         context parameters, for diagnostics. Add recursive flag.  Call
16150         dubious_conversion_warnings for outer conversion.
16151         (build_user_type_conversion): Use convert_like_with_context.
16152         (build_over_call): Likewise. Don't warn about dubious
16153         conversions here. Adjust convert_default_arg calls.
16154         (convert_default_arg): Add context parameters for diagnostics.
16155         Pass through to convert_like_with_context.
16156         * cp-tree.h (convert_default_arg): Add context parameters.
16157         (dubious_conversion_warnings): Prototype new function.
16158         * typeck.c (convert_arguments): Adjust convert_default_arg call.
16159         (dubious_conversion_warnings): New function, broken
16160         out of convert_for_assignment.
16161         (convert_for_assignment): Adjust.
16162
16163 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
16164
16165         * decl2.c (key_method): Break out from...
16166         (import_export_vtable, import_export_class): ...here.
16167
16168         * decl.c (finish_function): Don't mess with flag_keep_inline_functions.
16169         * decl2.c (finish_vtable_vardecl): Don't check decl_function_context.
16170
16171         * search.c (note_debug_info_needed, dfs_debug_mark,
16172         dfs_debug_unmarkedp): Uncomment.  Adjust for new scheme.
16173         * decl2.c (finish_vtable_vardecl): Call note_debug_info_needed.
16174
16175 2000-03-03  Nathan Sidwell  <nathan@codesourcery.com>
16176
16177         * decl.c (cp_finish_decl): Remove obsolete obstack comments, fix
16178         typos.
16179
16180 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
16181
16182         * cp-tree.h (TYPE_NEEDS_DESTRUCTOR): Rename to ...
16183         (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): ... this.
16184         (TYPE_HAS_TRIVIAL_DESTRUCTOR): New macro.
16185         (lang_type): Split gets_new into has_new and has_array_new.
16186         (TYPE_VEC_NEW_USES_COOKIE): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
16187         (TYPE_GETS_NEW): Split into ...
16188         (TYPE_HAS_NEW_OPERATOR): ... this, and ...
16189         (TYPE_HAS_ARRAY_NEW_OPERATOR): ... this.
16190         (DECL_ARRAY_DELETE_OPERATOR_P): New macro
16191         (build_op_new_call): Don't declare.
16192         (build_new_1): Likewise.
16193         * call.c (build_op_new_call): Remove.
16194         * class.c (check_bases): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
16195         instead of TYPE_NEEDS_DESTRUCTOR.
16196         (finish_struct_bits): Likewise.
16197         (add_implicitly_declared_members): Likewise.
16198         (check_field_decl): Likewise.
16199         (check_methods): Set TYPE_VEC_DELETE_TAKES_SIZE here, and set it
16200         correctly under the new ABI.
16201         * decl.c (start_decl_1): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
16202         instead of TYPE_NEEDS_DESTRUCTOR.
16203         (initialize_local_var): Likewise.
16204         (destroy_local_var): Likewise.
16205         (cp_finish_decl): Likewise.
16206         (register_dtor_fn): Likewise.
16207         (grok_op_properties): Set TYPE_HAS_NEW_OPERATOR and
16208         TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.  Don't set
16209         TYPE_VEC_DELETE_TAKES_SIZE here.
16210         (xref_basetypes): Set TYPE_HAS_NEW_OPERATOR and
16211         TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.
16212         (store_parm_decls):  Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
16213         (finish_destructor_body): Likewise.
16214         (maybe_build_cleanup_1): Likewise.
16215         * decl2.c (do_static_destruction): Likewise.
16216         * init.c (build_new_1): Make it static.
16217         (perform_member_init): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
16218         (expand_cleanup_for_base): Likewise.
16219         (get_cookie_size): New function.
16220         (build_new_1): Handle array-new cookies correctly under the new
16221         ABI.
16222         (build_vec_delete_1): Likewise.
16223         (build_vec_init):  Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
16224         (build_delete): Likewise.
16225         (build_vec_delete): Handle array-new cookies correctly under the new
16226         ABI.
16227         * lex.c (do_identifier): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
16228         * pt.c (instantiate_class_template): Set TYPE_HAS_NEW_OPERATOR and
16229         TYPE_HAS_ARRAY_NEW_OPERATOR.
16230         * ptree.c (print_lang_type): Check them.
16231         * search.c (context_for_name_lookup): Fix typo in comment.
16232         (tree_has_any_destructor_p): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
16233         * tree.c (break_out_cleanups): Likewise.
16234         (build_cplus_array_test_1): Likewise.
16235         (cp_build_qualified_type_real): Likewise.
16236         * typeck.c (complete_type): Likewise.
16237
16238         * g++spec.c (lang_specific_driver): Add -fnew-abi at the start of
16239         the command-line, not the end.
16240
16241 2000-03-01  Jason Merrill  <jason@casey.cygnus.com>
16242
16243         * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG.
16244
16245 2000-03-02  Tom Tromey  <tromey@cygnus.com>
16246
16247         * cp-tree.h (build_java_class_ref): Declare.
16248         * init.c (build_java_class_ref): No longer static.
16249         * except.c (expand_throw): Generate a Java-style `throw' if the
16250         thrown object is a "Java" object.
16251         (initialize_handler_parm): Generate a Java-style lookup of
16252         exception info if the caught object is a "Java" object.
16253         (catch_language, catch_language_init): New globals.
16254         (decl_is_java_type): New function.
16255         (expand_start_catch_block): Don't call push_eh_info() or
16256         push_eh_cleanup() when handling a Java-style "catch".  Pass Java
16257         class reference to build_catch_block.
16258
16259 Thu Mar  2 13:32:01 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16260
16261         * typeck.c (comptypes): Treat sizetype like its language equivalent.
16262
16263 2000-03-01  Bernd Schmidt  <bernds@cygnus.co.uk>
16264
16265         * typeck.c (maybe_warn_about_returning_address_of_local): Reorganize
16266         to merge reference/pointer code and fix incorrect warnings.
16267
16268 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
16269
16270         * search.c (protected_accessible_p): Use context_for_name_lookup.
16271
16272         * init.c (construct_virtual_bases): Fix thinko.
16273         * typeck.c (expand_ptrmemfunc_cst): Fix thinko.
16274
16275 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
16276
16277         * decl.c (current_function_decl): Move to toplev.c.
16278
16279 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
16280
16281         * pt.c (fn_type_unification): Unify return type, whenever
16282         provided.
16283         (get_bindings_real): Only pass return type when necessary.
16284         Remove explicit return type check.
16285         * class.c (resolve_address_of_overloaded_function): Pass desired
16286         return type to fn_type_unification.
16287
16288 Mon Feb 28 08:15:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16289
16290         * class.c (build_vtbl_or_vbase_field, check_methods): Don't clear
16291         DECL_FIELD_SIZE.
16292         (check_bitfield_decl, check_field_decls): Set DECL_SIZE, not
16293         DECL_FIELD_SIZE.
16294         * rtti.c (expand_class_desc): Likewise.
16295         * cp-tree.h (DECL_INIT_PRIORITY): Use underlying union name.
16296         (THUNK_VCALL_OFFSET): Likewise.
16297         (THUNK_DELTA): Reflect changes in ../tree.h.
16298
16299 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
16300
16301         * search.c (protected_accessible_p): Also allow the access if
16302         the member is public in DERIVED.  Lose TYPE parm.
16303         (friend_accessible_p): Lose TYPE parm.
16304         (accessible_p): Adjust.
16305
16306 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16307
16308         * class.c (dfs_build_vtable_offset_vtbl_entries): Don't use size_binop
16309         on things that are not sizes; ssize_binop deleted.
16310         Call size_diffop when appropriate.
16311         (dfs_build_vcall_offset_vtbl_entries): Likewise.
16312         (build_primary_vtable, build_secondary_vtable): Likewise.
16313         (dfs_set_offset_for_unshared_vbases, dfs_modify_vtables): Likewise.
16314         Variable I is HOST_WIDE_INT.
16315         (get_vfield_offset): Pass proper types to size_binop.
16316         (size_extra_vtbl_entries, layout_virtual_bases): Likewise.
16317         (finish_struct_1): Likewise.
16318         (skip_rtti_stuff): Arg N is now pointer to signed.
16319         (layout_class_type): Use size_zero_node.
16320         * cp-tree.h (skip_rtti_stuff): Arg N is pointer to signed.
16321         * cvt.c (cp_convert_to_pointer): Pass proper types to size_binop.
16322         * decl.c (complete_arry_type): Pass proper types to size_binop.
16323         (xref_basetypes): BINFO_OFFSET is sizetype.
16324         * error.c (dump_expr): Don't use size_binop non-sizes.
16325         * expr.c (cplus_expand_constant): Pass proper types to size_binop.
16326         * init.c (construct_virtual_bases): Fix type error.
16327         (build_vec_delete_1): Pass proper type to size_binop and don't
16328         fold result.
16329         * lex.c (cp_make_lang_type): BINFO_OFFSET is sizetype.
16330         * rtti.c (get_base_offset): Pass proper type to size_binop.
16331         * search.c (dfs_find_vbases): Fix type error.
16332         (expand_upcast_fixups): Arg to skip_rtti_stuff is pointer to signed.
16333         (dfs_get_vbase_types): BINFO_OFFSET is sizetype.
16334         * tree.c (debug_binfo): Variable N is signed.
16335         Use HOST_WIDE_INT_PRINT_DEC.
16336         * typeck.c (comptypes): sizetype is same as equivalent integer type.
16337         (c_sizeof, c_sizeof_nowarn, expr_sizeof): Use TYPE_SIZE_UNIT,
16338         size_one_node and size_zero_node.
16339         (c_alignof): Use size_one_node.
16340         (build_component_addr): Pass proper types to size_binop.
16341         (expand_ptrmemfunc_cst): Don't use size_binop on non-sizes.
16342
16343 2000-02-26  Jason Merrill  <jason@casey.cygnus.com>
16344
16345         Implement class scope using-declarations for functions.
16346         * class.c (handle_using_decl): Call add_method for used functions.
16347         Use IDENTIFIER_CLASS_VALUE to check for conflicts.
16348         (add_method): Used functions are hidden by local functions.
16349         (check_bases_and_members): Handle using-decls before finalizing
16350         CLASSTYPE_METHOD_VEC.
16351         * call.c (add_function_candidate): Add ctype parm; if nonzero,
16352         override the type of 'this' accordingly.
16353         (add_template_candidate, add_template_candidate_real): Add ctype parm.
16354         (convert_class_to_reference, build_user_type_conversion_1,
16355         build_new_function_call, build_object_call, build_new_op,
16356         build_new_method_call): Pass ctype parm.
16357
16358         * search.c (lookup_member): Put rval_binfo, not basetype_path, in
16359         the baselink.
16360         * call.c (convert_class_to_reference, build_user_type_conversion_1,
16361         build_new_function_call, build_object_call, build_new_op,
16362         build_new_method_call, build_op_delete_call): Don't get basetype_path
16363         from a baselink.
16364         * typeck.c (build_component_ref): Likewise.
16365         * init.c (build_offset_ref): Likewise.
16366         (resolve_offset_ref): Don't call enforce_access.
16367         Call build_scoped_ref.
16368         * typeck2.c (build_scoped_ref): Simplify.  Do nothing if it
16369         would cause an error or if -pedantic.
16370         * class.c (alter_access): Lose binfo parm.
16371
16372 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
16373
16374         * semantics.c (simplify_aggr_init_exprs_p): Don't walk into
16375         types.
16376
16377 2000-02-25  Alfred Minarik <a8601248@unet.univie.ac.at>
16378
16379         * rtti.c (get_vmi_pseudo_type_info): Move __vmi_class_type_info
16380         pseudo_type_info creation into the std namespace
16381
16382 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
16383
16384         * cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.
16385         (import_export_class): Remove declaration.
16386         * decl2.c (import_export_class): Make it static.
16387         * dump.c (dequeue_and_dump): Handle PREDECREMENT_EXPR,
16388         PREINCREMENT_EXPR, POSTDECREMENT_EXPR, POSTINCREMENT_EXPR,
16389         EXPR_WITH_FILE_LOCATION.
16390         * lex.c (check_newline): Tweak filename/lineno setting.
16391         * semantics.c (begin_while_stmt): Fix typo in comment.
16392
16393 Sat Feb 26 19:50:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16394
16395         * lang-options.h (-fmessage-length=): Add missing option.
16396
16397         * Make-lang.in (CXX_SRCS): Add .h files and sort list.
16398
16399 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
16400
16401         * Make-lang.in: Delete refs to LIBGCC2_DEPS.
16402
16403 Fri Feb 25 14:52:33 2000  Jim Wilson  <wilson@cygnus.com>
16404
16405         * optimize.c (expand_call_inline): Emit the return label before
16406         evaluating the return value.
16407
16408 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
16409
16410         * lex.c (check_newline): Use push_srcloc and pop_srcloc, rather
16411         than duplicating functionality here.
16412         * optimize.c: Include input.h.
16413         (expand_call_inline): Use push_srcloc and pop_srcloc.
16414         * parse.y (maybe_cv_qualifier): Remove calls to emit_line_note.
16415         * parse.c: Regenerated.
16416         * Makefile.in (lex.o): Depend on input.h.
16417         (optimize.o): Likewise.
16418
16419 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
16420
16421         * decl.c (grokdeclarator): Diagnose qualifiers on non-member
16422         function type, rather than ICE.
16423
16424 2000-02-23  Jason Merrill  <jason@casey.cygnus.com>
16425
16426         * decl.c (grokdeclarator): Call decl_type_access_control.
16427         * parse.y (parse_end_decl): Don't call decl_type_access_control if
16428         decl is null.
16429
16430 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
16431
16432         * decl.c (decls_match): Remove obsolete static member nadgering.
16433
16434 2000-02-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
16435
16436         * decl.c (grokdeclarator): Change ANSI to ISO.
16437         * lex.c (consume_string, readescape, do_identifier): Likewise.
16438         (parse_float, real_yylex): Likewise.
16439         * parse.y (paren_expr_or_null, paren_cond_or_null): Likewise.
16440         (unary_expr, new_initializer, cast_expr, primary, primary_no_id,
16441         new_type_id, maybe_label_decls, simple_stmt,
16442         for.init.statement): Likewise.
16443         * pt.c (do_decl_instantiation, do_type_instantiation): Likewise.
16444         * semantics.c (finish_named_return_value): Likewise.
16445         * parse.c: Regenerate.
16446
16447 2000-02-21  Mark Mitchell  <mark@codesourcery.com>
16448
16449         * cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
16450         (CPTI_CLASS_STAR_TYPE): Remove.
16451         (vtable_index_type): Likewise.
16452         (class_star_type_node): Remove.
16453         (TYPE_PTRMEMFUNC_FN_TYPE): Adjust for the new ABI.
16454         (build_binary_op_nodefault): Remove.
16455         * call.c (build_new_op): Use build_binary_op instead of
16456         build_binary_op_nodefault.
16457         * decl.c (init_decl_processing): Remove class_star_type_node
16458         initialization.  Make delta_type_node ptrdiff_type_node under the
16459         new ABI.  Initialize vtable_index_type.
16460         (build_ptrmemfunc_type): Build different structures for the new
16461         ABI.
16462         (build_enumerator): Use build_binary_op instead of
16463         build_binary_op_nodefault.
16464         * method.c (build_overload_value): Mangle pointers-to-members
16465         appropriately under the new ABI.
16466         * typeck.c (build_array_ref): Use build_binary_op instead of
16467         build_binary_op_nodefault.
16468         (get_member_function_from_ptrfunc): Adjust for the new ABI.
16469         (build_binary_op_nodefault): Rename to ...
16470         (build_binary_op): ... this.  Remove old version.  Adjust for
16471         pointer-to-member comparisons under the new ABI.
16472         (build_ptrmemfunc1): Remove dead code.  Adjust for the new ABI.
16473         (build_ptrmemfunc): Adjust for the new ABI.
16474         (expand_ptrmemfunc_cst): Likewise.
16475         (delta2_from_ptrmemfunc): Assert that we're not using the new ABI.
16476         (pfn_from_ptrmemfunc): Adjust for the new ABI.
16477
16478 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
16479
16480         * call.c (build_object_call): Compress consecutive calls to
16481         cp_error.
16482         (build_conditional_expr): Say 'ISO C++' not 'ANSI C++'.
16483         (build_op_delete_call): Adjust message formatting.
16484
16485         * class.c (check_bases): Compress consecutive calls to
16486         cp_pedwarn.
16487         (finish_struct_anon): Say 'ISO C++'.
16488
16489         * decl.c (start_decl): Same here.
16490         (grok_reference_init): Likewise.
16491         (grokfndecl): Correct message formatting.
16492         (grokfndecl): Improve diagnostic.
16493         (check_static_variable_definition): Likewise. Say 'ISO C++'
16494         (compute_array_index_type): Say 'ISO C++'
16495         (create_array_type_for_decl): Compress consecutive calls to
16496         cp_error.
16497         (grokdeclarator): Say 'ISO C++'
16498         (grok_op_properties): Likewise.
16499
16500         * decl2.c (delete_sanity): Clairify diagnostic.
16501         (check_member_template): Same here.
16502         (grok_function_init): Use consistent terminology.
16503
16504         * expr.c (do_case): Say 'ISO C++'
16505
16506         * friend.c (do_friend): Compress consecutive calls to warning.
16507
16508 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
16509
16510         * cp-tree.h (merge_primary_and_secondary_vtables_p): New macro.
16511         * class.c (build_secondary_vtable): Reorganize.  Don't create a
16512         new vtable under the new ABI.
16513         (layout_vtable_decl): Don't add num_extra_vtbl_entries when
16514         computing the size.
16515         (build_vtbl_initializer): Don't return a CONSTRUCTOR; just return
16516         the initializing elements.
16517         (initialize_vtable): New function.
16518         (dfs_finish_vtbls): Use it.
16519         (dfs_accumulate_vtbl_inits): New function.
16520         (finish_vtbls): Merge primary and secondary vtables under the new
16521         ABI.
16522         (finish_struct_1): Remove redundant call to layout_vtable_decl.
16523         * init.c (expand_virtual_init): Deal with BINFO_VTABLEs that
16524         aren't VAR_DECLs.
16525
16526         * class.c (build_vtable): New function, split out from ...
16527         (get_vtable_decl): ... here, and ...
16528         (build_secondary_vtable): ... here.
16529
16530         * pt.c (tsubst_decl): Fix formatting.
16531
16532 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16533
16534         * class.c (build_primary_vtable, layout_vtable_decl): Likewise.
16535         (avoid_overlap, build_base_field): Likewise.
16536         (build_base_field, build_base_fields, is_empty_class):
16537         Test DECL_SIZE with integer_zero.
16538         (layout_class_type): Set CLASSTYPE_SIZE_UNIT.
16539         * cp-tree.h (struct lang_type): New field size_unit.
16540         (CLASSTYPE_SIZE_UNIT): New macro.
16541         * decl.c (init_decl_processing): Set DECL_SIZE_UNIT.
16542         (cp_finish_decl): Delete -Wlarger-than processing.
16543         * optimize.c (remap_decl): Walk DECL_SIZE_UNIT.
16544         * pt.c (tsubst_decl): Set DECL_SIZE_UNIT.
16545         * tree.c (make_binfo): binfo vector is one entry longer.
16546         (walk_tree): Walk DECL_SIZE_UNIT.
16547
16548 2000-02-19  Mark Mitchell  <mark@codesourcery.com>
16549
16550         * class.c (dfs_build_vcall_offset_vtbl_entries): Fix typo in
16551         comment.
16552         (build_vtable_entry): Don't assume all vtable entries are
16553         functions.
16554         (build_vtbl_initializer): Adjust accordingly.
16555         (get_vtable_decl): Fix formatting.
16556
16557 2000-02-18  Jason Merrill  <jason@casey.cygnus.com>
16558
16559         * semantics.c (deferred_type_access_control): Walk the entire
16560         type_lookups list.
16561         (save_type_access_control): Rename from
16562         initial_deferred_type_access_control.  Just remember the value.
16563         (decl_type_access_control): New fn.
16564         (begin_function_definition): Use deferred_type_access_control, after
16565         we've started the function.  Set type_lookups to error_mark_node.
16566         * parse.y (frob_specs, fn.def1): Adjust.
16567         (parse_decl0, parse_field, parse_field0, parse_bitfield): New fns.
16568         (parse_end_decl, parse_bitfield0, parse_method): New fns.
16569         (fn.def2, initdcl, initdcl0_innards, nomods_initdcl0): Use them.
16570         (after_type_component_declarator0): Likewise.
16571         (after_type_component_declarator): Likewise.
16572         (notype_component_declarator): Likewise.
16573         * cp-tree.h: Adjust.
16574
16575         * decl.c (redeclaration_error_message): Allow redeclaration of
16576         namespace-scope decls.
16577
16578 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
16579
16580         * typeck2.c (my_friendly_abort): Use GCCBUGURL.
16581
16582 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
16583
16584         * class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT.
16585         * decl2.c (grokclassfn): Likewise.
16586
16587         * ir.texi: Document DECL_TEMPLATE_INSTANTIATIONS.
16588
16589         * decl2.c (lang_decode_option): Don't set default message length
16590         here.
16591         * lex.c (lang_init_options): Set it here.
16592
16593 2000-02-16  Mark Mitchell  <mark@codesourcery.com>
16594
16595         Make DECL_CONTEXT mean the class in which a member function was
16596         declared, even for a virtual function.
16597         * cp-tree.h (DECL_CLASS_CONTEXT): Adjust.
16598         (DECL_FRIEND_CONTEXT): New macro.
16599         (DECL_REAL_CONTEXT): Remove.
16600         (SET_DECL_FRIEND_CONTEXT): Likewise.
16601         (DECL_VIRTUAL_CONTEXT): Adjust.
16602         (DECL_CLASS_SCOPE_P): Use TYPE_P.
16603         (add_friends): Remove.
16604         (hack_decl_function_context): Likewise.
16605         * call.c (build_new_function_call): Replace DECL_REAL_CONTEXT with
16606         CP_DECL_CONTEXT.
16607         (build_over_call): Fix indentation.  Use DECL_CONTEXT
16608         instead of DECL_CLASS_CONTEXT.
16609         * class.c (dfs_build_vcall_offset_vtbl_entries): Likewise.
16610         (add_method): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
16611         (strictly_overrides): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
16612         (build_vtbl_or_vbase_field): Don't set DECL_CLASS_CONTEXT.
16613         (build_base_field): Likewise.
16614         (finish_struct_1): Likewise.
16615         (build_self_reference): Likewise.
16616         * decl.c (push_class_binding): Use CP_DECL_CONTEXT, not
16617         DECL_REAL_CONTEXT.
16618         (pushtag): Use decl_function_context, not
16619         hack_decl_function_context.
16620         (decls_match): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
16621         (duplicate_decls): Use DECL_VIRTUAL_CONTEXT.
16622         (pushdecl): Remove bogus code.
16623         (start_decl): Use DECL_CONTEXT rather than DECL_CLASS_CONTEXT.
16624         (cp_finish_decl): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
16625         (grokfndecl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
16626         Use decl_function_context, nothack_decl_function_context.
16627         (grokvardecl): Don't set DECL_CLASS_CONTEXT.
16628         (grokdeclarator): Likewise.  Use decl_function_context, not
16629         hack_decl_function_context.
16630         (copy_args_p): Document.  Don't use DECL_CLASS_CONTEXT.
16631         (start_function): Use DECL_FRIEND_CONTEXT, not
16632         DECL_CLASS_CONTEXT.  Use decl_function_context, not
16633         hack_decl_function_context.
16634         (finish_function): Use decl_function_context, not
16635         hack_decl_function_context.
16636         (maybe_retrofit_in_chrg): Use DECL_CONTEXT, not
16637         DECL_CLASS_CONTEXT.
16638         (grokclassfn): Set DECL_VIRTUAL_CONTEXT, not DECL_CONTEXT.
16639         (finish_static_data_member_decl): Don't set DECL_CLASS_CONTEXT.
16640         (grokfield): Likewise.
16641         (finish_builtin_type): Likewise.
16642         (finish_vtable_vardec): Use decl_function_context, not
16643         hack_decl_function_context.
16644         (import_export_decl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
16645         (start_static_initialization_or_destruction): Likewise.
16646         (finish_static_initialization_or_destruction): Likewise.
16647         (mark_used): Adjust logic for deciding when to synthesize methods.
16648         * dump.c (dequeue_and_dump): Use CP_DECL_CONTEXT, not
16649         DECL_REAL_CONTEXT.
16650         * error.c (dump_function_decl): Use DECL_CONTEXT, not
16651         DECL_CLASS_CONTEXT.
16652         * friend.c (is_friend): Likewise.
16653         (add_friends): Remove.
16654         (do_friend): Use SET_DECL_FRIEND_CONTEXT.
16655         * lex.c (begin_definition_of_inclass_inline): Use
16656         decl_function_context, not hack_decl_function_context.
16657         (process_next_inline): Likewise.
16658         (do_identifier): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
16659         * method.c (set_mangled_name_for_decl): Use DECL_CONTEXT, not
16660         DECL_CLASSS_CONTEXT.
16661         (hack_identifier): Likewise.
16662         (synthesize_method):  Use decl_function_context, not
16663         hack_decl_function_context.
16664         * pt.c (template_class_depth_real): Use CP_DECL_CONTEXT, not
16665         DECL_REAL_CONTEXT.
16666         (is_member_template): Use decl_function_context, not
16667         hack_decl_function_context.  Use DECL_CONTEXT, not
16668         DECL_CLASS_CONTEXT.
16669         (build_template_decl): Set DECL_VIRTUAL_CONTEXT, not
16670         DECL_CLASS_CONTEXT.
16671         (check_default_tmpl_args): Use CP_DECL_CONTEXT, not
16672         DECL_REAL_CONTEXT.
16673         (push_template_decl_real): Likewise.
16674         (instantiate_class_template): Don't call add_friends.
16675         (tsubst_default_argument): Use DECL_CONTEXT, not
16676         DECL_REAL_CONTEXT.
16677         (tsubst_decl): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
16678         Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
16679         (set_meangled_name_for_template_decl): Use DECL_CONTEXT, not
16680         DECL_CLASS_CONTEXT.
16681         * repo.c (repo_inline_used): Likewise.
16682         * search.c (current_scope): Adjust for new _CONTEXT macros.
16683         (context_for_name_lookup): Use CP_DECL_CONTEXT, not
16684         DECL_REAL_CONTEXT.
16685         (friend_accessible_p): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
16686         (lookup_fnfields_here):Likewise.
16687         (check_final_overrider): Likewise.
16688         (init_vbase_pointers): Likewise.
16689         (virtual_context): Likewise.
16690         * semantics.c (finish_member_declaration): Just set DECL_CONTEXT.
16691         (expand_body): Use decl_function_context, not
16692         hack_decl_function_context.
16693         * tree.c (hack_decl_function_context): Remove.
16694         * typeck.c (build_x_function_call): Use DECL_CONTEXT, not
16695         DECL_CLASS_CONTEXT.
16696         * typeck2.c (error_not_base_type): Likewise.
16697
16698 2000-02-15  Jason Merrill  <jason@casey.cygnus.com>
16699
16700         * decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE.
16701
16702 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16703
16704         * Make-lang.in (g++spec.o): Depend on $(GCC_H), not gcc.h.
16705
16706 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
16707
16708         * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
16709
16710 2000-01-16  Gabriel Dos Reis  <gdr@codesourcery.com>
16711
16712         * decl2.c (lang_decode_option): Enable automatic line wrapping.
16713
16714 2000-02-13  Jason Merrill  <jason@casey.cygnus.com>
16715
16716         * parse.y (frob_specs): Split out...
16717         (parse_decl): From here.
16718         (fn.def2): Call initial_deferred_type_access_control.
16719         (after_type_component_declarator0): Call frob_specs.
16720         (notype_component_declarator0): Likewise.
16721         * search.c (friend_accessible_p): Nested classes are friends of their
16722         enclosing classes.
16723
16724 2000-02-10  Mark Mitchell  <mark@codesourcery.com>
16725
16726         * ir.texi (ADDR_EXPR): Document the fact that an ADDR_EXPR can be
16727         used to create an implicit temporary.
16728
16729         * class.c (dfs_modify_vtables): Tweak calculation of functions to
16730         override.
16731
16732 2000-02-08  Nathan Sidwell  <nathan@acm.org>
16733
16734         * typeck.c (strip_all_pointer_quals): Use TYPE_MAIN_VARIANT, to
16735         strip array element qualifiers too.
16736
16737 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
16738
16739         * decl.c (store_parm_decls): Don't build cleanups for parameters
16740         while processing_template_decl.
16741
16742 2000-02-07  Jason Merrill  <jason@casey.cygnus.com>
16743
16744         * cp-tree.h (struct saved_scope): Add incomplete field.
16745         (namespace_scope_incomplete): New macro.
16746         * decl.c (pushdecl): Use it.
16747         (hack_incomplete_structures): Use it.  See through artificial
16748         binding levels.
16749         (mark_saved_scope): Mark it.
16750
16751         Implement access control for nested types.
16752         * search.c (type_access_control): New fn.
16753         (accessible_p): Now we do perform access control for types.
16754         * semantics.c (deferred_type_access_control): New fn.
16755         (initial_deferred_type_access_control): New fn.
16756         (begin_function_definition): Call it.  Add lookups parm.
16757         * decl.c (struct binding_level): Add this_class field.
16758         (pushlevel_class): Set it.
16759         (mark_binding_level): Mark it.
16760         (lookup_name_real): Use it.  Call type_access_control.
16761         (mark_saved_scope): Mark lookups field.
16762         * cp-tree.h (flagged_type_tree): Add lookups field.
16763         (struct saved_scope): Add lookups field.
16764         (type_lookups): New macro.
16765         * parse.y (declmods): Now <ftype>.
16766         (parse_decl): Add lookups parm.  Call
16767         initial_deferred_type_access_control.
16768         (lang_extdef): Clear type_lookups.
16769         (typed_declspecs, declmods, typespec): Set lookups field.
16770         (initdcl): Call deferred_type_access_control.
16771         (fn.def1, fn.def2, typed_declspecs1, initdcl0_innards, nomods_initdcl0,
16772         component_decl_1, named_parm): Adjust.
16773         * friend.c (is_friend): Nested classes are friends of their
16774         enclosing classes.
16775
16776         * class.c (currently_open_derived_class): New fn.
16777         * method.c (hack_identifier): Use it.
16778
16779         * lex.c (do_identifier): Remove obsolete code.
16780
16781         * parse.y (typed_typespecs): Propagate new_type_flag properly.
16782
16783 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
16784
16785         * tinfo.h: Remove apostrophes from C++ comment (xgettext
16786         thinks this file is plain C).
16787
16788 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16789
16790         * Makefile.in (call.o): Depend on $(EXPR_H).
16791
16792         * call.c: Include "expr.h".
16793
16794         * class.c (dump_class_hierarchy): Add prototype.
16795
16796         * search.c (dfs_get_pure_virtuals): Likewise.
16797
16798 2000-02-1  Ulrich Drepper  <drepper@redhat.com>
16799
16800         * parse.y (simple_stmt): Allow :: token in asm parameter list.
16801         * parse.c: Rebuilt.
16802
16803 Mon Jan 31 15:35:29 2000  Jim Wilson  <wilson@cygnus.com>
16804
16805         * class.c (build_vtbl_or_vbase_field): New parameter fcontext.
16806         Store it in DECL_FCONTEXT.
16807         (build_vbase_pointer_fields, create_vtable_ptr): Fix callers.
16808
16809 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
16810
16811         * tinfo.h (old abi): #include "tconfig.h".
16812         * tinfo.cc (convert_to_base): Move into old abi section.
16813
16814 2000-01-31  Mark Mitchell  <mark@codesourcery.com>
16815
16816         * cp-tree.h (BINFO_VIRTUALS): Tweak documentation.
16817         (CLASSTYPE_PRIMARY_BINFO): Use BINFO_PRIMARY_BINFO.
16818         (BINFO_PRIMARY_BINFO): New macro.
16819         (BF_DELTA): Rename to ...
16820         (BV_DELTA): ... this.
16821         (BF_VCALL_INDEX): Rename to ...
16822         (BV_VCALL_INDEX): ... this.
16823         (BF_FN): Rename to ...
16824         (BV_FN): ... this.
16825         * class.c (build_vbase_path): Adjust for changes to reverse_path.
16826         (set_rtti_entry): Rename BF_ macros to BV_ variants.
16827         (modify_vtable_entry): Simplify.
16828         (add_virtual_function): Rename BF_ macros to BV_ variants.
16829         (build_vtable_initializer): Likewise.
16830         (get_class_offset_1): Remove.
16831         (dfs_get_class_offset): Likewise.
16832         (get_class_offset): Likewise.
16833         (dfs_find_final_overrider): New function.
16834         (find_final_overrider): Likewise.
16835         (modify_one_vtable): Remove.
16836         (dfs_find_base): New function.
16837         (dfs_modify_vtables): Fold modify_one_vtable in here.  Use
16838         find_final_overrider.
16839         (modify_all_vtables): Adjust.  Set BV_VCALL_INDEX on new
16840         virtuals.
16841         (dfs_fixup_vtable_deltas): Remove.
16842         (override_one_vtable): Remove.
16843         (merge_overrides): Likewise.
16844         (layout_virtual_bases): Make sure BINFO_OFFSET is set right for
16845         unreal chilren of virtual bases.
16846         (finish_struct_1): Don't use merge_overrides.  Don't use
16847         dfs_fixup_vtable_deltas.
16848         * tree.c (reverse_path): Return a TREE_LIST, not a chain of
16849         BINFOs.
16850
16851 2000-01-31  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16852             Jason Merrill  <jason@yorick.cygnus.com>
16853
16854         * tinfo.h: Rename USItype to myint32, depend on BITS_PER_UNIT.
16855
16856 2000-01-31  Alfred Minarik <a8601248@unet.univie.ac.at>
16857
16858         * exception.cc (__throw_bad_typeid): Add missing std::.
16859
16860 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16861
16862         * cp-tree.h (make_thunk): PROTO -> PARAMS.
16863
16864 2000-01-31  Nathan Sidwell  <sidwell@codesourcery.com>
16865
16866         * cp-tree.h (new_abi_rtti_p): Use flag_new_abi.
16867
16868         Runtime support for new-abi rtti.
16869         * inc/typeinfo (type_info::operator!=): Define in class.
16870         (type_info::before, type_info::name, type_info::operator==,
16871         type_info::operator!=): Define new ABI implementations.
16872         (type_info::is_pointer_p, type_info::is_function_p): Declare
16873         new virtual functions.
16874         (type_info::do_catch, type_info::do_upcast): Likewise.
16875
16876         * tinfo.h (__base_class_info): Define new class.
16877         (__class_type_info): Likewise.
16878         (__si_class_type_info): Likewise.
16879         (__vmi_class_type_info): Likewise.
16880         (__dynamic_cast): Prototype.
16881
16882         * tinfo.cc: Conditionalize old and new rtti mechanisms.
16883         (type_info::is_pointer_p): Define new function.
16884         (type_info::is_function_p): Likewise.
16885         (type_info::do_catch): Likewise.
16886         (type_info::do_upcast): Likewise.
16887         (vtable_prefix): New structure for vtable access.
16888         (adjust_pointer): Define new template function.
16889         (contained_p, public_p, virtual_p, contained_public_p,
16890         contained_nonpublic_p, contained_nonvirtual_p): Define new
16891         functions.
16892         (nonvirtual_base_type): New local variable.
16893         (__class_type_info::~__class_type_info): Define.
16894         (__si_class_type_info::~__si_class_type_info): Likewise.
16895         (__vmi_class_type_info::~__vmi_class_type_info): Likewise.
16896         (__class_type_info::do_catch): Define new function.
16897         (__class_type_info::do_upcast): Likewise.
16898         (__class_type_info::find_public_src): Likewise.
16899         (__class_type_info::do_find_public_src): Likewise.
16900         (__si_class_type_info::do_find_public_src): Likewise.
16901         (__vmi_class_type_info::do_find_public_src): Likewise.
16902         (__class_type_info::do_dyncast): Likewise.
16903         (__si_class_type_info::do_dyncast): Likewise.
16904         (__vmi_class_type_info::do_dyncast): Likewise.
16905         (__class_type_info::do_upcast): Likewise.
16906         (__si_class_type_info::do_upcast): Likewise.
16907         (__vmi_class_type_info::do_upcast): Likewise.
16908         (__dynamic_cast): Likewise.
16909
16910         * tinfo2.cc (__fundamental_type_info): Define new class.
16911         (__pointer_type_info): Likewise.
16912         (__reference_type_info): Likewise.
16913         (__array_type_info): Likewise.
16914         (__function_type_info): Likewise.
16915         (__enum_type_info): Likewise.
16916         (__ptr_to_member_type_info): Likewise.
16917         (__fundamental_type_info::~__fundamental_type_info): Define.
16918         (__pointer_type_info::~__pointer_type_info): Likewise.
16919         (__reference_type_info::~__reference_type_info): Likewise.
16920         (__array_type_info::~__array_type_info): Likewise.
16921         (__function_type_info::~__function_type_info): Likewise.
16922         (__enum_type_info::~__enum_type_info): Likewise.
16923         (__ptr_to_member_type_info::~__ptr_to_member_type_info): Likewise.
16924         (__pointer_type_info::do_catch): Define new function.
16925         (__ptr_to_member_type_info::do_catch): Define new function.
16926
16927         (__throw_type_match_rtti_2): Use new ABI interface, if enabled.
16928         (__is_pointer): Likewise.
16929
16930         * exception.cc (__cplus_type_matcher): Deal with new-abi rtti.
16931
16932 2000-01-30  Mark Mitchell  <mark@codesourcery.com>
16933
16934         * cp/class.c (build_vtable): Rename to build_primary_vtable.
16935         (prepare_fresh_vtable): Rename to build_secondary_vtable.
16936         (make_new_vtable): New function.
16937         (modify_vtable_entry): Handle generation of new vtables correctly.
16938         (modify_one_vtable): Remove unused parameter.
16939         (dfs_fixup_vtable_deltas): Likewise.
16940         (override_one_vtable): Use build_secondary_vtable.
16941         (finish_struct_1): Use build_primary_vtable and
16942         build_secondary_vtable.
16943
16944 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
16945
16946         * cp/decl.c: Adjust variable names, comments, help strings.
16947
16948 2000-01-29  Nathan Sidwell  <nathan@acm.org>
16949
16950         * new2.cc (operator delete[]): Use operator delete, don't assume
16951         implementation.
16952
16953 2000-01-29  Nathan Sidwell  <sidwell@codesourcery.com>
16954
16955         * class.c (build_vtbl_initializer): Add argument to
16956         build_vtable_entry call.
16957
16958 2000-01-27  Mark Mitchell  <mark@codesourcery.com>
16959
16960         * cp-tree.def (THUNK_DECL): Discuss vcall indices.
16961         * cp-tree.h (BINFO_VIRTUALS): Update documentation.
16962         (BF_DELTA): New macro.
16963         (BF_VCALL_INDEX): Likewise.
16964         (BF_FN): Likewise.
16965         (THUNK_VCALL_OFFSET): Likewise.
16966         (make_thunk): Change prototype.
16967         * class.c (build_vtable_entry): Integrate
16968         build_vtable_entry_for_fn.  Handle vcall indices.
16969         (build_vtable_entry_for_fn): Remove.
16970         (set_rtti_entry): Handle vcall indices.  Use BF_DELTA,
16971         BF_VCALL_INDEX, BF_FN.
16972         (modify_vtable_entry): Integrate common code from
16973         modify_one_vtable and dfs_fixup_vtable_deltas.
16974         (add_virtual_function): Set BF_VCALL_INDEX.
16975         (build_vtbl_initializer): Simplify.  Use BF_DELTA, BF_VCALL_INDEX,
16976         and BF_FN.
16977         (modify_one_vtable): Simplify.
16978         (dfs_fixup_vtable_deltas): Likewise.
16979         (override_one_vtable): Use BF_DELTA, BF_VCALL_INDEX, BF_FN.
16980         * method.c (make_thunk): Handle vcall indices.
16981
16982 2000-01-28  Nathan Sidwell  <sidwell@codesourcery.com>
16983
16984         Compiler side new abi rtti (not enabled).
16985         * cp-tree.h (new_abi_rtti_p): New macro.
16986         (emit_support_tinfos): Prototype new function.
16987         (tinfo_decl_p): Likewise.
16988         (emit_tinfo_decl): Likwise.
16989         * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL): New accessor
16990         macros.
16991         (doing_runtime): New local static.
16992         (init_rtti_processing): Add new-abi initializer.
16993         (get_tinfo_decl): Add new-abi logic.
16994         (tinfo_from_decl): Likewise.
16995         (build_dynamic_cast_1): Likewise.
16996         (qualifier_flags): New static function.
16997         (tinfo_base_init): Likewise.
16998         (generic_initializer): Likewise.
16999         (ptr_ref_initializer): Likewise.
17000         (ptmd_initializer): Likewise.
17001         (class_hint_flags): Likewise.
17002         (class_initializer): Likewise.
17003         (synthesize_tinfo_var): Likewise.
17004         (create_real_tinfo_var): Likewise.
17005         (create_pseudo_type_info): Likewise.
17006         (get_vmi_pseudo_type_info): Likewise.
17007         (create_tinfo_types): Likewise.
17008         (emit_support_tinfos): New global function.
17009         (tinfo_decl_p): New global predicate.
17010         (emit_tinfo_decl): New global function.
17011         * class.c (set_rtti_entry): Generalize for old and new rtti.
17012         (build_vtbl_initializer): Likewise.
17013         * decl2.c (finish_file): Likewise.
17014
17015 Thu Jan 27 20:53:36 2000  Jim Wilson  <wilson@cygnus.com>
17016
17017         * optimize.c (remap_decl): Add walk_tree calls for DECL_SIZE (t)
17018         and TYPE_MAX_VALUE (TYPE_DOMAIN (TREE_TYPE (t))).
17019
17020 Thu Jan 27 13:54:12 2000  Mike Stump  <mrs@wrs.com>
17021
17022         * decl.c (pushdecl): Fix up shadow warnings with respect to implicit
17023         for scopes.
17024
17025 2000-01-26  Jason Merrill  <jason@casey.cygnus.com>
17026
17027         * pt.c (unify): Use fold, not maybe_fold_nontype_arg.
17028
17029 Wed Jan 26 22:19:14 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17030
17031         * optimize.c (calls_setjmp_r): Supply new argument
17032         to special_function_p.
17033
17034 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17035
17036         * call.c: PROTO -> PARAMS.
17037         * class.c: Likewise.
17038         * cp-tree.h: Likewise.
17039         * cvt.c: Likewise.
17040         * decl.c: Likewise.
17041         * decl.h: Likewise.
17042         * decl2.c: Likewise.
17043         * dump.c: Likewise.
17044         * errfn.c: Likewise.
17045         * error.c: Likewise.
17046         * except.c: Likewise.
17047         * expr.c: Likewise.
17048         * init.c: Likewise.
17049         * input.c: Likewise.
17050         * lex.c: Likewise.
17051         * lex.h: Likewise.
17052         * method.c: Likewise.
17053         * optimize.c: Likewise.
17054         * parse.y: Likewise.
17055         * pt.c: Likewise.
17056         * repo.c: Likewise.
17057         * rtti.c: Likewise.
17058         * search.c: Likewise.
17059         * semantics.c: Likewise.
17060         * spew.c: Likewise.
17061         * tree.c: Likewise.
17062         * typeck.c: Likewise.
17063         * typeck2.c: Likewise.
17064         * xref.c: Likewise.
17065
17066 2000-01-25  Richard Henderson  <rth@cygnus.com>
17067
17068         * typeck.c (build_binary_op_nodefault): Remove UNNE_EXPR.
17069
17070 2000-01-25  Mark Mitchell  <mark@codesourcery.com>
17071
17072         * cp-tree.h (vcall_offset_in_vtable_p): New macro.
17073         * class.c (build_vbase_offset_vtbl_entries): Fix typo in commment.
17074         (struct vcall_offset_data_s): New type.
17075         (dfs_vcall_offset_queue_p): New function.
17076         (dfs_build_vcall_offset_vtbl_entries): Likewise.
17077         (build_vcall_offset_vtbl_entries): Likewise.
17078         (layout_vtable_decl): Likewise.
17079         (num_vfun_entries): Likewise.
17080         (num_extra_vtbl_entries): Add the entries for vcall offsets.
17081         (build_vtbl_initializer): Likewise.
17082         (dfs_finish_vtabls): Use layout_vtable_decl.
17083         (modify_one_vtables): Always duplicate vtables under the new ABI.
17084         (finish_struct_1): Use layout_vtable_decl.
17085
17086 2000-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17087
17088         * decl.c (member_function_or_else): Change third arg from a format
17089         specifier to an `enum overload_flags'.  Callers changed.
17090
17091 2000-01-25  Gabriel Dos Reis  <gdr@codesourcery.com>
17092
17093         * typeck.c (composite_pointer_type, c_sizeof, expr_sizeof,
17094         build_binary_op_nodefault, build_unary_op, build_reinterpret_cast,
17095         build_const_cast, get_delta_difference, check_return_expr): Avoid
17096         ANSI string concatenation usage.
17097
17098 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
17099
17100         * class.c (layout_class_type): Put the fields required to make a
17101         class non-empty at the end, not the beginning, of the TYPE_FIELDs
17102         list.
17103
17104 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
17105
17106         * pt.c (maybe_fold_nontype_arg): Do nothing if we're not in a
17107         template.
17108
17109         * decl2.c (mark_used): Do instantiate inlines that have been
17110         explicitly instantiated.
17111
17112 2000-01-24  Richard Henderson  <rth@cygnus.com>
17113
17114         * call.c (build_over_call): Use expand_tree_builtin.
17115         * typeck.c (build_function_call_real): Likewise.
17116         (build_binary_op_nodefault): Handle unordered compares.
17117
17118 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
17119
17120         * cp-tree.h (CPTI_BAD_CAST, CPTI_BAD_TYPEID, CPTI_DCAST): New
17121         cp_tree_index values.
17122         (throw_bad_cast_node, throw_bad_typeid_node, dynamic_cast_node):
17123         New global node #defines for them.
17124         * rtti.c (call_void_fn): Replace with ...
17125         (build_runtime_decl): ... new static function.
17126         (throw_bad_cast): Use throw_bad_cast_node and build_runtime_decl.
17127         (throw_bad_typeid): Use throw_bad_typeid_node and build_runtime_decl.
17128         (build_dynamic_cast_1): Always produce correctly typed result.
17129         Explicitly produce type_info addresses. Use dynamic_cast_node.
17130         * exception.cc (__throw_bad_cast): Return `void *'.
17131         (__throw_bad_typeid): Return `const type_info &'.
17132
17133 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
17134
17135         * cp-tree.h (get_vtable_decl): Prototype new function.
17136         * class.c (get_vtable_decl): New function. Broken out from ...
17137         (build_vtable): ... here. Use it.
17138         * decl2.c (finish_vtable_vardecl): Ignore dummy vtables created
17139         by get_vtable_decl.
17140
17141 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
17142
17143         * cp-tree.h (CPTI_TP_DESC_TYPE, CPTI_ACCESS_MODE_TYPE,
17144         CPTI_USER_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_ATTR_DESC_TYPE,
17145         CPTI_PTMF_DESC_TYPE): Remove cp_tree_index enumerations.
17146         (CPTI_TI_DESC_TYPE, CPTI_REF_DESC_TYPE, CPTI_ARY_DESC_TYPE,
17147         CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_SI_CLASS_DESC_TYPE,
17148         CPTI_VMI_CLASS_DESC_TYPE, CPTI_BASE_DESC_TYPE): New enumerations.
17149         (CPTI_TINFO_FN_ID, CPTI_TINFO_FN_TYPE): Rename to ...
17150         (CPTI_TINFO_DECL_ID, CPTI_TINFO_DECL_TYPE): ... here.
17151         (CPTI_TINFO_VAR_ID): New enumeration.
17152         (__tp_desc_type_node, __access_mode_type_node,
17153         __bltn_desc_type_node, __user_desc_type_node,
17154         __class_desc_type_node, __ptr_desc_type_node,
17155         __attr_desc_type_node, __func_desc_type_node,
17156         __ptmf_desc_type_node, __ptmd_desc_type_node): Remove #defines.
17157         (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
17158         ref_desc_type_node, ary_desc_type_node, func_desc_type_node,
17159         enum_desc_type_node, class_desc_type_node,
17160         si_class_desc_type_node, vmi_class_desc_type_node,
17161         ptmd_desc_type_node, base_desc_type_node): New #defines.
17162         (tinfo_fn_id, tinfo_fn_type): Rename to ...
17163         (tinfo_decl_id, tinfo_decl_type): ... here. Adjust.
17164         (tinfo_var_id): New enumeration.
17165         (DECL_TINFO_FN_P): Augment comment.
17166         * decl.c (cp_global_trees): Adjust documentation.
17167         * rtti.c (init_rtti_processing): Adjust for tinfo_decl_id,
17168         tinfo_decl_type and tinfo_var_id.
17169         (get_tinfo_decl_dynamic): Adjust for tinfo_decl_type.
17170         (build_typeid): Remove unused variable.
17171         (get_tinfo_var): Use tinfo_var_id.
17172         (tinfo_name): New static function.
17173         (get_tinfo_decl): Adjust for tinfo_decl_id and tinfo_decl_type.
17174         (tinfo_from_decl): Likewise.
17175         (get_base_offset): New static function, broken out of
17176         expand_class_desc.
17177         (expand_si_desc): Use tinfo_name.
17178         (expand_class_desc): Likewise. Lose local static variable.
17179         Use base_desc_type_node. Use get_base_offset.
17180         (expand_ptr_desc): Use tinfo_name.
17181         (expand_attr_desc): Likewise.
17182         (expand_generic_desc): Likewise.
17183
17184         * tinfo.cc (__GXX_ABI_VERSION): Test value and existence.
17185         * tinfo.h (__GXX_ABI_VERSION): Test value and existence.
17186
17187 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
17188
17189         * cp-tree.h (__eprintf): Remove declaration.
17190         * tree.c (__eprintf): Remove definition.
17191
17192 2000-01-23  Zack Weinberg  <zack@rabi.columbia.edu>
17193             Mark Mitchell  <mark@codesourcery.com>
17194
17195         * cp-tree.h (CLASSTYPE_MARKED_N, SET_CLASSTYPE_MARKED_N,
17196         CLEAR_CLASSTYPE_MARKED_N): Avoid signed vs. unsigned warnings.
17197
17198 2000-01-23  Brad Lucier  <lucier@math.purdue.edu>
17199
17200         * class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly.
17201
17202 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
17203
17204         * cp-tree.h (register_dtor_fn): New function.
17205         * decl.c (destroy_local_static): Rename to ...
17206         (register_dtor_fn): ... this.  Give it external linkage.
17207         (expand_static_init): Use it.
17208         * decl2.c (do_static_initialization): Likewise, if using
17209         __cxa_atexit.
17210         (do_static_destruction): Check that __cxa_atexit is not in use.
17211         (finish_file): Don't call do_static_destruction if using
17212         __cxa_atexit.
17213
17214         * typeck.c (convert_arguments): Restore two-message error
17215         reporting.
17216
17217 2000-01-20  Nathan Sidwell  <sidwell@codesourcery.com>
17218
17219         Remap dynamic cast hint values to be consistent across ABIs.
17220         * search.c (dynamic_cast_base_recurse): Remap generated value.
17221         (get_dynamic_cast_base_type): Adjust documentation.
17222         * tinfo.h (__user_type_info::dyncast): Likewise.
17223         (__user_type_info::find_public_subobj): Remap BOFF meaning.
17224         * tinfo.cc (__si_type_info::do_dyncast): Remap BOFF meaning.
17225         (__class_type_info::do_dyncast): Likewise.
17226         (__class_type_info::do_find_public_subobj): Likewise.
17227         * tinfo2.cc (__dynamic_cast): Remap BOFF parameter.
17228
17229 2000-01-19  Gabriel Dos Reis  <gdr@codesourcery.com>
17230
17231         * typeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.
17232
17233         * typeck2.c (incomplete_type_error): Restore previous
17234         cp_error and cp_error_at call sequence.
17235
17236 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
17237
17238         * class.c (dump_class_hierarchy): Make format agree with argument;
17239         cast pointer to unsigned long and print with %lx.
17240
17241 2000-01-19  Gabriel Dos Reis  <gdr@codesourcery.com>
17242
17243         * decl2.c (lang_decode_option): Set default line-wrap length to 72.
17244
17245         * typeck.c (composite_pointer_type, common_type,
17246         comp_target_parms, c_sizeof, expr_sizeof, build_array_ref,
17247         build_function_call_real, convert_arguments,
17248         build_binary_op_nodefault, pointer_int_sum, pointer_diff,
17249         build_unary_op, mark_addressable, build_compound_expr,
17250         build_static_cast, build_reinterpret_cast, build_const_cast,
17251         build_c_cast, build_modify_expr, get_delta_difference,
17252         build_ptrmemfunc, check_return_expr): Replace 'ANSI C++' with
17253         'ISO C++'.  Fusion consecutive calls to diagnostic message routines
17254         into a single one.
17255         * typeck2.c (readonly_error, abstract_virtuals_error,
17256         process_init_constructor, check_for_new_type): Likewise.
17257
17258 2000-01-19  Mark Mitchell  <mark@codesourcery.com>
17259
17260         * tree.c (bot_manip): Set DECL_CONTEXT for newly created
17261         VAR_DECLs.
17262
17263 2000-01-18  Nathan Sidwell  <sidwell@codesourcery.com>
17264
17265         * cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
17266         (build_x_typeid): Likewise.
17267         (get_tinfo_fn): Likewise.
17268         (get_tinfo_fn_unused): Rename to ...
17269         (get_tinfo_decl): ... here.
17270         * rtti.c (build_headof): Replace logic error with assertion.
17271         (get_tinfo_fn_dynamic): Rename to ...
17272         (get_tinfo_decl_dynamic): ... here. Make static. Use
17273         complete_type_or_else.
17274         (build_x_typeid): Move into ...
17275         (build_typeid): ... here. Adjust call to
17276         get_tinfo_decl_dynamic. Use tinfo_from_decl. Simplify
17277         throw_bad_typeid expression.
17278         (get_tinfo_fn_unused): Rename to ...
17279         (get_tinfo_decl): ... here. Adjust comment.
17280         (get_tinfo_fn): Delete.
17281         (tinfo_from_decl): New static function.
17282         (get_typeid_1): Call get_tinfo_decl and tinfo_from_decl.
17283         (get_typeid): Use complete_type_or_else.
17284         (build_dynamic_cast_1): Adjust calls to
17285         get_tinfo_decl_dynamic. Simplify throw_bad_cast expression.
17286         * parse.y (primary): Adjust call to build_typeid.
17287         * except.c (build_eh_type_type_ref): Adjust call to
17288         get_tinfo_decl. Mark as used.
17289         * class.c (set_rtti_entry): Adjust call to get_tinfo_decl.
17290         * decl2.c (build_expr_from_tree): Adjust call to build_typeid.
17291         * parse.c: Regenerated.
17292
17293 2000-01-17  Mark Mitchell  <mark@codesourcery.com>
17294
17295         * class.c (fixed_type_or_null): Don't clear NONNULL.  Document
17296         calling convention.
17297         (resolves_to_fixed_type_p): Document calling convention.
17298         * rtti.c (build_x_typeid): Initialize NONNULL.
17299
17300         * cp-tree.h (build_shared_int_cst): New function.
17301         * call.c (build_over_call): Use DECL_VIRTUAL_CONTEXT, for clarity.
17302         * class.c (modify_vtable_entry): Likewise.
17303         (add_virtual_function): Split out code to generated shared
17304         INTEGER_CSTs to build_share_int_cst.
17305         (modify_all_vtables): Handle all the overridden functions here.
17306         Add overridden functions from non-primary virtual bases to the
17307         primary vtable.
17308         (finish_struct_1): Adjust call to modify_all_vtables.  Add
17309         overridden functions from non-primary bases to the vtable.
17310         * tree.c (build_shared_int_cst): New function.
17311
17312         * cp-tree.h (scratchalloc): Remove.
17313         (build_scratch_list): Likewise.
17314         * call.c (convert_class_to_reference): Replace build_scratch_list
17315         and build_expr_list with build_tree_list.
17316         (add_candidate): Replace scratchalloc with expralloc.  Note memory
17317         leak.
17318         (build_user_type_conversion_1):  Replace build_scratch_list
17319         and build_expr_list with build_tree_list.
17320         (build_new_op): Likewise.
17321         (build_op_delete_call): Likewise.
17322         (convert_like): Likewise.
17323         * cvt.c (ocp_convert): Likewise.
17324         * decl.c (start_decl): Likewise.
17325         (start_function): Likewise.
17326         (finish_destructor_body): Likewise.
17327         (maybe_build_cleanup_1): Likewise.
17328         * decl2.c (reparse_decl_as_expr): Likewise.
17329         * init.c (perform_member_init): Likewise.
17330         (expand_cleanup_for_base): Likewise.
17331         (build_builtin_delete_call): Likewise.
17332         (build_new_1): Likewise.
17333         (build_delete): Likewise.
17334         * method.c (do_build_assign_ref): Likewise.
17335         * parse.y (already_scoped_stmt): Likewise.
17336         (nontrivial_exprlist): Likewise.
17337         (net_initializer): Likewise.
17338         (initlist): Likewise.
17339         * parse.c: Regenerated.
17340         * rtti.c (build_x_typeid): Likewise.
17341         (build_dynamic_cast_1): Likewise.
17342         * typeck.c (build_x_compound_expr): Likewise.
17343         (build_static_cast): Likewise.
17344         (build_modify_expr): Likewise.
17345
17346         * cp-tree.h (DECL_VINDEX): Add documentation.
17347         * class.c (build_vtable_entry): Likewise.
17348         (start_vtable): Add comment.
17349         (add_virtual_function): Replace pending_hard_virtuals with
17350         overridden_virtuals and pending_virtuals with new_virtuals.
17351         Replace redundant assignments with assertions.
17352         (check_for_override): Add comment.
17353         (check_bases_and_members): Replace pending_hard_virtuals with
17354         overridden_virtuals and pending_virtuals with new_virtuals.
17355         (create_vtbl_ptr): Likewise.
17356         (layout_class_type): Likewise.
17357         (finish_struct_1): Likewise.  Add comments.
17358
17359 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
17360
17361         * class.c (finish_struct_1): Replace redundant code with
17362         assertions.
17363
17364         * cp-tree.h (flag_new_abi): Move.
17365         (flag_use_cxa_atexit): Likewise.
17366         (flag_honor_std): Likewise.
17367         (flag_rtti): Likewise.
17368         (vbase_offsets_in_vtable_p): Define.
17369         (vptrs_present_everywhere_p): Likewise.
17370         (TYPE_CONTAINS_VPTR_P): Likewise.
17371         (dfs_walk_real): Declare.
17372         * class.c (build_vbase_pointer_fields): Check
17373         vbase_offsets_in_vtable_p.
17374         (dfs_build_vbase_offset_vtbl_entries): Record the vbase indices in
17375         BINFO_VPTR_FIELD.
17376         (build_vbase_offset_vtbl_entries): Simplify.
17377         (build_vbase_offset_vtbl_entries): Adjust.
17378         (build_vbase_pointer): Add ability to look up vbase offsets in
17379         vtable.
17380         (start_vtable): New function.
17381         (add_virtual_function): Use it.
17382         (determine_primary_base): Use TYPE_CONTAINS_VPTR_P.
17383         (num_extra_vtbl_entries): Use vbase_offsets_in_vtable_p.
17384         (build_vtbl_initializer): Take the type of the complete object as
17385         input.  Use it to correctly calculate vbase offsets.
17386         (dfs_finish_vtbls): Pass the complete type to
17387         build_vtbl_initializer.
17388         (check_bases_and_members): Use TYPE_CONTAINS_VPTR_P.
17389         (create_vtable_ptr): Create a vtable even if there are no
17390         new virtual functions, under the new ABI.
17391         (finish_struct_1): Likewise.
17392         (get_vfield_name): Use TYPE_CONTAINS_VPTR_P.
17393         * decl.c (exapnd_static_init): Remove call to
17394         preserve_initializer.
17395         * decl2.c (mark_vtable_entries): Tweak to handle vbase offsets in
17396         vtables.
17397         * init.c (initialize_vtbl_ptrs): Initialize them in pre-order.
17398         (expand_virtual_init): Use vbase_offsets_in_vtable_p.
17399         (construct_virtual_bases): Don't initialize virtual base pointers
17400         under the new ABI.
17401         (build_aggr_init): Clean up comment.
17402         (expand_aggr_init_1): Likewise.
17403         * rtti.c (expand_class_desc): Store the virtual function table
17404         index where the vbase offset lives in the offset field.
17405         * search.c (dfs_walk_real): Make it global.
17406         (dfs_debug_mark): Use TYPE_CONTAINS_VPTR_P.
17407         * tree.c (make_binfo): Don't clear BINFO_VPTR_FIELD.
17408
17409         * tinfo.h (USItype): Make it signed under the new ABI.
17410         * tinfo.cc (convert_to_base): New function.  Encapsulate base
17411         conversion logic here.
17412         (__class_type_info::do_upcast): Use it.
17413         (__class_type_info::do_dyncast): Likewise.
17414         (__class_type_info::do_find_public_subobj): Likewise.
17415
17416         * init.c (construct_virtual_bases): Don't look up the addresses of
17417         virtual bases at run-time.
17418
17419         * class.c (build_vbase_pointer): Relocate.
17420         (build_vbase_pointer_fields): Likewise.
17421         (dfs_build_vbase_offset_vtbl_entries): Likewise.
17422         (build_vbase_offset_vtbl_entries): Likewise.
17423
17424         * decl.c (init_decl_processing): Complain if -fnew-abi
17425         -fno-vtable-thunks is used.
17426
17427         * decl2.c (lang_decode_option): Don't couple flag_honor_std to
17428         flag_new_abi.
17429
17430 2000-01-15  Mark Mitchell  <mark@codesourcery.com>
17431
17432         * cp-tree.h (num_extra_vtbl_entries): New function.
17433         (size_extra_vtbl_entries): Likewise.
17434         (dfs_vtable_path_unmark): Likewise.
17435         (dfs_vtable_path_unmarked_real_bases_queue_p): Likewise.
17436         (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
17437         * class.c (num_extra_vtbl_entries): New function.
17438         (size_extra_vtbl_entries): Likewise.
17439         (dfs_build_vbase_offset_vtbl_entries): New function.
17440         (build_vbase_offset_vtbl_entries): Likewise.
17441         (build_vtbl_initializer): Use it.
17442         (finish_struct_1): Adjust vtable sizes (using
17443         num_extra_vtbl_entries).
17444         * expr.c (cplus_expand_expr): Assert that the DECL_RTL for a
17445         THUNK_DECL is non-NULL before expanding it.
17446         * init.c (expand_virtual_init): Adjust the vtable pointer by
17447         size_extra_vtbl_entries before storing it.
17448         * search.c (get_shared_vase_if_not_primary): Adjust prototype.
17449         Handle TREE_LIST parameters here, not in the dfs_* functions.
17450         (dfs_unmarked_real_bases_queue_p): Adjust.
17451         (dfs_marked_real_bases_queue_p): Likewise.
17452         (dfs_vtable_path_unmarked_real_bases_queue_p): New function.
17453         (dfs_vtable_path_marked_real_bases_queue_p): New function.
17454         (dfs_vtable_path_unmark): Likewise.
17455
17456 2000-01-14  Mark Mitchell  <mark@codesourcery.com>
17457
17458         * optimize.c (copy_body_r): Clear the operand three of a
17459         TARGET_EXPR when copying it.
17460
17461 2000-01-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
17462
17463         * method.c (build_decl_overload_real): Check whether we are in ::
17464         before returning __builtin_new/delete.
17465
17466 2000-01-13  Mark Mitchell  <mark@codesourcery.com>
17467
17468         * pt.c (tsubst_friend_function): Improve comment.
17469         (instantiate_decl): Avoid crashing when a "nested" function is
17470         instantiated from the top level.
17471
17472         * dump.c (dqeueue_and_dump): Dump
17473         DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION.
17474
17475 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17476
17477         * call.c: If GATHER_STATISTICS, declare `n_build_method_call'.
17478
17479 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
17480
17481         * g++spec.c (lang_specific_driver): Add -fnew-abi if
17482         ENABLE_NEW_GXX_ABI defined.
17483         * Make-lang.in (tinfo.o, tinfo2.o, exception.o, new.o,
17484         opnew.o, opnewnt.o, opvnew.o, opvnewnt.o, opdel.o, opdelnt.o,
17485         opvdel.o, opvdelnt.o): Use GXX_ABI_FLAG switch.
17486
17487 2000-01-12  Mark Mitchell  <mark@codesourcery.com>
17488
17489         * decl.c (start_cleanup_fn): Call pushdecl.
17490
17491         * call.c (convert_class_to_reference): Fix typos.
17492         (build_conditional_expr): Handle errors gracefully.
17493         * class.c (push_nested_class): Likewise.
17494         * cp-tree.h (VAR_FUNCTION_OR_PARM_DECL_CHECK): New macro.
17495         (DECL_THIS_EXTERN): Use it.
17496         (DECL_THIS_STATIC): Likewise.
17497         * cvt.c (convert_to_void): Handle errors gracefully.
17498         (build_expr_type_conversion): Likewise.
17499         * decl.c (maybe_push_decl): Likewise.
17500         (start_decl_1): Likewise.
17501         (require_complete_types_for_parms): Likewise.
17502         * parse.y (structsp): Likewise.
17503         (base_class): Likewise.
17504         * parse.c: Regenerated.
17505         * pt.c (finish_member_template_decl): Likewise.
17506         * typeck.c (decay_conversion): Likewise.
17507
17508         * cp-tree.h (dfs_skip_vbases): New function.
17509         (find_vbase_instance): Likewise.
17510         * class.c (determine_primary_base): Allow a nearly empty base to
17511         serve as a primary base class under the new ABI.
17512         (get_class_offset_1): Rename to ...
17513         (dfs_get_class_offset): ... this.  Simplify.  Don't issue error
17514         messages here.
17515         (get_class_offset): Use it.  Issue error messages here.
17516         (dfs_modify_vtables): Rely on dfs_unmarked_real_bases_queue_p to
17517         find the right copies of virtual bases.
17518         (fixup_vtable_deltas1): Rename to ...
17519         (dfs_fixup_vtable_deltas): ... this.  Adjust to handle virtual
17520         bases as primary bases.
17521         (fixup_vtable_deltas): Remove.
17522         (override_one_vtable): Handle virtual bases as primary bases.
17523         (merge_overrides): Likewise.
17524         (finish_struct_1): Likewise.
17525         (dump_class_hierarchy): Dump primary-ness of bases as well.
17526         * search.c (mark_primary_bases): Use a pre-order traversal to
17527         handle primary virtual bases.
17528         (dfs_skip_vbases): New fiunction.
17529         (expand_upcast_fixups): Adjust to handle primary virtual bases.
17530         (fixup_virtual_upcast_offsets): Likewise.
17531         (fixup_all_virtual_upcast_offsets): Likewise.
17532         (dfs_find_vbase_instances): New function.
17533         (find_vbase_instance): Likewise.
17534
17535 2000-01-11  Mumit Khan  <khan@xraylith.wisc.edu>
17536
17537         * lex.c (DIR_SEPARATOR): Delete macro.
17538
17539 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
17540
17541        * decl2.c (lang_decode_option): Handle automatic line wrapping
17542        option.
17543
17544 2000-01-11  Mark Mitchell  <mark@codesourcery.com>
17545
17546         * friend.c (do_friend): Don't resolve scopes when processing
17547         template declarations, even if the qualifying scope doesn't
17548         involve template parameters.
17549
17550 2000-01-10  Mark Mitchell  <mitchell@dumbledore.codesourcery.com>
17551
17552         * class.c (dfs_modify_vtables_queue_p): Remove.
17553         (modify_all_vtables): Use dfs_unmarked_real_bases_queue_p
17554         and dfs_marked_real_bases_queue_p instead of
17555         dfs_modify_vtables_queue_p.
17556
17557         * class.c (build_vbase_path): Simplify.
17558         (dfs_propagate_binfo_offsets): New function.
17559         (propagate_binfo_offsets): Use it.
17560         (remove_base_field): Simplify.
17561         (dfs_set_offset_for_vbases): Remove.
17562         (dfs_set_offset_for_shared_vbases): New function.
17563         (dfs_set_offset_for_unshared_vbases): Likewise.
17564         (layout_virtual_bases): Use them.
17565         (layout_basetypes): Don't call propagate_binfo_offsets.
17566         * search.c (dfs_get_vbase_types): Clone completely fresh binfos
17567         for the vbases.
17568
17569         * class.c (build_base_field): New function, split out from ...
17570         (build_base_fields): ... here.  Use it.  Allocate primary bases
17571         first, under the new ABI.
17572         (get_vtable_entry): Remove.
17573         (remove_base_field): New function, split out from ...
17574         (remove_base_fields): ... here.  Adjust since primary bases come
17575         first under the new ABI.
17576
17577         * cp-tree.h (expand_direct_vtbls_init): Remove declaration.
17578         (initialize_vtbl_ptrs): New function.
17579         (expand_indirect_vtbls_init): Change prototype.
17580         (convert_pointer_to_vbase): Declare.
17581         * init.c (expand_direct_vtbls_init): Remove.
17582         (dfs_initialize_vtbl_ptrs): New function.
17583         (initialize_vtbl_ptrs): Likewise.
17584         (emit_base_init): Use initialize_vtbl_ptrs.
17585         * search.c (convert_pointer_to_vbase): Make it global.
17586         (expand_indirect_vtbls_init): Remove vtable initialization code.
17587         * semantics.c (setup_vtbl_ptr): Use initialize_vtbl_ptrs.
17588
17589         * class.c (dfs_finish_vtbls): New function.
17590         (finish_vtbls): Use it.
17591         (dump_class_hierarchy): New function.
17592
17593         * cp-tree.h (BINFO_PRIMARY_MARKED_P): Change definition.
17594         (BINFO_VBASE_PRIMARY_P): New macro.
17595         (BINFO_VIRTUALS): Add to documentation.
17596         (SET_BINFO_PRIMARY_MARKED_P): Remove.
17597         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
17598         (dfs_mark_primary_bases_queue_p): Likewise.
17599         (dfs_unmarked_real_bases_queue_p): New function.
17600         (dfs_marked_real_bases_queue_p): Likewise.
17601         * search.c (dfs_mark_primary_bases): Adjust.
17602         (mark_primary_bases): Likewise.
17603         (get_shared_vbase_if_not_primary): New function.
17604         (dfs_unmarked_real_bases_queue_p): Likewise.
17605         (dfs_marked_real_bases_queue_p): Likewise.
17606         (dfs_get_pure_virtuals): Simplify.
17607         (get_pure_virtuals): Likewise.
17608
17609 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17610
17611         * lex.c: Include tm_p.h.
17612
17613 2000-01-07  Nathan Sidwell  <sidwell@codesourcery.com>
17614
17615         * lang-specs.h (__GXX_ABI_VERSION): New preprocessor macro.
17616
17617 2000-01-06  Jason Merrill  <jason@casey.cygnus.com>
17618
17619         * decl2.c (comdat_linkage): Don't set DECL_DEFER_OUTPUT.
17620         * pt.c (instantiate_decl): Defer comdat templates that might not be
17621         needed.
17622
17623         * cp-tree.h (DECL_NEEDED_P): Also true if !DECL_COMDAT.
17624         * decl2.c (finish_vtable_vardecl): Don't check !DECL_COMDAT.
17625         (finish_file): Likewise.
17626
17627         * decl2.c (import_export_class): Undo 12/14 change.
17628
17629         * error.c (dump_decl): operator new, not operatornew.
17630
17631         * class.c (field_decl_cmp): A nontype is "greater" than a type.
17632         * search.c (lookup_field_1): Look for the last field with the
17633         desired name.
17634
17635 2000-01-05  Nathan Sidwell  <nathan@acm.org>
17636
17637         * decl2.c (lookup_arg_dependent): Deal with FNS not being a
17638         FUNCTION_DECL.
17639
17640 2000-01-05  Nathan Sidwell  <nathan@acm.org>
17641
17642         * typeck.c (build_static_cast): Don't strip target qualifiers
17643         when casting from a class.
17644
17645 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17646
17647         * class.c (warn_hidden): Initialize variable `fndecl'.
17648
17649 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
17650
17651         * decl.c (flag_isoc9x): New variable to be able to use code in
17652         c-common.c.  For now always zero.
17653
17654 2000-01-03  Mark Mitchell  <mark@codesourcery.com>
17655
17656         * cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
17657         * class.c (layout_basetypes): Don't set BINFO_INHERITANCE_CHAIN
17658         or unshare_base_binfos for virtual bases here.
17659         * search.c (dfs_get_vbase_types): Do it here.
17660         (get_vbase_types): Adjust.
17661
17662 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
17663
17664         * cp-tree.h (CLASSTYPE_VFIELDS): Move definition.
17665         (BINFO_PRIMARY_MARKED_P): Use flag 5.
17666         (SET_BINFO_PRIMARY_MARKED_P): Likewise.
17667         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
17668         (unmark_primary_bases): Remove declaration.
17669         (unmarkedp): Declare.
17670         (dfs_vbase_unmark): Likewise.
17671         * class.c (determine_primary_base): Return immediately if there
17672         are no base classes.  Call mark_primary_bases here.
17673         (modify_all_direct_vtables): Remove.
17674         (modify_all_indirect_vtables): Remove.
17675         (dfs_modify_vtables_queue_p): New function.
17676         (dfs_modify_vtables): New function.
17677         (modify_all_vtables): Use them.
17678         (build_base_fields): Build FIELD_DECLs for primary virtual base
17679         classes.
17680         (create_vtable_ptr): Don't call determine_primary_base here.
17681         (dfs_mark_primary_bases_and_set_vbase_offsets): Rename to ...
17682         (dfs_set_offset_for_vbases): ... this.
17683         (layout_virtual_bases): Use it.
17684         (layout_class_type): Call determine_primary_base here.
17685         * search.c (unmarkedp): Make it global.
17686         (shared_marked_p): Simplify.
17687         (shared_unmarked_p): Likewise.
17688         (dfs_primary_bases_queue_p): Remove.
17689         (dfs_unmark_primary_bases): Likewise.
17690         (unmark_primary_bases): Likewise.
17691         (mark_primary_bases): Simplify.
17692         (get_pure_virtuals): Don't call mark_primary_bases here.
17693         (dfs_vbase_unmark): New function.
17694         (get_vbase_types): Simplify.
17695
17696         * class.c (struct base_info): Remove.
17697         (determine_primary_base): Take has_virtual_p rather than a
17698         base_info as input.  Don't calculate max_has_virtual.
17699         (finish_struct_bits): Remove max_has_virtual argument.
17700         (create_vtable_ptr): Remove max_has_virtual_p argument.
17701         (layout_virtual_bases): Remove max argument.
17702         (layout_basetypes): Likewise.
17703         (layout_class_type): Remove max_has_virtual_p argument.
17704         (finish_struct_1): Remove max_has_virtual.
17705
17706         * cp-tree.h (dfs_mark_primary_bases_queue_p): New function.
17707         (layout_basetypes): Remove.
17708         * class.c (propagate_binfo_offsets): Moved here from tree.c.
17709         Update to handle primary virtual bases.
17710         (remove_base_fields): New function, split out from
17711         layout_basetypes.
17712         (dfs_mark_primary_bases_and_set_vbase_offsets): New function.
17713         (layout_virtual_bases): New function, split out from
17714         layout_basetypes.  Update to handle primary virtual bases.
17715         (layout_basetypes): Moved here from tree.c.  Use
17716         remove_base_fields and layout_virtual_bases.
17717         * search.c (dfs_mark_primary_bases_queue_p): New function.
17718         (mark_primary_bases): Use it.
17719         * tree.c (CEIL): Remove.
17720         (propagate_binfo_offsets): Remove.
17721         (layout_basetypes): Remove.
17722
17723 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
17724
17725         * cp-tree.h (CLASSTYPE_N_BASECLASSES): Use BINFO_N_BASETYPES.
17726         (BINFO_PRIMARY_MARKED_P): New macro.
17727         (SET_BINFO_PRIMARY_MARKED_P): Likewise.
17728         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
17729         (mark_primary_bases): New function.
17730         (unmark_primary_bases): Likewise.
17731         * search.c (get_abstract_virtuals_1): Remove.
17732         (dfs_mark_primary_bases): New function.
17733         (mark_primary_bases): Likewise.
17734         (dfs_unmark_primary_bases): Likewise.
17735         (unmark_primary_bases): Likewise.
17736         (dfs_get_pure_virtuals): Likewise.
17737
17738 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
17739
17740         * cp-tree.h (skip_rtti_stuff): Adjust prototype.
17741         * class.c (skip_rtti_stuff): Reorganize parameters and return value.
17742         (modify_one_vtable): Adjust.
17743         (fixup_vtable_deltas1): Likewise.
17744         (override_one_vtable): Likewise.
17745         * search.c (get_abstract_virtuals_1): Likewise.
17746         (get_pure_virtuals): Likewise.
17747         (expand_upcast_fixups): Likewise.
17748         * tree.c (debug_binfo): Likewise.
17749
17750         * class.c (build_vtable): Don't return a value.  Don't rebuild
17751         vtables for bases that have already been handled.
17752         (prepare_fresh_vtable): Don't rebuild vtables for bases that have
17753         already been handled.
17754         (modify_one_vtable): Adjust accordingly.
17755         (fixup_vtable_deltas1): Likewise.
17756         (finish_struct_1): Likewise.
17757
17758 2000-01-01  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
17759
17760         * call.c (build_new_method_call): Also check destructors.