OSDN Git Service

* cp-tree.h (binding_for_name: Move to name-lookup.h Adjust
[pf3gnuchains/gcc-fork.git] / gcc / cp / ChangeLog
1 2003-03-30  Gabriel Dos Reis <gdr@integrable-solutions.net>
2
3         * cp-tree.h (binding_for_name: Move to name-lookup.h  Adjust
4         prototype. 
5         (cxx_scope_find_binding_for_name): Likewise.
6         * decl.c (find_binding: Move to name-lookup.c.
7         (binding_for_name): Likewise.
8         (cxx_scope_find_binding_for_name): Likewise.
9         (BINDING_LEVEL):  Remove.
10         (push_binding): Tidy.
11         (push_class_binding): Likewise.
12         (pop_binding): Likewise.
13         (poplevel): Likewise.
14         (poplevel_class): Likewise.
15         (set_identifier_type_value_with_scope): Likewise.
16         (push_overloaded_decl): Likewise.
17         (lookup_tag): Likewise.
18         (unqualified_namespace_lookup): Likewise.
19         (lookup_name_current_level): Likewise.
20         (maybe_inject_for_scope_var): Likewise.
21         (namespace_binding): Move to name-lookup.c.
22         (set_namespace_binding): Likewise.
23         * decl2.c (lookup_using_namespace): Tidy.
24         (qualified_lookup_using_namespace): Likewise.
25         (do_toplevel_using_decl): Likewise.
26         * name-lookup.c: Include "timevar.h"
27         * name-lookup.h (cxx_scope):  Declare.
28         (struct cxx_binding): Lose member "has_level".  Adjust "scope"
29         member declaration.
30         (BINDING_SCOPE): Adjust definition.
31         (BINDING_HAS_LEVEL_P): Remove.
32
33 2003-03-30  Gabriel Dos Reis  <gdr@integrable-solutions.net>
34
35         * name-lookup.c: New file.
36         * name-lookup.h: Likewise..
37         * decl.c (push_binding): Adjust use cxx_binding_make.
38         (free_bindings): Move to name-lookup.c
39         (pop_binding): Use cxx_binding_free.
40         (binding_for_name): Tidy.
41         * cp-tree.h: Include "name-lookup.h"
42         (cxx_binding_make): Move to name-lookup.h
43         (cxx_binding_clear): Likewise.
44         (struct cxx_binding): Likewise.
45         (LOCAL_BINDING_P): Likewise.
46         (INHERITED_VALUE_BINDING_P): Likewise.
47         (BINDING_SCOPE): Likewise.
48         (BINDING_HAS_LEVEL_P): Likewise.
49         (BINDING_VALUE): Likewise.
50         (BINDING_TYPE): Likewise.
51         * config-lang.in (gtfiles): Add cp/name-lookup.h
52         * Make-lang.in (cp/name-lookup.o): New rule.
53         (CXX_OBJS): Add cp/name-lookup.o
54         (CXX_TREE_H): Add cp/name-lookup.h
55
56 2003-03-28  Jason Merrill  <jason@redhat.com>
57
58         PR c++/10245
59         * cvt.c (force_rvalue): New fn.
60         * call.c (build_conditional_expr): Use it.
61         * cp-tree.h: Declare it.
62
63 2003-03-28  Mike Stump  <mrs@apple.com>
64
65         * error.c (dump_expr): Add 0x to printed hex numbers to make
66         output match source code better.
67
68 2003-03-28  Mark Mitchell  <mark@codesourcery.com>
69
70         PR c++/10218
71         * decl.c (grokfndecl): Return NULL_TREE for bogus out-of-class
72         definitions.
73
74         * decl2.c (generate_ctor_or_dtor_function): Tolerate a
75         non-existant ssdf_decls array.
76         (finish_file): Call generator_ctor_or_dtor_function when there are
77         static constructors or destructors and no other static
78         initializations.
79
80 2003-03-28  Nathan Sidwell  <nathan@codesourcery.com>
81
82         PR c++/10047
83         * decl2.c (finish_file): Don't warn about explicitly instantiated
84         inline decls.
85
86 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
87
88         PR c++/10224
89         * pt.c (lookup_template_class): Only check instantiated args if
90         they do not contain template parameters.
91
92 2003-03-27  Nathan Sidwell  <nathan@codesourcery.com>
93
94         PR c++/10158
95         * parser.c (cp_parser_function_definition): Set
96         DECL_INITIALIZED_IN_CLASS for members.
97         * pt.c (instantiate_decl): Only reduce the template args for
98         friends that are not defined in class.
99
100 2003-03-25  Jason Merrill  <jason@redhat.com>
101
102         * call.c (print_z_candidate): Change name of first arg to msgid.
103         (joust): Add comment for translators.
104
105 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
106         
107         PR c++/9898, PR c++/383, DR 322
108         * pt.c (maybe_adjust_types_for_deduction) <DEDUCE_CONV>: Look
109         through reference types on both PARM and ARG.
110
111 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
112
113         PR c++/10119
114         * error.c (dump_expr) <BASELINK>: Use dump_expr.
115         * pt.c (maybe_fold_nontype_args): New function.
116         (tsubst_copy) <SCOPE_REF>: Subst any template_id args.
117         <TEMPLATE_ID_EXPR>: Break out folding code, call it.
118         (tsubst_copy_and_build) <TEMPLATE_ID_EXPR>: Call
119         maybe_fold_nontype_args.
120
121 2003-03-24  Nathan Sidwell  <nathan@codesourcery.com>
122
123         PR c++/10026
124         * decl2.c (arg_assoc_type) <ERROR_MARK>: Don't die.
125
126 2003-03-23  Mark Mitchell  <mark@codesourcery.com>
127
128         PR c++/7086
129         * typeck.c (cxx_mark_addressable):  Adjust call to
130         gen_mem_addressof or put_var_into_stack.
131
132 2003-03-22  Nathan Sidwell  <nathan@codesourcery.com>
133
134         PR c++/9978, c++/9708
135         * cp-tree.h (instantiate_template): Add tsubst_flags parameter.
136         * call.c (add_template_candidate_real): Adjust
137         instantiate_template call.
138         * class.c (resolve_address_of_overloaded_function): Likewise.
139         * decl.c (build_enumerator): Set TREE_CONSTANT.
140         * pt.c (check_instantiated_args): New.
141         (push_inline_template_parms_recursive): Set TREE_CONSTANT,
142         TREE_READONLY.
143         (build_template_parm_index): Copy TREE_CONSTANT, TREE_READONLY.
144         (reduce_template_parm_level): Likewise.
145         (process_template_parm): Likewise.
146         (check_explicit_specialization): Adjust instantiate_template call.
147         (convert_template_argument): Don't check non-type argument here.
148         (lookup_template_class): Check them here.
149         (tsubst_friend_function): Adjust instantiate_template call.
150         (instantiate_template): Add tsubst_flags parameter, use it. Check
151         instantiated args.
152
153 2003-03-21  Zack Weinberg  <zack@codesourcery.com>
154
155         * decl.c: Update calls to shadow_warning.
156
157 2003-03-21  Nathan Sidwell  <nathan@codesourcery.com>
158
159         PR c++/9898
160         * error.c (dump_decl) [CONST_DECL]: Print '<enumerator>'.
161         (dump_expr) [CONSTRUCTOR]: Print default ctor as a function call.
162
163 2003-03-20  Mark Mitchell  <mark@codesourcery.com>
164
165         * cp/decl2.c (arg_assoc_class): Correct check for namespace-scope
166         friends.
167         * cp/pt.c (instantiate_class_template): Fix formatting.
168
169 2003-03-14  Matt Austern  <austern@apple.com>
170
171         * cp-tree.h (unemitted_tinfo_decls): Declaration of a new varray.
172         (unemitted_tinfo_decl_p): Remove.
173         (emit_tinfo_decl): Change declaration to remove unused parameter.
174         * decl2.c (finish_file): Change tinfo emission to loop through
175         unemitted_tinfo_decls array instead of looping through all decls.
176         * rtti.c (unemitted_tinfo_decl_p): Declare as static, remove
177         unused second parameter.
178         (init_rtti_processing): initialize unemitted_tinfo_decls varray.
179         (get_tinfo_decls): push new tinfo decl on unemitted_tinfo_decls.
180         (emit_tinfo_decl): remove unused second parameter, add assertion
181         that decl hasn't already been emitted.
182
183 2003-03-19  Nathanael Nerode  <neroden@gcc.gnu.org>
184
185         * dump.c (cp_dump_tree), cp-tree.h (cp_dump_tree): Change return
186         type from 'int' to 'bool'. Replace 0 and 1 with true and false in
187         return statements.
188
189 2003-03-19  Jason Merrill  <jason@redhat.com>
190
191         PR c++/8316, c++/9315, c++/10136
192         * call.c (print_z_candidate): Split out from...
193         (print_z_candidiates): ...here.
194         (joust): Use it.
195
196 2003-03-17  Roger Sayle  <roger@eyesopen.com>
197
198         PR c++/10031
199         * decl.c (duplicate_decls): Use the new type when prototyping
200         anticipated decls, even when the types match.  This defines the
201         exception list for the built-in function.
202
203 2003-03-17  Jason Merrill  <jason@redhat.com>
204
205         PR c++/10091
206         * typeck.c (build_class_member_access_expr): Compare
207         TYPE_MAIN_VARIANTs.
208
209 2003-03-17  Mark Mitchell  <mark@codesourcery.com>
210
211         PR c++/9639
212         * parser.c (cp_parser_declarator_id): Clear parser->scope.
213
214 2003-03-16  Jason Merrill  <jason@redhat.com>
215
216         PR c++/9993
217         * decl.c (finish_function): Only allow the NRVO to use variables
218         declared at function scope.
219
220 2003-03-17  Andreas Jaeger  <aj@suse.de>
221
222         * Make-lang.in (cp/TAGS): Remove.
223
224 2003-03-16  Nathan Sidwell  <nathan@codesourcery.com>
225
226         PR c++/9629
227         * cp-tree.h (struct language_function): Add in_base_initializer.
228         (in_base_initializer): define it.
229         (expand_member_init): Remove INIT param.
230         * init.c (expand_member_init): Remove INIT param, return the member.
231         (emit_mem_initializers): Set in_base_initializer.
232         * class.c (build_base_path): Check in_base_initializer.
233         * parser.c (cp_parser_mem_initializer): Set in_base_initializer.
234         * pt.c (tsubst_initializer_list): Likewise.
235
236 2003-03-16   Gabriel Dos Reis <gdr@integrable-solutions.net>
237
238         * decl.c (binding_for_name): Fix initialization thinko.
239
240 2003-03-15  Gabriel Dos Reis <gdr@integrable-solutions.net>
241
242         Compile-time improvement: 2/n.
243         * cp-tree.h (struct cxx_binding): New datatype;
244         (struct lang_identifier): Use it.
245         (LOCAL_BINDING_P): Adjust definition.
246         (INHERITED_VALUE_BINDING_P): Likewise.
247         (BINDING_SCOPE): Likewise.
248         (BINDING_HAS_LEVEL_P): Likewise.
249         (BINDING_VALUE): Likewise.
250         (BINDING_TYPE): Likewise.
251         (IDENTIFIER_VALUE): Likewise.
252         (struct tree_binding): Remove.
253         (TS_CP_BINDING): Likewise.
254         ((union lang_tree_node): Remove field "binding".
255         (cxx_binding_clear): New macro.
256         (binding_for_name): Adjust return type.
257         (qualified_lookup_using_namespace): Adjust prototype.
258         (lookup_using_namespace): Adjust prototype.
259         (cxx_scope_find_binding_for_name): Declare.
260         * cp-tree.def: Remove CPLUS_BINDING definition.
261         * decl.c (push_binding): Adjust local variable type.
262         (add_binding): Likewise.
263         (push_class_binding): Likewise.
264         (pop_binding): Likewise.
265         (poplevel): Likewise.
266         (poplevel_class): Likewise.
267         (free_bindings):  Adjust type.
268         (find_binding): Adjust return type, add a third parameter. Remove
269         non-useful assertion now that we use static typing.
270         (cxx_scope_find_binding_for_name): New function.
271         (binding_for_name): Use it.  Adjust local variable type. Simplify.
272         (namespace_binding):  Simplify.
273         (set_namespace_binding): Likewise.
274         (set_identifier_type_value_with_scope): Adjust local variable type.
275         (lookup_tag): Don't type-abuse of local variable 'old'.
276         (lookup_namespace_name): Likewise.  Allocate binding on stack.
277         (select_decl): Adjust prototype.
278         (unqualified_namespace_lookup):  Allocate binding on stack.
279         Don't type-abuse of local variable 'val'.
280         (lookup_name_real): Likewise.
281         (maybe_inject_for_scope_var): Adjust local variable type.
282         (cp_tree_node_structure): Remove CPLUS_BINDING case label.
283         (namespace_binding): Adjust logic, simplify.
284         (BINDING_LEVEL): Adjust definition.
285         (push_class_level_binding): Adjust local variable type.
286         (struct cxx_saved_binding): Adjust field 'binding' type.
287         * decl2.c (ambiguous_decl): Adjust prototype.
288         (lookup_using_namespace): Adjust local variable type.
289         (qualified_lookup_using_namespace): Catch type error and correct
290         ensueing logic error.
291         (do_nonmember_using_decl): Adjust local variable type.  Allocate
292         temporary cxx_binding on stack.
293         (do_toplevel_using_decl): Adjust local variable type.
294         * ptree.c (cxx_print_cxx_binding): New function.
295         (cxx_print_identifier): Use it.
296         (cxx_print_xnode): Delete CPLUS_BINDING case label.
297
298 2003-03-15  Roger Sayle  <roger@eyesopen.com>
299
300         * tree.c (count_functions): Fix whitespace.
301
302 2003-03-15  Neil Booth  <neil@daikokuya.co.uk>
303
304         * Make-lang.in: Update.
305
306 2003-03-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
307
308         PR c++/6440
309         * pt.c (maybe_process_partial_specialization): Handle
310         member class template when enclosing class template is
311         explicit specialized.
312         (most_general_template): Stop looking when DECL is already
313         specialized.
314
315 2003-03-13  Jason Merrill  <jason@redhat.com>
316
317         PR c++/9420
318         * search.c (lookup_conversions): Call complete_type here.
319         * call.c (implicit_conversion): Not here.
320
321 2003-03-13  Mark Mitchell  <mark@codesourcery.com>
322
323         * decl2.c (do_nonmember_using_decl): Correct handling of
324         simultaneous type/non-type bindings.
325
326         * call.c (initialize_reference): Remove bogus assertion.
327         * decl.c (build_ptrmemfunc_type): Revert change of 2003-03-09.
328
329 2003-03-12  Andrew Lewycky  <andrew@mxc.ca>
330
331         PR c++/7050
332         * expr.c (cxx_expand_expr): Return const0_rtx for throw
333         expressions.
334
335 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
336
337         PR c++/9474
338         * decl2.c (do_nonmember_using_decl): Do not call duplicate decls
339         to merge old and new declarations.
340
341 2003-03-12  Alexandre Oliva  <aoliva@redhat.com>
342
343         * g++.1: Remove.
344         * Make-lang.in (c++.generated-manpages): Build cp/g++.1.
345         (cp/g++.1): Build it from scratch in the build tree.
346         (c++.install-man): Depend on it.  Install it from the build tree.
347         (c++.mostlyclean): Clean it.
348
349 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
350
351         PR c++/9474
352         * decl2.c (do_nonmember_using_decl): Do not call duplicate decls
353         to merge old and new declarations.
354
355         PR c++/9924
356         * decl2.c (do_nonmember_using_decl): Ignore anticipated builtins.
357
358 2003-03-11  Jason Merrill  <jason@redhat.com>
359
360         PR c++/9820
361         * search.c (lookup_member): Fix handling of functions in a class
362         being defined.
363
364 2003-03-11  Mark Mitchell  <mark@codesourcery.com>
365
366         PR c++/8700
367         * call.c (convert_class_to_reference): Adjust usage of
368         splice_viable.
369         (any_viable): Remove.
370         (splice_viable): Combine with any_viable.
371         (print_z_candidates): Avoid printing duplicates.
372         (build_user_type_conversion_1): Adjust usage of splice_viable.
373         (build_new_function_call): Likewise.
374         (build_operator_new_call): Likewise.
375         (build_object_call): Likewise.
376         (build_conditional_expr): Likewise.
377         (build_new_op): Likewise.
378         (build_new_method_call): Likewise.
379         (joust): Remove spurious comment.
380         * cp-tree.h (DECL_FRIENDLIST): Correct documentation.
381         * decl2.c (arg_assoc_class): Simplify.
382         * friend.c (add_friend): Likewise.
383
384 2003-03-11  Jason Merrill  <jason@redhat.com>
385
386         PR c++/8660
387         * decl2.c (check_classfn): A member template only matches a
388         member template.
389
390 2003-03-11  Neil Booth  <neil@daikokuya.co.uk>
391
392         * Make-lang.in (CXX_C_OBJS): Update.
393         * lang-specs.h: Don't define __GNUG__ here.
394
395 2003-03-10  Mark Mitchell  <mark@codesourcery.com>
396
397         * call.c (perform_overload_resolution): New function.
398         (build_new_function_call): Use it.
399         (build_operator_new_call): Likewise.
400         (add_candidates): Add explicit_targs and template_only parameters.
401         (build_new_op): Adjust accordingly.
402         * cp-tree.h (build_operator_new_call): New function.
403         (build_function_call_real): Remove.
404         (build_function_call_maybe): Likewise.
405         * init.c (build_new_1): Use build_operator_new_call.
406         * typeck.c (build_function_call_real): Rename to ...
407         (build_function_call): ... this.
408
409 2003-03-10  Devang Patel  <dpatel@apple.com>
410
411         PR c++/9394
412         * g++spec.c (lang_specific_driver): Use DEFAULT_WORD_SWTCH_TAKES_ARG.
413
414 2003-03-10  Jason Merrill  <jason@redhat.com>
415
416         PR c++/9798
417         * decl.c (push_using_directive): Push before recursing.
418
419         PR c++/9868, c++/9524
420         * call.c (resolve_scoped_fn_name): Handle the case of a function
421         pointer member.
422
423         * decl2.c (build_offset_ref_call_from_tree): Only mess with 'this'
424         argument in the pointer-to-member case.
425
426 2003-03-09  Mark Mitchell  <mark@codesourcery.com>
427
428         PR c++/9373
429         * cp-lang.c (cxx_get_alias_set): Use alias set zero for
430         pointers to member functions.
431
432         PR c++/8534
433         * decl.c (build_ptrmemfunc_type): Do not allow default arugments
434         in pointer-to-member-function types.
435
436 2003-03-10  Gabriel Dos Reis  <gdr@integrable-solutions.net>
437
438         * expr.c (cplus_expand_constant): Use C90 prototype style.
439         (cxx_expand_expr): Likewise.
440
441 2003-03-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
442
443         PR c++/9970
444         * decl.c (duplicate_decls): Only copy DECL_THUNKS for virtual
445         functions.
446
447 2003-03-08  Geoffrey Keating  <geoffk@apple.com>
448
449         * lang-specs.h (c++-header): Change .pch to .gch.
450
451 2003-03-08  Neil Booth  <neil@daikokuya.co.uk>
452
453         * cp-tree.h (cxx_init): Update prototype.
454         * lex.c (cxx_init): Similarly.
455
456 2003-03-08  Mark Mitchell  <mark@codesourcery.com>
457
458         PR c++/9823
459         * cp-tree.h (begin_mem_initializers): Remove.
460         * parser.c (cp_parser_mem_initializer_list): Inline it here.
461         Do not call finish_mem_initializers if not in a constructor.
462         (cp_parser_class_head): Fix typo in error message.
463         * semantics.c (begin_mem_initializers): Remove.
464         * testsuite/g++.dg/parser/constructor1.C: New test.
465
466         PR c++/9809
467         * call.c (add_function_candidate): Skip builtin fuctions that have
468         not yet been declared.
469
470         PR c++/9982
471         * init.c (build_new_1): Correct logic for determining whether or
472         not to use an array cookie.
473
474         PR c++/9524
475         * parser.c (cp_parser_postfix_expression): Call
476         finish_non_static_data_member, even when processing_template_decl.
477
478         PR c++/9912
479         * cp-tree.h (is_ancestor): New function.
480         (handle_class_head): Change prototype.
481         * decl2.c (is_namespace_ancestor): Rename to ...
482         (namespace_anecestor): ... this.
483         (set_decl_namespace): Adjust accordingly.
484         (handle_class_head): Remove unncessary parameters.
485         * parser.c (cp_parser_class_head): Check that
486         nested-name-specifiers are used appropriately.
487
488 2003-03-07  Mark Mitchell  <mark@codesourcery.com>
489
490         * call.c (reference_binding): Remove REF_IS_VAR parameter.
491         (implicit_conversion): Adjust call to reference_binding.
492         (make_temporary_var_for_ref_to_type): Add TYPE parameter.
493         (initialize_reference): Adjust handling for references bound to
494         rvalues.
495         * cp-tree.h (make_temporary_var_for_ref_to_temp): Change
496         prototype.
497         (real_non_cast_lvalue_p): New method.
498         * cvt.c (build_up_reference): Adjust use of
499         make_temporary_var_for_ref_to_temp.
500         * tree.c (real_non_cast_lvalue_p): New method.
501
502 2003-03-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>
503
504         * except.c (init_exception_processing): Use C90 prototype style.
505         (cp_protect_cleanup_actions): Likewise.
506         (prepare_eh_type): Likewise.
507         (build_eh_type_type): Likewise.
508         (build_exc_ptr): Likewise.
509         (do_begin_catch): Likewise.
510         (dtor_nothrow): Likewise.
511         (do_end_catch): Likewise.
512         (push_eh_cleanup): Likewise.
513         (decl_is_java_type): Likewise.
514         (choose_personality_routine): Likewise.
515         (initialize_handler_parm): Likewise.
516         (expand_start_catch_block): Likewise.
517         (expand_end_catch_block): Likewise.
518         (begin_eh_spec_block): Likewise.
519         (finish_eh_spec_block): Likewise.
520         (do_allocate_exception): Likewise.
521         (do_free_exception): Likewise.
522         (wrap_cleanups_r): Likewise.
523         (stabilize_throw_expr): Likewise.
524         (build_throw): Likewise.
525         (complete_ptr_ref_or_void_ptr_p): Likewise.
526         (is_admissible_throw_operand): Likewise.
527         (nothrow_libfn_p): Likewise.
528         (can_convert_eh): Likewise.
529         (check_handlers_1): Likewise.
530         (check_handlers): Likewise.
531
532 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
533
534         * call.c (merge_conversion_sequences): New function.
535         (build_conv): Set ICS_USER_FLAG for USER_CONVs.
536         (convert_class_to_reference): Correct handling of second
537         standard conversion sequence in a user-defined conversion
538         sequence.
539         (build_user_type_conversion_1): Use merge_conversion_sequences.
540         * cp-tree.def: Add comments for CONV nodes.
541         * rtti.c (get_tinfo_decl): Use build_address/build_nop.
542
543 2003-03-07  Gabriel Dos Reis  <gdr@integrable-solutions.net>
544
545         * error.c (init_error): Use C90 prototype style.
546         (dump_scope): Likewise.
547         (dump_qualifiers): Likewise.
548         (dump_template_argument): Likewise.
549         (dump_template_argument_list): Likewise.
550         (dump_template_parameter): Likewise.
551         (dump_template_bindings): Likewise.
552         (dump_type): Likewise.
553         (dump_typename): Likewise.
554         (class_key_or_enum): Likewise.
555         (dump_aggr_type): Likewise.
556         (dump_type_prefix): Likewise.
557         (dump_type_suffix): Likewise.
558         (dump_global_iord): Likewise.
559         (dump_simple_decl): Likewise.
560         (dump_decl): Likewise.
561         (dump_template_decl): Likewise.
562         (dump_function_decl): Likewise.
563         (dump_parameters): Likewise.
564         (dump_exception_spec): Likewise.
565         (dump_function_name): Likewise.
566         (dump_template_parms): Likewise.
567         (dump_char): Likewise.
568         (dump_expr_list): Likewise.
569         (dump_expr): Likewise.
570         (dump_binary_op): Likewise.
571         (dump_unary_op): Likewise.
572         (type_as_string): Likewise.
573         (expr_as_string): Likewise.
574         (decl_as_string): Likewise.
575         (context_as_string): Likewise.
576         (lang_decl_name): Likewise.
577         (cp_file_of): Likewise.
578         (cp_line_of): Likewise.
579         (decl_to_string): Likewise.
580         (expr_to_string): Likewise.
581         (fndecl_to_string): Likewise.
582         (code_to_string): Likewise.
583         (language_to_string): Likewise.
584         (parm_to_string): Likewise.
585         (op_to_string): Likewise.
586         (type_to_string): Likewise.
587         (assop_to_string): Likewise.
588         (args_to_string): Likewise.
589         (cv_to_string): Likewise.
590         (cxx_print_error_function): Likewise.
591         (cp_diagnostic_starter): Likewise.
592         (cp_diagnostic_finalizer): Likewise.
593         (cp_print_error_function): Likewise.
594         (function_category): Likewise.
595         (print_instantiation_full_context): Likewise.
596         (print_instantiation_partial_context): Likewise.
597         (maybe_print_instantiation_context): Likewise.
598         (print_instantiation_context): Likewise.
599         (cp_printer): Likewise.
600         (print_integer): Likewise.
601         (print_non_consecutive_character): Likewise.
602         (locate_error): Likewise.
603
604 2003-03-06  Mark Mitchell  <mark@codesourcery.com>
605
606         PR c++/9965
607         * call.c (reference_binding): Add ref_is_var parameter.
608         (implicit_conversion): Adjust call to reference_binding.
609         (initialize_reference): Likewise.
610
611         PR c++/9400
612         * decl.c (pushdecl): Don't check for shadowing of DECL_ARTIFICIAL
613         PARM_DECLs.
614
615         PR c++/9791
616         * class.c (get_basefndecls): Use lookup_fnfields_1.
617
618 2003-03-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
619
620         PR c++/9188
621         * parser.c (cp_parser_type_parameter): Remove redundant `expect'
622         in error message.
623         (cp_parser_single_declaration): Likewise.
624
625 2003-03-05  Jason Merrill  <jason@redhat.com>
626
627         PR c++/9440
628         * call.c (build_conditional_expr): Use convert rather than an
629         explicit NOP_EXPR.
630
631 2003-03-02  Matt Austern  <austern@apple.com>
632
633         * decl.c (cp_binding_level): Add static_decls varray member.
634         (add_decl_to_level): Add static/inline namespace scope
635         declarations to static_decls array.
636         (wrapup_global_for_namespace): Pass static_decls only, instead of
637         all decls, to wrapup_global_declarations/check_global_declarations.
638         (push_namespace): Initialize static_decls for ordinary namespaces.
639         (cxx_init_decl_processing): Initialize static_decls for global
640         namespace.
641
642 2003-03-05  Mark Mitchell  <mark@codesourcery.com>
643
644         * class.c (end_of_class): Correct thinko.
645
646 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
647
648         * config-lang.in: Replace ${libstdcxx_version} by its value.
649
650 2003-03-04  Gabriel Dos Reis <gdr@integrable-solutions.net>
651
652         * cp-tree.h (cxx_saved_binding): Declare.
653         (struct saved_scope): Adjust type of field 'old_binding'.
654         * decl.c (cxx_saved_binding_make): New macro.
655         (struct cxx_saved_binding): Define.
656         (store_bindings): Adjust prototype.  Use cxx_saved_binding to save
657         C++ bindings.
658         (maybe_push_to_top_level): Adjust local variable type.
659         (pop_from_top_level): Likewise.
660
661 2003-03-04  Tom Tromey  <tromey@redhat.com>
662
663         * Make-lang.in (c++.tags): New target.
664
665 2003-03-04  Neil Booth  <neil@daikokuya.co.uk>
666
667         * Make-lang.in: Update.
668
669 2003-03-03  Jason Merrill  <jason@redhat.com>
670
671         * decl.c (finish_enum): Do set the type in a template. Simplify.
672         * pt.c (tsubst_enum, tsubst_copy): Revert last patch.
673
674 2003-03-03  Mark Mitchell  <mark@codesourcery.com>
675
676         PR c++/9878
677         * call.c (convert_class_to_reference): Correct conversion
678         sequences.
679         (reference_binding): Add ref_bound_directly_to_rvalue_p parameter.
680         (implicit_conversion): Adjust call to reference_binding.
681         (add_candidate): Change type of candidates parameter.
682         (add_function_candidate): Likewise.
683         (add_conv_candidate): Likewise.
684         (build_builtin_candidate): Likewise.
685         (add_builtin_candidate): Likewise.
686         (add_builtin_candidates): Likewise.
687         (add_template_candidate_real): Likewise.
688         (add_template_candidate): Likewise.
689         (add_template_conv_candidate): Likewise.
690         (build_user_type_conversion_1): Adjust accordingly.
691         (build_object_call): Likewise.
692         (build_conditional_expr): Likewise.
693         (add_candidates): Likewise.
694         (build_new_op): Likewise.
695         (convert_like_real): Use USER_CONV_CAND.  Use build_nop.
696         (build_new_method_call): Adjust calls to add_function_candidate.
697         (make_temporary_var_for_ref_to_temp): New function.
698         (initialize_reference): Add decl parameter.
699         * class.c (build_rtti_vtbl_entries): Use build_address and
700         build_nop.
701         * cp-tree.h (initialize_reference): Change prototype.
702         (make_temporary_var_for_ref_to_temp): New function.
703         (build_type_conversion): Change prototype.
704         (build_address): New function.
705         (build_nop): Likewise.
706         * cvt.c (cp_convert_to_pointer): Adjust call to
707         build_type_conversion.  Avoid indicating redundant NOP_EXPRs.
708         Use build_nop.
709         (convert_to_pointer_force): Use build_nop.
710         (build_up_reference): Use make_temporary_var_for_ref_to_temp.
711         (convert_to_reference): Adjust call to build_type_conversion.
712         (ocp_convert): Likewise.
713         (build_type_conversion): Remove for_sure parameter.
714         * decl.c (grok_reference_init): Use initialize_reference.
715         * typeck.c (build_address): New function.
716         (build_nop): Likewise.
717         (build_unary_op): Use them.
718         (build_ptrmemfunc): Tidy slightly.
719         (convert_for_initialization): Adjust call to
720         initialize_reference.
721         * typeck2.c (store_init_value): Remove #if 0'd code.
722
723 2003-03-03  Jason Merrill  <jason@redhat.com>
724
725         * decl.c (start_function): Clear DECL_NUM_STMTS.
726
727         * class.c (get_vtable_decl): Use vtbl_type_node.
728         (build_primary_vtable): Check for it.
729
730 2003-03-02  Aldy Hernandez  <aldyh@redhat.com>
731
732         * decl.c (check_initializer): Check for vector_opaque_p.
733
734 2003-03-02  Ashif Harji  <asharji@uwaterloo.ca>
735
736         * lang-specs.h (default_compilers): Add -no-integrated-cpp flag to
737           invoke an external cpp during compilation.
738
739 2003-03-01  Gabriel Dos Reis  <gdr@integrable-solutions.net>
740
741         * decl.c (duplicate_decls): Convert use of warning_with_decl() to
742         that of warning().
743         (start_decl): Likewise.
744         (start_function): Likewise.
745
746 2003-03-01  Neil Booth  <neil@daikokuya.co.uk>
747
748         * Make-lang.in (CXX_C_OBJS): Update.
749
750 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
751
752         PR c++/9892
753         * pt.c (instantiate_decl): Clear DECL_RTL for a VAR_DECL when
754         instantiating it.
755
756 2003-02-28  Aldy Hernandez  <aldyh@redhat.com>
757
758         * parser.c (cp_parser_init_declarator): Revert opaque
759         vector_opaque_p change.
760         Do not include target.h.
761
762 2003-02-28  Mark Mitchell  <mark@codesourcery.com>
763
764         PR c++/9879
765         * cp-tree.h (build_zero_init): Add parameter.
766         * decl.c (cp_finish_decl): Adjust call.
767         * init.c (build_zero_init): Add nelts parameter.  Adjust recursive
768         calls.
769         (build_default_init): Add nelts parameter.  Adjust calls to
770         build_zero_init.
771         (build_new_1): Adjust call to build_default_init.
772         * typeck2.c (process_init_constructor): Adjust call to build_zero_init.
773
774 2003-02-26  Devang Patel  <dpatel@apple.com>
775
776         * decl.c (finish_enum): Merge two 'for' loops. Copy value node if
777         required.  Postpone enum setting for template decls.
778         (build_enumerator): Delay copying value node until finish_enum
779         (). Remove #if 0'ed code.
780         * pt.c (tsubst_enum): Set TREE_TYPE and copy value node.
781         (tsubst_copy): Add check for enum type.
782
783 2003-02-25  Mark Mitchell  <mark@codesourcery.com>
784
785         PR c++/9683
786         * decl2.c (prune_vars_needing_no_initialization): Do not throw
787         away initializations for DECL_EXTERNAL VAR_DECLs.
788         (finish_file): Adjust accordingly.
789         * pt.c (instantiate_decl): Do not defer VAR_DECLs.
790
791 2003-02-24 Gabriel Dos Reis  <gdr@integrable-solutions.net>
792
793         * decl.c (add_binding): Time TV_NAME_LOOKUP.
794         (push_class_binding): Likewise.
795         (set_namespace_binding): Likewise.
796
797 2003-02-24  Mark Mitchell  <mark@codesourcery.com>
798
799         PR c++/9836
800         * cp-tree.h (CLASSTYPE_PRIMARY_TEMPLATE): Do not skip from
801         specializations back to the main template.
802         * parser.c (cp_parser_diagnose_invalid_type_name):Adjust use.
803         * pt.c (resolve_typename_type): Likewise.
804
805 2003-02-24  Jeffrey D. Oldham  <oldham@codesourcery.com>
806
807         PR c++/9778
808         * pt.c (tsubst_copy_and_build): For a templated function inside a
809         scope, process template arguments.
810
811 2003-02-24  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
812
813         PR c++/9602
814         * typeck2.c (abstract_virtuals_error): Don't check when
815         TYPE is still template parameter dependent.
816
817 2003-02-23  Mark Mitchell  <mark@codesourcery.com>
818
819         PR c++/5333
820         * cp-tree.h (CLASSTYPE_PRIMARY_TEMPLATE): New macro.
821         * parser.c (cp_parser_diagnose_invalid_type_name): Use it.
822         * pt.c (instantiate_class_template): Don't try to instantiate
823         dependent types.
824         (resolve_typename_type): Use CLASSTYPE_PRIMARY_TEMPLATE.
825
826 2003-02-21  Mark Mitchell  <mark@codesourcery.com>
827
828         PR c++/9749
829         * decl.c (grokdeclarator): Do not allow parameters with variably
830         modified types.
831
832 2003-02-21  Nathan Sidwell  <nathan@codesourcery.com>
833
834         * search.c (grow_bfs_bases): Remove. Fold into ...
835         (bfs_walk): ... here, fix fencepost error. Fix merge lossage
836         in previous patch.
837
838 2003-02-20  Mark Mitchell  <mark@codesourcery.com>
839
840         PR c++/9729
841         * mangle.c (mangle_conv_op_name_for_type): Issue an error message
842         when the G++ 3.2 ABI prevents correct compilation.
843
844 2003-02-20  Nathan Sidwell  <nathan@codesourcery.com>
845
846         Change base class access representation. Share virtual base
847         binfos.
848         * cp/call.c (build_special_member_call): Remove binfo_for_vbase
849         call.
850         * cp/class.c (build_base_path): Likewise.
851         (build_primary_vtable): Adjust BINFO_NEW_VTABLE_MARKED use.
852         (build_secondary_vtable): Remove FOR_TYPE arg. Adjust.
853         (make_new_vtable): Adjust.
854         (force_canonical_binfo_r): Delete.
855         (force_canonical_binfo): Delete.
856         (mark_primary_virtual_base): Delete.
857         (dfs_unshared_virtual_bases): Delete.
858         (mark_primary_bases): Adjust.
859         (maybe_warn_about_overly_private_class): Adjust.
860         (dfs_base_derived_from): Delete.
861         (base_derived_from): Follow the inheritance chain.
862         (struct find_final_overrider_data): Add vpath member.
863         (dfs_find_final_overrider): Adjust.
864         (dfs_find_final_overrider_q, dfs_find_final_overrider_post): New.
865         (find_final_overrider): Adjust.
866         (update_vtable_entry_for_fn): Adjust.
867         (modify_all_vtables): Adjust.
868         (walk_subobject_offsets): Adjust.
869         (layout_nonempty_base_or_field): Adjust.
870         (layout_empty_base): Remove last parameter. Adjust.
871         (build_base_field): Adjust.
872         (build_base_fields): Adjust.
873         (propagate_binfo_offsets): Remove last parameter. Adjust.
874         (dfs_set_offset_for_unshared_vbases): Delete.
875         (layout_virtual_bases): Adjust.
876         (finish_struct_1): Adjust.
877         (init_class_processing): Don't init access nodes.
878         (dfs_get_primary_binfo): Delete.
879         (get_primary_binfo): Adjust.
880         (dump_class_hierarchy_r): Remove most derived arg, add IGO
881         parameter. Adjust.
882         (dump_class_hierarchy): Adjust.
883         (finish_vtbls): Adjust.
884         (get_original_base): Delete.
885         (build_vtt_inits): Adjust.
886         (dfs_build_secondary_vptr_vtt_inits): Adjust.
887         (dfs_ctor_vtable_bases_queue_p): Adjust.
888         (build_ctor_vtbl_group): Adjust.
889         (dfs_accumulate_vtbl_inits): Adjust.
890         (build_vtbl_initializer): Adjust.
891         (build_vbase_offset_vtbl_entries): Adjust.
892         (add_vcall_offset_vtbl_entries_1): Adjust.
893         * cp/cp-tree.h (CPTI_ACCESS_*): Remove.
894         (access_*_node): Remove.
895         (CANONICAL_BINFO): Delete.
896         (BINFO_UNSHARED_MARKED): Remove.
897         (BINFO_MARKED): Set LANG_FLAG_0 directly.
898         (SET_BINFO_MARKED, CLEAR_BINFO_MARKED): Delete.
899         (BINFO_VTABLE_PATH_MARKED): Set LANG_FLAG_3 directly.
900         (SET_BINFO_VTABLE_PATH_MARKED, CLEAR_BINFO_VTABLE_PATH_MARKED):
901         Delete.
902         (BINFO_NEW_VTABLE_MARKED): Set LANG_FLAG_4 directly.
903         (SET_BINFO_NEW_VTABLE_MARKED): Adjust.
904         (SET_BINFO_PUSHDECLS_MARKED, CLEAR_BINFO_PUSHDECLS_MARKED):
905         Delete.
906         (BINFO_DEPENDENT_BASE_P): New.
907         (dfs_walk, dfs_walk_real): Queue function takes derived binfo and
908         index.
909         (markedp, unmarkedp): Adjust.
910         (dfs_unmarked_real_bases_queue_p, dfs_marked_real_bases_queue_p,
911         dfs_skip_vbases, marked_vtable_pathp, unmarked_vtable_pathp,
912         find_vbase_instance, binfo_for_vbase): Delete.
913         (copied_binfo, original_binfo): Declare.
914         (finish_base_specifier): Add virtual_p arg.
915         (unshare_base_binfos): Delete.
916         (copy_base_binfos): Declare.
917         (reverse_path): Delete.
918         * cp/decl.c (xref_basetypes): Access and virtuality passed
919         differently. Don't copy direct base binfos here. Call
920         copy_base_binfos.
921         * cp/init.c (dfs_initialize_vtbl_ptrs): Adjust.
922         (initialize_vtbl_ptrs): Adjust.
923         (expand_member_init): Adjust.
924         * cp/parser.c (cp_parser_base_specifier): Adjust.
925         * cp/pt.c (instantiate_class_template): Adjust.
926         (get_template_base_recursive): Adjust.
927         * cp/rtti.c (get_pseudo_ti_init): Adjust.
928         (get_pseudo_ti_desc): Adjust.
929         * cp/tree.c (unshare_base_binfos): Rename to ...
930         (copy_base_binfos): ... here, reimplement.
931         (make_binfo): Set BINFO_DEPENDENT_BASE_P.
932         (reverse_path): Remove.
933         * cp/typeck.c (get_delta_difference): Adjust error messages.
934         * cp/semantics.c (finish_base_specifier): Add virtual arg, adjust.
935         * cp/search.c (lookup_base_r): Adjust.
936         (dynamic_cast_base_recurse): Adjust.
937         (canonical_binfo): Remove.
938         (dfs_canonical_queue): Remove.
939         (dfs_assert_unmarked_p): Remove.
940         (assert_canonical_unmarked): Remove.
941         (shared_marked_p, shared_unmarked_p): Remove.
942         (BINFO_ACCESS, SET_BINFO_ACCESS): Use TREE_PUBLIC & TREE_PRIVATE.
943         (dfs_access_in_type): Adjust.
944         (access_in_type): Adjust.
945         (dfs_accessible_queue_p): Adjust.
946         (dfs_accessible_p): Adjust.
947         (is_subobject_of_p_1, is_subobject_of_p): Remove.
948         (struct lookup_field_info): Remove from_dep_base_p field.
949         (lookup_field_queue_p): Adjust, test BINFO_DEPENDENT_BASE_P.
950         (lookup_field_r): Remove dependent base code.
951         (lookup_member): Likewise.
952         (dfs_walk, dfs_walk_real): Add access arg to queue fn.
953         (dfs_unmarked_real_bases_queue_p): Remove.
954         (dfs_marked_real_bases_queue_p): Remove.
955         (dfs_skip_vbases): Remove.
956         (dfs_get_pure_virtuals): Adjust.
957         (markedp, unmarkedp): Adjust.
958         (marked_vtable_pathp, unmarked_vtable_pathp): Remove.
959         (marked_pushdecls_p, unmarked_pushdecls_p): Adjust.
960         (dfs_unmark): Adjust.
961         (dfs_get_vbase_types):Remove.
962         (dfs_build_inheritance_graph_order): Remove.
963         (get_vbase_types): Remove
964         (dfs_find_vbase_instance): Remove.
965         (find_vbase_instance): Remove.
966         (dfs_debug_unmarkedp): Adjust.
967         (dependent_base_p): Remove.
968         (dfs_push_type_decls): Adjust.
969         (dfs_push_decls): Adjust.
970         (dfs_no_overlap_yet): Adjust.
971         (copied_binfo): New function.
972         (original_binfo): New function.
973         (binfo_for_vbase): Remove.
974
975 2003-02-18  Zack Weinberg  <zack@codesourcery.com>
976
977         * cp/search.c (grow_bfs_bases): New subroutine of bfs_walk.
978         (bfs_walk): Rewritten using circular queue of BINFO_BASETYPES
979         vectors, for speed.
980
981 2003-02-18  Mark Mitchell  <mark@codesourcery.com>
982
983         PR c++/9704
984         * class.c (layout_class_type): In the 3.2 ABI, take into account
985         trailing bit fields when computing CLASSTYPE_SIZE_UNIT.
986
987 2003-02-18  Matt Austern <austern@apple.com>
988
989         * cp/cp-lang.c: Change lang hooks so that final_write_globals does
990         nothing for C++.
991         * cp/decl.c (wrapup_globals_for_namespace): Remove special
992         handling of global namespace.
993
994 2003-02-18  Geoffrey Keating  <geoffk@apple.com>
995
996         * cp-tree.h (rid_to_yy): Delete.
997         (C_RID_YYCODE): Delete.
998         (finish_file): Delete redundant declaration.
999
1000 2003-02-18  Jason Merrill  <jason@redhat.com>
1001
1002         PR c++/9623
1003         * decl.c (reshape_init): Don't mess with initializer labels.
1004
1005         PR c++/9485
1006         * parser.c (cp_parser_postfix_expression): Set idk properly for
1007         object->scope::member.
1008
1009 2003-02-18  Ben Elliston  <bje@redhat.com>
1010
1011         PR other/7350
1012         * decl.c (duplicate_decls): Fix typo in comment.
1013
1014 2003-02-17  Michael Elizabeth Chastain <mec@shout.net>
1015
1016         PR debug/9717
1017         * class.c (build_base_field): Mark fields for base classes with
1018         DECL_IGNORED_P.
1019
1020 2003-02-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1021
1022         PR c++/9457
1023         * pt.c (tsubst_copy_and_build) [CONSTRUCTOR]: Substitute
1024         CONSTRUCTOR_ELTS only once.
1025
1026 2003-02-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1027
1028         PR c++/9459
1029         * error.c (dump_type_prefix): Handle TYPEOF_TYPE.
1030         (dump_type_suffix): Likewise.
1031
1032 2003-02-14  Nathan Sidwell  <nathan@codesourcery.com>
1033
1034         * search.c: ANSIfy function declarations and definitions.
1035         * cp-tree.h (lookup_field, lookup_member): Last parameter is a bool.
1036         * call.c (build_method_call, resolve_scoped_fn_name,
1037         build_java_interface_fn_ref): Adjust lookup_field, lookup_member
1038         calls.
1039         * class.c (handle_using_decl): Likewise.
1040         * decl.c (make_typename_type, make_unmound_class_template,
1041         start_decl, compute_array_index_type): Likewise.
1042         * decl2.c (build_expr_from_tree, build_call_from_tree): Likewise.
1043         * init.c (expand_member_init, build_member_call): Likewise.
1044         * pt.c (tsubst_copy, tsubst_copy_and_build, do_decl_instantiation,
1045         resolve_typename_type): Likewise.
1046         * typeck.c (lookup_destructor, finish_class_member_access_exprm
1047         build_prememfunc_access_expr): Likewise.
1048
1049 2003-02-13  Gabriel Dos Reis <gdr@integrable-solutions.net>
1050
1051         * decl2.c: Include "timevar.h".
1052         (namespace_ancestor): Time name lookup.
1053         (add_using_namespace): Likewise.
1054         (lookup_using_namespace): Likewise.
1055         (qualified_lookup_using_namespace): Likewise.
1056         (decl_namespace): Likewise.
1057         (lookup_arg_dependent): Likewise.
1058         * lex.c (do_identifier): Likewise.
1059         (do_scoped_id): Likewise.
1060         * pt.c (lookup_template_class): Likewise.
1061
1062 2003-02-14   Andrew Pinski <pinskia@physics.uc.edu>
1063
1064         * decl.c: (define_label): Fix warning for return 0 instead of NULL.
1065
1066 2003-02-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
1067
1068         * decl.c: Include "timevar.h".
1069         (poplevel): Time name lookup.
1070         (find_binding): Likewise.
1071         (push_namespace): Likewise.
1072         (pop_nested_namespace): Likewise.
1073         (store_bindings): Likewise.
1074         (maybe_push_to_top_level): Likewise.
1075         (pop_from_top_level): Likewise.
1076         (push_local_name): Likewise.
1077         (pushtag): Likewise.
1078         (pushdecl): Likewise.
1079         (pushdecl_with_scope): Likewise.
1080         (pushdecl_namespace_level): Likewise.
1081         (pushdecl_top_level): Likewise.
1082         (pushdecl_class_level): Likewise.
1083         (push_class_level_binding): Likewise.
1084         (push_using_decl): Likewise.
1085         (push_using_directive): Likewise.
1086         (push_overloaded_decl): Likewise.
1087         (lookup_label): Likewise.
1088         (define_label): Likewise.
1089         (lookup_tag): Likewise.
1090         (lookup_tag_reverse): Likewise.
1091         (lookup_namespace_name): Likewise.
1092         (select_decl): Likewise.
1093         (unqualified_namespace_lookup): Likewise.
1094         (lookup_name_real): Likewise.
1095         (lookup_name_current_level): Likewise.
1096         (lookup_type_current_level): Likewise.
1097         (maybe_inject_for_scope_var): Likewise.
1098         (xref_tag): Likewise.
1099
1100         * Make-lang.in (cp/decl.o): Add dependency on timevar.h
1101
1102 2003-02-12  Phil Edwards  <pme@gcc.gnu.org>
1103
1104         * decl.c (build_enumerator):  Remove unneeded test.
1105
1106 2003-02-09  Dan Nicolaescu  <dann@ics.uci.edu>
1107
1108         * cp-tree.h (struct lang_type_header): Make all fields unsigned
1109         char.
1110
1111 2003-02-03  Mark Mitchell  <mark@codesourcery.com>
1112
1113         PR c++/7129
1114         * call.c (z_candidate): Add args.
1115         (convert_class_to_reference): Set it.
1116         (implicit_conversion): Tidy.
1117         (add_candidate): Add args parameter.
1118         (add_function_candidate): Adjust call to add_candidate.
1119         (add_conv_candidate): Likewise.
1120         (build_builtin_candidate): Likewise.
1121         (build_user_type_conversion_1): Eliminate wasteful tree_cons
1122         usage.
1123         (build_new_function_call): Likewise.
1124         (build_object_call): Likewise.
1125         (add_candidates): New function.
1126         (build_new_op): Use it.
1127         (covert_like_real): Adjust call to build_over_call.
1128         (build_over_call): Remove args parameter.
1129         * operators.def: Add <?= and >?=.
1130
1131 2003-02-01  Richard Sandiford  <rsandifo@redhat.com>
1132
1133         * typeck.c (build_indirect_ref): Don't check flag_volatile.
1134
1135 2003-01-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1136
1137         PR c++/8849
1138         * pt.c (resolve_overloaded_unification): Handle FUNCTION_DECL.
1139
1140 2003-01-31  Nathan Sidwell  <nathan@codesourcery.com>
1141
1142         * cp-tree.h (BINFO_SUBVTT_INDEX, BINFO_VPTR_INDEX,
1143         BINFO_PRIMARY_BASE_OF): Use BINFO_ELTS.
1144         (BINFO_LANG_ELTS): New #define.
1145         * tree.c (make_binfo): Use BINFO_LANG_ELTS.
1146
1147 2003-01-30  Geoffrey Keating  <geoffk@apple.com>
1148
1149         * cp/Make-lang.in: Remove -Wno-error from cp/decl.o.
1150
1151 2003-01-30  Mark Mitchell  <mark@codesourcery.com>
1152
1153         * class.c (check_field_decls): Only check C_TYPE_FIELDS_READONLY
1154         for class types.
1155         * cp-tree.h (C_TYPE_FIELDS_READONLY): Use a lang-specific bit
1156         rather than TYPE_LANG_FLAG_0.
1157         (TYPE_BUILT_IN): Remove.
1158         (TYPE_DEPENDENT_P): New macro.
1159         (TYPE_DEPENDENT_P_VALID): Likewise.
1160         (lang_type_class): Add fields_readonly.
1161         * decl.c (record_builtin_type): Don't set TYPE_BUILT_IN.
1162         * pt.c (dependent_type_p_r): New function, split out from ...
1163         (dependent_type_p): ... here.  Memoize results.
1164         * search.c (dependent_base_p): Use dependent_type_p, not
1165         uses_template_parms.
1166         * typeck.c (build_modify_expr): Only check C_TYPE_FIELDS_READONLY
1167         for class types.
1168
1169 2003-01-29  Mark Mitchell  <mark@codesourcery.com>
1170
1171         * call.c (build_field_call): Use build_new_op, not build_opfncall.
1172         (prep_operand): New function.
1173         (build_new_op): Use it.  Remove dead code.
1174         * class.c (pushclass): Change "modify" parameter type from int to
1175         bool.
1176         (currently_open_class): Use same_type_p, not pointer equality.
1177         (push_nested_class): Adjust calls to pushclass, remove modify
1178         parameter.
1179         * cp-tree.h (INTEGRAL_OR_ENUMERATION_TYPE_P): New macro.
1180         (pushclass): Change prototype.
1181         (push_nested_class): Likewise.
1182         (grokoptypename): Remove.
1183         (build_opfncall): Remove.
1184         (value_dependent_expression_p): Declare.
1185         (resolve_typename_type): Likewise.
1186         (resolve_typename_type_in_current_instantiation): Likewise.
1187         (enter_scope_of): Remove.
1188         (tsubst): Remove.
1189         (tsubst_expr): Likewise.
1190         (tsubst_copy): Likewise.
1191         (tsubst_copy_and_build): Likewise.
1192         * decl.c (warn_about_implicit_typename_lookup): Remove.
1193         (finish_case_label): Return error_mark_node for erroneous labels.
1194         (start_decl): Adjust calls to push_nested_class.
1195         (grokfndecl): Call push_scope/pop_scope around call to
1196         duplicate_decls.
1197         (grokdeclarator): Do not call tsubst.
1198         (start_function): Adjust calls to push_nested_class.
1199         * decl2.c (grok_array_decl): Use build_new_op, not build_opfncall.
1200         (check_classfn): Use push_scope/pop_scope around type comparisions.
1201         (grokoptypename): Remove.
1202         (push_sscope): Adjust call to push_nested_class.
1203         * error.c (dump_type): Show cv-qualification of typename types.
1204         * init.c (build_member_call): Use build_new_op, not
1205         build_opfncall.
1206         * method.c (build_opfncall): Remove.
1207         * parser.c (cp_parser): Add allow_non_constant_expression_p and
1208         non_constant_expression_p.
1209         (cp_parser_constant_expression): Adjust prototype.
1210         (cp_parser_resolve_typename_type): Remove.
1211         (cp_parser_non_constant_expression): New function.
1212         (cp_parser_non_constant_id_expression): Likewise.
1213         (cp_parser_new): Set allow_non_constant_expression_p and
1214         non_constant_expression_p.
1215         (cp_parser_primary_expression): Reject `this' and `va_arg' in
1216         constant-expressions.  Note that dependent names aren't really
1217         constant.
1218         (cp_parser_postfix_expression): Reject conversions to non-integral
1219         types in constant-expressions.  Neither are increments or
1220         decrements.
1221         (cp_parser_unary_expression): Reject increments and decrements in
1222         constant-expressions.
1223         (cp_parser_direct_new_declarator): Adjust call to
1224         cp_parser_constant_expression.
1225         (cp_parser_cast_expression): Reject conversions to non-integral
1226         types in constant-expressions.
1227         (cp_parser_assignment_expression): Rejects assignments in
1228         constant-expressions.
1229         (cp_parser_expression): Reject commas in constant-expressions.
1230         (cp_parser_labeled_statement): Adjust call to
1231         cp_parser_constant_expression.
1232         (cp_parser_direct_declarator): Simplify array bounds, even in
1233         templates, when they are non-dependent.  Use
1234         resolve_typename_type, not cp_parser_resolve_typename_type.
1235         (cp_parser_class_head): Use resolve_typename_type, not
1236         cp_parser_resolve_typename_type.
1237         (cp_parser_member_declaration): Adjust call to
1238         cp_parser_constant_expression.
1239         (cp_parser_constant_initializer): Likewise.
1240         (cp_parser_constructor_declarator): Use resolve_typename_type, not
1241         cp_parser_resolve_typename_type.
1242         (cp_parser_late_parsing_default_args): Adjust call to
1243         push_nested_class.
1244         * pt.c (tsubst): Give it internal linkage.
1245         (tsubst_expr): Likewise.
1246         (tsubst_copy): Likewise.
1247         (tsubst_copy_and_build): Likewise.
1248         (push_access_scope_real): Likewise.
1249         (tsubst_friend_class): Likewise.
1250         (instantiate_class_template): Adjust call to pushclass.
1251         (value_dependent_expression_p): Give it external linkage.
1252         Robustify.
1253         (resolve_typename_type): New function.
1254         * semantics.c (finish_call_expr): Use build_new_op, not
1255         build_opfncall.
1256         (begin_constructor_declarator): Remove.
1257         (begin_class_definition): Adjust call to pushclass.
1258         (enter_scope_of): Remove.
1259         * typeck.c (comptypes): Resolve typename types as appropriate.
1260         (build_x_indirect_ref): Use build_new_op, not build_opfncall.
1261         (build_x_compound_expr): Likewise.
1262         (build_modify_expr): Likewise.
1263         (build_x_modify_expr): Likewise.
1264         * typeck2.c (build_x_arrow): Likewise.
1265
1266 2003-01-29  Fariborz Jahanian  <fjahanian@apple.com>
1267
1268         * pt.c (last_pending_template) Declare GTY().
1269
1270 2003-01-29  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1271
1272         PR c++/8591
1273         * parser.c (cp_parser_elaborated_type_specifier): Convert
1274         TEMPLATE_DECL to TYPE_DECL only when processing template friends.
1275         (cp_parser_maybe_treat_template_as_class): Remove redundant tests.
1276
1277 2003-01-28  Nathan Sidwell  <nathan@codesourcery.com>
1278
1279         PR c++/9437
1280         * pt.c (unify): Don't unify '*T' with 'U C::*'.
1281
1282         PR c++/3902
1283         * parser.c (cp_parser_decl_specifier_seq): Cannot have constructor
1284         inside a declarator.
1285
1286 2003-01-27  Nathan Sidwell  <nathan@codesourcery.com>
1287
1288         * class.c (update_vtable_entry_for_fn): Add index parameter.
1289         Generate vcall thunk for covariant overriding from a virtual
1290         primary base.
1291         (dfs_modify_vtables): Adjust.
1292
1293 2003-01-25  Nathan Sidwell  <nathan@codesourcery.com>
1294
1295         PR c++/9403
1296         * parser.c (cp_parser_class_or_namespace_name): Reject duplicate
1297         template keyword.
1298         (cp_parser_base_specifier): Look for and consume a
1299         TEMPLATE keyword. Replace switch with array index.
1300
1301         PR c++/795
1302         * semantics.c (finish_non_static_data_member): Remember the
1303         field's type even in a template.
1304
1305         PR c++/9415
1306         * pt.c (tsubst_copy_and_build, CALL_EXPR): BASELINK exprs are
1307         already scoped.
1308
1309         PR c++/8545
1310         * parser.c (cp_parser_cast_expression): Be more tentative.
1311
1312 2003-01-25  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1313
1314         * cp-tree.h (flagged_type_tree_s): Remove.
1315         (check_for_new_type): Likewise.
1316         * typeck2.c (check_for_new_type): Likewise.
1317
1318 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
1319
1320         * dump.c: ANSIfy function declarations and definitions.
1321
1322         * cp-tree.h, decl.h: Get rid of PARAMS.  Again.
1323
1324 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
1325
1326         PR c++/9354
1327         * init.c (build_new): Set the type of the new-expression, even
1328         when processing_templte_decl.
1329
1330         PR c++/9216
1331         * parser.c (cp_parser_primary_expression): Improve error message
1332         for templates used in an expression context.
1333
1334         PR c++/8696
1335         * parser.c (cp_parser_decl_specifier_seq): Commit to tentative
1336         parse when encountering "typedef".
1337
1338 2003-01-22  Nathanael Nerode  <neroden@gcc.gnu.org>
1339
1340         * class.c, parser.c: ANSIfy function definitions and declarations.
1341
1342 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
1343
1344         PR c++/9328
1345         * error.c (dump_decl): For an OVERLOAD, just print the name of the
1346         function; it doesn't make sense to try to print its type.
1347         * semantics.c (finish_typeof): Issue errors about invalid uses.
1348
1349         PR c++/9298
1350         * parser.c (cp_parser_consume_semicolon_at_end_of_statement): New
1351         function.
1352         (cp_parser_expression_statement): Use it.
1353         (cp_parser_explicit_instantiation): Likewise.
1354         * pt.c (do_decl_instantiation): Improve error handling logic.
1355
1356 2003-01-22  Mark Mitchell  <mark@codesourcery.com>
1357
1358         PR c++/9384
1359         * parser.c (cp_parser_using_declaration): Issue error messages
1360         about name resolution failures here.
1361
1362         PR c++/9388
1363         * class.c (currently_open_derived_class): Use dependent_type_p.
1364         * cp-tree.h (dependent_type_p): New function.
1365         (dependent_template_arg_p): Likewise.
1366         (dependent_template_p): Likewise.
1367         (type_dependent_expression_p): Likewise.
1368         * parser.c (cp_parser_dependent_type_p): Remove.
1369         (cp_parser_value_dependent_type_p): Likewise.
1370         (cp_parser_type_dependent_expression_p): Likewise.
1371         (cp_parser_dependent_template_arg_p): Likewise.
1372         (cp_parser_dependent_template_id_p): Likewise.
1373         (cp_parser_dependent_template_p): Likewise.
1374         (cp_parser_diagnose_invalid_type_name): Replace
1375         cp_parser_dependent_type_p with dependent_type_p, etc.
1376         (cp_parser_primary_expresion): Likewise.
1377         (cp_parser_nested_name_specifier_opt): Likewise.
1378         (cp_parser_postfix_expression): Likewise.
1379         (cp_parser_unary_expression): Likewise.
1380         (cp_parser_template_name): Likewise.
1381         (cp_parser_class_name): Likewise.
1382         (cp_parser_lookup_name): Likewise.
1383         * pt.c (dependent_type_p): New function.
1384         (value_dependent_expression_p): Likewise.
1385         (type_dependent_expression_p): Likewise.
1386         (dependent_template_arg_p): Likewise.
1387         (dependent_template_id_p): Likewise.
1388         (dependent_template_p): Likewise.
1389
1390         PR c++/9285
1391         PR c++/9294
1392         * parser.c (cp_parser_simple_declaration): Return quickly when
1393         encountering errors.
1394
1395 2003-01-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1396
1397         Make-lang.in (cp/decl.o-warn): Add -Wno-error.
1398
1399 2003-01-17  Jason Merrill  <jason@redhat.com>
1400
1401         PR c++/9167, c++/9358
1402         * decl.c (require_complete_types_for_parms): Also update DECL_ARG_TYPE.
1403
1404 2003-01-17  Jason Merrill  <jason@redhat.com>
1405
1406         PR c++/9342
1407         * call.c (build_conditional_expr): Always do lvalue-rvalue
1408         conversion.
1409
1410 2003-01-17  Mark Mitchell  <mark@codesourcery.com>
1411
1412         PR c++/9294
1413         * cp-tree.def (BASELINK): Make it class 'x', not class 'e'.
1414         * cp-tree.h (BASELINK_BINFO): Adjust.
1415         (BASELINK_FUNCTIONS): Likewise.
1416         (BASELINK_ACCESS_BINFO): Likewise.
1417         (tree_baselink): New structure.
1418         (cp_tree_node_structure_enum): Add TS_CP_BASELINK.
1419         (lang_tree_node): Add baselink.
1420         * decl.c (cp_tree_node_structure): Add BASELINK case.
1421         * search.c (build_baselink): Adjust.
1422         * tree.c (cp_walk_subtrees): Add BASELINK case.  Remove BASELINK_P
1423         test from TREE_LIST case.
1424
1425         PR c++/9272
1426         * parser.c (cp_parser_constructor_declarator_p): Do not assume
1427         that a constructor cannot be declared outside of its own class.
1428
1429         * parser.c (cp_parser_resolve_typename_type): If the scope cannot
1430         be resolved, neither can the qualified name.
1431
1432         * rtti.c (get_pseudo_ti_desc): Fix thinko.
1433
1434 2003-01-16  Jason Merrill  <jason@redhat.com>
1435
1436         PR c++/8564
1437         * init.c (build_vec_init): Re-add maxindex parm.
1438         (perform_member_init, build_aggr_init): Pass it.
1439         (build_new_1): Pass it. Use an incomplete array type for full_type.
1440         * typeck.c (build_modify_expr): Pass it.
1441         * cp-tree.h: Adjust.
1442
1443 2003-01-16  Jeffrey D. Oldham  <oldham@codesourcery.com>
1444
1445         * cp-tree.h (tsubst_copy_and_build): New declaration.
1446         * pt.c (tsubst_copy): Remove 'build_expr_from_tree' from comment.
1447         (tsubst_expr): Use 'tsubst_copy_and_build'.  Update initial comment.
1448         (tsubst_copy_and_build): New function.
1449
1450 2003-01-16  Mark Mitchell  <mark@codesourcery.com>
1451
1452         * cp-tree.h (lang_type_class): Remove is_partial_instantiation.
1453         (PARTIAL_INSTANTIATION_P): Remove.
1454         (IMPLICIT_TYPENAME_P): Likewise.
1455         (IMPLICIT_TYPENAME_TYPE_DECL_P): Likewise.
1456         (build_typename_type): Remove declaration.
1457         (parmlist_is_exprlist): Likewise.
1458         * decl.c (build_typename_type): Make it static, remove third
1459         parameter.
1460         (push_class_binding): Don't do implicit typename stuff.
1461         (make_typename_type): Likewise.
1462         (lookup_name_real): Likewise.
1463         (grokdeclarator): Don't try to convert declarations into
1464         initializations.  Don't do implicit typename stuff.
1465         (parmlist_is_exprlist): Remove.
1466         (xref_basetypes): Simplify.
1467         * decl2.c (grokfield): Don't try to convert declarations into
1468         initializations.
1469         (build_anon_union_vars): Do this while processing templates, too.
1470         (finish_anon_union): Likewise.
1471         * error.c (dump_type): Remove implicit typename handling.
1472         * parser.c (cp_parser_diagnose_invalid_type_name): New method.
1473         (cp_parser_primary_expression): Correct handling of names not
1474         found by unqualified name lookup in templates.
1475         (cp_parser_nested_name_specifier_opt): Avoid checking dependency
1476         of types when possible.
1477         (cp_parser_simple_declaration): Complain intelligently about some
1478         invalid declarations.
1479         (cp_parser_member_declaration): Likewise.
1480         (cp_parser_constructor_declarator_p): Don't check when we're in a
1481         function scope.
1482         * pt.c (instantiate_class_template): Remove
1483         PARTIAL_INSTANTIATION_P gunk.
1484         * search.c (lookup_field_r): Don't build implicit typenames.
1485         (marked_pushdecls_p): Don't enter dependent base types.
1486         (unmarked_pushdecls_p): Likewise.
1487         * semantics.c (begin_class_definition): Remove implicit typename
1488         stuff.
1489
1490 2003-01-16  Nathan Sidwell  <nathan@codesourcery.com>
1491
1492         PR c++/9212
1493         * parser.c (cp_parser_direct_declarator): If accepting either
1494         abstract or named, the name must be an unqualified-id.
1495
1496 2003-01-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1497
1498         * class.c (layout_virtual_bases): Avoid signed/unsigned warning.
1499
1500 2003-01-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1501
1502         * decl2.c (check_classfn): Fix uninitialized warning.
1503         (build_anon_union_vars): Likewise.
1504         * pt.c (tsubst_copy): Likewise.
1505
1506 2003-01-14  Jeffrey D. Oldham  <oldham@codesourcery.com>
1507
1508         Further conform g++'s __vmi_class_type_info to the C++ ABI
1509         specification.
1510         * rtti.c (dfs_class_hint_mark): Do not set hints not specified by
1511         the specification.
1512         (class_hint_flags): Likewise.
1513
1514 2003-01-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1515
1516         * config-lang.in: Add semantics.c to gtfiles.
1517         * cp-tree.h (flagged_type_tree_s): Remove lookups field.
1518         (saved_scope): Likewise.
1519         (type_lookups): Remove.
1520         (deferred_access): New structure.
1521         (type_access_control): Remove.
1522         (save_type_access_control): Likewise.
1523         (reset_type_access_control): Likewise.
1524         (decl_type_access_control): Likewise.
1525         (push_deferring_access_checks): Declare.
1526         (resume_deferring_access_checks): Likewise.
1527         (stop_deferring_access_checks): Likewise.
1528         (pop_deferring_access_checks): Likewise.
1529         (get_deferred_access_checks): Likewise.
1530         (pop_to_parent_deferring_access_checks): Likewise.
1531         (perform_deferred_access_checks): Likewise.
1532         (perform_or_defer_access_check): Likewise.
1533         * decl.c (make_typename_type): Use perform_or_defer_access_check.
1534         (make_unbound_class_template): Likewise.
1535         (grokdeclarator): Don't call decl_type_access_control.
1536         * parser.c (cp_parser_context): Remove deferred_access_checks
1537         and deferring_access_checks_p fields.
1538         (cp_parser_context_new): Adjust.
1539         (cp_parser): Remove access_checks_lists.
1540         (cp_parser_defer_access_check): Remove.
1541         (cp_parser_start_deferring_access_checks): Remove.
1542         (cp_parser_stop_deferring_access_checks): Remove.
1543         (cp_parser_perform_deferred_access_checks): Remove.
1544         (cp_parser_nested_name_specifier_opt): Use new deferred access
1545         functions.
1546         (cp_parser_simple_declaration): Likewise.
1547         (cp_parser_template_id): Likewise.
1548         (cp_parser_function_definition): Likewise.
1549         (cp_parser_class_specifier): Likewise.
1550         (cp_parser_lookup_name): Likewise.
1551         (cp_parser_single_declaration): Likewise.
1552         (cp_parser_pre_parsed_nested_name_specifier): Likewise.
1553         (cp_parser_parse_tentatively): Likewise.
1554         (cp_parser_parse_definitely): Likewise.
1555         (yyparse): Likewise.
1556         (cp_parser_init_declarator): Remove access_checks parameter.
1557         Use new deferred access functions.
1558         (cp_parser_function_definition_from_specifiers_and_declarator):
1559         Likewise.
1560         (cp_parser_class_head): Remove deferring_access_checks_p and
1561         saved_access_checks parameters.  Use new deferred access functions.
1562         (cp_parser_member_specification_opt): Don't call
1563         reset_type_access_control.
1564         * search.c (type_access_control): Remove.
1565         * semantics.c: Include "gt-cp-semantics.h".
1566         (deferred_type_access_control): Remove.
1567         (deferred_access_stack): New variable.
1568         (deferred_access_free_list): Likewise.
1569         (push_deferring_access_checks): New function.
1570         (resume_deferring_access_checks): Likewise.
1571         (stop_deferring_access_checks): Likewise.
1572         (pop_deferring_access_checks): Likewise.
1573         (get_deferred_access_checks): Likewise.
1574         (pop_to_parent_deferring_access_checks): Likewise.
1575         (perform_deferred_access_checks): New function, adapted from
1576         cp_parser_perform_deferred_access_checks.
1577         (perform_or_defer_access_check): New function, adapted from
1578         cp_parser_defer_access_check.
1579         (current_type_lookups): Remove.
1580         (deferred_type_access_control): Likewise.
1581         (decl_type_access_control): Likewise.
1582         (save_type_access_control): Likewise.
1583         (reset_type_access_control): Likewise.
1584         (begin_function_definition): Adjust.
1585         (begin_class_definiton): Likewise.
1586
1587 2003-01-13  Jason Merrill  <jason@redhat.com>
1588
1589         PR c++/8748
1590         * class.c (build_base_path): Take the address before calling save_expr.
1591
1592         * call.c (build_user_type_conversion_1): Do set ICS_BAD_FLAG if
1593         all the ambiguous conversions are bad.
1594
1595         * class.c (maybe_warn_about_overly_private_class): Don't stop
1596         searching when we find a nonprivate method.
1597
1598         * typeck.c (build_class_member_access_expr): Use unary_complex_lvalue.
1599
1600 2003-01-12  Mark Mitchell  <mark@codesourcery.com>
1601
1602         * cp-tree.h (get_arglist_len_in_bytes): Remove.
1603
1604         PR c++/9264
1605         * parser.c (cp_parser_elaborated_type_specifier): Handle erroneous
1606         typeame types more robustly.
1607
1608 2003-01-11  Phil Edwards  <pme@gcc.gnu.org>
1609
1610         * parser.c:  Fix comment typos.
1611
1612 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
1613
1614         PR c++/9099
1615         * parser.c (cp_parser_scope_through_which_access_occurs): Handle
1616         an object_type which is not a class type.
1617
1618 2003-01-10  Geoffrey Keating  <geoffk@apple.com>
1619
1620         * parser.c (cp_parser_late_parsing_for_member): Don't cast to void.
1621         (cp_parser_late_parsing_default_args): Likewise.
1622
1623 2003-01-10  Nathanael Nerode  <neroden@gcc.gnu.org>
1624
1625         * cfns.gperf: ANSIfy function declarations.
1626         * cfns.h: Regenerate.
1627         * cp-tree.h: ANSIfy function declarations.
1628
1629 2003-01-10  Mark Mitchell  <mark@codesourcery.com>
1630
1631         * cp-tree.h (reparse_absdcl_as_expr): Remove.
1632         (reparse_absdcl_as_casts): Likewise.
1633         (reparse_decl_as_expr): Likewise.
1634         (finish_decl_parsing): Likewise.
1635         * decl2.c (reparse_absdcl_as_expr): Remove.
1636         (reparse_absdcl_as_casts): Likewise.
1637         (repase_decl_as_expr): Likewise.
1638         (finish_decl_parsing): Likewise.
1639
1640         PR c++/9128
1641         PR c++/9153
1642         PR c++/9171
1643         * parser.c (cp_parser_pre_parsed_nested_name_specifier): New
1644         function.
1645         (cp_parser_nested_name_specifier_opt): Correct the
1646         check_dependency_p false.
1647         (cp_parser_postfix_expression): Fix formatting.
1648         (cp_parser_decl_specifier_seq): Avoid looking for constructor
1649         declarators when possible.
1650         (cp_parser_template_id): Avoid performing name-lookup when
1651         possible.
1652         (cp_parser_class_head): Do not count specializations when counting
1653         levels of templates.
1654         (cp_parser_constructor_declarator_p): Return immediately if
1655         there's no chance that the tokens form a constructor declarator.
1656         * rtti.c (throw_bad_typeid): Add comment.  Do not return an
1657         expression with reference type.
1658         (get_tinfo_decl_dynamic): Do not return an expression with
1659         reference type.
1660         (build_typeid): Add comment.  Do not return an expression with
1661         reference type.
1662         * typeck.c (build_class_member_access_expr): Improve handling of
1663         conditionals and comma-expressions as objects.
1664
1665 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
1666
1667         * cfns.gperf: ANSIfy function declarations.
1668         * cfns.h: Regenerate.
1669         * cp-tree.h: ANSIfy function declarations.
1670         * parser.c: ANSIfy function declarations & definitions.
1671
1672         * decl.c (bad_specifiers): Fix parameter order error I introduced.
1673
1674 2003-01-09  Geoffrey Keating  <geoffk@apple.com>
1675
1676         Merge from pch-branch:
1677
1678         2003-01-09  Geoffrey Keating  <geoffk@apple.com>
1679
1680         Merge to tag pch-merge-20030102:
1681
1682         * semantics.c (finish_translation_unit): Don't call finish_file.
1683         * parser.c: Don't include ggc.h.
1684         (cp_lexer_new_main): Rename from cp_lexer_new, only create main lexer,
1685         read first token here.  Don't allow PCH files after the first
1686         token is read.
1687         (cp_lexer_new_from_tokens): Duplicate functionality from cp_lexer_new.
1688         (cp_lexer_get_preprocessor_token): Allow LEXER to be NULL.
1689         (cp_parser_new): Call cp_lexer_new_main before allocating GCed memory.
1690         (cp_parser_late_parsing_for_member): Don't duplicate call to
1691         cp_lexer_set_source_position_from_token.
1692         (cp_parser_late_parsing_default_args): Likewise.
1693         (yyparse): Call finish_file after clearing the_parser.
1694
1695         2002-12-11  Geoffrey Keating  <geoffk@apple.com>
1696
1697         * Make-lang.in: Remove $(GGC_H) from all dependencies.
1698         (CXX_TREE_H): Add $(GGC_H).
1699         * class.c: Don't include ggc.h.
1700         (field_decl_cmp): Make parameters be 'const void *' to match qsort.
1701         (method_name_cmp): Likewise.
1702         (resort_data): New variable.
1703         (resort_field_decl_cmp): New.
1704         (resort_method_name_cmp): New.
1705         (resort_sorted_fields): New.
1706         (resort_type_method_vec): New.
1707         (finish_struct_methods): Delete cast.
1708         (finish_struct_1): Delete cast.
1709         * cp-tree.h: Include ggc.h.
1710         (struct lang_type_class): Add reorder attribute to field `methods'.
1711         (union lang_decl_u3): Add reorder attribute to field `sorted_fields'.
1712         (resort_sorted_fields): New prototype.
1713         (resort_type_method_vec): New prototype.
1714         * call.c: Don't include ggc.h.
1715         * decl.c: Likewise.
1716         * decl2.c: Likewise.
1717         * init.c: Likewise.
1718         * lex.c: Likewise.
1719         * method.c: Likewise.
1720         * optimize.c: Likewise.
1721         * parse.y: Likewise.
1722         * pt.c: Likewise.
1723         * repo.c: Likewise.
1724         * search.c: Likewise.
1725         * semantics.c: Likewise.
1726         * spew.c: Likewise.
1727         * tree.c: Likewise.
1728
1729         * lang-specs.h: Remove comment.
1730
1731         2002-12-03  Geoffrey Keating  <geoffk@apple.com>
1732
1733         * cp-tree.h (struct operator_name_info_t): Mark for GTY machinery.
1734         (operator_name_info): Mark to be saved for PCH, specify size.
1735         (assignment_operator_name_info): Likewise.
1736
1737         2002-11-19  Geoffrey Keating  <geoffk@apple.com>
1738
1739         * decl.c (anon_cnt): Mark to be saved for PCH.
1740
1741         2002-10-25  Geoffrey Keating  <geoffk@apple.com>
1742
1743         * lex.c  (init_reswords): Delete now-untrue comment.
1744         Allocate ridpointers using GGC.
1745
1746         2002-10-04  Geoffrey Keating  <geoffk@apple.com>
1747
1748         * cp-tree.h (union lang_decl_u2): Add tags to all fields.
1749
1750         * g++spec.c (lang_specific_driver): Don't include standard
1751         libraries in `added'.
1752
1753         2002-08-27  Geoffrey Keating  <geoffk@redhat.com>
1754
1755         * decl2.c (finish_file): Call c_common_write_pch.
1756         * Make-lang.in (CXX_C_OBJS): Add c-pch.o.
1757
1758         2002-08-17  Geoffrey Keating  <geoffk@redhat.com>
1759
1760         * g++spec.c (lang_specific_driver): Treat .h files as C++ header
1761         files when using g++.
1762         * lang-specs.h: Handle compiling C++ header files.
1763
1764 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
1765
1766         * decl.c (start_decl): Only check DECL_THREAD_LOCAL for VAR_DECLs.
1767
1768 2003-01-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1769
1770         * pt.c (push_access_scope_real): Call push_to_top_level for
1771         function in namespace scope.
1772         (pop_access_scope): Call pop_from_top_level for function in
1773         namespace scope.
1774
1775 2003-01-09  Jakub Jelinek  <jakub@redhat.com>
1776
1777         * decl.c (start_decl): Don't set DECL_COMMON for __thread variables.
1778
1779 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
1780
1781         * Make-lang.in (c++.install-common, c++.install-man,
1782         c++.uninstall): Prepend $(DESTDIR) to destination paths in
1783         all (un)installation commands.
1784         (c++.install-common): Rewrite $(LN) commands to support
1785         DESTDIR with "ln" as well as with "ln -s".
1786
1787 2003-01-08  Jason Merrill  <jason@redhat.com>
1788
1789         * parser.c (cp_parser_primary_expression): See through explicitly
1790         scoped ALIAS_DECLs, too.
1791
1792 2003-01-08  Nathanael Nerode  <neroden@gcc.gnu.org>
1793
1794         * decl.c: Remove some #if 0 code.
1795
1796         * decl.c: ANSIfy function declarations.
1797
1798 2003-01-07  Mark Mitchell  <mark@codesourcery.com>
1799
1800         * parser.c (cp_parser_asm_definition): Correct handling of omitted
1801         operands.
1802
1803 2003-01-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
1804
1805         PR c++/9030
1806         * decl.c (make_typename_type): Check access only when tf_error.
1807         (make_unbound_class_template): Likewise.
1808         * pt.c (saved_access_scope): New variable.
1809         (push_access_scope_real): New function.
1810         (push_access_scope): Likewise.
1811         (pop_access_scope): Likewise.
1812         (tsubst_default_argument): Use them.
1813         (instantiate_template): Likewise.
1814         (regenerate_decl_from_template): Likewise.
1815         (instantiate_decl): Likewise.
1816         (get_mostly_instantiated_function_type): Likewise.
1817
1818 2003-01-07  Nathanael Nerode <neroden@gcc.gnu.org>
1819
1820         * tree.c: Delete bogus #if 0 code.
1821
1822 2003-01-07  Andreas Schwab  <schwab@suse.de>
1823
1824         * class.c (layout_class_type): Don't use
1825         PCC_BITFIELD_TYPE_MATTERS if not defined.
1826
1827 2003-01-06  Mark Mitchell  <mark@codesourcery.com>
1828
1829         PR c++/9165
1830         * decl2.c (build_cleanup): Mark the object as used.
1831
1832         * pt.c (retrieve_local_specialization): Revert 2003-01-05 change.
1833         (hash_local_specialization): New function.
1834         (register_local_specialization): Revert 2003-01-05 change.
1835         (instantiate_decl): Use hash_local_specialization when creating
1836         the local_specializations table.
1837
1838         * decl2.c (mark_used): Do not synthesize thunks.
1839
1840         * class.c (layout_class_type): Correct handling of unnamed
1841         bitfields wider than their types.
1842
1843         PR c++/9189
1844         * parser.c (cp_parser): Remove default_arg_types.  Update
1845         documentation for unparsed_functions_queues.
1846         (cp_parser_late_parsing_default_args): Take a FUNCTION_DECL as the
1847         parameter.
1848         (cp_parser_new): Don't set parser->default_arg_types.
1849         (cp_parser_function_definition): Adjust usage of
1850         unparsed_funtions_queues.
1851         (cp_parser_class_specifier): Don't mess with
1852         parser->default_arg_types.  Handle default argument processing in
1853         a separate phase from function body processing.
1854         (cp_parser_template_declaration_after_export): Adjust usage of
1855         unparsed_functions_queues.
1856         (cp_parser_late_parsing_for_member): Do not handle default
1857         arguments.
1858
1859 2003-01-06  Nathan Sidwell  <nathan@codesourcery.com>
1860
1861         PR c++/9109
1862         * parser.c (cp_parser_declarator_kind): New enum.
1863         (cp_parser_declarator): Adjust.
1864         (cp_parser_direct_declarator): Adjust. Allow for either named or
1865         abstract declarator. Prefer abstract, if possible. Allow
1866         parenthesized function name.
1867         (cp_parser_condition): Adjust cp_parser_declarator call.
1868         (cp_parser_explicit_instantiation): Likewise.
1869         (cp_parser_init_declarator): Likewise.
1870         (cp_parser_type_id): Likewise.
1871         (cp_parser_function_definition): Likewise.
1872         (cp_parser_member_declaration): Likewise.
1873         (cp_parser_parameter_declaration): Use cp_parser_declarator to do
1874         the tentative parsing.
1875         (cp_parser_exception_declaration): Likewise.
1876
1877 2003-01-05  Mark Mitchell  <mark@codesourcery.com>
1878
1879         * parser.c (cp_parser_template_parameter): Adjust call to
1880         cp_parser_parameter_declaration.
1881         (cp_parser_parameter_declaration_list): Likewise.
1882         (cp_parser_parameter_declaration): Replace
1883         greater_than_is_operator_p with template_parm_p parameter.  Do not
1884         cache tokens for template default arguments.
1885
1886         * pt.c (retrieve_local_specialization): Use htab_find, not
1887         htab_find_with_hash.
1888         (register_local_specialization): Use htab_find_slot, not
1889         htab_find_slot_with_hash.
1890         (instantiate_decl): Pass a hash function to htab_create.
1891
1892 2003-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
1893
1894         * parser.c (cp_parser_binary_expression,
1895         cp_parser_multiplicative_expression,
1896         cp_parser_additive_expression, cp_parser_shift_expression,
1897         cp_parser_relational_expression, cp_parser_equality_expression,
1898         cp_parser_and_expression, cp_parser_exclusive_or_expression,
1899         cp_parser_inclusive_or_expression,
1900         cp_parser_logical_and_expression, cp_parser_logical_or_expression,
1901         cp_parser_binary_expression): Const-ify.
1902
1903 2003-01-04  Mark Mitchell  <mark@codesourcery.com>
1904
1905         * method.c (use_thunk): Disable access control while building the
1906         body of the thunk.
1907
1908 2003-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
1909
1910         * cvt.c, decl.c, decl2.c: This is the C++ front end, not the C
1911         front end.
1912
1913 2003-01-03  Matt Austern  <austern@apple.com>
1914
1915         * cp-tree.h (struct lang_type_class): add field for key method
1916         (cp_global_trees): rename dynamic_classes to keyed_classes
1917         (key_method): add definition
1918         * class.c (finish_struct_1): compute class's key method, and add
1919         the class to keyed_classes list if there is no key method.
1920         * decl.c (finish_function): add class to keyed_classes list if we
1921         see a definition of the class's key method.
1922         * pt.c (instantiate_class_template): add template specialization
1923         of a dynamic class to keyed_classes list.
1924         * decl2.c (key_method): remove
1925         (finish_file): iterate only through keyed_classes list when
1926         deciding whether to emit vtables, remove class from its list after
1927         we do the emission.
1928
1929 2003-01-02  Jason Merrill  <jason@redhat.com>
1930
1931         * call.c (build_conditional_expr): Stabilize lvalues properly.
1932         * cvt.c (ocp_convert): Don't build NOP_EXPRs of class type.
1933         * tree.c (lvalue_p_1): Don't allow sloppy NOP_EXPRs as lvalues.
1934         Don't allow CALL_EXPR or VA_ARG_EXPR, either.
1935
1936         * call.c (convert_like_real): Call decl_constant_value for an
1937         IDENTITY_CONV even if there are no more conversions.
1938
1939         * cvt.c (build_up_reference): Don't push unnamed temps.
1940
1941         * decl2.c (do_namespace_alias): Namespace aliases are DECL_EXTERNAL.
1942
1943         * dump.c (cp_dump_tree): Don't try to dump class-specific fields
1944         for a backend struct.
1945
1946         * except.c (wrap_cleanups_r, build_throw): Make
1947         MUST_NOT_THROW_EXPRs void.
1948         * init.c (expand_default_init): Update to handle MUST_NOT_THROW_EXPR.
1949
1950         * init.c (build_vec_delete_1): Pre-evaluate the base address.
1951
1952         * init.c (get_temp_regvar): Simplify logic.
1953
1954         * tree.c (cp_copy_res_decl_for_inlining): Only do debug tweaks if
1955         our replacement is a decl.
1956
1957         * decl.c (cp_make_fname_decl): Push the decls inside the
1958         outermost scope.
1959
1960 2003-01-03  Nathan Sidwell  <nathan@codesourcery.com>
1961
1962         PR c++/45, c++/3784
1963         * tree.c (cp_tree_equal, TEMPLATE_PARM_INDEX): The types must be
1964         the same too.
1965
1966 2003-01-03  Graham Stott  <graham.stott@btinternet.com>
1967
1968         * parser.c (struct cp_parser): Add access_checks_lists field
1969         (cp_parser_simple_declaration): Use.
1970         (cp_parser_init_declarator): Likewise.
1971
1972 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
1973
1974         * parser.c (cp_parser_declaration): Accept the __extension__
1975         keyword before the declaration.
1976
1977         PR c++/2843
1978         * parser.c (cp_parser_parameter_declaration): Allow attributes to
1979         appear after the declarator.
1980
1981         * call.c (build_new_method_call): Fix typo in message format
1982         string.
1983
1984 2003-01-02  Mark Mitchell  <mark@codesourcery.com>
1985
1986         * parser.c (cp_lexer_next_token_is): Declare it inline.
1987         (cp_lexer_set_source_position_from_token): Likewise.
1988         (cp_lexer_debugging_p): Likewise.
1989         (cp_parser_parsing_tentatively): Likewise.
1990         (cp_parser_nested_name_specifier_opt): Reduce the number of calls
1991         to the cp_lexer_peek_token.
1992
1993         * parser.c (cp_parser_sizeof_operand): Do not evaluate the
1994         expression.
1995
1996 2003-01-02  Steven Bosscher <s.bosscher@student.tudelft.nl>
1997
1998         * cp/except.c, cp/expr.c, cp/friend.c, cp/g++spec.c,
1999         cp/lang-options.h, cp/lang-specs.h, cp/lex.h, cp/ptree.c,
2000         cp/repo.c: Fix copyright years.
2001
2002 2003-01-01  Neil Booth  <neil@daikokuya.co.uk>
2003
2004         * lex.c: Remove superfluous include of cpplib.h.
2005         (CONSTRAINT): Define without conditions.
2006         (init_cp_pragma): Use c_register_pragma.
2007
2008 2002-12-31  Neil Booth  <neil@daikokuya.co.uk>
2009
2010         * .cvsignore: Remove.
2011
2012 2002-12-31  Steven Bosscher  <s.bosscher@student.tudelft.nl>
2013
2014         * call.c, class.c, cp-lang.c, cp-tree.h, cvt.c, dump.c, error.c,
2015           except.c, expr.c friend.c, g++spec.c, init.c, lang-options.h,
2016           lang-specs.h, lex.c, mangle.c, method.c, optimize.c, parser.c,
2017           pt.c, ptree.c, repo.c, rtti.c, search.c, semantics.c, tree.c,
2018           typeck.c, typeck2.c: Replace "GNU CC" with "GCC" in the
2019           copyright header.
2020         * lex.h: parse.y is dead, so don't mention it.  Also replace the
2021           copyright header with the default GNU copyright header.
2022
2023 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
2024
2025         * cp-tree.h (LOOKUP_TEMPLATES_EXPECTED): Remove.
2026         (lookup_name_namespace_only): Likewise.
2027         (begin_only_namespace_names): Likewise.
2028         (end_only_namespace_names): Likewise.
2029         * decl.c (only_namespace_names): Remove.
2030         (qualify_lookup): Do not check LOOKUP_TEMPLATES_EXPECTED.
2031         (lookup_name_real): Do not check only_namespace_names.
2032         (lookup_name_namespace_only): Remove.
2033         (begin_only_namespace_names): Likewise.
2034         (end_only_namespace_names): Likewise.
2035         * parser.c (cp_parser_nested_name_specifier_opt): Handle erroneous
2036         nested-name-specifiers more gracefully.
2037         (cp_parser_class_or_namespace_name): Avoid looking up namespace
2038         names when they cannot possibly appear.
2039         (cp_parser_template_name): Adjust call to cp_parser_lookup_name.
2040         (cp_parser_elaborated_type_specifier): Likewise.
2041         (cp_parser_namespace_name): Only look for namespace names.
2042         (cp_parser_lookup_name): Add is_namespace parameter.
2043         (cp_parser_lookup_name_simple): Adjust call to
2044         cp_parser_lookup_name.
2045
2046         * parser.c (cp_parser_dependent_type_p): Fix thinko.
2047
2048 2002-12-31  Neil Booth  <neil@daikokuya.co.uk>
2049
2050         * .cvsignore: Update.
2051
2052 2002-12-31  Nathan Sidwell  <nathan@codesourcery.com>
2053
2054         * class.c (modify_vtable_entry): Remove unused variable.
2055         (get_vcall_index): Always expect a non-thunk.
2056         (update_vtable_entry_for_fn): Combine covariant adjustments, when
2057         overriding a thunk. Pass get_vcall_index a non-thunk.
2058
2059         * decl2.c (finish_file): Mark undefined inlines as extern.
2060
2061 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
2062
2063         * cp-tree.def (RETURN_INIT): Remove.
2064         * cp-tree.h (DECL_IN_MEMORY_P): Remove.
2065         (scope_kind): Add sk_block, sk_try, sk_catch, sk_for.
2066         (note_level_for_for): Remove.
2067         (note_level_for_try): Likewise.
2068         (note_level_for_catch): Likewise.
2069         (finish_named_return_value): Likewise.
2070         (do_pushlevel): Change prototype.
2071         (pending_lang_change): Remove.
2072         * decl.c (begin_scope): Handle sk_block, sk_try, sk_catch,
2073         sk_for.
2074         (note_level_for_for): Remove.
2075         (note_level_for_try): Likewise.
2076         (note_level_for_catch): Likewise.
2077         (maybe_inject_for_scope_var): Remove use of DECL_IN_MEMORY_P.
2078         * parser.c (cp_parser_context_free_list): Make it "deletable".
2079         (cp_parser_template_argument): Remove misleading comment.
2080         * pt.c (tsubst_expr): Remove RETURN_INIT code.
2081         * semantics.c (genrtl_named_return_value): Remove.
2082         (do_pushlevel): Take a scope kind as an argument.
2083         (begin_if_stmt): Adjust.
2084         (begin_while_stmt): Likewise.
2085         (begin_for_stmt): Likewise.
2086         (finish_for_init_stmt): Likewise.
2087         (begin_switch_stmt): Likewise.
2088         (begin_handler): Likewise.
2089         (begin_compound_stmt): Likewise.
2090         (finish_named_return_value): Remove.
2091         (cp_expand_stmt): Remove RETURN_INIT case.
2092         * tree.c (cp_statement_code_p): Remove RETURN_INIT case.
2093
2094 2002-12-31  Mark Mitchell  <mark@codesourcery.com>
2095
2096         PR c++/9112
2097         * parser.c (cp_parser_direct_declarator): Handle erroneous
2098         parenthesized declarators correctly.
2099
2100 2002-12-31  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2101
2102         * cp-tree.h (pending_lang_change): Declare.
2103
2104 2002-12-30  Mark Mitchell  <mark@codesourcery.com>
2105
2106         * parser.c (cp_parser_context_free_list): New variable.
2107         (cp_parser_context_new): Use it.
2108         (cp_parser_error): Check return code from
2109         cp_parser_simulate_error.
2110         (cp_parser_simulate_error): Return a value.
2111         (cp_parser_id_expression): Optimize common case.
2112         (cp_parser_class_name): Likewise.
2113         (cp_parser_class_specifier): Adjust call to
2114         cp_parser_late_parsing_default_args.
2115         (cp_parser_lookup_name): Optimize common case.
2116         (cp_parser_late_parsing_for_member): Adjust call to
2117         cp_parser_late_parsing_default_args.
2118         (cp_parser_late_parsing_default_args): Add scope parameter.
2119         (cp_parser_require): Avoid creating the error message unless it's
2120         needed.
2121         (cp_parser_parse_definitely): Place free'd contexts on the free
2122         list.
2123
2124         * parser.c (cp_parser_declaration_seq_opt): Handle pending_lang_change.
2125
2126 2002-12-30  David Edelsohn  <edelsohn@gnu.org>
2127
2128         * parser.c (cp_parser_parameter_declaration_clause): Treat system
2129         header as extern "C" if NO_IMPLICIT_EXTERN_C undefined.
2130
2131 2002-12-30  Nathanael Nerode  <neroden@gcc.gnu.org>
2132
2133         * config-lang.in, Make-lang.in, operators.def, cp-tree.def:
2134         GCC, not GNU CC.
2135
2136 2002-12-30  Mark Mitchell  <mark@codesourcery.com>
2137
2138         * parse.y: Remove.
2139         * spew.c: Likewise.
2140         * Make-lang.in (gt-cp-spew.h): Remove.
2141         * cp-tree.h (do_pending_lang_change): Remove.
2142         (do_identifier): Change prototype.
2143         (finish_id_expr): Remove.
2144         * decl.c (lookup_name_real): Remove yylex variable.
2145         * decl2.c (build_expr_from_tree): Adjust call to do_identifier.
2146         * lex.c (init_cpp_parse): Remove.
2147         (reduce_cmp): Likewise.
2148         (token_cmp): Likewise.
2149         (yychar): Likewise.
2150         (lastiddecl): Likewise.
2151         (token_count): Likewise.
2152         (reduce_count): Likewise.
2153         (yyhook): Likewise.
2154         (print_parse_statistics): Likewise.
2155         (do_pending_lang_change): Likewise.
2156         (do_identifier): Remove parsing parameter.
2157         * lex.h (lastiddecl): Remove.
2158         (looking_for_typename): Remove.
2159         (looking_for_template): Likewise.
2160         (pending_lang_change): Likewise.
2161         (yylex): Likewise.
2162         * semantics.c (finish_id_expr): Remove.
2163
2164         * decl.c (grokdeclarator): Diagnost "extern thread" and "static
2165         thread" correctly.
2166
2167 2002-12-30  Nathanael Nerode  <neroden@gcc.gnu.org>
2168
2169         * decl.c, decl2.c, decl.h:  GCC, not GNU CC.  This is the C++ front
2170         end, not the C front end.
2171
2172 2002-12-30  Nathan Sidwell  <nathan@codesourcery.com>
2173
2174         * cp-tree.h (THUNK_TARGET): New macro.
2175         (THUNK_VIRTUAL_OFFSET): For result thunks it is always a binfo.
2176         (finish_thunk): Remove offset parms.
2177         * class.c (find_final_overrider): Look through thunks.
2178         (get_vcall_index): Use THUNK_TARGET.
2179         (update_vtable_entry_for_fn): Look through thunks. Set covariant
2180         fixed offset here. Adjust finish_thunk call.
2181         (build_vtbl_initializer): Adjust finish_thunk calls.
2182         * mangle.c (mangle_call_offset): Remove superfluous if.
2183         (mangle_thunk): Adjust.
2184         * method.c (make_thunk): Adjust.
2185         (finish_thunk): Adjust.
2186         (thunk_adjust): Remove assert.
2187         (use_thunk): Use THUNK_TARGET
2188         * dump1.c (cp_dump_tree): Adjust thunk dumping.
2189
2190         PR c++/9054
2191         * class.c (layout_class_type): Set TYPE_CONTEXT of type for base.
2192         * dump.c (cp_dump_tree, RECORD_TYPE): Deal with type for base types.
2193
2194 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2195
2196         Remove traditional C constructs 4/n.
2197         * decl2.c (grok_method_quals, warn_if_unknown_interface,
2198         grok_x_components, cp_build_parm_decl, build_artificial_parm,
2199         maybe_retrofit_in_chrg, grokclassfn, grok_array_decl,
2200         delete_sanity, check_member_template, check_java_method,
2201         check_classfn, finish_static_data_member_decl, grokfield,
2202         grokbitfield, grokoptypename, grok_function_init,
2203         cplus_decl_attributes, constructor_name, defer_fn,
2204         build_anon_union_vars, finish_anon_union, coerce_new_type,
2205         coerce_delete_type, comdat_linkage, maybe_make_one_only,
2206         key_method, import_export_vtable, import_export_class,
2207         output_vtable_inherit, import_export_decl, import_export_tinfo,
2208         build_cleanup, get_guard, get_guard_bits, get_guard_cond,
2209         set_guard, start_objects, finish_objects,
2210         start_static_storage_duration_function,
2211         finish_static_storage_duration_function, get_priority_info,
2212         start_static_initialization_or_destruction,
2213         finish_static_initialization_or_destruction,
2214         do_static_initialization, do_static_destruction,
2215         prune_vars_needing_no_initialization, write_out_vars,
2216         reparse_decl_as_expr, finish_decl_parsing, namespace_ancestor,
2217         add_using_namespace, merge_functions, ambiguous_decl,
2218         lookup_using_namespace, lookup_using_namespace,
2219         qualified_lookup_using_namespace, set_decl_namespace,
2220         decl_namespace, current_decl_namespace, push_decl_namespace,
2221         pop_decl_namespace, push_scope, pop_scope, add_function,
2222         arg_assoc_namespace, arg_assoc_template_arg, arg_assoc,
2223         lookup_arg_dependent, do_namespace_alias,
2224         validate_nonmember_using_decl, do_nonmember_using_decl,
2225         do_toplevel_using_decl, do_local_using_decl,
2226         do_class_using_decl, do_using_directive, check_default_args,
2227         mark_used, handle_class_head): Use C90 prototypings.  Use booleans.
2228         * parser.c (cp_parser_class_head): Use booleanss.
2229         * decl.c (walk_globals, walk_vtables): Likewise.
2230         * cp-tree.h (walk_globals_pred, walk_globals_fn, walk_vtables,
2231         walk_globals): Change return type from 'int' to 'bool'.
2232         * rtti.c (init_rtti_processing, build_headof, throw_bad_cast
2233         throw_bad_typeid, get_tinfo_decl_dynamic, typeid_ok_p,
2234         build_typeid, tinfo_name, get_tinfo_decl, get_tinfo_ptr,
2235         get_typeid, ifnonnull, build_dynamic_cast_1, build_dynamic_cast,
2236         qualifier_flags, tinfo_base_init, generic_initializer,
2237         ptr_initializer, dfs_class_hint_mark, ptm_initializer,
2238         dfs_class_hint_unmark, class_hint_flags, class_initializer,
2239         typeinfo_in_lib_p, get_pseudo_ti_init, create_pseudo_type_info,
2240         get_pseudo_ti_desc, create_tinfo_types, emit_support_tinfos,
2241         unemitted_tinfo_decl_p, emit_tinfo_decl): Likewise.
2242         * repo.c (repo_compile_flags, repo_template_declared,
2243         repo_template_defined, repo_class_defined, repo_get_id,
2244         repo_template_used, repo_vtable_used, repo_inline_used,
2245         repo_tinfo_used, repo_template_instantiated, extract_string,
2246         open_repo_file, afgets, init_repo, reopen_repo_file_for_write,
2247         finish_repo): Likewise.
2248         * ptree.c (cxx_print_decl, cxx_print_type, cxx_print_identifier,
2249         cxx_print_xnode): Likewise..
2250         * cp-lang.c (ok_to_generate_alias_set_for_type, cxx_get_alias_set,
2251         cxx_warn_unused_global_decl, cp_expr_size): Likewise.
2252         * cxxfilt.c (demangle_it, print_demangler_list, usage,
2253         standard_symbol_characters, hp_symbol_characters, main, fatal):
2254         Likewise.
2255         (strip_underscore):  Change type from 'int' to 'bool'.
2256         (main): Use boolean constants.
2257
2258 2002-12-28  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2259
2260         Remove traditional C constructs 3/n.
2261         * cvt.c (cp_convert_to_pointer, convert_to_pointer_force,
2262         build_up_reference, warn_ref_binding, convert_to_reference,
2263         convert_from_reference, convert_lvalue, cp_convert, ocp_convert,
2264         convert_to_void, convert, convert_force, build_type_conversion,
2265         build_expr_type_conversion, type_promotes_to,
2266         perform_qualification_conversions): Use C90 prototyping style.
2267         * decl2.c (grok_array_decl): Use boolean constant.
2268         (delete_sanity): Likewise.
2269         * typeck.c (build_unary_op): Likewise.
2270         * semantics.c (finish_switch_cond): Likewise.
2271         * parser.c (cp_parser_direct_new_declarator): Likewise.
2272         * init.c (build_new): Likewise.
2273
2274 2002-12-27  Mark Mitchell  <mark@codesourcery.com>
2275
2276         * Make-lang.in (po-generated): Remove parse.c.
2277         (CXX_OBJS): Remove parse.o and spew.o.  Add parser.o.
2278         ($(srcdir)/cp/parse.h): Remove target.
2279         ($(srcdir)/cp/parse.c): Likewise.
2280         (gt-cp-parse.h): Likewise.
2281         (gt-cp-parser.h): New target.
2282         (c++.distclean): Do not remove parse.output.
2283         (c++.maintainer-clean): Do not remove parse.c or parse.h.
2284         (cp/spew.o): Remove target.
2285         (cp/lex.o): Adjust dependencies.
2286         (cp/pt.o): Likewise.
2287         (cp/parse.o): Likewise.
2288         (cp/TAGS): Do not mention parse.c.
2289         (cp/parser.o): New target.
2290         * NEWS: Mention the new parser.
2291         * call.c (build_scoped_method_call): Simplify.
2292         (build_method_call): Likewise.
2293         (build_new_function_call): Adjust calls to add_function_candidate
2294         and add_template_candidate.
2295         (build_new_op): Improve handling of erroroneous operands.
2296         (convert_default_arg): Remove circular argument processing.
2297         (name_as_c_string): New function.
2298         (build_new_method_call): Use it.
2299         (perform_implicit_conversion): Use error_operand_p.
2300         * class.c (finish_struct_anon): Use constructor_name_p.
2301         (check_field_decls): Likewise.
2302         (pop_nested_class): Use OVL_NEXT, not OVL_CHAIN.
2303         (resolve_address_of_overloaded_function): Likewise.
2304         (instantiate_type): Tweak pointer-to-member handling.
2305         (get_primary_binfo): Remove incorrect assertion.
2306         * config-lang.in (gtfiles): Add parser.c, remove parse.c.
2307         * cp-tree.h (DEFARG_TOKENS): New macro.
2308         (default_arg): New structure.
2309         (cp_tree_node_structure_enum): Add TS_CP_DEFAULT_ARG.
2310         (lang_tree_node): Add default_arg.
2311         (cp_tree_index): Add CPTI_TYPE_INFO_REF_TYPE.
2312         (type_info_ref_type): New macro.
2313         (saved_scope): Make processing_explicit_instantiation a boolean.
2314         (check_access): New field.
2315         (unparsed_text): Remove.
2316         (language_function): Remove unparsed_inlines.
2317         (error_operand_p): New macro.
2318         (lang_decl): Adjust pending_inline_info.
2319         (DEFARG_POINTER): Remove.
2320         (tag_types): Add typenames.
2321         (lookup_ualified_name): Declare.
2322         (lookup_name_real): Likewise.
2323         (shadow_tag): Adjust prototype.
2324         (get_scope_of_declarator): Declare it.
2325         (process_next_inline): Remove it.
2326         (check_for_missing_semicolon): Likewise.
2327         (maybe_get_template_decl_from_type_decl): Declare it.
2328         (finish_label_stmt): Adjust prototype.
2329         (finish_non_static_data_meber): Declare it.
2330         (finish_pseudo_destructor_call_expr): Rename to ...
2331         (finish_pseudo_destructor_expr): ... this.
2332         (finish_compound_literal): Declare it.
2333         (begin_inline_definitions): Remove it.
2334         (init_spew): Remove.
2335         (peekyylex): Likewise.
2336         (arbitrate_lookup): Likewise.
2337         (frob_opname): Likewise.
2338         (maybe_snarf_defarg): Likewise.
2339         (add_defarg_fn): Likewise.
2340         (do_pending_defargs): Likewise.
2341         (done_pending_defargs): Likewise.
2342         (unprocessed_defarg_fn): Likewise.
2343         (replace_defarg): Likewise.
2344         (end_input): Likewise.
2345         (get_overloaded_fn): Likewise.
2346         * cvt.c (convert_to_reference): Improve error handling.
2347         * decl.c (lookup_name_real): Do not declare it static.
2348         (maybe_push_to_top_level): Set check_access.
2349         (identifier_type_value): Adjust call to lookup_name_real.
2350         (lookup_qualified_name): New method.
2351         (lookup_name_real): Remove special-case parsing code.
2352         (lookup_name-nonclass): Adjust call to lookup_name_real.
2353         (lookup_name_namespace_only): Likewise.
2354         (lookup_name): Likewise.
2355         (check_tag_decl): Return the type declared.
2356         (shadow_tag): Likewise.
2357         (register_dtor_fn): Tweak check_access.
2358         (grokfndecl): Use constructor_name_p.
2359         (get_scope_of_declarator): New function.
2360         (grokdeclarator): Obscure tweaks for slightly different declarator
2361         representations.
2362         (start_method): Return error_mark_node to indicate failure.
2363         (cp_tree_node_structure_enum): Use TS_CP_DEFAULT_ARG for DEFAULT_ARGs.
2364         * decl2.c (constructor_name_full): Simplify.
2365         (constructor_name): Use it.
2366         (build_expr_from_tree): Adjust for changes to do new parser.
2367         (push_scope): Improve robustness.
2368         (validate_nonmember_using_decl): Process declarations, not names.
2369         (do_class_using_decl): Likewise.
2370         (handle_class_head): Do not mess with CLASSTYPE_DECLARED_CLASS
2371         here.
2372         * error.c (dump_expr): Handle IDENTIFIER_NODEs and BASELINKs.
2373         * expr.c (cxx_expand_expr): Handle BASELINKs.
2374         * init.c (member_init_ok_or_else): Issue more errors.
2375         (build_offset_ref): Tweak handling of FUNCTION_DECLs.
2376         * lex.c: Do not include parse.h.
2377         (yypring): Do not declare.
2378         (yylval): Likewise.
2379         (make_reference_declarator): Remove error-generating code.
2380         (rid_to_yy): Remove.
2381         (cxx_init): Do not call init_spew.
2382         (yypring): Remove.
2383         (check_for_missing_semicolon): Remove.
2384         * lex.h (got_scope): Remove.
2385         (got_object): Remove.
2386         * method.c (hack_identifier): Use finish_non_static_data_member.
2387         (implicitly_declare_fn): Adjust use of constructor_name.
2388         * parser.c: New file.
2389         * pt.c (parse.h): Do not include it.
2390         (maybe_get_template_decl_from_template): Do not declare it.
2391         (finish_member_template_decl): Tweak.
2392         (begin_explicit_instantiation): Adjust for
2393         processing_explicit_instantiation being boolean.
2394         (end_explicit_instantiation): Likewise.
2395         (maybe_process_partial_specialization): Tighten specialization
2396         test.
2397         (retrieve_local_specialization): Adjust ue of hash table.
2398         (eq_local_specializations): New function.
2399         (register_local_specialization): Likewise.
2400         (push_template_decl_real): Remove unnecessary test.
2401         (maybe_get_template_decl_from_type_decl): Don't make it static.
2402         (for_each_template_parm_r): Handle TYPEOF_TYPE.
2403         (tsubst_copy): Use retrieive_local_specialization to handle
2404         PARM_DECL.  Adjust handling of CONST_DECLs.  Handle BASELINKs.
2405         Handle COMPONENT_REFs with pseudo-destructor-expressions.
2406         Simplify handling of CALL_EXPR and METHOD_CALL_EXPR.
2407         (tsubst_expr): Pass decls, not names, to do_local_using_decl.
2408         (unify): Tweak handling of CONST_DECLs.
2409         (regenerate_decl_from_template): Use push_nested_class.
2410         (template_for_substitution): New funciton.
2411         (instantiate_decl): Use it.  Register parameters as local
2412         specializations.
2413         * rtti.c (init_rtti_processing): Set type_info_ref_type.
2414         (build_typeid): Use it.
2415         (get_typeid): Likeise.
2416         * search.c (accessible_p): Use check_access, not
2417         flag_access_control.
2418         (adjust_result_of_qualified_name_lookup): Pay attention to the
2419         context_class.
2420         * semantics.c (finish_asm_stmt): Adjust error handling.
2421         (finish_label_stmt): Return the statement.
2422         (finish_non_static_data_member): New function.
2423         (finish_class_expr): Handle BASELINKs.
2424         (finish_call_expr): Handle PSEUDO_DTOR_EXPR.
2425         (finish_object_call_expr): Simplify handling during templates.
2426         (finish_pseudo_destructor_call_expr): Rename to ...
2427         (finish_pseudo_dtor_expr): ... this.
2428         (finish_compound_literal): New function.
2429         (begin_inline_definitions): Remove.
2430         (finish_sizeof): Remove special template handling.
2431         * spew.c: Do not include parse.h.
2432         * tree.c (get_overloaded_fn): Remove.
2433         * typeck.c (build_class_member_access_expr): Handle
2434         PSEUDO_DTOR_EXPR.  Adjust handling of static member functions.
2435         (lookup_destructor): New function.
2436         (finish_class_member_access_expr): Use it.
2437         (convert_arguments): Simplify.
2438         (build_unary_op): Handle BASELINKs.
2439
2440 2002-12-26  Nathan Sidwell  <nathan@codesourcery.com>
2441
2442         PR c++/4803
2443         * decl2.c (mark_used): Defer inline functions.
2444         (finish_file): Merge deferred_fns loops. Check all used
2445         inline functions have a definition.
2446         * method.c (make_thunk): Thunks are not inline.
2447
2448         PR c++/5116, c++/764
2449         * call.c (build_new_op): Make sure template class operands are
2450         instantiated.
2451
2452 2002-12-24  Nathan Sidwell  <nathan@codesourcery.com>
2453
2454         PR C++/7964
2455         * cp-tree.h (resolve_scoped_fn_name): Prototype.
2456         * call.c (resolve_scoped_fn_name): New function. Deal with
2457         more template expansion. Broken out of ...
2458         * parse.y (parse_finish_call_expr): ... here. Call it.
2459         * decl2.c (build_expr_from_tree, CALL_EXPR): Use
2460         resolve_scoped_fn_name and build_call_from_tree.
2461
2462         PR c++/9053
2463         * decl.c (duplicate_decls): Templates may be disambiguated by
2464         return type.
2465
2466         PR c++/8702
2467         * decl2.c (check_classfn): Use lookup_fnfield_1. List all
2468         conversion operators on failure.
2469
2470 2002-12-23  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2471
2472         Remove traditional C constructs 2/n.
2473         * call.c (tourney, build_field_call, equal_functions, joust,
2474         compare_ics, build_over_call, build_java_interface_fn_ref,
2475         convert_like_real, op_error, build_object_call, resolve_args,
2476         build_vfield_ref, check_dtor_name, build_scoped_method_call,
2477         build_addr_func, build_call, build_method_call, null_ptr_cst_p,
2478         sufficient_parms_p, build_conv, non_reference, strip_top_quals,
2479         standard_conversion, reference_related_p,
2480         reference_compatible_p, convert_class_to_reference,
2481         direct_reference_binding, reference_binding,
2482         ,implicit_conversion, is_complete, promoted_arithmetic_type_p,
2483         add_template_conv_candidate, any_viable, any_strictly_viable,
2484         build_this, splice_viable, print_z_candidates,
2485         build_user_type_conversion, build_new_function_call,
2486         conditional_conversion, build_conditional_expr, build_new_op,
2487         build_op_delete_call, enforce_access, call_builtin_trap,
2488         convert_arg_to_ellipsis, build_x_va_arg, cxx_type_promotes_to,
2489         convert_default_arg, type_passed_as, convert_for_arg_passing,
2490         in_charge_arg_for_name, is_properly_derived_from,
2491         maybe_handle_implicit_object, maybe_handle_ref_bind,
2492         source_type, add_warning, can_convert, can_convert_arg,
2493         perform_implicit_conversion, can_convert_arg_bad,
2494         initialize_reference, add_conv_candidate,
2495         add_template_candidate_real, add_template_candidate): Ansify.
2496
2497 2002-12-22  Nathan Sidwell  <nathan@codesourcery.com>
2498
2499         PR c++/8572
2500         * cp-tree.h (grokoptypename): Add SCOPE parameter.
2501         * decl2.c (grokoptypename): Add SCOPE parameter. tsubst the type
2502         if in a template scope.
2503         * parse.y (unoperator): Return the scope.
2504         (operator_name): Adjust grokoptypename call.
2505
2506 2002-12-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2507
2508         * cp-tree.h (make_unbound_class_template): Use tsubst_flags_t.
2509         * decl.c (make_unbound_class_template): Adjust.  Check for tf_error.
2510         * pt.c (tsubst) [OFFSET_TYPE]: Check for tf_error.
2511
2512 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
2513
2514         * ChangeLog: Fix a typo.
2515         * class.c: Fix comment typos.
2516         * cp-tree.h: Likewise.
2517
2518 2002-12-18  Jason Merrill  <jason@redhat.com>
2519
2520         Handle anonymous unions at the tree level.
2521         C++ ABI change: Mangle anonymous unions using the name of their
2522         first named field (by depth-first search).  Should not cause
2523         binary compatibility problems, though, as the compiler previously
2524         didn't emit anything for affected unions.
2525         * cp-tree.def (ALIAS_DECL): New tree code.
2526         * decl2.c (build_anon_union_vars): Build ALIAS_DECLs.  Return the
2527         first field, not the largest.
2528         (finish_anon_union): Don't mess with RTL.  Do set DECL_ASSEMBLER_NAME,
2529         push the decl, and write it out at namespace scope.
2530         * decl.c (lookup_name_real): See through an ALIAS_DECL.
2531         (pushdecl): Add namespace bindings for ALIAS_DECLs.
2532         * rtti.c (unemitted_tinfo_decl_p): Don't try to look at the name
2533         of a decl which doesn't have one.
2534         * typeck.c (build_class_member_access_expr): Don't recurse if
2535         we already have the type we want.
2536
2537 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2538
2539         PR c++/8099
2540         * friend.c (make_friend_class): Allow partial specialization
2541         when declaration is not a template friend.
2542
2543 2002-12-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2544
2545         PR c++/3663
2546         * pt.c (lookup_template_class): Copy TREE_PRIVATE and
2547         TREE_PROTECTED to created decl nodes.
2548
2549 2002-12-18  Mark Mitchell  <mark@codesourcery.com>
2550
2551         * class.c (build_base_field): Do not set DECL_PACKED on the
2552         FIELD_DECL.
2553
2554 2002-12-18  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2555
2556         * cp-tree.h (struct tree_srcloc): Use location_t.
2557         (SOURCE_LOCUS): New.
2558         (SRCLOC_FILE, SRCLOC_LINE): Adjust.
2559
2560 2002-12-17  Jason Merrill  <jason@redhat.com>
2561
2562         * decl.c (finish_function): Also complain about no return in
2563         templates.
2564         * semantics.c (finish_return_stmt): Also call check_return_expr in
2565         templates.
2566         * typeck.c (check_return_expr): In a template, just remember that we
2567         saw a return.
2568
2569 2002-12-16  Jason Merrill  <jason@redhat.com>
2570
2571         * semantics.c (simplify_aggr_init_exprs_r): Don't change the type
2572         of the CALL_EXPR.
2573
2574         * semantics.c (do_pushlevel): Call pushlevel after adding the
2575         SCOPE_STMT.
2576         (do_poplevel): Call poplevel before adding the SCOPE_STMT.
2577         * parse.y (function_body): Go back to using compstmt.
2578         * decl.c (pushdecl): Skip another level to get to the parms level.
2579
2580         * call.c (build_new_method_call): Use is_dummy_object to determine
2581         whether or not to evaluate the object parameter to a static member
2582         function.
2583
2584 2002-12-14  Jason Merrill  <jason@redhat.com>
2585
2586         * semantics.c (simplify_aggr_init_exprs_r): Also prepend the
2587         return slot for normal functions.  Set CALL_EXPR_HAS_RETURN_SLOT_ADDR.
2588         * tree.c (build_cplus_new): If the type isn't TREE_ADDRESSABLE,
2589         don't bother with an AGGR_INIT_EXPR.
2590         (cp_copy_res_decl_for_inlining): If the type isn't TREE_ADDRESSABLE,
2591         just generate a new decl normally.  Take return slot parm.
2592         * cp-tree.h: Adjust prototype.
2593
2594 2002-12-13  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2595
2596         PR C++/8031
2597         * cvt.c (convert_to_pointer_force): Don't try comparing against
2598         erronous type.
2599
2600 2002-12-13  Geoffrey Keating  <geoffk@apple.com>
2601
2602         * cp-tree.h: Have the multiple-include guards around
2603         the entire file.
2604
2605 2002-12-10  David Edelsohn  <edelsohn@gnu.org>
2606
2607         * cp/spew.c (feed_input): Change limit to last_pos and pos to cur_pos
2608         for SPEW_DEBUG.
2609         (snarf_method): Same.
2610         (snarf_defarg): Same.
2611
2612 2002-12-10  Mark Mitchell  <mark@codesourcery.com>
2613
2614         PR c++/8372
2615         * pt.c (tsubst_copy): Handle destructor names more correctly.
2616
2617 2002-12-10  Matt Austern   <austern@apple.com>
2618
2619         * cp-tree.h: get rid of needs_virtual_reinit bit.
2620
2621 2002-12-09  Mark Mitchell  <mark@codesourcery.com>
2622
2623         * NEWS: Document removal of in-class initialization extension for
2624         static data members of non-arithmetic, non-enumeration type.
2625         * decl.c (check_static_variable_definition): Do not allow that
2626         extension.
2627         * decl2.c (grokfield): Do not call digest_init when processing
2628         templates.
2629
2630 2002-12-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
2631
2632         * error.c (dump_expr): Fix format specifier warning.
2633
2634 2002-12-04  Geoffrey Keating  <geoffk@apple.com>
2635
2636         * class.c (finish_struct_1): Correct comment.
2637         * cp-tree.c (DECL_SORTED_FIELDS): Likewise.
2638
2639 2002-12-04  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2640
2641         PR C++/8799
2642         * error.c (dump_expr): Don't ever try to dump a non-existent
2643         expression.
2644
2645 2002-12-03  Nathan Sidwell  <nathan@codesourcery.com>
2646
2647         Implement covariant returns.
2648         * cp-tree.h (IS_AGGR_TYPE_2): Remove.
2649         (struct lang_decl_flags): Add this_thunk_p flag.
2650         Rename vcall_offset to virtual_offset.
2651         (struct lang_decl): Rename delta to fixed_offset.
2652         (DECL_THIS_THUNK_P, DECL_RESULT_THUNK_P): New #defines.
2653         (SET_DECL_THUNK_P): Add THIS_ADJUSTING arg.
2654         (THUNK_DELTA, THUNK_VCALL_OFFSET): Rename to ...
2655         (THUNK_FIXED_OFFSET, THUNK_VIRTUAL_OFFSET): ... here.
2656         (make_thunk): Add this_adjusting arg.
2657         (finish_thunk): Declare.
2658         (mangle_thunk): Add this_adjusting arg.
2659         * class.c (get_vcall_index): Use base function for lookup.
2660         (update_vtable_entry_for_fn): Generate covariant thunk.
2661         (finish_struct_1): Set DECL_VINDEX to NULL for thunks.
2662         (build_vtbl_initializer): Use base function for lookup.
2663         Finish covariant thunk here. Adjust thunk generation.
2664         * dump.c (cp_dump_tree): Simplify DECL_GLOBAL_[CD]TOR_P handling.
2665         Adjust thunk dumping.
2666         * mangle.c (mangle_call_offset): New function.
2667         (mangle_thunk): Adjust for covariant thunks.
2668         * method.c (make_thunk): Adjust. Do not set name here.
2669         (finish_thunk): New function. Set name here.
2670         (use_thunk): Generate covariant thunks too.
2671         (thunk_adjust): New function.
2672         * search.c (covariant_return_p): Remove. Fold into ...
2673         (check_final_overrider): ... here. Simplify.
2674         * semantics.c (emit_associated_thunks): Walk covariant thunk lists.
2675
2676 2002-12-03  Jason Merrill  <jason@redhat.com>
2677
2678         PR c++/8674
2679         * call.c (build_over_call): Check specifically for TARGET_EXPR
2680         when eliding.
2681
2682         PR c++/8461, c++/8625
2683         * call.c (convert_for_arg_passing): Don't mess with error_mark_node.
2684         (cp_convert_parm_for_inlining): Remove.
2685         * cp-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
2686         Remove.
2687         * cp-tree.h (ADDR_IS_INVISIREF): Remove.
2688         * except.c (stabilize_throw_expr): Remove ADDR_IS_INVISIREF code.
2689
2690         * call.c (build_user_type_conversion_1): Don't set ICS_BAD_FLAG on
2691         an ambiguous conversion.
2692
2693 2002-12-03  Mark Mitchell  <mark@codesourcery.com>
2694
2695         PR c++/8688
2696         * decl.c (reshape_init): Handle erroneous initializers.
2697
2698 2002-12-02  Mark Mitchell  <mark@codesourcery.com>
2699
2700         PR c++/8720
2701         * spew.c (remove_last_token): Make sure that last_chunk is set
2702         correctly.
2703
2704         PR c++/8615
2705         * error.c (dump_expr): Handle character constants with
2706         TREE_OVERFLOW set.
2707
2708 2002-12-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2709
2710         DR 180
2711         * decl.c (grokdeclarator): Require class-key for all friend class.
2712         Output the correct type and context in the error message.
2713
2714 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
2715
2716         PR c++/5919
2717         * pt.c (unify): Use variably_modified_type_p to test validity of
2718         template argument types.
2719
2720         PR c++/8727
2721         * cp-tree.h (lang_type_class): Add typeinfo_var.
2722         (CLASSTYPE_TYPEINFO_VAR): New macro.
2723         * rtti.c (get_tinfo_decl): Use it.
2724
2725         PR c++/8663
2726         * init.c (expand_member_init): Always get the main variant of a
2727         base class.
2728
2729 2002-12-01  Mark Mitchell  <mark@codesourcery.com>
2730
2731         PR c++/8332
2732         PR c++/8493
2733         * decl.c (cxx_init_decl_processing): Use size_type_node, not
2734         c_size_type_node.
2735         * decl2.c (coerce_new_type): Likewise.
2736         * except.c (do_allocate_exception): Likewise.
2737
2738 2002-11-30  Zack Weinberg  <zack@codesourcery.com>
2739
2740         * call.c, class.c, cp-lang.c, cvt.c, cxxfilt.c, decl.c, decl2.c,
2741         dump.c, error.c, except.c, expr.c, friend.c, g++spec.c, init.c,
2742         lex.c, mangle.c, method.c, optimize.c, parse.y, pt.c, ptree.c,
2743         repo.c, rtti.c, search.c, semantics.c, spew.c, tree.c, typeck.c,
2744         typeck2.c: Include coretypes.h and tm.h.
2745         * Make-lang.in: Update dependencies.
2746
2747 2002-11-30  Mark Mitchell  <mark@codesourcery.com>
2748
2749         PR c++/8227
2750         * decl.c (layout_var_decl): Deal gracefully with erroneous types.
2751         (check_initializer): Validate the type of the initialized
2752         variable, even if the initializer is absent.
2753         * typeck.c (cp_type_quals): Deal gracefully with erroneous types.
2754
2755         PR c++/8214
2756         * typeck.c (convert_for_assignment): Do not use
2757         decl_constant_value on the operand.
2758
2759         PR c++/8511
2760         * pt.c (instantiate_decl): Handle template friends defined outside
2761         of the class correctly.
2762
2763 2002-11-29  Joe Buck <jbuck@synopsys.com>
2764
2765         * parse.y (class_head_defn): Set CLASSTYPE_DECLARED_CLASS for
2766         anonymous structs.
2767
2768 2002-11-29  Mark Mitchell  <mark@codesourcery.com>
2769
2770         * class.c (walk_subobject_offsets): Recur on binfos as well as on
2771         types.
2772         (layout_nonempty_base_or_field): Pass it a binfo when processing a
2773         base class.
2774         (layout_empty_base): Likewise.
2775         (build_base_field): Likewise.
2776
2777 2002-11-27  Mark Mitchell  <mark@codesourcery.com>
2778
2779         * class.c (build_base_field): Make sure we get the canonical base
2780         when descending through primary bases.
2781
2782 2002-11-26  Geoffrey Keating  <geoffk@apple.com>
2783
2784         * decl.c (check_initializer): Don't error on initialisation of
2785         a scalar with a brace-enclosed expression.
2786
2787 2002-11-26  Nathan Sidwell  <nathan@codesourcery.com>
2788
2789         * cp-tree.h (DECL_LANG_FLAG_4): Document more uses.
2790         (template_parms_equal): Remove prototype.
2791         * typeck.c (buuld_indirect_ref): Reformat.
2792
2793 2002-11-25  Jason Merrill  <jason@redhat.com>
2794
2795         * init.c (build_vec_init): Use a FOR_STMT instead of an IF_STMT
2796         and a DO_STMT.
2797
2798 2002-11-25  Mark Mitchell  <mark@codesourcery.com>
2799
2800         * tree.c (cp_build_qualified_type_real): Correct handling of
2801         array types.
2802         * class.c (walk_subobject_offsets): Fix thinko.
2803         (build_base_field): Record offsets of empty bases in primary
2804         virtual bases.
2805         (layout_class_type): Record offsets of empty bases in fields.
2806
2807         * search.c (is_subobject_of_p_1): Fix thinko.
2808         (lookup_field_queue_p): Likewise.
2809
2810 2002-11-24  Mark Mitchell  <mark@codesourcery.com>
2811
2812         * class.c (layout_class_type): Reuse tail padding when laying out
2813         virtual bases.
2814
2815 2002-11-22  Mark Mitchell  <mark@codesourcery.com>
2816
2817         * rtti.c (qualifier_flags): Fix thinko.
2818
2819 2002-11-21  Gabriel Dos Reis  <gdr@integrable-solutions.net>
2820
2821         Remove traditional C constructs 1/n.
2822         * cp-tree.h (init_method, set_mangled_name_for_decl,
2823         build_opfncall, hack_identifier, make_thunk, use_thunk,
2824         synthesize_method, implicitly_declare_fn,
2825         skip_artificial_parms_for, optimize_function, calls_setjmp_p,
2826         maybe_clone_body): Remove use of PARAMS.
2827
2828         * method.c (do_build_assign_ref, do_build_copy_constructor,
2829         synthesize_exception_spec, locate_dtor, locate_ctor, locate_copy):
2830         Likewise.
2831         (synthesize_method): Use 'bool' type and constants instead of
2832         'int'.
2833         (locate_copy): Likewise.
2834         (implicitly_declare_fn): Likewise.
2835
2836         * optimize.c (calls_setjmp_r, update_cloned_parm, dump_function):
2837         Remove old-style declaration.
2838         (maybe_clone_body): Use 'bool' type and constants.
2839
2840 2002-11-21  Glen Nakamura  <glen@imodulo.com>
2841
2842         PR c++/8342
2843         * typeck.c (get_member_function_from_ptrfunc): Make sure that a
2844         SAVE_EXPR for instance_ptr doesn't get evaluated first inside one
2845         of the branches of a COND_EXPR.
2846
2847 2002-11-19  Mark Mitchell  <mark@codesourcery.com>
2848
2849         * pt.c (for_each_template_parm): Free allocated memory.
2850         * search.c (is_subobject_of_p_1): New function.
2851         (is_subobject_of_p): Avoid walking virtual bases multiple times.
2852
2853 2002-11-19  Jason Thorpe  <thorpej@wasabisystems.com>
2854
2855         * g++spec.c (lang_specific_spec_functions): New.
2856
2857 2002-11-15  Kazu Hirata  <kazu@cs.umass.edu>
2858
2859         * ChangeLog: Follow spelling conventions.
2860         * class.c: Likewise.
2861         * decl2.c: Likewise.
2862
2863 2002-11-14  Zack Weinberg  <zack@codesourcery.com>
2864
2865         * search.c (dfs_push_decls): Do not try to reorder elements
2866         3..n of method_vec if method_vec has only two elements.
2867         Reverse order of two tests to avoid accessing unallocated
2868         memory.
2869
2870 2002-11-14  Mark Mitchell  <mark@codesourcery.com>
2871
2872         * class.c (dfs_find_final_overrider): Adjust so that the most
2873         derived object is a binfo, rather than a class type.
2874         (find_final_overrider): Likewise.
2875         (add_vcall_offset_vtbl_entries_1): Simplify accordingly.
2876         (add_vcall_offset): Likewise.
2877
2878 2002-11-09  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2879
2880         PR c++/8389
2881         * pt.c (instantiate_template): Push class scope for member
2882         functions.
2883         (get_mostly_instantiated_function_type): Likewise.  Don't call
2884         tsubst on context.  Remove CONTEXTP and TPARMSP parameters.
2885         * cp-tree.h (get_mostly_instantiated_function_type): Adjust.
2886         * mangle.c (write_encoding, write_unqualified_name): Adjust.
2887
2888 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
2889
2890         * class.c (add_vcall_offset_vtbl_entries_1): Correct ordering of
2891         vcall offfsets.  Split out ...
2892         (add_vcall_offset): ... new function.
2893
2894         PR c++/8338
2895         * pt.c (for_each_template_parm): Add htab parameter.
2896         (process_partial_specialization): Adjust call.
2897         (push_template_decl_real): Likewise.
2898         (pair_fn_data): Add visited.
2899         (for_each_template_parm_r): Avoid walking duplicates more than
2900         once.
2901         (uses_template_parms): Adjust call to for_each_template_parm.
2902
2903 2002-11-07  Mark Mitchell  <mark@codesourcery.com>
2904
2905         * class.c (add_implicitly_declared_members): Put implicitly
2906         declared functions at the end of TYPE_METHODs when -fabi-version
2907         is at least 2.
2908
2909 2002-11-05  Geoffrey Keating  <geoffk@apple.com>
2910
2911         * decl2.c (finish_file): Correct spelling.
2912
2913 2002-11-03  Mark Mitchell  <mark@codesourcery.com>
2914
2915         * call.c (build_special_member_call): Do not try to lookup VTTs by
2916         name.
2917         * class.c (vtbl_init_data): Add generate_vcall_entries.
2918         (get_vtable_decl): Do not look up virtual tables by name.
2919         (copy_virtuals): Do not use BV_USE_VCALL_INDEX_P.
2920         (set_primary_base): Do not set CLASSTYPE_RTTI.
2921         (determine_primary_base): Likewise.
2922         (get_matching_virtual): Remove.
2923         (get_vcall_index): New function.
2924         (update_vtable_entry_for_fn): Do not try to use virtual thunks
2925         when they are not required.  Assign vcall indices at this point.
2926         (finish_struct_1): Do not set CLASSTYPE_NEEDS_VIRTUAL_REINIT.
2927         Do update dynamic_classes.
2928         (build_vtt): Do not add VTTs to the symbol table.
2929         (build_ctor_vtbl_group): Likewise.
2930         (build_vtbl_initializer): Simplify handling of vcall indices.
2931         (build_vcall_offset_vtbl_entries): Pretend to build vcall offsets
2932         for the most derived class.
2933         (add_vcall_offset_vtbl_entries_1): But do not actually add them to
2934         the vtable.
2935         * cp-tree.h (dynamic_classes): New macro.
2936         (lang_type_class): Remove rtti.  Add vtables.  Add vcall_indices.
2937         (CLASSTYPE_RTTI): Remove.
2938         (CLASSTYPE_NEEDS_VIRTUAL_REINIT): Remove.
2939         (CLASSTYPE_VCALL_INDICES): New macro.
2940         (CLASSTYPE_VTABLES): Likewise.
2941         (BV_USE_VCALL_INDEX_P): Remove.
2942         (build_vtable_path): Remove.
2943         * decl2.c (finish_vtable_vardecl): Remove.
2944         (key_method): Remove #if 0'd code.
2945         (finish_vtable_vardecl): Rename to ...
2946         (maybe_emit_vtables): ... this.
2947         (finish_file): Use it.
2948         * search.c (look_for_overrides_here): Update comment.
2949
2950 2002-11-01  Zack Weinberg  <zack@codesourcery.com>
2951
2952         PR c/7353 redux
2953         * decl2.c (grokfield): Reject TYPE_DECLs with initializers.
2954
2955 2002-10-30  Jason Merrill  <jason@redhat.com>
2956
2957         PR c++/8186
2958         * cp-tree.h (ADDR_IS_INVISIREF): New macro.
2959         * call.c (convert_for_arg_passing): Set it.
2960         * except.c (stabilize_throw_expr): Recurse for such an arg.
2961
2962 2002-10-31  Mark Mitchell  <mark@codesourcery.com>
2963
2964         * cp-tree.h (lang_decl_flags): Remove init_priority.
2965         (lang_decl): Add delta.
2966         (GLOBAL_INIT_PRIORITY): Remove.
2967         (THUNK_DELTA): Revise definition.
2968         * decl2.c (start_objects): Don't set GLOBAL_INIT_PRIORITY.
2969         * dump.c (cp_dump_tree): Don't dump it.
2970
2971 2002-10-30  Mark Mitchell  <mark@codesourcery.com>
2972
2973         PR c++/8160
2974         * typeck2.c (process_init_constructor): Call complete_array_type.
2975
2976         PR c++/8149
2977         * decl.c (make_typename_type): Issue errors about invalid results.
2978
2979 2002-10-30  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
2980
2981         Core issue 287, PR c++/7639
2982         * cp-tree.h (lang_type_class): Add decl_list field.
2983         (CLASSTYPE_DECL_LIST): New macro.
2984         (maybe_add_class_template_decl_list): Add declaration.
2985         * class.c (duplicate_tag_error): Initialize CLASSTYPE_DECL_LIST.
2986         (unreverse_member_declarations): Reverse CLASSTYPE_DECL_LIST.
2987         (maybe_add_class_template_decl_list): New function.
2988         (add_implicitly_declared_members): Use it.
2989         * decl.c (maybe_process_template_type_declaration): Likewise.
2990         (pushtag): Likewise.
2991         * friend.c (add_friend): Likewise.
2992         (make_friend_class): Likewise.
2993         * semantics.c (finish_member_declaration): Likewise.
2994         (begin_class_definition): Initialize CLASSTYPE_DECL_LIST.
2995         * pt.c (instantiate_class_template): Use CLASSTYPE_DECL_LIST
2996         to process members and friends in the order of declaration.
2997
2998 2002-10-29  Mark Mitchell  <mark@codesourcery.com>
2999
3000         PR c++/8287
3001         * decl.c (finish_destructor_body): Create the label to jump to
3002         when returning from a destructor here.
3003         (finish_function_body): Rather than here.
3004
3005 2002-10-25  Zack Weinberg  <zack@codesourcery.com>
3006
3007         PR c++/7266
3008         * decl.c (grokdeclarator): Check that TREE_OPERAND 0 of a
3009         SCOPE_REF is not null before dereferencing it.
3010
3011 2002-10-25  Mark Mitchell  <mark@codesourcery.com>
3012
3013         * call.c (build_over_call): Use DECL_CONTEXT, not
3014         DECL_VIRTUAL_CONTEXT.
3015         * class.c (modify_vtable_entry): Don't mess with
3016         DECL_VIRTUAL_CONTEXT.
3017         (set_vindex): Remove.
3018         (set_primary_base): Remove vfuns_p parameter.
3019         (determine_primary_base): Likewise.
3020         (modify_all_vtables): Likewise.
3021         (layout_class_type): Likewise.  Adjust calls to other functions
3022         accordingly.
3023         (finish_struct_1): Adjust calls to modified functions.  Set
3024         DECL_VINDEX here.
3025         * cp-tree.h (lang_type_class): Remove vsize.
3026         (CLASSTYPE_VSIZE): Remove.
3027         (lang_decl): Remove thunks.
3028         (DECL_THUNKS): Adjust.
3029         (DECL_VIRTUAL_CONTEXT): Remove.
3030         (duplicate_decls): Don't copy it.
3031         * pt.c (build_template_decl): Don't set it.
3032         (tsubst_decl): Likewise.
3033         * typeck.c (expand_ptrmemfunc_cst): Don't use it.
3034
3035         * class.c (build_vtbl_initializer): Don't use build_vtable_entry.
3036         (build_vtable_entry): Remove.
3037         * cp-tree.h (BINFO_VIRTUALS): Expand documentation.
3038         (lang_decl): Add thunks.
3039         (DECL_THUNKS): New macro.
3040         * decl.c (duplicate_decls): Copy it.
3041         * method.c (make_thunk): Simplify, and add thunks to DECL_THUNKS.
3042         * semantics.c (emit_associated_thunks): Simplify.
3043
3044 2002-10-24  David Edelsohn  <edelsohn@gnu.org>
3045
3046         PR c++/7228
3047         * cp-tree.h (CLASSTYPE_READONLY_FIELDS_NEED_INIT): Check that
3048         lang_type structure exists before accessing field.
3049         (SET_CLASSTYPE_READONLY_FIELDS_NEED_INIT): New macro.
3050         (CLASSTYPE_REF_FIELDS_NEED_INIT): Similar.
3051         (SET_CLASSTYPE_REF_FIELDS_NEED_INIT): New macro.
3052         * class.c (check_field_decls): Use new macros.
3053         * typeck2.c (process_init_constructor): Remove redundant check for
3054         existence of lang_type structure.
3055
3056 2002-10-24  Mark Mitchell  <mark@codesourcery.com>
3057
3058         * class.c (end_of_base): New method.
3059         (end_of_class): Use it.  Check indirect virtual bases.
3060
3061         * class.c (check_field_decls): Fix typo.
3062
3063 2002-10-23  Mark Mitchell  <mark@codesourcery.com>
3064
3065         PR c++/8067
3066         * decl.c (maybe_inject_for_scope_var): Ignore __FUNCTION__ and
3067         related variables.
3068
3069         PR c++/7679
3070         * spew.c (next_token): Do not return an endless stream of
3071         END_OF_SAVED_INPUT tokens.
3072         (snarf_method): Add three END_OF_SAVED_INPUT tokens to the end of
3073         the cached token stream.
3074         (snarf_defarg): Likewise.
3075
3076 2002-10-23  Zack Weinberg  <zack@codesourcery.com>
3077
3078         * cp-lang.c (cp_var_mod_type_p): New: C++ hook for
3079         variably_modified_type_p.
3080         * cp-tree.h: Remove prototype of variably_modified_type_p.
3081         * tree.c (variably_modified_type_p): Remove; now implemented
3082         in language-independent code.
3083
3084 2002-10-22  Mark Mitchell  <mark@codesourcery.com>
3085
3086         PR c++/6579
3087         * spew.c (snarf_parenthesized_expression): New function.
3088         (snarf_block): Use it.
3089
3090 2002-10-22  Richard Henderson  <rth@redhat.com>
3091
3092         * method.c (use_thunk): Always compute vcall_value; assert that
3093         it is not zero.  Use can_output_mi_thunk; use output_mi_thunk
3094         for vcall thunks as well.
3095
3096 2002-10-21  Mark Mitchell  <mark@codesourcery.com>
3097
3098         * class.c (empty_base_at_nonzero_offset_p): New function.
3099         (layout_nonempty_base_or_field): Do not check for conflicts when
3100         laying out a virtual base using the GCC 3.2 ABI.
3101         (build_base_field): Correct checking for presence of empty classes
3102         at nonzero offsets when clearing CLASSTYPE_NEARLY_EMPTY_P.
3103
3104         * class.c (include_empty_classes): Use normalize_rli.
3105         (layout_class_type): Likewise.
3106
3107         * decl.c (reshape_init): Tweak handling of character arrays.
3108
3109         PR c++/8218
3110         * cp-tree.h (lang_type_class): Add contains_empty_class_p.
3111         (CLASSTYPE_CONTAINS_EMPTY_CLASS_P): New macro.
3112         * class.c (check_bases): Update CLASSTYPE_CONTAINS_EMPTY_CLASS_P.
3113         (check_field_decls): Likewise.
3114         (layout_class_type): Likewise.
3115         (finish_struct_1): Initialize it.
3116         (walk_subobject_offsets): Use it to prune searches.
3117
3118 2002-10-20  Mark Mitchell  <mark@codesourcery.com>
3119
3120         * method.c (use_thunk): Compute the vcall index as a HOST_WIDE_INT.
3121         * optimize.c (optimize_function): Replace ASM_OUTPUT_MI_THUNK with
3122         TARGET_ASM_OUTPUT_MI_THUNK in comments.
3123
3124 2002-10-18  Zack Weinberg  <zack@codesourcery.com>
3125
3126         * decl.c (start_decl): Point users of the old initialized-
3127         typedef extension at __typeof__.
3128
3129 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
3130
3131         * Make-lang.in (method.o): Depend on TARGET_H.
3132         * method.c (target.h): Include it.
3133         (use_thunk): Use target hooks.  Use vcall thunks, if available.
3134
3135 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
3136
3137         * class.c (base_derived_from): Make sure return value is a bool.
3138
3139 2002-10-18  Mark Mitchell  <mark@codesourcery.com>
3140
3141         * class.c (find_final_overrider_data_s): Remove overriding_fn and
3142         overriding_base.
3143         (dfs_base_derived_from): New function.
3144         (base_derived_from): Likewise.
3145         (dfs_find_final_overrider): Use base_derived_from.
3146         (find_final_overrider): Adjust.
3147
3148 2002-10-18  Jason Merrill  <jason@redhat.com>
3149
3150         PR c++/8080
3151         * semantics.c (finish_for_cond, finish_while_cond): Don't mess
3152         with condition decls in a template.
3153
3154 2002-10-17  Nathan Sidwell  <nathan@codesourcery.com>
3155
3156         * class.c (add_method): Compare template parms too.
3157
3158 2002-10-17  Mark Mitchell  <mark@codesourcery.com>
3159
3160         PR c++/7584
3161         * class.c (handle_using_decl): Allow the declaration used to be
3162         from an ambiguous base.
3163
3164         * pt.c (convert_template_argument): Revert this change:
3165                 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
3166                 * pt.c (convert_template_argument): Do not fold non-type
3167                 template rguments when inside a template.
3168
3169         * init.c (expand_default_init): Handle brace-enclosed initializers
3170         correctly.
3171
3172 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
3173
3174         * mangle.c (write_expression): Correct handling of enumeration
3175         constants.
3176         (write_template_arg): Likewise.
3177         * pt.c (convert_template_argument): Do not fold non-type template
3178         arguments when inside a template.
3179
3180         PR c++/7478
3181         * cvt.c (convert_to_reference): Allow references as the incoming
3182         type.
3183
3184 2002-10-16  Mark Mitchell  <mark@codesourcery.com>
3185
3186         PR c++/7524
3187         * method.c (do_build_assign_ref): Use cp_build_qualified_type, not
3188         build_qualified_type.
3189
3190 2002-10-15  Richard Henderson  <rth@redhat.com>
3191
3192         * error.c (dump_expr): Use real_to_decimal directly, and with
3193         the new arguments.
3194
3195 2002-10-15  Mark Mitchell  <mark@codesourcery.com>
3196
3197         * decl.c (reshape_init): Fix typo.
3198
3199         * cp-tree.h (operator_name_info_t): Add arity.
3200         * lex.c (init_operators): Initialize it.
3201         * mangle.c (write_conversion_operator_name): New function.
3202         (write_unqualified_name): Use it.
3203         (write_template_args): Accept template arguments as a TREE_LIST.
3204         (write_expression): Adjust handling of qualified names to match
3205         specification.
3206
3207 2002-10-15  Jason Merrill  <jason@redhat.com>
3208
3209         * call.c (call_builtin_trap): New fn.
3210         (convert_arg_to_ellipsis): Use it.  Downgrade error to warning.
3211         (build_call): Don't set current_function_returns_abnormally outside
3212         a function.
3213
3214 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
3215
3216         * class.c (check_field_decls): Remove empty_p parameter.  Instead,
3217         clear CLASSTYPE_EMPTY_P.
3218         (build_base_field): Likewise.
3219         (build_base_fields): Likewise.
3220         (check_bases_and_members): Likewise.
3221         (create_vtbl_ptr): Likewise.
3222         (layout_class_type): Likewise.  Ensure that empty classes have
3223         size zero when used as base classes in the 3.2 ABI.
3224         (finish_struct_1): Initialize CLASSTYPE_EMPTY_P and
3225         CLASSTYPE_NEARLY_EMPTY_P.  Adjust calls to avoid passing empty_p
3226         parameter.
3227         (is_empty_class): Correct definition when using post-3.2 ABI.
3228         * cp-tree.h (lang_type_class): Add empty_p.
3229         (CLASSTYPE_EMPTY_P): New macro.
3230
3231 2002-10-12  Nathan Sidwell  <nathan@codesourcery.com>
3232
3233         * init.c (build_delete): Do not apply save_expr for arrays.
3234         (build_vec_delete): Likewise.
3235
3236 2002-10-14  Mark Mitchell  <mark@codesourcery.com>
3237
3238         * decl.c (layout_var_decl): Call layout_decl even for variables
3239         whose type is an array with unspecified bounds.
3240
3241         PR c++/7176
3242         * lex.c (do_identifier): Add another option for the parsing
3243         parameter.
3244         * parse.y (do_id): Use it.
3245
3246 2002-10-11  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3247
3248         PRs C++/6803, C++/7721 and C++/7803
3249         * decl.c (grokdeclarator): Gracefully handle template-name as
3250         decl-specifier.
3251
3252 2002-10-11  Jason Molenda  <jmolenda@apple.com>
3253
3254         * init.c (build_field_list): Provide uses_unions_p with a default
3255         value.
3256
3257 2002-10-11  Mark Mitchell  <mark@codesourcery.com>
3258
3259         PR c++/5661
3260         * cp-tree.h (variably_modified_type_p): New function.
3261         (grokdeclarator) Tighten check for variably modified types as
3262         fields.
3263         * pt.c (convert_template_argument): Do not allow variably modified
3264         types as template arguments.
3265         * tree.c (variably_modified_type_p): New function.
3266
3267         * NEWS: Document removal of "new X = ..." extension.
3268         * class.c (initialize_array): Set TREE_HAS_CONSTRUCTOR on
3269         brace-enclosed initializers.
3270         * cp-tree.h (CP_AGGREGATE_TYPE_P): New macro.
3271         (initialize_local_var): Remove declaration.
3272         (expand_static_init): Likewise.
3273         * decl.c (next_initializable_field): New function.
3274         (reshape_init): Likewise.
3275         (check_initializer): Use them.  Build dynamic initializer for
3276         aggregates here too.
3277         (initialize_local_var): Simplify, and incorporate cleanup
3278         insertion code as well.
3279         (destroy_local_var): Remove.
3280         (cp_finish_decl): Tidy.
3281         (expand_static_init): Fold checks for whether or not a variable
3282         needs initialization into this function.  Simplify.
3283         * decl2.c (do_static_initialization): Simplify.
3284         * init.c (build_init): Do not set TREE_SIDE_EFFECTS when it will
3285         be done for us automatically.
3286         (expand_default_init): Handle brace-enclosed initializers
3287         correctly.
3288         (expand_aggr_init_1): Remove RTL-generation code.
3289         (build_vec_init): Remove "new X = ..." support.
3290         * parse.y (new_initializer): Likewise.
3291         * rtti.c (get_pseudo_ti_init): Set TREE_HAS_CONSTRUCTOR on
3292         brace-enclosed initializer.
3293         (create_pseudo_type_info): Likewise.
3294         * typeck2.c (store_init_value): Don't try to handle digest_init
3295         being called more than once.
3296         (digest_init): Tidy handling of brace-enclosed initializers.
3297
3298 2002-10-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3299
3300         * decl.c (typename_hash): Use htab_hash_pointer.
3301
3302 2002-10-10  Jim Wilson  <wilson@redhat.com>
3303
3304         * decl.c (duplicate_decls): Don't call decl_attributes.
3305
3306 2002-10-09  Zack Weinberg  <zack@codesourcery.com>
3307
3308         PR c/7353
3309         * decl.c (start_decl): Unconditionally issue error for
3310         'typedef foo = bar'.
3311         (cp_finish_decl): Remove special case for TYPE_DECL with initializer.
3312         (grokdeclarator): Remove redundant error for 'typedef foo = bar'.
3313
3314 2002-10-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3315
3316         * decl2.c (prune_vtable_vardecl): Delete unused function.
3317
3318 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
3319
3320         PR c++/7754
3321         * decl2.c (finish_anon_union): Do not expand anonymous unions when
3322         procesing template functions.
3323         * pt.c (tsubst_decl, case VAR_DECL): Try to complete the variable
3324         type. Call layout_decl.
3325         (tsubst_expr, case DECL_STMT): Handle anonymous unions.
3326
3327 2002-10-07  Richard Henderson  <rth@redhat.com>
3328
3329         * decl2.c, pt.c: Revert c++/7754 fix.
3330
3331 2002-10-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
3332
3333         PR c++/7804
3334         * error.c (dump_expr) [REAL_CST]: Output in decimal format.
3335
3336 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
3337
3338         PR c++/7931
3339         * pt.c (for_each_template_parm_r): Handle BASELINKs.
3340
3341         PR c++/7754
3342         * decl2.c (finish_anon_union): Do not expand anonymous unions when
3343         procesing template functions.
3344         * pt.c (tsubst_decl, case VAR_DECL): Try to complete the variable
3345         type. Call layout_decl.
3346         (tsubst_expr, case DECL_STMT): Handle anonymous unions.
3347
3348 2002-10-03  Mark Mitchell  <mark@codesourcery.com>
3349
3350         PR c++/8006
3351         * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Handle instances of template
3352         template parameters.
3353         (globals): Add entity and need_abi_warning.
3354         (decl_is_template_id): Use TYPE_TEMPLATE_INFO, not
3355         CLASSTYPE_TEMPLATE_INFO.
3356         (is_std_substitution): Use CLASSTYPE_TI_TEMPLATE, not
3357         TYPE_TI_TEMPLATE.
3358         (write_prefix): Handle typename types correctly.
3359         (write_template_prefix): Handle template template parameters
3360         correctly.
3361         (start_mangling): Add entity parameter.
3362         (finish_mangling): Warn about names whose mangling will change.
3363         (mangle_decl_string): Adjust.
3364         (mangle_type_string): Likewise.
3365         (mangle_special_for_type): Likewise.
3366         (mangle_ctor_vtbl_for_type): Likewise.
3367         (mangle_thunk): Likewise.
3368         (mangle_guard_variable): Likewise.
3369         (mangle_ref_init_variable): Likewise.
3370
3371 2002-10-02  Mark Mitchell  <mark@codesourcery.com>
3372
3373         PR c++/7188.
3374         * cp-tree.def (CTOR_INITIALIZER): Use one slot, not two.
3375         * cp-tree.h (emit_base_init): Rename to ....
3376         (emit_mem_initializers): ... this.
3377         (expand_member_init): Change prototype.
3378         * init.c (perform_member_init): Compute explicit, rather than
3379         requiring it as a parameter.
3380         (sort_member_init): Rename to ...
3381         (sort_mem_initializers): ... this.  Process bases and data members
3382         together.
3383         (sort_base_init): Remove.
3384         (emit_base_init): Rename to ...
3385         (emit_mem_initializers): ... this.
3386         (expand_aggr_vbase_init_1): Remove.
3387         (construct_virtual_bases): Rename to ...
3388         (construct_virtual_base): ... this.
3389         (expand_member_init): Rework handling of base initializers.
3390         * method.c (do_build_copy_constructor): Use
3391         finish_mem_initializers.
3392         * parse.y (member_init): Adjust calls to expand_member_init.
3393         * pt.c (tsubst_expr): Simplify CTOR_INITIALIZER case.
3394         (tsubst_initializer_list): Use expand_member_init.
3395         * semantics.c (finish_mem_intiailizers): Simplify.
3396
3397 2002-10-02  Matt Austern  <austern@apple.com>
3398         * decl.c (walk_vtables_r): Fixed typo that caused result to
3399         never get a nonzero value.
3400
3401 2002-10-02  Roger Sayle  <roger@eyesopen.com>
3402
3403         PR optimization/6627
3404         * cp-tree.h (enum ptrmemfunc_vbit_where_t): Delete definition
3405         from here, and move it to tree.h.
3406         * decl.c (cxx_init_decl_processing): If storing the vbit
3407         in function pointers, ensure that force_align_functions_log
3408         is atleast one.
3409
3410 2002-10-02  Matt Austern  <austern@apple.com>
3411
3412         * class.c (check_field_decls): Changed warning about const member
3413         variables so that it doesn't get issued for a class aggregate.
3414
3415 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
3416
3417         * decl.c (cp_finish_decl): Make sure array types are laid out,
3418         even if the array bounds are unknown.
3419
3420 2002-10-01  Steve Ellcey  <sje@cup.hp.com>
3421
3422         * class.c (build_vtbl_initializer): Change build_c_cast
3423         to build1.
3424
3425 2002-10-01  Mark Mitchell  <mark@codesourcery.com>
3426
3427         * decl.c (cp_finish_decl): Make sure array types are laid out,
3428         even if the array bounds are unknown.
3429
3430         * decl.c (cp_finish_decl): Correct check for dynamic
3431         initialization of thread-local storage.
3432
3433 2002-09-30  Nathan Sidwell  <nathan@codesourcery.com>
3434
3435         * tree.c (really_overloaded_fn): TEMPLATE_ID_EXPRs are also
3436         overloaded.
3437
3438 2002-09-30  Steve Ellcey  <sje@cup.hp.com>
3439
3440         * class.c (build_vtbl_initializer): Add cast.
3441         (add_vcall_offset_vtbl_entries_1):
3442         Use TARGET_VTABLE_DATA_ENTRY_DISTANCE for offset.
3443
3444 2002-09-30  Mark Mitchell  <mark@codesourcery.com>
3445
3446         * class.c (walk_subobject_offsets): Correct the calculation of
3447         offsets for virtual bases.  Correct the counting of array
3448         elements.
3449         (layout_nonempty_base_or_field): Simplify.  Correct the
3450         calculation of offsets to be propagated through the binfo
3451         hierarchy.
3452         (build_base_field): Avoid creating a FIELD_DECL for empty bases.
3453         Add the FIELD_DECL to TYPE_FIELDS.
3454         (build_base_fields): Adjust accordingly.
3455         (layout_virtual_bases): Use build_base_field.
3456         (end_of_class): Return a tree, not an integer.
3457         (warn_about_ambiguous_direct_bases): Rename to ...
3458         (warn_about_ambiguous_bases): ... this.
3459         (include_empty_classes): New function.
3460         (layout_class_type): Create an alternative version of the type to
3461         be used when as a base class type.  Do not call
3462         finish_record_layout until we are done laying out the class.
3463         * cp-tree.h (lang_type_class): Remove size, size_unit.  Add
3464         as_base.
3465         (CLASSTYPE_SIZE): Reimplement.
3466         (CLASSTYPE_SIZE_UNIT): Likewise.
3467         (CLASSTYPE_ALIGN): Likweise.
3468         (CLASSTYPE_USER_ALIGN): Likewise.
3469         (CLASSTYPE_AS_BASE): New macro.
3470         (DECL_INITIALIZED_P): Likewise.
3471         (extract_init): Remove prototype.
3472         (build_forced_zero_init): Rename to ...
3473         (build_zero_init): ... this.
3474         (force_store_init_value): Remove.
3475         * decl.c (obscure_complex_init): Remove.
3476         (duplicate_decls): Copy DECL_INITIALIZED_P.
3477         (check_initializer): Do not leave junk in DECL_INITIAL.
3478         (cp_finish_decl): Handle zero-initialization of entities with
3479         static storage duration.
3480         * expr.c (extract_init): Remove.
3481         * init.c (build_forced_zero_init): Remove.
3482         (build_zero_init): New function.
3483         (build_default_init): Use it.
3484         (build_field_list): Skip FIELD_DECLs for base subobjects.
3485         (push_base_cleanups): Likewise.
3486         * method.c (do_build_assign_ref): Likewise.
3487         (synthesize_exception_spec): Likewise.
3488         * pt.c (tsubst_decl): Clear DECL_INITIALIZED_P.
3489         (regenerate_decl_from_template): To not set DECL_INITIAL for a
3490         static data member whose initialization took place in its class.
3491         (instantiate_decl): Do not pass an initializer to cp_finish_decl
3492         in that situation.
3493         * search.c (dfs_push_decls): Skip FIELD_DECLs for base subobjects.
3494         (dfs_unuse_fields): Likewise.
3495         * tree.c (pod_type_p): Handle error_mark_node.
3496         (zero_init_p): Likewise.
3497         * typeck.c (lookup_anon_field): Skip FIELD_DECLs for base
3498         subobjects.
3499         * typeck2.c (store_init_value): Remove #if 0'd code.
3500         (force_store_init_value): Remove.
3501         (process_init_constructor): Use build_zero_init.
3502
3503 2002-09-29  Nathan Sidwell  <nathan@codesourcery.com>
3504
3505         PR c++/7788
3506         * rtti.c (unemitted_tinfo_decl_p): Check it has a field.
3507
3508 2002-09-29  Kazu Hirata  <kazu@cs.umass.edu>
3509
3510         * cp-tree.h: Fix comment typos.
3511         * decl.c: Likewise.
3512         * pt.c: Likewise.
3513
3514 2002-09-25  Mark Mitchell  <mark@codesourcery.com>
3515
3516         * cp/class.c (contains_empty_class_p): New method.
3517         (walk_subobject_offsets): Correct computation of field offset.
3518         (layout_empty_base): Correct placement of emtpy base classes.
3519         (layout_class_type): Warn about ABI changes.
3520
3521 2002-09-23  Mark Mitchell  <mark@codesourcery.com>
3522
3523         * cp/class.c (layout_virtual_bases): Do not round the size of the
3524         type to a multiple of the alignment before laying out virtual bases.
3525         (layout_class_type): Correct handling of bit-fields that are wider
3526         than their type inside unions.  Round the size of the type to a
3527         even number of bytes when computing the size without virtual
3528         bases.
3529         * cp/cp-tree.h (abi_version_at_least): New macro.
3530
3531 2002-09-21  Kazu Hirata  <kazu@cs.umass.edu>
3532
3533         * ChangeLog: Follow spelling conventions.
3534         * ChangeLog.2: Likewise.
3535         * call.c: Likewise.
3536         * class.c: Likewise.
3537         * cp-tree.h: Likewise.
3538         * cvt.c: Likewise.
3539         * decl.c: Likewise.
3540         * decl2.c: Likewise.
3541         * except.c: Likewise.
3542         * friend.c: Likewise.
3543         * g++spec.c: Likewise.
3544         * init.c: Likewise.
3545         * lex.c: Likewise.
3546         * mangle.c: Likewise.
3547         * method.c: Likewise.
3548         * operators.def: Likewise.
3549         * optimize.c: Likewise.
3550         * pt.c: Likewise.
3551         * rtti.c: Likewise.
3552         * search.c: Likewise.
3553         * semantics.c: Likewise.
3554         * spew.c: Likewise.
3555         * tree.c: Likewise.
3556         * typeck.c: Likewise.
3557
3558 2002-09-18  Devang Patel  <dpatel@apple.com>
3559
3560         * cp/cp-tree.h: New prototype for walk_vtabls().
3561         * cp/decl.c (walk_vtables_r): New function.
3562         (struct cp_binding_level): Add new members, namespaces,
3563         names_size and vtables.
3564         (add_decl_to_level): Add decl in namespaces or vtables
3565         chain, if conditions match.
3566         (walk_vtables): New function.
3567         (walk_namespaces_r): Travers separate namespace chain
3568         for namespace decls.
3569         (wrapup_globals_for_namespace): Use names_size instead
3570         of list_length().
3571         * cp/decl2.c (finish_file): Use walk_vtables() instead of
3572         walk_globals() to walk vtable decls.
3573
3574 2002-09-18  Nathan Sidwell  <nathan@codesourcery.com>
3575
3576         * decl.c (grokdeclarator): Use assert, not internal_error. Don't
3577         ICE with invalid pointers & references.
3578
3579 2002-09-17  Zack Weinberg  <zack@codesourcery.com>
3580
3581         * Make-lang.in: Remove all references to the demangler.
3582         * cxxfilt.c: Moved to binutils.
3583
3584 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
3585
3586         PR c++/7718
3587         * pt.c (tsubst_decl): Remove assert.
3588
3589         Remove DR 295 implementation.
3590         * pt.c (check_cv_quals_for_unify): Disable function & method cases.
3591         * tree.c (cp_build_qualified_type_real): Likewise. Don't warn
3592         about ignoring volatile qualifiers.
3593
3594         * search.c (lookup_member): Correct documentation.
3595
3596 2002-09-16  Geoffrey Keating  <geoffk@apple.com>
3597
3598         * cp-tree.h (union lang_tree_node): Add chain_next option.
3599
3600 2002-09-16  Nathan Sidwell  <nathan@codesourcery.com>
3601
3602         * parse.y (parse_finish_call_expr): Check lookup_member result.
3603
3604         PR c++/7015
3605         * semantic.c (finish_asm_stmt): Fix operand/output_operands
3606         thinko.
3607         * typeck.c (c_expand_asm_operands): Protect from error_mark_node.
3608
3609 2002-09-15  Nathan Sidwell  <nathan@codesourcery.com>
3610
3611         PR c++/7919
3612         * call.c (build_over_call): Convert this pointer for fns found by
3613         using decls.
3614
3615 2002-09-15  Kazu Hirata  <kazu@cs.umass.edu>
3616
3617         * ChangeLog: Follow spelling conventions.
3618         * ChangeLog.1: Likewise.
3619
3620 2002-09-14  Nathan Sidwell  <nathan@codesourcery.com>
3621
3622         PR c++/7768
3623         * pt.c (build_template_decl): Copy DECL_DESTRUCTOR_P.
3624
3625 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
3626
3627         * error.c: Fix comment formatting.
3628         * except.c: Likewise.
3629         * expr.c: Likewise.
3630         * friend.c: Likewise.
3631         * g++spec.c: Likewise.
3632         * init.c: Likewise.
3633         * lex.c: Likewise.
3634         * mangle.c: Likewise.
3635         * method.c: Likewise.
3636         * optimize.c: Likewise.
3637         * pt.c: Likewise.
3638         * rtti.c: Likewise.
3639         * search.c: Likewise.
3640         * semantics.c: Likewise.
3641         * spew.c: Likewise.
3642         * tree.c: Likewise.
3643         * typeck.c: Likewise.
3644         * typeck2.c: Likewise.
3645
3646 2002-09-13  Matt Austern  <austern@apple.com>
3647
3648         PR C++/7828
3649         * cp/cp-tree.h, cp/tree.c: New function non_cast_lvalue_p.
3650         * cp/call.c: Change call-by-const-reference mechanism to use
3651         non_cast_lvalue_p when deciding whether the create a temporary.
3652         We need a temporary when passing, e.g. (long) x by const ref.
3653
3654 2002-09-13  Nathan Sidwell  <nathan@codesourcery.com>
3655
3656         * pt.c (unify, ARRAY_TYPE): Element type can be more qualified.
3657
3658 2002-09-13  Kazu Hirata  <kazu@cs.umass.edu>
3659
3660         * decl.c: Fix comment formatting.
3661         * decl2.c: Likewise.
3662
3663 2002-09-12  Kazu Hirata  <kazu@cs.umass.edu>
3664
3665         * call.c: Fix comment formatting.
3666         * class.c: Likewise.
3667         * cp-lang.c: Likewise.
3668         * cp-tree.h: Likewise.
3669         * cvt.c: Likewise.
3670
3671 2002-09-11  Zack Weinberg  <zack@codesourcery.com>
3672
3673         * Make-lang.in: Build cp/cxxfilt.o from $(srcdir)/cp/cxxfilt.c,
3674         and c++filt from cxxfilt.o + version.o + $(LIBDEPS).
3675         * cxxfilt.c: New file: split from libiberty/cplus-dem.c, with
3676         minor adjustments (use version_string, eliminate yet another
3677         duplicate of xmalloc)
3678
3679 2002-09-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3680
3681         * cp-tree.h (require_complete_eh_spec_types): Add prototype.
3682
3683 2002-09-05  Jason Merrill  <jason@redhat.com>
3684
3685         * typeck2.c (add_exception_specifier): Only pedwarn for an
3686         incomplete type.
3687         (require_complete_eh_spec_types): New fn.
3688         (cxx_incomplete_type_diagnostic): Also support pedwarning.
3689         * typeck.c (complete_type_or_diagnostic): Likewise.
3690         * call.c (build_call): Call require_complete_eh_spec_types.
3691         * rtti.c (get_pseudo_ti_desc): Give an error rather than aborting
3692         on an incomplete type.
3693
3694 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
3695
3696         * decl.c (start_cleanup_fn): Clear interface_only before
3697         start_function, restore it afterwards.
3698
3699 2002-09-02  Nathan Sidwell  <nathan@codesourcery.com>
3700
3701         * cp-tree.h (finish_builtin_type): Remove.
3702         * decl2.c (finish_builtin_type): Move to common code.
3703         * decl.c (build_ptrmemfunc_type): Adjust.
3704         * rtti.c (create_pseudo_type_info): Adjust.
3705         (create_tinfo_types): Adjust.
3706
3707 2002-08-31  Jason Merrill  <jason@redhat.com>
3708
3709         * cp-lang.c (cp_expr_size): Allow initialization from a
3710         CONSTRUCTOR.
3711
3712 2002-08-30  Richard Henderson  <rth@redhat.com>
3713
3714         PR opt/7515
3715         * tree.c: Include target.h.
3716         (cp_cannot_inline_tree_fn): Don't auto-inline functions that
3717         don't bind locally.
3718         * Makefile.in (tree.o): Update.
3719
3720 2002-08-27  Mark Mitchell  <mark@codesourcery.com>
3721
3722         * class.c (layout_virtual_bases): Warn about bugs in G++ that
3723         result in incorrect object layouts.
3724         (layout_class_type): Likewise.
3725
3726 2002-08-24  Matt Austern  <austern@apple.com>
3727
3728         * tree.c (lvalue_p_1): Add argument for whether casts of lvalues
3729         are allowable.
3730         (real_lvalue_p): Update caller.
3731         (lvalue_p): Ditto.
3732         (non_cast_lvalue_or_else): New.
3733         * tree.h: Declare it.
3734         * typeck.c (build_unary_op): Use non_cast_lvalue_or_else.
3735
3736 2002-08-22  Mark Mitchell  <mark@codesourcery.com>
3737
3738         * typeck.c (build_class_member_access_expr): Handle COMPOUND_EXPR
3739         and COND_EXPR specially; fix error message output.
3740
3741 2002-08-22  Jason Merrill  <jason@redhat.com>
3742
3743         * pt.c (tsubst_expr): RETURN_EXPR is now RETURN_STMT_EXPR.
3744         * semantics.c (nullify_returns_r): Likewise.
3745
3746 2002-08-17  Gabriel Dos Reis  <gdr@integrable-solutions.net>
3747
3748         Fix PR/7621
3749         * typeck.c (finish_class_member_access_expr): Diagnose cases where
3750         name lookup finds nothing.
3751
3752 2002-08-15  Jason Merrill  <jason@redhat.com>
3753
3754         * semantics.c (finish_then_clause): Remove redundant assignment.
3755         (finish_if_stmt, begin_switch_stmt, finish_switch_stmt): Move the
3756         extra binding level outside the if/switch statement.
3757         (finish_while_cond, finish_for_cond): Rewrite complex condition
3758         into the loop body.
3759
3760 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
3761
3762         * parse.y (sizeof, alignof, typeof): New non-terminals to
3763         increment skip_evaluation.  Replace terminals with them and
3764         decrement skip_evaluation at the end of rules using them.
3765         * decl2.c (mark_used): Don't assemble_external if
3766         skipping evaluation.
3767
3768 2002-08-15  Gabriel Dos Reis  <gdr@nerim.net>
3769
3770         Fix PR/7504
3771         * parse.y (parse_finish_call_expr): Handle incomplete
3772         type used to name a scope.
3773
3774 2002-08-15  Nathan Sidwell  <nathan@codesourcery.com>
3775
3776         PR c++/7598
3777         * typeck.c (build_unary_op): Fold offsetof idiom. Fixes
3778         regression caused by my 2002-08-08 patch.
3779
3780 2002-08-13  Mark Mitchell  <mark@codesourcery.com>
3781
3782         * decl.c (pushdecl_class_level): Honor requests to bind names to
3783         OVERLOADs.
3784
3785 2002-08-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
3786
3787         * decl2.c (build_call_from_tree): Fix uninitialized variable.
3788         * parse.y (parse_finish_call_expr): Likewise.
3789         * repo.c (old_args, old_dir, old_main): Const-ify.
3790
3791 2002-08-11  Gabriel Dos Reis  <gdr@nerim.net>
3792
3793         * decl.c (duplicate_decls): Replace DECL_SOURCE_FILE +
3794         DECL_SOURCE_LINE with DECL_SOURCE_LOCATION.
3795         * optimize.c (maybe_clone_body): Likewise.
3796         * pt.c (tsubst_enum): Likewise.
3797         (lookup_template_class): Likewise.
3798         * tree.c (cp_copy_res_decl_for_inlining): Likewise.
3799
3800 2002-08-10  Neil Booth  <neil@daikokuya.co.uk>
3801
3802         * lang-specs.h: Remove -ansi.
3803
3804 2002-08-10  Nathan Sidwell  <nathan@codesourcery.com>
3805
3806         * tree.c (maybe_dummy_object): Replace // with /* */
3807
3808 2002-08-09  Mark Mitchell  <mark@codesourcery.com>
3809
3810         * call.c (standard_conversion): Use build_ptrmem_type.
3811         * cp-tree.h (build_ptrmem_type): New function.
3812         (adjust_result_of_qualified_name_lookup): Likewise.
3813         * decl.c (grokvardecl): Do not look for OFFSET_TYPEs to indicate
3814         static data members.
3815         (build_ptrmem_type): New function.
3816         (grokdeclarator): Do not use build_offset_type when encountering a
3817         qualified name.
3818         * parse.y (parse_finish_call_expr): Use
3819         adjust_result_of_qualified_name_lookup.
3820         * search.c (adjust_result_of_qualified_name_lookup): New function.
3821         * typeck.c (qualify_type_recursive): Use TYPE_PTRMEM_* rather than
3822         accessing OFFSET_TYPEs directly.
3823
3824 2002-08-08  Mike Stump  <mrs@apple.com>
3825
3826         * call.c (add_builtin_candidate): legal -> valid, illegal -> invalid.
3827         (type_decays_to): Likewise.
3828         * class.c (find_final_overrider): Likewise.
3829         (maybe_note_name_used_in_class): Likewise.
3830         * decl.c (current_tmpl_spec_kind): Likewise.
3831         (add_binding): Likewise.
3832         (push_class_binding): Likewise.
3833         (duplicate_decls): Likewise.
3834         (layout_var_decl): Likewise.
3835         (grokfndecl): Likewise.
3836         (grokdeclarator): Likewise.
3837         (check_default_argument): Likewise.
3838         * decl2.c (handle_class_head): Likewise.
3839         * error.c (dump_template_decl): Likewise.
3840         * init.c (build_offset_ref): Likewise.
3841         * pt.c (check_specialization_scope): Likewise.
3842         (determine_specialization): Likewise.
3843         (check_explicit_specialization): Likewise.
3844         (maybe_check_template_type): Likewise.
3845         (process_partial_specialization): Likewise.
3846         (check_default_tmpl_args): Likewise.
3847         (push_template_decl_real): Likewise.
3848         (convert_template_argument): Likewise.
3849         (try_class_unification): Likewise.
3850         (get_bindings_real): Likewise.
3851         (do_decl_instantiation): Likewise.
3852         * semantics.c (begin_function_definition): Likewise.
3853         (finish_member_declaration): Likewise.
3854         (check_multiple_declarators): Likewise.
3855         * typeck.c (comp_array_types): Likewise.
3856         (comptypes): Likewise.
3857         (expr_sizeof): Likewise.
3858         (build_binary_op): Likewise.
3859         (dubious_conversion_warnings): Likewise.
3860         (check_return_expr): Likewise.
3861
3862 2002-08-08  Mark Mitchell  <mark@codesourcery.com>
3863
3864         * typeck.c (build_class_member_access_expr): Do not return
3865         error_mark_node when no error has occurred.
3866
3867 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3868
3869         * typeck.c (build_component_addr): Remove.
3870         (build_unary_op): Just check it's not a bitfield, and then build
3871         an ADDR_EXPR.
3872
3873 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3874
3875         * class.c (convert_to_base): Correct check for error_mark_node.
3876         (create_vtable_ptr): Remove unused VFUNS_P parm.
3877
3878 2002-08-08  Nathan Sidwell  <nathan@codesourcery.com>
3879
3880         * cp/Make-lang.in (c++.mostlyclean): Remove coverage files.
3881
3882 2002-08-07  Mark Mitchell  <mark@codesourcery.com>
3883
3884         Rework build_component_ref.
3885         * call.c (build_vfield_ref): Do not go through build_component_ref.
3886         (build_field_call): Use build_class_member_access_expr.
3887         (build_user_type_conversion_1): Use BASELINK_FUNCTIONS.
3888         (build_object_call): Likewise.
3889         * class.c (convert_to_base): New function.
3890         (type_requires_array_cookie): Use BASELINK_FUNCTIONS.
3891         (instantiate_type): Handle BASELINKs.
3892         * cp-tree.def (BASELINK): New tree code.
3893         * cp-tree.h (BASELINK_P): Reimplement.
3894         (SET_BASELINK_P): Remove.
3895         (BASELINK_BINFO): Reimplement.
3896         (BASELINK_FUNCTIONS): Likewise.
3897         (BASELINK_ACCESS_BINFO): Likewise.
3898         (BASELINK_OPTYPE): Likewise.
3899         (convert_to_base): New function.
3900         (name_p): Likewise.
3901         (build_object_ref): Remove.
3902         (build_component_ref_1): Likewise.
3903         (build_component_ref): Likewise.
3904         (build_x_component_ref): Likewise.
3905         (build_class_member_access_expr): New function.
3906         (finish_class_member_access_expr): Likewise.
3907         (build_ptrmemfunc_access_expr): Likewise.
3908         * decl.c (grokdeclarator): Handle BASELINKs.
3909         * decl2. (build_expr_from_tree): Handle COMPONENT_REFs by using
3910         finish_class_member_access_expr.
3911         (arg_assoc): Handle BASELINKs.
3912         (do_class_using_decl): Likewise.
3913         * error.c (dump_decl): Likewise.
3914         (dump_expr): Use build_ptrmemfunc_access_expr.
3915         * except.c (dtor_nothrow): Use CLASSTYPE_DESTRUCTORS to find
3916         destructors.
3917         (build_throw): Use BASELINK_FUNCTIONS.
3918         * init.c (perform_member_init): Use
3919         build_class_member_access_expr.
3920         (build_offset_ref): Handle BASELINKs.  Use
3921         build_class_member_access_expr.
3922         * method.c (hack_identifier): Likewise.
3923         * parse.y (do_id): Use BASELINK, not TREE_LIST.
3924         (primary): Remove uses of build_object_ref.
3925         * pt.c (lookup_template_function): Handle BASELINKs.
3926         (resolve_overloaded_unification): Likewise.
3927         * search.c (build_baselink): Build a BASELINK, not a TREE_LIST.
3928         (lookup_field): Use BASELINK, not TREE_LIST.
3929         (lookup_fnfiels): Likewise.
3930         (setup_class_bindings): Likewise.
3931         * semantics.c (finish_object_call_expr): Do not use
3932         build_method_call when we already know what function is being
3933         called.
3934         * spew.c (identifier_type): Use BASELINK, not TREE_LIST.
3935         * tree.c (really_overloaded_fn): Use OVL_CHAIN for OVERLOADs, not
3936         TREE_CHAIN.
3937         (name_p): New function.
3938         * typeck.c (build_object_ref): Remove.
3939         (build_component_ref_1): Likewise.
3940         (build_x_component_ref): Likewise.
3941         (build_class_member_access_expr): New function.
3942         (finish_class_member_access_expr): Likewise.
3943         (build_ptrmemfunc_access_expr): Likewise.
3944         (get_member_function_from_ptrfunc): Use
3945         build_ptrmemfunc_access_expr.
3946         (build_binary_op): Likewise.
3947         (build_unary_op): Likewise.
3948         (build_ptrmemfunc): Likewise.
3949         (pfn_from_ptrmemfunc): Likewise.
3950         * typeck2.c (build_m_component_ref): Adjust comment.
3951
3952 2002-08-07  Neil Booth  <neil@daikokuya.co.uk>
3953
3954         * Make-lang.in (CXX_C_OBJS): Update.
3955         * cp-lang.c (LANG_HOOKS_DECODE_OPTION): Use c_common_decode_option.
3956         * cp-tree.h (cxx_decode_option): Remove.
3957         * decl2.c (compare_options, lang_f_options, unsupported_options,
3958         cxx_decode_option): Remove.
3959
3960 2002-08-06  Gabriel Dos Reis  <gdr@nerim.net>
3961
3962         * typeck.c (build_x_unary_op): Handle pointer-to-member.
3963
3964 2002-08-05  Geoffrey Keating  <geoffk@redhat.com>
3965
3966         * class.c: Don't include obstack.h.
3967         (popclass):
3968         * decl2.c: Delete bogus comment.
3969         * error.c: Don't include obstack.h.
3970         * except.c: Likewise.
3971         (dump_type): Correct comment.
3972         * method.c: Don't include obstack.h.
3973         * tree.c: Likewise.
3974
3975 2002-08-04  Gabriel Dos Reis  <gdr@nerim.net>
3976
3977         Fix PR/2213
3978         * cvt.c (cp_convert_to_pointer): Reject conversions from integral
3979         expressions to pointer-to-data-member of pointer-to-member-functions.
3980
3981 2002-08-04  Geoffrey Keating  <geoffk@redhat.com>
3982
3983         * cvt.c (ocp_convert): Delete obsolete code.
3984         * parse.y (permanent_obstack): Delete declaration.
3985         * pt.c (permanent_obstack): Delete declaration.
3986         * repo.c (permanent_obstack): Delete declaration.
3987         (open_repo_file): Use xmalloc instead of permanent_obstack.
3988         (init_repo): Use xstrdup instead of permanent_obstack.
3989
3990 2002-08-04  Nathan Sidwell  <nathan@codesourcery.com>
3991
3992         * cp-tree.h (VF_DERIVED_VALUE): Remove.
3993         * class.c (finish_struct_1): Use VF_BINFO_VALUE not VF_DERIVED_VALUE.
3994
3995 2002-08-03  Nathan Sidwell  <nathan@codesourcery.com>
3996
3997         PR 7470.
3998         C++ ABI change - vfunc ordering.
3999         * class.c (add_virtual_function): Remove.
4000         (dfs_modify_all_vtables): Take list of all declared
4001         virtuals. Assign all that are not in primary base.
4002         (check_for_override): Adjust comments.
4003         (create_vtable_ptr): Take single list of virtuals. Build chain
4004         of declared virtuals here.
4005         (layout_class_type): Take single list of virtuals. Adjust.
4006         (finish_struct_1): Keep virtuals on single list. Adjust.
4007
4008 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
4009
4010         * init.c (build_member_call): Use build_new_method_call, not
4011         build_method_call.
4012
4013 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
4014
4015         * Make-lang.in (spew.o, lex.o, pt.o): Add path to parse.h dependencies.
4016
4017 2002-08-02  Mark Mitchell  <mark@codesourcery.com>
4018
4019         * call.c (build_method_call): Issue a more helpful error message
4020         about ambiguous method names.
4021
4022 2002-08-02  Nathan Sidwell  <nathan@codesourcery.com>
4023
4024         * tree.c (build_shared_int_cst): Make cache file scope, and
4025         GTY it.
4026
4027 2002-08-02  Jason Merrill  <jason@redhat.com>
4028
4029         * cp-lang.c (LANG_HOOKS_EXPR_SIZE): Define.
4030         (cp_expr_size): New fn.
4031         * call.c (build_over_call): Lose empty class hackery.
4032         (convert_arg_to_ellipsis): Promote non-POD warning to error.
4033         * typeck.c (build_modify_expr): Don't use save_expr on an lvalue.
4034
4035         * semantics.c (expand_body): Do tree optimization in the function
4036         context, too.
4037
4038 2002-08-01  Neil Booth  <neil@daikokuya.co.uk>
4039
4040         * cp-tree.h: Move all warning and flag declarations to c-common.h.
4041         * decl.c: Move all warning and flag variables to c-common.c.
4042         * decl2.c: Move all warning and flag variables to c-common.c.
4043         * lex.c (flag_digraphs): Remove.
4044         (warn_traditional): Now in c-common.c.
4045
4046 2002-07-31  Mark Mitchell  <mark@codesourcery.com>
4047
4048         * call.c (build_field_call): Do not look up the field by name.
4049         (build_method_call): Simplify.
4050         (struct z_candidate): Add access_path and conversion_path.  Remove
4051         basetype_path.
4052         (convert_class_to_reference): Adjust use of
4053         add_function_candidate.
4054         (add_candidate): Add conversion_path argument.
4055         (add_function_candidate): Use it.
4056         (add_conv_dndidate): Likewise.
4057         (build_builtin_candidate): Likewise.
4058         (add_template_candidate_real): Add conversion_path argument.
4059         (add_template_conv_candidate): Likewise.
4060         (add_template_candidate): Likewise.
4061         (build_user_type_conversion_1): Use it.
4062         (build_new_function_call): Remove name lookup code.  Adjust use of
4063         add_template_candidate and add_function_candidate.
4064         (build_new_op): Likewise.
4065         (convert_like_real): Use build_special_member_call.
4066         (build_over_call): Use cand->conversion_path.
4067         (build_special_member_call): New method.
4068         (build_new_method_call): Remove name lookup code.
4069         * cp-tree.def (OFFSET_REF): Update documentation.
4070         (TEMPLATE_ID_EXPR): Likewise.
4071         * cp-tree.h (BASELINK_ACCESS_BINFO): New macro.
4072         (BASELINK_OPTYPE): Likewise.
4073         (build_new_method_call): Adjust prototype.
4074         (build_special_member_call): New method.
4075         (build_baselink): New method.
4076         (build_offset_ref_call_from_tree): Likewise.
4077         (build_call_from_tree): Likewise.
4078         (finish_qualified_call_expr): Remove.
4079         (finish_call_expr): Adjust prototype.
4080         (build_x_function_call): Remove.
4081         * cvt.c (ocp_convert): Use build_special_member_call.
4082         * decl2.c (reparse_absdcl_as_expr): Use finish_call_expr.
4083         (build_expr_from_tree): Adjust handling for TEMPLATE_ID_EXPR and
4084         CALL_EXPR.
4085         (build_offset_ref_call_from_tree): New function.
4086         (build_call_from_tree): Likewise.
4087         * init.c (expand_cleanup): Use build_special_member_call.
4088         (expand_default_init): Likewise.
4089         (build_member_call): Use finish_call_expr.
4090         (build_new_1): Use build_special_member_call.
4091         (push_base_cleanups): Likewise.
4092         * method.c (do_build_assign_ref): Likewise.
4093         * parse.y (template_id): Do not pass a COMPONENT_REF to
4094         lookup_template_function.
4095         (primary): Use parse_finish_call_epxr, not finish_call_expr.
4096         (parse_finish_call_expr): New function.
4097         * pt.c (lookup_template_function): Add assertions.
4098         * search.c (lookup_base): Allow T to be a binfo.
4099         (build_baselink): New function.
4100         (lookup_member): Use it.
4101         * semantics.c (finish_call_expr): Do not do name lookup.
4102         (finish_object_call_expr): Remove #if 0'd code.
4103         (finish_qualified_call_expr): Remove.
4104         * typeck.c (build_x_function_call): Remove.
4105         (build_static_case): Use build_special_member_call.
4106         * typeck2.c (build_functional_cast): Likewise.
4107
4108 2002-07-30  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4109
4110         * lang-specs.h: Remove __GXX_ABI_VERSION, moved to gcc.c.
4111
4112 2002-07-30  Gabriel Dos Reis  <gdr@nerim.net>
4113
4114         * cp-tree.h (VF_DERIVED_VALUE): Restore from previous deletion.
4115
4116 2002-07-30  Nathan Sidwell  <nathan@codesourcery.com>
4117
4118         * cp-tree.h (CLASSTYPE_VFIELDS, VF_*, BV_*): Add more
4119         documentation.
4120
4121 2002-07-29  Alan Modra  <amodra@bigpond.net.au>
4122
4123         * cp-tree.h: Comment typo fix.
4124
4125 2002-07-29  Richard Earnshaw  <rearnsha@arm.com>
4126
4127         * spew.c (space_for_token): Allocate zeroed memory for a new token
4128         chunk.
4129
4130 2002-07-27  Roger Sayle  <roger@eyesopen.com>
4131
4132         * decl.c (builtin_function_1): No need to explicitly mark
4133         BUILT_IN_RETURN and BUILT_IN_EH_RETURN as noreturn.
4134
4135 2002-07-27  Roger Sayle  <roger@eyesopen.com>
4136
4137         * decl2.c (cxx_decode_option): Support -fno-builtin-foo.
4138
4139 2002-07-26  Jason Merrill  <jason@redhat.com>
4140
4141         * call.c (build_over_call): Likewise.
4142         (cp_convert_parm_for_inlining): New fn.
4143         (convert_for_arg_passing): New fn.
4144         (convert_default_arg, build_over_call): Use it.
4145         (type_passed_as): New fn.
4146         * pt.c (tsubst_decl): Use it.
4147         * decl2.c (cp_build_parm_decl): New fn.
4148         (build_artificial_parm): Use it.
4149         (start_static_storage_duration_function): Likewise.
4150         * decl.c (start_cleanup_fn, grokdeclarater): Likewise.
4151         (grokparms): Don't mess with DECL_ARG_TYPE.
4152         * typeck.c (convert_arguments): Use convert_for_arg_passing.
4153         * cp-lang.c (LANG_HOOKS_TREE_INLINING_CONVERT_PARM_FOR_INLINING):
4154         Define.
4155         * cp-tree.h: Declare new fns.
4156
4157 2002-07-26  Neil Booth  <neil@daikokuya.co.uk>
4158
4159         * cp-tree.h (flag_operator_names): Remove.
4160         * decl2.c (flag_operator_names): Remove.
4161         (lang_f_options): Remove operator-names.
4162         * lex.c (D_OPNAME): Remove.
4163         (reswords): Remove operator names.
4164         (rid_to_yy): Remove operator names.
4165         (init_reswords): No need to handle D_OPNAME.
4166         * spew.c (read_process_identifier): There are no operator
4167         names.
4168
4169 2002-07-26  Jason Merrill  <jason@redhat.com>
4170
4171         * dump.c (cp_dump_tree): Call c_dump_tree.
4172         * Make-lang.in (CXX_C_OBJS): Add c-dump.o.
4173
4174 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
4175
4176         * error.c (print_whitespace): Remove.
4177         * g++spec.c (LIBUNWIND): Move.
4178         * mangle.c (mangled_position, write_signed_number): Remove.
4179
4180 2002-07-25  Neil Booth  <neil@daikokuya.co.uk>
4181
4182         * decl2.c (cxx_decode_option): Similarly.
4183
4184 2002-07-25  Gabriel Dos Reis  <gdr@nerim.net>
4185
4186         * cp-tree.h (cxx_sizeof_nowarn): Now a macro.
4187         (cxx_sizeof_or_alignof_type): Take a third argument.
4188         (cxx_sizeof): Adjust definition.
4189         (cxx_alignof): Likewise.
4190         * init.c (build_delete): Use cxx_sizeof_nowarn to reflect reality.
4191         * typeck.c (cxx_sizeof_or_alignof_type): Take a third argument for
4192         complaining.
4193         (c_sizeof_nowarn): Remove definition.
4194         (build_unary_op): Use cxx_sizeof_nowarn.
4195
4196 2002-07-24  Geoffrey Keating  <geoffk@redhat.com>
4197
4198         * tree.c (cp_build_qualified_type_real): When copying
4199         pointer-to-method types, unshare the record that holds
4200         the cached pointer-to-member-function type.
4201
4202 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
4203
4204         * cp-tree.h (FILE_FUNCTION_PREFIX_LEN): Remove.
4205
4206 2002-07-23  Gabriel Dos Reis  <gdr@nerim.net>
4207
4208         Fix PR/7363:
4209         * typeck.c (cxx_sizeof_or_alignof_type): New function.
4210         (c_sizeof): Remove definition.
4211         (expr_sizeof): Use cxx_sizeof.
4212         * decl2.c (build_expr_from_tree): Use cxx_sizeof_or_alignof_type.
4213         * decl.c (finish_destructor_body): Use cxx_sizeof.
4214         * semantics.c (finish_alignof): Likewise.
4215         (finish_alignof): Use cxx_alignof.
4216         * cp-tree.h (cxx_sizeof, cxx_alignof): New macros.
4217         (cxx_sizeof_or_alignof_type): Declare.
4218         (my_friendly_assert): Move to ../c-common.h.
4219
4220 2002-07-23  Neil Booth  <neil@daikokuya.co.uk>
4221
4222         * class.c, method.c, pt.c, search.c: Don't define obstack macros.
4223
4224 2002-07-22  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4225
4226         PR c++/7347, c++/7348
4227         * cp-tree.h (tsubst_flags_t): Add tf_parsing.
4228         * decl.c (make_typename_type): Use it.
4229         (make_unbound_class_template): Likewise.
4230         (lookup_name_real): Don't call type_access_control if scope is
4231         template parameter dependent.
4232         * parse.y (template_arg): Call make_unbound_class_template with
4233         tf_parsing set.
4234         (nest_name_specifier): Call make_typename_type with tf_parsing set.
4235         (typename_sub0): Likewise.
4236         (typename_sub1): Likewise.
4237         (instantiate_decl): Push class scope.
4238         * pt.c (regenerate_decl_from_template): Call pushclass and popclass
4239         for both static variable and member function template.
4240         (instantiate_decl) Call pushclass and popclass when tsubst'ing type
4241         and arguments.
4242         * search.c (type_access_control): Do type access for TEMPLATE_DECL
4243         too.
4244
4245 2002-07-20  Roger Sayle  <roger@eyesopen.com>
4246
4247         * decl2.c (cxx_decode_option): Simplify -fhandle-exceptions
4248         test by using positive_option.  Make whitespace consistent.
4249
4250 2002-07-20  Gabriel Dos Reis  <gdr@nerim.net>
4251
4252         * spew.c (struct unparsed_test): Replace 'filename' and 'lineno'
4253         members with 'locus'.  Adjust use throughout.
4254         (struct feed):  Likewise.
4255         (alloc_unparsed_test): Change prototype, take a 'const location_t *'.
4256         Adjust use.
4257         (snarf_defarg): Use error(), not error_with_file_and_line().
4258
4259 2002-07-19  Chris Demetriou  <cgd@broadcom.com>
4260
4261         * lang-specs.h (@c++): Include "%2" (cc1plus_spec) wherever
4262         cpp_options is included.
4263
4264 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4265
4266         PR c++/2862, c++/2863
4267         * pt.c (determine_specialization): Compare the length of
4268         TYPE_ARG_TYPES.  Tidy.
4269
4270 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4271
4272         PR c++/3797
4273         * decl.c (duplicate_decls): Don't propagate inlining parameters from
4274         olddecl to newdecl when newdecl is a specialization of the
4275         instantiation olddecl.
4276
4277 2002-07-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4278
4279         PR c++/4802, c++/5387
4280         * decl.c (make_typename_type): Use enforce_access.
4281
4282 2002-07-17  Scott Snyder <snyder@fnal.gov>
4283
4284         PR c++/7320
4285         * rtti.c (get_tinfo_decl): Set DECL_COMDAT.
4286
4287 2002-07-12  Mark Mitchell  <mark@codesourcery.com>
4288
4289         * class.c (add_method): Correct handling of conversion operators.
4290
4291 2002-07-11  Mark Mitchell  <mark@codesourcery.com>
4292
4293         PR c++/7224
4294         * class.c (add_method): Simplify.
4295
4296 2002-07-11  Jason Merrill  <jason@redhat.com>
4297
4298         PR c++/7279
4299         * tree.c (cp_copy_res_decl_for_inlining): Also copy
4300         TREE_ADDRESSABLE.
4301
4302 2002-07-10  Graham Stott  <graham.stott@btinternet.com>
4303
4304         * pt.c (template_parm_this_level_p, push_template_decl_real):
4305         Pass depth as int pointer.
4306
4307 2002-07-11  Tim Josling  <tej@melbpc.org.au>
4308
4309         Remove front end hard coding from gengtype.c.
4310
4311         * config-lang.in (gtfiles): Add files needed for this front end.
4312
4313 2002-07-10  Mark Mitchell  <mark@codesourcery.com>
4314
4315         * cp-tree.h (unqualified_name_lookup_error): Declare it.
4316         (begin_function_definition): Adjust prototype.
4317         * lex.c (unqualified_name_lookup_error): New function, split out
4318         from ...
4319         (do_identifier): ... here.
4320         * parse.y (parse_begin_function_definition): New function.
4321         (fn.def1): Use it.
4322         * semantics.c (begin_function_definition): Accept decl-specifiers
4323         and attributes as separate parameters.
4324
4325 2002-07-10  Jason Merrill  <jason@redhat.com>
4326
4327         PR c++/6255
4328         * decl.c (lookup_name_real): Build a new TYPENAME_TYPE rather than
4329         modifying the old one.
4330
4331 2002-07-09  Mark Mitchell  <mark@codesourcery.com>
4332
4333         * cp-tree.h (constructor_name_p): Declare it.
4334         (check_template_template_default_arg): Likewise.
4335         * class.c (handle_using_decl): Use constructor_name_p.
4336         * decl.c (grokdeclarator): Likewise.
4337         * decl2.c (constructor_name_p): Define it.
4338         * init.c (build_member_call): Use constructor_name_p.
4339         * parse.y (template_parm): Use check_template_template_default_arg.
4340         * pt.c (check_explicit_specialization): Use constructor_name_p.
4341         * semantics.c (check_template_template_default_arg): New function.
4342
4343 2002-07-08  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4344
4345         * pt.c (can_complete_type_without_circularity): Add static to
4346         function definition.
4347
4348 2002-07-08  Mark Mitchell  <mark@codesourcery.com>
4349
4350         * cp-tree.h (have_extern_spec): Declare it
4351         * decl.c (have_extern_spec): Define it.
4352         (start_decl): Eliminate use of used_extern_spec.
4353         (start_function): Likewise.
4354         * parse.y (have_extern_spec): Remove declaration.
4355         (used_extern_spec): Likewise.
4356         (frob_specs): Eliminate use of used_extern_spec.
4357         (.hush_warning): Likewise.
4358
4359 2002-07-07  Mark Mitchell  <mark@codesourcery.com>
4360
4361         * Make-lang.in (cp/parse.o): Depend on decl.h.
4362         * cp-tree.h (do_decl_instantiation): Change prototype.
4363         * parse.y: Include decl.h.
4364         (parse_decl_instantiation): New function.
4365         (explicit_instantiation): Use it.
4366         * pt.c (do_decl_instantiation): Accept a DECL, not a DECLARATOR
4367         and DECLSPECS.
4368
4369 2002-07-07  Roger Sayle  <roger@eyesopen.com>
4370
4371         * error.c (dump_function_name): Use DECL_TEMPLATE_RESULT for
4372         constructor and destructor tests when passed a TEMPLATE_DECL.
4373
4374 2002-07-05  Jason Merrill  <jason@redhat.com>
4375
4376         * cvt.c (cp_convert_to_pointer): Call force_fit_type for null
4377         pointers.
4378
4379         PR optimization/7145
4380         * tree.c (cp_copy_res_decl_for_inlining): Also copy DECL_INITIAL.
4381
4382 2002-07-05  Nathan Sidwell  <nathan@codesourcery.com>
4383
4384         Repair damage on weak-impared targets caused by my previous patch.
4385         * cp-tree.h (import_export_tinfo): Add parameter.
4386         * decl2.c (import_export_tinfo): Add parameter, post adjust
4387         DECL_COMDAT.
4388         * rtti.c (emit_tinfo_decl): DECL_COMDAT is (nearly) always setup by
4389         import_export_tinfo.
4390
4391 2002-07-03  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4392
4393         PR c++/6944
4394         * init.c (build_aggr_init): Remove qualifiers of init before calling
4395         build_vec_init.
4396         (build_vec_init): Flatten multi-dimensional array during cleanup.
4397         (build_vec_delete_1): Abort if the type of each element is array.
4398
4399 2002-07-03  Graham Stott  <graham.stott@btinternet.com>
4400
4401         * pt.c (instantiate_class_template): Fix typo.
4402
4403 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4404
4405         * typeck2.c (cxx_incomplete_type_diagnostic): Fix typo caused
4406         by CVS conflict in my last patch.
4407
4408 2002-07-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4409
4410         PR c++/6716
4411         * pt.c (can_complete_type_without_circularity): New function.
4412         (instantiate_class_template): Use it.
4413         * typeck2.c (cxx_incomplete_type_diagnostic): Improve error
4414         message due to incomplete fields.
4415
4416 2002-07-01  Mark Mitchell  <mark@codesourcery.com>
4417
4418         PR c++/7112
4419         * mangle.c (write_expression): Add mangling for sizeof when
4420         applied to a type.
4421         * operators.def: Remove stale comment.
4422
4423 2002-06-30  Nathan Sidwell  <nathan@codesourcery.com>
4424
4425         * cp-tree.h (CPTI_TINFO_DECL_TYPE): Replace with ...
4426         (CPTI_TYPE_INFO_PTR_TYPE): ... this.
4427         (tinfo_decl_type): Replace with ...
4428         (type_info_ptr_type): ... this.
4429         (import_export_tinfo): Declare.
4430         (tinfo_decl_p): Rename to ...
4431         (unemitted_tinfo_decl_p): ... this.
4432         * decl2.c (import_export_decl): Break out tinfo handling into ...
4433         (import_export_tinfo): ... here. New function.
4434         (finish_file): Adjust.
4435         * rtti.c (TINFO_REAL_NAME): New macro.
4436         (init_rtti_processing): Create the tinfo types.
4437         (get_tinfo_decl_dynamic): Use type_info_ptr_type, get_tinfo_ptr.
4438         (get_tinfo_decl): Adjust.
4439         (get_tinfo_ptr): New function.
4440         (get_type_id): Use it.
4441         (tinfo_base_init): Create vtable decl here, if it doesn't exist.
4442         (ptr_initializer): Use get_tinfo_ptr.
4443         (ptm_initializer): Likewise.
4444         (synthesize_tinfo_var): Break into ...
4445         (get_pseudo_ti_init): ... this. Just create the initializer.
4446         (get_pseudo_ti_desc): .. and this.
4447         (create_real_tinfo_var): Remove.
4448         (create_pseudo_type_info): Don't create the vtable decl here.
4449         (get_vmi_pseudo_type_info): Remove.
4450         (create_tinfo_types): Adjust.
4451         (tinfo_decl_p): Rename to ...
4452         (unemitted_tinfo_decl_p): ... here. Adjust.
4453         (emit_tinfo_decl): Adjust. Create the initializer.
4454
4455 2002-06-27  Mark Mitchell  <mark@codesourcery.com>
4456
4457         PR c++/6695
4458         * pt.c (tsubst_friend_class): Substitute into the context of the
4459         friend before using it.
4460
4461 2002-06-26  Mark Mitchell  <mark@codesourcery.com>
4462
4463         * cp-tree.h (xref_tag): Change prototype.
4464         (handle_class_head): Likewise.
4465         (build_x_component_ref): Likewise.
4466         * decl.c (cxx_init_decl_processing): Adjust call to xref_tag.
4467         (xref_tag): Take attributes as a separate parameter.
4468         (xref_tag_from_type): Adjust call to xref_tag.
4469         * decl2.c (build_expr_from_tree): Adjust call to
4470         build_x_component_ref.
4471         (handle_class_head): Take attributes as a separate parameter.
4472         * parse.y (parse_xref_tag): New function.
4473         (parse_handle_class_head): Likewise.
4474         (primary): Use parse_xref_tag.
4475         (class_head_decl): Use parse_handle_class_head.
4476         (class_head_defn): Likewise.
4477         * rtti.c (init_rtti_processing): Adjust call to xref_tag.
4478         (build_dynamic_cast_1): Likewise.
4479         (create_pseudo_type_info): Likewise.
4480         (emit_support_tinfos): Likewise.
4481         * typeck.c (build_object_ref): Adjust call to
4482         build_x_component_ref.
4483         (build_x_component_ref): Remove protect parameter.
4484
4485 2002-06-25  Mark Mitchell  <mark@codesourcery.com>
4486
4487         * call.c (build_op_delete_call): Use BASELINK_FUNCTIONS.
4488         * class.c (handle_using_decl): Likewise.
4489         (instantiate_type): Likewise.
4490         * cp-tree.h (BASELINK_FUNCTIONS): New macro.
4491         (xref_basetypes): Change prototype.
4492         (begin_mem_initializers): New function.
4493         (get_overloaded_fn): Likewise.
4494         * decl.c (xref_basetypes): Simplify.
4495         * error.c (dump_expr): Use BASELINK_FUNCTIONS.
4496         * init.c (build_offset_ref): Likewise.
4497         * parse.y (base_init): Use begin_mem_initializers().
4498         (structsp): Adjust call to xref_basetypes.
4499         * pt.c (determine_specialization): Use BASELINK_FUNCTIONS.
4500         (instantiate_class_template): Adjust call to xref_basetypes.
4501         * semantics.c (begin_mem_initializers): New function.
4502         * tree.c (is_overloaded_fn): Use BASELINK_FUNCTIONS.
4503         (really_overlaoded_fn): Likewise.
4504         (get_overloaded_fn): New function.'
4505         (get_first_fn): USe BASELINK_FUNCTIONS.
4506
4507 2002-06-24  Mark Mitchell  <mark@codesourcery.com>
4508
4509         * cp-tree.h (SCALAR_TYPE_P): New macro.
4510         (check_for_out_of_scope_variable): New function.
4511         (at_class_scope_p): Likewise.
4512         (finish_fname): Likewise.
4513         * class.c (finish_struct): Use at_function_scope_p.
4514         * decl.c (check_for_out_of_scope_variable): New function, split
4515         out from do_identifier.
4516         (finish_enum): Use at_function_scope_p.
4517         * lex.c (do_identifier): Use check_for_out_of_scope_variable.
4518         * parse.y (VAR_FUNC_NAME): Give it <ttype>.  Use finish_fname.
4519         (primary): Use at_function_scope_p.
4520         * search.c (at_class_scope_p): New function.
4521         * semantics.c (finish_fname): Likewise.
4522         (check_multiple_declarators): Use at_function_scope_p.
4523
4524 2002-06-23  Mark Mitchell  <mark@codesourcery.com>
4525
4526         * parse.y (parse_scoped_id): New function.
4527         (primary): Use it.
4528         * cp-tree.h (do_scoped_id): Adjust declaration.
4529         * lex.c (do_scoped_id): Remove call to yylex.
4530         * decl2.c (build_expr_from_tree): Adjust use of do_scoped_id.
4531         * typeck2.c (add_exception_specifier): Use tree_cons, rather than
4532         expanding it inline.
4533
4534 2002-06-23  Matt Thomas  <matt@3am-software.com>
4535
4536         * decl.c (finish_function): Change "#ifdef VMS_TARGET" to
4537         "#if VMS_TARGET".
4538
4539 2002-06-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4540
4541         * mangle.c (integer_type_codes): Const-ify.
4542
4543 2002-06-20  Richard Henderson  <rth@redhat.com>
4544
4545         PR c++/6747
4546         * typeck.c (mark_addressable): Don't test TREE_ADDRESSABLE early.
4547         Call put_var_into_stack.
4548
4549 2002-06-20  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4550
4551         * spew.c (remove_last_token): Use ARRAY_SIZE in lieu of explicit
4552         array size calculation.
4553
4554 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4555
4556         PR c++/6892
4557         * pt.c (tsubst_expr): Handle FILE_STMT.
4558
4559 2002-06-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4560
4561         PR c++/6723
4562         * pt.c (lookup_template_class): Don't build complete argument of
4563         BOUND_TEMPLATE_TEMPLATE_PARM if appeared as a default template
4564         argument.
4565
4566 2002-06-19  Akim Demaille  <akim@epita.fr>
4567
4568         * parse.y (TYPENAME): Rename as tTYPENAME to avoid the clash with
4569         decl.h's TYPENAME.
4570         * spew.c, lex.c: Adjust.
4571         * parse.y (explicit_instantiation): Add empty action to override
4572         the default $$ = $1 where it introduces a type clash.
4573
4574 2002-06-14  Jason Merrill  <jason@redhat.com>
4575
4576         * semantics.c (begin_for_stmt): Push the 'for' scope before
4577         adding the FOR_STMT.
4578
4579         C++ ABI changes.
4580         * class.c (build_base_field): Set DECL_PACKED.
4581         (layout_class_type): Don't use tail padding of PODs.
4582         * mangle.c (write_unqualified_name): Fix template conversion op
4583         mangling.
4584
4585 2002-06-16  Richard Henderson  <rth@redhat.com>
4586
4587         PR opt/6793
4588         * tree.c (cp_cannot_inline_tree_fn): Don't short-circuit test
4589         after template instantiation.
4590
4591 2002-06-16  Richard Henderson  <rth@redhat.com>
4592
4593         * cp-tree.h, decl2.c (flag_ms_extensions): Move to c-common.
4594
4595 2002-06-15  Gabriel Dos Reis  <gdr@codesourcery.com>
4596
4597         * cp-tree.h (compiler_error): Remove declaration.
4598         * lex.c (compiler_error): Remove definition.
4599
4600 2002-06-14  Steve Ellcey  <sje@cup.hp.com>
4601
4602         * g++spec.c (LIBUNWIND): New.
4603         (lang_specific_driver): Add it if USE_UNWIND_EXCEPTIONS is set.
4604
4605 2002-06-13  Jessica Han  <jessica@cup.hp.com>
4606
4607         * class.c (build_vtable): Use TARGET_VTABLE_ENTRY_ALIGN.
4608         (build_vtbl_initializer): Honor TARGET_VTABLE_DATA_ENTRY_DISTANCE.
4609         (build_vbase_offset_vtbl_entries): Likewise.
4610         * rtti.c (build_headof): Likewise.
4611         (get_tinfo_decl_dynamic): Likewise.
4612         (create_pseudo_type_info): Likewise.
4613
4614 2002-06-12  Stan Shebs  <shebs@apple.com>
4615
4616         * mpw-config.in: Remove file, no longer used.
4617         * mpw-make.sed: Ditto.
4618
4619 2002-06-07  Zack Weinberg  <zack@codesourcery.com>
4620
4621         * decl2.c: Update call to cpp_handle_option.
4622
4623 2002-06-07  H.J. Lu  (hjl@gnu.org)
4624
4625         * decl2.c (flag_use_cxa_atexit): Set to DEFAULT_USE_CXA_ATEXIT.
4626
4627 2002-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
4628
4629         * error.c (cp_error_at): Fix typo.
4630
4631 2002-06-04  Gabriel Dos Reis  <gdr@codesourcery.com>
4632
4633         * error.c (cp_diagnostic_starter): Adjust call.
4634         (maybe_print_instantiation_context): Change prototype to take a
4635         'diagnostic_info *'.
4636         (print_instantiation_full_context): Likewise.
4637         (print_instantiation_partial_context): Likewise.
4638         (cp_diagnostic_starter): Likewise.
4639         (cp_diagnostic_finalizer): Likewise.
4640         (cp_print_error_function): Likewise.
4641         (cp_printer): Take a secondary parameter as a 'text_info *'.
4642         Remove output_state savings.  Adjust calls.
4643
4644 2002-06-03  Geoffrey Keating  <geoffk@redhat.com>
4645
4646         * pt.c (inline_parm_levels): Mark for GC.
4647
4648         * mangle.c (start_mangling): Allocate G.substitutions here...
4649         (init_mangle): ... rather than here.
4650         (finish_mangling): Clear the varray pointer when done with it.
4651         * spew.c (yylexstring): Don't use VARRAY_FREE.
4652         * search.c (bfs_walk): Don't use VARRAY_FREE.
4653         * decl2.c (pending_statics): Use gengtype to mark.
4654         (deferred_fns): Likewise.
4655         (ssdf_decls): Likewise.
4656         (init_decl2): Delete.
4657         * decl.c (pop_from_top_level): Don't use VARRAY_FREE.
4658         (cxx_init_decl_processing): Don't call init_decl2.
4659         (cxx_pop_function_context): Don't use VARRAY_FREE.
4660         * cp-tree.h (struct saved_scope): No need for special marking
4661         of varrays.
4662         (struct language_function): Likewise.
4663         (local_classes): Use gengtype to mark.
4664         (init_decl2): Delete prototype.
4665         * class.c (init_class_processing): Don't use
4666         ggc_add_tree_varray_root.
4667         (build_vtbl_initializer): Don't use VARRAY_FREE.
4668
4669         * decl.c (typename_compare): Don't use same_type_p.
4670
4671         * decl.c: Include hashtab.h instead of hash.h.
4672         (typename_hash): Update to use htab_h.
4673         (typename_compare): Likewise.
4674         (typename_htab): Use gengtype to mark.
4675         (build_typename_type): Update to use htab_h.
4676         * Make-lang.in (cp/decl.o): Use HASHTAB_H instead of hash.h.
4677
4678         * Make-lang.in (gt-cp-tree.h): New rule.
4679         (cp/tree.o): Depend on gt-cp-tree.h.
4680         * config-lang.in (gtfiles): Add cp/tree.c.
4681         * tree.c: Include gt-cp-tree.h.
4682         (list_hash_table): Use gengtype to mark.
4683         (init_tree): Use gengtype to mark trees.
4684
4685         * Make-lang.in (cp/decl.o): Add debug.h dependency.
4686         * call.c (struct z_candidate): Use gengtype.
4687         (USER_CONV_CAND): Use WRAPPER_ZC.
4688         (convert_class_to_reference): Use build_zc_wrapper.
4689         (build_type_conversion_1): Likewise.
4690         (build_over_call): Use WRAPPER_ZC.
4691         (add_warning): Use build_zc_wrapper.
4692         * cp-lang.c (LANG_HOOKS_MARK_TREE): Delete.
4693         * cp-tree.h (struct lang_identifier): Use gengtype.
4694         (struct template_parm_index_s): Likewise.
4695         (struct ptrmem_cst): Likewise.
4696         (struct tree_binding): Likewise.
4697         (struct tree_overload): Likewise.
4698         (struct tree_srcloc): Likewise.
4699         (struct tree_wrapper): Likewise.  Also modify to have a pointer
4700         to struct z_candidate rather than void.
4701         (enum cp_tree_node_structure_enum): New.
4702         (union lang_tree_node): New.
4703         (cxx_mark_tree): Delete prototype.
4704         (cp_tree_node_structure): New prototype.
4705         (build_ptr_wrapper): Delete prototype.
4706         (build_int_wrapper): Delete prototype.
4707         (build_zc_wrapper): New prototype.
4708         * decl.c: Include debug.h
4709         (cxx_mark_tree): Delete.
4710         (cp_tree_node_structure): New.
4711         * tree.c (build_ptr_wrapper): Delete.
4712         (build_int_wrapper): Delete.
4713         (build_zc_wrapper): New.
4714
4715         * cp-tree.h [! ENABLE_TREE_CHECKING] (LANG_TYPE_PTRMEM_CHECK):
4716         Correct typo.  Patch from k_fukui@highway.ne.jp.
4717
4718         * semantics.c (current_stmt_tree): Update for change to
4719         struct language_function.
4720         (finish_mem_initializers): Likewise.
4721         * decl.c (cxx_init_decl_processing): Don't set mark_lang_status.
4722         * cp-tree.h (struct language_function): Rename from
4723         cp_language_function.  Change all uses.
4724         (cp_function_chain): Don't need to cast.
4725
4726         * class.c (duplicate_tag_error): Reset discriminator.
4727         (check_bases_and_members): Update for data structure changes.
4728         * cp-tree.h (struct lang_id2): Use gengtype.
4729         (flagged_type_tree): Likewise.
4730         (SET_LANG_ID): Use GGC on struct lang_id2.
4731         (struct cp_language_function): Use gengtype.  Remove field
4732         'x_vcalls_possible_p'.
4733         (current_vcalls_possible_p): Delete.
4734         (struct lang_type_header): New.
4735         (struct lang_type_class): Rename from struct lang_type.  Include
4736         struct lang_type_header.
4737         (struct lang_type_ptrmem): New.
4738         (struct lang_type): New.
4739         (LANG_TYPE_CLASS_CHECK): New.  Use it in all the appropriate macros.
4740         (LANG_TYPE_PTRMEM_CHECK): New.  Use it in all the appropriate macros.
4741         (TYPE_SET_PTRMEMFUNC_TYPE): Set discriminator, update for changes.
4742         (struct lang_decl_flags): Use gengtype.  Add discriminators.
4743         (struct lang_decl): Use gengtype.  Add and use discriminators.
4744         Update the macros that reference moved fields.
4745         (LANG_DECL_U2_CHECK): New function.  Use it when appropriate.
4746         (SET_DECL_THUNK_P): Set discriminator too.
4747         (clear_inline_text_obstack): Delete prototype.
4748         (finish_inline_definitions): Delete prototype.
4749         (mark_pending_inlines): Delete prototype.
4750         (lang_check_failed): New prototype.
4751         * decl.c (struct named_label_use_list): Use gengtype.
4752         (struct named_label_list): Likewise.
4753         (mark_binding_level): Delete.
4754         (mark_named_label_lists): Delete.
4755         (push_local_name): Set discriminator on DECL_LANG_SPECIFIC.
4756         (cxx_init_decl_processing): Use generated marker routine.
4757         (begin_destructor_body): Delete dead set to
4758         current_vcalls_possible_p.
4759         (mark_lang_function): Delete.
4760         (mark_cp_function_context): Delete.
4761         (lang_mark_tree): Use generated marker routines.
4762         * decl2.c (start_objects): Set discriminator when setting
4763         GLOBAL_INIT_PRIORITY.
4764         * lex.c (retrofit_lang_decl): Set discriminators.
4765         (copy_lang_type): Update for changes to lang_type structure.
4766         (cp_make_lang_type): Set discriminator.
4767         * parse.y: Use gengtype on YYLVAL.  Don't use dots in identifiers.
4768         * search.c: Include ggc.h.
4769         * semantics.c (anon_aggr_type_p): Use the macro, don't hand-code it.
4770         (finish_inline_definitions): Delete.
4771         * spew.c (struct token): Use gengtype.
4772         (struct token_chunk): New.
4773         (struct unparsed_text): Use gengtype.  Store tokens in chunks.
4774         (struct feed): Use gengtype.
4775         (feed_obstack): Delete.
4776         (feed): Mark as GC root.
4777         (pending_inlines): Mark as GC root.
4778         (pending_inlines_tail): Likewise.
4779         (processing_these_inlines): Likewise.
4780         (token_obstack): Make static.
4781         (first_token): Likewise.
4782         (init_spew): Don't initialize deleted things; use gengtype for roots.
4783         (clear_inline_text_obstack): Delete.
4784         (feed_input): Use GC for struct feed.  Update for changes to
4785         struct unparsed_text.
4786         (mark_pending_inlines): Delete.
4787         (next_token): Rename from add_token.  Change all callers.  Update
4788         for changes to struct unparsed_text.
4789         (space_for_token): New.
4790         (remove_last_token): New.
4791         (alloc_unparsed_text): New.
4792         (snarf_block): Take an unparsed_text.  Update for changes to struct
4793         unparsed_text.
4794         (snarf_method): Update for changes to struct unparsed_text.
4795         (snarf_defarg): Update for changes to struct unparsed_text.
4796         * tree.c (lang_check_failed): New.
4797
4798         * Make-lang.in (gt-cp-call.h gt-cp-decl2.h gt-cp-parse.h
4799         gt-cp-pt.h gt-cp-repo.h gt-cp-spew.h): New rules.
4800         (cp/spew.o): Add dependency on gt-<filename>.h.
4801         (cp/decl2.o): Add dependency on gt-<filename>.h.
4802         (cp/call.o): Add dependency on gt-<filename>.h.
4803         (cp/pt.o): Add dependency on gt-<filename>.h.
4804         (cp/repo.o): Add dependency on gt-<filename>.h.
4805         (cp/parse.o): Add dependency on gt-<filename>.h.
4806         * call.c: Use gengtype for roots.
4807         * config-lang.in (gtfiles): Add cp-tree.h decl.h lex.h call.c
4808         decl2.c parse.y pt.c repo.c spew.c.
4809         * cp-tree.h: Use gengtype for roots.
4810         (struct saved_scope): Use GGC, gengtype.
4811         (cp_parse_init): Delete prototype.
4812         (init_pt): Delete prototype.
4813         * decl.c: Use gengtype for roots.
4814         (mark_saved_scope): Delete.
4815         (cxx_init_decl_processing): Don't call deleted initilisation
4816         routines.
4817         (signed_size_zero_node): Delete, unused.
4818         * decl.h: Use gengtype for roots.
4819         * decl2.c: Use gengtype for roots.
4820         * lex.h: Use gengtype for roots.
4821         * parse.y: Use gengtype for roots.
4822         (cp_parse_init): Delete.
4823         * pt.c: Use gengtype for roots.
4824         (init_pt): Delete.
4825         * repo.c: Use gengtype for roots.
4826         * spew.c: Use gengtype for roots.
4827
4828         * Make-lang.in: Allow for filename changes.  Add gtype-cp.h.
4829         (cp/decl.o): Add dependency on gtype-cp.h.
4830         * decl.c: Remove use of add_deletable_root, use GTY marker instead.
4831         Include gtype-cp.h.  Allow for filename changes.
4832
4833         * Make-lang.in (cp/gt-decl.h): Generate using gengtype.
4834         (cp/decl.o): Add cp/gt-decl.h dependency.
4835         * config-lang.in (gtfiles): New.
4836         * tree.h: Rename struct binding_level to struct cp_binding_level.
4837         * decl.c: Rename struct binding_level to struct cp_binding_level.
4838         Include cp/gt-decl.h.
4839         (struct cp_binding_level): Use gengtype.
4840         (make_binding_level): Use GGC on struct cp_binding_level.
4841         (mark_binding_level): Use gt_ggc_m_cp_binding_level.
4842         (cxx_init_decl_processing): Mark free_binding_level as
4843         deletable.
4844
4845         * decl.c (mark_cp_function_context): Update calling sequence.
4846
4847         * decl.c (start_function): Don't free 'struct
4848         cp_language_function'.
4849         (pop_cp_function_context): Likewise.
4850         (save_function_data): Allocate it using GC.
4851         * semantics.c (genrtl_start_function): Don't free 'struct
4852         cp_language_function'.
4853
4854 2002-05-31  Matthew Woodcraft  <mattheww@chiark.greenend.org.uk>
4855
4856         * lang-specs.h: Use cpp_debug_options.
4857
4858 2002-05-28  Zack Weinberg  <zack@codesourcery.com>
4859
4860         * mangle.c, tree.c: Include real.h.
4861         * Make-lang.in: Update dependency lists.
4862
4863 2002-05-25  Neil Booth  <neil@daikokuya.demon.co.uk>
4864
4865         * lex.c: Don't include c-lex.h.
4866         * parse.y, spew.c: Don't include c-lex.h; include c-pragma.h.
4867
4868 2002-05-23  Neil Booth  <neil@daikokuya.demon.co.uk>
4869
4870         * spew.c (yyungetc, snarf_block): Remove indent_level handling.
4871
4872 2002-05-22  Richard Henderson  <rth@redhat.com>
4873
4874         * decl.c (obscure_complex_init): Check for VAR_DECL
4875         before using DECL_THREAD_LOCAL.
4876
4877 2002-05-22  Richard Henderson  <rth@redhat.com>
4878
4879         * decl.c (check_tag_decl): Handle RID_THREAD.
4880         (obscure_complex_init): Reject run-time init of tls.
4881         (grokvardecl, grokdeclarator): Handle RID_THREAD.
4882         * lex.c (reswords): Add __thread.
4883         (rid_to_yy): Map RID_THREAD to SCSPEC.
4884
4885 2002-05-22  Neil Booth  <neil@daikokuya.demon.co.uk>
4886
4887         * cp-lang.c (LANG_HOOKS_POST_OPTIONS): Use c_common_post_options.
4888         * cp-tree.h (cxx_post_options): Kill.
4889         * cp-lex.c (cxx_post_options): Kill.
4890
4891 2002-05-21  Richard Henderson  <rth@redhat.com>
4892
4893         * lex.c (rid_to_yy): Add RID_THREAD.
4894
4895 2002-05-21  Alexandre Oliva  <aoliva@redhat.com>
4896
4897         * init.c (build_vec_init): Test for trivial copy-assignment when
4898         copy-assigning arrays.
4899
4900 2002-05-20  Andreas Jaeger  <aj@suse.de>
4901
4902         * init.c (build_default_init): Remove unused variable.
4903
4904 2002-05-20  Alexandre Oliva  <aoliva@redhat.com>
4905
4906         * call.c (any_strictly_viable): New.
4907         (build_new_op): Use it for COMPOUND_EXPR and ADDR_EXPRs.
4908
4909 2002-05-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4910
4911         * error.c (dump_type) [TYPEOF_TYPE]: Fix parenthesis printing.
4912
4913 2002-05-19  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4914
4915         PR c++/186, DR 259
4916         * pt.c (do_decl_instantiation): Don't complain explicit
4917         instantiation after explicit specialization.
4918         (do_type_instantiation): Likewise.
4919
4920 2002-05-19  Alexandre Oliva  <aoliva@redhat.com>
4921
4922         * cp-tree.h (complete_type_or_diagnostic): Changed prototype,
4923         renamed from...
4924         (complete_type_or_else): ... this.  Redefined as macro.
4925         (cxx_incomplete_type_diagnostic): Declare.
4926         (cxx_incomplete_type_error): Define as macro.
4927         * init.c (build_delete): Warn about incomplete types other than
4928         void, and use the built-in operator delete for them.
4929         * typeck.c (complete_type_or_diagnostic): Renamed from
4930         complete_type_or_else.  Added warn_only argument, passed to...
4931         * typeck2.c (cxx_incomplete_type_diagnostic): ... this.  Print
4932         warnings or errors depending on new warn_only argument.  Renamed
4933         from...
4934         (cxx_incomplete_type_error): ... this.  New implementation in
4935         terms of cxx_incomplete_type_diagnostic.
4936
4937 2002-05-18  Jason Merrill  <jason@redhat.com>
4938
4939         PR c++/6611
4940         * decl2.c (import_export_decl): If we clear
4941         DECL_NOT_REALLY_EXTERN, make sure DECL_EXTERNAL is set.
4942
4943 2002-05-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
4944
4945         PR c++/6620
4946         * pt.c (verify_class_unification): Don't check if PARM is template
4947         parameter dependent.  Simplify.
4948         (unify) [TEMPLATE_PARM_INDEX]: Handle when ARG is a template
4949         parameter dependent expression.
4950
4951 2002-05-14  Jason Merrill  <jason@redhat.com>
4952
4953         * rtti.c (get_tinfo_decl): Don't call comdat_linkage.
4954         Do set DECL_COMDAT.
4955         (synthesize_tinfo_var): Take the public decl.
4956         (create_real_tinfo_var): Likewise.  Check DECL_COMDAT.
4957         (emit_tinfo_decl): Adjust.  Call import_export_decl.
4958         * decl2.c (import_export_decl): Simplify tinfo decl handling.
4959
4960 2002-05-14  Alexandre Oliva  <aoliva@redhat.com>
4961
4962         * cp-tree.h (struct lang_type): Added non_zero_init.
4963         (CLASSTYPE_NON_ZERO_INIT_P): New macro.
4964         (zero_init_p, force_store_init_value, build_forced_zero_init): Declare.
4965         * class.c (check_field_decls): Test non_zero_init.
4966         * cvt.c (convert_to_pointer_force): Use cp_convert_to_pointer for
4967         zero-to-NULL conversions.
4968         * decl.c (obscure_complex_init): Don't reset DECL_INITIAL of a
4969         type that needs zero-initialization without zeros.
4970         (check_initializer_decl): Compute zero-initializer for types
4971         that require a non-trivial one.
4972         * init.c (build_forced_zero_init): New function.
4973         (build_default_init): Use it.
4974         * tree.c (zero_init_p): New function.
4975         * typeck2.c (force_store_init_value): New function.
4976         (process_init_constructor): Create non-trivial zero-initializers
4977         for array members and class fields.
4978
4979 2002-05-14  Neil Booth  <neil@daikokuya.demon.co.uk>
4980
4981         * lang-specs.h: Remove redundant -lang-c++.
4982
4983 2002-05-13  Jason Merrill  <jason@redhat.com>
4984
4985         * class.c (build_vtbl_ref_1): Use fixed_type_or_null.
4986         (fixed_type_or_null): See through reference vars.
4987         (build_base_path): Vtable contents are constant.
4988         * typeck.c (get_member_function_from_ptrfunc): Likewise.
4989
4990 2002-05-12  Jason Merrill  <jason@redhat.com>
4991
4992         * cp-lang.c (ok_to_generate_alias_set_for_type): Backend-created
4993         structs are safe.
4994
4995 2002-05-09  Neil Booth  <neil@daikokuya.demon.co.uk>
4996
4997         * cp-tree.h (flag_ansi): Remove.
4998         * decl2.c (flag_ansi): Remove.
4999         (cxx_decode_option): Set flag_iso and flag_undef.
5000
5001 2002-05-09  Jason Merrill  <jason@redhat.com>
5002
5003         * typeck.c (get_member_function_from_ptrfunc): Reorganize.
5004         Use subtraction rather than a bitmask to get the index.
5005         * cvt.c (cp_convert_to_pointer): Bail on an error_mark_node.
5006
5007         * pt.c (tsubst_expr) [ASM_STMT]: Copy ASM_INPUT_P.
5008
5009 2002-05-07  Neil Booth  <neil@daikokuya.demon.co.uk>
5010
5011         * Make-lang.in (decl2.o): Update.
5012         * cp-tree.h (warn_multichar): Remove.
5013         * decl2.c: Include c-common.h.
5014         (warn_multichar): Remove.
5015
5016 2002-05-03  Jason Merrill  <jason@redhat.com>
5017
5018         * tree.c (build_cplus_array_type): Only const and volatile get
5019         special handling.
5020
5021         * decl.c (BOOL_TYPE_SIZE): Move default to defaults.h.
5022
5023 2002-04-30  Mark Mitchell  <mark@codesourcery.com>
5024
5025         ABI change, returning simple classes from functions.
5026         * class.c (finish_struct_bits): Only mark TREE_ADDRESSABLE if
5027         TYPE_HAS_TRIVIAL_INIT_REF is false or
5028         TYPE_HAS_NONTRIVIAL_DESTRUCTOR is true.
5029
5030 2002-04-30  Jason Merrill  <jason@redhat.com>
5031
5032         PR debug/6436
5033         * decl.c (grokdeclarator): Don't override TYPE_NAME of an
5034         anonymous class with a typedef if there are attributes.
5035
5036 2002-04-29  Paul Eggert  <eggert@twinsun.com>
5037
5038         * parse.y (nomods_initdcl0): Replace $<ttype>3 with $<ttype>$.
5039
5040 2002-04-29  Jakub Jelinek  <jakub@redhat.com>
5041
5042         PR c++/6477
5043         * decl.c (follow_tag_typedef): Check if TYPE_NAME (original) is
5044         non-NULL first.
5045
5046 2002-04-29  Mark Mitchell  <mark@codesourcery.com>
5047
5048         PR c++/6492
5049         * pt.c (tsubst_friend_class): If the friend has an explicit scope,
5050         enter that scope before name lookup.
5051
5052         PR c++/6486
5053         * method.c (do_build_copy_constructor): Avoid building
5054         cv-qualified reference types.
5055
5056 2002-04-29  Nathan Sidwell  <nathan@codesourcery.com>
5057
5058         PR c++/5719
5059         * decl.c (grok_op_properties): Assignment ops don't have to return
5060         by value. operator% should.
5061
5062 2002-04-28  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5063
5064         PR c/6343
5065         * decl.c (duplicate_decls): Call merge_weak.
5066
5067 2002-04-26  Richard Henderson  <rth@redhat.com>
5068
5069         * parse.y (malloced_yyss, malloced_yyvs): New.
5070         (yyoverflow): Re-add.  Set them.
5071         (free_parser_stacks): New.
5072
5073 2002-04-26  Mark Mitchell  <mark@codesourcery.com>
5074
5075         PR c++/6497
5076         * method.c (do_build_assign_ref): Pass a derivation to
5077         build_method_call when calling base class assignment operators.
5078
5079 2002-04-26  Richard Henderson  <rth@redhat.com>
5080
5081         * parse.y (yyoverflow): Revert.
5082
5083 2002-04-26  Richard Henderson  <rth@redhat.com>
5084
5085         PR c/3581
5086         * parse.y (string): Remove.  Update all uses to use STRING
5087         instead, and not call combine_strings.
5088         * rtti.c (tinfo_name): Use fix_string_type.
5089         * semantics.c (finish_asm_stmt): Don't call combine_strings.
5090         * spew.c (yylexstring): New.
5091         (read_token): Use it.
5092
5093 2002-04-25  Richard Henderson  <rth@redhat.com>
5094
5095         PR c/2161
5096         * parse.y (yyoverflow): New.
5097
5098 2002-04-25  Jason Merrill  <jason@redhat.com>
5099
5100         PR c++/5607
5101         * search.c (check_final_overrider): No longer static.
5102         * class.c (update_vtable_entry_for_fn): Call it.
5103         * cp-tree.h: Adjust.
5104
5105 2002-04-25  Neil Booth  <neil@daikokuya.demon.co.uk>
5106
5107         * cp-lang.c (LANG_HOOKS_SET_YYDEBUG): Remove.
5108         * cp-tree.h (cxx_set_yydebug): Die.
5109         * lex.c (YYDEBUG): Get from c-lex.h.
5110         (cxx_set_yydebug): Remove.
5111         * parse.y: Include c-lex.h.
5112         (YYDEBUG): Get from c-lex.h.
5113
5114 2002-04-24  Mark Mitchell  <mark@codesourcery.com>
5115
5116         PR c++/6438.
5117         * cvt.c (convert_to_void): Don't unconditionally make COND_EXPRs
5118         void.
5119
5120 2002-04-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5121
5122         * cp-lang.c (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE,
5123         LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE, LANG_HOOKS_ATTRIBUTE_TABLE):
5124         Redefine.
5125         * cp-tree.h (cp_attribute_table): Rename.
5126         * decl.c (lang_attribute_table): Remove declaration.
5127         (cxx_init_decl_processing): Don't set it.
5128         * tree.c (cp_attribute_table): Rename.
5129
5130 2002-04-24  Jason Merrill  <jason@redhat.com>
5131
5132         PR c++/6331
5133         * method.c (do_build_copy_constructor): Use cp_build_qualified_type.
5134         * typeck.c (build_modify_expr): Allow arrays to differ in cv-quals.
5135         The pedwarn for array assignment is now unconditional.
5136         * tree.c (build_cplus_array_type_1): Still process simple array types
5137         normally in templates.
5138
5139         PR c++/6395
5140         * decl.c (make_rtl_for_nonlocal_decl): Don't mess with #pragma i/i
5141         stuff for comdats.
5142
5143 2002-04-23  Jakub Jelinek  <jakub@redhat.com>
5144
5145         * parse.y (check_class_key): Allow KEY to be union/enum/struct/class
5146         node with attributes.
5147
5148 2002-2-23  David O'Brien  <obrien@FreeBSD.org>
5149
5150         * g++spec.c (MATH_LIBRARY_PROFILE, LIBSTDCXX_PROFILE): Add.
5151         Use MATH_LIBRARY_PROFILE and LIBSTDCXX_PROFILE if profile flag given.
5152
5153 2002-04-23  Mark Mitchell  <mark@codesourcery.com>
5154
5155         PR c++/6256:
5156         * pt.c (tsubst_friend_class): Handle templates with explicit
5157         nested names.
5158
5159         PR c++/6331:
5160         * typeck.c (merge_types): Remember the cv-qualification of pointer
5161         types when merging them.
5162
5163 2002-04-20  Neil Booth  <neil@daikokuya.demon.co.uk>
5164
5165         * cp-lang.c (LANG_HOOKS_FUNCTION_INIT,
5166         LANG_HOOKS_FUNCTION_FREE, LANG_HOOKS_FUNCTION_MARK): Redefine.
5167         * cp-tree.h (cxx_push_function_context, cxx_pop_function_context,
5168         cxx_mark_function_context): New.
5169         * decl.c (push_cp_function_context, pop_cp_function_context,
5170         mark_cp_function_context): Rename for consistency.
5171         (cxx_init_decl_processing): Don't set old hooks.
5172
5173 2002-04-19  Neil Booth  <neil@daikokuya.demon.co.uk>
5174
5175         * call.c (convert_type_from_ellipsis): Rename, update.
5176         * cp-lang.c (LANG_HOOKS_TYPE_PROMOTES_TO): Redefine.
5177         * cp-tree.h (convert_type_from_ellipsis): Rename.
5178         * decl.c (cxx_init_decl_processing): Don't set hook.
5179
5180 2002-04-18  Neil Booth  <neil@daikokuya.demon.co.uk>
5181
5182         * call.c (build_new_method_call): Update.
5183         * cp-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.
5184         * cp-tree.h (cxx_incomplete_type_error): New.
5185         * decl.c (grokdeclarator, grokparms): Update.
5186         * decl2.c (check_classfn): Update.
5187         * pt.c (tsubst): Update.
5188         * typeck.c (complete_type_or_else, expr_sizeof,
5189         decay_conversion): Update.
5190         * typeck2.c (incomplete_type_error): Rename.
5191         (add_exception_specifier): Update.
5192
5193 2002-04-18  Jason Merrill  <jason@redhat.com>
5194
5195         PR c++/5658
5196         * search.c (setup_class_bindings): A class template qualifies as a
5197         type binding.
5198
5199 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
5200
5201         PR c++/6316
5202         * decl2.c (finish_file): Clear DECL_EXTERNAL in a separate loop
5203         before expanding.
5204
5205 2002-04-16  Mark Mitchell  <mark@codesourcery.com>
5206
5207         * init.c (begin_init_stmts): Remove commented out code.
5208         (finish_init_stmts): Set STMT_EXPR_NO_SCOPE.
5209         * semantics.c (begin_gobal_stmt_expr): Adjust call to
5210         expand_start_stmt_expr.
5211
5212 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
5213
5214         * decl.c (register_dtor_fn): Pass the address of dso_handle, not
5215         dso_handle itself, to __cxa_atexit.
5216
5217 2002-04-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5218
5219         * error.c (cxx_print_error_function): Adjust call to macros.
5220
5221 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
5222
5223         * class.c (layout_virtual_bases): Do all dsize computation on trees.
5224
5225 2002-04-14  Jason Merrill  <jason@redhat.com>
5226
5227         * typeck.c (get_member_function_from_ptrfunc): Don't do
5228         gratuitious division and multiplication on
5229         ptrmemfunc_vbit_in_delta targets.
5230
5231 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
5232
5233         PR c++/5373.
5234         * semantics.c (finish_expr_stmt): Remember the type of the
5235         expression before any conversions are performed.
5236
5237 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
5238
5239         PR c++/5189.
5240         * call.c (add_template_candidate_real): Do not treat member
5241         templates as copy constructors.
5242
5243 2002-04-12  Mark Mitchell  <mark@codesourcery.com>
5244
5245         * decl.c (duplicate_decls): Do not copy the RTL for a variable
5246         declaration if the old variable had an incomplete type and the new
5247         variable does not.
5248         (complete_vars): Do not call layout_decl for completed variables.
5249
5250 2002-04-12  Richard Sandiford  <rsandifo@redhat.com>
5251
5252         * decl.c (duplicate_decls): Don't try to unify an implicit typedef
5253         with an explicit one.
5254         (follow_tag_typedef): New.
5255         (lookup_tag): Use it to extract the tag of an explicit typedef.
5256         (xref_tag): Likewise.
5257
5258 2002-04-11  Andrew Haley  <aph@redhat.com>
5259
5260         * typeck.c (type_after_usual_arithmetic_conversions):
5261         If two types have the same variant, return immediately.
5262         When two floating-point operands are the same precision:
5263           convert to float if one of the operands is float;
5264           if neither operand is one of the standard types, return the type
5265           of the first operand.
5266
5267 2002-04-10  Nathan Sidwell  <nathan@codesourcery.com>
5268
5269         PR c++/5507
5270         * decl.c (make_typename_type): Remove implicit typenameness.
5271
5272 2002-04-09  Jason Merrill  <jason@redhat.com>
5273
5274         PR optimization/6189
5275         * semantics.c (genrtl_start_function): Don't free
5276         DECL_SAVED_FUNCTION_DATA for inline functions.
5277
5278         * init.c (build_member_call): For now, don't convert to
5279         intermediate base if it would cause an error.
5280
5281 2002-04-08  Paolo Carlini  <pcarlini@unitus.it>
5282
5283         * parse.y (namespace_qualifier, maybe_identifier,
5284         begin_explicit_instantiation, end_explicit_instantiation,
5285         apparent_template_type, .finish_template_type,
5286         do_id, maybe_init, defarg_again, component_decl_1):
5287         Add ending ';', in accordance with POSIX.
5288
5289 2002-04-06  Mark Mitchell  <mark@codesourcery.com>
5290
5291         PR c++/5571
5292         * class.c (layout_class_type): Remember incomplete static
5293         variables.
5294         (finish_struct_1): Call complete_vars, not
5295         hack_incomplete_structures.
5296         * cp-tree.h (hack_incomplete_structures): Rename to ...
5297         (complete_vars): ... this.
5298         (struct saved_scope): Remove incomplete.
5299         (namespace_scope_incomplete): Remove.
5300         * decl.c (struct binding_level): Remove incomplete.
5301         (incomplete_vars): New variable.
5302         (mark_binding_level): Don't mark incomplete.
5303         (print_binding_level): Don't print it.
5304         (mark_saved_scope): Don't mark incomplete.
5305         (pushdecl): Use maybe_register_incopmlete_var.
5306         (cxx_init_decl_processing): Register incomplete_vars for GC.
5307         (start_decl_1): Clarify error message.
5308         (hack_incomplete_vars): Remove.
5309         (maybe_register_incomplete_var): New function.
5310         (complete_vars): Likewise.
5311
5312 2002-04-06  Jason Merrill  <jason@redhat.com>
5313
5314         PR c++/4934
5315         * error.c (dump_expr) [CONVERT_EXPR]: Make sure TREE_TYPE (t) is
5316         set before checking it.
5317
5318         PR c++/525
5319         * init.c (build_member_call): Use build_scoped_ref.
5320         (resolve_offset_ref): Likewise.
5321         * call.c (build_scoped_method_call): Likewise.
5322         * tree.c (maybe_dummy_object): Kludge around current_class_type being
5323         wrong.
5324         * typeck2.c (build_scoped_ref): Return the binfo via binfo_p parm.
5325         * cp-tree.h: Adjust.
5326
5327         * init.c (push_base_cleanups): Just use build_scoped_method_call.
5328
5329         PR c++/6179
5330         * method.c (implicitly_declare_fn): Pass unqualified type to
5331         synthesize_exception_spec.
5332
5333 2002-04-04  Neil Booth  <neil@daikokuya.demon.co.uk>
5334
5335         * cp-lang.c (LANG_HOOKS_TRUTHVALUE_CONVERSION): Redefine.
5336         * cvt.c: Update comment.
5337         * init.c (expand_cleanup_for_base): Update.
5338         * semantics.c (finish_parenthesized_expr): Update.
5339         * typeck.c (cp_truthvalue_conversion): Update.
5340
5341 2002-04-04  Jason Merrill  <jason@redhat.com>
5342
5343         * semantics.c (finish_eh_cleanup): New fn.
5344         * cp-tree.h: Add prototype.
5345         * init.c (perform_member_init, expand_cleanup_for_base): Use
5346         finish_eh_cleanup.
5347         * cp-tree.def (SUBOBJECT, CTOR_STMT): Remove.
5348         * cp-tree.h: Remove references.
5349         * decl.c (begin_constructor_body, end_constructor_body): Likewise.
5350         * dump.c (cp_dump_tree): Likewise.
5351         * pt.c (tsubst_expr): Likewise.
5352         * semantics.c (genrtl_ctor_stmt, genrtl_subobject): Remove.
5353         (cp_expand_stmt): Remove handling of CTOR_STMT and SUBOBJECT.
5354         * tree.c (cp_statement_code_p): Likewise.
5355
5356         * init.c (build_new_1): Set CLEANUP_EH_ONLY on deleting cleanup.
5357
5358         PR c++/5636
5359         * semantics.c (nullify_returns_r): Just set CLEANUP_EH_ONLY on
5360         cleanup for nrv.
5361
5362         PR c++/5104
5363         * typeck.c (comptypes) [FUNCTION_TYPE]: Don't compare exception
5364         specifiers.
5365         [METHOD_TYPE]: Use same code as FUNCTION_TYPE.
5366
5367 2002-04-03  Richard Henderson  <rth@redhat.com>
5368
5369         * cp-lang.c (cxx_warn_unused_global_decl): New.
5370         (LANG_HOOKS_WARN_UNUSED_GLOBAL_DECL): New.
5371
5372 2002-04-03  Neil Booth  <neil@daikokuya.demon.co.uk>
5373
5374         * cp-lang.c (LANG_HOOKS_SET_DECL_ASSEMBLER_NAME): Redefine.
5375         * tree.c (init_tree): Don't set hook.
5376
5377 2002-04-03  Roger Sayle  <roger@eyesopen.com>
5378
5379         PR c++/5998:
5380         * decl.c (duplicate_decls): Don't mess with assembler names when
5381         redeclaring builtin functions as static.
5382
5383 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
5384
5385         * call.c (build_addr_func): Update.
5386         * class.c (resolve_address_of_overloaded_function): Update.
5387         * cp-lang.c (LANG_HOOKS_MARK_ADDRESSABLE): Redefine.
5388         * cp-tree.h (cxx_mark_addressable): New.
5389         * decl.c (register_dtor_fn, cxx_maybe_build_cleanup): Update.
5390         * decl2.c (build_cleanup): Update.
5391         * except.c (build_throw): Update.
5392         * init.c (resolve_offset_ref): Update.
5393         * pt.c (convert_nontype_argument): Update.
5394         * semantics.c (finish_asm_stmt, simplify_affr_init_exprs_r): Update.
5395         * typeck.c (decay_conversion, build_array_ref, build_unary_op,
5396         unary_complex_lvalue): Update.
5397         (mark_addressable): Rename.
5398
5399 2002-04-01  Roger Sayle  <roger@eyesopen.com>
5400
5401         PR c++/5998:
5402         * decl.c (duplicate_decls):  Overwrite the RTL when (and only
5403         when) overwriting a built-in function.  Don't use COPY_DECL_RTL,
5404         but follow the SET_DECL_RTL idiom used elsewhere in the function.
5405
5406 2002-04-01  Neil Booth  <neil@daikokuya.demon.co.uk>
5407
5408         * cp-lang.c (LANG_HOOKS_SIGNED_TYPE, LANG_HOOKS_UNSIGNED_TYPE,
5409         LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): New.
5410         * decl.c (grokdeclarator): Update.
5411         * mangle.c (write_integer_cst): Update.
5412         * typeck.c (build_binary_op): Update.
5413
5414 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
5415
5416         * cp-lang.c (LANG_HOOKS_UNSAFE_FOR_REEVAL): Redefine.
5417         * lex.c (cxx_init): Don't set hook.
5418
5419 2002-03-31  Neil Booth  <neil@daikokuya.demon.co.uk>
5420
5421         * Make-lang.in (error.o): Update.
5422         * cp-lang.c (LANG_HOOKS_PRINT_ERROR_FUNCTION): Redefine.
5423         * cp-tree.h (struct diagnostic_context): Predeclare.
5424         (cxx_print_error_function): New.
5425         * error.c: Include langhooks-def.h.
5426         (lang_print_error_function): Rename.  Update.
5427         (init_error): Don't set hook.
5428
5429 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5430
5431         * cp-lang.c (LANG_HOOKS_TYPE_FOR_MODE, LANG_HOOKS_TYPE_FOR_SIZE):
5432         Redefine.
5433         * cvt.c (cp_convert_to_pointer, type_promotes_to): Use new hooks.
5434         * decl.c (finish_enum): Similarly.
5435         * error.c (dump_type): Similarly.
5436         * lex.c (cxx_init): Similarly.
5437         * mangle.c (write_builtin_type): Similarly.
5438         * typeck.c (comptypes): Similarly.
5439
5440 2002-03-28  Roger Sayle  <roger@eyesopen.com>
5441
5442         PR c++/5998:
5443         * decl.c (cxx_init_decl_processing): Re-enable built-in functions
5444         in the g++ front-end.
5445         (duplicate_decl): Allow redefinition of anticipated built-ins.
5446         Fix inlining problem by over-writing the old DECL_RTL.
5447         (lookup_namespace_name): Fail to find an identifier in the
5448         specified namespace if its still anticipated.
5449         (builtin_function_1): New function split out from builtin_function
5450         to create a builtin in the current namespace with given context.
5451         (builtin_function): Call builtin_function_1 to define the
5452         appropriate builtins in both the std and global namespaces.
5453         (select_decl): Don't test for anticipated decls here.
5454         (unqualified_namespace_lookup): Instead ignore them whilst
5455         searching through scopes and namespaces.
5456         * decl2.c (do_nonmember_using_decl): If a using declaration
5457         specifies an anticipated built-in function, mark it as no longer
5458         anticipated in that scope.
5459         (ambiguous_decl):  Avoid resolving to an anticipated decl.
5460         * lex.c (do_scoped_id): Fail to find an identifier in the global
5461         namespace if its still anticipated.
5462
5463 2002-03-29  Neil Booth  <neil@daikokuya.demon.co.uk>
5464
5465         * cp-lang.c (LANG_HOOKS_MAKE_TYPE): Redefine.
5466         * cp-tree.h (cp_make_lang_type): Rename.
5467         * lex.c (cp_make_lang_type): Rename.
5468         (make_aggr_type): Update.
5469         * tree.c (init_tree): Don't set make_lang_type_fn.
5470
5471 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
5472
5473         PR c++/6073
5474         * class.c (finish_struct_1): Update static field's DECL_MODE even
5475         if its type is a variant of t.
5476
5477 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
5478
5479         * cp-lang.c (LANG_HOOKS_INSERT_DEFAULT_ATTRIBUTES): Redefine.
5480         * cp-tree.h (cxx_insert_default_attributes): New.
5481         * decl.c (insert_default_attributes): Rename.
5482
5483 2002-03-27  Mark Mitchell  <mark@codesourcery.com>
5484
5485         PR c++/4884
5486         * call.c (build_op_delete_call): Allow for the fact the placement
5487         may be a COMPOUND_EXPR.
5488
5489 2002-03-27  Neil Booth  <neil@daikokuya.demon.co.uk>
5490
5491         * cp-lang.c (LANG_HOOKS_EXPAND_EXPR): Redefine.
5492         * cp-tree.h (init_cplus_expand): Remove.
5493         (cxx_expand_expr): New.
5494         * expr.c (cplus_expand_expr): Rename cxx_expand_expr,
5495         fix prototype.
5496         (init_cplus_expand): Remove.
5497         * lex.c (cxx_init): Don't call init_cplus_expand.
5498
5499 2002-03-26  Mark Mitchell  <mark@codesourcery.com>
5500
5501         PR c++/4884.
5502         * init.c (build_new_1): Allow for the fact the result of
5503         build_function_call may be a COMPOUND_EXPR.
5504
5505 2002-03-26  Nathan Sidwell  <nathan@codesourcery.com>
5506
5507         PR c++/5682
5508         * cp-tree.h (BINFO_PRIMARY_P): Explain meaning better.
5509         (dfs_skip_nonprimary_vbases_unmarkedp): Remove.
5510         (dfs_skip_nonprimary_vbases_markedp): Remove.
5511         * search.c (get_shared_vbase_if_not_primary): Remove.
5512         (dfs_skip_nonprimary_vbases_unmarkedp): Remove.
5513         (dfs_skip_nonprimary_vbases_markedp): Remove.
5514         (dfs_unmarked_real_bases_queue_p): Just get the canonical binfo.
5515         (dfs_marked_real_bases_queue_p): Likewise.
5516
5517 2002-03-26  Neil Booth  <neil@daikokuya.demon.co.uk>
5518
5519         * cp-lang.c (LANG_HOOKS_MARK_TREE): Redefine.
5520         * cp-tree.h (cxx_mark_tree): New.
5521         * decl.c (lang_mark_tree): Rename cxx_mark_tree.
5522
5523 2002-03-25  Neil Booth  <neil@daikokuya.demon.co.uk>
5524
5525         * cp-tree.h (cxx_maybe_build_cleanup): New.
5526         * decl.c (destroy_local_var, hack_incomplete_structures): Update.
5527         (maybe_build_cleanup): Rename cxx_maybe_build_cleanup.
5528         * tree.c (build_target_expr): Update.
5529         * cp-lang.c (LANG_HOOKS_MAYBE_BUILD_CLEANUP): Redefine.
5530
5531 2002-03-24  Neil Booth  <neil@daikokuya.demon.co.uk>
5532
5533         * decl2.c (cxx_decode_option): Handle -E.
5534         * lang-specs.h (default_compilers): Preprocess with cc1plus.
5535         * lex.c (cxx_init): Exit quickly if c_common_init returns NULL.
5536
5537 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
5538
5539         PR c++/6037
5540         * decl.c (start_enum): Don't set TREE_ADDRESSABLE on TREE_LIST node.
5541
5542 2002-03-23  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5543
5544         * error.c (dump_type): Be careful about implicit typenames.
5545
5546 2002-03-21  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
5547
5548         PR C++/3656
5549         * semantics.c (finish_base_specifier): Handle erronous base
5550         classes.
5551
5552 2002-03-22  Zack Weinberg  <zack@codesourcery.com>
5553
5554         * error.c: Always use REAL_VALUE_TO_DECIMAL; don't test
5555         REAL_IS_NOT_DOUBLE.
5556
5557 2002-03-22  Jeff Knaggs  <jknaggs@redhat.com>
5558
5559         * typeck.c (get_member_function_from_ptrfunc): Scale idx down to
5560         an index into the vtable_entry array regardless of
5561         TARGET_PTRMEMFUNC_VBIT_LOCATION.
5562
5563 2002-03-21  Aldy Hernandez  <aldyh@redhat.com>
5564
5565         * tree.c (cp_cannot_inline_tree_fn): Same.
5566
5567 2002-03-21  Neil Booth  <neil@daikokuya.demon.co.uk>
5568
5569         * cp-tree.h (pushdecl, pushlevel, poplevel, set_block,
5570         insert_block, getdecls, global_bindings_p): New.
5571
5572 2002-03-20  Nathan Sidwell  <nathan@codesourcery.com>
5573
5574         PR c++/4361
5575         * mangle.c (struct globals) Add internal_mangling_p member.
5576         (write_template_param): Do internal mangling, if needed.
5577         (mangle_conv_op_name_for_type): Request internal mangling.
5578
5579 2002-03-20  Jason Merrill  <jason@redhat.com>
5580
5581         PR c++/2136
5582         * init.c (build_delete): Check access for a member op delete here.
5583         * decl2.c (delete_sanity): Not here.
5584
5585 2002-03-19  Jason Merrill  <jason@redhat.com>
5586
5587         PR c++/5118
5588         * class.c (get_vfield_name): Use the constructor_name.
5589
5590 2002-03-20  Neil Booth  <neil@daikokuya.demon.co.uk>
5591
5592         * cp-lang.c (LANG_HOOKS_DECL_PRINTABLE_NAME): Redefine.
5593         * cp-tree.h (lang_printable_name): Rename.
5594         * error.c (lang_decl_name): Use new hook.
5595         * lex.c (cxx_init): Remove old hook.
5596         * pt.c (tsubst_decl): Use new hook.
5597         * tree.c (lang_printable_name): Rename.
5598
5599 2002-03-18  Eric Botcazou  <ebotcazou@multimania.com>
5600
5601         PR c++/3882
5602         * pt.c (tsubst_decl): Move __PRETTY_FUNCTION__ handling...
5603         (tsubst_expr) [DECL_STMT]: ...here. And substitute the initializer
5604         only after recording the declaration.
5605
5606 2002-03-18  Jason Merrill  <jason@redhat.com>
5607
5608         PR c++/2039
5609         * init.c (resolve_offset_ref): Hand off to build_component_ref.
5610
5611         PR c++/4222, c++/5995
5612         * call.c (build_over_call): Fix empty class logic.
5613
5614         PR c++/3870
5615         * cp-tree.h (struct saved_scope): Add last_parms field.
5616         * decl.c (maybe_push_to_top_level): Save last_function_parms.
5617         (pop_from_top_level): Restore it.
5618
5619         PR c++/4377
5620         * mangle.c (write_expression): Strip NOP_EXPRs sooner.  Also strip
5621         NON_LVALUE_EXPRs.
5622
5623         PR c++/4003
5624         * pt.c (tsubst_friend_function): Use decl_namespace_context.
5625
5626         PR c++/3948 -- C++ ABI change, followup to 2001-12-18 patch.
5627         * class.c (finish_struct_bits): Also set TREE_ADDRESSABLE for a
5628         type with a nontrivial destructor.
5629
5630 2002-03-17  Jason Merrill  <jason@redhat.com>
5631
5632         PR c++/4460
5633         * class.c (build_base_path): Virtual base layout is fixed in
5634         in-charge [cd]tors.
5635
5636 2002-03-17  Neil Booth  <neil@daikokuya.demon.co.uk>
5637
5638         * cp-lang.c (LANG_HOOKS_PARSE_FILE): Redefine.
5639         * parse.y (yyparse): Remove macro.
5640
5641 2002-03-17  Jason Merrill  <jason@redhat.com>
5642
5643         PR c++/5757
5644         * init.c (build_new_1): Pass the right pointer to op delete.
5645
5646 2002-03-16  Nathan Sidwell  <nathan@codesourcery.com>
5647
5648         PR c++/4361
5649         * cp-tree.h (CLASSTYPE_METHOD_VEC): Document where templated
5650         conversion operators go.
5651         (struct lang_decl_flags): Add template_conv_p and unused
5652         bitfields.
5653         (DECL_TEMPLATE_CONV_FN_P): New macro.
5654         * call.c (build_user_type_conversion_1): Don't check second type
5655         conversion of overload set first.
5656         * class.c (add_method): Make sure templated conversion operators
5657         all end up on slot 2.
5658         * lex.c (do_identifier): A conversion operator token might be
5659         satisfied by a templated conversion operator.
5660         * pt.c (check_explicit_specialization): Use
5661         CLASSTYPE_FIRST_CONVERSION_SLOT.
5662         (template_parm_this_level_p): New function.
5663         (push_template_decl_real): Determine DECL_TEMPLATE_CONV_FN_P.
5664         * search.c (lookup_fnfields_1): Template conversions will be on
5665         the first slot.
5666         * typeck.c (build_component_ref): Preserve the type of an
5667         conversion operator name on the overload type.
5668         (build_x_function_call): Retrieve the conversion operator name.
5669
5670 2002-03-15  Richard Henderson  <rth@redhat.com>
5671
5672         * init.c (build_new_1): Use size_binop instead of cp_build_binary_op.
5673
5674 2002-03-15  Mark Mitchell  <mark@codesourcery.com>
5675
5676         * cp-tree.h (CLEANUP_DECL): Remove.
5677         (CLEANUP_EXPR): Likewise.
5678         * decl.c (destroy_local_var): Simplify.
5679         (maybe_build_cleanup): Tidy.
5680         * dump.c (cp_dump_tree): Remove handling of CLEANUP_STMT.
5681         * semantics.c (cp_expand_stmt): Likewise.
5682         * cp/tree.c (cp_statement_code_p): Likewise.
5683
5684 2002-03-15  Jason Merrill  <jason@redhat.com>
5685
5686         PR c++/5857
5687         * decl.c (duplicate_decls): Use merge_types instead of common_type.
5688         * typeck.c (common_type): Just hand off to
5689         type_after_usual_arithmetic_conversions and
5690         composite_pointer_type.
5691         (merge_types): New fn.
5692         (commonparms): Use it instead of common_type.
5693         (type_after_usual_arithmetic_conversions): Also handle COMPLEX_TYPE.
5694         (composite_pointer_type): Also handle attributes.
5695         * cp-tree.h: Declare merge_types.
5696
5697         * decl.c (make_rtl_for_nonlocal_decl): Also defer COMDAT
5698         variables.
5699         * decl2.c (maybe_make_one_only): Also mark the decl as needed.
5700
5701 2002-03-14  Richard Henderson  <rth@redhat.com>
5702
5703         * decl.c: Include c-pragma.h.
5704         (start_decl, start_function): Invoke maybe_apply_pragma_weak.
5705         * Make-lang.in: Update dependencies.
5706
5707 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
5708
5709         PR c++/5908
5710         * call.c (build_over_call): Set TREE_NO_UNUSED_WARNING too.
5711         * cvt.c (convert_to_void): Preserve TREE_NO_UNUSED_WARNING.
5712
5713 2002-03-12  Richard Sandiford  <rsandifo@redhat.com>
5714
5715         * mangle.c (write_builtin_type): Handle 128-bit integers even if
5716         they are not a standard integer type.
5717
5718 2002-03-12  Richard Sandiford  <rsandifo@redhat.com>
5719
5720         * cp-tree.h (init_init_processing): Remove declaration.
5721         * init.c (BI_header_type, init_init_processing): Remove old ABI stuff.
5722         * decl.c (cxx_init_decl_processing): Don't call init_init_processing.
5723
5724 2002-03-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5725
5726         * cp-lang.c (tree_code_type, tree_code_length, tree_code_name):
5727         Define.
5728         * decl.c (duplicate_decls): Use TREE_CODE_LENGTH, not
5729         tree_code_length.
5730         * lex.c (cplus_tree_code_type, cplus_tree_code_length,
5731         cplus_tree_code_name): Delete.
5732         (cxx_init): Don't call add_c_tree_codes, instead set
5733         lang_unsafe_for_reeval.  Don't try to copy into the various
5734         tree_code arrays.
5735
5736 2002-03-12  Nathan Sidwell  <nathan@codesourcery.com>
5737
5738         PR c++/5659
5739         * decl.c (xref_tag): Don't set CLASSTYPE_DECLARED_CLASS here.
5740         * decl2.c (handle_class_head): Set CLASSTYPE_DECLARED_CLASS for
5741         definitions.
5742
5743 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
5744
5745         Revert 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>,
5746         DR209 is now not a defect.
5747         * cp-tree.h (skip_type_access_control): Remove.
5748         * decl.c (grokdeclarator): Do type access control for friend
5749         declarations.
5750         * semantics.c (decl_type_access_control): Don't reset
5751         current_type_lookups.
5752         (save_type_access_control): Always save the lookups.
5753         (skip_type_access_control): Remove.
5754         (finish_class_definition): Don't change type_lookups.
5755
5756 2002-03-11  Nathan Sidwell  <nathan@codesourcery.com>
5757
5758         Revert 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>,
5759         It is incorrect.
5760         * typeck.c (build_static_cast): Compare non-qualified types
5761         with pointer to member conversions.
5762
5763 2002-03-11  Dan Nicolaescu  <dann@ics.uci.edu>
5764             Daniel Berlin  <dan@dberlin.org>
5765
5766         * cp-lang.c (ok_to_generate_alias_set_for_type): New function.
5767         (cxx_get_alias_set): Use it.
5768
5769 2002-03-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5770
5771         * cp-tree.h (stabilize_expr): Prototype.
5772
5773 2002-03-08  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5774
5775         * cp-tree.h (CLEAR_BINFO_MARKED): Make both parts of
5776         conditional return void.
5777
5778 2002-03-08  Neil Booth  <neil@daikokuya.demon.co.uk>
5779
5780         * cp-lang.c (LANG_HOOKS_UNSAVE): Redefine.
5781         * cp-tree.h (cxx_unsave): New.
5782         * tree.c (cp_unsave): Rename cxx_unsave, update prototype.
5783         (init_tree): Update.
5784
5785 2002-03-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5786
5787         * decl.c (cxx_init_decl_processing): Use ARRAY_SIZE in lieu of
5788         explicit sizeof/sizeof.
5789         * decl2.c (cxx_decode_option): Likewise.
5790         * lex.c (init_reswords, REDUCE_LENGTH, TOKEN_LENGTH): Likewise.
5791
5792 2002-03-02  Nathan Sidwell  <nathan@codesourcery.com>
5793
5794         PR c++/775
5795         * decl.c (lookup_tag): Only reject enum/class mismatch, not
5796         class/union mismatch.
5797         * parse.y (check_class_key): New function.
5798         (structsp): Call it.
5799
5800 2002-03-01  Michael Matz  <matz@suse.de>
5801
5802         * typeck.c (cp_pointer_int_sum): Complete inner type which is
5803         used later by size_in_bytes().
5804
5805 2002-03-01  Phil Edwards  <pme@gcc.gnu.org>
5806
5807         * cp-tree.h:  Require __GNUC__ to be #defined.
5808         (build_init):  Add missing prototype.
5809
5810 2002-03-01  Jason Merrill  <jason@redhat.com>
5811
5812         * except.c: Don't include decl.h or obstack.h.  Do include
5813         tree-inline.h.
5814         (build_throw): Destroy temporaries from the thrown
5815         expression before calling __cxa_throw.  Construct a thrown
5816         temporary directly into the exception object.
5817         (stabilize_throw_expr): New function.
5818         (wrap_cleanups_r): New function.
5819         * tree.c (stabilize_expr): New function.
5820         * init.c (build_init): New function.
5821         * Make-lang.in (cp/except.o): Adjust .h deps.
5822
5823 2002-02-28  Jason Merrill  <jason@redhat.com>
5824
5825         * search.c (lookup_base_r): Don't clear is_non_public just because
5826         we found a friendly scope.
5827
5828         * decl.c (finish_function): Only warn about missing return
5829         statement with -Wreturn-type.
5830
5831 2002-02-28  Neil Booth  <neil@daikokuya.demon.co.uk>
5832
5833         * class.c (build_clone): Update.
5834         * cp-lang.c (LANG_HOOKS_DUP_LANG_SPECIFIC_DECL): Redefine.
5835         * cp-tree.h (cxx_dup_lang_specific_decl): New.
5836         * lex.c (copy_lang_decl): Rename cxx_dup_lang_specific_decl.
5837         (copy_decl): Update.
5838         * method.c (make_thunk): Update.
5839
5840 2002-02-27  Zack Weinberg  <zack@codesourcery.com>
5841
5842         * decl2.c: Delete traditional-mode-related code copied from
5843         the C front end but not used, or used only to permit the
5844         compiler to link.
5845
5846 2002-02-24 Craig Rodrigues  <rodrigc@gcc.gnu.org>
5847
5848         PR c++/4093
5849         * cp-tree.h (SET_BINFO_MARKED): Cast false part of condition
5850         to void.
5851
5852 2002-02-22  Jakub Jelinek  <jakub@redhat.com>
5853
5854         PR other/5746
5855         * semantics.c (finish_switch_cond): Don't call get_unwidened
5856         if error_mark_node.
5857
5858 2002-02-22  Nathan Sidwell  <nathan@codesourcery.com>
5859
5860         PR c++/2645, DR 295
5861         * cp-tree.h (tsubst_flags_t): Add tf_ignore_bad_quals,
5862         tf_keep_type_decl.
5863         (make_typename_type): Use tsubst_flags_t.
5864         * decl.c (make_typename_type): Adjust. Return non-artificial
5865         TYPE_DECLs, if required.
5866         (grokdeclarator): Simplify CVR qualification handling. Allow bad
5867         qualifiers on typedef types.
5868         * decl2.c (handle_class_head): Adjust make_typename_type call.
5869         * parse.y (nested_name_specifier): Likewise.
5870         (typename_sub0): Likewise.
5871         (typename_sub1): Likewise.
5872         * pt.c (convert_template_argument): Adjust make_typename_type
5873         return value.
5874         (tsubst): Adjust cp_build_qualified_type_real calls.
5875         (check_cv_quals_for_unify): Cope with allowing bad qualifications
5876         on template type parms.
5877         (instantiate_decl): Recheck substitutions to give warnings on bad
5878         qualifications.
5879         * tree.c (cp_build_qualified_type_real): Use tf_allow_bad_quals.
5880
5881 2002-02-21  Aldy Hernandez  <aldyh@redhat.com>
5882
5883         * cp/decl.c (duplicate_decls): Merge always_inline attribute.
5884
5885         * cp/tree.c (cp_cannot_inline_tree_fn): Do not inline at -O0
5886         unless DECL_ALWAYS_INLINE.
5887
5888 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
5889
5890         * typeck.c (cp_pointer_int_sum): Renamed from
5891         pointer_int_sum, call pointer_int_sum.
5892
5893 2002-02-20  Jakub Jelinek  <jakub@redhat.com>
5894
5895         * decl.c (duplicate_decls): Return 0 if issued error about
5896         redeclaration.
5897
5898 2002-02-19  Jason Merrill  <jason@redhat.com>
5899
5900         ABI change: Mangle `void (A::*)() const' as
5901         M1AKFvvE, not MK1AFvvE.
5902         * mangle.c (write_function_type): Write cv-quals for member
5903         function type here.
5904         (write_pointer_to_member_type): Not here.
5905
5906 2002-02-18  Jason Merrill  <jason@redhat.com>
5907
5908         * pt.c (do_type_instantiation): Don't pedwarn if in_system_header.
5909         (do_decl_instantiation): Likewise.
5910
5911 2002-02-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
5912
5913         PR c++/5685
5914         * decl.c (duplicate_decls): Make warning unconditional
5915         if duplicate default argument declarations are present.
5916
5917 2002-02-17  Jakub Jelinek  <jakub@redhat.com>
5918
5919         * typeck.c (build_binary_op) [BIT_XOR_EXPR]: Remove explicit
5920         shortening.
5921
5922 2002-02-15  Nathan Sidwell  <nathan@codesourcery.com>
5923
5924         * decl.c (grokdeclarator): Set typedef_decl for all TYPE_DECLs,
5925         remove incorrect comment. Move #if 0'd code to common path. Use
5926         IMPLICIT_TYPENAME_P. Simplify & reformat ARRAY_TYPE duplication.
5927
5928 2002-02-13  Jason Merrill  <jason@redhat.com>
5929
5930         * decl.c (builtin_function): Set TREE_THIS_VOLATILE on return fns.
5931         (finish_function): Don't warn if current_function_returns_null.
5932
5933         * typeck2.c (digest_init): Do handle values of vector type.
5934
5935         * typeck2.c (digest_init, process_init_constructor): Treat vectors
5936         like arrays.
5937
5938 2002-02-11  Jason Merrill  <jason@redhat.com>
5939
5940         * parse.y (reserved_declspecs): Don't handle attributes.
5941         (reserved_typespecquals): Handle them here.
5942         * Make-lang.in (parse.c): Adjust expected conflicts.
5943
5944 2002-02-08  Jakub Jelinek  <jakub@redhat.com>
5945
5946         * parse.y (primary, primary_no_id): Use compstmt_or_stmtexpr
5947         instead of compstmt.
5948         (compstmt_or_stmtexpr): Renamed from compstmt.
5949         (compstmt): In addition to compstmt_or_stmtexpr clear last_expr_type.
5950
5951 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
5952
5953         Rename instantiate_type_flags to tsubst_flags_t & expand use.
5954         * cp-tree.h (instantiate_type_flags): Rename to ...
5955         (tsubst_flags_t): ... here. Rename itf_complain to tf_error,
5956         add tf_warning flag.
5957         (instantiate_type): Adjust prototype.
5958         (tsubst, tsubst_expr, tsubst_copy, lookup_template_class,
5959         do_type_instantiation, cp_build_qualified_type_real): Likewise.
5960         cp_build_qualified_type: Adjust.
5961         * class.c (instantiate_type): Adjust parameter. Rename itf_* to
5962         tf_*.
5963         * call.c (standard_conversion): Rename itf_* to tf_*.
5964         (reference_binding): Likewise.
5965         (convert_like_real): Likewise.
5966         * cvt.c (cp_convert_to_pointer): Likewise.
5967         (convert_to_reference): Likewise.
5968         * decl.c (lookup_namespace_name): Use tf_* flags.
5969         (make_typename_type): Likewise.
5970         (grokdeclarator): Likewise.
5971         * pt.c (convert_nontype_argument): Adjust COMPLAIN usage.
5972         (coerce_template_template_parms, convert_template_argument,
5973         coerce_template_parms, maybe_get_template_decl_from_type_decl,
5974         lookup_template_class, tsubst_friend_function, tsubst_friend_class,
5975         instantiate_class_template, tsubst_template_arg_vector,
5976         tsubst_template_parms, tsubst_aggr_type, tsubst_default_argument,
5977         tsubst_decl, tsubst_arg_types, tsubst_function_type,
5978         tsubst_call_declarator_parms, tsubst, tsubst_copy, tsubst_expr,
5979         instantiate_template, fn_type_unification,
5980         resolve_overloaded_unification, verify_class_unification,
5981         unify, get_bindings_real, do_type_instantiation,
5982         regenerate_decl_from_template, instantiate_decl,
5983         tsubst_initializer_list, tsubst_enum,
5984         get_mostly_instantiated_function_type,
5985         invalid_nontype_parm_type_p): Likewise.
5986         * tree.c (cp_build_qualified_type_real): Likewise.
5987         * typeck.c (build_binary_op): Rename itf_* to tf_*.
5988         (build_ptrmemfunc): Likewise.
5989         (convert_for_assignment): Likewise.
5990
5991 2002-02-07  Nathan Sidwell  <nathan@codesourcery.com>
5992
5993         PR c++/109
5994         * decl.c (grokdeclarator): Allow friend declarations from
5995         dependent types.
5996         * decl2.c (handle_class_head): Don't push into template parm contexts.
5997         * pt.c (push_template_decl_real): Template parm contexts are never
5998         being defined.
5999
6000 2002-02-05  Alexandre Oliva  <aoliva@redhat.com>
6001
6002         * class.c: Include target.h.
6003         (check_bitfield_decl): Disregard EMPTY_FIELD_BOUNDARY,
6004         BITFIELDS_NBYTES_LIMITED and PCC_BITFIELD_TYPE_MATTERS for MS
6005         bit-field layout.
6006         * Make-lang.in: Adjust deps.
6007
6008 2002-02-05  Jason Merrill  <jason@redhat.com>
6009
6010         * error.c (dump_type): Be more helpful about VECTOR_TYPE.
6011
6012 2002-02-04  Jakub Jelinek  <jakub@redhat.com>
6013
6014         * semantics.c (begin_switch_stmt): Clear SWITCH_TYPE.
6015         (finish_switch_cond): Set SWITCH_TYPE.
6016
6017 2002-02-04  Richard Henderson  <rth@redhat.com>
6018
6019         * method.c (use_thunk): Always initialize the block tree.  Reindent.
6020         * semantics.c (expand_body): Emit thunks after function, not before.
6021
6022 2002-02-04  Jason Merrill  <jason@redhat.com>
6023
6024         * decl.c (start_function): Call cplus_decl_attributes immediately
6025         after grokdeclarator.
6026
6027         * decl.c (start_function): Combine DECL_RESULT handling code.
6028
6029 2002-02-03  Jason Merrill  <jason@redhat.com>
6030
6031         * xref.c: Remove.
6032         * Make-lang.in (CXX_OBJS): Remove cp/xref.o
6033         (cp/xref.o): Remove dependencies.
6034         * class.c (finish_struct_1, check_methods): Don't call xref fns.
6035         (finish_struct_1): Likewise.
6036         * friend.c (make_friend_class): Likewise.
6037         * lex.c (cxx_init, cxx_finish, extract_interface_info): Likewise.
6038         * spew.c (read_process_identifier): Likewise.
6039
6040 2002-02-01  Jason Merrill  <jason@redhat.com>
6041
6042         PR c++/4872
6043         * decl.c (finish_function): Warn about a non-void function with
6044         no return statement and no abnormal exit.
6045         * cp-tree.h (struct cp_language_function): Add returns_abnormally.
6046         (current_function_returns_abnormally): New macro.
6047         * call.c (build_call): Set it.
6048
6049         * typeck.c (build_component_ref): Always complain about offsetof
6050         constructs on non-PODs.  Only make it an error for members of
6051         virtual bases.
6052
6053         * error.c (dump_scope): Don't add TFF_DECL_SPECIFIERS.
6054         (dump_function_decl): Always dump parms.
6055
6056         * decl2.c (finish_static_data_member_decl): Complain about a local
6057         class with a static data member.
6058
6059         PR c++/4286
6060         * search.c (lookup_field_1): Don't xref a static data member
6061         just because we looked it up.
6062
6063 2002-01-31  Jason Merrill  <jason@redhat.com>
6064
6065         * Make-lang.in (parse.c): Handle .output file.
6066
6067         PR c++/3395
6068         * decl.c (xref_tag): Remember early attributes in TYPE_ATTRIBUTES,
6069         not TREE_TYPE.
6070         * semantics.c (finish_class_definition): Adjust.
6071
6072         Allow attributes in parms and casts.
6073         * parse.y (named_parm): Don't strip attrs.
6074         (declmods): Remove 'attributes' production.
6075         (nonempty_cv_qualifiers): Accept attributes.
6076         (ATTRIBUTE): Give precedence.
6077         * decl.c (groktypename): Handle attributes.
6078         (grokparms): Likewise.
6079
6080 2002-01-29  Jakub Jelinek  <jakub@redhat.com>
6081
6082         * decl2.c (cxx_decode_option): Pass 0 as last argument to
6083         cpp_handle_option.
6084         * lang-specs.h: Use cpp_unique_options instead of cpp_options
6085         when used together with cc1_options.
6086
6087 2002-01-29  Nathan Sidwell  <nathan@codesourcery.com>
6088
6089         PR c++/5132
6090         * typeck2.c (digest_init): Make sure non-array core type is
6091         instantiated.
6092         * decl2.c (reparse_absdcl_as_casts): Just store the type in the
6093         constructor, rather than build a new one.
6094         (build_expr_from_tree, CONSTRUCTOR case): Be careful with the
6095         PURPOSE of constructor elts.
6096
6097 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
6098
6099         * Make-lang.in (parse.c): Adjust expected number of
6100         shift-reduce conflicts.
6101         (decl.o): Depend on diagnostic.h.
6102         * decl.c: Include diagnostic.h.
6103         (grokdeclarator): Check for null pointer.
6104         (finish_function): Don't abort when
6105         current_binding_level->parm_flag != 1, if errors have
6106         occurred; throw away the statement tree and extra binding
6107         levels, and continue.
6108         * lex.c (note_list_got_semicolon): Check for null pointer.
6109         * method.c (hack_identifier): Just return error_mark_node if
6110         value is error_mark_node.
6111         * parse.y (primary: TYPEID(type_id)): No need to use
6112         TYPE_MAIN_VARIANT here.
6113         (handler_seq): Accept an empty list of catch clauses and
6114         generate a fake handler block to avoid later crashes.
6115         (ansi_raise_identifier): Accept the error token too.
6116         * semantics.c (begin_class_definition,
6117         finish_class_definition): Check for error_mark_node.
6118
6119 2002-01-23  Zack Weinberg  <zack@codesourcery.com>
6120
6121         * typeck2.c (friendly_abort): Delete definition.
6122         * cp-tree.h (friendly_abort): Don't prototype.
6123         (my_friendly_assert): Use fancy_abort.
6124
6125 2002-01-23  Craig Rodrigues  <rodrigc@gcc.gnu.org>
6126
6127         * cp-tree.h (my_friendly_abort): Remove.
6128
6129 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
6130
6131         * spew.c (pending_inlines, pending_inlines_tail,
6132         processing_these_inlines): Make static.
6133         (mark_pending_inlines): Remove static.
6134         (begin_parsing_inclass_inline): If in function, save pi
6135         for GC to cp_function_chain->unparsed_inlines instead.
6136         (process_next_inline): Likewise.
6137         * cp-tree.h (struct cp_language_function): Add unparsed_inlines.
6138         (mark_pending_inlines): Add prototype.
6139         * decl.c (spew_debug): Remove unused extern.
6140         (mark_lang_function): Call mark_pending_inlines.
6141
6142 2002-01-23  Craig Rodrigues  <rodrigc@gcc.gnu.org>
6143
6144         * call.c, class.c, decl.c, decl2.c, error.c, expr.c, friend.c,
6145         init.c, lex.c, mangle.c, method.c, pt.c, repo.c, rtti.c, search.c,
6146         semantics.c, spew.c, tree.c, typeck.c, typeck2.c, xref.c:
6147         Change my_fancy_abort() to abort().
6148
6149 2002-01-23  Jason Merrill  <jason@redhat.com>
6150
6151         PR c++/5453
6152         * class.c (fixed_type_or_null): Fix thinko.
6153
6154         PR c++/3331
6155         * init.c (resolve_offset_ref): Use build_indirect_ref.
6156
6157         * decl2.c (grokclassfn): Don't set DECL_REGISTER on 'this'.
6158
6159 2002-01-22  Jason Merrill  <jason@redhat.com>
6160
6161         * parse.y (function_body): Suppress the block for the outermost
6162         curly braces.
6163         * decl.c (pushdecl): Don't try to skip it.
6164         (begin_function_body): Keep the block we create, not the next one.
6165         * init.c (emit_base_init): Don't mess with keep_next_level.
6166
6167         * class.c (build_base_path): Tweak formatting.
6168
6169 2002-01-19  Nathan Sidwell  <nathan@codesourcery.com>
6170
6171         Fix regression introduced with patch for c++/775
6172         * parse.y (class_head_defn): Check for template specializations
6173         with a different class-key.
6174
6175 2002-01-17  Jason Merrill  <jason@redhat.com>
6176
6177         * decl.c (begin_constructor_body, begin_destructor_body): New fns.
6178         (begin_function_body): Call them and keep_next_level.
6179         * init.c (emit_base_init): Call keep_next_level.
6180         * semantics.c (setup_vtbl_ptr): Lose.
6181         * cp-tree.h (struct cp_language_function): Remove vtbls_set_up_p.
6182         (vtbls_set_up_p): Lose.
6183         * pt.c (tsubst_expr, CTOR_INITIALIZER): Call emit_base_init.
6184         * method.c (do_build_copy_constructor): Likewise.
6185         (synthesize_method): Call finish_mem_initializers.
6186         * parse.y (nodecls): Likewise.
6187
6188         * error.c (dump_type_suffix): Print the exception specs before
6189         recursing.
6190         (dump_function_decl): Here, too.
6191
6192         * cp-tree.h (TMPL_PARMS_DEPTH): Cast to signed HOST_WIDE_INT.
6193
6194 2002-01-10  Ira Ruben   <ira@apple.com>
6195
6196         PR c++/907
6197         * decl.c (start_method): Handle attrlist.
6198
6199 2002-01-10  Jakub Jelinek  <jakub@redhat.com>
6200
6201         * decl2.c (max_tinst_depth): Increase default limit to 500.
6202
6203 2002-01-10  Graham Stott  <grahams@redhat.com>
6204
6205         * spew.c (YYCHAR): Uppercase macro parameter and add
6206         parenthesis.
6207         (YYCODE): Likewise.
6208         (NAME): Uppercase macro parameter.
6209
6210 2002-01-09  Graham Stott  <grahams@redhat.com>
6211
6212         * decl.h (grokdeclarator): Wrap long line.
6213
6214         * semantics.c (FINISH_COND): Uppercase macro paramaters and
6215         add parenthesis.
6216
6217 2002-01-08  Graham Stott  <grahams@redhat.com>
6218
6219         * xref.c (FILE_NAME_ABSOLUTE_P): Add parenthesis.
6220         (PALLOC): Uppercase macro parameter and whitespace.
6221         (SALLOC): Uppercase macro parameter.
6222         (SFREE): Uppercase macros parameter, add parenthese and
6223         whitespace.
6224         (STREQL): Uppercase macro parameter and whitespace.
6225         (STRNEQ): Likewise.
6226         (STRLSS): Likewise.
6227         (STRLEQ): Likewise.
6228         (STRGTR): Likewise.
6229         (STRGEQ): Likewise.
6230
6231         * call.c (convert_like): Add parenthesis and wrap.
6232         (convert_like_with_context): Likewise.
6233         (ICS_RANK): Whitespace.
6234         (NEED_TEMPORARY_P): Remove parenthesis.
6235
6236         * class.c (VTT_TOP_LEVEL_P): Uppercase macro parameter and
6237         whitespace.
6238         (VTT_MARKED_BINFO_P): Likewise.
6239
6240         * decl.c (BINDING_LEVEL): Add parenthesis.
6241         (DEF_OPERATOR): Likewise.
6242
6243         * mangle.c (MANGLE_TRACE): Add parenthesis.
6244         (MANGLE_TRACE_TREE): Likewise.
6245         (write_signed_number): Likewise.
6246         (write_unsigned_number): Likewise.
6247
6248         * pt.c (ccat): Uppercase macro parameter.
6249         (cat): Likewise
6250
6251         * search.c (SET_BINFO_ACCESS): Add parenthesis.
6252
6253 2002-01-07  Jason Merrill  <jason@redhat.com>
6254
6255         * decl2.c (coerce_new_type): Downgrade error for size_t mismatch
6256         to pedwarn.
6257
6258         PR c++/3536
6259         * method.c (make_thunk): If !flag_weak, give the thunk the
6260         function's linkage.
6261         (use_thunk): Here, too.
6262
6263 2002-01-07  Graham Stott  <grahams@redhat.com>
6264
6265         * error.c: Update copyright date.
6266         (print_scope_operator): Add parenthesis.
6267         (print_left_paren): Likewise.
6268         (print_right_paren): Likewise.
6269         (print_left_bracket): Likewise.
6270         (print_right_bracket): Likewise.
6271         (print_template_argument_list_start): Likewise.
6272         (print_template_argument_list_end): Likewise.
6273         (print_non_consecutive_character): Likewise.
6274         (print_tree_identifier): Likewise.
6275         (print_identifier): Likewise.
6276         (NEXT_CODE): Uppercase macro parameter.
6277         (ident_fndecl): Delete unused.
6278         (GLOBAL_THING): Likewise.
6279
6280 2002-01-06  Graham Stott  <grahams@redhat.com>
6281
6282         * cp-tree.h (VAR_OR_FUNCTION_DECL_CHECK): Add parenthesis.
6283         (VAR_FUNCTION_OR_PARM_DECL_CHECK): Likewise.
6284         (VAR_TEMPL_TYPE_OR_FUNCTION_DECL_CHECK) Likewise.
6285         (RECORD_OR_UNION_TYPE_CHECK): Likewise.
6286         (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Likewise.
6287         (C_IS_RESERVED_WORD): Uppercase macro parameter.
6288         (C_RID_YYCODE) Likewise.
6289         (ptrmem_cst): Use rtx.
6290         (LOCAL_BINDING_P): Add whitespace.
6291         (INHERITED_VALUE_BINDING_P): Likewise.
6292         (BINDING_SCOPE): Wrap long line.
6293         (BINDING_HAS_LEVEL_P): Remove parenthesis.
6294         (BINDING_VALUE): Wrap long line.
6295         (BINDING_TYPE): Whitespace.
6296         (IDENTIFIER_GLOBAL_VALUE): Add parenthesis.
6297         (SET_IDENTIFIER_GLOBAL_VALUE): Likewise.
6298         (IDENTIFIER_NAMESPACE_VALUE): Likewise.
6299         (SET_IDENTIFIER_NAMESPACE_VALUE: Likewise.
6300         (same_type_p): Uppercase macro parameters.
6301         (same_type_ignoring_top_level_qualifiers_p): Likewise.
6302         (OVL_FUNCTION): Wrap long line.
6303         (OVL_CHAIN): Whitespace.
6304         (OVL_CURRENT): Add parenthesis and whitespace.
6305         (OVL_NEXT): Whitespace.
6306         (OVL_USED): Likewise.
6307         (IDENTIFIER_TYPE_VALUE): Likewise.
6308         (REAL_IDENTIFIER_TYPE_VALUE): Remove parenthesis.
6309         (SET_IDENTIFIER_TYPE_VALUE): Add parenthesis and whitespace.
6310         (LANG_ID_FIELD): Whitespace.
6311         (SET_LANG_ID(NODE,VALUE,NAME): Likewise.
6312         (IDENTIFIER_LABEL_VALUE): Whitespace and wrap.
6313         (SET_IDENTIFIER_LABEL_VALUE): Whitespace.
6314         (IDENTIFIER_IMPLICIT_DECL): Whitespace and wrap.
6315         (SET_IDENTIFIER_IMPLICIT_DECL); Whitespace.
6316         (IDENTIFIER_ERROR_LOCUS): Whitespace and wrap.
6317         (SET_IDENTIFIER_ERROR_LOCUS); Whitespace.
6318         (IDENTIFIER_VIRTUAL_P): Likewise.
6319         (IDENTIFIER_OPNAME_P): Likewise.
6320         (IDENTIFIER_TYPENAME_P): Remove parenthesis.
6321         (C_TYPE_FIELDS_READONLY): Uppercase macro parameters.
6322         (C_SET_EXP_ORIGINAL_CODE): Likewise.
6323         (TYPE_ASSEMBLER_NAME_STRING): Wrap long line.
6324         (TYPE_ASSEMBLER_NAME_LENGTH): Likewise.
6325         (IS_AGGR_TYPE): Uppercase macro parameter.
6326         (CLASS_TYPE_P): Likewise.
6327         (IS_AGGR_TYPE_CODE): Uppercase macro parameter and parenthesis.
6328         (IS_AGGR_TYPE_2): Whitespace.
6329         (TAGGED_TYPE_P): Uppercase macro parameter.
6330         (TYPE_BUILT_IN): Whitespace.
6331         (TYPE_FOR_JAVA): Likewise.
6332         (FUNCTION_ARG_CHAIN): Remove parenthesis.
6333         (FUNCTION_FIRST_USER_PARMTYPE): Add parenthesis.
6334         (FUNCTION_FIRST_USER_PARAM): Likewise.
6335         (PROMOTES_TO_AGGR_TYPE): Whitespace.
6336         (DERIVED_FROM_P): Add parenthesis and wrap.
6337         (UNIQUELY_DERIVED_FROM_P): Likewise.
6338         (ACCESSIBLY_UNIQUELY_DERIVED_P): Likewise.
6339         (PUBLICLY_UNIQUELY_DERIVED_P): Likewise.
6340         (CLASSTYPE_USE_TEMPLATE): Whitespace.
6341         (CLASSTYPE_INLINE_FRIENDS): Remove parenthesis.
6342         (TYPE_GETS_DELETE): Add parenthesis.
6343         (TYPE_HAS_CONVERSION): Add parenthesis and wrap.
6344         (TYPE_HAS_ASSIGN_REF): Likewise,
6345         (TYPE_HAS_CONST_ASSIGN_REF): Likewise.
6346         (TYPE_HAS_INIT_REF): Likewise.
6347         (TYPE_HAS_CONST_INIT_REF): Likewise.
6348         (TYPE_BEING_DEFINED): Likewise.
6349         (TYPE_LANG_SPECIFIC): Likewise.
6350         (CLASSTYPE_RTTI): Likewise.
6351         (TYPE_OVERLOADS_CALL_EXPR): Likewise.
6352         (TYPE_OVERLOADS_ARRAY_REF): Likewise.
6353         (TYPE_OVERLOADS_ARROW): Likewise.
6354         (TYPE_USES_MULTIPLE_INHERITANCE): Likewise.
6355         (TYPE_USES_VIRTUAL_BASECLASSES): Add parenthesis.
6356         (CLASSTYPE_METHOD_VEC): Likewise.
6357         (CLASSTYPE_MARKED_N): Likewise.
6358         (CLASSTYPE_MARKED): Likewise.
6359         (CLASSTYPE_MARKED2): Likewise.
6360         (CLASSTYPE_MARKED3): Likewise.
6361         (CLASSTYPE_MARKED4): Likewise.
6362         (CLASSTYPE_MARKED5): Likewise.
6363         (CLASSTYPE_MARKED6): Likewise.
6364         (SET_CLASSTYPE_MARKED): Whitespace.
6365         (CLEAR_CLASSTYPE_MARKED): Likewise.
6366         (SET_CLASSTYPE_MARKED2): Likewise.
6367         (CLEAR_CLASSTYPE_MARKED2): Likewise.
6368         (SET_CLASSTYPE_MARKED3): Likewise.
6369         (CLEAR_CLASSTYPE_MARKED3): Likewise.
6370         (SET_CLASSTYPE_MARKED4): Likewise.
6371         (CLEAR_CLASSTYPE_MARKED4): Likewise.
6372         (SET_CLASSTYPE_MARKED5): Likewise.
6373         (CLEAR_CLASSTYPE_MARKED5): Likewise.
6374         (SET_CLASSTYPE_MARKED6): Likewise.
6375         (CLEAR_CLASSTYPE_MARKED6): Likewise.
6376         (CLASSTYPE_TAGS): Likewise.
6377         (CLASSTYPE_VSIZE): Likewise.
6378         (CLASSTYPE_VBASECLASSES): Likewise.
6379         (CANONICAL_BINFO): Add parenthesis.
6380         (CLASSTYPE_SIZE(NODE): Likewise.
6381         (CLASSTYPE_SIZE_UNIT): Likewise.
6382         (CLASSTYPE_ALIGN(NODE): Likewise.
6383         (CLASSTYPE_USER_ALIGN): Likewise.
6384         (TYPE_JAVA_INTERFACE): Likewise.
6385         (CLASSTYPE_PURE_VIRTUALS): Likewise.
6386         (CLASSTYPE_NEEDS_VIRTUAL_REINIT): Whitespace and wrap.
6387         (TYPE_HAS_DEFAULT_CONSTRUCTOR): Likewise.
6388         (CLASSTYPE_HAS_MUTABLE): Likewise.
6389         (CLASSTYPE_FRIEND_CLASSES): Likewise. Likewise.
6390         (CLASSTYPE_DECLARED_CLASS): Whitespace and wrap.
6391         (CLASSTYPE_READONLY_FIELDS_NEED_INIT): Likewise.
6392         (CLASSTYPE_REF_FIELDS_NEED_INIT): Likewise.
6393         (CLASSTYPE_INTERFACE_ONLY): Likewise.
6394         (CLASSTYPE_INTERFACE_KNOWN): Likewise.
6395         (CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
6396         (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
6397         (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
6398         (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
6399         (CLASSTYPE_DEBUG_REQUESTED): Whitespace and wrap.
6400         (BINFO_UNSHARED_MARKED): Whitespace.
6401         (BINFO_MARKED): Whitespace and wrap.
6402         (SET_BINFO_MARKED): Likewise.
6403         (CLEAR_BINFO_MARKED): Likewise.
6404         (BINFO_VTABLE_PATH_MARKED): Likewise.
6405         (SET_BINFO_VTABLE_PATH_MARKED): Likewise.
6406         (CLEAR_BINFO_VTABLE_PATH_MARKED): Likewise.
6407         (BINFO_SUBVTT_INDEX): Remove parenthesis.
6408         (BINFO_VPTR_INDEX): Likewise.
6409         (BINFO_PRIMARY_BASE_OF): Likewise,
6410         (CLASSTYPE_VFIELDS): Whitespace.
6411         (VF_DERIVED_VALUE): Wrap long line.
6412         (NAMESPACE_LEVEL): Whitespace.
6413         (CAN_HAVE_FULL_LANG_DECL_P): Remove parenthesis.
6414         (DEFARG_POINTER): Whitespace.
6415         (DECL_NEEDED_P): Remove parenthesis.
6416         (DECL_LANGUAGE): Whitespace.
6417         (SET_DECL_LANGUAGE): Add parenthesis.
6418         (DECL_CONSTRUCTOR_P): Whitespace and wrap.
6419         (DECL_OVERLOADED_OPERATOR_P): Remove parenthesis.
6420         (DECL_IN_AGGR_P): Whitespace.
6421         (DECL_FRIEND_P): Likewise.
6422         (DECL_BEFRIENDING_CLASSES): Likewise.
6423         (DECL_STATIC_FUNCTION_P): Whitespace and wrap.
6424         (DECL_NONCONVERTING_P): Whitespace.
6425         (DECL_PURE_VIRTUAL_P): Likewise.
6426         (DECL_NEEDS_FINAL_OVERRIDER_P): Likewise.
6427         (DECL_PENDING_INLINE_INFO): Whitespace.
6428         (DECL_SORTED_FIELDS): Likewise.
6429         (DECL_DEFERRED_FN): Likewise.
6430         (DECL_TEMPLATE_INFO): Likewise.
6431         (CLASSTYPE_TEMPLATE_INFO): Whitespace and wrap.
6432         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO); Likewise.
6433         (SET_TYPE_TEMPLATE_INFO): Add parenthesis.
6434         (TMPL_ARGS_LEVEL): Likewise.
6435         (SET_TMPL_ARGS_LEVEL): Likewise.
6436         (INNERMOST_TEMPLATE_PARMS): Whitespace.
6437         (C_TYPEDEF_EXPLICITLY_SIGNED): Uppercase macro parameter.
6438         (INTEGRAL_CODE_P(CODE): Add parenthesis.
6439         (CP_INTEGRAL_TYPE_P): Remove parenthesis.
6440         (TYPE_HAS_CONSTRUCTOR): Whitespace.
6441         (TREE_HAS_CONSTRUCTOR): Likewise.
6442         (TYPE_HAS_DESTRUCTOR): Likewise.
6443         (TYPE_HAS_REAL_ASSIGN_REF): Likewise.
6444         (TYPE_HAS_COMPLEX_ASSIGN_REF): Likewise.
6445         (TYPE_HAS_ABSTRACT_ASSIGN_REF): Likewise.
6446         (TYPE_HAS_COMPLEX_INIT_REF): Likewise.
6447         (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): Likewise.
6448         (TYPE_PTRMEMFUNC_P): Likewise.
6449         (TYPE_PTRMEMFUNC_FLAG): Likewise.
6450         (TYPE_GET_PTRMEMFUNC_TYPE): Likewise.
6451         (TYPE_SET_PTRMEMFUNC_TYPE): Likewise.
6452         (TYPE_PTRMEM_CLASS_TYPE): Remove parenthesis.
6453         (TYPE_PTRMEM_POINTED_TO_TYPE): Likewise.
6454         (DECL_ACCESS): Whitespace.
6455         (DECL_GLOBAL_CTOR_P): Remove parenthesis.
6456         (DECL_GLOBAL_DTOR_P): Likewise.
6457         (GLOBAL_INIT_PRIORITY): Likewise.
6458         (DECL_TEMPLATE_PARMS): Likewise.
6459         (DECL_TEMPLATE_RESULT): Likewise.
6460         (DECL_TEMPLATE_INSTANTIATIONS): Likewise.
6461         (DECL_TEMPLATE_SPECIALIZATIONS): Likewise.
6462         (DECL_IMPLICIT_TYPEDEF_P): Remove parenthesis.
6463         (SET_DECL_IMPLICIT_TYPEDEF_P): Likewise.
6464         (PRIMARY_TEMPLATE_P): Add parenthesis.
6465         (DECL_USE_TEMPLATE): Whitespace.
6466         (CLASSTYPE_IMPLICIT_INSTANTIATION): Likewise.
6467         (SET_CLASSTYPE_IMPLICIT_INSTANTIATION): Likewise.
6468         (CLASSTYPE_EXPLICIT_INSTANTIATION): Likewise.
6469         (SET_CLASSTYPE_EXPLICIT_INSTANTIATION): Likewise.
6470         (CALL_DECLARATOR_PARMS): Remove parenthesis.
6471         (CALL_DECLARATOR_QUALS): Likewise.
6472         (CALL_DECLARATOR_EXCEPTION_SPEC): Likewise.
6473         (TEMP_NAME_P): Wrap.
6474         (VFIELD_NAME_P): Likewise.
6475         (B_SET): Uppercase macro parameters and add parenthesis.
6476         (B_CLR): Likewise.
6477         (B_TST): Likewise.
6478         (LOOKUP_NAMESPACES_ONLY): Uppercase macro parameters.
6479         (LOOKUP_TYPES_ONLY): Uppercase macro parameters.
6480         (LOOKUP_QUALIFIERS_ONLY): Uppercase macro parameters.
6481         (same_or_base_type_p): Likewise.
6482         (cp_deprecated): Likewise.
6483
6484 2002-01-05  Richard Henderson  <rth@redhat.com>
6485
6486         * semantics.c (expand_body): Revert last change.
6487
6488 2002-01-04  Jason Merrill  <jason@redhat.com>
6489
6490         PR c++/4122
6491         * class.c (update_vtable_entry_for_fn): Set delta to zero for a
6492         lost primary.
6493
6494         * class.c (build_vtbl_initializer): Check for a lost primary
6495         before calculating the vtable entry to throw away.
6496
6497 2002-01-02  Jason Merrill  <jason@redhat.com>
6498
6499         * semantics.c (expand_body): Call outlining_inline_function when
6500         emitting an inline function out of line.
6501
6502 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6503
6504         PR c++/5116, c++/764 reversion
6505         * call.c (build_new_op): Revert the instantiations. They are
6506         incorrect.
6507
6508 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6509
6510         PR c++/5089
6511         * decl2.c (reparse_absdcl_as_casts): Don't warn about casts to void.
6512
6513 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6514
6515         PR c++/3716
6516         * pt.c (tsubst_aggr_type): Move pmf handling into tsubst.
6517         (tsubst, case POINTER_TYPE): Handle pmfs here.
6518         (tsubst, case OFFSET_TYPE): Check it is not an offset to
6519         reference. If it is offset to FUNCTION_TYPE, create a METHOD_TYPE.
6520
6521 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6522
6523         PR c++/35
6524         * cp-tree.h (DECL_LANG_FLAG_0): Used for PARM_DECL too.
6525         (DECL_TEMPLATE_PARM_P): A PARM_DECL might be one too.
6526         * pt.c (process_template_parm): SET_DECL_TEMPLATE_PARM_P on the
6527         PARM_DECL.
6528         (tsubst_template_parms): Break up loop statements.
6529         (tsubst_decl, case PARM_DECL): Copy DECL_TEMPLATE_PARM_P. Template
6530         parm PARM_DECLs don't get promoted.
6531
6532 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6533
6534         PR c++/5123
6535         * typeck.c (build_component_ref): Cope with a TEMPLATE_ID_EXPR.
6536         (build_x_function_call): Cope with a COMPONENT_REF containing a
6537         TEMPLATE_ID_EXPR.
6538
6539 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6540
6541         PR c++/5213
6542         * pt.c (convert_template_argument): Be more careful determining
6543         when RECORD_TYPE templates are or are not templates.
6544
6545 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6546
6547         PR c++/775
6548         * cp-tree.h (handle_class_head): Adjust prototype.
6549         * decl2.c (handle_class_head): Add DEFN_P and NEW_TYPE_P
6550         parameters. Use for all class heads.
6551         * parse.y (named_class_head_sans_basetype, named_class_head,
6552         named_complex_class_head_sans_basetype,
6553         named_class_head_sans_basetype_defn,
6554         unnamed_class_head): Remove.
6555         (class_head, class_head_apparent_template): Recognize class heads
6556         (class_head_decl, class_head_defn): New reductions. Process class
6557         heads.
6558         (structsp): Adjust class definition and class declaration
6559         reductions.
6560         (maybe_base_class_list): Give diagnostic on empty list.
6561
6562 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6563
6564         PR c++/4379
6565         * typeck.c (build_x_unary_op): Don't destroy the OFFSET_REF on a
6566         single non-static member.
6567         (unary_complex_lvalue): If it cannot be a pointer to member, don't
6568         make it so. Check it is not pointer to reference.
6569
6570 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6571
6572         PR c++/5132
6573         * decl2.c (reparse_absdcl_as_casts): Don't digest_init if we
6574         are processing a template decl.
6575
6576 2002-01-02  Nathan Sidwell  <nathan@codesourcery.com>
6577
6578         PR c++/5116, c++/764
6579         * call.c (build_new_op): Make sure template class operands are
6580         instantiated. Simplify arglist construction.
6581
6582 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6583
6584         * call.c (build_user_type_conversion_1): Use my_friendly_assert
6585         rather than if ... abort.
6586         * cvt.c (convert_to_reference): Likewise.
6587         * semantics.c (setup_vtbl_ptr): Likewise.
6588         * pt.c (lookup_template_class): Comment typo.
6589
6590 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6591
6592         PR c++/5125
6593         * pt.c (push_template_decl_real): Make sure DECL has
6594         DECL_LANG_SPECIFIC.
6595
6596 2001-12-29  Nathan Sidwell  <nathan@codesourcery.com>
6597
6598         PR c++/335
6599         * init.c (resolve_offset_ref): Copy cv qualifiers of this pointer
6600         for non-reference fields.
6601         * typeck.c (require_complete_type): Use resolve_offset_ref).
6602
6603 2001-12-26  Nathan Sidwell  <nathan@codesourcery.com>
6604
6605         PR c++/196
6606         * parse.y (bad_parm): Better diagnostic when given a SCOPE_REF.
6607
6608 2001-12-24  Nathan Sidwell  <nathan@codesourcery.com>
6609
6610         PR c++/160
6611         * typeck.c (build_modify_expr): Remove old unreachable code & tidy
6612         up. Don't stabilize_references when initializing a reference.
6613
6614 2001-12-23  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6615
6616         * decl2.c (lang_f_options): Const-ify.
6617
6618 2001-12-20  Joseph S. Myers  <jsm28@cam.ac.uk>
6619
6620         * config-lang.in (diff_excludes): Remove.
6621
6622 2001-12-19  Nathan Sidwell  <nathan@codesourcery.com>
6623
6624         PR c++/90
6625         * typeck.c (build_function_call_real): Use original function
6626         expression for errors.
6627
6628 2001-12-18  Jason Merrill  <jason@redhat.com>
6629
6630         PR c++/3242
6631         * class.c (add_method): Do compare 'this' quals when trying to match a
6632         used function.  Don't defer to another used function.
6633
6634 2001-12-18  Nathan Sidwell  <nathan@codesourcery.com>
6635
6636         * pt.c (instantiate_clone): Remove, fold into ...
6637         (instantiate_template): ... here. Simplify by removing mutual
6638         recursion.
6639         * typeck2.c (build_m_component_ref): Don't cv qualify the function
6640         pointed to by a pointer to function.
6641         * class.c (delete_duplicate_fields_1): Typo.
6642
6643 2001-12-18  Jason Merrill  <jason@redhat.com>
6644
6645         C++ ABI change: destroy value arguments in caller.
6646         * semantics.c (genrtl_start_function, genrtl_finish_function): Don't
6647         create an extra binding level for the parameters.
6648         * decl.c (store_parm_decls): Don't do parameter cleanups.
6649
6650 2001-12-18  Nathan Sidwell  <nathan@codesourcery.com>
6651
6652         * call.c (build_new_method_call): Use '%#V'.
6653         * error.c (cv_to_string): Use V parameter to determine padding.
6654
6655 2001-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
6656
6657         * call.c, decl2.c, init.c: Use "built-in" and "bit-field"
6658         spellings in messages.
6659
6660 2001-12-17  Zack Weinberg  <zack@codesourcery.com>
6661
6662         * cp-tree.h: Delete #defines for cp_error, cp_warning,
6663         cp_pedwarn, and cp_compiler_error.
6664         * call.c, class.c, cp-tree.h, cvt.c, decl.c, decl2.c, error.c,
6665         except.c, friend.c, init.c, lex.c, method.c, parse.y, pt.c,
6666         rtti.c, search.c, semantics.c, spew.c, tree.c, typeck.c,
6667         typeck2.c: Change calls to the above macros to use their
6668         language-independent equivalents: error, warning, pedwarn, and
6669         internal_error respectively.
6670
6671 2001-12-16  Neil Booth  <neil@daikokuya.demon.co.uk>
6672
6673         * decl2.c (finish_file): Remove back_end_hook.
6674
6675 2001-12-16  Joseph S. Myers  <jsm28@cam.ac.uk>
6676
6677         * ChangeLog.1, ChangeLog.2, ChangeLog, NEWS, call.c, class.c,
6678         cp-tree.h, decl.c, decl2.c, except.c, operators.def, optimize.c,
6679         pt.c, rtti.c, semantics.c, typeck.c: Fix spelling errors.
6680
6681 2001-12-15  Joseph S. Myers  <jsm28@cam.ac.uk>
6682
6683         * lang-options.h: Use American spelling in messages.
6684
6685 2001-12-13  Jason Merrill  <jason@redhat.com>
6686
6687         * Make-lang.in (parse.h): Separate rule, just depend on parse.c.
6688
6689         Use cleanups to run base and member destructors.
6690         * init.c (push_base_cleanups): New function, split out from...
6691         (build_delete): ...here.  Lose !TYPE_HAS_DESTRUCTOR code.
6692         * decl.c (finish_destructor_body): Move vbase destruction code to
6693         push_base_cleanups.
6694         (begin_function_body, finish_function_body): New fns.
6695         (finish_function): Move [cd]tor handling and call_poplevel to
6696         finish_function_body.
6697         (pushdecl): Skip the new level.
6698         * semantics.c (genrtl_try_block): Don't call end_protect_partials.
6699         (setup_vtbl_ptr): Call push_base_cleanups.
6700         * method.c (synthesize_method): Call {begin,end}_function_body.
6701         * pt.c (tsubst_expr): Handle COMPOUND_STMT_BODY_BLOCK.
6702         * cp-tree.h: Declare new fns.
6703         * parse.y (function_body, .begin_function_body): New nonterminals.
6704         (fndef, pending_inline, function_try_block): Use function_body.
6705         (ctor_initializer_opt, function_try_block): No longer has a value.
6706         (base_init): Remove .set_base_init token.
6707         (.set_base_init, compstmt_or_error): Remove.
6708         * Make-lang.in (parse.c): Expect two fewer s/r conflicts.
6709
6710         * optimize.c (maybe_clone_body): Fix parameter updating.
6711
6712 2001-12-12  Jason Merrill  <jason@redhat.com>
6713
6714         * decl.c (store_parm_decls): Remove parms_have_cleanups cruft.
6715         * semantics.c (genrtl_start_function): Don't pass
6716         parms_have_cleanups or push an extra binding level.
6717         (genrtl_finish_function): Lose cleanup_label cruft.
6718
6719         * cp-tree.h (struct cp_language_function): Remove x_ctor_label.
6720         (ctor_label): Remove.
6721         * semantics.c (finish_return_stmt): Lose ctor_label support.
6722         * decl.c (finish_constructor_body, mark_lang_function): Likewise.
6723         * typeck.c (check_return_expr): Check DECL_DESTRUCTOR_P, not
6724         dtor_label.
6725
6726         * call.c (build_new_method_call): Let resolves_to_fixed_type_p
6727         check for [cd]tors.
6728         * class.c (fixed_type_or_null, case INDIRECT_REF): Fix.
6729
6730         * decl.c (finish_function): Check VMS_TARGET, not VMS.
6731
6732         * decl.c (start_cleanup_fn): Remove redundant pushlevel.
6733         (end_cleanup_fn): And poplevel.
6734
6735         * semantics.c (setup_vtbl_ptr): Always build a CTOR_INITIALIZER
6736         if we're in a template.
6737
6738 2001-12-12  Jakub Jelinek  <jakub@redhat.com>
6739
6740         * cp-tree.h (DESTRUCTOR_DECL_PREFIX, DESTRUCTOR_NAME_P,
6741         ANON_PARMNAME_FORMAT, ANON_PARMNAME_P, DESTRUCTOR_NAME_FORMAT,
6742         THIS_NAME_P): Delete.
6743         * spew.c (read_process_identifier): Remove DESTRUCTOR_NAME_P,
6744         THIS_NAME_P and ANON_PARMNAME_P tests from warning about clash
6745         with internal naming scheme.
6746         * error.c (dump_decl): Remove DESTRUCTOR_NAME_P use.
6747
6748 2001-12-12  Nathan Sidwell  <nathan@codesourcery.com>
6749
6750         * decl.c (grokdeclarator): Deprecated implicit typename use.
6751
6752 2001-12-11  Nathan Sidwell  <nathan@codesourcery.com>
6753
6754         PR g++/51
6755         * parse.y (frob_specs): Indicate it is a language linkage which
6756         contained the extern.
6757         * decl.c (grokdeclarator): Allow extern language linkage with
6758         other specifiers.
6759
6760 2001-12-10  Nathan Sidwell  <nathan@codesourcery.com>
6761
6762         PR g++/72
6763         * decl.c (add_binding): Don't reject duplicate typedefs involving
6764         template parameters.
6765
6766 2001-12-10  Neil Booth  <neil@daikokuya.demon.co.uk>
6767
6768         * parse.y, semantics.c: Similarly.
6769
6770 2001-12-09  Nathan Sidwell  <nathan@codesourcery.com>
6771
6772         PR g++/87
6773         * cp-tree.h (DECL_COPY_CONSTRUCTOR_P): Use copy_fn_p.
6774         (copy_args_p): Rename to ...
6775         (copy_fn_p): ... here.
6776         (grok_special_member_properties): New function.
6777         (grok_op_properties): Lose VIRTUALP parameter.
6778         (copy_assignment_arg_p): Remove.
6779         * call.c (build_over_call): Use copy_fn_p.
6780         * decl.c (grokfndecl): Reformat. Adjust call to
6781         grok_op_properties.
6782         (copy_args_p): Rename to ...
6783         (copy_fn_p): ... here. Reject template functions. Check for pass
6784         by value.
6785         (grok_special_member_properties): Remember special functions.
6786         (grok_ctor_properties): Don't remember them here, just check.
6787         (grok_op_properties): Likewise.
6788         (start_method): Call grok_special_member_properties.
6789         * decl2.c (grokfield): Likewise.
6790         (copy_assignment_arg_p): Remove.
6791         (grok_function_init): Don't remember abstract assignment here.
6792         * pt.c (instantiate_class_template): Call
6793         grok_special_member_properties.
6794         (tsubst_decl): Adjust grok_op_properties call.
6795
6796 2001-12-08  Aldy Hernandez  <aldyh@redhat.com>
6797
6798         * lex.c (rid_to_yy): Add RID_CHOOSE_EXPR and
6799         RID_TYPES_COMPATIBLE_P.
6800
6801 2001-12-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
6802
6803         * semantics.c (simplify_aggr_init_exprs_r): Add DIRECT_BIND flag in
6804         call to build_aggr_init.
6805         * cp-tree.h (DIRECT_BIND): Document new use of DIRECT_BIND.
6806
6807 2001-12-08  Neil Booth  <neil@daikokuya.demon.co.uk>
6808
6809         * parse.y: Replace uses of the string non-terminal with STRING.
6810         Don't perform string concatentaion here.
6811         (string): Remove non-terminal.
6812         * semantics.c (finish_asm_stmt): Don't concatenate strings here.
6813
6814 2001-12-05  Jason Merrill  <jason@redhat.com>
6815
6816         * cp-lang.c (LANG_HOOKS_TREE_INLINING_START_INLINING): Define.
6817         (LANG_HOOKS_TREE_INLINING_END_INLINING): Define.
6818         * tree.c (cp_start_inlining, cp_end_inlining): New fns.
6819         * pt.c (push_tinst_level): No longer static.
6820         * cp-tree.h: Declare them.
6821
6822         * init.c (resolve_offset_ref): Don't check access for the base
6823         conversion to access a FIELD_DECL.
6824
6825         * cp-tree.h (TYPE_REFFN_P): New macro.
6826         * decl.c (bad_specifiers): Check it, too.
6827
6828         * rtti.c (create_pseudo_type_info): Set CLASSTYPE_INTERFACE_ONLY
6829         on the __*_type_info type if we haven't seen a definition.
6830
6831 2001-12-05  Neil Booth  <neil@daikokuya.demon.co.uk>
6832
6833         * decl.c: Include c-common.h.
6834         (shadow_warning): Move to c-common.c.
6835
6836 Wed Dec  5 17:00:49 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6837
6838         * decl.c (duplicate_decls): Don't copy DECL_NO_CHECK_MEMORY_USAGE.
6839
6840 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
6841
6842         * pt.c (end_template_parm_list): Clear TREE_CHAIN of each parm.
6843
6844 2001-12-04  Nathan Sidwell  <nathan@codesourcery.com>
6845
6846         PR g++/164
6847         * init.c (sort_base_init): Allow binfos to be directly specified.
6848         * method.c (do_build_copy_constructor): Explicitly convert to the
6849         base instance.
6850         (do_build_assign_ref): Likewise.
6851
6852 2001-12-03  Hans-Peter Nilsson  <hp@bitrange.com>
6853
6854         * decl.c (xref_basetypes): Don't use C99 construct in tag_code
6855         declaration and initialization.
6856
6857 2001-12-03  Neil Booth  <neil@daikokuya.demon.co.uk>
6858
6859         * typeck2.c: Remove leading capital from diagnostic messages, as
6860         per GNU coding standards.
6861
6862 2001-12-03  Mumit Khan  <khan@nanotech.wisc.edu>
6863
6864         PR c++/3394
6865         * decl.c (xref_basetypes): Handle attributes between
6866         'class' and name.
6867
6868 2001-12-03  Nathan Sidwell  <nathan@codesourcery.com>
6869
6870         PR g++/3381
6871         * parse.y (named_complex_class_head_sans_basetype): Add new
6872         reduction.
6873         * Make-lang.in (parse.c): Adjust expected conflict count.
6874
6875 2001-12-03  Jason Merrill  <jason@redhat.com>
6876
6877         * class.c (finish_vtbls): Fill in BINFO_VPTR_FIELD in the
6878         immediate binfos for our virtual bases.
6879
6880 2001-12-02  Neil Booth  <neil@daikokuya.demon.co.uk>
6881
6882         * call.c (build_java_interface_fn_ref): Similarly.
6883         * except.c (is_admissible_throw_operand): Similarly.
6884         * init.c (build_java_class_ref): Similarly.
6885         * xref.c (open_xref_file): Similarly.
6886
6887 2001-12-01  Neil Booth  <neil@daikokuya.demon.co.uk>
6888
6889         * class.c (finish_struct): Remove trailing periods from messages.
6890         * decl.c (check_tag_decl): Similarly.
6891         * lex.c (cxx_set_yydebug): Similarly.
6892         * typeck2.c (friendly_abort): Similarly.
6893
6894 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
6895
6896         PR c++/3048
6897         * cp-tree.h (ovl_member): Remove.
6898         * decl2.c (merge_functions): Handle extern "C" functions
6899         specially.
6900         * tree.c (ovl_member): Remove.
6901
6902 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
6903
6904         PR c++/4842
6905         * class.c (get_basefndecls): Take an IDENTIFIER_NODE, not a
6906         FUNCTION_DECL, as input.
6907         (mark_overriders): Remove.
6908         (warn_hidden): Rework for the new ABI.
6909
6910 2001-11-29  Mark Mitchell  <mark@codesourcery.com>
6911
6912         PR c++/3471
6913         * call.c (convert_like_real): Do not build additional temporaries
6914         for rvalues of class type.
6915
6916 2001-11-28  Nathan Sidwell  <nathan@codesourcery.com>
6917
6918         * cp-tree.h (UNIQUELY_DERIVED_FROM_P): Use lookup base.
6919         (ACCESSIBLY_UNIQUELY_DERIVED_FROM_P): Likewise.
6920         (PUBLICLY_UNIQUELY_DERIVED_FROM_P: Likewise.
6921         (DERIVED_FROM_P): Likewise.
6922         (enum base_access): Renumber, add ba_quiet bit mask.
6923         (get_binfo): Remove.
6924         (get_base_distance): Remove.
6925         (binfo_value): Remove.
6926         (ACCESSIBLY_DERIVED_FROM_P): Remove.
6927         * call.c (standard_conversion): Use lookup_base.
6928         * class.c (strictly_overrides): Likewise.
6929         (layout_virtual_bases): Likewise.
6930         (warn_about_ambiguous_direct_bases): Likewise.
6931         (is_base_of_enclosing_class): Likewise.
6932         (add_vcall_offset_vtbl_entries_1): Likewise.
6933         * cvt.c (build_up_reference): Adjust comment.
6934         * init.c (build_member_call): Reformat.
6935         * search.c (get_binfo): Remove.
6936         (get_base_distance_recursive): Remove.
6937         (get_base_distance): Remove.
6938         (lookup_base_r): Tweak.
6939         (lookup_base): Add ba_quiet control. Complete the types here.
6940         (covariant_return_p): Use lookup_base.
6941         * tree.c (binfo_value): Remove.
6942         (maybe_dummy_object): Use lookup_base.
6943         * typeck.c (build_static_cast): Use lookup_base.
6944         (get_delta_difference): Likewise.
6945         * typeck2.c (binfo_or_else): Use lookup_base.
6946         (build_scoped_ref): Add back error_mark_check.
6947         (build_m_component_ref): Use lookup_base.
6948
6949 2001-11-29  Joseph S. Myers  <jsm28@cam.ac.uk>
6950
6951         * Make-lang.in (c++.generated-manpages): New dummy target.
6952
6953 Tue Nov 27 09:03:47 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
6954
6955         * Make-lang.in (cp-lang.o): Depends on c-common.h.
6956         * cp-lang.c (c-common.h): Include.
6957         (LANG_HOOKS_EXPAND_CONSTANT, LANG_HOOKS_SAFE_FROM_P): New hooks.
6958         * decl.c (cxx_init_decl_processing): Don't set lang_safe_from_p.
6959         * expr.c (init_cplus_expand): Don't set lang_expand_constant.
6960
6961 2001-11-26  Neil Booth  <neil@daikokuya.demon.co.uk>
6962
6963         * decl2.c (c_language): Move to c-common.c.
6964         * lex.c (cxx_post_options, cxx_init_options): Use c-common.c
6965         functions.
6966         (cxx_init): Update.
6967
6968 2001-11-26  Jason Merrill  <jason@redhat.com>
6969
6970         * call.c (joust): Remove COND_EXPR hack.
6971
6972 2001-11-25  Aldy Hernandez  <aldyh@redhat.com>
6973
6974         * search.c (lookup_base_r): Declare bk in variable declaration
6975         space.
6976
6977 2001-11-25  Nathan Sidwell  <nathan@codesourcery.com>
6978
6979         PR g++/3145
6980         * class.c (build_vbase_pointer): Remove.
6981         (build_vbase_path): Remove.
6982         (build_base_path): New function.
6983         * cp-tree.h (base_access, base_kind): New enumerations.
6984         (build_base_path): Declare.
6985         (convert_pointer_to_real): Remove.
6986         (convert_pointer_to): Remove.
6987         (lookup_base): Declare.
6988         (convert_pointer_to_vbase): Remove.
6989         * call.c (build_scoped_method_call): Use lookup_base &
6990         build_base_path instead of convert_pointer_to_real,
6991         get_base_distance & get_binfo.
6992         (build_over_call): Likewise.
6993         * cvt.c (cp_convert_to_pointer): Likewise.
6994         (convert_to_pointer_force): Likewise.
6995         (build_up_reference): Likewise.
6996         (convert_pointer_to_real): Remove.
6997         (convert_pointer_to): Remove.
6998         * init.c (dfs_initialize_vtbl_ptrs): Use build_base_path
6999         instead of convert_pointer_to_vbase & build_vbase_path.
7000         (emit_base_init): Use build_base_path instead of
7001         convert_pointer_to_real.
7002         (expand_virtual_init): Lose unrequired conversions.
7003         (resolve_offset_ref): Use lookup_base and build_base_path
7004         instead of convert_pointer_to.
7005         * rtti.c (build_dynamic_cast_1): Use lookup_base &
7006         build_base_path instead of get_base_distance & build_vbase_path.
7007         * search.c (get_vbase_1): Remove.
7008         (get_vbase): Remove.
7009         (convert_pointer_to_vbase): Remove.
7010         (lookup_base_r): New function.
7011         (lookup_base): New function.
7012         * typeck.c (require_complete_type): Use lookup_base &
7013         build_base_path instead of convert_pointer_to.
7014         (build_component_ref): Likewise.
7015         (build_x_function_call): Likewise.
7016         (get_member_function_from_ptrfunc): Likewise.
7017         (build_component_addr): Likewise.
7018         * typeck2.c (build_scoped_ref): Likewise.
7019
7020 2001-11-22  Bryce McKinlay  <bryce@waitaki.otago.ac.nz>
7021
7022         * cp-tree.h (CP_TYPE_QUALS): Removed.
7023         * decl.c (cxx_init_decl_processing): Don't set lang_dump_tree.
7024         * cp-lang.c: Set LANG_HOOKS_TREE_DUMP_DUMP_TREE_FN and
7025         LANG_HOOKS_TREE_DUMP_TYPE_QUALS_FN.
7026         * dump.c (cp_dump_tree): Use void* dump_info argument to match
7027         lang-hooks prototype.
7028         * call.c, cp-tree.h, cvt.c, decl.c, init.c, mangle.c, method.c, pt.c,
7029         rtti.c, semantics.c, tree.c, typeck.c, typeck2.c: All references to
7030         CP_TYPE_QUALS changed to cp_type_quals.
7031         * Make-lang.in: References to c-dump.h changed to tree-dump.h.
7032         (CXX_C_OBJS): Remove c-dump.o.
7033
7034 2001-11-21  Mark Mitchell  <mark@codesourcery.com>
7035
7036         PR c++/3637
7037         * pt.c (lookup_template_class): Ensure that all specializations
7038         are registered on the list corresponding to the most general
7039         template.
7040
7041 2001-11-20  Mark Mitchell  <mark@codesourcery.com>
7042
7043         * call.c (non_reference): Add documentation.
7044         (convert_class_to_reference): Do not strip reference types
7045         from conversion operators.
7046         (maybe_handle_ref_bind): Simplify.
7047         (compare_ics): Correct handling of references.
7048
7049 2001-11-19  John Wilkinson <johnw@research.att.com>
7050
7051         * dump.c (dump_op): New function.
7052         (cp_dump_tree): Dump CLASSTYPE_TEMPLATE_SPECIALIZATION.  Use
7053         dump_op.  Dump DECL_MUTABLE, access and staticness for VAR_DECLs.
7054         DECL_PURE_VIRTUAL_P, DECL_VIRTUAL_P,
7055
7056 2001-11-19  Mark Mitchell  <mark@codesourcery.com>
7057
7058         PR4629
7059         * semantics.c (finish_sizeof): Make sure that expression created
7060         while processing a template do not have a type.
7061         (finish_alignof): Likewise.
7062         * typeck.c (c_sizeof): Likewise.
7063         (expr_sizeof): Likewise.
7064
7065 2001-11-18  Neil Booth  <neil@daikokuya.demon.co.uk>
7066
7067         * lex.c (cxx_finish): Call c_common_finish.
7068         (finish_parse): Remove.
7069
7070 2001-11-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7071
7072         * decl.c (create_array_type_for_decl): Check if NAME is NULL_TREE
7073         when displaying error message about missing array bounds.
7074
7075 2001-11-17  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7076
7077         * mangle.c (write_expression): Handle CAST_EXPR, STATIC_CAST_EXPR,
7078         CONST_CAST_EXPR.
7079         * operators.def: Add CAST_EXPR, STATIC_CAST_EXPR, CONST_CAST_EXPR.
7080
7081 2001-11-16  Neil Booth  <neil@daikokuya.demon.co.uk>
7082
7083         * cp-tree.h (print_class_statistics): Restore.
7084
7085 2001-11-15  Jason Merrill  <jason@redhat.com>
7086
7087         * method.c (use_thunk): Don't emit debugging information for thunks.
7088
7089         * parse.y: Add ... IDENTIFIER SCOPE and ... PTYPENAME SCOPE expansions.
7090         * decl.c (make_typename_type): Handle getting a class template.
7091         * search.c (lookup_field_r): A class template is good enough for
7092         want_type.
7093
7094         * call.c (convert_like_real): Only use cp_convert for the bad part.
7095         (standard_conversion): Also allow bad int->enum.
7096         * typeck.c (ptr_reasonably_similar): Also allow functions to
7097         interconvert.  Pointers to same-size integers are reasonably
7098         similar.
7099
7100         * cvt.c (convert_to_void): If we build a new COND_EXPR, always
7101         give it void type.
7102
7103 2001-11-15  Nathan Sidwell  <nathan@codesourcery.com>
7104
7105         PR g++/3154
7106         * init.c (sort_base_init): Remove unreachable code.
7107         (expand_member_init): Adjust comment to reflect reality. Simplify
7108         and remove unreachable code.
7109
7110 2001-11-15  Neil Booth  <neil@daikokuya.demon.co.uk>
7111
7112         * cp-tree.h (init_reswords, cxx_init_decl_processing): New.
7113         (cxx_init): Update prototype.
7114         * decl.c (init_decl_processing): Rename.  Move null node init
7115         to its creation time.
7116         * lex.c (cxx_init_options): Update.
7117         (cxx_init): Combine with old init_parse; also call
7118         cxx_init_decl_processing.
7119
7120 2001-11-14  Richard Sandiford  <rsandifo@redhat.com>
7121
7122         * decl.c (check_initializer): Try to complete the type of an
7123         array element before checking whether it's complete.  Don't
7124         complain about arrays with complete element types but an
7125         unknown size.
7126         (cp_finish_decl): Build the hierarchical constructor before
7127         calling maybe_deduce_size_from_array_init.
7128
7129 2001-11-14  Joseph S. Myers  <jsm28@cam.ac.uk>
7130
7131         * Make-lang.in: Change all uses of $(manext) to $(man1ext).
7132
7133 2001-11-13  Nathan Sidwell  <nathan@codesourcery.com>
7134
7135         PR g++/4206
7136         * parse.y (already_scoped_stmt): Remove.
7137         (simple_stmt, WHILE & FOR): Use implicitly_scoped_stmt.
7138
7139 2001-11-12  H.J. Lu <hjl@gnu.org>
7140
7141         * cvt.c (ocp_convert): Don't warn the address of a weak
7142         function is always `true'.
7143
7144 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
7145
7146         * cp-lang.c (LANG_HOOKS_PRINT_DECL, LANG_HOOKS_PRINT_TYPE,
7147         LANG_HOOKS_PRINT_STATISTICS, LANG_HOOKS_PRINT_XNODE,
7148         LANG_HOOKS_PRINT_IDENTIFIER, LANG_HOOKS_SET_YYDEBUG): Override.
7149         * cp-tree.h (print_class_statistics): Remove.
7150         (cxx_print_statistics, cxx_print_xnode, cxx_print_decl, cxx_print_type,
7151         cxx_print_identifier, cxx_set_yydebug): New.
7152         * lex.c (set_yydebug): Rename c_set_yydebug.
7153         * ptree.c (print_lang_decl, print_lang_type, print_lang_identifier,
7154         lang_print_xnode): Rename.
7155         * tree.c (print_lang_statistics): Rename.
7156
7157 2001-11-09  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7158
7159         * class.c (dump_array): Fix format specifier warning.
7160
7161 2001-11-09  Neil Booth  <neil@daikokuya.demon.co.uk>
7162
7163         * cp-lang.c (LANG_HOOKS_NAME): Override.
7164         (struct lang_hooks): Constify.
7165         * lex.c (cxx_init_options): Update.
7166         (lang_identify): Remove.
7167         * parse.y (language_string): Remove.
7168
7169 2001-11-08  Andreas Franck  <afranck@gmx.de>
7170
7171         * Make-lang.in (CXX_INSTALL_NAME, GXX_CROSS_NAME,
7172         DEMANGLER_CROSS_NAME): Handle program_transform_name the way
7173         suggested by autoconf.
7174         (GXX_TARGET_INSTALL_NAME, CXX_TARGET_INSTALL_NAME): Define.
7175         (c++.install-common): Use the transformed target alias names.
7176
7177 2001-11-06  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
7178
7179         * Make-lang.in: Update.
7180         * cp-lang.c: Include langhooks-def.h.
7181
7182 2001-11-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7183
7184         * pt.c (tsubst_copy): Call tsubst for TYPEOF_EXPR.
7185
7186 2001-11-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7187
7188         * lex.c (copy_lang_type): Add static prototype.
7189
7190 2001-11-02  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7191
7192         * pt.c (unify): Handle SCOPE_REF.
7193
7194 2001-11-01  Jakub Jelinek  <jakub@redhat.com>
7195
7196         * tree.c (cp_copy_res_decl_for_inlining): Adjust
7197         DECL_ABSTRACT_ORIGIN for the return variable.
7198
7199 2001-10-31  Zack Weinberg  <zack@codesourcery.com>
7200
7201         *  Make-lang.in: Replace $(INTL_TARGETS) with po-generated.
7202
7203 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
7204
7205         * ChangeLog.1, ChangeLog.2, ChangeLog, class.c, decl2.c, search.c,
7206         semantics.c, spew.c: Fix spelling errors.
7207
7208 2001-10-27  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7209
7210         * decl2.c (validate_nonmember_using_decl): Handle NAMESPACE_DECL.
7211
7212 2001-10-25  Zack Weinberg  <zack@codesourcery.com>
7213
7214         * cp-lang.c: Redefine LANG_HOOKS_CLEAR_BINDING_STACK to
7215         pop_everything.
7216
7217 Tue Oct 23 14:00:20 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7218
7219         * cp-lang.c (cxx_get_alias_set): New function.
7220         Point LANG_HOOKS_GET_ALIAS_SET to it.
7221
7222 2001-10-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7223
7224         * cp-tree.def (UNBOUND_CLASS_TEMPLATE): New tree node.
7225         * cp-tree.h (make_unbound_class_template): Prototype new function.
7226         * decl.c (make_unbound_class_template): New function.
7227         * decl2.c (arg_assoc_template_arg): Handle UNBOUND_CLASS_TEMPLATE.
7228         * error.c (dump_type): Likewise.
7229         * mangle.c (write_type): Likewise.
7230         * parse.y (template_parm): Likewise.
7231         (template_argument): Use make_unbound_class_template.
7232         * pt.c (convert_template_argument): Handle UNBOUND_CLASS_TEMPLATE.
7233         (tsubst): Likewise.
7234         (tsubst_copy): Likewise.
7235         (unify): Likewise.
7236         * tree.c (walk_tree): Likewise.
7237         * typeck.c (comptypes): Likewise.
7238
7239 2001-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7240
7241         * xref.c (GNU_xref_member): Use safe-ctype macros and/or fold
7242         extra calls into fewer ones.
7243
7244 2001-10-18  Alexandre Oliva  <aoliva@redhat.com>
7245
7246         * decl.c (duplicate_decls): Propagate DECL_UNINLINABLE.
7247         Warn when merging inline with attribute noinline.
7248         (start_decl, start_function): Warn if inline and attribute
7249         noinline appear in the same declaration.
7250
7251 2001-10-16  H.J. Lu <hjl@gnu.org>
7252
7253         * cp-tree.h (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): Defined
7254         for tree checking disabled.
7255
7256 2001-10-16  Hans-Peter Nilsson  <hp@axis.com>
7257
7258         * cp-tree.h (VFIELD_NAME_FORMAT) [NO_DOLLAR_IN_LABEL &&
7259         NO_DOT_IN_LABEL]: Adjust to match VFIELD_NAME.
7260
7261 2001-10-15  Richard Sandiford  <rsandifo@redhat.com>
7262
7263         * pt.c (UNIFY_ALLOW_MAX_CORRECTION): Define.
7264         (unify): Only handle MINUS_EXPR specially if the above flag is set
7265         and the subtracted constant is 1.  Clear the flag on recursive calls.
7266         Set it when unifying the maximum value in an INTEGER_TYPE's range.
7267
7268 2001-10-15  Richard Sandiford  <rsandifo@redhat.com>
7269
7270         * decl.c (bad_specifiers): Don't allow exception specifications
7271         on any typedefs.
7272
7273 2001-10-14  Neil Booth  <neil@daikokuya.demon.co.uk>
7274
7275         * cp/lex.c (init_cp_pragma): Similarly.
7276
7277 2001-10-13  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7278
7279         * pt.c (lookup_template_class): Build complete template arguments
7280         for BOUND_TEMPLATE_TEMPLATE_PARM.
7281
7282 2001-10-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7283
7284         * cp-tree.h (TYPE_BINFO): Update comment.
7285         (BOUND_TEMPLATE_TEMPLATE_PARM_TYPE_CHECK): New macro.
7286         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Use template_info.
7287         (TYPENAME_TYPE_FULLNAME): Use TYPE_FIELDS.
7288         (copy_type): Prototype new function.
7289         * lex.c (copy_lang_decl): Gather tree node statistics.
7290         (copy_lang_type): New function.
7291         (copy_type): Likewise.
7292         (cp_make_lang_type): Create lang_type for
7293         BOUND_TEMPLATE_TEMPLATE_PARM.  Set TYPE_BINFO for TYPENAME_TYPE
7294         and BOUND_TEMPLATE_TEMPLATE_PARM.
7295         * pt.c (tsubst): Use copy_type instead of copy_node.
7296         * search.c (lookup_field_1): Ignore TYPENAME_TYPE.
7297
7298 2001-10-12  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7299
7300         * pt.c (determine_specialization): Ignore functions without
7301         DECL_TEMPLATE_INFO.
7302
7303 2001-10-12  Nathan Sidwell  <nathan@codesourcery.com>
7304
7305         PR g++/4476
7306         * typeck2.c (abstract_virtuals_error): Ignore incomplete classes.
7307
7308 2001-10-11  Jason Merrill  <jason_merrill@redhat.com>
7309
7310         * typeck2.c (store_init_value): Don't re-digest a bracketed
7311         initializer.
7312
7313         * class.c (finish_struct_anon): Use TYPE_ANONYMOUS_P instead of
7314         ANON_AGGR_TYPE_P.
7315
7316 2001-10-11  Richard Henderson  <rth@redhat.com>
7317
7318         * class.c (build_vtable_entry_ref): Create a VTABLE_REF instead
7319         of an asm statement.
7320         (build_vtbl_ref_1): Split out from build_vtbl_ref.
7321         (build_vfn_ref): Use it to handle vtable descriptors before
7322         calling build_vtable_entry_ref.
7323         * decl2.c (output_vtable_inherit): Use assemble_vtable_inherit.
7324
7325 2001-10-10  Richard Henderson  <rth@redhat.com>
7326
7327         * parse.y (asm_operand): Allow named operands.
7328         * semantics.c (finish_asm_stmt): Tweek for changed location
7329         of the operand constraint.
7330
7331 2001-10-09  Jason Merrill  <jason_merrill@redhat.com>
7332
7333         * call.c (standard_conversion): Add bad conversion between
7334         integers and pointers.
7335         (convert_like_real): Don't use convert_for_initialization for bad
7336         conversions; complain here and use cp_convert.
7337         (build_over_call): Don't handle bad conversions specially.
7338         (perform_implicit_conversion): Allow bad conversions.
7339         (can_convert_arg_bad): New fn.
7340         * cp-tree.h: Declare it.
7341         * typeck.c (convert_for_assignment): Use it.
7342         (ptr_reasonably_similar): Any target type is similar to void.
7343
7344 2001-10-08  Alexandre Oliva  <aoliva@redhat.com>
7345
7346         * Make-lang.in (CXX_OBJS): Added cp-lang.o.
7347         (cp/cp-lang.o): New rule.
7348         * cp-tree.h: Declare hooks.
7349         * tree.c: Make hooks non-static.
7350         (init_tree): Don't initialize hooks here.
7351         * lex.c: Likewise.  Move definition of lang_hooks to...
7352         * cp-lang.c: ... new file.
7353
7354 2001-10-08  Richard Henderson  <rth@redhat.com>
7355
7356         * cp-tree.h (struct lang_decl_flags): Remove declared_inline.
7357         (DECL_DECLARED_INLINE_P): Use the bit in struct c_lang_decl.
7358
7359 2001-10-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7360
7361         * class.c (build_vtable_entry_ref): Const-ify.
7362         * decl.c (predefined_identifier,
7363         initialize_predefined_identifiers): Likewise.
7364         * init.c (build_new_1): Likewise.
7365         * lex.c (cplus_tree_code_type, cplus_tree_code_length, resword):
7366         Likewise.
7367
7368 2001-10-05  Alexandre Oliva  <aoliva@redhat.com>
7369
7370         * optimize.c (struct inline_data): Moved to ../tree-inline.c.
7371         (INSNS_PER_STMT): Likewise.
7372         (remap_decl, remap_block, copy_scopy_stmt, copy_body_r): Likewise.
7373         (copy_body, initialize_inlined_parameters): Likewise.
7374         (declare_return_variable, inlinable_function_p): Likewise.
7375         (expand_call_inline, expand_calls_inline): Likewise.
7376         (optimize_inline_calls, clone_body): Likewise.
7377         * tree.c (walk_tree): Moved to ../tree-inline.c.
7378         (walk_tree_without_duplicates): Likewise.
7379         (copy_tree_r, remap_save_expr): Likewise.
7380
7381 2001-10-04  Alexandre Oliva  <aoliva@redhat.com>
7382
7383         * Make-lang.in (cp/decl.o, cp/tree.o): Depend on tree-inline.h.
7384         (cp/pt.o, cp/semantics.o, cp/optimize.o): Likewise.
7385         * cp-tree.h (lang_decl): Moved inlined_fns to tree_decl.
7386         (TREE_READONLY_DECL_P, DECL_INLINED_FNS): Moved to ../tree.h.
7387         (flag_inline_trees): Moved declaration to ../tree-inline.h.
7388         (walk_tree): Moved declaration to ../tree-inline.h.
7389         (walk_tree_without_duplicates, copy_tree_r): Likewise.
7390         (remap_save_expr): Likewise.
7391         * decl.c: Include tree-inline.h.
7392         (lang_mark_tree): Don't mark inlined_fns.
7393         * decl2.c (flag_inline_trees): Moved defn to ../tree-inline.c.
7394         * optimize.c: Include tree-inline.h.
7395         (optimize_inline_calls): Move declaration to ../tree.h, as
7396         non-static.
7397         (remap_decl): Use language-independent constructs and hooks.
7398         (remap_block, copy_body_r, declare_return_variable): Likewise.
7399         (inlinable_function_p): Likewise.  Don't test for
7400         DECL_LANG_SPECIFIC before DECL_INLINED_FNS as inlined_fns is
7401         no longer language-specific.
7402         (optimize_inline_calls): Likewise.  Make it non-static.  Moved
7403         call of dump_function to...
7404         (optimize_function): Here...
7405         (clone_body): New function, extracted from...
7406         (maybe_clone_body): ... here.  Build decl_map locally and pass
7407         it on to clone_body.
7408         * pt.c, semantics.c: Include tree-inline.h.
7409         * tree.c: Likewise.
7410         (cp_walk_subtrees): New language-specific hook for tree inlining.
7411         (cp_cannot_inline_tree_fn, cp_add_pending_fn_decls,
7412         cp_is_overload_p, cp_auto_var_in_fn_p,
7413         cp_copy_res_decl_for_inlining): Likewise.
7414         (walk_tree): Move language-specific constructs into...
7415         (cp_walk_subtrees): this new function.
7416         (copy_tree_r): Use language-independent constructs and hooks.
7417         (init_tree): Initialize tree inlining hooks.
7418         (remap_save_expr): Adjust prototype so that the declaration
7419         does not require the definition of splay_tree.
7420
7421 2001-10-03  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7422
7423         * rtti.c (get_tinfo_decl): Call typeinfo_in_lib_p with the type used
7424         to build the declaration instead of the declaration itself.
7425
7426 2001-10-02  Jason Merrill  <jason_merrill@redhat.com>
7427
7428         * decl2.c (cxx_decode_option): Add 'else'.
7429
7430         * spew.c (end_input): No longer static.
7431         * cp-tree.h: Declare it.
7432         * parse.y (datadef): Add "error END_OF_SAVED_INPUT" expansion.
7433
7434 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7435
7436         * call.c (build_over_call), typeck.c (build_function_call_real):
7437         Pass type attributes to check_function_format rather than name or
7438         assembler name.  Don't require there to be a name or assembler
7439         name to check formats.
7440
7441 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
7442
7443         * decl.c (init_decl_processing): Don't call
7444         init_function_format_info.  Initialize lang_attribute_table
7445         earlier.
7446         (builtin_function): Call decl_attributes.
7447         (insert_default_attributes): New.
7448
7449 2001-10-01  Jason Merrill  <jason_merrill@redhat.com>
7450
7451         * decl.c (grokdeclarator): Copy array typedef handling from C
7452         frontend.
7453
7454         * decl.c (grokdeclarator): Copy too-large array handling from C
7455         frontend.
7456
7457 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
7458
7459         * config-lang.in (target_libs): Added target-gperf, so that we
7460         don't try to build it if C++ is disabled.
7461
7462 2001-09-23  Zack Weinberg  <zack@codesourcery.com>
7463
7464         * Make-lang.in (CXX_OBJS): Take out cp/errfn.o.
7465         (cp/errfn.o): Delete rule.
7466         (cp/error.o): Depend on flags.h.
7467         * errfn.c: Delete file.
7468         * cp-tree.h: Declare warn_deprecated.  Remove definitions of
7469         TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS,
7470         and TFF_TEMPLATE_DEFAULT_ARGUMENTS. #define cp_error, cp_warning,
7471         cp_pedwarn, and cp_compiler_error to error, warning, pedwarn, and
7472         internal_error respectively.  Make cp_deprecated into a macro.
7473         Don't define cp_printer typedef or declare cp_printers.
7474         * error.c: Include flags.h.
7475         Delete: struct tree_formatting_info, print_function_argument_list,
7476         print_declaration, print_expression, print_function_declaration,
7477         print_function_parameter, print_type_id, print_cv_qualifier_seq,
7478         print_type_specifier_seq, print_simple_type_specifier,
7479         print_elaborated_type_specifier, print_rest_of_abstract_declarator,
7480         print_parameter_declaration_clause, print_exception_specification,
7481         print_nested_name_specifier, and definition of cp_printers.
7482         (locate_error): New function.
7483         (cp_error_at, cp_warning_at, cp_pedwarn_at): Moved here and
7484         rewritten in terms of locate_error and diagnostic.c.
7485         (cp_tree_printer): Rename cp_printer; wire up to *_to_string
7486         instead of deleted print_* routines.  Handle %C, %L, %O, %Q also.
7487         (init_error): Adjust to match.
7488
7489 Sat Sep 22 09:15:31 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
7490
7491         * Make-lang.in (CXX_C_OBJS): Add attribs.o.
7492
7493 2001-09-21  Richard Henderson  <rth@redhat.com>
7494
7495         * class.c (set_vindex): Mind TARGET_VTABLE_USES_DESCRIPTORS.
7496         (build_vtbl_initializer): Likewise.
7497         (build_vfn_ref): New.
7498         * cp-tree.h: Declare it.
7499         * call.c (build_over_call): Use it.
7500         * decl2.c (mark_vtable_entries): Mark FDESC_EXPR.
7501         * typeck.c (get_member_function_from_ptrfunc): Mind descriptors.
7502
7503 Fri Sep 21 08:16:19 2001  J"orn Rennecke <amylaar@redhat.com>
7504
7505         * decl.c (grokdeclarator): Use C syntax for attr_flags declaration.
7506
7507 2001-09-21  Joseph S. Myers  <jsm28@cam.ac.uk>
7508
7509         Table-driven attributes.
7510         * decl.c: Rename DECL_MACHINE_ATTRIBUTES to DECL_ATTRIBUTES.
7511         * decl2.c (cplus_decl_attributes): Only take one attributes
7512         parameter.
7513         * cp-tree.c (cplus_decl_attributes): Update prototype.
7514         * class.c (finish_struct), decl.c (start_decl, start_function),
7515         decl2.c (grokfield), friend.c (do_friend), parse.y
7516         (parse_bitfield): Update calls to cplus_decl_attributes.
7517         * decl.c (grokdeclarator): Take a pointer to a single ordinary
7518         attribute list.
7519         * decl.h (grokdeclarator): Update prototype.
7520         * decl2.c (grokfield): Take a single ordinary attribute list.
7521         * friend.c (do_friend): Likewise.
7522         * decl.c (shadow_tag, groktypename, start_decl,
7523         start_handler_parms, grokdeclarator, grokparms, start_function,
7524         start_method), decl2.c (grokfield, grokbitfield, grokoptypename),
7525         parse.y (parse_field, parse_bitfield, component_decl_1), pt.c
7526         (process_template_parm, do_decl_instantiation): Pass single
7527         ordinary attribute lists around.
7528         * decl.c (grokdeclarator): Correct handling of nested attributes.
7529         Revert the patch
7530         1998-10-18  Jason Merrill  <jason@yorick.cygnus.com>
7531                 * decl.c (grokdeclarator): Embedded attrs bind to the right,
7532                 not the left.
7533         .
7534         * cp-tree.h (cp_valid_lang_attribute): Remove declaration
7535         (cp_attribute_table): Declare.
7536         * decl.c (valid_lang_attribute): Don't define.
7537         (lang_attribute_table): Define.
7538         (init_decl_processing): Initialize lang_attribute_table instead of
7539         valid_lang_attribute.
7540         * tree.c (cp_valid_lang_attribute): Remove.
7541         (handle_java_interface_attribute, handle_com_interface_attribute,
7542         handle_init_priority_attribute): New functions.
7543         (cp_attribute_table): New array.
7544         * decl2.c (import_export_class): Don't use
7545         targetm.valid_type_attribute.
7546
7547 2001-09-15  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7548
7549         * Make-lang.in (cp/error.o): Depend on real.h
7550         * error.c: #include "real.h"
7551
7552 2001-09-15  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7553
7554         * mangle.c (mangle_conv_op_name_for_type): Use concat in lieu of
7555         xmalloc/strcpy/strcat.
7556
7557 2001-09-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7558
7559         * decl.c (warn_extern_redeclared_static, cp_make_fname_decl):
7560         Const-ification.
7561         * pt.c (tsubst_decl): Likewise.
7562
7563 2001-09-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7564
7565         * decl2.c (lang_f_options): Const-ification.
7566         * lex.c (cplus_tree_code_name): Likewise.
7567         * spew.c (yyerror): Likewise.
7568
7569 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7570
7571         PR c++/3986
7572         * class.c (force_canonical_binfo_r): Check & move an indirect
7573         primary base first.
7574         (force_canonical_binfo): Check that it's not already
7575         canonical.
7576         (mark_primary_virtual_base): Remove BINFO parameter.
7577         (mark_primary_bases): Adjust, set BINFO_LOST_PRIMARY_P here.
7578
7579 2001-09-06  Nathan Sidwell  <nathan@codesourcery.com>
7580
7581         Remove TYPE_NONCOPIED_PARTS.
7582         * cp-tree.h (CLASSTYPE_INLINE_FRIENDS): Map onto
7583         CLASSTYPE_PURE_VIRTUALS.
7584         (TYPE_RAISES_EXCEPTIONS): Map onto TYPE_BINFO.
7585         * class.c (duplicate_tag_error): Remove TYPE_NONCOPIED_PARTS.
7586         (layout_class_type): Don't call fixup_inline_methods here ...
7587         (finish_struct_1): ... call it here.
7588
7589 2001-09-04  Mark Mitchell  <mark@codesourcery.com>
7590
7591         * decl.c (duplicate_decls): Remove code deadling with
7592         DECL_SAVED_INSNS.
7593         * decl2.c (finish_file): Likewise.
7594         * pt.c (instantiate_decl): Likewise.
7595         * semantics.c (expand_body): Don't defer local functions if
7596         they wouldn't be deferred for some other reason.  Don't
7597         generate RTL for functions that will not be emitted.
7598         (genrtl_start_function): Remove code deadling with
7599         DECL_SAVED_INSNS.
7600         (genrtl_finish_function): Likewise.
7601
7602 2001-09-04  Nathan Sidwell  <nathan@codesourcery.com>
7603
7604         PR c++/4203
7605         * call.c (build_over_call): Do not optimize any empty base
7606         construction.
7607
7608 2001-08-31  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7609
7610         * error.c (dump_template_decl): Output template parameters
7611         together with their specifiers.
7612         Output `class' prefix for template template parameter.
7613         (dump_decl): Fix formatting.
7614
7615 2001-08-30  Kurt Garloff  <garloff@suse.de>
7616
7617         * optimize.c (inlinable_function_p): Allow only smaller single
7618         functions. Halve inline limit after reaching recursive limit.
7619
7620 2001-08-30  Joern Rennecke <amylaar@redhat.com>
7621             Jason Merrill  <jason_merrill@redhat.com>
7622
7623         * class.c (build_vtable_entry_ref): Subtract in char*, not
7624         ptrdiff_t.
7625
7626 2001-08-23  Jason Merrill  <jason_merrill@redhat.com>
7627
7628         * tree.c (cp_build_qualified_type_real): Use get_qualified_type.
7629         (build_cplus_array_type): Use cp_build_qualified_type, not
7630         TYPE_MAIN_VARIANT, to get an unqualified version.
7631
7632         * decl2.c (grok_alignof): Lose.
7633         (build_expr_from_tree): Use expr_sizeof and c_alignof_expr.
7634         * typeck.c (c_alignof): Lose.
7635         * semantics.c (finish_sizeof, finish_alignof): New.
7636         * parse.y: Use them.
7637         * cp-tree.h: Declare them.
7638
7639 2001-08-22  Jason Merrill  <jason_merrill@redhat.com>
7640
7641         * pt.c (tsubst_expr): Hand off to the TREE_CHAIN of a statement.
7642         Don't loop in COMPOUND_STMT, FOR_STMT or TRY_BLOCK.
7643         * tree.c (cp_statement_code_p): A TAG_DEFN is a statement.
7644
7645 2001-08-19  Jakub Jelinek  <jakub@redhat.com>
7646
7647         * typeck2.c (add_exception_specifier): Only require complete type if
7648         not in processing template declaration.
7649
7650 2001-08-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7651
7652         * decl.c: Cast argument to size_t, not HOST_WIDE_INT, in calls to
7653         GNU_xref_start_scope and GNU_xref_end_scope.
7654
7655         * tree.c (TYPE_HASH): Moved to ../tree.h.
7656
7657 2001-08-16  Mark Mitchell  <mark@codesourcery.com>
7658
7659         * cvt.c (convert_to_void): Preserve TREE_SIDE_EFFECTS
7660         on COMPOUND_EXPRs.
7661
7662 2001-08-14  Richard Henderson  <rth@redhat.com>
7663
7664         * class.c, cp-tree.h (build_vfn_ref): Remove.
7665         * call.c, rtti.c: Replace all refernces with build_vtbl_ref.
7666
7667 2001-08-13  Mark Mitchell  <mark@codesourcery.com>
7668
7669         * call.c (build_over_call): Mark COMPOUND_EXPRs generated for
7670         empty class assignment as having side-effects to avoid
7671         spurious warnings.
7672
7673 2001-08-13  Zack Weinberg  <zackw@panix.com>
7674
7675         * Make-lang.in (cp/except.o): Add libfuncs.h to dependencies.
7676         * except.c: Include libfuncs.h.
7677
7678 2001-08-11  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7679
7680         * decl.c (grokdeclarator): Clarify diagnostic message.
7681
7682 2001-08-13  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7683
7684         * decl2.c (do_nonmember_using_decl): Replace using directive
7685         with using declaration in the error message.
7686
7687 2001-08-11  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7688
7689         * pt.c (maybe_fold_nontype_arg): Use TREE_TYPE of ARG as the
7690         criterion to avoid rebuilding expression tree instead of
7691         processing_template_decl.
7692
7693 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
7694
7695         Support named return value optimization for inlines, too.
7696         * decl.c (finish_function): Nullify returns here.
7697         * semantics.c (genrtl_start_function): Not here.
7698         (cp_expand_stmt): Don't mess with CLEANUP_STMTs.
7699         (nullify_returns_r): No longer static.  Just clear RETURN_EXPR.
7700         Also nullify the CLEANUP_STMT for the nrv.
7701         * cp-tree.h: Declare it.
7702         * optimize.c (declare_return_variable): Replace the nrv with the
7703         return variable.
7704         * typeck.c (check_return_expr): Be more flexible on alignment check.
7705         Ignore cv-quals when checking for a matching type.
7706
7707 2001-08-09  Richard Henderson  <rth@redhat.com>
7708
7709         * decl2.c (finish_objects): Use target hooks instead of
7710         assemble_constructor and assemble_destructor.
7711
7712 2001-08-08  John David Anglin  <dave@hiauly1.hia.nrc.ca>
7713
7714         * g++spec.c (lang_specific_driver): Quote argument after `-Xlinker'.
7715
7716 2001-08-07  Nathan Sidwell  <nathan@codesourcery.com>
7717
7718         PR c++/3820
7719         Stop using TYPE_NONCOPIED_PARTS.
7720         * call.c (build_over_call): Be careful when copy constructing
7721         or assigning to an empty class.
7722         * class.c (check_bases_and_members): It has a
7723         COMPLEX_ASSIGN_REF if it has a vptr.
7724         (layout_class_type): Don't add empty class padding to
7725         TYPE_NONCOPIED_PARTS.
7726         (finish_struct_1): Don't add the VFIELD either.
7727         * cp-tree.h (TYPE_HAS_TRIVIAL_INIT_REF): Mention _copy_
7728         initialization.
7729
7730 2001-08-07  Jason Merrill  <jason_merrill@redhat.com>
7731
7732         * tree.c (walk_tree): Walk siblings even if !walk_subtrees.
7733
7734 2001-08-06  Richard Henderson  <rth@redhat.com>
7735
7736         * decl2.c (finish_objects): Pass a symbol_ref and priority to
7737         assemble_{constructor,destructor}.  Remove priority handling.
7738
7739 2001-08-05  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
7740
7741         Don't allow template-id in using-declaration.
7742         * decl2.c (validate_nonmember_using_decl): Handle template-ids.
7743         (do_class_using_decl): Likewise.
7744
7745 2001-08-04  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
7746
7747         * cp/spew.c (read_token): No need to pop buffers.
7748
7749 2001-08-02  Stan Shebs  <shebs@apple.com>
7750
7751         * cp-tree.h (FNADDR_FROM_VTABLE_ENTRY): Remove, no longer used.
7752         (fnaddr_from_vtable_entry): Remove decl.
7753         * method.c (use_thunk): Update comment.
7754
7755 2001-08-01  Andrew Cagney  <ac131313@redhat.com>
7756
7757         * repo.c (get_base_filename): Change return value to const char
7758         pointer.
7759
7760 2001-08-02  Nathan Sidwell  <nathan@codesourcery.com>
7761
7762         Kill -fhonor-std.
7763         * NEWS: Document.
7764         * cp-tree.h (flag_honor_std): Remove.
7765         (CPTI_FAKE_STD): Remove.
7766         (std_node): Remove comment about it being NULL.
7767         (fake_std_node): Remove.
7768         * decl.c (in_fake_std): Remove.
7769         (walk_namespaces_r): Remove fake_std_node check.
7770         (push_namespace): Remove in_fake_std code.
7771         (pop_namespace): Likewise.
7772         (lookup_name_real): Remove fake_std_node check.
7773         (init_decl_processing): Always create std_node. Always add
7774         std:: things there.
7775         (builtin_function): Always put non '_' fns in std.
7776         * decl2.c (flag_honor_std): Remove.
7777         (lang_f_options): Remove honor-std.
7778         (unsupported_options): Add honor-std.
7779         (set_decl_namespace): Remove fake_std_node check.
7780         (validate_nonmember_using_decl): Likewise.
7781         (do_using_directive): Likewise.
7782         (handle_class_head): Likewise.
7783         * dump.c (cp_dump_tree): Likewise.
7784         * except.c (init_exception_processing): Adjust.
7785         * init.c (build_member_call): Remove fake_std_node check.
7786         (build_offset_ref): Likewise.
7787         * lang-options.h: Remove -fhonor-std, -fno-honor-std.
7788         * rtti.c (init_rtti_processing): Adjust.
7789
7790 2001-07-31  Alexandre Petit-Bianco  <apbianco@redhat.com>
7791
7792         * tree.c (cp_tree_equal): WITH_CLEANUP_EXPR node to use its second
7793         operand while calling cp_tree_equal.
7794
7795 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
7796
7797         The 3.0 ABI no longer has vbase pointer fields.
7798         * cp-tree.h (VBASE_NAME, VBASE_NAME_FORMAT, VBASE_NAME_P,
7799         FORMAT_VBASE_NAME): Remove.
7800         * method.c (do_build_copy_constructor): Adjust.
7801         (do_build_assign_ref): Adjust.
7802         * search.c (lookup_field_r): Adjust.
7803         * typeck.c (build_component_ref): Adjust.
7804
7805         The 3.0 ABI always has a vtable pointer at the start of every
7806         polymorphic class.
7807         * rtti.c (build_headof_sub): Remove.
7808         (build_headof): Adjust.
7809         (get_tinfo_decl_dynamic): No need to check flag_rtti
7810         here. Adjust.
7811         (create_real_tinfo_var): Explain why we need a hidden name.
7812
7813 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
7814
7815         PR c++/3631
7816         * class.c (update_vtable_entry_for_fn): The fixed adjustment
7817         of a virtual thunk should be from declaring base.
7818
7819 2001-07-31  Nathan Sidwell  <nathan@codesourcery.com>
7820
7821         * class.c (dfs_ctor_vtable_bases_queue_p): Always walk into
7822         the shared virtual base, so preserving inheritance graph order.
7823
7824 2001-07-30  Andreas Jaeger  <aj@suse.de>
7825
7826         * decl2.c: Remove unused var global_temp_name_counter.
7827
7828 2001-07-28  Richard Henderson  <rth@redhat.com>
7829
7830         * method.c (pending_inlines): Remove.
7831
7832 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
7833
7834         * class.c (mark_primary_virtual_base): Don't adjust base
7835         offsets here.
7836         (dfs_unshared_virtual_bases): Adjust them here.
7837         (mark_primary_bases): Explain why we adjust at the end.
7838
7839 2001-07-27  Nathan Sidwell  <nathan@codesourcery.com>
7840
7841         * class.c (finish_struct_1): When copying the primary base's
7842         VFIELD, make sure we find it is at offset zero.
7843
7844 2001-07-26  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
7845
7846         * pt.c (tsubst_template_parms): Call maybe_fold_nontype_arg and
7847         tsubst_expr for default template arguments.
7848
7849 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7850
7851         PR c++/3621
7852         * spew.c (yylex): Only copy the token's lineno, if it is
7853         nonzero.
7854
7855 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7856
7857         PR c++/3624
7858         * call.c (resolve_args): Simplify, call
7859         convert_from_reference.
7860         (build_new_op): Resolve and convert from reference ARG1
7861         earlier. Adjust ARG2 & ARG3 resolve and conversion.
7862
7863 2001-07-26  Nathan Sidwell  <nathan@codesourcery.com>
7864
7865         * decl.c (last_function_parm_tags): Remove.
7866         (current_function_parm_tags): Remove.
7867         (init_decl_processing): Adjust.
7868         (start_function): Adjust.
7869         (store_parm_decls): Adjust.
7870
7871         PR c++/3152
7872         * decl.c (grokdeclarator): Detect when a function typedef is
7873         declaring a function, and create last_function_parms correctly.
7874
7875 2001-07-25  Jason Merrill  <jason_merrill@redhat.com>
7876
7877         * call.c (joust): Only prefer a non-builtin candidate to a builtin
7878         one if they have the same signature.
7879
7880         * cvt.c (build_up_reference): Take DECL parm.  Check TREE_STATIC on
7881         it rather than toplevel_bindings_p.  Give it a mangled name if static.
7882         (convert_to_reference): Adjust.
7883         * decl2.c (get_temp_name): Lose.
7884         * mangle.c (mangle_ref_init_variable): New fn.
7885         (mangle_guard_variable): Strip the ref-init header.
7886         * cp-tree.h: Adjust.
7887         * decl.c (cp_finish_decl): Add the DECL_STMT after processing the
7888         initializer.
7889         (grok_reference_init): Always use DECL_INITIAL.
7890
7891 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7892
7893         PR c++/3416
7894         * call.c (build_conditional_expr): Recheck args after
7895         conversions.
7896         * cp-tree.h (build_conditional_expr): Move to correct file.
7897         * typeck.c (decay_conversion): Diagnose any unknown types
7898         reaching here.
7899         (build_binary_op): Don't do initial decay or default
7900         conversions on overloaded functions.
7901         (build_static_cast): Don't do a decay conversion here.
7902
7903 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7904
7905         PR c++/3543
7906         * typeck.c (condition_conversion): Resolve an OFFSET_REF.
7907         * expr.c (cplus_expand_expr): An OFFSET_REF should never get here.
7908
7909 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7910
7911         * class.c (build_vtbl_or_vbase_field): Remove, move into ...
7912         (create_vtbl_ptr): ... here.
7913
7914 2001-07-25  Nathan Sidwell  <nathan@codesourcery.com>
7915
7916         * class.c (build_vbase_offset_vbtl_entries): Look for
7917         non-primary base of which we are a sub vtable.
7918
7919 2001-07-24  Phil Edwards  <pme@sources.redhat.com>
7920
7921         * semantics.c (finish_this_expr):  Remove unused code.
7922
7923 2001-07-24  Nathan Sidwell  <nathan@codesourcery.com>
7924
7925         Simplify rtti, now we've only one ABI.
7926         * cp-tree.h (cp_tree_index): Remove CPTI_TINFO_DECL_ID,
7927         CPTI_TINFO_VAR_ID.
7928         (tinfo_decl_id, tinfo_var_id): Remove.
7929         (get_typeid_1): Remove.
7930         * rtti.c
7931         (init_rtti_processing): Remove tinfo_decl_id & tinfo_var_id.
7932         (typeid_ok_p): New function.
7933         (build_type_id): Call typeid_ok_p. Don't call tinfo_from_decl.
7934         (get_tinfo_decl): Remove old abi documentation.
7935         (tinfo_from_decl): Remove.
7936         (get_type_id): Call typeid_ok_p. Absorb get_typeid_1.
7937         (get_typeid_1): Remove.
7938         (get_base_offset): Remove.
7939         (synthesize_tinfo_var): Absorb get_base_offset.
7940         (create_real_tinfo_var): Don't use tinfo_decl_id.
7941
7942 2001-07-23  Graham Stott  <grahams@redhat.com>
7943
7944         * cp/class.c (type_requires_array_cookie): Fix use of uninitialized
7945         variable has_two_argument_delete_p.
7946
7947 2001-07-21  Nathan Sidwell  <nathan@codesourcery.com>
7948
7949         Remove flag_vtable_thunk. It is always on for the 3.0 ABI.
7950         * cp-tree.h (CPTI_DELTA2_IDENTIFIER): Remove.
7951         (CPTI_INDEX_IDENTIFIER): Remove.
7952         (CPT_PFN_OR_DELTA2_IDENTIFIER): Remove.
7953         (delta2_identifier): Remove.
7954         (index_identifier): Remove.
7955         (pfn_or_delta2_identifier): Remove.
7956         (flag_vtable_thunks): Remove.
7957         (VTABLE_DELTA2_NAME): Remove.
7958         (VTABLE_INDEX_NAME): Remove.
7959         (FNADDR_FROM_VTABLE_ENTRY): Adjust.
7960         (vfunc_ptr_type_node): Adjust.
7961         (VTABLE_NAME_PREFIX): Adjust.
7962         (build_vfn_ref): Lose first parameter.
7963         (fixup_all_virtual_upcast_offsets): Remove.
7964         * decl.c (initialize_predefined_identifiers): Remove
7965         delta2_identifier, index_identifier, pfn_or_delta2_identifier.
7966         (init_decl_processing): Remove no-vtable-thunk code.
7967         * decl2.c (flag_vtable_thunks): Remove.
7968         (mark_vtable_entries): Remove no-vtable-thunk code.
7969         * error.c (dump_decl): Remove no-vtable-thunk code.
7970         (dump_expr): Adjust ptr to member function code.
7971         * init.c (initialize_vtable_ptrs): Remove no-vtable-thunk
7972         code.
7973         * rtti.c (build_headof): Remove no-vtable-thunk code.
7974         (get_tinfo_decl_dynamic): Adjust build_vfn_ref call.
7975         * search.c (get_base_distance): Remove expand_upcast_fixups case.
7976         (virtual_context) Remove.
7977         (expand_upcast_fixups): Remove.
7978         (fixup_virtual_upcast_offsets): Remove.
7979         (fixup_all_virtual_upcast_offsets): Remove.
7980         * typeck.c (get_member_function_from_ptrfunc): Remove
7981         no-vtable-thunk code.
7982         * call.c (build_over_call): Adjust call to build_vfn_ref.
7983         * class.c (build_vfn_ref): Lose first parameter. Remove
7984         no-vtable-thunk code.
7985         (build_rtti_vtbl_entries): Remove no-vtable-thunk code.
7986         (build_vtable_entry): Remove no-vtable-thunk code.
7987
7988 2001-07-20  Nathan Sidwell  <nathan@codesourcery.com>
7989
7990         Remove old-abi remnants. Remove comments about old abi
7991         behavior. Remove references to 'new-abi' in comments.
7992         * cp-tree.h: Adjust comments.
7993         (vbase_offsets_in_vtable_p): Delete.
7994         (vcall_offsets_in_vtable_p): Delete.
7995         (vptrs_present_everywhere_p): Delete.
7996         (all_overridden_vfuns_in_vtables_p): Delete.
7997         (merge_primary_and_secondary_vtables_p): Delete.
7998         (TYPE_CONTAINS_VPTR_P): Adjust.
7999         (VTT_NAME_PREFIX): Remove.
8000         (CTOR_VTBL_NAME_PREFIX): Remove.
8001         (init_vbase_pointers): Remove.
8002         * class.c: Adjust coments.
8003         (build_vbase_pointer_fields): Delete.
8004         (build_vbase_pointer): Remove old-abi code.
8005         (build_secondary_vtable): Likewise.
8006         (modify_all_vtables): Likewise.
8007         (create_vtable_ptr): Likewise.
8008         (layout_class_type): Likewise.
8009         (finish_struct_1): Likewise.
8010         (finish_vtbls): Likewise.
8011         (dfs_finish_vtbls): Delete.
8012         (build_vbase_offset_vtbl_entries): Remove old-abi code.
8013         * cvt.c: Adjust comments.
8014         * decl.c: Adjust comments.
8015         * decl2.c: Adjust comments.
8016         * init.c: Adjust comments.
8017         (construct_virtual_bases): Remove old-abi code.
8018         * lang-specs.h: Remove -fno-new-abi.
8019         * mangle.c: Adjust comments.
8020         * rtti.c: Adjust comments.
8021         (get_base_offset): Remove old-abi-code.
8022         * search.c: Adjust comments.
8023         (dfs_init_vbase_pointers): Remove.
8024         (dfs_vtable_path_unmark): Remove.
8025         (init_vbase_pointers): Remove.
8026         * semantics.c: Adjust comments.
8027         (emit_associated_thunks): Remove old-abi code.
8028         * typeck.c: Adjust comments.
8029
8030 2001-07-20  Daniel Berlin  <dan@cgsoftware.com>
8031
8032         * Make-lang.in (cp/optimize.o): Depend on $(PARAMS_H), not
8033         params.h.
8034
8035 2001-07-19  Mark Mitchell  <mark@codesourcery.com>
8036
8037         * class.c (finish_struct_anon): Forbid nested classes.
8038
8039 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
8040
8041         * decl2.c: Don't include dwarfout.h and dwarf2out.h.
8042         * optimize.c: Include debug.h.
8043         (maybe_clone_body): Use debug hook.
8044         * semantics.c: Include debug.h.
8045         (expand_body): Use debug hook.
8046
8047 2001-07-19  Neil Booth  <neil@daikokuya.demon.co.uk>
8048
8049         * spew.c (read_token, yyerror): Remove CPP_INT, CPP_FLOAT cases.
8050
8051 2001-07-18  Mark Mitchell  <mark@codesourcery.com>
8052
8053         * class.c (type_requires_array_cookie): New function.
8054         (check_methods): Don't try to figure out whether the type needs a
8055         cookie here.
8056         (check_bases_and_members): Set TYPE_VEC_NEW_USES_COOKIE here.
8057         * cp-tree.h (TYPE_VEC_DELETE_TAKES_SIZE): Remove.
8058         (TYPE_VEC_NEW_USES_COOKIE): Reimplement.
8059         * pt.c (instantiate_class_template): Don't set
8060         TYPE_VEC_DELETE_TAKES_SIZE.
8061         * NEWS: Document ABI changes from GCC 3.0.
8062
8063 2001-07-18  Xavier Delacour <xavier@fmaudio.net>,
8064             Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
8065
8066         * NEWS (Changes in GCC 3.0): Fix typo.
8067
8068 2001-07-13  Joseph S. Myers  <jsm28@cam.ac.uk>
8069
8070         * decl2.c (cplus_decl_attributes): Take a pointer to the node to
8071         which attributes are to be attached, and a flags argument.  Update
8072         call to decl_attributes.
8073         (grokfield): Update call to decl_attributes.
8074         * class.c (finish_struct): Update call to cplus_decl_attributes.
8075         * cp-tree.h (cplus_decl_attributes): Update prototype.
8076         * decl.c (start_decl, grokdeclarator, start_function): Update
8077         calls to decl_attributes and cplus_decl_attributes.
8078         * friend.c (do_friend): Update call to cplus_decl_attributes.
8079         * parse.y (parse_bitfield): Update call to cplus_decl_attributes.
8080
8081 2001-07-12  Mark Mitchell  <mark@codesourcery.com>
8082
8083         * decl.c (make_rtl_for_nonlocal_decl): Set DECL_C_HARD_REGISTER
8084         for `register' variables with an asm-specification.
8085
8086 2001-07-11  Mark Mitchell  <mark@codesourcery.com>
8087
8088         * semantics.c (finish_asm_stmt): Mark the output operands
8089         to an asm addressable, if necessary.
8090
8091 2001-07-11  Ben Elliston  <bje@redhat.com>
8092
8093         * Revert this change -- there is a subtle bug.
8094
8095         PR c++/80
8096         * decl.c (finish_enum): New "attributes" argument; pass it to
8097         cplus_decl_attributes.  Use a narrower type if the enum is packed.
8098         * cp-tree.h (finish_enum): Adjust prototype.
8099         * parse.y (enum_head): New non-terminal.
8100         (structsp): Use it. Enums now may be preceded or followed by
8101         optional attributes -- pass their chained tree to finish_enum().
8102         * pt.c (tsubst_enum): Pass NULL_TREE for the new argument.
8103
8104 2001-07-10  Mark Mitchell  <mark@codesourcery.com>
8105
8106         * pt.c (tsubst_decl): Set DECL_CONTEXT for namespace-scope
8107         variables.
8108
8109 2001-07-10  Jason Merrill  <jason_merrill@redhat.com>
8110
8111         * semantics.c (cp_expand_stmt): Fix for null
8112         current_function_return_value.
8113
8114 2001-07-10  Jan van Male  <jan.vanmale@fenk.wau.nl>
8115
8116         * call.c (build_op_delete_call): Initialize fn.
8117         (convert_like_real): Delete conditional.
8118         (joust): Initialize *w and *l.
8119         * class.c: Add prototype for binfo_ctor_vtable.
8120         (get_primary_binfo): Initialize result.
8121         * init.c (build_java_class_ref): Initialize name.
8122
8123 2001-07-09  Erik Rozendaal  <dlr@acm.org>
8124
8125         * typeck.c (unary_complex_lvalue): Do not duplicate the
8126         argument to modify, pre-, or post-increment when used as an
8127         lvalue and when the argument has side-effects.
8128
8129 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8130
8131         * decl.c (start_decl): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
8132         (start_function): Don't call SET_DEFAULT_DECL_ATTRIBUTES.  Call
8133         cplus_decl_attributes even if attrs is NULL.
8134         * friend.c (do_friend): Don't call SET_DEFAULT_DECL_ATTRIBUTES.
8135
8136 2001-07-08  Joseph S. Myers  <jsm28@cam.ac.uk>
8137
8138         * decl.c (grokdeclarator), decl2.c (cplus_decl_attributes): Update
8139         calls to decl_attributes.
8140
8141 2001-07-06  Ira Ruben   <ira@apple.com>
8142
8143         * cp-tree.def (TEMPLATE_DECL): Update comment. DECL_RESULT should
8144         be DECL_TEMPLATE_RESULT.
8145
8146 2001-07-05  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8147
8148         * cp-tree.h (copy_template_template_parm): Rename to ...
8149         (bind_template_template_parm): ... here.
8150         * tree.c (copy_template_template_parm): Rename to ...
8151         (bind_template_template_parm): ... here.  Remove the case when
8152         NEWARGS is NULL_TREE.
8153         (copy_tree_r): Don't copy TEMPLATE_TEMPLATE_PARM and
8154         BOUND_TEMPLATE_TEMPLATE_PARM.
8155         * pt.c (lookup_template_class): Adjust.
8156
8157 2001-07-05  Jason Merrill  <jason_merrill@redhat.com>
8158
8159         * cvt.c (convert_lvalue): New fn.
8160         * cp-tree.h: Declare it.
8161         * method.c (do_build_assign_ref): Use it.
8162         (do_build_copy_constructor): Convert parm to base types
8163         before calling base constructors.
8164
8165         * typeck.c (check_return_expr): Check DECL_ALIGN instead of
8166         DECL_USER_ALIGN.  Check flag_elide_constructors instead of
8167         optimize.
8168         * semantics.c (cp_expand_stmt): Don't destroy the named return value.
8169
8170 2001-07-02  Nathan Sidwell  <nathan@codesourcery.com>
8171
8172         * optimize.c (optimize_inline_calls): New function, broken out
8173         of ...
8174         (optimize_function): ... here. Call it. Don't inline if it is
8175         a thunk.
8176         (dump_function): Print name of dump flag causing this dump.
8177         * semantics.c (expand_body): Move thunk inline check to
8178         optimize_function.
8179
8180 2001-06-29  Joseph S. Myers  <jsm28@cam.ac.uk>
8181
8182         * typeck.c (COMP_TYPE_ATTRIBUTES): Don't define.
8183         (comptypes): Use target.comp_type_attributes.
8184
8185 2001-06-29  Nathan Sidwell  <nathan@codesourcery.com>
8186
8187         * cp-tree.h (flag_dump_class_layout): Remove unneeded declaration.
8188
8189 2001-06-28  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
8190
8191         * error.c (lang_print_error_function): Add a `diagnostic_context *'
8192         parameter. Tweak.
8193
8194 2001-06-27  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8195
8196         * decl2.c (import_export_class): Update.
8197
8198 2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
8199
8200         * error.c (init_error): Adjust settings.
8201
8202 2001-06-26  Gabriel Dos Reis  <gdr@codesourcery.com>
8203
8204         * error.c (init_error): Adjust settings.
8205
8206 2001-06-19  Richard Sandiford  <rsandifo@redhat.com>
8207
8208         * except.c (initialize_handler_parm): Expect __cxa_begin_catch to
8209         return pointers to data members by reference rather than by value.
8210
8211 2001-06-18  Jason Merrill  <jason_merrill@redhat.com>
8212
8213         Implement the Named Return Value optimization.
8214         * cp-tree.h (struct cp_language_function): Add x_return_value.
8215         (current_function_return_value): Now a macro.
8216         * decl.c: Don't define it.
8217         (define_label, finish_case_label): Don't clear it.
8218         (init_decl_processing): Don't register it with GC.
8219         * semantics.c (genrtl_finish_function): Don't check it for
8220         no_return_label.  Copy the RTL from the return value to
8221         current_function_return_value and walk, calling...
8222         (nullify_returns_r): ...this new fn.
8223         * typeck.c (check_return_expr): Set current_function_return_value.
8224
8225 2001-06-15  Jason Merrill  <jason_merrill@redhat.com>
8226
8227         * class.c (dfs_accumulate_vtbl_inits): Just point to the base we're
8228         sharing a ctor vtable with.  Merge code for cases 1 and 2.
8229         (binfo_ctor_vtable): New fn.
8230         (build_vtt_inits, dfs_build_secondary_vptr_vtt_inits): Use it.
8231
8232 2001-06-14  Jason Merrill  <jason_merrill@redhat.com>
8233
8234         * class.c (dfs_find_final_overrider): Fix logic.
8235
8236         * class.c (update_vtable_entry_for_fn): Uncomment optimization to use
8237         virtual thunk instead of non-virtual.
8238         (get_matching_virtual): Uncomment.
8239
8240         * pt.c (unify): Don't recurse between the POINTER_TYPE and the
8241         OFFSET_TYPE.  If we're adding cv-quals, the extra ones would be on
8242         PARM, not ARG.
8243
8244 2001-06-14  Nathan Sidwell  <nathan@codesourcery.com>
8245
8246         * class.c (dfs_accumulate_vtbl_inits): For case 2 & 3, make sure
8247         we've not emerged from the hierarchy of RTTI_BINFO on reaching
8248         a non-virtual base.
8249
8250 2001-06-13  Mark Mitchell  <mark@codesourcery.com>
8251
8252         * NEWS: Update release number.
8253
8254 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
8255
8256         PR c++/3130, c++/3131, c++/3132
8257         * cp-tree.h (BINFO_UNSHARED_MARKED): New #define.
8258         * class.c (force_canonical_binfo_r): Move
8259         BINFO_UNSHARED_MARKED, BINFO_LOST_PRIMARY_P. Don't move
8260         virtual bases unless they're primary and what they're primary
8261         too has been moved.
8262         (dfs_unshared_virtual_bases): Use BINFO_UNSHARED_MARKED. Cope
8263         with morally virtual bases. Duplicate BINFO_LOST_PRIMARY_P and
8264         BINFO_PRIMARY_BASE_OF. Clear BINFO_VTABLE for all but the most
8265         derived binfo.
8266         (mark_primary_bases): Use BINFO_UNSHARED_MARKED.
8267         (layout_nonempty_base_or_field): Add most derived type
8268         parameter. Adjust.
8269         (layout_empty_base): Likewise.
8270         (build_base_field): Likewise.
8271         (build_base_fields): Likewise.
8272         (propagate_binfo_offsets): Add most derived type
8273         parameter. Skip non canonical virtual bases too.
8274         (dfs_set_offset_for_unshared_vbases): Don't skip primary
8275         bases. Do skip canonical bases.
8276         (layout_virtual_bases): Adjust.
8277         (layout_class_type): Adjust.
8278         (dfs_get_primary_binfo): Build list of virtual primary base
8279         candidates.
8280         (get_primary_binfo): Check that the shared virtual primary
8281         base candidate was found first.
8282         (accumulate_vtbl_inits): Don't do anything for non-vptr
8283         containing binfos. For case 1 primary virtual bases, keep
8284         checking that we've not emerged from the hierarchy of RTTI_BINFO.
8285
8286 2001-06-12  Nathan Sidwell  <nathan@codesourcery.com>
8287
8288         PR c++/3089
8289         * class.c (dfs_accumulate_vtbl_inits): Always walk down the
8290         hierarchy looking for primary bases for a ctor
8291         vtable. Recursively call oneself, if we meet our primary via
8292         this route and haven't met it yet via inheritance graph order.
8293
8294 2001-06-11  Mark Mitchell  <mark@codesourcery.com>
8295
8296         * lang-options.h: Emit documentation for -fno-honor-std, not
8297         -fhonor-std.
8298
8299 2001-06-10  Alexandre Oliva  <aoliva@redhat.com>
8300
8301         * typeck.c (get_member_function_from_ptrfunc) [vbit_in_delta]:
8302         Don't clobber delta.
8303         (expand_ptrmemfunc_cst) [ptrmemfunc_vbit_in_delta]: Adjust pfn.
8304
8305 2001-06-10  Mark Mitchell <mark@codesourcery.com>
8306             Gabriel Dos Reis  <gdr@codesourcery.com>
8307
8308         * Make-lang.in (cp/call.o): Depend on diagnostic.h
8309         (cp/typeck.o): Depend on diagnostic.h
8310         (cp/typeck2.o): Depend on diagnostic.h
8311         (cp/repo.o): Depend on dignostic.h
8312         * typeck.c: #include diagnostic.h
8313         (convert_for_initialization): Remove extern declaration for
8314         warningcount and errorcount.
8315
8316         * call.c: #include diagnostic.h
8317         (convert_like_real): Remove extern declaration for warnincount and
8318         errorcount.
8319
8320         * repo.c: #include diagnostic.h
8321         * typeck2.c: #include diagnostic.h
8322
8323 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
8324
8325         * decl.c (duplicate_decls): Fix DECL_TEMPLATE_RESULT thinko
8326         in previous change.
8327
8328 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
8329
8330         PR c++/2929
8331         * friend.c (do_friend): Use push_decl_namespace for classes at
8332         namespace scope.
8333
8334 2001-06-08  Nathan Sidwell  <nathan@codesourcery.com>
8335             Jason Merrill <jason_merrill@redhat.com>
8336
8337         PR c++/3061
8338         * class.c (build_secondary_vtable): Use assert, rather than an error
8339         message.
8340         (dfs_fixup_binfo_vtbls): BINFO_VTABLE might be NULL.
8341         (dfs_accumulate_vtbl_inits): A lost primary virtual base may
8342         be between ORIG_BINFO and RTTI_BINFO, but neither of them.
8343         Don't set BINFO_VTABLE for a primary virtual base.
8344
8345 2001-06-07  Mark Mitchell  <mark@codesourcery.com>
8346
8347         * decl.c (duplicate_decls): Update source position information
8348         when a template function is defined.
8349
8350 2001-06-07  Phil Edwards  <pme@sources.redhat.com>
8351
8352         * lang-specs.h:  Move -D_GNU_SOURCE to config/linux.h.
8353
8354 2001-06-07  Nathan Sidwell  <nathan@codesourcery.com>
8355
8356         PR c++/2914
8357         * decl.c (pushtag): Don't push into a complete type's scope.
8358
8359 2001-06-06  Jason Merrill  <jason_merrill@redhat.com>
8360
8361         * cp-tree.h (THUNK_GENERATE_WITH_VTABLE_P): Lose.
8362         (struct lang_decl_flags): Lose generate_with_vtable_p.
8363         (BV_GENERATE_THUNK_WITH_VTABLE_P): Lose.
8364         * class.c (copy_virtuals): Adjust.
8365         * decl2.c (mark_vtable_entries): Adjust.
8366         * method.c (make_thunk, build_vtable_entry): Adjust.
8367         * class.c (update_vtable_entry_for_fn): Only look as far as the
8368         first defining class.
8369         (build_vtbl_initializer): Put nothing in the slot for a function only
8370         defined in a lost primary virtual base.
8371         (add_vcall_offset_vtbl_entries_1): Use the same code for
8372         the lost primary case and the normal case.
8373         (dfs_unshared_virtual_bases): Don't lose a non-virtual primary base.
8374         (get_vfield_offset, get_derived_offset): Lose.
8375         (dfs_find_final_overrider): Use look_for_overrides_here.
8376         (get_matching_virtual): New fn.
8377         * semantics.c (emit_associated_thunks): Check BV_USE_VCALL_INDEX_P,
8378         not BV_VCALL_INDEX.
8379         * search.c (look_for_overrides_here): Split out from...
8380         (look_for_overrides_r): Here.
8381
8382         * class.c (find_final_overrider): Return error_mark_node on error.
8383
8384         * decl2.c (key_method): #if 0 accidental change.
8385
8386 2001-06-06  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8387
8388         * call.c (convert_default_arg): Use INTEGRAL_TYPE_P.
8389         (build_over_call): Likewise.
8390         * decl.c (grokparms): Likewise.
8391         * pt.c (tsubst_decl): Likewise.
8392         * typeck.c (convert_arguments): Likewise.
8393
8394 2001-06-05  Mark Mitchell  <mark@codesourcery.com>
8395
8396         * semantics.c (begin_class_definition): Robustify.
8397
8398         * pt.c (instantiate_decl): Tell the repository code about the
8399         clones, not the cloned functions.
8400         * repo.c (repo_template_used): Explicitly instantiate the cloned
8401         function, not the clones.
8402
8403 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
8404
8405         * call.c (build_user_type_conversion_1): Set ICS_USER_FLAG and
8406         ICS_BAD_FLAG on created conversion.
8407         (compare_ics): Break out rank.
8408
8409 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
8410
8411         * decl.c (xref_tag): Remove extraneous %s on dependent name
8412         lookup warning.
8413
8414 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
8415
8416         * class.c (layout_vtable_decl): Fix off by one error on
8417         build_index_type.
8418         (build_vtt): Likewise.
8419         (build_ctor_vtbl_group): Likewise.
8420
8421 2001-06-05  Nathan Sidwell  <nathan@codesourcery.com>
8422
8423         * class.c (maybe_indent_hierarchy): New function.
8424         (dump_class_hierarchy_r): Add flags. Dump extra binfo
8425         information, if enabled. Use maybe_indent_hierarchy. Adjust
8426         output format.
8427         (dump_class_hierarchy): Adjust prototype. Adjust output format.
8428         (dump_array, dump_vtable, dump_vtt): New functions.
8429         (finish_struct_1): Adjust hierarchy dumping.
8430         (initialize_vtable): Call dump_vtable.
8431         (build_vtt): Call dump_vtt.
8432         (build_ctor_vtbl_group): Call dump_vtable.
8433         * decl2.c (flag_dump_class_layout): Remove.
8434         (cxx_decode_option): Remove dump translation unit
8435         and dump class hierarchy check. Call dump_switch_p.
8436         (finish_file): Adjust dumping.
8437         (dump.c): Only dump base classes if not TDF_SLIM.
8438         Only dump namespace members if not TDF_SLIM.
8439         * optimize.c (dump_function): New function.
8440         (optimize_function): Call dump_function.
8441         * semantics.c (expand_body): Use dump_enabled_p.
8442
8443 2001-06-01  Nathan Sidwell  <nathan@codesourcery.com>
8444
8445         PR g++/2936
8446         Part missed from first commit
8447         * decl2.c (finish_anon_union): Copy context.
8448
8449 2001-05-30  Nathan Sidwell  <nathan@codesourcery.com>
8450
8451         PR g++/2936
8452         * optimize.c (remap_decl): Remap anonymous aggregate members too.
8453
8454 2001-05-26  Nathan Sidwell  <nathan@codesourcery.com>
8455
8456         PR g++/2823
8457         * semantics.c (expand_body): Don't optimize thunks.
8458
8459 2001-05-25  Sam TH  <sam@uchicago.edu>
8460
8461         * cp-tree.h lex.h: Fix header include guards.
8462
8463 2001-05-25  Mark Mitchell <mark@codesourcery.com>
8464
8465         * decl.c (init_decl_processing): Tweak.
8466
8467 2001-05-24  Mark Mitchell  <mark@codesourcery.com>
8468
8469         * decl.c (duplicate_decls): Tidy.
8470         (init_decl_processing): Always set flag_no_builtin.
8471
8472 2001-05-24  Nathan Sidwell  <nathan@codesourcery.com>
8473
8474         PR c++/2184
8475         * decl2.c (do_local_using_decl): Push the decls, even in a
8476         template.
8477
8478 2001-05-22  Mark Mitchell  <mark@codesourcery.com>
8479
8480         * optimize.c (initialize_inlined_parameters): Don't set
8481         TREE_READONLY for a VAR_DECL taking the place of an inlined
8482         PARM_DECL.
8483
8484 2001-05-22  Jason Merrill  <jason_merrill@redhat.com>
8485
8486         * class.c, cp-tree.h, rtti.c: Remove com_interface attribute support.
8487         * tree.c (cp_valid_lang_attribute): Warn about use of com_interface
8488         attribute.
8489
8490 2001-05-22  Joseph S. Myers  <jsm28@cam.ac.uk>
8491
8492         * parse.y: Refer to compound literals as such, not as
8493         constructor-expressions.
8494
8495 2001-05-21  Mark Mitchell  <mark@codesourcery.com>
8496
8497         * call.c (build_op_delete_call): Ignore exception-specifications
8498         when looking for matching delete operators.
8499         * init.c (build_new_1): Compute whether or not the allocation
8500         function used is a placement allocation function or not, and
8501         communicate this information to build_op_delete_call.
8502
8503 2001-05-21  Jason Merrill  <jason_merrill@redhat.com>
8504
8505         * class.c (build_vtable_entry_ref): Lose vtbl parm.  Fix for new abi.
8506         (build_vtbl_ref): Adjust.
8507         (dfs_accumulate_vtbl_inits): Set TREE_CONSTANT on the vtable address.
8508         * decl2.c (lang_f_options): Remove huge-objects, vtable-thunks.
8509         Re-add vtable-gc.
8510         (unsupported_options): Correspondingly.
8511
8512         * decl2.c (maybe_make_one_only): Check flag_weak, not
8513         supports_one_only().
8514
8515         * cp-tree.def (START_CATCH_STMT): Lose.
8516         * dump.c (cp_dump_tree): Don't dump it.  Do dump HANDLER_PARMS.
8517         * tree.c (cp_statement_code_p): Don't case it.
8518         * semantics.c (cp_expand_stmt): Likewise.
8519         * cp-tree.h (START_CATCH_TYPE): Lose.
8520         (HANDLER_TYPE): New.
8521         * except.c (expand_start_catch_block): Don't start any blocks.
8522         Return the type.
8523         (expand_end_catch_block): Don't end any blocks.
8524         * parse.y (handler): Don't pass anything from finish_handler_parms
8525         to finish_handler.
8526         * pt.c (tsubst_expr): Likewise.
8527         * semantics.c (begin_handler): Call note_level_for_catch here.
8528         (finish_handler_parms): Don't return anything.
8529         (genrtl_catch_block, begin_catch_block): Lose.
8530         (genrtl_handler): Call expand_start_catch here.
8531
8532 2001-05-18  Jason Merrill  <jason_merrill@redhat.com>
8533
8534         * class.c (build_vtable): Set DECL_ASSEMBLER_NAME for vtables here.
8535         (get_vtable_decl, build_vtt): Not here.
8536
8537 2001-05-20  Nathan Sidwell  <nathan@codesourcery.com>
8538
8539         PR c++/2781
8540         * optimize.c (update_cloned_parm): Copy addressability and other
8541         flags.
8542
8543 2001-05-20  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
8544
8545         * pt.c (determine_specialization): Ignore artificial functions.
8546
8547 2001-05-20  Neil Booth  <neil@daikokuya.demon.co.uk>
8548
8549         * cp-tree.h (struct lang_identifier, C_RID_YYCODE): Update.
8550         (C_RID_CODE): Remove.
8551         * lex.c (cxx_init_options): Call set_identifier_size.  Update.
8552         (init_parse): Don't do it here.
8553
8554 2001-05-18  Diego Novillo  <dnovillo@redhat.com>
8555
8556         * decl2.c (finish_objects): Use the original SYMBOL_REF from the
8557         function declaration to avoid stripping the symbol's attributes.
8558
8559 2001-05-18  Nathan Sidwell  <nathan@codesourcery.com>
8560
8561         * decl.c (pushdecl): Adjust error string.
8562         (xref_tag): Adjust friend class injection warning. Remove the
8563         inherited name from the class shadowed scope.
8564
8565 2001-05-17  Mark Mitchell  <mark@codesourcery.com>
8566
8567         * except.c (cp_protect_cleanup_actions): New function.
8568         (init_exception_processing): Don't set protect_cleanup_actions
8569         here.  Do set lang_protect_cleanup_actions.
8570
8571 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
8572
8573         * spew.c (read_token): Call yyerror on all unexpected tokens.
8574
8575 2001-05-16  Nathan Sidwell  <nathan@codesourcery.com>
8576
8577         * init.c (member_init_ok_or_else): Take a tree rather than
8578         string for name.
8579         (expand_member_init): Adjust.
8580
8581 2001-05-14  Nick Clifton  <nickc@cambridge.redhat.com>
8582
8583         * decl.c (duplicate_decls): Suppress warning about duplicate
8584         decls if the first decl is a friend.
8585
8586 2001-05-12  Zack Weinberg  <zackw@stanford.edu>
8587
8588         * except.c (choose_personality_routine): Export.  Add
8589         explanatory comment.  Take an enum languages, not a boolean.
8590         (initialize_handler_parm): Adjust to match.
8591         * cp-tree.h: Prototype choose_personality_routine.
8592         * lex.c (handle_pragma_java_exceptions): New function.
8593         (init_cp_pragma): Register #pragma GCC java_exceptions.
8594
8595 2001-05-12  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
8596
8597         * method.c (build_mangled_C99_name): Remove unused prototype.
8598
8599 2001-05-12  Alexandre Oliva  <aoliva@redhat.com>
8600
8601         * cp-tree.h (ptrmemfunc_vbit_where_t): Declare type.
8602         * typeck.c (get_member_function_from_ptrfunc,
8603         build_ptrmemfunc, expand_ptrmemfunc_cst): Take
8604         TARGET_PTRMEMFUNC_VBIT_LOCATION into account.
8605
8606         Reverted Geoff Keating's 2001-05-03's patch.
8607
8608 2001-05-11  Ira Ruben   <ira@apple.com>
8609
8610         * cp/cp-tree.h (C_EXP_ORIGINAL_CODE): Delete; declared in c-common.h.
8611
8612 2001-05-11  Neil Booth  <neil@daikokuya.demon.co.uk>
8613
8614         * cp-tree.h (finish_label_expr, lookup_label): Delete.
8615         * parse.y: Update for '&&'; don't issue warning here.
8616         * semantics.c (finish_label_expr): Delete.
8617
8618 2001-05-07  Mark Mitchell  <mark@codesourcery.com>
8619
8620         * splay-tree.h (splay_tree_max): New function.
8621         (splay_tree_min): Likewise.
8622
8623 2001-05-03  Geoffrey Keating  <geoffk@redhat.com>
8624
8625         * cp-tree.h (enum cp_tree_index): Add CPTI_PFN_VFLAG_IDENTIFIER.
8626         (pfn_vflag_identifier): Define.
8627         Update comment about layout of pointer functions.
8628         (build_ptrmemfunc1): Update prototype.
8629         (expand_ptrmemfunc_cst): Update prototype.
8630         * decl.c (initialize_predefined_identifiers): Initialize
8631         pfn_vflag_identifier.
8632         (build_ptrmemfunc_type): When FUNCTION_BOUNDARY < 16, add
8633         an extra field to the type.
8634         * expr.c (cplus_expand_constant): Pass 'flag' between
8635         expand_ptrmemfunc_cst and build_ptrmemfunc1.
8636         * typeck.c (get_member_function_from_ptrfunc): When
8637         FUNCTION_BOUNDARY < 16, look at additional field to determine
8638         if a pointer-to-member is a real pointer or a vtable offset.
8639         (build_ptrmemfunc1): Add new parameter to contain extra field.
8640         (build_ptrmemfunc): Pass the extra field around.
8641         (expand_ptrmemfunc_cst): Add new parameter to return extra field.
8642         (pfn_from_ptrmemfunc): Ignore the extra field.
8643
8644 2001-05-03  Mark Mitchell  <mark@codesourcery.com>
8645
8646         * cp-tree.h (flag_inline_trees): Update documentation.
8647         * decl.c (init_decl_processing): Adjust handling of
8648         flag_inline_functions and flag_inline_trees to support -O3.
8649         (grokfndecl): Set DECL_INLINE on all functions if that's what
8650         the user requested.
8651         (save_function_data): Clear DECL_INLINE in
8652         current_function_cannot_inline is non-NULL.
8653         * decl2.c (flag_inline_trees): Update documentation.
8654
8655 2001-05-03  Nathan Sidwell  <nathan@codesourcery.com>
8656
8657         * dump.c (cp_dump_tree, USING_STMT case): New case.
8658         * tree.c (cp_statement_code_p): Add USING_STMT.
8659         * decl2.c (do_using_directive): Add the using directive statement.
8660
8661         * tree.c (walk_tree): Reformat an if block.
8662
8663 2001-05-02  Mark Mitchell  <mark@codesourcery.com>
8664
8665         * decl.c (compute_array_index_type): Don't try to do anything with
8666         the indices when processing a template.
8667
8668 2001-05-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8669
8670         * call.c: NULL_PTR -> NULL.
8671         * class.c: Likewise.
8672         * cvt.c: Likewise.
8673         * decl.c: Likewise.
8674         * decl2.c: Likewise.
8675         * except.c: Likewise.
8676         * init.c: Likewise.
8677         * rtti.c: Likewise.
8678         * search.c: Likewise.
8679         * tree.c: Likewise.
8680         * typeck.c: Likewise.
8681         * typeck2.c: Likewise.
8682
8683 2001-05-02  Mark Mitchell  <mark@codesourcery.com>
8684
8685         * decl2.c (do_using_directive): Revert previous patch.
8686
8687 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
8688
8689         * cp-tree.def (USING_STMT): New statement node.
8690         * cp-tree.h (USING_STMT_NAMESPACE): New macro.
8691         * decl2.c (do_using_directive): Add USING_STMT to statement
8692         tree. Don't emit errors when processing template decl.
8693         * pt.c (tsubst_expr, USING_STMT case): New case.
8694         * semantics.c (cp_expand_stmt, USING_STMT case): New case.
8695
8696 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
8697
8698         * call.c (build_new_op): Convert args from reference here.
8699         (build_conditional_expr): Don't convert here.
8700
8701 2001-05-01  Nathan Sidwell  <nathan@codesourcery.com>
8702
8703         * spew.c (last_token_id): New static variable.
8704         (read_token): Set it here.
8705         (yyerror): Use it here.
8706
8707 2001-04-30  Richard Henderson  <rth@redhat.com>
8708
8709         * cvt.c: Downcase C_PROMOTING_INTEGER_TYPE_P invocations.
8710         * decl.c: Likewise.
8711
8712 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
8713
8714         * gxxint.texi: Remove.
8715         * Make-lang.in: Remove all traces of gxxint.texi.
8716
8717 Mon Apr 30 16:14:10 2001  Mark P Mitchell  <mark@codesourcery.com>
8718
8719         * decl2.c (start_static_initialization_or_destruction): Correct
8720         logic to handle the -fno-use-cxa-atexit case.
8721
8722 2001-04-30  Mark Mitchell  <mark@codesourcery.com>
8723
8724         * optimize.c (update_cloned_parm): New function.
8725         (maybe_clone_body): Use it.  Update the `this' parameter too.
8726
8727 2001-04-29  Joseph S. Myers  <jsm28@cam.ac.uk>
8728
8729         * decl2.c (unsupported_options): Add new-abi.
8730         * lang-options.h: Remove no longer supported options.
8731
8732 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
8733
8734         * except.c (can_convert_eh): Don't check template parms,
8735         typename types etc.
8736
8737 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
8738
8739         * optimize.c (maybe_clone_body): Copy parameter names and locations.
8740
8741 2001-04-27  Nathan Sidwell  <nathan@codesourcery.com>
8742
8743         * cp-tree.h (adjust_clone_args): Prototype new function.
8744         * class.c (adjust_clone_args): New function.
8745         * decl.c (start_function): Call it for in charge ctors.
8746
8747 2001-04-26  Mark Mitchell  <mark@codesourcery.com>
8748
8749         * method.c (use_thunk): Make sure that thunks really are emitted
8750         when requested.
8751
8752 2001-04-26  Nathan Sidwell <nathan@codesourcery.com>
8753
8754         * mangle.c (write_chars): New macro.
8755         (hwint_to_ascii): New function
8756         (write_number): Use it.
8757         (write_integer_cst): Deal with really big numbers.
8758
8759 2001-04-25  Mark Mitchell  <mark@codesourcery.com>
8760
8761         * optimize.c (maybe_clone_body): Copy TREE_PUBLIC before emitting
8762         the clone.
8763
8764 2001-04-25  Nathan Sidwell  <nathan@codesourcery.com>
8765
8766         * decl.c (grokdeclarator): Set context of namespace scope
8767         TYPE_DECLS.
8768
8769 2001-04-24  Zack Weinberg  <zackw@stanford.edu>
8770
8771         * cp/optimize.c: Include hashtab.h.
8772         (struct inline_data): Add tree_pruner.
8773         (expand_call_inline, expand_calls_inline): Use it when calling
8774         walk_tree.
8775         (optimize_function): Initialize and free tree_pruner.
8776
8777 2001-04-24  Nathan Sidwell <nathan@codesourcery.com>
8778
8779         Lazy __FUNCTION__ generation.
8780         * cp-tree.def (FUNCTION_NAME): Remove.
8781         * cp-tree.h (function_name_declared_p): Remove.
8782         (cp_fname_init): Prototype.
8783         * decl.c (init_decl_processing): Don't generate __FUNCTION__ et al ids,
8784         don't call declare_function_name. Call start_fname_decls.
8785         (cp_make_fname_decl): Adjust parameters. Generate the name. Don't
8786         clobber the line number.
8787         (cp_fname_init): New function.
8788         (start_function): Call start_fname_decls.
8789         (finish_function): Call finish_fname_decls.
8790         * lex.c (reswords): Add slots for __FUNCTION__ et al.
8791         (rid_to_yy): Add mappings for __FUNCTION__ et al.
8792         * optimize.c (maybe_clone_body): Remove function_name_declared_p.
8793         * parse.y (VAR_FUNC_NAME): New token.
8794         (primary): Add VAR_FUNC_NAME.
8795         * pt.c (tsubst_decl): Adjust a DECL_PRETTY_FUNCTION_P's
8796         generation.
8797         (tsubst, FUNCTION_NAME case): Remove.
8798         (tsubst_copy, FUNCTION_NAME case): Remove.
8799         (tsubst_expr, DECL_STMT case): Be careful with a
8800         DECL_PRETTY_FUNCTION_P.
8801         (instantiate_decl): Remove function_name_declared_p.
8802         * semantics.c (begin_compound_statement): Don't call
8803         declare_function_name here.
8804         (setup_vtbl_ptr). Don't save & restore function_name_declared_p.
8805         (finish_translation_unit): Call finish_fname_decls.
8806         (expand_body): Remove function_name_declared_p.
8807         * typeck2.c (digest_init): Allow any ERROR_MARK.
8808
8809 2001-04-24  Nathan Sidwell  <nathan@codesourcery.com>
8810
8811         * pt.c (tsubst_decl): Use VOID_TYPE_P.
8812         * semantics.c: Fix some typos.
8813
8814 2001-04-23  Phil Edwards  <pme@sources.redhat.com>
8815
8816         * cp/decl2.c (flag_honor_std):  Always initialize to 1.
8817
8818 2001-04-22  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8819
8820         * xref.c (GNU_xref_file): Use concat in lieu of xmalloc/sprintf.
8821
8822 2001-04-23  Jason Merrill  <jason_merrill@redhat.com>
8823
8824         * except.c (build_throw): Wrap the initialization of the exception
8825         object in a MUST_NOT_THROW_EXPR.
8826         (do_free_exception): #if 0.
8827
8828 2001-04-20  Mark Mitchell  <mark@codesourcery.com>
8829
8830         * cp-tree.h (finish_enum): Change prototype.
8831         * decl.c (finish_enum): Reorganize.
8832         * parse.y (structsp): Adjust calls to finish_enum.
8833
8834 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
8835
8836         * tree.c (cp_tree_equal): Adjust final switch formatting. Add
8837         't' case.
8838
8839 2001-04-20  Nathan Sidwell  <nathan@codesourcery.com>
8840
8841         * class.c (dfs_unshared_virtual_bases): Add ATTRIBUTE_UNUSED.
8842         (layout_empty_base): Return at end flag.
8843         (build_base_field): Likewise.
8844         (build_base_fields): Likewise.
8845         (layout_virtual_bases): Don't add 1 to eoc value.
8846         (end_of_class): Use full size for empty bases.
8847         (layout_class_type): Clear CLASSNEARLY_EMPTY_P if we appended
8848         empty bases. Don't add 1 to eoc value. Only add trailing padding
8849         if we're an empty class with no empty bases.
8850         (dump_class_hierarchy): Dump size and alignment.
8851
8852 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
8853
8854         * call.c (maybe_handle_ref_bind): Copy ICS_USER_FLAG and
8855         ICS_BAD_FLAG.
8856
8857 2001-04-20  Jakub Jelinek  <jakub@redhat.com>
8858
8859         * search.c (lookup_field_r): If looking for type and non-TYPE_DECL
8860         is found, look first if name does not match the structure name.
8861
8862 2001-04-19  Mark Mitchell  <mark@codesourcery.com>
8863
8864         * cp-tree.h (DECL_LANGUAGE): Don't assume DECL_LANG_SPECIFIC is
8865         set.
8866         (SET_DECL_LANGUAGE): New macro.
8867         * decl.c (duplicate_decls): Use SET_DECL_LANGUAGE.
8868         (pushdecl): Likewise.
8869         (build_library_fn_1): Likewise.
8870         (build_cp_library_fn): Likewise.
8871         (grokfndecl): Likewise.
8872         (grokvardecl): Mark `extern "C"' variables as having C linkage.
8873         * decl2.c (grokclassfn): Use SET_DECL_LANGUAGE.
8874         * lex.c (retrofit_lang_decl): Likewise.
8875         * mangle.c (mangle_decl_string): Don't mangle the names of
8876         variables declared with C language linkage.
8877         * semantics.c (finish_member_declaration): Use SET_DECL_LANGUAGE.
8878
8879 2001-04-18  John David Anglin  <dave@hiauly1.hia.nrc.ca>
8880
8881         * semantics.c (simplify_aggr_init_exprs_r): Don't restore
8882         flag_access_control from uninitialized storage.
8883
8884 2001-04-15  Mark Mitchell  <mark@codesourcery.com>
8885
8886         * cp-tree.h (TYPE_PTRMEM_CLASS_TYPE): Improve documentation.
8887         * mangle.c (write_pointer_to_member_type): Fix mangling of
8888         pointers to cv-qualified member function types.
8889
8890         * init.c (build_delete): Create a SAVE_EXPR for the address if
8891         we're going to use it more than once.
8892
8893 2001-04-13  Mark Mitchell  <mark@codesourcery.com>
8894
8895         * cp-tree.h (DELTA2_FROM_PTRMEMFUNC): Remove.
8896         (expand_ptremfunc_cst): Change prototype.
8897         (delta2_from_ptrmemfunc): Remove.
8898         * expr.c (cplus_expand_constant): Adjust call to
8899         expand_ptrmemfunc_cst.
8900         * typeck.c (build_ptrmemfunc1): Simplify.
8901         (build_ptrmemfunc): Make sure that casting a PTRMEM_CST still
8902         results in a constant.
8903         (expand_ptrmemfunc_cst): Remove idx and delta2 parameters.
8904         (delta2_from_ptrmemfunc): Remove.
8905         (pfn_from_ptrmemfunc): Adjust call to expand_ptrmemfunc_cst.
8906
8907 2001-04-12  Jason Merrill  <jason_merrill@redhat.com>
8908
8909         * cp-tree.h (decl_namespace_list): New macro.
8910         (struct saved_scope): Add decl_ns_list.
8911         * decl.c (mark_saved_scope): Mark it.
8912         * decl2.c: Lose static decl_namespace_list.
8913         (init_decl2): Don't save it.
8914
8915 2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8916
8917         * cp-tree.h (warn_return_type, yylex): Delete redundant
8918         declarations.
8919
8920         * decl.c (current_class_depth, global_namespace): Likewise.
8921
8922         * decl2.c (current_class_depth, flag_gnu_xref): Likewise
8923
8924         * repo.c (flag_use_repository): Likewise.
8925
8926 2001-04-12  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8927
8928         * cp-tree.h (pedantic, convert, global_bindings_p, insert_block,
8929         set_block, pushdecl, getdecls, gettags, init_decl_processing,
8930         maybe_build_cleanup, copy_lang_decl, prep_stmt, lvalue_p,
8931         lvalue_or_else, print_lang_statistics, comp_target_types,
8932         unsigned_type, signed_type, signed_or_unsigned_type,
8933         build_function_call, mark_addressable, incomplete_type_error):
8934         Delete redundant declarations.
8935
8936 2001-04-11  Jason Merrill  <jason_merrill@redhat.com>
8937
8938         * cp-tree.h (TYPE_LINKAGE_IDENTIFIER): New macro.
8939         (TYPE_ANONYMOUS_P): New macro.
8940         (TAGGED_TYPE_P): New macro.
8941         * decl.c (check_tag_decl): Use TYPE_ANONYMOUS_P.
8942         (grokfndecl, grokvardecl, grokdeclarator): Likewise.
8943         * tree.c (no_linkage_helper): Likewise.
8944         * semantics.c (begin_class_definition): Likewise.
8945         * pt.c (convert_template_argument): Likewise.
8946         * lex.c (check_for_missing_semicolon): Likewise.
8947
8948 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
8949
8950         * class.c (dfs_unshared_virtual_bases): New function.
8951         (mark_primary_bases): Call it.
8952         (check_bases): Ignore virtual bases when determining
8953         nearly-emptiness.
8954
8955 2001-04-12  Nathan Sidwell  <nathan@codesourcery.com>
8956
8957         * method.c (make_thunk): Clear DECL_CLONED_FUNCTION.
8958
8959 2001-04-11  Mark Mitchell  <mark@codesourcery.com>
8960
8961         * optimize.c (maybe_clone_body): Copy DECL_NUM_STMTS from the
8962         cloned function to the clone.
8963
8964 2001-04-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
8965
8966         * Make-lang.in (cp/semantics.o): Depend on $(EXPR_H).
8967
8968         * semantics.c: Include expr.h.
8969
8970 2001-04-11  Nathan Sidwell  <nathan@codesourcery.com>
8971
8972         * method.c (implicitly_declare_fn): Commonize code for copy ctor
8973         and assignment op. Set TREE_USED for parameter.
8974
8975 2001-04-10  Mark Mitchell  <mark@codesourcery.com>
8976
8977         * class.c (find_final_overrider_data): Add `candidates'.
8978         (dfs_find_final_overrider): Don't issue error messages
8979         prematurely.
8980         (find_final_overrider): Issue error messages here.
8981         (build_base_field): Don't warn about amgibuous direct bases here.
8982         (warn_about_ambiguous_direct_bases): New function.
8983         (layout_class_type): Use it.
8984
8985 2001-04-10  Richard Henderson  <rth@redhat.com>
8986
8987         * typeck.c (build_array_ref): Push the array reference inside
8988         COMPOUND_EXPR and COND_EXPR.
8989
8990 2001-04-05  Mark Mitchell  <mark@codesourcery.com>
8991
8992         * cp-tree.h (DECL_THIS_INLINE): Rename to DECL_DECLARED_INLINE_P.
8993         * decl.c (duplicate_decls): Adjust accordingly.
8994         (maybe_commonize_var): Likewise.
8995         (grokfndecl): Likewise.
8996         (start_function): Likewise.
8997         (start_method): Likewise.
8998         * decl2.c (key_method): Likewise.
8999         (import_export_decl): Likewise.
9000         * method.c (implicitly_declare_fn): Likewise.
9001         * optimize.c (maybe_clone_body): Likewise.
9002
9003 2001-04-05  Benjamin Kosnik  <bkoz@redhat.com>
9004
9005         * lang-specs.h: Add __DEPRECATED.
9006
9007 Thu Apr  5 16:54:29 2001  J"orn Rennecke <amylaar@redhat.com>
9008
9009         * search.c (get_dynamic_cast_base_type): When building a new
9010         constant, set its type to ssizetype.
9011
9012 2001-04-04  Jakub Jelinek  <jakub@redhat.com>
9013
9014         * optimize.c (expand_call_inline): Only add newly inlined statements
9015         into inlined_stmts.
9016
9017 2001-04-03  Mark Mitchell  <mark@codesourcery.com>
9018
9019         * cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.
9020         (OPERATOR_FORMAT): Likewise.
9021         (OPERATOR_TYPENAME_FORMAT): Likewise.
9022         * operators.def: Remove old name-mangling information.
9023         * decl.c (grok_op_properties): Adjust accordingly.
9024         * lex.c (init_operators): Likewise.
9025         * rtti.c (get_tinfo_decl): Issue error messages about types that
9026         have variable size.
9027
9028 2001-04-03  Mark Mitchell  <mark@codesourcery.com>
9029
9030         * decl2.c (import_export_decl): Don't call import_export_class
9031         when processing an inline member function.
9032         * semantics.c (expand_body): Call import_export_decl before
9033         emitting inline functions.
9034
9035 2001-03-28  Richard Henderson  <rth@redhat.com>
9036
9037         IA-64 ABI Exception Handling:
9038         * cp-tree.def (EH_SPEC_BLOCK): New.
9039         (MUST_NOT_THROW_EXPR): New.
9040         * cp-tree.h: Update changed function declarations.
9041         (CPTI_PUSH_EXCEPTION_IDENTIFIER): Remove.
9042         (CPTI_CALL_UNEXPECTED): New.
9043         (struct cp_language_function): Rename x_eh_spec_try_block
9044         to x_eh_spec_block.
9045         (EH_SPEC_STMTS, EH_SPEC_RAISES): New.
9046         * decl.c (current_binding_level): If no current function
9047         bindings, revert to scope_chain.
9048         (initialize_predefined_identifiers): Remove __cp_push_exception.
9049         (store_parm_decls): Use begin_eh_spec_block.
9050         (finish_function): Use finish_eh_spec_block.
9051         (mark_lang_function): Update for name changes.
9052         * decl2.c (finish_file): No mark_all_runtime_matches.
9053         * dump.c (cp_dump_tree): Handle new tree codes.
9054         * error.c (dump_expr) [BIND_EXPR]: Fix typo.
9055         * except.c (catch_language_init, catch_language): Remove.
9056         (init_exception_processing): Don't set language code.
9057         Initialize call_unexpected_node, protect_cleanup_actions,
9058         eh_personality_libfunc, lang_eh_runtime_type.
9059         (call_eh_info, push_eh_info, get_eh_info, get_eh_value): Remove.
9060         (get_eh_type, get_eh_caught, get_eh_handlers): Remove.
9061         (prepare_eh_type): Split out type canonicalizations ...
9062         (build_eh_type_type): ... from here.
9063         (build_eh_type_type_ref): Remove.
9064         (mark_all_runtime_matches): Remove.
9065         (build_exc_ptr): New.
9066         (do_begin_catch, do_end_catch): New.
9067         (do_pop_exception): Remove.
9068         (build_terminate_handler): Remove.
9069         (choose_personality_routine): Split out language choice from ...
9070         (initialize_handler_parm): ... here.
9071         Use MUST_NOT_THROW_EXPR.
9072         (expand_start_catch_block): Use do_begin_catch.  Simplify Java
9073         exception object handling.
9074         (expand_start_eh_spec, expand_end_eh_spec): Remove.
9075         (expand_exception_blocks, alloc_eh_object): Remove.
9076         (begin_eh_spec_block, finish_eh_spec_block): New.
9077         (do_allocate_exception, do_free_exception): New.
9078         (expand_throw): Merge into ...
9079         (build_throw): ... here.  Update for abi.
9080         * expr.c (cplus_expand_expr): No expand_internal_throw.
9081         Handle MUST_NOT_THROW_EXPR.
9082         * pt.c (tsubst_expr): Handle EH_SPEC_BLOCK.
9083         * semantics.c (*) Update for except.h name changes.
9084         (genrtl_try_block): No protect_with_terminate.
9085         (genrtl_eh_spec_block): New.
9086         (genrtl_handler): Don't emit the goto here.
9087         (cp_expand_stmt): Handle EH_SPEC_BLOCK.
9088         (genrtl_finish_function): Don't expand_exception_blocks.
9089         * tree.c (cp_statement_code_p): Handle EH_SPEC_BLOCK.
9090
9091 2001-03-28  Richard Henderson  <rth@redhat.com>
9092
9093         * decl.c (struct named_label_list): Rename eh_region to
9094         in_try_scope, add in_catch_scope.
9095         (struct binding_level): Rename eh_region to is_try_scope,
9096         add is_catch_scope.
9097         (note_level_for_try): Rename from note_level_for_eh.
9098         (note_level_for_catch): New.
9099         (poplevel): Copy both is_try_scope and is_catch_scope to
9100         the named_label_list struct.
9101         (check_previous_goto_1): Don't check for catch block via
9102         DECL_ARTIFICIAL; use in_try_scope instead.
9103         (check_goto): Likewise.
9104         * cp-tree.h (note_level_for_try, note_level_for_catch): Declare.
9105         * except.c (expand_start_catch_block): Call note_level_for_catch.
9106         * semantics.c (begin_compound_stmt): Update for note_level_for_try.
9107
9108 2001-03-27  Richard Henderson  <rth@redhat.com>
9109
9110         * except.c: Use USING_SJLJ_EXCEPTIONS instead of
9111         exceptions_via_longjmp.
9112
9113 2001-03-27  Phil Edwards  <pme@sources.redhat.com>
9114
9115         * pt.c (check_default_tmpl_args):  Make error messages clearer.
9116
9117 2001-03-26  Phil Edwards  <pme@sources.redhat.com>
9118
9119         * error.c:  Also undefine 'A' macro used for cp_printers definition.
9120
9121 2001-03-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9122
9123         * Make-lang.in: Depend on $(SYSTEM_H), not system.h.
9124
9125 2001-03-26  Mike Yang <yang@research.att.com>
9126             Mark Mitchell  <mark@codesourcery.com>
9127
9128         * dump.c (dump_access): New function.
9129         (cp_dump_tree): Use it.  Dump basetype information for class
9130         types.
9131
9132 2001-03-26  Mark Mitchell  <mark@codesourcery.com>
9133
9134         * Makefile.in (optimize.o): Depend on params.h.
9135         (duplicate_decls): Copy DECL_NUM_STMTS, not DECL_FRAME_SIZE.
9136         (init_decl_processing): Set flag_no_inline when doing
9137         inlining-on-trees.
9138         * optimize.c: Include params.h.
9139         (struct inline_data): Improve documentation of FNS.  Add
9140         FIRST_INLINED_FN, INLINED_STMTS, and CLONING_P.
9141         (INSNS_PER_STMT): New macro.
9142         (remap_block): Use CLONING_P.
9143         (inlinable_function_p): Don't inline big functions.
9144         (expand_call_inline): Keep track of how much inlining we've done.
9145         (optimize_function): Set FIRST_INLINED_FN.
9146         (maybe_clone_body): Set CLONING_P.
9147         * semantics.c (simplify_aggr_init_exprs_r): Fix typing problems in
9148         tree nodes.
9149         (genrtl_finish_function): Clear DECL_DEFER_OUTPUT before calling
9150         rest_of_compilation.  Clear DECL_RTL for local variables
9151         afterwards.
9152         (clear_decl_rtl): New function.
9153
9154 2001-03-26  Nathan Sidwell  <nathan@codesourcery.com>
9155
9156         Implement DR 209
9157         * cp-tree.h (skip_type_access_control,
9158         reset_type_access_control): Prototype.
9159         * decl.c (grokdeclarator): Access of friends is not checked.
9160         * parse.y (component_decl_list): Reset type access control.
9161         * semantics.c (decl_type_access_control): Clear
9162         current_type_lookups.
9163         (save_type_access_control): Don't save if not deferring.
9164         (skip_type_access_control, reset_type_access_control): New
9165         functions.
9166         (begin_class_definition): Do type access control for basetypes.
9167         Start deferred access control.
9168         (finish_class_definition): Resume immediate access control if
9169         this is a local class.
9170
9171 2001-03-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9172
9173         * class.c (add_method): Use memcpy/memmove, not bcopy.
9174
9175         * decl.c (duplicate_decls): Likewise.
9176
9177 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
9178
9179         * mangle.c (write_discriminator): Use `_0' for discriminator 1,
9180         not `_'.
9181
9182 2001-03-23  Jakub Jelinek  <jakub@redhat.com>
9183
9184         * decl.c (local_names): Define.
9185         (push_local_name): New.
9186         (grok_reference_init): Return init if initializing static reference
9187         variable with non-constant instead of emitting it.
9188         Move expand_static_init call to cp_finish_decl.
9189         (layout_var_decl): Call push_local_name.
9190         (maybe_commonize_var): Allow inlining functions even if they have
9191         static local variables, use comdat_linkage for them if flag_weak.
9192         (check_initializer): Call obscure_complex_init if
9193         grok_reference_init returned nonzero.
9194         (save_function_data): Clear x_local_names.
9195         (pop_cp_function_context): Free x_local_names.
9196         (mark_inlined_fns): Remove.
9197         (mark_lang_function): Mark x_local_names.
9198         (lang_mark_tree): Don't mark DECL_ACCESS for DECL_DISCRIMINATOR_P.
9199         Mark inlined_fns as tree, remove call to mark_inlined_fns.
9200         * class.c (alter_access): Ensure DECL_ACCESS is never set if
9201         DECL_DISCRIMINATOR_P.
9202         * cp-tree.h (cp_language_function): Add x_local_names.
9203         (lang_decl_flags): Add discriminator into u2.
9204         (lang_decl_inlined_fns): Remove.
9205         (lang_decl): inlined_fns is now a TREE_VEC.
9206         (DECL_DISCRIMINATOR_P, DECL_DISCRIMINATOR): Define.
9207         * optimize.c (inlinable_function_p): DECL_INLINED_FNS is now a
9208         TREE_VEC, not a custom structure.
9209         (optimize_function): Likewise.
9210         * mangle.c (discriminator_for_local_entity): Discriminate among
9211         VAR_DECL local entities.
9212         * search.c (dfs_access_in_type): If DECL_DISCRIMINATOR_P, DECL_ACCESS
9213         is not valid.
9214
9215 2001-03-22  Bryce McKinlay  <bryce@albatross.co.nz>
9216
9217         Add support for Java interface method calls.
9218         * cp-tree.h (struct lang_type): Add java_interface flag.
9219         (TYPE_JAVA_INTERFACE): New macro.
9220         * tree.c (cp_valid_lang_attribute): Handle "java_interface" attribute
9221         by setting TYPE_JAVA_INTERFACE.
9222         * call.c (java_iface_lookup_fn): New static.
9223         (build_over_call): If calling a method declared in a
9224         TYPE_JAVA_INTERFACE, call build_java_interface_fn_ref to generate the
9225         expression which resolves the function address.
9226         (build_java_interface_fn_ref): New function.
9227
9228 2001-03-22  Richard Henderson  <rth@redhat.com>
9229
9230         * Make-lang.in (cp/except.o): Don't depend on insn-flags.h.
9231         * except.c: Don't include it.
9232
9233 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
9234             based on an idea from Joe Buck <jbuck@synopsys.com>
9235
9236         * parse.y (bad_decl, template_arg_list_ignore, arg_list_ignore):
9237         New nonterminals.
9238         (data_def, component_decl): Add reductions to bad_decl.
9239
9240 2001-03-22  Jakub Jelinek  <jakub@redhat.com>
9241
9242         * method.c (do_build_assign_ref): Don't use build_modify_expr for
9243         anonymous aggregates, since they don't have assignment operator
9244         method.
9245         * decl.c (fixup_anonymous_aggr): Disallow ctors, dtors and copy
9246         assignment operators for anonymous structure fields.
9247
9248 2001-03-21  Jason Merrill  <jason@redhat.com>
9249
9250         * pt.c (instantiate_decl): Abort if we see a member constant
9251         instantiation that doesn't already have its initializer.
9252         Downgrade explicit instantiation without definition to pedwarn.
9253
9254         * cp-tree.h (DECL_TINFO_FN_P, SET_DECL_TINFO_FN_P): Remove.
9255         * class.c (build_vtable_entry): Don't check DECL_TINFO_FN_P.
9256         (import_export_decl): Check tinfo_decl_p, not DECL_TINFO_FN_P.
9257
9258         * cp-tree.h (CLASSTYPE_VTABLE_NEEDS_WRITING): Remove.
9259         (pending_vtables): Remove.
9260         * decl2.c (pending_vtables): Remove.
9261         (import_export_vtable): Use CLASSTYPE_INTERFACE_ONLY, not
9262         CLASSTYPE_VTABLE_NEEDS_WRITING.
9263         (import_export_class): Likewise.
9264         (init_decl2): Don't mark pending_vtables.
9265         * lex.c (handle_pragma_vtable): Just sorry.
9266         * pt.c (instantiate_class_template): Don't mess with
9267         CLASSTYPE_VTABLE_NEEDS_WRITING.
9268         (mark_class_instantiated): Likewise.
9269         * ptree.c (print_lang_type): Don't print it.
9270         * semantics.c (begin_class_definition): Don't set it.
9271
9272         * pt.c (template_tail): Replace with last_pending_template.
9273         (maybe_templates, maybe_template_tail): Remove.
9274         (add_pending_template): Adjust.
9275         (instantiate_pending_templates): Adjust.
9276
9277         * cp-tree.h (struct saved_scope): Remove lang_stack field.
9278         (current_lang_stack): Remove.
9279         * decl.c (maybe_push_to_top_level): Don't initialize it.
9280         (duplicate_decls): Use current_lang_depth.
9281         (xref_basetypes): Likewise.
9282         * class.c (current_lang_depth): New fn.
9283         (push_lang_context): Use more varray functionality.
9284         (pop_lang_context): Likewise.
9285
9286         * error.c (GLOBAL_THING): Always use '__'.
9287
9288 2001-03-21  Mark Mitchell  <mark@codesourcery.com>
9289
9290         * class.c (build_clone): Clear DECL_ASSEMBLER_NAME.
9291
9292         * mangle.c (mangle_decl_string): Mangle the names of overloaded
9293         operators, even when they have `extern "C"' linkage.
9294
9295 2001-03-19  Mark Mitchell  <mark@codesourcery.com>
9296
9297         * class.c (get_vtable_decl): Use SET_DECL_ASSEMBLER_NAME,
9298         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
9299         where it's not necessary.
9300         (add_method): Remove optimization involving comparison of
9301         DECL_ASSEMBLER_NAME.
9302         (build_vtbl_or_vbase_field): Use SET_DECL_ASSEMBLER_NAME,
9303         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
9304         where it's not necessary.
9305         (check_methods): Likewise.
9306         (build_clone): Likewise.
9307         (built_vtt): Likewise.
9308         * cp-tree.h (DECL_NEEDED_P): Likewise.
9309         * decl.c (pushtag): Likewise.
9310         (duplicate_decls): Likewise.
9311         (pushdecl): Likewise.
9312         (builtin_function): Likewise.
9313         (build_library_fn_1): Set DECL_LANGUAGE for library functions.
9314         (build_cp_library_fn): Likewise.
9315         (maybe_commonize_var): Use SET_DECL_ASSEMBLER_NAME,
9316         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
9317         where it's not necessary.
9318         (make_rtl_for_nonlocal_decl): Likewise.
9319         (cp_finish_decl): Likewise.
9320         (grokfndecl): Likewise.
9321         (grokvardecl): Likewise.
9322         (grokdeclarator): Likewise.
9323         (start_function): Likewise.
9324         (cp_missing_return_ok_p): Likewise.
9325         * decl2.c (grokclassfn): Likewise.
9326         (check_classfn): Likewise.
9327         (finish_static_data_member_decl): Likewise.
9328         (grokfield): Likewise.
9329         * error.c (GLOBAL_IORD_P): Remove.
9330         (dump_global_iord): Improve output.
9331         (dump_decl): Avoid using DECL_ASSEMBLER_NAME.
9332         * except.c (nothrow_libfn_p): Summarily reject any function not in
9333         namespace-scope.
9334         * init.c (build_java_class_ref): Don't explicitly set
9335         DECL_ASSEMBLER_NAME after calling mangle_decl.
9336         * mangle.c (mangle_decl_string): Handle extern "C" functions.
9337         (mangle_decl): Set the DECL_ASSEMBLER_NAME for the decl.
9338         * method.c (set_mangled_name_for_decl): Don't explicitly set
9339         DECL_ASSEMBLER_NAME after calling mangle_decl.
9340         (make_thunk): Explicitly set the DECL_ASSEMBLER_NAME and
9341         IDENTIFIER_GLOBAL_VALUE for the thunk.
9342         * pt.c (set_mangled_name_for_template_decl): Remove.
9343         (check_explicit_specialization): Don't use it.
9344         (looup_template_class): Don't set DECL_ASSEMBLER_NAME.
9345         (tsubst_friend_function): Likewise.
9346         (tsubst_decl): Likewise.
9347         (regenerate_decl_from_template): Use COPY_DECL_ASSEMBLER_NAME.
9348         * rtti.c (get_tinfo_decl): Use SET_DECL_ASSEMBLER_NAME,
9349         COPY_DECL_ASSEMBLER_NAME, etc.  Don't set DECL_ASSEMBLER_NAME
9350         where it's not necessary.
9351         (tinfo_base_init): Likewise.
9352         (create_real_tinfo_var): Likewise.
9353         * search.c (looup_field_1): Likewise.
9354         * semantics.c (finish_named_return_value): Likewise.
9355         * tree.c (init_tree): Set lang_set_decl_assembler_name.
9356
9357 2001-03-15  Gabriel Dos Reis  <gdr@codesourcery.com>
9358
9359         Correct semantics restrictions checking in throw-expression.
9360         * except.c (is_admissible_throw_operand): New function.
9361         (build_throw): Use it.
9362
9363 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
9364
9365         * decl.c (cp_make_fnname_decl): Set DECL_IGNORED_P on __FUNCTION__
9366         and its ilk.
9367
9368 2001-03-14  Mark Mitchell  <mark@codesourcery.com>
9369
9370         * class.c (build_clone): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
9371         * cp-tree.h (DECL_IN_MEMORY_P): Likewise.
9372         * decl.c (duplicate_decls): Likewise.
9373         (builtin_function): Likewise.
9374         (build_library_fn): Likewise.
9375         (build_cp_library_fn): Likewise.
9376         (check_initializer): Likewise.
9377         (cp_finish_decl): Likewise.
9378         * decl2.c (grokfield): Likewise.
9379         (grok_function_init): Remove #if 0'd code.
9380         (finish_anon_union): Use COPY_DECL_RTL, DECL_RTL_SET_P, etc.
9381         * friend.c (do_friend): Likewise.
9382         * init.c (get_temp_regvar): Likewise.
9383         * method.c (make_thunk): Likewise.
9384         * pt.c (tsubst_friend_function): Likewise.
9385         (tsubst_decl): Likewise.
9386         (regenerate_decl_from_template): Likewise.
9387         * semantics.c (genrtl_named_return_value): Likewise.
9388         (expand_body): Likewise.
9389         (genrtl_finish_function): Likewise.
9390         * tree.c (cp_tree_equal): Likewise.
9391
9392 2001-03-12  Nathan Sidwell  <nathan@codesourcery.com>
9393
9394         * call.c (convert_like_real): Add extra semantics to INNER
9395         parameter. Don't convert to temporary if a user conversion
9396         gives us an lvalue that we're about to bind to a reference.
9397         Set INNER to indicate pending reference binding on recursive
9398         calls.
9399
9400 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
9401
9402         * cp/lex.c: Delete duplicate pending_lang_change.
9403
9404 2001-03-10  Neil Booth  <neil@daikokuya.demon.co.uk>
9405
9406         * cp/lex.c (handle_pragma_interface, handle_pragma_implementation):
9407         Similarly.
9408         * cp/repo.c (get_base_filename, open_repo_file): Similarly.
9409         * cp/cp-tree.h: Remove file_name_nondirectory prototype.
9410
9411 2001-03-09  Zack Weinberg  <zackw@stanford.edu>
9412
9413         * Make-lang.in: Add dependencies on $(TM_P_H) as appropriate.
9414
9415 2001-03-08  Stan Shebs  <shebs@apple.com>
9416
9417         * cp-tree.h (set_identifier_local_value): Remove unused decl.
9418
9419 2001-03-06  Zack Weinberg  <zackw@stanford.edu>
9420
9421         * spew.c: Remove references to CPP_OSTRING.
9422
9423 2001-03-06  Andrew Haley  <aph@redhat.com>
9424
9425         * typeck.c (convert_arguments): Check that we have an fndecl.
9426
9427 2001-03-05  Andrew Haley  <aph@redhat.com>
9428
9429         * typeck.c (convert_arguments): Don't do ellipsis conversion for
9430         __built_in_constant_p.
9431
9432 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
9433
9434         * typeck.c (build_static_cast): Allow enum to enum conversions
9435         as per DR 128.
9436
9437 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
9438
9439         * class.c (check_field_decls): Pointers to member do not a
9440         non-pod struct make, as per DR 148.
9441
9442 2001-03-02  Nathan Sidwell  <nathan@codesourcery.com>
9443
9444         * call.c (joust): cp_pedwarn when using gnu extension concerning
9445         worst conversion sequences.
9446
9447 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
9448
9449         * decl.c: Replace all uses of 'boolean' with 'bool'.
9450
9451 2001-03-01  Zack Weinberg  <zackw@stanford.edu>
9452
9453         * lang-specs.h: Add zero initializer for cpp_spec field to
9454         all array elements that need one.  Don't put an #ifdef inside
9455         the initializer list; set a default for CPLUSPLUS_CPP_SPEC and
9456         use it.
9457
9458 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
9459
9460         Implement using decls inside template functions.
9461         * decl2.c (validate_nonmember_using_decl): Don't special case
9462         fake_std_node in the global namespace. Don't reject early when
9463         processing a template.
9464         (do_local_using_decl): Add to statement tree. Don't do further
9465         processing when building a template.
9466         * pt.c (tsubst_expr, DECL_STMT case): Deal with USING_DECLs.
9467
9468 2001-03-01  Nathan Sidwell  <nathan@codesourcery.com>
9469
9470         * decl2.c (do_nonmember_using_decl): Don't complain if we find
9471         same function. Do complain about ambiguating extern "C"
9472         declarations.
9473
9474 2001-02-28  Nathan Sidwell  <nathan@codesourcery.com>
9475
9476         Remove floating point and complex type template constant parms.
9477         * pt.c (convert_nontype_argument): Remove REAL_TYPE and
9478         COMPLEX_TYPE extensions.
9479         (invalid_nontype_parm_type_p): Likewise.
9480
9481 2001-02-27  Jeffrey Oldham  <oldham@codesourcery.com>
9482
9483         * except.c (call_eh_info): Revert "match_function"'s type.
9484
9485 2001-02-27  Nathan Sidwell  <nathan@codesourcery.com>
9486
9487         Fix ctor vtable vcall offsets.
9488         * class.c (struct vtbl_init_data_s): Add rtti_binfo member.
9489         (build_rtt_vtbl_entries): Lose RTTI_BINFO parameter.
9490         (get_matching_base): Remove.
9491         (get_original_base): New function.
9492         (build_vtbl_initializer): Initialize vid.rtti_binfo.
9493         Use a virtual thunk for a ctor vtable with an index
9494         (add_vcall_offset_vtbl_entries_1): Check if binfo has lost a
9495         primary base within a constructor vtable. Only set
9496         BV_VCALL_INDEX when not a constructor vtable. Adjust vcall offset
9497         when primary base has been lost.
9498         * cp-tree.h (BINFO_VIRTUALS): Remove ambiguity from comment.
9499
9500 2001-02-26  Jeffrey Oldham  <oldham@codesourcery.com>
9501
9502         * call.c (joust): Ensure more_specialized()'s argument length
9503         parameter has correct value for constructors.
9504
9505 2001-02-26  Nathan Sidwell  <nathan@codesourcery.com>
9506
9507         * except.c (call_eh_info): Cleanup generation of cp_eh_info struct.
9508
9509         * decl.c (mark_inlined_fns): Prototype.
9510
9511 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
9512
9513         * spew.c (yylex): Correct handling of friends.
9514
9515 2001-02-22  Mark Mitchell  <mark@codesourcery.com>
9516
9517         * mangle.c (write_encoding): Pass write_function_type the
9518         FUNCTION_DECL for the function being encoded.
9519         (write_function_type): Pass it along to write_bare_function_type.
9520         (write_bare_function_type): Pass it along to write_method_parms.
9521         (write_method_parms): Don't mangle the compiler-generated
9522         parameters to a constructor or destructor.
9523
9524 2001-02-22  Andreas Jaeger  <aj@suse.de>
9525
9526         * optimize.c: Include toplev.h for
9527         note_deferral_of_defined_inline_function prototype.
9528
9529 2001-02-22  Jakub Jelinek  <jakub@redhat.com>
9530
9531         * cp-tree.h (struct lang_decl_inlined_fns): New.
9532         (struct lang_decls): Add inlined_fns.
9533         (DECL_INLINED_FNS): New macro.
9534         * optimize.c (struct inline_data): Add inlined_fns.
9535         (declare_return_variable): Use VARRAY_ACTIVE_SIZE macro.
9536         (inlinable_function_p): Likewise, fix typo in comment,
9537         function is not inlinable if it already inlined function currently
9538         being optimized.
9539         (expand_call_inline): Add fn to inlined_fns if necessary.
9540         (optimize_function): Initialize inlined_fns.
9541         Save inlined_fns into DECL_INLINED_FNS after expanding inlines.
9542         * decl.c (mark_inlined_fns): New function.
9543         (lang_mark_tree): Call it.
9544
9545 2001-02-21  Jason Merrill  <jason@redhat.com>
9546
9547         * cp-tree.h (struct lang_decl_flags): Remove uninlinable flag.
9548         (DECL_UNINLINABLE): Move to middle-end.
9549
9550         * class.c (clone_function_decl): Set DECL_ABSTRACT on original fn.
9551         * decl.c (duplicate_decls): Preserve DECL_ABSTRACT.
9552         * class.c (build_clone): Set DECL_ABSTRACT_ORIGIN for the clone.
9553         * optimize.c (maybe_clone_body): Set DECL_ABSTRACT_ORIGIN for the
9554         parms and outer BLOCK.  note_deferral_of_defined_inline_function.
9555
9556         * method.c (implicitly_declare_fn): Don't set DECL_ARTIFICIAL on
9557         second parm of op=.
9558
9559 2001-02-19  Mark Mitchell  <mark@codesourcery.com>
9560
9561         * decl2.c (set_decl_namespace): Allow explicit instantiations in
9562         any namespace.
9563
9564 2001-02-18  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
9565
9566         * optimize.c (expand_call_inline): Don't walk subtrees of type
9567         nodes.
9568
9569 2001-02-18  Mark Mitchell  <mark@codesourcery.com>
9570
9571         * class.c (add_vcall_offset_vtbl_entries_1): Only add one entry
9572         for a destructor.
9573
9574 2001-02-18  Jason Merrill  <jason@redhat.com>
9575
9576         Do put the VTT parameter in DECL_ARGUMENTS.
9577         * cp-tree.h (struct cp_language_function): Add x_vtt_parm.
9578         (current_vtt_parm): New macro.
9579         (struct lang_decl_flags): Add has_vtt_parm_p, remove vtt_parm.
9580         (DECL_HAS_VTT_PARM_P): New macro.
9581         (DECL_VTT_PARM): Remove.
9582         (FUNCTION_FIRST_USER_PARMTYPE, FUNCTION_FIRST_USER_PARM): New macros.
9583         * decl.c (duplicate_decls): Only copy the operator code if
9584         appropriate.
9585         (start_function): Set current_vtt_parm.
9586         (lang_mark_tree): Don't mark vtt_parm.
9587         * decl2.c (maybe_retrofit_in_chrg): Do add the VTT parm to
9588         DECL_ARGUMENTS.  Set DECL_HAS_VTT_PARM_P.
9589         * class.c (build_clone): Maybe remove the VTT parm.
9590         * optimize.c (maybe_clone_body): Set up the VTT parm.
9591         * pt.c (copy_default_args_to_explicit_spec): Preserve the VTT parm.
9592         * call.c (build_over_call): Just allow the VTT arg.
9593         * method.c (make_thunk): Don't set DECL_VTT_PARM.
9594         (do_build_copy_constructor): Use FUNCTION_FIRST_USER_PARM.
9595         (synthesize_method): Use FUNCTION_FIRST_USER_PARMTYPE.
9596         * decl.c (grokdeclarator, copy_args_p, grok_ctor_properties): Likewise.
9597         * error.c (dump_function_decl): Likewise.
9598         * call.c (build_user_type_conversion_1, convert_like_real): Abort
9599         if we try to call a constructor with in-charge or VTT parms.
9600         * method.c (skip_artificial_parms_for): New fn.
9601         * call.c (add_function_candidate, build_over_call): Call it.
9602         * call.c (build_new_method_call): Use current_vtt_parm.
9603         * init.c (expand_virtual_init): Likewise.
9604         * class.c (same_signature_p): No longer static.
9605         * cp-tree.h: Declare it.
9606         * search.c (look_for_overrides_r): Use it.
9607
9608 2001-02-17  Mark Mitchell  <mark@codesourcery.com>
9609
9610         * cp-tree.h (new_abi_rtti_p): Remove.
9611         (name_mangling_version): Likewise.
9612         (flag_do_squangling): Likewise.
9613         * class.c (build_rtti_vtbl_entries): Remove old ABI support.
9614         * decl.c (grokfndecl): Likewise.
9615         * decl2.c (name_mangling_version): Remove.
9616         (flag_do_squangling): Likewise.
9617         (lang_f_options): Remove `squangle'.
9618         (unsupported_options): Add `squangle'.
9619         (cxx_decode_option): Issue a warning about uses of
9620         -fname-mangling-version.
9621         (finish_file): Remove old ABI support.
9622         * pt.c (check_explicit_specialization): Likewise.
9623         (tsubst_decl): Likewise.
9624         * rtti.c (init_rtti_processing): Likewise.
9625         (build_headof): Likewise.
9626         (get_tinfo_decl_dynamic): Likewise.
9627         (tinfo_from_decl): Likewise.
9628         (build_dynamic_cast_1): Likewise.
9629         (synthesize_tinfo_var): Likewise.
9630         * init.c (build_new): Allow enumeration types for the array-bounds
9631         in a direct-new-declarator.
9632
9633         * semantics.c (finish_typeof): Resolve OFFSET_REFs.
9634
9635         * pt.c (check_explicit_specialization): Copy TREE_PRIVATE and
9636         TREE_PROTECTED from the template being specialized.
9637
9638 2001-02-17  Jason Merrill  <jason@redhat.com>
9639
9640         * decl2.c (build_artificial_parm): Set TREE_READONLY.
9641
9642         * decl.c (bad_specifiers): Allow throw specs on things with
9643         pointer-to-function or -member-function type.
9644         * init.c (build_default_init): Don't use a CONSTRUCTOR to initialize
9645         a pmf.
9646
9647 2001-02-17  Mark Mitchell  <mark@codesourcery.com>
9648
9649         * call.c (check_dtor_name): Handle template names correctly.
9650
9651 2001-02-16  Jason Merrill  <jason@redhat.com>
9652
9653         * cp-tree.h (DECL_USE_VTT_PARM): Remove.
9654         * decl2.c (maybe_retrofit_in_chrg): Don't create it.
9655         * optimize.c (maybe_clone_body): Don't substitute it.
9656         * call.c (build_new_method_call): Check in_chrg instead.
9657         * init.c (expand_virtual_init): Likewise.
9658
9659 2001-02-16  Gabriel Dos Reis  <gdr@codesourcery.com>
9660
9661         * decl.c (check_tag_decl): Make sure a typedef for an anonymous
9662         class-type introduces at least a type-name.
9663
9664 2001-02-16  Jakub Jelinek  <jakub@redhat.com>
9665
9666         * call.c (convert_like_real): Create a temporary for non-lvalue.
9667
9668 2001-02-16  Jeffrey Oldham  <oldham@codesourcery.com>
9669
9670         * cp-tree.h: Fix typos in comments.
9671
9672 2001-02-16  Jason Merrill  <jason@redhat.com>
9673
9674         * optimize.c (remap_block): If we're compiling a clone, pass the
9675         new block to insert_block.
9676
9677 2001-02-16  Mark Mitchell  <mark@codesourcery.com>
9678
9679         * semantics.c (finish_asm_stmt): Robustify.
9680
9681 2001-02-15  Mark Mitchell  <mark@codesourcery.com>
9682
9683         * pt.c (push_template_decl_real): Don't remangle the name of a
9684         class template.
9685
9686 2001-02-15  Jim Meyering  <meyering@lucent.com>
9687
9688         * Make-lang.in (c++.install-common): Depend on installdirs.
9689         (c++.install-info): Likewise.
9690         (c++.install-man): Likewise.
9691
9692 2001-02-15  Mark Mitchell  <mark@codesourcery.com>
9693
9694         * typeck2.c (build_m_component_ref): Robustify.
9695
9696 2001-02-15  Alexandre Oliva  <aoliva@redhat.com>
9697
9698         * friend.c (do_friend): Don't take the nested [template] class
9699         into account when deciding whether to warn about the friend
9700         function not referring to a template function.
9701
9702 2001-02-14  Jakub Jelinek  <jakub@redhat.com>
9703
9704         * typeck.c (build_unary_op): Clarify error message.
9705
9706 2001-02-08  Aldy Hernandez  <aldyh@redhat.com>
9707
9708         * parse.y (component_constructor_declarator): allow optional
9709         parentheses around constructor class name.
9710
9711 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
9712
9713         * cp-tree.h (setup_vtbl_ptr): Move prototype to semantics.c
9714         section.
9715         * init.c (emit_base_init): Remove incorrect comment about
9716         virtual bases.
9717         * method.c (make_thunk): Fix comment alignment.
9718
9719 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
9720
9721         Kill remnants of this is variable.
9722         * cp-tree.h (flag_this_is_variable): Remove.
9723         * decl2.c (flag_this_is_variable): Remove.
9724         * class.c (fixed_type_or_null): Add cdtor parm. Adjust.
9725         (build_vbase_path): The path is non-static, even in a cdtor.
9726         (resolves_to_fixed_type_p): Add additional return value.
9727         * search.c (init_vbase_pointers): Adjust.
9728         * tree.c (lvalue_p_1): Adjust.
9729         * typeck.c (mark_addressable): Adjust.
9730
9731 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
9732
9733         * pt.c (unify): Don't check cv quals of array types.
9734
9735 2001-02-14  Nathan Sidwell  <nathan@codesourcery.com>
9736
9737         * tree.c (cp_build_qualified_type_real): Use CP_TYPE_QUALS to
9738         check whether we already have the type.
9739
9740 2001-02-13  Mark Mitchell  <mark@codesourcery.com>
9741
9742         * cp-tree.h (CLASSTYPE_DESTRUCTORS): Fix typo in comment.
9743         * call.c (build_op_delete_call): Simplify to remove duplicate
9744         code.
9745         * class.c (clone_function_decl): Don't build the deleting variant
9746         of a non-virtual destructor.
9747         * decl.c (finish_destructor_body): Don't call delete if this is a
9748         non-virtual destructor.
9749         * init.c (build_delete): Explicitly call `operator delete' when
9750         deleting an object with a non-virtual destructor.
9751
9752 2001-02-13  Jason Merrill  <jason@redhat.com>
9753
9754         * lang-specs.h: Add more __EXCEPTIONS.
9755
9756 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
9757
9758         * typeck2.c (process_init_constructor): Check
9759         TREE_HAS_CONSTRUCTOR before issuing missing init warning.
9760
9761 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
9762
9763         * pt.c (maybe_adjust_types_for_deduction, DEDUCE_ORDER case):
9764         Remove spurious information in comment. Allow further
9765         adjustments of REFERENCE_TYPE args.
9766
9767 2001-02-12  Nathan Sidwell  <nathan@codesourcery.com>
9768
9769         * errfn.c (cp_deprecated): Tweak diagnostic text.
9770         * parse.y (new_initializer): Deprecate initializer lists
9771         extension.
9772
9773 2001-02-12  Mark Mitchell  <mark@codesourcery.com>
9774
9775         Remove old ABI support.
9776
9777 2001-02-11  Mark Mitchell  <mark@codesourcery.com>
9778
9779         * decl2.c (flag_vtable_thunks): Always set it to 1.
9780         (flag_new_abi): Likewise.
9781         * lang-specs.h: Remove conditional on ENABLE_NEW_GXX_ABI.
9782
9783         * Makefile.in (g++spec.o): Fix typo.
9784
9785 2001-02-09  Jason Merrill  <jason@redhat.com>
9786
9787         * lang-specs.h: Restore definition of __EXCEPTIONS.
9788
9789 2001-02-08  Jason Merrill  <jason@redhat.com>
9790
9791         * search.c (shared_member_p): New function.
9792         (lookup_field_r): Use it.
9793         * cp-tree.h (SHARED_MEMBER_P): Remove.
9794
9795         * method.c (process_overload_item): Handle template-dependent array
9796         bounds.
9797         * pt.c (type_unification_real): If we end up with undeduced nontype
9798         parms, try again.
9799
9800         * decl.c (lookup_name_real): Tweak warning to refer to decls, not
9801         types.
9802
9803         * typeck2.c (friendly_abort): Don't say anything if we have
9804         earlier errors or sorries.
9805
9806         * decl.c (check_tag_decl): Notice attempts to redefine bool and
9807         wchar_t.  Ignore if in_system_header.
9808
9809         * decl.c (maybe_push_cleanup_level): New fn...
9810         (start_decl_1): ...split out from here.
9811         * cvt.c (build_up_reference): Use it.
9812         * cp-tree.h: Declare it.
9813
9814 2001-02-07  Mark Mitchell  <mark@codesourcery.com>
9815
9816         * lang-specs.h: Use CPLUSPLUS_CPP_SPEC for the preprocessor
9817         spec.
9818
9819 2001-02-06  Nathan Sidwell  <nathan@codesourcery.com>
9820
9821         * pt.c (lookup_template_class): Make sure it's a primary
9822         template or template_template_parm when called from the parser.
9823         (instantiate_template_class): Add assertion.
9824
9825 2001-02-05  Alexandre Oliva  <aoliva@redhat.com>
9826
9827         * method.c (build_mangled_name) [old abi]: Protect flush_repeats()
9828         from error_mark_node.
9829
9830 2001-02-05  Nathan Sidwell  <nathan@codesourcery.com>
9831
9832         Fix specification and implementation bugs in V3 ABI
9833         construction vtables.
9834         * cp-tree.h (flag_dump_class_layout): New flag.
9835         (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH_P): Remove.
9836         (BINFO_LOST_PRIMARY_P): New flag.
9837         (SET_BINFO_NEW_VTABLE_MARKED): Adjust asserts.
9838         (BINFO_PRIMARY_MARKED_P): Rename to ...
9839         (BINFO_PRIMARY_P): ... here.
9840         (binfo_via_virtual): New prototype.
9841         * decl2.c (flag_dump_class_layout): New flag.
9842         (cxx_decode_option): Set it. Adjust -fdump-translation-unit to
9843         use `=' as a file name separator.
9844         * init.c (dfs_initialize_vtbl_ptrs): Walk into virtual primary
9845         bases.
9846         (build_vtbl_address): If this is a virtual primary base, then
9847         get the vtbl of what it is ultimately primary for.
9848         * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Adjust
9849         for BINFO_PRIMARY_P.
9850         (dfs_skip_nonprimary_vbases_markedp): Likewise.
9851         (get_shared_vbase_if_not_primary): Likewise.
9852         (dfs_get_pure_virtuals): Likewise.
9853         (expand_upcast_fixups): Likewise.
9854         (fixup_virtual_upcast_offsets): Likewise.
9855         (dfs_find_vbase_instance): Likewise.
9856         (find_vbase_instance): Likewise.
9857         (binfo_from_vbase): Adjust comment to reflect reality.
9858         (binfo_via_virtual): New function.
9859         * class.c (VTT_TOP_LEVEL_P, VTT_MARKED_BINFO_P): New macros
9860         for binfo walking during VTT construction.
9861         (dfs_mark_primary_bases): Remove.
9862         (force_canonical_binfo_r): New function.
9863         (force_canonical_binfo): New function.
9864         (mark_primary_virtual_base): New function.
9865         (mark_primary_bases): Walk in inheritance graph order, use
9866         mark_primary_virtual_base.
9867         (determine_primary_base): Use some more intermediate variables.
9868         (dfs_find_final_overrider): Don't check for overriding along a
9869         virtual path.
9870         (dfs_modify_vtables): Walk into primary virtual bases too.
9871         (walk_subobject_offsets): Adjust for BINFO_PRIMARY_P.
9872         (build_base_fields): Likewise.
9873         (dfs_set_offset_for_unshared_vbases): Likewise.
9874         (layout_virtual_bases): Likewise.
9875         (end_of_class): Likewise.
9876         (finish_struct_1): Call dump_class_hierarchy, if requested.
9877         (dfs_get_primary_binfo): Use BINFO_TYPE for binfos.
9878         (dump_class_hierarchy_r): Add stream parameter. Emit more information.
9879         (dump_class_hierarchy): Add file parameter. Append to file, if
9880         required.
9881         (finish_vtbls): Adjust accumulate_vtbl_inits call.
9882         Use canonical base for virtual bases.
9883         (build_vtt): Add more comments. Adjust build_vtt_inits call.
9884         (build_vtt_inits): Remove VIRTUAL_VTTS_P parm.
9885         Only set BINFO_VPTR_INDEX on top level. Use VTT_TOP_LEVEL_P,
9886         VTT_MARKED_BINFO_P for binfo walking. Use canonical vbase for
9887         virtual VTTs.
9888         (dfs_build_secondary_vptr_vtt_inits): Extract VTT_TOP_LEVEL_P
9889         from DATA.  We want virtual primary bases and all bases via virtual.
9890         Only set BINFO_VPTR_INDEX for top level. Look up from a primary
9891         virtual base when not a construction vtable.
9892         (dfs_ctor_vtable_bases_queue_p): New DFS predicate.
9893         (build_ctor_vtbl_group): Adjust accumulate_vtbl_inits call.
9894         Use canonical bases when processing virtual bases.
9895         (accumulate_vtbl_inits): We're interested in any base via a
9896         virtual path.
9897         (dfs_accumulate_vtbl_inits): If this is a primary virtual base
9898         within a construction vtable, determine what is being overridden.
9899         (build_vtbl_initializer): Add more comments
9900         (add_vcall_offset_vtbl_entries_1): Adjust comment.
9901         (build_rtti_vtbl_entries): Check if the base has lost its
9902         primary.
9903
9904 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
9905
9906         * Makefile.in (g++spec.o): Adjust use of DRIVER_DEFINES.
9907
9908 Sun Feb  4 15:52:44 2001  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
9909
9910         * decl.c (pushdecl): Call abort instead of fatal.
9911         * except.c (decl_is_java_type): Call fatal_error instead of fatal.
9912         * init.c (build_new_1): Likewise.
9913         (build_java_class_ref): Call internal_error and fatal_error, not fatal.
9914         * decl.c (build_typename_type): hash_table_init now returns void.
9915         decl.c (init_decl_processing): Make an error non-fatal.
9916
9917 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
9918
9919         * cp-tree.h (CLASSTYPE_INTERFACE_UNKNOWN): Fix formatting.
9920         Document.
9921         (CLASSTYPE_INTERFACE_KNOWN): Likewise.
9922         (SET_CLASSTYPE_INTERFACE_UNKNOWN_X): Likewise.
9923         (SET_CLASSTYPE_INTERFACE_UNKNOWN): Likewise.
9924         (SET_CLASSTYPE_INTERFACE_KNOWN): Likewise.
9925         * decl.c (maybe_commonize_var): Use the new name-mangling where
9926         appropriate.
9927         * decl2.c (comdat_linkage): Enhance comments.  Make all
9928         compiler-generated things static, if COMDAT is not available.
9929         (get_tinfo_decl): Do not make typeinfo objects that belong in the
9930         library COMDAT.
9931         (tinfo_base_init): Use the correct mangled name for typeinfo
9932         strings, and push them into the global scope.
9933         (typeinfo_in_lib_p): New function.
9934         (synthesize_tinfo_var): Use it.
9935         (create_real_tinfo_var): Likewise.
9936
9937 2001-02-03  Jakub Jelinek  <jakub@redhat.com>
9938
9939         * decl.c (push_class_binding): Use context_for_name_lookup instead
9940         of CP_DECL_CONTEXT.
9941         * search.c (context_for_name_lookup): Remove static.  Check for NULL
9942         context in the loop.
9943         * cp-tree.h (context_for_name_lookup): Add prototype.
9944
9945 2001-02-02  Jakub Jelinek  <jakub@redhat.com>
9946
9947         * cp-tree.h (build_expr_ptr_wrapper, can_free): Remove.
9948         * tree.c (build_expr_ptr_wrapper, can_free, permanent_obstack):
9949         Remove.
9950         * call.c (convert_class_to_reference, build_user_type_conversion_1,
9951         add_warning): Change build_expr_ptr_wrapper to build_ptr_wrapper.
9952
9953 2001-02-02  Mark Mitchell  <mark@codesourcery.com>
9954
9955         * Make-lang.in (g++spec.o): Add DRIVER_DEFINES to the list
9956         of macros used when compiling g++spec.c.
9957         * g++spec.c (lang_specific_driver): Link with the shared
9958         libgcc by default.
9959
9960 2001-01-29  Joseph S. Myers  <jsm28@cam.ac.uk>
9961
9962         * decl2.c (build_expr_from_tree), lex.c (make_pointer_declarator,
9963         make_reference_declarator, make_call_declarator), method.c
9964         (implicitly_declare_fn), parse.y (namespace_using_decl,
9965         notype_unqualified_id, expr_or_declarator, new_type_id,
9966         after_type_declarator, direct_after_type_declarator,
9967         notype_declarator, complex_notype_declarator,
9968         complex_direct_notype_declarator, qualified_id,
9969         notype_qualified_id, overqualified_id, direct_new_declarator,
9970         absdcl, direct_abstract_declarator, conversion_declarator), pt.c
9971         (tsubst), semantics.c (begin_constructor_declarator): Use build_nt
9972         instead of build_parse_node.
9973
9974 2001-01-28  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9975
9976         * cp-tree.h (cp_tree_index): Delete CPTI_MINUS_ONE.
9977         (minus_one_node): Moved to top level gcc directory.  Renamed
9978         to integer_minus_one_node.
9979
9980         * init.c (init_init_processing): Don't set minus_one_node.
9981         (build_vec_init): Use integer_minus_one_node.
9982
9983         * rtti.c (get_tinfo_decl_dynamic): Likewise.
9984
9985 2001-01-28  Jakub Jelinek  <jakub@redhat.com>
9986
9987         * optimize.c (copy_body_r): If MODIFY_EXPR has both arguments
9988         identical and they would be replaced with constant, remove
9989         MODIFY_EXPR from the tree.
9990
9991 2001-01-27  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
9992
9993         * Make-lang.in: Remove all dependencies on defaults.h.
9994         * call.c: Don't include defaults.h.
9995         * decl.c: Likewise.
9996         * decl2.c: Likewise.
9997         * except.c: Likewise.
9998         * pt.c: Likewise.
9999         * rtti.c: Likewise.
10000         * tree.c: Likewise.
10001         * typeck.c: Likewise.
10002
10003 2001-01-25  Jakub Jelinek  <jakub@redhat.com>
10004
10005         * mangle.c (write_mangled_name, write_encoding): Mangle overloaded
10006         operators even in "C" linkage.
10007         * method.c (set_mangled_name_for_decl): Likewise.
10008         * decl.c (grokfndecl): Call set_mangled_name_for_decl even for
10009         overloaded operators in "C" linkage.
10010
10011 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
10012
10013         * pt.c (tsubst_decl): Remove IN_DECL parameter.
10014         (tsubst_arg_types): Check parameter is not void.
10015         (tsubst): Adjust tsubst_decl call.
10016
10017 2001-01-24  Nathan Sidwell  <nathan@codesourcery.com>
10018
10019         * call.c (add_builtin_candidate): Quote std properly, from
10020         previous change.
10021
10022 2001-01-23  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10023
10024         * pt.c (check_explicit_specialization): Clone constructors and
10025         destructors.
10026
10027 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
10028
10029         * decl.c (grokdeclarator): Don't presume DECL_LANG_SPECIFIC
10030         indicates anything special about template depth. Make sure we
10031         only count the user visible template classes.
10032
10033 2001-01-23  Nathan Sidwell  <nathan@codesourcery.com>
10034
10035         * call.c (build_conv): Typo in comment.
10036         (add_builtin_candidate): Add more explanation.
10037         Remove extra test for ENUMERAL_TYPE in {PRE,POST}INCREMENT_EXPR.
10038         Allow ENUMERAL_TYPEs for relops and eqops. Add both candidates
10039         when we have enumeral types.
10040         (add_builtin_candidates): Add more explanation. Add ENUMERAL_TYPE
10041         candidates for relops and eqops.
10042         (joust): Simplify control flow. Allow a non-template user
10043         function to hide a builtin.
10044
10045 2001-01-22  Nathan Sidwell  <nathan@codesourcery.com>
10046
10047         * cp-tree.h (unification_kind_t): Add DEDUCE_ORDER.
10048         (more_specialized): Add deduction parameter.
10049         * call.c (joust): Adjust more_specialized call.
10050         * pt.c (UNIFY_ALLOW_OUTER_MORE_CV_QUAL,
10051         UNIFY_ALLOW_OUTER_LESS_CV_QUAL): New unify flags.
10052         (get_bindings_order): Remove.
10053         (get_bindings_real): Add DEDUCE parameter.
10054         (maybe_adjust_types_for_deduction): Return extra unify flags. Do
10055         REFERENCE_TYPE jig for DEDUCE_ORDER.
10056         (type_unification_real): Deal with DEDUCE_ORDER. Use result of
10057         maybe_adjust_types_for_deduction.
10058         (more_specialized): Add DEDUCE parameter. Call get_bindings_real
10059         directly.
10060         (try_one_overload): Use result of maybe_adjust_types_for_deduction.
10061         (check_cv_quals_for_unify): Use new unify qualifier flags.
10062         (unify): Clear new unify qualifier flags.
10063         (get_bindings_real): Add DEDUCE parameter.
10064         (get_bindings): Adjust call to get_bindings_real.
10065         (get_bindings_overload): Likewise.
10066         (most_specialized_instantiation): Adjust call to
10067         more_specialized.
10068
10069 2001-01-19  Jason Merrill  <jason@redhat.com>
10070
10071         * decl2.c (flag_vtable_thunks): Also depend on ENABLE_NEW_GXX_ABI.
10072
10073         * decl.c (init_decl_processing): Just force -fvtable-thunks on if
10074         -fnew-abi.
10075
10076 2001-01-19  Ute Pelkmann  <scope.muc@t-online.de>
10077
10078         * decl2.c (arg_assoc_class): Fix double iteration logic.
10079
10080 2001-01-19  Jason Merrill  <jason@redhat.com>
10081
10082         * init.c (build_delete): Always call convert_force to strip cv-quals.
10083
10084         * decl2.c (flag_new_abi): Depend on ENABLE_NEW_GXX_ABI.
10085         * lang-specs.h: Default ABI depends on ENABLE_NEW_GXX_ABI.
10086         * g++spec.c: Don't look at ENABLE_NEW_GXX_ABI.
10087
10088 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10089
10090         * search.c (get_vbase_1): Count only virtual bases.
10091
10092 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10093
10094         * class.c (duplicate_tag_error): Robustify flag clearing.
10095
10096 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10097
10098         * cp-tree.h (lookup_template_class): Add complain parm.
10099         * decl.c (lookup_namespace_name): Adjust call to
10100         lookup_template_class.
10101         (make_typename_type): Likewise.
10102         * semantics.c (finish_template_type): Likewise.
10103         * pt.c (lookup_template_class): Add complain parm. Adjust.
10104         (tsubst_aggr_type): Pass COMPLAIN down to lookup_template_class.
10105         (tsubst): Likewise.
10106
10107 2001-01-19  Nathan Sidwell  <nathan@codesourcery.com>
10108
10109         * pt.c (copy_default_args_to_explicit_spec): Preserve
10110         object's CV quals. Reorganize.
10111
10112 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10113
10114         * typeck.c (build_modify_expr): Say `initialization' for
10115         INIT_EXPRs.
10116         * init.c (build_default_init): Convert to enumeral type, if
10117         needed.
10118
10119 2001-01-18  Jakub Jelinek  <jakub@redhat.com>
10120
10121         * parse.y (nomods_initdcl0): Properly set things up for
10122         initdcl0_innards.
10123
10124 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10125
10126         * pt.c (UNIFY_ALLOW_OUTER_LEVEL): New unify flag.
10127         (type_unification_real): Set it.
10128         (unify): Use it.
10129
10130 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10131
10132         * decl.c (finish_destructor_body): Convert to vbase pointer here.
10133
10134 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10135
10136         * semantics.c (begin_class_definition): Check we're not inside a
10137         template parm list.
10138
10139 2001-01-18  Nathan Sidwell  <nathan@codesourcery.com>
10140
10141         * tree.c (walk_tree, TREE_LIST): Don't walk the TREE_PURPOSE of
10142         BASELINK_P.
10143
10144 2001-01-16  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10145
10146         * typeck.c (build_function_call_real): Call fold on the CALL_EXPR.
10147         * call.c (build_over_call): Add comment.
10148
10149 2001-01-16 Daniel Berlin <dberlin@redhat.com>
10150
10151         * cvt.c (ocp_convert): Handle vector type conversion
10152         * typeck2.c (digest_init): Handle vector type initializations
10153
10154 2001-01-16  Phil Edwards  <pme@sources.redhat.com>
10155
10156         * g++spec.c:  Don't add libraries needlessly if -fsyntax-only
10157           was given.
10158
10159 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
10160
10161         * pt.c (check_nontype_parm): Rename to ...
10162         (invalid_nontype_parm_type_p): ... here.
10163         (process_template_parm): Adjust.
10164         (convert_template_argument): Adjust.
10165
10166 2001-01-15  Nathan Sidwell  <nathan@codesourcery.com>
10167
10168         * pt.c (check_nontype_parm): New function.
10169         (process_template_parm): Use it.
10170         (convert_template_argument): Use it.
10171         (convert_nontype_argument, RECORD_TYPE): Assert it's a ptr to
10172         member.
10173
10174 2001-01-14  Jeffrey Oldham  <oldham@codesourcery.com>
10175
10176         * tree.c: Add defaults.h
10177         (cp_valid_lang_attribute): Incorporate SUPPORTS_INIT_PRIORITY.
10178         * Make-lang.in (cp/tree.o): Add defaults.h.
10179
10180 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10181
10182         * Make-lang.in (CXX_C_OBJS): Add c-format.o.
10183
10184 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10185
10186         * g++.1: Change to be ".so man1/gcc.1".
10187
10188 2001-01-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10189
10190         * Make-lang.in (c++.info, c++.install-info): Build and install g++
10191         internals info.
10192         (c++.uninstall, c++.maintainer-clean): Remove g++ internals info.
10193         ($(srcdir)/cp/g++int.info): New target.
10194         * gxxint.texi: Add info directory entry.  Use @@ in email address.
10195         * .cvsignore: Update.
10196
10197 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
10198
10199         * typeck.c (build_c_cast): Do template processing earlier.
10200         Always pedwarn on array casts.
10201
10202 2001-01-12  Nathan Sidwell  <nathan@codesourcery.com>
10203
10204         * friend.c (make_friend_class): Make sure a templated class is
10205         actually a template.
10206
10207 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10208
10209         * decl2.c (get_guard): Set linkage from guarded decl.
10210
10211 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10212
10213         * call.c (convert_default_arg): Check for unprocessed
10214         DEFAULT_ARG.
10215         * cp-tree.h (replace_defarg): Move to spew.c.
10216         (maybe_snarf_defarg, add_defarg_fn, do_pending_defargs): Move to
10217         spew.c, which is where they really are.
10218         (done_pending_defargs): Declare.
10219         (unprocessed_defarg_fn): Declare.
10220         * decl.c (replace_defarg): Move to spew.c
10221         * parse.y (structsp): Call done_pending_defargs.
10222         * spew.c (defarg_fns): Rearrange list structure.
10223         (defarg_fnsdone): New static variable.
10224         (defarg_depfns): New static variable.
10225         (init_spew): Adjust.
10226         (add_defarg_fn): Store the type in TREE_TYPE.
10227         (do_pending_defargs): Detect and deal with ordering constraints
10228         and circularity.
10229         (done_pending_defargs): New function.
10230         (unprocessed_defarg_fn): New function.
10231         (replace_defarg): Moved from decl.c. Robustify. Don't save
10232         if circularity detected.
10233
10234 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10235
10236         * pt.c (unify): Check array has a domain, before checking
10237         whether it is variable sized.
10238
10239 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10240
10241         * decl.c (grokparms): Unobfuscate and get correct diagnostic for
10242         parameters with pointers to arrays of unknown bound.
10243
10244 2001-01-11  Nathan Sidwell  <nathan@codesourcery.com>
10245
10246         * parse.y (template_parm_header, template_spec_header): New
10247         reductions. Split out from ...
10248         (template_header): ... here. Use them.
10249         (template_template_parm): Use template_parm_header.
10250         * semantics.c (finish_template_template_parm): Add assert.
10251
10252 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
10253
10254         * mangle.c (write_builtin_type): Fix thinko.
10255
10256         * pt.c (copy_default_args_to_explicit_spec_1): New function.
10257         (copy_default_args_to_explicit_spec): Likewise.
10258         (check_explicit_specialization): Use it.
10259
10260         * class.c (finish_struct_1):  Remove last argument in call to
10261         make_decl_rtl; use make_function_rtl instead of make_decl_rtl.
10262         * decl.c (builtin_function): Likewise.
10263         (build_cp_library_fn): Likewise.
10264         (check_initializer): Likewise.
10265         (make_rtl_for_nonlocal_decl): Likewise.
10266         (cp_finish_decl): Likewise.
10267         (start_function): Likewise.
10268         * decl2.c (finish_anon_union): Likewise.
10269         * friend.c (do_friend): Likewise.
10270         * init.c (build_java_class_ref): Likewise.
10271         * method.c (make_thunk): Likewise.
10272         * pt.c (tsubst_friend_function): Likewise.
10273         * semantics.c (expand_body): Likewise.
10274
10275 2001-01-10  Mark Mitchell  <mark@codesourcery.com>
10276
10277         * cp-tree.h (DECL_CLONED_FUNCTION_P): Avoid wild reads by not
10278         looking at DECL_CLONED_FUNCTION for non-functions.
10279
10280 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10281
10282         * error.c (dump_template_parameter): Use parm to determine how
10283         to print default value.
10284
10285 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10286
10287         * class.c (duplicate_tag_error): Clear more flags.
10288
10289 2001-01-10  Nathan Sidwell  <nathan@codesourcery.com>
10290
10291         * call.c (build_new_method_call): Use binfo_for_vbase.
10292
10293 2001-01-10  Joseph S. Myers  <jsm28@cam.ac.uk>
10294
10295         * cp-tree.h (flag_cond_mismatch): Don't declare.
10296         * decl2.c (flag_cond_mismatch): Don't define.
10297         (lang_f_options): Remove cond-mismatch.
10298         (unsupported_options): Add cond-mismatch.
10299
10300 2001-01-09  Nathan Sidwell  <nathan@codesourcery.com>
10301
10302         * class.c (handle_using_decl): Reject using of constructor name
10303         of sourcing class. Allow injecting of a method with same name as
10304         nested class. Fixup error messages.
10305
10306 2001-01-09  Joseph S. Myers  <jsm28@cam.ac.uk>
10307
10308         * decl2.c (lang_decode_option): Handle -Wformat=2.
10309
10310 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10311
10312         * cp-tree.h (lang_decl_flags): Rename defined_in_class to
10313         initialized_in_class.
10314         (DECL_DEFINED_IN_CLASS_P): Rename to ...
10315         (DECL_INITIALIZED_IN_CLASS_P): ... here, to reflect true meaning.
10316         * decl.c (duplicate_decls): Preseve DECL_INITIALIZED_IN_CLASS_P.
10317         (cp_finish_decl): Adjust for DECL_INITIALIZED_IN_CLASS_P.
10318         * pt.c (check_default_tmpl_args): Adjust for
10319         DECL_INITIALIZED_IN_CLASS_P.
10320         (instantiate_class_template): Likewise.
10321         (instantiate_decl): Check DECL_INITIALIZED_IN_CLASS_P.
10322
10323         * class.c (finish_struct): Constify saved_filename.
10324
10325 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10326
10327         * class.c (duplicate_tag_error): Adjust diagnostic.
10328         (finish_struct): Locally set location to start of struct.
10329         * decl.c (fixup_anonymous_aggr): Use cp_error_at.
10330
10331 2001-01-08  Nathan Sidwell  <nathan@codesourcery.com>
10332
10333         * decl.c (struct binding_level): Adjust class_shadowed comments
10334         to reflect reality.
10335         (push_class_level_binding): Adjust comments to reflect reality.
10336         Set IDENTIFIER_CLASS_VALUE when replacing an existing binding.
10337         Don't set TREE_VALUE on the class_shadowed list.
10338
10339 2001-01-07  Alexandre Petit-Bianco  <apbianco@cygnus.com>
10340
10341         * decl2.c (acceptable_java_type): Allow references too.
10342         * init.c (build_java_class_ref): When using the new ABI, search
10343         `class$' and have it mangled with `mangle_decl.'
10344         * mangle.c (write_java_integer_type_codes): New function.
10345         (write_builtin_type): Detect and mangle Java integer and real
10346         types.
10347
10348 2001-01-07  Mark Mitchell  <mark@codesourcery.com>
10349
10350         * decl2.c (grokfield): Don't accept `asm' specifiers for
10351         non-static data members.
10352
10353 2001-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10354
10355         * expr.c (cplus_expand_expr): Don't reset `target'.
10356
10357 2001-01-07  Neil Booth  <neil@daikokuya.demon.co.uk>
10358
10359         * cp/decl2.c (cxx_post_options): Call cpp_post_options.
10360
10361 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
10362
10363         * parse.y (template_datadef): Check for error_mark_node.
10364
10365 2001-01-05  Nathan Sidwell  <nathan@codesourcery.com>
10366
10367         * cp-tree.def (DEFAULT_ARG): Make `x' class.
10368
10369 2001-01-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10370
10371         * decl.c (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE): Don't define.
10372         (record_builtin_type): Make non-static.
10373         (flag_short_double): Don't declare.
10374         (init_decl_processing): Remove the creation of many tree nodes now
10375         in c_common_nodes_and_builtins.
10376         (build_void_list_node): New function.
10377         * decl2.c (flag_short_double, flag_short_wchar): Don't define.
10378         * cp-tree.h (flag_short_wchar): Don't declare.
10379
10380 2001-01-04  Mark Mitchell  <mark@codesourcery.com>
10381
10382         * call.c (build_conv): Don't use build1 for USER_CONV.
10383         * pt.c (tsubst_copy): Or for PREINCREMENT_EXPR and similar nodes.
10384
10385 2001-01-03  Joseph S. Myers  <jsm28@cam.ac.uk>
10386
10387         * lex.c (lang_init): Call c_common_lang_init.
10388
10389 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
10390
10391         * search.c (lookup_fnfields_here): Remove.
10392         (look_for_overrides_r): Use lookup_fnfields_1.
10393         Ignore functions from using declarations.
10394
10395 2001-01-03  Nathan Sidwell  <nathan@codesourcery.com>
10396
10397         Implement exceptions specifiers for implicit member functions.
10398         * cp-tree.h (merge_exceptions_specifiers): Declare new function.
10399         * method.c (synthesize_exception_spec): New function.
10400         (locate_dtor, locate_ctor, locate_copy): New functions.
10401         (implicitly_declare_fn): Generate the exception spec too.
10402         * search.c (check_final_overrider): Check artificial functions
10403         too.
10404         * typeck2.c (merge_exception_specifiers): New function.
10405
10406 2001-01-03  Jason Merrill  <jason@redhat.com>
10407
10408         * init.c (build_default_init): New fn.
10409         (perform_member_init): Split out from here.
10410         (build_new_1): Use it.  Simplify initialization logic.
10411         (build_vec_init): Take an array, rather than a pointer and maxindex.
10412         Speed up simple initializations.  Don't clean up if we're assigning.
10413         * cp-tree.h: Adjust.
10414         * decl2.c (do_static_initialization): Remove TREE_VEC case.
10415         * parse.y (new_initializer): Return void_zero_node for ().
10416         * typeck.c (build_modify_expr): Handle getting a CONSTRUCTOR.
10417         * typeck2.c (digest_init): Only complain about user-written
10418         CONSTRUCTORs.
10419
10420 2000-12-22  Mike Stump  <mrs@wrs.com>
10421
10422         * decl2.c: (max_tinst_depth): Increase to 50.
10423
10424 2001-01-02  Mark Mitchell  <mark@codesourcery.com>
10425
10426         * class.c (invalidate_class_lookup_cache): Zero the
10427         previous_class_values.
10428         * cp-tree.h (TMPL_PARMS_DEPTH): Use TREE_INT_CST_LOW, not
10429         TREE_INT_CST_HIGH.
10430         (CLASSTYPE_TEMPLATE_LEVEL): Likewise.
10431         * decl.c (free_bindings): New variable.
10432         (push_binding): Don't create a new binding if we have one on the
10433         free list.
10434         (pop_binding): Put old bindings on the free list.
10435         (init_decl_processing): Use size_int, not build_int_2.
10436         Register free_bindings as a GC root.
10437         (cp_make_fname_decl): Use size_int, not build_int_2.
10438         (push_inline_template_parms_recursive): Likewise.
10439         (end_template_parm_list): Likewise.
10440         (for_each_template_parm): Do not use walk_tree_without_duplicates.
10441         (tsubst_template_parms): Use size_int, not build_int_2.
10442         (tsubst): Likewise.
10443         * rtti.c (get_vmi_pseudo_type_info): Likewise.
10444
10445 2001-01-02  Richard Henderson  <rth@redhat.com>
10446
10447         * parse.y (asm): Set ASM_INPUT_P.
10448
10449 2001-01-02  Jason Merrill  <jason@redhat.com>
10450
10451         * tree.c (cp_valid_lang_attribute): Don't set CLASSTYPE_COM_INTERFACE
10452         for v3 ABI.
10453
10454         * typeck.c (cp_truthvalue_conversion): New fn.
10455         * cvt.c (ocp_convert): Use it.
10456
10457         * cp-tree.h: Lose c-common.c decls.
10458
10459         * typeck.c (build_unary_op): Restore old &a.f diagnostic code.
10460         * cvt.c (convert_to_void): Use type_unknown_p.
10461
10462         * typeck.c (strip_all_pointer_quals): Also strip quals from
10463         pointer-to-member types.
10464
10465         * Make-lang.in (cp/TAGS): Use --no-globals.  Ignore parse.c, and treat
10466         parse.y as C.
10467
10468         * call.c (build_new_method_call): Do evaluate the object parameter
10469         when accessing a static member.
10470         * typeck.c (build_component_ref): Likewise.
10471
10472 2001-01-02  Andreas Jaeger  <aj@suse.de>
10473
10474         * decl.c (cp_missing_noreturn_ok_p): New.
10475         (init_decl_processing): Set lang_missing_noreturn_ok_p.
10476
10477 2000-12-29  Jakub Jelinek  <jakub@redhat.com>
10478
10479         * decl.c (init_decl_processing): Fix sign of wchar_type_node.
10480
10481 2000-12-29  Mark Mitchell  <mark@codesourcery.com>
10482
10483         * class.c (pushclass): Remove #if 0'd code.
10484         * cp-tree.h (overload_template_name): Remove.
10485         * decl.c (store_bindings): Simplify.
10486         (pop_from_top_level): Likewise.
10487         * pt.c (overload_template_name): Remove.
10488         (instantiate_decl): Don't call push_to_top_level if it's not
10489         needed.
10490
10491 2000-12-28  Mark Mitchell  <mark@codesourcery.com>
10492
10493         * pt.c (register_local_specialization): Don't return a value.
10494         (lookup_template_class): Use move-to-front heuristic when looking
10495         up template instantiations.
10496         (instantiate_decl): Only push_to_top_level when we're actually
10497         going to instantiate the template.
10498
10499 2000-12-29  Hans-Peter Nilsson  <hp@bitrange.com>
10500
10501         * search.c (binfo_for_vtable): Return least derived class, not
10502         most.  Handle secondary vtables.
10503
10504 2000-12-22  Jason Merrill  <jason@redhat.com>
10505
10506         * pt.c (more_specialized): Don't optimize len==0.
10507         (fn_type_unification): If we're adding the return type, increase len.
10508
10509         * typeck.c (build_binary_op): Fix pmf comparison logic.
10510
10511         * call.c (joust): Use DECL_NONSTATIC_MEMBER_FUNCTION_P, not
10512         DECL_STATIC_FUNCTION_P.
10513
10514         * semantics.c (genrtl_finish_function): Don't try to jump to
10515         return_label unless it exists.
10516
10517         In partial ordering for a call, ignore parms for which we don't have
10518         a real argument.
10519         * call.c (joust): Pass len to more_specialized.
10520         (add_template_candidate_real): Strip 'this', pass len.
10521         * pt.c (more_specialized): Pass len down.  Lose explicit_args parm.
10522         (get_bindings_order): New fn.  Pass len down.
10523         (get_bindings_real): Strip 'this', pass len.
10524         (fn_type_unification): Likewise.
10525         (type_unification_real): Succeed after checking 'len' args.
10526         (most_specialized_instantiation): Lose explicit_args parm.
10527         * class.c (resolve_address_of_overloaded_function): Strip 'this',
10528         pass len.
10529
10530 2000-12-21  Jason Merrill  <jason@redhat.com>
10531
10532         * pt.c (tsubst_decl): A FUNCTION_DECL has DECL_RESULT, not
10533         DECL_TEMPLATE_RESULT.
10534
10535         * search.c (lookup_field_r): Call lookup_fnfields_1, not
10536         lookup_fnfields_here.
10537
10538         * parse.y (typename_sub2): Return the TYPE_DECL, not the type.
10539
10540         * call.c (build_object_call): Also allow conversions that return
10541         reference to pointer to function.
10542         (add_conv_candidate): Handle totype being ref to ptr to fn.
10543         (build_field_call): Also allow members of type reference to function.
10544         Lose support for calling pointer to METHOD_TYPE fields.
10545
10546         * error.c (dump_expr): Handle *_CAST_EXPR.
10547
10548         * typeck2.c (build_scoped_ref): Always convert to the naming class.
10549
10550         * tree.c (break_out_cleanups): Lose.
10551         * cp-tree.h: Remove prototype.
10552         * typeck.c (build_component_ref): Don't break_out_cleanups.
10553         (build_compound_expr): Likewise.
10554         * semantics.c (finish_expr_stmt): Likewise.
10555
10556 2000-12-20  Richard Henderson  <rth@redhat.com>
10557
10558         * cp-tree.h: Update declarations.
10559         * decl.c (finish_case_label): Return the new stmt node.
10560         * semantics.c (finish_goto_stmt): Likewise.
10561         (finish_expr_stmt, finish_return_stmt): Likewise.
10562         (finish_break_stmt, finish_continue_stmt): Likewise.
10563         (finish_asm_stmt): Likewise.
10564         * parse.y (already_scoped_stmt): Set STMT_LINENO.
10565         (compstmt, implicitly_scoped_stmt, stmt): Likewise.
10566         (simple_if, simple_stmt): Return the new stmt node.
10567         (save_lineno): New.
10568
10569 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
10570
10571         * cp-tree.h: Don't declare warn_long_long.
10572
10573 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10574
10575         * tree.c (no_linkage_helper): Use CLASS_TYPE_P instead of
10576         IS_AGGR_TYPE.
10577
10578 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10579
10580         * pt.c (unify): Handle when both ARG and PARM are
10581         BOUND_TEMPLATE_TEMPLATE_PARM.
10582
10583 2000-12-15  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10584
10585         * pt.c (reduce_template_parm_level): Set DECL_ARTIFICIAL and
10586         DECL_TEMPLATE_PARM_P.
10587
10588 2000-12-15  Jason Merrill  <jason@redhat.com>
10589
10590         * init.c (build_new_1): Reorganize.  Now with 100% fewer SAVE_EXPRs!
10591
10592         * init.c (build_new_1): Don't strip quals from type.
10593
10594         * decl.c (pushdecl): Don't check for linkage on a non-decl.
10595
10596         * call.c (build_op_delete_call): See through ARRAY_TYPEs.
10597
10598         * call.c (build_new_function_call): Lose space before paren in
10599         error message.
10600         (build_new_method_call): Likewise.
10601
10602         * typeck2.c (build_m_component_ref): Propagate quals from datum.
10603
10604 2000-12-14  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10605
10606         * pt.c (check_explicit_specialization): Propagate default
10607         function arguments to explicit specializations.
10608
10609 2000-12-13  DJ Delorie  <dj@redhat.com>
10610
10611         * typeck.c (build_binary_op): Do signed/unsigned warnings for >?
10612         and <? operators.
10613
10614 2000-12-08  Jason Merrill  <jason@redhat.com>
10615
10616         * error.c (dump_function_name): Don't let the user see __comp_ctor.
10617
10618         Clean up copy-initialization in overloading code.
10619         * call.c (build_user_type_conversion_1): Die if we are asked to
10620         convert to the same or a base type.
10621         (implicit_conversion): Avoid doing so.  Lose reference binding code.
10622         (convert_like_real): Treat BASE_CONV and RVALUE_CONV as implicit
10623         direct-initialization.  Also do direct-init part of copy-init.
10624         (build_user_type_conversion): Don't provide context to convert_like.
10625         * cvt.c (ocp_convert): build_user_type_conversion will now provide
10626         the constructor call for copy-init.
10627
10628         * pt.c (tsubst_decl): Call clone_function_decl here if this is an
10629         instantiation of a member template.
10630         (do_decl_instantiation): Not here.
10631
10632 2000-12-07  Nathan Sidwell  <nathan@codesourcery.com>
10633
10634         * class.c (check_field_decls): Don't special case anonymous
10635         fields in error messages.
10636         (note_name_declared_in_class): Use %D on diagnostic.
10637
10638         * tree.c (pod_type_p): Use strip_array_types.
10639         (cp_valid_lang_attribute): Likewise.
10640         * typeck.c (cp_type_quals): Strip arrays separately, to avoid
10641         multiple evaluations.
10642         (cp_has_mutable_p): Use strip_array_types.
10643
10644 2000-12-07  Nathan Sidwell  <nathan@codesourcery.com>
10645
10646         * cp-tree.h (sufficient_parms_p): Declare new function.
10647         * call.c (sufficient_parms_p): New function, broken out of ...
10648         (add_function_candidate): ... here. Use it.
10649         (add_conv_candidate): Use it.
10650         * decl.c (grok_ctor_properties): Use it.
10651
10652 2000-12-07  Jakub Jelinek  <jakub@redhat.com>
10653
10654         * optimize.c (copy_body_r): Set STMT_IS_FULL_EXPR_P on EXPR_STMT.
10655
10656 2000-12-07  Joseph S. Myers  <jsm28@cam.ac.uk>
10657
10658         * decl2.c (lang_decode_option): Handle -Wformat-security.
10659
10660 2000-12-06  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10661
10662         * pt.c (verify_class_unification): New function.
10663         (get_class_bindings): Use it.
10664         (try_class_unification): Tidy.
10665         (unify): Handle when argument of a template-id is not
10666         template parameter dependent.
10667         (template_args_equal): Handle when TREE_CODE's do not match.
10668
10669 2000-12-06  Alexandre Oliva  <aoliva@redhat.com>
10670
10671         * lang-specs.h (c++): When invoking the stand-alone preprocessor
10672         for -save-temps, pass all relevant -Defines to it, and then don't
10673         pass them to cc1plus.
10674
10675 2000-12-05  Will Cohen  <wcohen@redhat.com>
10676
10677         * decl.c (finish_case_label): Cleared
10678         more_cleanups_ok in surrounding function scopes.
10679         (define_label): Likewise.
10680
10681 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
10682
10683         * cp-tree.h (IDENTIFIER_VIRTUAL_P): Document.
10684         (get_matching_virtual): Remove.
10685         (look_for_overrides): Declare new function.
10686         * decl.c (grokfndecl): Don't set IDENTIFIER_VIRTUAL_P or
10687         DECL_VINDEX here.
10688         * class.c (check_for_override): Move base class iteration code
10689         to look_for_overrides.
10690         * search.c (next_baselink): Remove.
10691         (get_virtuals_named_this): Remove.
10692         (get_virtual_destructor): Remove.
10693         (tree_has_any_destructors_p): Remove.
10694         (struct gvnt_info): Remove.
10695         (check_final_overrider): Remove `virtual' from error messages.
10696         (get_matching_virtuals): Remove. Move functionality to ...
10697         (look_for_overrides): ... here, and ...
10698         (look_for_overrides_r): ... here. Set DECL_VIRTUAL_P, if found
10699         to be overriding.
10700
10701 2000-12-05  Nathan Sidwell  <nathan@codesourcery.com>
10702
10703         * typeck.c (get_delta_difference): If via a virtual base,
10704         return zero.
10705         * cvt.c (cp_convert_to_pointer): If via a virtual base, do no
10706         adjustment.
10707
10708 2000-12-04  Richard Henderson  <rth@redhat.com>
10709
10710         * error.c (dump_tree): Use output_add_string not OB_PUTS.
10711
10712 2000-12-04  Jason Merrill  <jason@redhat.com>
10713
10714         * mangle.c (write_type): Mangle VECTOR_TYPE with "U8__vector".
10715         (write_builtin_type): Pass intSI_type_node and the like through
10716         type_for_mode.
10717         * method.c (process_overload_item): Mangle VECTOR_TYPEs with 'o'.
10718         Pass intSI_type_node and the like through type_for_mode.
10719         * decl2.c (arg_assoc_type): Handle VECTOR_TYPE like COMPLEX_TYPE.
10720         * pt.c (tsubst, unify): Likewise.
10721         * tree.c (walk_tree): Likewise.
10722         * error.c (dump_type): Likewise.
10723         (dump_type_prefix, dump_type_suffix): Don't bother with VECTOR_TYPE.
10724
10725         * Make-lang.in: Tweak top comment for emacs.
10726         (cp/TAGS): Restore.
10727
10728         * except.c (expand_throw): Use push_throw_library_fn for _Jv_Throw.
10729
10730         * class.c (clone_function_decl): Robustify.
10731
10732 2000-12-04  Michael Matz  <matzmich@cs.tu-berlin.de>
10733
10734         * decl.c (store_bindings): Only search in the non modified
10735         old_bindings for duplicates.
10736
10737 2000-12-04  Nathan Sidwell  <nathan@codesourcery.com>
10738
10739         * error.c (dump_function_decl): Use DECL_VIRTUAL_P, not
10740         TYPE_POLYMORPHIC_P.
10741
10742         * typeck.c (build_static_cast): Remove unused variable.
10743
10744 2000-12-01  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
10745
10746         * pt.c: Fix typo in comment.
10747
10748 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10749
10750         * decl2.c (warn_format): Remove definition.
10751         (lang_decode_option): Handle -Wformat-nonliteral,
10752         -Wno-format-extra-args and -Wno-format-y2k.  Use set_Wformat.
10753
10754 2000-12-01  Joseph S. Myers  <jsm28@cam.ac.uk>
10755
10756         * decl.c (WINT_TYPE, INTMAX_TYPE, UINTMAX_TYPE): Don't define.
10757         (init_decl_processing): Don't create string_type_node,
10758         const_string_type_node, wint_type_node, intmax_type_node,
10759         uintmax_type_node, default_function_type, ptrdiff_type_node and
10760         unsigned_ptrdiff_type_node.  Adjust position of call to
10761         c_common_nodes_and_builtins.
10762         (identifier_global_value): New function.
10763
10764 2000-12-01  Nathan Sidwell  <nathan@codesourcery.com>
10765
10766         * call.c (standard_conversion): Reject pointer to member
10767         conversions from ambiguous, inaccessible or virtual bases.
10768         * typeck.c (build_static_cast): Don't check pointers to members
10769         specially.
10770
10771 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
10772
10773         * method.c (do_build_copy_constructor): Preserve cv
10774         qualifications when accessing source object members.
10775         (do_build_assign_ref): Likewise. Remove separate diagnostics for
10776         unnamed fields.
10777
10778 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
10779
10780         * method.c (do_build_assign_ref): Construct appropriately
10781         CV-qualified base reference. Don't allow const casts in base
10782         conversion.
10783
10784 2000-11-30  Nathan Sidwell  <nathan@codesourcery.com>
10785
10786         * call.c (build_over_call): Use VOID_TYPE_P. Don't die on
10787         incomplete return type.
10788
10789 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
10790
10791         * parse.y (base_class.1): Produce a _TYPE not a _DECL.
10792         * semantics.c (finish_base_specifier): Accept a _TYPE not a
10793         _DECL.
10794
10795 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
10796
10797         * spew.c (yyerror): Cope if yylval.ttype is NULL.
10798
10799 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
10800
10801         * decl.c (grokdeclarator): Diagnose undefined template contexts.
10802
10803 2000-11-28  Nathan Sidwell  <nathan@codesourcery.com>
10804
10805         * decl.c (grokdeclarator): Do type access control on friend
10806         class.
10807
10808 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
10809
10810         * decl.c (grokfndecl): Undo COMPONENT_REF damage caused by
10811         bison parser ickiness.
10812         * pt.c (tsubst_friend_function): Enter namespace scope when
10813         tsubsting the function name.
10814         * cp-tree.h (DECL_TI_TEMPLATE): Update comment to reflect reality.
10815
10816 2000-11-27  Nathan Sidwell  <nathan@codesourcery.com>
10817
10818         * cp-tree.h (binfo_from_vbase): Return the virtual base's binfo.
10819         * cvt.c (cp_convert_to_pointer): Add force parameter.
10820         Allow conversions via virtual base if forced.
10821         (convert_to_pointer_force): Adjust call to cp_convert_to_pointer.
10822         (ocp_convert): Likewise.
10823         * search.c (binfo_from_vbase): Return the virtual base's binfo.
10824         * typeck.c (get_delta_difference): Adjust handling of virtual
10825         bases.
10826
10827 2000-11-26  Mark Mitchell  <mark@codesourcery.com>
10828
10829         * tree.c (struct list_hash): Remove.
10830         (list_hash_table): Make it be an htab.
10831         (struct list_proxy): New type.
10832         (list_hash_eq): New function.
10833         (list_hash_pieces): Renamed from ...
10834         (list_hash): ... this.
10835         (list_hash_lookup): Remove.
10836         (list_hash_add): Remove.
10837         (hash_tree_cons): Use the generic hashtable.
10838         (mark_list_hash): Remove.
10839         (init_tree): Create the hashtable.
10840
10841 2000-11-25  Joseph S. Myers  <jsm28@cam.ac.uk>
10842
10843         * method.c (build_mangled_C9x_name): Rename to
10844         build_mangled_C99_name.  Change C9X references in comments to
10845         refer to C99.
10846
10847 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
10848
10849         * parse.y (unary_expr): Move VA_ARG from here ...
10850         (primary): ... to here.
10851
10852 2000-11-24  Nathan Sidwell  <nathan@codesourcery.com>
10853
10854         * semantics.c (finish_id_expr): If type is error_mark, return
10855         error_mark.
10856
10857 2000-11-23  Nathan Sidwell  <nathan@codesourcery.com>
10858
10859         * pt.c (lookup_template_class): Simplify loop exit constructs.
10860         Cope when there is no partial instantiation of a template
10861         template member.
10862
10863 Thu Nov 23 02:16:47 2000  J"orn Rennecke <amylaar@redhat.com>
10864
10865         * Make-lang.in (g++spec.o, cxxmain.o): Depend on $(CONFIG_H).
10866
10867 2000-11-22  Mark Mitchell  <mark@codesourcery.com>
10868
10869         * mangle.c (mangle_conv_op_name_for_type): Don't use `__op'
10870         prefix.
10871
10872         * pt.c (do_decl_instantiate): Explicitly clone constructors and
10873         destructors that haven't already been cloned.
10874
10875 2000-11-20  Richard Henderson  <rth@redhat.com>
10876
10877         * parse.y (yyparse_1): Rename the parser entry point.
10878
10879 2000-11-20  Alex Samuel  <samuel@codesourcery.com>
10880
10881         * mangle.c (write_name): Use <unscoped-name> for names directly in
10882         function scope.
10883         (write_unscoped_name): Accept names directly in function scope.
10884
10885 2000-11-20  Nathan Sidwell  <nathan@codesourcery.com>
10886
10887         * lex.c (rid_to_yy, RID_EXPORT): Make unique keyword.
10888         * parse.y (extdef): Add EXPORT reduction.
10889         * spew.c (yylex): Don't skip export here.
10890
10891 2000-11-19  Mark Mitchell  <mark@codesourcery.com>
10892
10893         * decl.c (init_decl_processing): Correct name of pure virtual
10894         function under the new ABI.
10895         * rtti.c (throw_bad_cast): Likewise, for bad cast function.
10896         (throw_bad_typeid): Likewise for bad typeid function.
10897
10898 2000-11-18  Mark Mitchell  <mark@codesourcery.com>
10899
10900         * decl.c (grokparms): Don't even function types of `void' type,
10901         either.
10902         * mangle.c (write_type): Don't crash when confronted with the
10903         error_mark_node.
10904
10905         * decl.c (grokparms): Don't create parameters of `void' type.
10906
10907 2000-11-17  Zack Weinberg  <zack@wolery.stanford.edu>
10908
10909         * lex.c (mark_impl_file_chain): Delete.
10910         (init_parse): Remove call to ggc_add_string_root.  No need to
10911         ggc_strdup a string constant.  Do not add impl_file_chain to GC
10912         roots.
10913         (handle_pragma_implementation): No need to ggc_strdup main_filename.
10914
10915 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
10916
10917         * pt.c (tsubst_expr, DECL_STMT): Instantiate decl's type.
10918
10919 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
10920
10921         * cp-tree.h (PARMLIST_ELLIPSIS_P): New macro.
10922         * decl.c (grokdeclarator): Don't reject void parms here.
10923         (require_complete_types_for_parms): Simplify, use
10924         complete_type_or_else.
10925         (grokparms): Remove bitrot. Remove funcdef parm.
10926         Deal with ellipsis parm lists here.
10927         * semantics.c (finish_parmlist): Don't append void_list_node
10928         here. Set PARMLIST_ELLIPSIS_P.
10929
10930 2000-11-17  Nathan Sidwell  <nathan@codesourcery.com>
10931
10932         * typeck2.c (incomplete_type_error): Reorganize to avoid
10933         excessive diagnostics.
10934
10935 2000-11-16  Zack Weinberg  <zack@wolery.stanford.edu>
10936
10937         * lex.c (struct impl_files, internal_filename): Constify a char *.
10938
10939 2000-11-16  Mark Mitchell  <mark@codesourcery.com>
10940
10941         * mangle.c (write_special_name_constructor): Don't generate
10942         assembler junk when confronted with an old-style constructor.
10943         (write_special_name_destructor): Likewise.
10944         (mangle_decl_string): Do it here instead.
10945
10946 2000-11-16  Nathan Sidwell  <nathan@codesourcery.com>
10947
10948         * call.c (op_error): Make error messages clearer.
10949
10950 2000-11-15  Mark Mitchell  <mark@codesourcery.com>
10951
10952         * decl.c (wrapup_globals_for_namespace): Don't mark things
10953         TREE_ASM_WRITTEN when they're not.
10954
10955 2000-11-15  Jason Merrill  <jason@redhat.com>
10956
10957         * typeck2.c (friendly_abort): Uncount the error before handing
10958         off to fancy_abort.
10959
10960 2000-11-15  Nathan Sidwell  <nathan@codesourcery.com>
10961
10962         * typeck.c (lookup_anon_field): Cope with qv qualifiers.
10963
10964 2000-11-14  Mark Mitchell  <mark@codesourcery.com>
10965
10966         * class.c (build_vtbl_initializer): Fix typo in comment.
10967         * typeck.c (expr_sizeof): Don't crash on errors.
10968
10969 2000-11-14  Jim Wilson  <wilson@redhat.com>
10970
10971         * lang-specs.h: Add %2 after %(cc1_options).
10972
10973 2000-11-14  Richard Henderson  <rth@redhat.com>
10974
10975         * typeck.c (c_sizeof): Be strict about casting result value
10976         back to c_size_type_node.
10977         (expr_sizeof, c_sizeof_nowarn, c_alignof): Likewise.
10978
10979 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
10980
10981         * typeck.c (build_unary_op): Use boolean_increment from
10982         c-common.c, moving the relevant code there.
10983
10984 2000-11-11  Jason Merrill  <jason@redhat.com>
10985
10986         * typeck.c (mark_addressable): Don't call put_var_into_stack.
10987
10988         * decl.c (maybe_commonize_var): Set DECL_UNINLINABLE for statics
10989         in inlines.
10990
10991 2000-11-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10992
10993         * decl.c (grokdeclarator, save_function_data): Use memcpy, not bcopy.
10994         * lex.c (copy_lang_decl): Likewise.
10995
10996 2000-11-09  Mark Mitchell  <mark@codesourcery.com>
10997
10998         * dump.c (cp_dump_tree): Don't dump function bodies here.
10999
11000         * Make-lang.in (CXX_C_OBJS): Add c-dump.o.
11001         (dump.o): Update dependency list.
11002         * cp-tree.h (DECL_MAYBE_TEMPLATE): Remove.
11003         (flag_dump_translation_unit): Likewise.
11004         (CP_TYPE_QUALS): Adjust definition.
11005         (DECL_C_BIT_FIELD): Remove.
11006         (SET_DECL_C_BIT_FIELD): Likewise.
11007         (CLEAR_DECL_C_BIT_FIELD): Likewise.
11008         (add_maybe_template): Likewise.
11009         (strip_array_types): Likewise.
11010         (dump_node_to_file): Likewise.
11011         (cp_dump_tree): New function.
11012         * decl.c (init_decl_processing): Set lang_dump_tree.
11013         * decl2.c (flag_dump_translation_unit): Remove.
11014         * dump.c: Move most of it to ../c-dump.c.
11015         (cp_dump_tree): New function.
11016         * pt.c (add_maybe_template): Remove.
11017         * typeck.c (strip_array_types): Likewise.
11018
11019 2000-11-07  Eric Christopher  <echristo@redhat.com>
11020
11021         * decl.c (init_decl_processing): Change definition of
11022         __wchar_t to wchar_t.  Remove artificial declaration of
11023         wchar_t.
11024         * lex.c: Change instances of __wchar_t to wchar_t.
11025
11026 2000-11-09  Nathan Sidwell  <nathan@codesourcery.com>
11027
11028         * lex.c (do_identifier): Don't lookup_name for operators.
11029         * parse.y (operator): Save looking_for_typename.
11030         (unoperator): Restore it.
11031         * spew.c (frob_opname): Use nth_token for lookahead.
11032
11033 2000-11-08  Nathan Sidwell  <nathan@codesourcery.com>
11034
11035         * decl.c (grok_op_properties): Always use coerce_new_type and
11036         coerce_delete_type.
11037         * decl2.c (coerce_new_type): Use c_size_type_node. Preserve
11038         exception specification. Tidy up.
11039         (coerce_delete_type): Preserve exception specification. Tidy up.
11040
11041 2000-11-07  Joseph S. Myers  <jsm28@cam.ac.uk>
11042
11043         * class.c (duplicate_tag_error, build_vtbl_initializer), decl.c
11044         (push_binding_level), error.c (cp_tree_printer), pt.c
11045         (process_partial_specialization, tsubst_template_arg_vector),
11046         search.c (lookup_member): Use memset () instead of bzero ().
11047
11048 2000-11-07  Nathan Sidwell  <nathan@codesourcery.com>
11049
11050         * decl.c (build_ptrmemfunc_type): Allow error_mark_node.
11051
11052 2000-11-05  Joseph S. Myers  <jsm28@cam.ac.uk>
11053
11054         * Make-lang.in (c++.distdir): Remove.
11055
11056 2000-11-04  Mark Mitchell  <mark@codesourcery.com>
11057
11058         * decl2.c (do_nonmember_using_decl): Allow `extern "C"'
11059         declarations from different namespaces to be combined.
11060
11061 2000-11-03  Zack Weinberg  <zack@wolery.stanford.edu>
11062
11063         * decl.c: Include tm_p.h.
11064
11065 2000-11-03  Joseph S. Myers  <jsm28@cam.ac.uk>
11066
11067         * tree.c (cp_tree_equal): Use memcmp () instead of bcmp ().
11068
11069 2000-11-02  Joseph S. Myers  <jsm28@cam.ac.uk>
11070
11071         * dump.c (dequeue_and_dump), lex.c (interface_strcmp), method.c
11072         (build_overload_value), repo.c (open_repo_file), xref.c
11073         (open_xref_file): Use strchr () and strrchr () instead of index ()
11074         and rindex ().
11075
11076 2000-11-01  Bernd Schmidt  <bernds@redhat.co.uk>
11077
11078         * call.c (build_over_call): Call fold on the CALL_EXPR.
11079
11080 2000-11-01  Gabriel Dos Reis  <gdr@codesourcery.com>
11081
11082         * error.c (dump_template_decl): Separate template hearders with
11083         space not comma.
11084
11085 2000-10-31  Gabriel Dos Reis  <gdr@codesourcery.com>
11086
11087         * error.c: Move TFF_ macros into cp-tree.h.  Throughout, replace
11088         TS_* flags with corresponding TFF_*.  Adjust prototypes of
11089         functions (which used to take a tree_string_flags) to take an int.
11090
11091         * cp-tree.h (enum tree_string_flags): Remove
11092         (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE, TFF_CLASS_SCOPE,
11093         TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPEDEF, TFF_DECL_SPECIFIERS,
11094         TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
11095         TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
11096         TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS,
11097         TFF_TEMPLATE_NAME, TFF_EXPR_IN_PARENS, TFF_SCOPE): New macros.
11098         (type_as_string, decl_as_string, expr_as_string,
11099         context_as_string): Adjust prototype.
11100
11101         * class.c (dump_class_hierarchy_r): Use TFF_PLAIN_IDENTIFIER
11102         instead of TS_PLAIN.
11103
11104         * pt.c (mangle_class_name_for_template): Use TFF_CHASE_TYPEDEF
11105         instead of TF_CHASE_TYPEDEFS. Use TFF_PLAIN_IDENTIFIER instead of
11106         plain `0'.
11107
11108 2000-10-30  Mark Mitchell  <mark@codesourcery.com>
11109
11110         * cp-tree.h (DECL_EXTERNAL_LINKAGE_P): New macro.
11111         (linkage_kind): New enumeration.
11112         (decl_linkage): New function.
11113         * decl2.c (comdat_linkage): Extend comment.
11114         * error.c (dump_function_decl): Print the arguments used to
11115         instantiate a template, even when not printing the type of the
11116         function.
11117         * pt.c (convert_nontype_argument): Use DECL_EXTERNAL_LINKAGE_P,
11118         not TREE_PUBLIC, to test for external linkage.
11119         * tree.c (decl_linkage): New function.
11120
11121 2000-10-28  Mark Mitchell  <mark@codesourcery.com>
11122
11123         * pt.c (instantiate_decl): Always instantiate static data members
11124         initialized in-class.
11125
11126 2000-10-27  Zack Weinberg  <zack@wolery.stanford.edu>
11127
11128         * Make-lang.in: Move all build rules here from Makefile.in,
11129         adapt to new context.  Wrap all rules that change the current
11130         directory in parentheses.  Expunge all references to $(P).
11131         When one command depends on another and they're run all at
11132         once, use && to separate them, not ;.  Add OUTPUT_OPTION to
11133         all object-file generation rules.  Delete obsolete variables.
11134
11135         * Makefile.in: Delete.
11136         * config-lang.in: Delete outputs= line.
11137
11138 2000-10-26  Gabriel Dos Reis  <gdr@codesourcery.com>
11139
11140         * error.c (dump_function_decl): Print no space between
11141         `ptr-operator' the `type-specifier' of the return type.
11142         (dump_type_prefix): Make sure we put space at the appropriate
11143         place.
11144
11145 2000-10-23  Jason Merrill  <jason@redhat.com>
11146
11147         * call.c (equal_functions): Also call decls_match for extern "C" fns.
11148
11149 2000-10-22  Jason Merrill  <jason@redhat.com>
11150
11151         * call.c (build_conditional_expr): Use ocp_convert to force
11152         rvalue conversion.
11153
11154 2000-10-22  Mark Mitchell  <mark@codesourcery.com>
11155
11156         * call.c (standard_conversion): Use RVALUE_CONVs for all
11157         expressions that satisfy lvalue_p, not just those that satisfy
11158         real_lvalue_p.
11159
11160         * optimize.c (copy_body_r): Don't treat CALL_EXPRs specially.
11161
11162         * typeck.c (c_sizeof): Return an expression of `size_t' type,
11163         not one with TYPE_IS_SIZETYPE set.
11164         (dubious_conversion_warnings): Remove special-case code.
11165
11166 2000-10-21  Geoffrey Keating  <geoffk@cygnus.com>
11167
11168         * decl2.c (arg_assoc_type): Handle VECTOR_TYPE.
11169         * error.c (dump_type): Handle VECTOR_TYPE like POINTER_TYPE.
11170         (dump_type_prefix): Print vector-of-int as 'int vector'.
11171         (dump_type_suffix): Handle VECTOR_TYPE like POINTER_TYPE.
11172         * tree.c (walk_tree): Handle VECTOR_TYPE.
11173
11174         * decl.c (init_decl_processing): Call MD_INIT_BUILTINS.
11175
11176 2000-10-21  Jason Merrill  <jason@redhat.com>
11177
11178         * parse.y (operator): Set got_object from got_scope.
11179         Set looking_for_typename.
11180         * decl.c (lookup_name_real): Clear val after setting from_obj.
11181         Reorganize diagnostic.
11182
11183 2000-10-20  Jason Merrill  <jason@redhat.com>
11184
11185         * tree.c (walk_tree): Don't walk into default args.
11186
11187         * error.c (dump_expr): Use host_integerp.
11188
11189 2000-10-20  David Edelsohn  <edelsohn@gnu.org>
11190
11191         * typeck2.c (abstract_virtuals_error): Use "because" instead of
11192         "since" in error message.
11193
11194 Fri Oct 20 13:54:59 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11195
11196         * typeck.c (dubious_conversion_warning): Suppress if TYPE_IS_SIZETYPE.
11197
11198 2000-10-20  Jeffrey Oldham  <oldham@codesourcery.com>
11199
11200         * decl.c (revert_static_member_fn): Fixed typo.
11201
11202 2000-10-19  Mark Mitchell  <mark@codesourcery.com>
11203
11204         * class.c (subobject_offset_fn): New type.
11205         (dfs_record_base_offsets): Remove.
11206         (record_base_offsets): Likewise.
11207         (dfs_search_base_offsets): Likewise.
11208         (record_subobject_offset): New function.
11209         (check_subobject_offset): Likewise.
11210         (walk_subobject_offsets): Likewise.
11211         (record_subobject_offsets): Likewise.
11212         (layout_conflict_p): Reimplement.
11213         (layout_nonempty_base_or_field): Correct handling of type
11214         conflicts during layout.
11215         (layout_empty_base): Likewise.
11216         (build_base_field): Adjust to handle new representation of empty
11217         base offset table.
11218         (build_base_fields): Likewise.
11219         (layout_virtual_bases): Likewise.
11220         (splay_tree_compare_integer_csts): New function.
11221         (layout_class_type): Use a splay_tree, rather than a varray, to
11222         represent the offsets of empty bases.
11223
11224         * cp-tree.h (DECL_ANTICIPATED): Don't require a FUNCTION_DECL.
11225         * decl.c (select_decl): Don't return declarations that are
11226         DECL_ANTICIPATED.
11227
11228 2000-10-18  Mark Mitchell  <mark@codesourcery.com>
11229
11230         * cp-tree.h (cp_tree_index): Add CPTI_FAKE_STD.
11231         (fake_std_node): New macro.
11232         * decl.c (in_std): Rename to ...
11233         (in_fake_std): ... this.
11234         (flag_no_builtin): Remove.
11235         (flag_no_nonansi_builtin): Likewise.
11236         (walk_namespaces_r): Use fake_std_node.
11237         (push_namespace): Use std_identifier.
11238         (pop_namespace): Use in_fake_std.
11239         (lookup_name_real): Use fake_std_node.
11240         (init_decl_processing): When -fhonor-std, create the `std'
11241         namespace.  Don't create a dummy fake_std_node in that case.
11242         Adjust call to c_common_nodes_and_builtins.  Use std_identifier.
11243         (builtin_function): Put builtins whose names don't begin
11244         with `_' in the std namespace.
11245         * decl2.c (flag_no_builtin): Remove.
11246         (flag_no_nonansi_builtin): Likewise.
11247         (set_decl_namespace): Use fake_std_node.
11248         (validate_nonmember_using_decl): Likewise.
11249         (do_using_directive): Likewise.
11250         (handle_class_head): Likewise.
11251         * dump.c (dequeue_and_dump): Likewise.
11252         * except.c (init_exception_processing): Use std_identifier.
11253         * init.c (build_member_call): Use fake_std_node.
11254         * rtti.c (init_rtti_processing): Use std_identifier.
11255
11256 2000-10-17  Mark Mitchell  <mark@codesourcery.com>
11257
11258         * cp-tree.h (back_end_hook): Remove declaration.
11259         * decl2.c (back_end_hook): Remove definition.
11260
11261         * dump.c (dequeue_and_dump): Dump TREE_USED.
11262
11263 Tue Oct 17 20:19:06 2000  Brad Lucier <lucier@math.purdue.edu>
11264
11265         * spew.c (snarf_defarg): Cast 2nd arg to obstack_blank to (int).
11266
11267 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11268
11269         * decl.c (WINT_TYPE): Define.
11270         (init_decl_processing): Create types unsigned_ptrdiff_type_node,
11271         c_size_type_node, signed_size_type_node and wint_type_node.
11272
11273 2000-10-17  Joseph S. Myers  <jsm28@cam.ac.uk>
11274
11275         * decl2.c (warn_missing_format_attribute): New variable.
11276         (lang_decode_option): Decode -Wmissing-format-attribute.
11277
11278 2000-10-16  Mark Mitchell  <mark@codesourcery.com>
11279
11280         * typeck.c (qualify_type): Remove.
11281         (composite_pointer_type): Fix handling of conversions to `cv void*'.
11282
11283 2000-10-14  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11284
11285         * Makefile.in (parse.c, parse.h): Fix think-o in last patch.
11286
11287 2000-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11288
11289         * Makefile.in (parse.c, parse.h): Create atomically.
11290
11291 2000-10-12  Mark Mitchell  <mark@codesourcery.com>
11292
11293         * class.c (current_obstack): Remove.
11294         * decl.c (ggc_p): Remove.
11295         (start_decl): Don't use decl_tree_cons.
11296         (grokdeclarator): Don't use build_decl_list.
11297         (start_function): Don't use decl_tree_cons.
11298         (finish_function): Don't mess with obstacks.
11299         * decl2.c (grok_x_components): Don't use build_decl_list.
11300         * lex.c (make_call_declarator): Don't call decl_tree_cons.
11301         (implicitly_declare_fn): Don't call build_decl_list.
11302         * parse.y (frob_specs): Don't call build_decl_list or
11303         decl_tree_cons.
11304         (expr_or_declarator_intern): Don't call decl_tree_cons.
11305         (primary): Don't call build_decl_list.
11306         (fcast_or_absdcl): Likewise.
11307         (typed_declspecs): Don't call decl_tree_cons.
11308         (reserved_declspecs): Don't call build_decl_list.
11309         (declmods): Likewise.
11310         (reserved_typespecquals): Likewise.
11311         (aggr): Likewise.
11312         (new_type_id): Likewise.
11313         (cv_qualifiers): Likewise.
11314         (after_type_declarator_intern): Likewise.
11315         (notype_declarator_intern): Likewise.
11316         (absdcl_intern): Likewise.
11317         (named_parm): Likewise.
11318         * pt.c (most_specialized_class): Likewise.
11319         * repo.c (temporary_obstack): Make it a structure, not a pointer.
11320         (init_repo): Initialize it.
11321         * search.c (current_obstack): Remove.
11322         * typeck2.c (add_exception_specifier): Don't call build_decl_list.
11323
11324 2000-10-09  Richard Henderson  <rth@cygnus.com>
11325
11326         * Make-lang.in (CXX_EXTRA_HEADERS): Remove.
11327         (c++ language support bits for libgcc): Remove.
11328         (c++.clean): Remove cplib2.txt cleanup.
11329         * config-lang.in (headers, lib2funcs): Remove.
11330
11331         * exception.cc, new.cc, new1.cc, new2.cc: Remove files.
11332         * tinfo.cc, tinfo.h, tinfo2.cc, vec.cc: Remove files.
11333         * inc/cxxabi.h, inc/exception, inc/new: Remove files.
11334         * inc/new.h, inc/typeinfo: Remove files.
11335
11336 2000-10-08  Joseph S. Myers  <jsm28@cam.ac.uk>
11337
11338         * decl.c (INTMAX_TYPE, UINTMAX_TYPE): Define if not already
11339         defined.
11340         (init_decl_processing): Initialize intmax_type_node and
11341         uintmax_type_node.
11342
11343 2000-10-06  Richard Henderson  <rth@cygnus.com>
11344
11345         * cp-tree.h (struct cp_language_function): Remove x_result_rtx.
11346         (original_result_rtx): Remove.
11347         * decl.c (save_function_data): Don't clear x_result_rtx.
11348         (mark_lang_function): Don't mark it either.
11349         * expr.c (fixup_result_decl): Remove.
11350         * semantics.c (genrtl_named_return_value): Frob the return decl
11351         before calling emit_local_var.
11352         (genrtl_finish_function): Don't call fixup_result_decl.
11353         Always emit the jump to return_label.
11354
11355 2000-10-06  Nathan Sidwell  <nathan@codesourcery.com>
11356
11357         * pt.c (lookup_template_class): Set current access for enum.
11358         (tsubst_enum): Set file & line for enum decl.
11359
11360         * spew.c (yylex): Remove unused variable.
11361
11362 2000-10-05  Richard Henderson  <rth@cygnus.com>
11363
11364         * semantics.c (genrtl_finish_function): Don't init or check
11365         can_reach_end; remove noreturn and return value checks.
11366
11367 2000-10-05  Tom Tromey  <tromey@cygnus.com>
11368
11369         * init.c (build_java_class_ref): Use `build_static_name' with a
11370         suffix, not a prefix, to build the class object's name.
11371
11372 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
11373
11374         * cp-tree.h (access_kind): Fix comment typo.
11375         * decl2.c (grokfield): Fix diagnostic typo.
11376         * semantics.c (finish_template_type): Fix comment typo.
11377         (finish_qualified_object_call_expr): Likewise.
11378
11379 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
11380
11381         * pt.c (tsubst_expr, DECL_STMT case): Don't process if
11382         tsubsting fails.
11383
11384 2000-10-05  Nathan Sidwell  <nathan@codesourcery.com>
11385
11386         * spew.c (frob_id): New static function.
11387         (frob_opname): Use it.
11388         (yylex): Use it.
11389
11390 2000-10-01  Mark Mitchell  <mark@codesourcery.com>
11391
11392         * decl.c (lang_mark_false_label_stack): Remove.
11393         * lex.c (cp_mang_lang_type): Use ggc_alloc_cleared.
11394
11395 2000-09-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11396
11397         * gxxint.texi: Use @email for formatting email addresses.
11398
11399 2000-09-29  Gabriel Dos Reis  <gdr@codesourcery.com>
11400
11401         * error.c: Remove direct obstack manipulation.  Replace with
11402         output_buffer-based formatting.  Adjust calls to removed macros.
11403         (obstack_chunk_alloc, obstack_chunk_free): Remove.
11404         (OB_INIT, OB_PUTC, OB_PUTC2, OB_PUTS, OB_PUTID, OB_PUTCP,
11405         OB_FINISH, OB_PUTI, OB_END_TEMPLATE): Likewise.
11406
11407 2000-09-24  Mark Mitchell  <mark@codesourcery.com>
11408
11409         * ir.texi: Move to ../c-tree.texi.
11410
11411 2000-09-20  Jason Merrill  <jason@redhat.com>
11412
11413         * decl2.c (get_guard): Check DECL_FUNCTION_SCOPE_P.
11414
11415 2000-09-21  Andreas Jaeger  <aj@suse.de>
11416
11417         * errfn.c: Move declaration of cp_printer and cp_printers to ...
11418         * cp-tree.h: ... here.
11419
11420         * error.c: Remove declaration of cp_printer.
11421
11422 2000-09-20  Mark Mitchell  <mark@codesourcery.com>
11423
11424         * tree.c (mark_local_for_remap_r): Handle CASE_LABELs.
11425
11426 2000-09-20  Hans-Peter Nilsson  <hp@axis.com>
11427
11428         * except.c: Delete #if 0:d EXCEPTION_SECTION_ASM_OP-default and
11429         users.
11430
11431 2000-09-18  Mark Mitchell  <mark@codesourcery.com>
11432
11433         * decl.c (start_function): Robustify.
11434
11435 2000-09-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11436
11437         * cp-tree.h (check_function_format): Accept a `status' parameter.
11438
11439         * call.c, typeck.c: Updates calls to `check_function_format'.
11440
11441 2000-09-17  Geoffrey Keating  <geoffk@cygnus.com>
11442
11443         * decl2.c (handle_class_head): Always push some scope even
11444         in the error case.
11445
11446 2000-09-16  Mark Mitchell  <mark@codesourcery.com>
11447
11448         * cp-tree.h (struct cp_language_function): Remove
11449         x_scope_stmt_stack and name_declared.
11450         (current_scope_stmt_stack): Remove.
11451         (function_name_declared_p): New macro.
11452         (struct lang_decl_flags): Use c_lang_decl as a base class.
11453         (context): Remove.
11454         (struct lang_decl): Replace saved_tree with context.
11455         (DECL_FRIEND_CONTEXT): Adjust accordingly.
11456         (SET_DECL_FRIEND_CONTEXT): Likewise.
11457         (DECL_VIRTUAL_CONTEXT): Likewise.
11458         (DECL_SAVED_TREE): Remove.
11459         (C_DECLARED_LABEL_FLAG): Likewise.
11460         (cplus_expand_expr_stmt): Don't declare.
11461         (add_decl_stmt): Likewise.
11462         (add_scope_stmt): Likewise.
11463         * decl.c (mark_stmt_tree): Remove.
11464         (case_compare): Likewise.
11465         (finish_case_label): Use c_add_case_label.
11466         (init_decl_processing): Set more language-specific hooks.
11467         (build_enumerator): Fix typo in comment.
11468         (cplus_expand_expr_stmt): Remove.
11469         (mark_lang_function): Use mark_c_language_function.
11470         (lang_mark_tree): Use c_mark_lang_decl.
11471         * decl2.c: Change order of inclusion.
11472         * except.c: Likewise.
11473         * expr.c (cplus_expand_expr): Remove handling of STMT_EXPR.  Fall
11474         back on c_expand_expr.
11475         * friend.c: Include expr.h.
11476         * init.c: Change order of inclusion.
11477         * Makefile.in: Update dependencies.
11478         * lex.h (free_lang_decl_chain): Remove.
11479         * optimize.c (maybe_clone_body): Use function_name_declared_p.
11480         * pt.c (build_template_decl): Don't copy DECL_VIRTUAL_CONTEXT if
11481         it doesn't exist.
11482         (instantiate_decl): Use function_name_declared_p.
11483         * semantics.c (lang_expand_expr_stmt): Remove.
11484         (set_current_function_name_declared): Likewise.
11485         (current_function_name_declared): Likewise.
11486         (begin_compound_stmt): Use function_name_declared_p.
11487         (add_decl_stmt): Remove.
11488         (setup_vtbl_ptr): Use function_name_declared_p.
11489         (add_scope_stmt): Remove.
11490         (current_scope_stmt_stack): New function.
11491         (cp_expand_stmt): Don't handle SCOPE_STMTs.
11492         (expand_body): Use function_name_declared_p.
11493         * tree.c (cp_statement_code_p): Don't include SCOPE_STMT.
11494         * typeck.c: Change order of includes.
11495         (convert_sequence): Remove.
11496
11497 2000-09-14  Joseph S. Myers  <jsm28@cam.ac.uk>
11498
11499         * lex.c (reswords): Add _Complex.
11500
11501 Thu Sep 14 12:10:45 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
11502
11503         * Make-lang.in (cplib2.txt): Depend on cp/Makefile.
11504
11505 2000-09-13  J. David Anglin  <dave@hiauly1.hia.nrc.ca>
11506
11507         * init.c (begin_init_stmts): Don't use // comments.
11508
11509 2000-09-12  Jason Merrill  <jason@redhat.com>
11510
11511         * decl.c (maybe_deduce_size_from_array_init): Set do_default for
11512         all non-extern arrays.
11513
11514         * decl.c (grokdeclarator): Complain about 'friend T' for implicit
11515         typenames, too.  Downgrade complaint to pedwarn.
11516         (xref_tag): Warn about surprising behavior of 'friend struct T'.
11517         * decl2.c (handle_class_head): Generate a TYPENAME_TYPE for
11518         'class This::Inherited'.
11519
11520 2000-09-12  Mark Mitchell  <mark@codesourcery.com>
11521
11522         * decl.c (finish_case_label): Given the LABEL_DECL a
11523         DECL_CONTEXT.
11524
11525 2000-09-12  Gabriel Dos Reis  <gdr@codesourcery.com>
11526
11527         * error.c (TFF_PLAIN_IDENTIFIER, TFF_NAMESPACE_SCOPE,
11528         TFF_CLASS_SCOPE, TFF_CHASE_NAMESPACE_ALIAS, TFF_CHASE_TYPDEF,
11529         TFF_DECL_SPECIFIERS, TFF_CLASS_KEY_OR_ENUM, TFF_RETURN_TYPE,
11530         TFF_FUNCTION_DEFAULT_ARGUMENTS, TFF_EXCEPTION_SPECIFICATION,
11531         TFF_TEMPLATE_HEADER, TFF_TEMPLATE_DEFAULT_ARGUMENTS, TFF_SCOPE):
11532         New macros.
11533         (sorry_for_unsupported_tree, print_scope_operator,
11534         print_left_paren, print_right_paren, print_left_bracket,
11535         print_right_bracket, print_whitespace): Likewise.
11536         (aggr_variety): Rename to class_key_or_enum.
11537         (print_type): Rename to print_type_id.
11538         (print_type_specifier_seq, print_simple_type_specifier,
11539         print_elaborated_type_specifier,
11540         print_rest_of_abstract_declarator,
11541         print_parameter_declaration_clause, print_exception_specification,
11542         print_nested_name_specifier, print_template_id,
11543         typedef_original_name,  print_template_argument_list_start,
11544         print_template_argument_list_end): New functions.
11545
11546 2000-09-11  Gabriel Dos Reis  <gdr@codesourcery.com>
11547
11548         * ir.texi: Add more documentation.
11549
11550 2000-09-11  Mark Mitchell  <mark@codesourcery.com>
11551
11552         * cp-tree.h (struct saved_scope): Remove x_function_parms.
11553         (current_function_parms): Don't define.
11554         (struct cp_language_function): Remove parms_stored.
11555         (current_function_just_assigned_this): Don't define.
11556         (current_function_parms_stored): Likewise.
11557         (static_ctors): Declare.
11558         (static_dtors): Likewise.
11559         (SF_EXPAND): Don't define.
11560         (expand_start_early_try_stmts): Remove declaration.
11561         (store_parm_decls): Likewise.
11562         * decl.c (static_ctors): Don't declare.
11563         (static_dtors): Likewise.
11564         (struct binding_level): Remove this_block.
11565         (poplevel): Remove dead code.
11566         (set_block): Likewise.
11567         (mark_binding_level): Don't mark this_block.
11568         (mark_saved_scope): Don't mark x_function_parms.
11569         (init_decl_processing): Don't add current_function_parms as a GC
11570         root.
11571         (check_function_type): Change prototype.
11572         (start_function): Remove RTL-generation code.
11573         (expand_start_early_try_stmts): Remove.
11574         (store_parm_decls): Give it internal linkage.  Remove
11575         RTL-generation code.
11576         (finish_function): Remove RTL-generation code.
11577         * decl2.c (static_ctors): Fix formatting.
11578         (static_dtors): Likewise.
11579         * method.c (use_thunk): Don't call store_parm_decls.
11580         (synthesize_method): Likewise.
11581         * optimize.c (maybe_clone_body): Likewise.
11582         * parse.y (fn.def2): Likewise.
11583         (.set_base_init): Likewise.
11584         (nodecls): Likewise.
11585         * pt.c (instantiate_decl): Likewise.
11586         * rtti.c (synthesize_tinfo_fn): Likewise.
11587         * semantics.c (genrtl_try_block): Simplify.
11588         (expand_body): Use genrtl_start_function and
11589         genrtl_finish_function.
11590         (genrtl_start_function): New function.
11591         (genrtl_finish_function): Likewise.
11592
11593 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
11594
11595         * error.c (cp_tree_printer, case 'P'): Append break.
11596
11597 2000-09-11  Nathan Sidwell  <nathan@codesourcery.com>
11598
11599         * cp-tree.h (frob_opname): Declare.
11600         * parse.y (saved_scopes): New static variable.
11601         (cp_parse_init): Adjust.
11602         (do_id): If lastiddecl is NULL, do do_identifier.
11603         (operator): Save scope information.
11604         (unoperator): New reduction. Restore scope information.
11605         (operator_name): Append unoperator. Call frob_opname.
11606         * spew.c (frob_opname): Define.
11607
11608 2000-09-10  Zack Weinberg  <zack@wolery.cumb.org>
11609
11610         * decl.c, rtti.c: Include defaults.h if not already included.
11611         Don't define the *_TYPE_SIZE macros.
11612
11613 2000-09-09  Mark Mitchell  <mark@codesourcery.com>
11614
11615         * cp-tree.h (push_switch): Change prototype.
11616         (check_cp_case_value): Remove declaration.
11617         (decl_constant_value): Likewise.
11618         * decl.c (struct cp_switch): Add switch_stmt and cases.
11619         (case_compare): New function.
11620         (push_switch): Set switch_stmt.  Initialize cases.
11621         (pop_switch): Clean up cases.
11622         (define_case_label): Rename to ...
11623         (finish_case_label): ... this.  Do semantic analysis for case
11624         labels here.
11625         (start_function): Correct comment.
11626         * decl2.c (check_cp_case_value): Remove.
11627         * expr.c (do_case): Remove.
11628         * pt.c (tsubst_expr): Adjust call to finish_case_label.
11629         * semantics.c (genrtl_do_poplevel): Remove declaration.
11630         (RECHAIN_STMTS): Remove.
11631         (finish_break_stmt): Use build_break_stmt.
11632         (finish_continue_stmt): Use build_continue_stmt.
11633         (finish_switch_cond): Adjust condition here, rater than in
11634         c_expand_start_case.
11635         (finish_case_label): Remove.
11636         * typeck.c (c_expand_return): Remove.
11637         (c_expand_start_case): Likewise.
11638
11639 2000-09-07  Gabriel Dos Reis  <gdr@codesourcery.com>
11640
11641         * ir.texi: Document type nodes.
11642
11643 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
11644
11645         * cp-tree.h (init_cp_semantics): Declare.
11646         (genrtl_try_block): Don't declare.
11647         (genrtl_handler): Likewise.
11648         (genrtl_catch_block): Likewise.
11649         (genrtl_ctor_stmt): Likewise.
11650         (genrtl_subobject): Likewise.
11651         (genrtl_do_poplevel): Likewise.
11652         (genrtl_named_return_value): Likewise.
11653         * lex.c (init_parse): Call init_cp_semantics.
11654         * semantics.c (genrtl_try_block): Give it internal linkage.
11655         (genrtl_handler): Likewise.
11656         (genrtl_catch_block): Likewise.
11657         (genrtl_ctor_stmt): Likewise.
11658         (genrtl_subobject): Likewise.
11659         (genrtl_do_poplevel): Likewise.
11660         (genrtl_named_return_value): Likewise.
11661         (lang_expand_stmt): Rename to ...
11662         (cp_expand_stmt): ... this.  Only handle C++-specific nodes.
11663         (init_cp_semantics): Define.
11664
11665         * decl.c (initialize_local_var): Remove RTL-generating code.
11666         * semantics.c (genrtl_try_block): Fix formatting.
11667
11668         Move statement-tree facilities from C++ to C front-end.
11669         * cp-tree.h (cp_tree_index): Remove CPTI_VOID_ZERO.
11670         (void_zero_node): Remove.
11671         (stmt_tree): Likewise.
11672         (scope_chain): Adjust.
11673         (language_function): Rename to cp_language_function.
11674         (cp_function_chain): Adjust.
11675         (current_stmt_tree): Remove.
11676         (last_tree): Likewise.
11677         (last_expr_type): Likewise.
11678         (struct lang_decl): Adjust.
11679         (STMT_IS_FULL_EXPR_P): Remove.
11680         (add_tree): Remove.
11681         (begin_stmt_tree): Likewise.
11682         (finish_stmt_tree): Likewise.
11683         (walk_tree_fn): Likewise.
11684         (walk_stmt_tree): Likewise.
11685         * class.c (finish_struct): Replace use of add_tree with add_stmt.
11686         * decl.c (mark_stmt_tree): Adjust type.
11687         (init_decl_processing): Don't build void_zero_node.
11688         (initialize_local_var): Adjust usage of current_stmt_tree.
11689         (finish_enum): Use add_stmt, not add_tree.
11690         (save_function_data): Adjust use of language_function.
11691         (finish_constructor_body): Use add_stmt, not add_tree.
11692         (finish_destructor_body): Likewise.
11693         (push_cp_function_context): Adjust use of language_function.
11694         (pop_cp_function_context): Likewise.
11695         (mark_lang_function): Likewise.
11696         (mark_cp_function_context): Likewise.
11697         * init.c (build_aggr_init): Adjust use of current_stmt_tree.
11698         (build_vec_init): Likewise.
11699         * semantics.c (SET_LAST_STMT): Remove.
11700         (RECHAIN_STMTS): Don't use it.
11701         (stmts_are_full_exprs_p): Adjust use of current_stmt_tree.
11702         (current_stmt_tree): Define.
11703         (add_tree): Remove.
11704         (finish_goto_stmt): Use add_stmt, not add_tree.
11705         (finish_expr_stmt): Likewise.
11706         (begin_if_stmt): Likewise.
11707         (finish_then_clause): Likewise.
11708         (begin_while_stmt): Likewise.
11709         (begin_do_stmt): Likewise.
11710         (finish_return_stmt): Likewise.
11711         (begin_for_stmt): Likewise.
11712         (finish_break_stmt): Likewise.
11713         (finish_continue_stmt): Likewise.
11714         (begin_switch_stmt): Likewise.
11715         (finish_case_label): Likewise.
11716         (begin_try_block): Likewise.
11717         (begin_function_try_block): Likewise.
11718         (begin_handler): Likewise.
11719         (begin_catch_block): Likewise.
11720         (begin_compound_stmt): Likewise.
11721         (begin_asm_stmt): Likewise.
11722         (finish_asm_stmt): Likewise.
11723         (finish_label_stmt): Likewise.
11724         (add_decl_stmt): Likewise.
11725         (finish_subobject): Likewise.
11726         (finish_decl_cleanup): Likewise.
11727         (finish_named_return_value): Likewise.
11728         (setup_vtbl_ptr): Likewise.
11729         (add_scope_stmt): Likewise.
11730         (finish_stmt_expr): Likewise.
11731         (prune_unused_decls): Remove.
11732         (begin_stmt_tree): Likewise.
11733         (finish_stmt_tree): Likewise.
11734         (prep_stmt): Adjust use of current_stmt_tree.
11735         (lang_expand_stmt): Likewise.
11736         * tree.c (statement_code_p): Remove.
11737         (cp_statement_code_p): New function.
11738         (walk_stmt_tree): Remove.
11739         (init_tree): Set lang_statement_code_p.
11740
11741 2000-09-06  Zack Weinberg  <zack@wolery.cumb.org>
11742
11743         Integrated preprocessor.
11744
11745         * Make-lang.in, Makefile.in: Remove all references to input.c,
11746         gxx.gperf, and hash.h.  Add ../c-lex.o to C_OBJS.
11747         * gxx.gperf, hash.h, input.c: Delete.
11748         * lang-specs.h: Pass -lang-c++ to cc1plus so cpplib is
11749         initialized properly.
11750
11751         * class.c (fixup_pending_inline): Take a tree, not a
11752         struct pending_inline *.  All callers changed.
11753         (init_class_processing): Set RID_PUBLIC, RID_PRIVATE,
11754         RID_PROTECTED entries in ridpointers[] array here.
11755         * decl.c (duplicate_decls): Do not refer to struct
11756         pending_inline.
11757         (record_builtin_type, init_decl_processing): Use RID_MAX not
11758         CP_RID_MAX.
11759         (grokdeclarator): Use C_IS_RESERVED_WORD.
11760         * decl2.c (lang_decode_option): Ignore -lang-c++ for sake of
11761         cpplib.
11762         (grok_x_components): Do not inspect pending_inlines chain.
11763
11764         * cp-tree.h (struct lang_identifier): Add rid_code entry.
11765         (C_IS_RESERVED_WORD, C_RID_CODE, C_RID_YYCODE): New.
11766         (flag_no_gnu_keywords, flag_operator_names, rid_to_yy): Declare.
11767         (DEFARG_LENGTH, struct pending_inline, TIME_IDENTIFIER_TIME,
11768         TIME_IDENTIFIER_FILEINFO): Kill.
11769         Update prototypes.
11770         * lex.h: Expunge cp_rid.  Rewrite RIDBIT macros to use just a
11771         single 32-bit word.
11772         * parse.y: Call do_pending_inlines unconditionally.
11773         reinit_parse_for_method is now snarf_method.  fn.defpen is no
11774         longer necessary.  Remove unnecessary <itype> annotation on
11775         SCOPE.  Do not refer to end_of_file or struct pending_inline.
11776         * semantics.c (begin_inline_definitions): Call
11777         do_pending_inlines unconditionally.
11778
11779         * lex.c: Remove all code now shared with C front end.
11780         Initialize cpplib properly if USE_CPPLIB.  Put reserved words
11781         into the get_identifier table.  Rewrite pragma handling to
11782         work with the registry.  Move code to save tokens for later
11783         processing to spew.c.
11784
11785         * spew.c: Rewrite everything in terms of token streams instead
11786         of text.  Move routines here from lex.c / input.c as
11787         appropriate.  GC-mark trees hanging off the pending inlines
11788         chain.
11789
11790 2000-09-06  Mark Mitchell  <mark@codesourcery.com>
11791
11792         * NEWS: Mention that the named return value extension has been
11793         deprecated.
11794         * cp-tree.h (original_result_rtx): Define.
11795         (TREE_REFERENCE_EXPR): Remove.
11796         (DECL_VPARENT): Likewise.
11797         (pushdecl_nonclass_level): Likewise.
11798         (store_return_init): Likewise.
11799         (reinit_lang_specific): Likewise.
11800         (genrtl_named_return_value): Change prototype.
11801         * decl.c (original_result_rtx): Remove.
11802         (cp_finish_decl): Don't build DECL_STMTs for RESULT_DECLs.
11803         Do not generate RTL for local variables here.
11804         (store_return_init): Remove.
11805         * semantics.c (genrtl_named_return_value): Simplify.  Fold in
11806         store_return_init.
11807         (finish_named_return_value): Adjust accordingly.  Warn that this
11808         extension is deprecated.
11809         (lang_expand_stmt): Adjust call to genrtl_named_return_value.
11810
11811 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11812
11813         * pt.c (type_unification_real): Replace switch with if.
11814         (unify): Tsubst non-type parms before comparing.
11815
11816 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11817
11818         * error.c (dump_typename): New function, broken out of ...
11819         (dump_type): ... here. Use it.
11820         * typeck.c (same_type_p): Use cp_tree_equal for TYPENAME_TYPE.
11821
11822 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11823
11824         * init.c (build_offset_ref): Deal with namespace scoped
11825         TEMPLATE_ID_EXPRs.
11826
11827 2000-09-06  Nathan Sidwell  <nathan@codesourcery.com>
11828
11829         * class.c (resolve_address_of_overloaded_function): Add
11830         explanation message.
11831         * decl.c (define_case_label): Reformat explanation.
11832         * decl2.c (finish_static_data_member_decl): Likewise.
11833         (grokfield): Likewise.
11834         * friend.c (do_friend): Likewise.
11835
11836 2000-09-05  Zack Weinberg  <zack@wolery.cumb.org>
11837
11838         * tree.c (walk_tree): Expose tail recursion.
11839         (walk_stmt_tree): New function.
11840         * cp-tree.h: Prototype walk_stmt_tree.
11841         * semantics.c (prune_unused_decls): Operate on SCOPE_STMTs not
11842         the BLOCKs directly.  If a BLOCK has no variables after
11843         pruning, discard it.
11844         (finish_stmt_tree): Use walk_stmt_tree.  No need to save and
11845         restore the line number.
11846
11847 2000-09-05  Mark Mitchell  <mark@codesourcery.com>
11848
11849         * Makefile.in (CXX_TREE_H): Add dependency on HTAB_H.
11850         (pt.o): Remove dependency on HTAB_H.
11851         * cp-tree.h: Include hashtab.h.
11852         (walk_tree): Change prototype.
11853         (walk_tree_without_duplicates): New function.
11854         * decl.c (check_default_argument): Use it.
11855         * optimize.c (remap_decl): Adjust calls to walk_tree.
11856         (copy_body): Likewise.
11857         (expand_calls_inline): Likewise.
11858         (calls_setjmp_p): Use walk_tree_without_duplicates.
11859         * pt.c: Don't include hashtab.h.
11860         (for_each_template_parm): Use walk_tree_without_duplicates.
11861         * semantics.c (finish-stmt_tree): Likewise.
11862         (expand_body): Likewise.
11863         * tree.c (walk_tree): Add additional parameter.
11864         (walk_tree_without_duplicates): New function.
11865         (count_trees): Use it.
11866         (verify_stmt_tree): Adjust call to walk_tree.
11867         (find_tree): Use walk_tree_without_duplicates.
11868         (no_linkage_check): Likewise.
11869         (break_out_target_exprs): Adjust call to walk_tree.
11870         (cp_unsave): Likewise.
11871
11872 2000-09-04  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
11873
11874         * cp-tree.def (BOUND_TEMPLATE_TEMPLATE_PARM): New tree code.
11875         (TEMPLATE_TEMPLATE_PARM): Adjust comment.
11876         * cp-tree.h (TYPE_BINFO): Adjust comment.
11877         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO): Likewise.
11878         (TEMPLATE_TYPE_PARM_INDEX): Likewise.
11879         (IS_AGGR_TYPE): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
11880         (TYPE_TEMPLATE_INFO): Likewise.
11881         (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): Likewise.
11882         * class.c (push_nested_class): Likewise.
11883         * decl.c (lookup_name_real): Likewise.
11884         (grokdeclarator): Likewise.
11885         (grok_op_properties): Likewise.
11886         (xref_tag): Likewise.
11887         (xref_basetypes): Likewise.
11888         * decl2.c (constructor_name_full): Likewise.
11889         (arg_assoc_template_arg): Add TEMPLATE_TEMPLATE_PARM case.
11890         (arg_assoc_type): Use BOUND_TEMPLATE_TEMPLATE_PARM instead.
11891         * error.c (dump_type): Split TEMPLATE_TEMPLATE_PARM case.
11892         (dump_type_prefix): Add BOUND_TEMPLATE_TEMPLATE_PARM.
11893         (dump_type_suffix): Likewise.
11894         * init.c (is_aggr_type): Use BOUND_TEMPLATE_TEMPLATE_PARM
11895         instead.
11896         (get_aggr_from_typedef): Likewise.
11897         * mangle.c (write_type): Split TEMPLATE_TEMPLATE_PARM case.
11898         (write_expression): Add BOUND_TEMPLATE_TEMPLATE_PARM.
11899         (write_template_parm): Likewise.
11900         (write_template_template_parm): Check tree code instead of
11901         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
11902         * method.c (build_overload_nested_name): Add
11903         BOUND_TEMPLATE_TEMPLATE_PARM.
11904         (process_overload_item): Split TEMPLATE_TEMPLATE_PARM case.
11905         * parse.y (bad_parm): Add BOUND_TEMPLATE_TEMPLATE_PARM.
11906         * pt.c (convert_template_argument): Check tree code instead of
11907         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
11908         (for_each_template_parm_r): Split TEMPLATE_TEMPLATE_PARM case.
11909         (for_each_template_parm): Adjust comment.
11910         (tsubst): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.
11911         (tsubst_copy): Add BOUND_TEMPLATE_TEMPLATE_PARM.
11912         (unify): Add BOUND_TEMPLATE_TEMPLATE_PARM.  Reorganize.  Use
11913         template_args_equal to compare template template parameter cases.
11914         * ptree.c (print_lang_type): Add BOUND_TEMPLATE_TEMPLATE_PARM.
11915         * search.c (lookup_field_1): Use BOUND_TEMPLATE_TEMPLATE_PARM
11916         instead.
11917         * tree.c (copy_template_template_parm): Decide whether to create
11918         a TEMPLATE_TEMPLATE_PARM or BOUND_TEMPLATE_TEMPLATE_PARM node.
11919         (walk_tree): Add BOUND_TEMPLATE_TEMPLATE_PARM.
11920         (copy_tree_r): Likewise.
11921         * typeck.c (comptypes): Likewise.  Check tree code instead of
11922         using TEMPLATE_TEMPLATE_PARM_TEMPLATE_INFO.
11923
11924 2000-09-04  Mark Elbrecht  <snowball3@bigfoot.com>
11925
11926         * decl.c (finish_function): Move the code for handling functions
11927         marked with the constructor and destructor attributes inside the
11928         expand_p block.
11929
11930 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11931
11932         * init.c (resolve_offset_ref): Deal with TEMPLATE_ID_EXPR.
11933
11934 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11935
11936         * pt.c (lookup_template_class): Remove abort.
11937         * tree.c (get_type_decl): Allow error_mark_node.
11938
11939 2000-09-04  Nathan Sidwell  <nathan@codesourcery.com>
11940
11941         * decl2.c (arg_assoc): Deal with COMPONENT_REFs inside
11942         TEMPLATE_ID_EXPRs.
11943
11944 2000-09-03  Mark Mitchell  <mark@codesourcery.com>
11945
11946         * operators.def (ALIGNOF_EXPR, MAX_EXPR, MIN_EXPR): Change
11947         new ABI mangling.
11948
11949 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
11950
11951         * parse.y (named_class_head): Check for TYPENAME_TYPE. Simplify
11952         union tag mismatch error reporting.
11953
11954 2000-09-01  Nathan Sidwell  <nathan@codesourcery.com>
11955
11956         * call.c (build_scoped_method_call): Check it is not a namespace.
11957
11958 2000-08-30  Jason Merrill  <jason@redhat.com>
11959
11960         * cp-tree.h (LOCAL_CLASS_P): Use decl_function_context.
11961
11962         * tree.c (bot_manip): Check TREE_CONSTANT rather than
11963         !TREE_SIDE_EFFECTS.  Call break_out_target_exprs and
11964         build_target_expr_with_type for the non-AGGR_INIT_EXPR case.
11965
11966         * decl.c (start_function): Always call make_function_rtl.
11967
11968 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
11969
11970         * semantics.c (prune_unused_decls): New function.
11971         (finish_stmt_tree): Call it via walk_tree.
11972
11973 2000-08-29  Zack Weinberg  <zack@wolery.cumb.org>
11974
11975         * class.c (build_secondary_vtable): Constify a char *.
11976         * decl.c (init_decl_processing): Initialize function_id_node,
11977         pretty_function_id_node, and func_id_node.
11978         * input.c (struct input_source): Constify 'str'.
11979         (feed_input): Constify first argument.
11980         * mangle.c (write_identifier): Constify argument.
11981         * pt.c (mangle_class_name_for_template): Constify argument.
11982
11983 2000-08-29  Mark Mitchell  <mark@codesourcery.com>
11984
11985         * typeck.c (mark_addressable): Remove code that pokes around in
11986         RTL.
11987
11988 2000-08-28  Jason Merrill  <jason@redhat.com>
11989
11990         * lex.c (file_name_nondirectory): Move to toplev.c.
11991
11992         * cp-tree.h (LOCAL_CLASS_P): New macro.
11993         * class.c (finish_struct_1): Use it.
11994
11995 2000-08-27  Alex Samuel  <samuel@codesourcery.com>
11996
11997         * mangle.c (CLASSTYPE_TEMPLATE_ID_P): Remove unexplained voodoo.
11998         (write_encoding): Pass another argument to write_name.
11999         (write_name): Add ignore_local_scope parameter.  Fix handling of
12000         local names.
12001         (write_nested_name): Use write_unqualified_name.
12002         (write_prefix): Likewise.  Skip out on FUNCTION_DECLs.
12003         (write_template_prefix): Use write_unqualified_name.
12004         (write_component): Remove.
12005         (write_local_name): Add parameter.  Use direct local entity to
12006         discriminator calculation.
12007         (write_class_enum_type): Pass another argument to write_name.
12008         (write_template_template_arg): Likewise.
12009         (make_guard_variable): Likewise.
12010
12011 2000-08-27  Jason Merrill  <jason@redhat.com>
12012
12013         * decl.c (pushdecl): Matching decls for local externs are found in
12014         the current level.  Propagate linkage information from previous
12015         declarations.
12016
12017 2000-08-26  Gabriel Dos Reis  <gdr@codesourcery.com>
12018
12019         * ir.texi (Expressions): Fix typo.
12020
12021 2000-08-25  Greg McGary  <greg@mcgary.org>
12022
12023         * tree.c (init_tree): Use ARRAY_SIZE.
12024
12025 2000-08-25  Gabriel Dos Reis  <gdr@codesourcery.com>
12026
12027         * error.c (cp_tree_printer): Rework.
12028
12029 2000-08-25  Mark Mitchell  <mark@codesourcery.com>
12030
12031         * Make-lang.in (CXX_LIB2FUNCS): Remove cp-demangle.o and
12032         dyn-string.o.
12033         (CXX_LIB2SRCS): Remove cp-demangle.c and dyn-string.c.
12034         (cp-demangle.o): Remove target.
12035         (dyn-string.o): Likewise.
12036
12037         * decl.c (grokfndecl): Require that `main' return an `int'.
12038         * mangle.c (write_encoding): Don't mangle return types for
12039         conversion functions.
12040
12041 2000-08-25  Gabriel Dos Reis  <gdr@codesourcery.com>
12042
12043         * error.c (tree_formatting_info): New data type.
12044         (tree_being_formatted): New macro.
12045         (tree_formatting_flags): Likewise.
12046         (put_whitespace): Likewise.
12047         (print_tree_identifier): Likewise.
12048         (print_identifier): Likewise.
12049         (cp_tree_printer, print_function_argument_list, print_declaration,
12050         print_expression, print_function_declaration,
12051         print_function_parameter, print_type, print_cv_qualifier): New
12052         functions.
12053         (init_error): Initialize lang_printer.
12054
12055 2000-08-24  Jason Merrill  <jason@redhat.com>
12056
12057         * typeck.c (build_ptrmemfunc): Just reinterpret if there's no
12058         adjustment necessary.
12059
12060 2000-08-24  Greg McGary  <greg@mcgary.org>
12061
12062         * cp-tree.h (MAIN_NAME_P): Remove macro.
12063
12064 2000-08-24  Gabriel Dos Reis  <gdr@codesourcery.com>
12065
12066         * error.c (print_instantiation_context): Don't forget to flush the
12067         buffer.
12068
12069 2000-08-23  Jason Merrill  <jason@redhat.com>
12070
12071         * typeck.c (build_ptrmemfunc): Save the input pmf.
12072
12073         * method.c (process_modifiers): Use same_type_p.
12074
12075 2000-08-23  Mark Mitchell  <mark@codesourcery.com>
12076
12077         * cp-tree.h (DECL_CLONED_FUNCTION_P): Check DECL_LANG_SPECIFIC.
12078         * mangle.c (write_function_type): Change prototype.
12079         (write_encoding): Don't mangle return types for
12080         constructors or destructors.
12081         (write_type): Adjust call to write_function_type.
12082         * pt.c (instantiate_template): Instantiate alternate entry points
12083         when instantiating the main function.
12084
12085 2000-08-23  Gabriel Dos Reis  <gdr@codesourcery.com>
12086
12087         * error.c (cp_print_error_function): Don't use embedded '\n' in
12088         output_printf.
12089
12090 2000-08-23  Gabriel Dos Reis  <gdr@codesourcery.com>
12091
12092         * decl.c (init_decl_processing): Remove bogus initialization.
12093         * error.c (lang_print_error_function): Restore here.
12094         (init_error): Initialize print_error_function.
12095
12096 2000-08-22  Theodore Papadopoulo  <Theodore.Papadopoulo@sophia.inria.fr>
12097
12098         * decl2.c (arg_assoc): Revert my 2000-08-11 change.
12099
12100 2000-08-22  Gabriel Dos Reis  <gdr@codesourcery.com>
12101
12102         * Makefile.in (error.o): Depends on diagnostic.h
12103
12104         * cp-tree.h (problematic_instantiation_changed,
12105         record_last_problematic_instantiation, current_instantiation,
12106         print_instantiation_context): Declare.
12107         (maybe_print_template_context): Remove.
12108
12109         * decl.c (init_decl_processing): Set print_error_function to NULL.
12110         (lang_print_error_function): Remove, since we're using a new
12111         machinery.
12112
12113         * error.c: #include diagnostic.h
12114         (function_category): New function.
12115         (cp_diagnostic_starter): Likewise.
12116         (cp_diagnostic_finalizer): Likewise.
12117         (cp_print_error_function): Likewise.
12118         (maybe_print_instantiation_context): Likewise.
12119         (print_instantiation_full_context): Likewise.
12120         (print_instantiation_partial_context): Likewise.
12121         (print_instantiation_context): Define.
12122         (init_error): Initialize diagnostic pager and finalizer.
12123
12124         * pt.c (problematic_instantiation_changed): Define.
12125         (record_last_problematic_instantiation): Likewise.
12126         (current_instantiation): Likewise.
12127         (maybe_print_template_context): Remove.
12128         (print_template_context): Likewise.
12129         (current_tinst_level): Make static to reflect Brendan Kehoe's
12130         change of 1995-04-13.
12131         (push_tinst_level): Call print_instantiation_context.
12132
12133 2000-08-21  Nix  <nix@esperi.demon.co.uk>
12134
12135         * lang-specs.h: Do not process -o or run the assembler if
12136         -fsyntax-only.
12137
12138 2000-08-21  Joseph S. Myers  <jsm28@cam.ac.uk>
12139
12140         * decl.c (flag_hosted, flag_noniso_default_format_attributes): New
12141         variables.
12142         * decl2.c (lang_decode_option): Disable gettext attributes for
12143         -ansi.
12144
12145 2000-08-21  Gabriel Dos Reis  <gdr@codesourcery.com>
12146
12147         * lex.c (lang_init_options): Default diagnostic message maximum
12148         length to 80, when line-wrapping.
12149
12150 2000-08-20  Mark Mitchell  <mark@codesourcery.com>
12151
12152         * class.c (build_vtbl_initializer): Clear the entire
12153         vtbl_init_data.  Start keeping track of the functions for which we
12154         have created vcall offsets here.
12155         (dfs_build_vcall_offset_vtbl_entries): Remove.
12156         (build_vcall_offset_vtbl_entries): Reimplement.
12157         (add_vcall_offset_vtbl_entries_r): New function.
12158         (add_vcall_offset_vtbl_entries_1): Likewise.  Tweak logic for
12159         computing when vcall offsets are necessary.
12160
12161 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12162
12163         * decl.c (member_function_or_else): Use cp_error ... %T.
12164         (grokdeclarator): Likewise.
12165         (start_method): Likewise.
12166         * friend.c (make_friend_class): Use cp_pedwarn ... %T.
12167
12168 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12169
12170         * decl2.c (grokfield): Set CLASSTYPE_GOT_SEMICOLON on class
12171         TYPE_DECLs.
12172
12173 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12174
12175         * cp-tree.h (PTRMEM_OK_P): New macro.
12176         (itf_ptrmem_ok): New enumeration value.
12177         * class.c (resolve_address_of_overloaded_function): Add PTRMEM
12178         argument. Diagnose implicit pointer to member.
12179         (instantiate_type): Don't diagnose implicit pointer to member
12180         here. Pass itf_ptrmem_ok if ok. Adjust calls to
12181         resolve_address_of_overloaded_function.
12182         * init.c (build_offset_ref): Set PTRMEM_OK_P.
12183         (resolve_offset_ref): Don't diagnose implicit pointer to member here.
12184         * semantics.c (finish_parenthesized_expr): Clear OFFSET_REFs here.
12185         * typeck.c (build_x_unary_op): Calculate PTRMEM_OK_P.
12186         (build_unary_op): Deal with single non-static member in
12187         microsoft-land.
12188
12189 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12190
12191         * decl2.c (arg_assoc_type): Cope with TYPENAME_TYPE.
12192
12193 2000-08-18  Nathan Sidwell  <nathan@codesourcery.com>
12194
12195         * cp-tree.h (enum_name_string): Remove prototype.
12196         (report_case_error): Remove prototype.
12197         * cp/typeck2.c (enum_name_string): Remove.
12198         (report_case_error): Remove.
12199         * error.c (dump_expr): Deal with enum values directly.
12200         Correctly negate integer constant.
12201
12202 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
12203
12204         * inc/cxxabi.h (__cxa_vec_new2, __cxa_vec_new3): Declare.
12205         (__cxa_vec_delete2, __cxa_vec_delete3): Declare.
12206         * vec.cc (__cxa_vec_new2, __cxa_vec_new3): Implement.
12207         (__cxa_vec_delete2, __cxa_vec_delete3): Implement.
12208         (__cxa_vec_new): Use __cxa_vec_new2.
12209         (__cxa_vec_delete): Use __cxa_vec_delete2.
12210
12211 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
12212
12213         * vec.cc (__cxa_vec_new): Set "C" linkage.
12214         (__cxa_vec_ctor): Likewise.
12215         (__cxa_vec_cctor): Likewise.
12216         (__cxa_vec_dtor): Likewise.
12217         (__cxa_vec_delete): Likewise.
12218         * inc/cxxabi.h (__cxa_vec_new): Set "C" linkage.
12219         (__cxa_vec_ctor): Likewise.
12220         (__cxa_vec_cctor): Likewise.
12221         (__cxa_vec_dtor): Likewise.
12222         (__cxa_vec_delete): Likewise.
12223
12224 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
12225
12226         * class.c (instantiate_type): Reinstate local variable
12227         deleted in previous change.
12228
12229         * cvt.c (cp_convert_to_pointer): Pass itf_complain, not
12230         itf_no_attributes.
12231
12232 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
12233
12234         * cp-tree.h (instantiate_type_flags): New enumeration.
12235         (instantiate_type): Change parameter.
12236         * class.c (instantiate_type): Adjust prototype. Adjust.
12237         * call.c (standard_conversion): Adjust instantiate_type call.
12238         (reference_binding): Likewise.
12239         (build_op_delete_call): Likewise.
12240         (convert_like_real): Likewise.
12241         * cvt.c (cp_convert_to_pointer): Likewise.
12242         (convert_to_reference): Likewise.
12243         * pt.c (convert_nontype_argument): Likewise.
12244         * typeck.c (build_binary_op): Likewise.
12245         (build_ptrmemfunc): Likewise.
12246         (convert_for_assignment): Likewise.
12247
12248 2000-08-17  Nathan Sidwell  <nathan@codesourcery.com>
12249
12250         * cp-tree.h (CPTR_AGGR_TAG): New global tree node.
12251         (current_aggr): Define.
12252         * decl.c (grokdeclarator): Make sure a friend class is an
12253         elaborated type specifier.
12254         * parse.y (current_aggr): Remove static definition.
12255         (cp_parse_init): Adjust.
12256         (structsp): Clear and restore current_aggr.
12257         (component_decl_list): Clear current_aggr.
12258
12259         * error.c (dump_type, case TYPENAME_TYPE): Don't emit the
12260         aggregate tag on the typename's context.
12261
12262         * pt.c (tsubst_friend_class): Return error_mark_node, if
12263         parms becomes NULL.
12264         (instantiate_class_template): Ignore error_mark_node friend types.
12265
12266 2000-08-14  Nathan Sidwell  <nathan@codesourcery.com>
12267
12268         * cvt.c (warn_ref_binding): New static function, broken out of ...
12269         (convert_to_reference): ... here. Use it.
12270
12271 2000-08-11  Kriang Lerdsuwanakij <lerdsuwa@scf-fs.usc.edu>
12272
12273         * parse.y (template_arg): Add rule for template qualified with
12274         global scope.
12275
12276 2000-08-11  Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
12277
12278         * decl2.c (add_function): Reorganize.
12279         (arg_assoc): Do not consider function template decls.
12280
12281 2000-08-11  Jason Merrill  <jason@redhat.com>
12282
12283         * decl.c (lookup_name_real): Don't forget the TYPENAME_TYPE we're
12284         looking inside.
12285
12286 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12287
12288         * cp-tree.h (resolve_scope_to_name): Remove unused prototype.
12289         (lookup_nested_tag): Likewise.
12290
12291         * decl2.c (grokfield): Fix comment to reflect many types of _DECLs
12292         can be produced.
12293
12294 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12295
12296         * parse.y (named_complex_class_head_sans_basetype): Remove
12297         always true if.
12298
12299 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12300
12301         * decl2.c (build_expr_from_tree, case METHOD_CALL_EXPR): Build
12302         explicit TEMPLATE_ID_EXPR args.
12303         (build_expr_from_tree, case CALL_EXPR): Likewise.
12304
12305 2000-08-11  Nathan Sidwell  <nathan@codesourcery.com>
12306
12307         * decl.c (check_tag_decl): Diagnose typename's which don't
12308         declare anything.
12309
12310 2000-08-10  Nathan Sidwell  <nathan@codesourcery.com>
12311
12312         * init.c (build_aggr_init): Reject bogus array initializers
12313         early.
12314
12315 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
12316
12317         * rtti.c (build_dynamic_cast_1): Set "C" linkage for new abi
12318         runtime.
12319         * cp/tinfo.cc (__dynamic_cast): Likewise.
12320         * cp/inc/cxxabi.h (__dynamic_cast): Likewise.
12321
12322 2000-08-09  Nathan Sidwell  <nathan@codesourcery.com>
12323
12324         * cvt.c (convert_to_pointer_force): Fix error message when
12325         attempting to cast from ambiguous base.
12326
12327 2000-08-08  Jason Merrill  <jason@redhat.com>
12328
12329         * pt.c (tsubst_aggr_type): Bail if creating the argvec fails.
12330         (tsubst_template_arg_vector): Likewise.
12331
12332         * decl2.c (build_anon_union_vars): Choose the largest field; don't
12333         assume that one will be as large as the union.
12334
12335 2000-08-07  Kazu Hirata  <kazu@hxi.com>
12336
12337         * cp-tree.h (CLASSTYPE_HAS_PRIMARY_BASE_P): Fix a comment typo.
12338         * decl.c (pop_labels): Likewise.
12339
12340 2000-08-04  Jeffrey Oldham  <oldham@codesourcery.com>
12341
12342         * inc/cxxabi.h (__pbase_type_info): Changed member names to match
12343         specifications.
12344         (__pointer_to_member_type_info): Likewise.
12345         (__base_class_info): Likewise.
12346         (__class_type_info): Likewise.
12347         (__si_class_type_info): Likewise.
12348         (__vmi_class_type_info): Likewise.
12349         * tinfo.cc (__si_class_type_info::__do_find_public_src):
12350         Changed member names to match specifications.
12351         (__vmi_class_type_info::__do_find_public_src): Likewise.
12352         (__si_class_type_info::__do_dyncast): Likewise.
12353         (__vmi_class_type_info::__do_dyncast): Likewise.
12354         (__si_class_type_info::__do_upcast): Likewise.
12355         (__vmi_class_type_info::__do_upcast): Likewise.
12356         * tinfo2.cc (__pbase_type_info::__do_catch): Likewise.
12357         (__pbase_type_info::__pointer_catch): Likewise.
12358         (__pointer_type_info::__pointer_catch): Likewise.
12359         (__pointer_to_member_type_info::__pointer_catch): Likewise.
12360
12361 2000-08-04  Zack Weinberg  <zack@wolery.cumb.org>
12362
12363         * Make-lang.in (cc1plus): Depend on $(BACKEND), not stamp-objlist.
12364         * Makefile.in: Add C_OBJS, BACKEND; delete OBJS, OBJDEPS.
12365         (cc1plus): Link with $(BACKEND) and $(C_OBJS).
12366
12367 2000-08-04  Mark Mitchell  <mark@codesourcery.com>
12368
12369         * cp-tree.h (add_method): Change prototype.
12370         * class.c (add_method): Remove FIELDS parameter.  Add ERROR_P.
12371         Don't double the size of the method vector in the error case.
12372         (handle_using_decl): Adjust call to add_method.
12373         (add_implicitly_declared_members): Likewise.
12374         (clone_function_decl): Likewise.
12375         * decl2.c (check_classfn): Likewise.
12376         * semantics.c (finish_member_declaration): Likewise.
12377
12378 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
12379
12380         * decl.c (flag_isoc94): New variable.
12381
12382 2000-08-02  Jason Merrill  <jason@redhat.com>
12383
12384         * pt.c (do_type_instantiation): Add complain parm; don't complain
12385         if called recursively.
12386         * cp-tree.h, parse.y: Adjust.
12387
12388 2000-08-02  Zack Weinberg  <zack@wolery.cumb.org>
12389
12390         * decl2.c: Silently ignore -Wstrict-prototypes; warn about
12391         -Wno-strict-prototypes.
12392
12393         * g++spec.c: Adjust type of second argument to
12394         lang_specific_driver, and update code as necessary.
12395
12396         * cp-tree.h: Don't prototype min_precision here.
12397         (my_friendly_assert): Cast expression to void.
12398         * semantics.c (do_poplevel): Initialize scope_stmts.
12399
12400 2000-08-02  Mark Mitchell  <mark@codesourcery.com>
12401
12402         * cp-tree.h (DECL_NEEDED_P): Tweak.
12403
12404 2000-07-28  Jason Merrill  <jason@redhat.com>
12405
12406         * lang-specs.h: Use %i in rule for .ii files.
12407
12408 2000-07-31  Zack Weinberg  <zack@wolery.cumb.org>
12409
12410         * lang-specs.h: Rename cpp to cpp0 and/or tradcpp to tradcpp0.
12411
12412 2000-07-30  Mark Mitchell  <mark@codesourcery.com>
12413
12414         Allow indirect primary bases.
12415         * cp-tree.h (struct lang_type): Remove vfield_parent.  Add
12416         primary_base.
12417         (CLASSTYPE_VFIELD_PARENT): Remove.
12418         (CLASSTYPE_PRIMARY_BINFO): Reimplement.
12419         (BINFO_PRIMARY_BINFO): Remove.
12420         (CLASSTYPE_HAS_PRIMARY_BASE_P): Reimplement.
12421         (BINFO_VBASE_PRIMARY_P): Likewise.
12422         (BINFO_PRIMARY_BASE_OF): New macro.
12423         (BINFO_INDIRECT_PRIMARY_P): Likewise.
12424         (get_primary_binfo): New function.
12425         * decl.c (lang_mark_tree): Make lang_type::primary_base.
12426         * class.c (vcall_offset_data_s): Rename to ...
12427         (vtbl_init_data_s): ... this.  Rename primary_p to primary_vtbl_p,
12428         and add ctor_vtbl_p.
12429         (get_derived_offset): Use get_primary_binfo.
12430         (dfs_mark_primary_bases): Adjust handling of virtual primary
12431         bases.
12432         (mark_primary_bases): Likewise.
12433         (set_primary_base): Take a binfo, not an integer, as a
12434         representation of the primary base.
12435         (indirect_primary_base_p): Remove.
12436         (determine_primary_base): Adjust for indirect primary bases.
12437         (dfs_find_final_overrider): Fix typo in coment.
12438         (update_vtable_entry_for_fn): Use get_primary_binfo.
12439         (layout_nonempty_base_or_field): Tweak.
12440         (build_base_fields): Adjust for new primary base semantics.
12441         (dfs_propagate_binfo_offsets): Remove.
12442         (propagate_binfo_offsets): Rewrite.
12443         (dfs_set_offset_for_shared_vbases): Remove.
12444         (layout_virtual_bases): Don't use it.
12445         (layout_class_type): Set CLASSTYPE_SIZE correctly under the new
12446         ABI.
12447         (finish_struct_1): Set CLASSTYPE_PRIMARY_BINFO, not
12448         CLASSTYPE_VFIELD_PARENT.
12449         (dfs_get_primary_binfo): New function.
12450         (get_primary_binfo): Likewise.
12451         (dump_class_hierarchy_r): Tweak printing of primary bases.
12452         (build_vtbl_initializer): Fix typo in comments.  Use
12453         vtbl_init_data.
12454         (build_vcall_and_vbase_vtbl_entries): Likewise.
12455         (build_vbaes_offset_vtbl_entries): Likewise.
12456         (dfs_build_vcall_offset_vtbl_entries): Adjust setting of
12457         BV_VCALL_INDEX to handle indirect primary bases.
12458         (build_vcall_offset_vtbl_entries): Use vtbl_init_data.
12459         (build_rtti_vtbl_entries): Likewise.
12460         * search.c (get_shared_vbase_if_not_primary): Tweak.
12461         (find_vbase_instance): Likewise.
12462         (binfo_for_vtable): Simplify.
12463         * tree.c (unshare_base_binfos): Clear BINFO_PRIMARY_BASE_OF.
12464         (make_binfo): Make it have 11 entries.
12465
12466 2000-07-30  Alex Samuel  <samuel@codesourcery.com>
12467
12468         * mangle.c (DECL_TEMPLATE_ID_P): Remove.
12469         (CLASSTYEP_TEMPLATE_ID_P): Check template info, and context when
12470         ascertaining primaryness.
12471         (G): Remove template_args.
12472         (decl_is_template_id): New function.
12473         (write_encoding): Use decl_is_template_id.
12474         (write_name): Likewise.  Handle type_decls.  Get main variant of
12475         type decls.
12476         (write_nested_name): Likewise.
12477         (write_prefix): Likewise.
12478         (write_template_prefix): Likewise.
12479         (write_special_name_constructor): Remove defunct production from
12480         comment.
12481         (write_bare_function_type): Remove comment about absent parameter.
12482         (write_template_template_arg): Add missing grammar production to
12483         comment.
12484
12485 2000-07-27  Jason Merrill  <jason@redhat.com>
12486
12487         * decl.c (duplicate_decls): If common_type produces a non-typedef
12488         type for a typedef, just use the old type.
12489
12490 2000-07-27  Mark Mitchell  <mark@codesourcery.com>
12491
12492         * cp-tree.h (function_depth): Declare.
12493         (verify_stmt_tree): Likewise.
12494         (find_tree): Likewise.
12495         * decl.c (function_depth): Give it external linkage.
12496         * optimize.c (optimize_function): Increment and decrement it.
12497         * tree.c (verify_stmt_tree_r): New function.
12498         (verify_stmt_tree): Likewise.
12499         (find_tree_r): Likewise.
12500         (find_tree): Likewise.
12501
12502 2000-07-27  Jason Merrill  <jason@redhat.com>
12503
12504         * pt.c (for_each_template_parm_r, case RECORD_TYPE): Use
12505         TYPE_PTRMEMFUNC_P.
12506         * cp-tree.h (TYPE_TEMPLATE_INFO): Check for TYPE_LANG_SPECIFIC.
12507
12508 2000-07-26  Mark Mitchell  <mark@codesourcery.com>
12509
12510         * decl.c (start_cleanup_fn): Mark the function as `inline'.
12511         * decl2.c (get_guard): Call cp_finish_decl, not
12512         rest_of_decl_compilation, for local guards.
12513         * lex.c (do_identifier): Remove unused variable.
12514
12515 Wed Jul 26 15:05:51 CEST 2000   Marc Espie <espie@cvs.openbsd.org>
12516
12517         * parse.y:  Add missing ';'.
12518
12519 2000-07-26  Mark Mitchell  <mark@codesourcery.com>
12520
12521         * parse.y (empty_parms): Use `()', not `(...)', when in the scope
12522         of `extern "C++"'.
12523
12524 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12525
12526         Kill strict_prototype. Backwards compatibility only for
12527         non NO_IMPLICIT_EXTERN_C systems.
12528         * cp-tree.h (flag_strict_prototype): Remove.
12529         (strict_prototype): Remove.
12530         (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
12531         * decl.c (maybe_push_to_top_level): Adjust.
12532         (pop_from_top_level): Adjust.
12533         (decls_match): Only allow sloppy parm matching for ancient
12534         system headers.
12535         (init_decl_processing): Adjust.
12536         (grokdeclarator): Adjust.
12537         * decl2.c (flag_strict_prototype): Remove.
12538         (strict_prototype): Remove.
12539         (strict_prototypes_lang_c, strict_prototypes_lang_cplusplus): Remove.
12540         (lang_f_options): Remove "strict-prototype".
12541         (unsupported-options): Add "strict-prototype".
12542         * lex.c (do_identifier): Adjust.
12543         (do_scoped_id): Adjust.
12544         * parse.y (empty_parms): Adjust.
12545         * class.c (push_lang_context): Adjust.
12546         (pop_lang_context): Adjust.
12547         * typeck.c (comp_target_parms): Adjust.
12548
12549 2000-07-25  Nathan Sidwell  <nathan@codesourcery.com>
12550
12551         * decl.c (poplevel): Deal with anonymous variables at for scope.
12552         (maybe_inject_for_scope_var): Likewise.
12553
12554 2000-07-25  Zack Weinberg  <zack@wolery.cumb.org>
12555
12556         * decl.c: Remove all signal handling code, now done in toplev.c.
12557
12558 2000-07-23  Mark Mitchell  <mark@codesourcery.com>
12559
12560         * decl.c (make_rtl_for_nonlocal_decl): Rework.
12561
12562         * pt.c (lookup_template_class): Ensure that TYPE_CONTEXT is set
12563         correctly.
12564
12565 2000-07-20  Zack Weinberg  <zack@wolery.cumb.org>
12566
12567         * cp-tree.h: Use __FUNCTION__ not __PRETTY_FUNCTION__.
12568         Define my_friendly_assert and my_friendly_abort as macros
12569         which may call friendly_abort.  Prototype friendly abort, not
12570         my_friendly_abort or my_friendly_assert.
12571         * decl.c (signal_catch): Report the signal caught in the error
12572         message.  Call fatal directly.
12573         * typeck2.c (ack, my_friendly_assert): Delete.
12574         (my_friendly_abort): Rename to friendly_abort.  Expect file,
12575         line, and function parameters.  Report the abort code, then
12576         call fancy_abort.  Do not mask an abort if errors have
12577         already occurred.
12578
12579 2000-07-18  Nathan Sidwell  <nathan@codesourcery.com>
12580
12581         * typeck.c (comp_target_parms): Remove obsolete parameter.
12582         (comp_target_types): Adjust.
12583
12584 2000-07-17  Jason Merrill  <jason@redhat.com>
12585
12586         * typeck.c (mark_addressable): Never set TREE_USED.
12587         * call.c (build_call): Don't abort on calls to library functions
12588         that have been declared normally.
12589
12590         * typeck.c (build_binary_op): Fix grammar in warning.
12591
12592         * exception.cc (__eh_free): Fix prototype.
12593
12594         * decl2.c (finish_decl_parsing): Handle TEMPLATE_ID_EXPR.
12595
12596         * decl.c (pushdecl): Handle seeing an OVERLOAD in
12597         IDENTIFIER_NAMESPACE_VALUE.
12598
12599 2000-07-16  Mark Mitchell  <mark@codesourcery.com>
12600
12601         * cp-tree.h (THUNK_VCALL_OFFSET): Update documentation.
12602         * method.c (use_thunk): Correct handling of vcall offsets.
12603
12604 2000-07-14  Zack Weinberg  <zack@wolery.cumb.org>
12605
12606         * .cvsignore: parse.h and parse.c have no cp- prefix.
12607
12608 2000-07-13  Mark Mitchell  <mark@codesourcery.com>
12609
12610         * .cvsignore: New file.
12611
12612 2000-07-13  Zack Weinberg  <zack@wolery.cumb.org>
12613
12614         * lang-specs.h: Use the new named specs.  Remove unnecessary braces.
12615
12616 2000-07-12  Mark Mitchell  <mark@codesourcery.com>
12617
12618         * Makefile.in ($(PARSE_H)): Depend directly on parse.y.
12619         * parse.c: Remove.
12620         * parse.h: Likewise.
12621
12622 2000-07-11  Mark Mitchell  <mark@codesourcery.com>
12623
12624         * class.c (layout_class_type): Add pointers to virtual bases after
12625         base classes under the old ABI.
12626
12627 2000-07-10  Benjamin Chelf  <chelf@codesourcery.com>
12628
12629         * semantics.c (finish_for_stmt): Remove call to emit_line_note.
12630         (finish_continue_stmt): Likewise.
12631         (begin_for_stmt): Remove call to note_level_for_for.
12632         (finish_goto_stmt): Change call from build_min_nt
12633         to build_stmt.
12634         (finish_expr_stmt): Likewise.
12635         (begin_if_stmt): Likewise.
12636         (begin_while_stmt): Likewise.
12637         (finish_while_stmt): Likewise.
12638         (finish_return_stmt): Likewise.
12639         (begin_for_stmt): Likewise.
12640         (finish_for_stmt): Likewise.
12641         (finish_break_stmt): Likewise.
12642         (begin_switch_stmt): Likewise.
12643         (finish_case_label): Likewise.
12644         (genrtl_try_block): Likewise.
12645         (begin_try_block): Likewise.
12646         (begin_handler): Likewise.
12647         (begin_compound_stmt): Likewise.
12648         (finish_asm_stmt): Likewise.
12649         (finish_label_stmt): Likewise.
12650         (add_decl_stmt): Likewise.
12651         (finish_subobject): Likewise.
12652         (finish_decl_cleanup): Likewise.
12653         (finish_named_return_value): Likewise.
12654         (setup_vtbl_ptr): Likewise.
12655         (add_scope_stmt): Likewise.
12656         * decl.c (finish_constructor_body): Likewise.
12657         (finish_destructor_body): Likewise.
12658         * optimize.c (copy_body_r): Likewise.
12659         (initialize_inlined_parameters): Likewise.
12660         (declare_return_variable): Likewise.
12661         (expand_call_inline): Likewise.
12662
12663 2000-07-10  Jakub Jelinek  <jakub@redhat.com>
12664
12665         * semantics.c (expand_body): Sync interface information
12666         at the end of function body expansion.
12667
12668 2000-07-09  Jason Merrill  <jason@redhat.com>
12669
12670         * init.c (build_new_1): Bail early if the call to new fails.
12671
12672         * decl.c (compute_array_index_type): Check specifically for
12673         an INTEGER_CST, not just TREE_CONSTANT.
12674
12675         * decl.c (duplicate_decls): Don't call duplicate_decls on
12676         the DECL_TEMPLATE_RESULT.
12677         (decls_match): Return 0 if the DECL_TEMPLATE_RESULTs have different
12678         codes.
12679
12680         * error.c (dump_template_bindings): Don't crash if we had an
12681         invalid argument list.
12682
12683         * typeck.c (c_expand_start_case): Do narrowing here.
12684         * semantics.c (finish_switch_cond): Not here.
12685
12686 2000-07-09  Hidvegi Zoli  <hzoli@austin.ibm.com>
12687
12688         * parse.y (asm_clobbers): Do string concatenation.
12689
12690 2000-07-09  Mark Mitchell  <mark@codesourcery.com>
12691
12692         * decl.c (pushtag): Don't put local classes in template functions
12693         on the local_classes list.
12694
12695 2000-07-04  Scott Snyder  <snyder@fnal.gov>
12696
12697         * decl2.c (get_guard): Add missing return for old ABI local
12698         variable case.
12699
12700 2000-07-09  Mark Mitchell  <mark@codesourcery.com>
12701
12702         * cp-tree.h (char_type_p): New function.
12703         * decl.c (init_decl_processing): Don't initialize
12704         signed_wchar_type_node or unsigned_wchar_type_node.
12705         (complete_array_type): Handle brace-enclosed string-constants.
12706         * rtti.c (emit_support_tinfos): Remove #if 0'd code.
12707         * tree.c (char_type_p): New function.
12708         * typeck2.c (digest_init): Use char_type_p.
12709
12710 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
12711
12712         * pt.c (tsubst): Don't layout type, if it's error_mark.
12713
12714 2000-07-06  Nathan Sidwell  <nathan@codesourcery.com>
12715
12716         * pt.c (instantiate_pending_templates): Reset template level.
12717
12718 2000-07-05  Jason Merrill  <jason@redhat.com>
12719
12720         * call.c (joust): Don't complain about `operator char *()' beating
12721         `operator const char *() const'.
12722
12723 2000-07-04  scott snyder  <snyder@fnal.gov>
12724             Jason Merrill  <jason@redhat.com>
12725
12726         * repo.c (repo_get_id): Handle the case where a class with virtual
12727         bases has a null TYPE_BINFO_VTABLE.
12728
12729 2000-07-04  Kevin Buhr  <buhr@stat.wisc.edu>
12730             Jason Merrill  <jason@redhat.com>
12731
12732         * parse.y (member_init): Just pass in the type.
12733         * init.c (expand_member_init): Handle getting a type.
12734
12735 2000-07-04  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
12736             Jason Merrill  <jason@redhat.com>
12737
12738         * decl.c (finish_function): Warn if a function has no return
12739         statement.
12740         Suggested by Andrew Koenig.
12741         * typeck.c (check_return_expr): Do set current_function_returns_value
12742         if we got an error_mark_node.
12743
12744 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
12745
12746         * decl2.c (push_decl_namespace): Push the original namespace.
12747
12748 2000-07-03  Nathan Sidwell  <nathan@codesourcery.com>
12749
12750         * pt.c (instantiate_class_template): Set CLASSTYPE_VBASECLASSES.
12751         * semantics.c (begin_class_definition): Clear it.
12752
12753 2000-07-02  Benjamin Chelf  <chelf@codesourcery.com>
12754
12755         * cp-tree.h (genrtl_goto_stmt): Remove declaration.
12756         (genrtl_expr_stmt): Likewise.
12757         (genrtl_decl_stmt): Likewise.
12758         (genrtl_if_stmt): Likewise.
12759         (genrtl_while_stmt): Likewise.
12760         (genrtl_do_stmt): Likewise.
12761         (genrtl_return_stmt): Likewise.
12762         (genrtl_for_stmt): Likewise.
12763         (genrtl_break_stmt): Likewise.
12764         (genrtl_continue_stmt): Likewise.
12765         (genrtl_scope_stmt): Likewise.
12766         (genrtl_switch_stmt): Likewise.
12767         (genrtl_case_label): Likewise.
12768         (genrtl_begin_compound_stmt): Likewise.
12769         (genrtl_finish_compound_stmt): Likewise.
12770         (genrtl_compound_stmt): Likewise.
12771         (genrtl_asm_stmt): Likewise.
12772
12773         * init.c (begin_init_stmts): Remove call to
12774         genrtl_begin_compound_stmt.
12775         (finish_init_stmts): Remove call to genrtl_finish_compound_stmt.
12776
12777         * semantics.c (lang_expand_stmt): Changed call to
12778         genrtl_compound_stmt to ignore return value.
12779
12780 2000-07-02  Mark Mitchell  <mark@codesourcery.com>
12781
12782         * mangle.c (canonicalize_for_substitution): Return the canonical
12783         variant of a type.
12784
12785         * decl.c (duplicate_decls): Preserve DECL_ORIGINAL_TYPE for a
12786         TYPE_DECL.
12787         * typeck.c (commonparms): Remove obstack manipulations.
12788
12789 2000-07-01  Benjamin Chelf  <chelf@codesourcery.com>
12790
12791         * Make-lang.in (cc1plus$(exeext)): Added c-semantics.o.
12792
12793         * Makefile.in (OBJS): Added ../c-semantics.o.
12794         (OBJDEPS): Likewise.
12795
12796         * cp-tree.h (TREE_LANG_FLAG_?): Moved common documentation to
12797         ../c-common.h.
12798         (struct stmt_tree): Added comment.
12799         (current_function_name_declared): Removed.
12800         (stmts_are_full_exprs_p): Likewise.
12801         (genrtl_do_pushlevel): Likewise.
12802         (genrtl_clear_out_block): Likewise.
12803         (COMPOUND_STMT_NO_SCOPE): Moved to ../c-common.h.
12804         (DECL_ANON_UNION_ELEMS): Likewise.
12805         (emit_local_var): Likewise.
12806         (make_rtl_for_local_static): Likewise.
12807         (do_case): Likewise.
12808         (expand_stmt): Likewise.
12809         (genrtl_decl_cleanup): Likewise.
12810         (c_expand_asm_operands): Likewise.
12811         (c_expand_return): Likewise.
12812         (c_expand_start_case): Likewise.
12813
12814         * decl.c (make_rtl_for_local_static): Moved to c-semantics.c.
12815         (emit_local_var): Likewise.
12816         (initialize_local_var): Change reference to
12817         stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
12818         Change reference to stmts_are_full_exprs_p to
12819         current_stmt_tree->stmts_are_full_exprs_p.
12820         (push_cp_function_context): Likewise.
12821
12822         * expect.c (expand_throw): Change reference to
12823         stmts_are_full_exprs_p.
12824
12825         * init.c (build_aggr_init): Change reference to
12826         stmts_are_full_exprs_p.
12827         (build_vec_init): Likewise.
12828
12829         * optimize.c (maybe_clone_body): Change reference to
12830         current_function_name_declared to
12831         cp_function_chain->name_declared.
12832
12833         * pt.c (instantiate_decl): Change reference to
12834         current_function_name_declared to
12835         cp_function_chain->name_declared.
12836
12837         * semantics.c (expand_cond): Moved declaration to c-common.h.
12838         (genrtl_do_pushlevel): Moved to c-semantics.c.
12839         (genrtl_clear_out_block): Likewise.
12840         (genrtl_goto_stmt): Likewise.
12841         (genrtl_expr_stmt): Likewise.
12842         (genrtl_decl_stmt): Likewise.
12843         (gerntl_if_stmt): Likewise.
12844         (genrtl_while_stmt): Likewise.
12845         (genrtl_do_stmt): Likewise.
12846         (genrtl_return_stmt): Likewise.
12847         (genrtl_for_stmt): Likewise.
12848         (genrtl_break_stmt): Likewise.
12849         (genrtl_continue_stmt): Likewise.
12850         (genrtl_scope_stmt): Likewise.
12851         (genrtl_switch_stmt): Likewise.
12852         (genrtl_case_label): Likewise.
12853         (genrtl_begin_compound_stmt): Likewise.
12854         (genrtl_finish_compound_stmt): Likewise.
12855         (genrtl_compound_stmt): Likewise.
12856         (genrtl_asm_stmt): Likewise.
12857         (genrtl_decl_cleanup): Likewise.
12858         (expand_cond): Likewise.
12859         (expand_stmt): Renamed to ...
12860         (lang_expand_stmt): ... this.
12861         (lang_expand_expr_stmt): Initialize.
12862         (set_current_function_name_declared): Likewise.
12863         (stmts_are_full_exprs_p): Likewise.
12864         (current_function_name_declared): Likewise.
12865         (anon_aggr_type_p): Likewise.
12866         (do_poplevel): Change reference to
12867         stmts_are_full_exprs_p to call to stmts_are_full_exprs_p().
12868         Change reference to stmts_are_full_exprs_p to
12869         current_stmt_tree->stmts_are_full_exprs_p.
12870         (add_tree): Likewise.
12871         (finish_expr_stmt): Likewise.
12872         (prep_stmt): Likewise.
12873         (lang_expand_stmt): Likewise.
12874         (begin_compound_stmt): Change reference to
12875         current_function_name_declared to
12876         cp_function_chain->name_declared and call to
12877         current_function_name_declared().
12878         (setup_vtbl_ptr): Likewise.
12879         (genrtl_do_poplevel): Removed.
12880
12881 2000-06-30  Jason Merrill  <jason@redhat.com>
12882
12883         * init.c (init_init_processing): Go back to aligning like
12884         double_type_node for old ABI.
12885         (get_cookie_size): Make cookie larger if we get a type that needs
12886         more alignment.
12887         (build_vec_delete): Call it.
12888
12889         * typeck.c (qualify_type_recursive): New fn.
12890         (composite_pointer_type): Use it.
12891         (build_binary_op): Use composite_pointer_type.
12892
12893 2000-06-24  Carlos O'Ryan  <coryan@cs.wustl.edu>
12894             Jason Merrill  <jason@redhat.com>
12895
12896         * typeck.c (check_return_expr): Don't complain about returning
12897         NULL from operator new if -fcheck-new.
12898         * cp-tree.h: Declare flag_check_new here.
12899         * init.c: Not here.
12900
12901 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
12902
12903         * mangle.c (find_substitution): Use same_type_p.
12904         (write_encoding): Don't check for substitutions.
12905
12906 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
12907
12908         * parse.y (expr_no_comma_rangle): New non-terminal.
12909         (template_parm): Use it for default parameter case.
12910         (template_arg): Use it.
12911         (expr_no_commas): Remove commented out undefined extensions.
12912         * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
12913         * parse.h, parse.c: Rebuilt.
12914
12915 2000-06-30  Mark Mitchell  <mark@codesourcery.com>
12916
12917         * semantics.c (genrtl_asm_stmt): Don't decay input operands here.
12918         (finish_asm_stmt): Do it here, instead.
12919
12920         * cp-tree.h (ridpointers): Don't declare.
12921         * decl.c (record_builtin_type): Use CP_RID_MAX instead of RID_MAX.
12922         (record_builtin_java_type): Likewise.
12923         (init_decl_processing): Likewise.
12924         * lex.c: Move inclusion of lex.h.
12925         (ridpointers): Don't define.
12926         (init_parse): Initialize ripdointers.  Use CP_RID_MAX instead of
12927         RID_MAX.
12928         * lex.h (enum rid): Rename to ...
12929         (enum cp_rid): ... this.
12930         (ridpointers): Don't declare.
12931         * parse.y: Move inclusion of lex.h.
12932         * parse.c: Regenerated.
12933         * spew.c: Move inclusion of lex.h.
12934
12935         * cp-tree.h (struct language_function): Remove temp_name_counter.
12936         (temp_name_counter): Remove.
12937         (get_temp_name): Change prototype.
12938         (get_guard): New function.
12939         (get_guard_cond): Likewise.
12940         (set_guard): Likewise.
12941         * cvt.c (build_up_reference): Adjust call to get_temp_name.
12942         * decl.c (expand_static_init): Use get_guard and friends to
12943         implement guard variables.
12944         * decl2.c (get_temp_name): Assume that the variables created are
12945         always static.
12946         (get_sentry): Rename to ...
12947         (get_guard): ... this.  Implement new ABI guard variables.
12948         (get_guard_bits): New function.
12949         (get_guard_cond): Likewise.
12950         (set_guard): Likewise.
12951         (start_static_initialization_or_destruction): Use them.
12952         (do_static_initialization): Replace sentry with guard throughout.
12953         (do_static_destruction): Likewise.
12954         * init.c (create_temporary_var): Add comment.
12955
12956 2000-06-28  Alex Samuel  <samuel@codesourcery.com>
12957
12958         * mangle.c (find_substitution): Use same_type_p.
12959         (write_encoding): Don't check for substitutions.
12960
12961 2000-06-30  Nathan Sidwell  <nathan@codesourcery.com>
12962
12963         * parse.y (expr_no_comma_rangle): New non-terminal.
12964         (template_parm): Use it for default parameter case.
12965         (template_arg): Use it.
12966         (expr_no_commas): Remove commented out undefined extensions.
12967         * Makefile.in (CONFLICTS): Adjust to 33 s/r & 48 r/r.
12968         * parse.h, parse.c: Rebuilt.
12969
12970 2000-06-29  Mark Mitchell  <mark@codesourcery.com>
12971
12972         * cp-tree.h (flag_const_strings): Remove.
12973         (warn_parentheses): Likewise.
12974         (warn_format): Likewise.
12975         (common_type): Likewise.
12976         (default_conversion): Likewise.
12977         (build_binary_op): Likewise.
12978         (cp_build_binary_op): New macro.
12979         * call.c (build_new_op): Use cp_build_binary_op instead of
12980         build_binary_op.
12981         * class.c (build_vtable_entry_ref): Likewise.
12982         * decl.c (expand_static_init): Likewise.
12983         (compute_array_index_type): Likewise.
12984         (build_enumerator): Likewise.
12985         * decl2.c (delete_sanity): Likewise.
12986         (start_static_initialization_or_destruction): Likewise.
12987         * error.c (dump_type_suffix): Likewise.
12988         * init.c (resolve_offset_ref): Likewise.
12989         (build_new): Likewise.
12990         (build_new_1): Likewise.
12991         (build_vec_delete_1): Likewise.
12992         (build_vec_init): Likewise.
12993         (build_delete): Likewise.
12994         * rtti.c (synthesize_tinfo_fn): Likewise.
12995         (synthesize_tinfo_var): Likewise.
12996         * search.c (expand_upcast_fixups): Likewise.
12997         (fixup_all_virtual_upcast_offsets): Likewise.
12998         * typeck.c (build_array_ref): Likewise.
12999         (get_member_function_from_ptrfunc): Likewise.
13000         (build_binary_op): Add parameter.
13001         (pointer_int_sum): Use cp_build_binary_op.
13002         (pointer_diff): Likewise.
13003         (build_modify_expr): Likewise.
13004         (get_delta_difference): Likewise.
13005         (build_ptrmemfunc): Likewise.
13006
13007 2000-06-29  Nathan Sidwell  <nathan@codesourcery.com>
13008
13009         * cp-tree.h (SET_DECL_ARTIFICIAL): Remove.
13010         * decl.c (create_implicit_typedef): Adjust.
13011         * decl2.c (build_artificial_parm): Adjust.
13012         * method.c (implicitly_declare_fn): Adjust.
13013         * pt.c (push_inline_template_parms_recursive): Adjust.
13014         (process_template_parm): Adjust.
13015         (overloaded_template_name): Adjust.
13016         * semantics.c (finish_template_template_parm): Adjust.
13017
13018 2000-06-28  Mark Mitchell  <mark@codesourcery.com>
13019
13020         * cp-tree.h (CLEAR_BINFO_NEW_VTABLE_MARKED): Remove.
13021         * class.c (update_vtable_entry_for_fn): Correct logic for deciding
13022         where to emit thunks.
13023         (build_vtt): Adjust call to build_vtt_inits.
13024         (build_vtt_inits): Add parameter to indicate whether or not
13025         sub-VTTs for virtual bases should be included.  Adjust handling of
13026         construction vtables.
13027         (get_matching_base): New function.
13028         (dfs_build_vtt_inits): Rename to ...
13029         (dfs_build_secondary_vptr_vtt_inits): Adjust handling of
13030         construction vtables.
13031         (dfs_fixup_binfo_vtbls): Likewise.
13032         (build_ctor_vtbl_groups): Build construction vtables for virtual
13033         bases, too.
13034         (accumulate_vtbl_inits): Tweak logic for deciding whether or not
13035         to build construction vtbls.
13036         (dfs_accumulate_vtbl_inits): Adjust handling of
13037         construction vtables.
13038
13039         * pt.c (tsubst, case TEMPLATE_TEMPLATE_PARM): Handle cv-qualified
13040         types correctly.
13041
13042 2000-06-27  Mark Mitchell  <mark@codesourcery.com>
13043
13044         * decl.c (grokfndecl): Set DECL_CONTEXT for static functions too.
13045
13046 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13047
13048         * search.c (hides): Remove.
13049         (is_subobject_of_p): Add most_derived parameter. Use
13050         CANONICAL_BINFO.
13051         (lookup_field_queue_p): Adjust.
13052         (lookup_field_r): Adjust.
13053
13054 2000-06-26  Nathan Sidwell  <nathan@codesourcery.com>
13055
13056         * decl2.c (handle_class_head): Bash typedefs to the type's main
13057         decl.
13058
13059 2000-06-25  Mark Mitchell  <mark@codesourcery.com>
13060
13061         * cp-tree.h (genrtl_begin_stmt_expr): Rename to ...
13062         (begin_global_stmt_expr): ... this.
13063         (genrtl_finish_stmt_expr): Rename to ...
13064         (finish_global_stmt_expr): ... this.
13065         * init.c (begin_init_stmts): Adjust calls.
13066         (finish_init_stmts): Likewise.
13067         * semantics.c (genrtl_begin_stmt_expr): Rename to ...
13068         (begin_global_stmt_expr): ... this.
13069         (genrtl_finish_stmt_expr): Rename to ...
13070         (finish_global_stmt_expr): ... this.
13071
13072 2000-06-25 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
13073
13074         * search.c (lookup_member): Fix typo in comment.
13075
13076 2000-06-24  Jason Merrill  <jason@redhat.com>
13077
13078         * decl.c (pushdecl): Don't set DECL_CONTEXT from current_namespace.
13079         (push_namespace): Set DECL_CONTEXT for a new NAMESPACE_DECL.
13080
13081 2000-06-24  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
13082
13083         * parse.y (complex_direct_notype_declarator): Support global_scope.
13084         * Makefile.in: Adjust conflict count.
13085
13086 2000-06-23  Kriang Lerdsuwanakij <lerdsuwa@scf.usc.edu>
13087
13088         * parse.y (template_arg): Convert TEMPLATE_DECL
13089         that is a template template parameter to
13090         TEMPLATE_TEMPLATE_PARM here.
13091
13092         * cp-tree.def (TEMPLATE_TEMPLATE_PARM): Adjust comment.
13093         * cp-tree.h (TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL): New macro.
13094         (copy_template_template_parm): Adjust prototype.
13095         * decl.c (grokdeclarator): Remove dead code.
13096         * pt.c (process_template_parm): Tidy.
13097         (lookup_template_class): Construct nodes in
13098         copy_template_template_parm.
13099         (tsubst): Pass TEMPLATE_DECL rather than IDENTIFIER_NODE to
13100         lookup_template_class.  Use TYPE_TI_TEMPLATE.
13101         * tree.c (copy_template_template_parm): Add NEWARGS
13102         parameter.
13103         (mapcar): Adjust call to copy_template_template_parm.
13104         * typeck.c (comptypes): Use TEMPLATE_TEMPLATE_PARM_TEMPLATE_DECL.
13105         * method.c (build_template_template_parm_names): Change error
13106         code to avoid compilation warning.
13107
13108         * gxxint.texi: Document template template parameter
13109         name mangling.
13110
13111 2000-06-21  Alex Samuel  <samuel@codesourcery.com>
13112
13113         * Make-lang.in (CXX_LIB2FUNCS): Add cp-demangle.o and dyn-string.o.
13114         (CXX_LIB2SRCS): Add cp-demangle.c and dyn-string.c.
13115         (cp-demangle.o): New rule.
13116         (dyn-string.o): Likewise.
13117         * inc/cxxabi.h (__cxa_demangle): New declaration.
13118
13119 2000-06-22  Mark Mitchell  <mark@codesourcery.com>
13120
13121         * cp-tree.h (BV_USE_VCALL_INDEX_P): New macro.
13122         (BV_GENERATE_THUNK_WITH_VTABLE_P): Likewise.
13123         (lang_decl_flags): Add generate_with_vtable_p.  Make vcall_offset
13124         a tree, not an int.
13125         (THUNK_GENERATE_WITH_VTABLE_P): New macro.
13126         (make_thunk): Change prototype.
13127         (emit_thunk): Rename to use_thunk.
13128         (mangle_thunk): Change prototype.
13129         * class.c (get_derived_offset): Simplify.
13130         (copy_virtuals): Clear BV_USE_VCALL_INDEX_P and
13131         BV_GENERATE_THUNK_WITH_VTABLE_P.
13132         (build_primary_vtable): Simplify.
13133         (add_virtual_function): Use BV_FN, rather than TREE_VALUE.
13134         (dfs_find_base): Remove.
13135         (update_vtable_entry_for_fn): Correct bug in finding the base
13136         where a virtual function was first declared.  Figure out whether
13137         or not to emit a vcall-thunk with the vtables in which it appears.
13138         Correct logic for deciding whether to use an ordinary thunk, or a
13139         vcall thunk.
13140         (finish_struct_1): Remove unnecssary code.
13141         (build_vtbl_initializer): Use ssize_int for the running counter of
13142         negative indices.
13143         (build_vtbl_initializer): Only use vcall thunks where necessary.
13144         Mark thunks as needing to be emitted with their vtables, or not.
13145         (build_vbase_offset_vtbl_entries): Adjust for use of ssize_int in
13146         indices.  Use size_binop.
13147         (dfs_build_vcall_offset_vtbl_entries): Don't rely on
13148         BINFO_PRIMARY_MARKED_P here.  Use BV_FN consistently.  Use
13149         size_binop.
13150         (build_rtti_vtbl_entries): Adjust call to build_vtable_entry.
13151         (build_vtable_entry): Mark thunks as needing to be emitted with
13152         their vtables, or not.
13153         * decl.c (lang_mark_tree): Mark the vcall_offset in a thunk.
13154         * decl2.c (mark_vtable_entries): Use use_thunk instead of
13155         emit_thunk.
13156         * dump.c (dequeue_and_dump): Remove dead code.  Dump new thunk
13157         information.
13158         * error.c (dump_expr): Use BV_FN.
13159         * mangle.c (mangle_thunk): Adjust now that vcall_offset is a tree,
13160         not an int.
13161         * method.c (make_thunk): Likewise.
13162         (emit_thunk): Rename to use_thunk.  Allow callers to decide
13163         whether or not to actually emit the thunk.  Adjust for changes in
13164         representation of vcall offsets.
13165         * search.c (dfs_get_pure_virtuals): Use BV_FN.
13166         * semantics.c (emit_associated_thunks): New function.
13167         (expand_body): Use it.
13168         * ir.texi: Adjust decriptions of thunks.
13169
13170 2000-06-22  Jason Merrill  <jason@redhat.com>
13171
13172         * pt.c (tsubst_decl, case FUNCTION_DECL): Clear DECL_SAVED_TREE.
13173         (tsubst_friend_function): Copy it here.
13174
13175         * decl.c (grok_op_properties): Fix typo.
13176
13177         * decl2.c (delete_sanity): Clarify warning, avoid failure on
13178         deleting void*.
13179
13180         * pt.c (check_explicit_specialization): Clarify error.
13181
13182         * decl.c (pushdecl): Also pull out one of the FUNCTION_DECLs from
13183         an old OVERLOAD when we're declaring a non-function.
13184         (pushdecl, destroy_local_var): Check for error_mark_node.
13185         (warn_extern_redeclared_static): Also bail early if
13186         we're a CONST_DECL.
13187         (push_overloaded_decl): Ignore an old error_mark_node.
13188
13189 2000-06-22  Nathan Sidwell  <nathan@codesourcery.com>
13190
13191         * call.c (build_x_va_arg): Check if in a template decl.
13192         * pt.c (tsubst_copy, case VA_ARG_EXPR): Use build_x_va_arg.
13193
13194 2000-06-20  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13195
13196         * class.c (push_lang_context): TYPE_NAME gets you to the Java
13197         types DECLs.
13198         * decl.c (check_goto): Computed gotos assumed OK.
13199
13200 2000-06-20  Jason Merrill  <jason@redhat.com>
13201
13202         * pt.c (tsubst_decl, case TYPE_DECL): Fix test for TYPE_DECLs
13203         for which we don't need to look for instantiations.
13204
13205 2000-06-21  Nathan Sidwell  <nathan@codesourcery.com>
13206
13207         * parse.y (program): Always call finish_translation_unit.
13208         * parse.c, parse.h: Rebuilt.
13209
13210 2000-06-20  Zack Weinberg  <zack@wolery.cumb.org>
13211
13212         * method.c: Don't include hard-reg-set.h.
13213
13214 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
13215
13216         * rtti.c (get_base_offset): Cope when vbase field is in a base.
13217
13218 2000-06-20  Nathan Sidwell  <nathan@codesourcery.com>
13219
13220         * call.c (build_conditional_expr): Use VOID_TYPE_P.
13221         * cvt.c (cp_convert_to_pointer): Likewise.
13222         (convert_to_void): Likewise.
13223         * error.c (dump_expr): Likewise.
13224         * except.c (complete_ptr_ref_or_void_ptr_p): Likewise.
13225         * init.c (build_delete): Likewise.
13226         * method.c (emit_thunk): Likewise.
13227         * optmize.c (declare_return_variable): Likewise.
13228         * rtti.c (get_tinfo_decl_dynamic): Likewise.
13229         (get_typeid): Likewise.
13230         (build_dynamic_cast_1): Likewise.
13231         * typeck.c (composite_pointer_type): Likewise.
13232         (common_type): Likewise.
13233         (build_indirect_ref): Likewise.
13234         (build_binary_op): Likewise.
13235         (build_x_compound_expr): Likewise.
13236         (check_return_expr): Likewise.
13237         * typeck2.c (add_exception_specifier): Likewise.
13238
13239         * mangle.c (write_method_parms): Use direct comparison for end
13240         of parmlist.
13241
13242 2000-06-19  Benjamin Chelf  <chelf@codesourcery.com>
13243
13244         * cp-tree.h (genrtl_try_block): Declare function.
13245         (genrtl_handler): Likewise.
13246         (genrtl_catch_block): Likewise.
13247         (genrtl_ctor_stmt): Likewise.
13248         (genrtl_subobject): Likewise.
13249         (genrtl_decl_cleanup): Likewise.
13250         (genrtl_do_poplevel): Likewise.
13251         (genrtl_do_pushlevel): Likewise.
13252         (genrtl_clear_out_block): Likewise.
13253         (genrtl_goto_stmt): Likewise.
13254         (genrtl_expr_stmt): Likewise.
13255         (genrtl_decl_stmt): Likewise.
13256         (genrtl_if_stmt): Likewise.
13257         (genrtl_while_stmt): Likewise.
13258         (genrtl_do_stmt): Likewise.
13259         (genrtl_return_stmt): Likewise.
13260         (genrtl_for_stmt): Likewise.
13261         (genrtl_break_stmt): Likewise.
13262         (genrtl_continue_stmt): Likewise.
13263         (genrtl_scope_stmt): Likewise.
13264         (genrtl_switch_stmt): Likewise.
13265         (genrtl_case_label): Likewise.
13266         (genrtl_begin_compound_stmt): Likewise.
13267         (genrtl_finish_compound_stmt): Likewise.
13268         (genrtl_compound_stmt): Likewise.
13269         (genrtl_asm_stmt): Likewise.
13270         (genrtl_named_return_value): Likewise.
13271         (genrtl_begin_stmt_expr): Likewise.
13272         (genrtl_finish_stmt_expr): Likewise.
13273         (finish_for_stmt): Removed first argument.
13274         (finish_switch_stmt): Likewise.
13275
13276         * semantics.c (genrtl_try_block): Define function.
13277         (genrtl_handler): Likewise.
13278         (genrtl_catch_block): Likewise.
13279         (genrtl_ctor_stmt): Likewise.
13280         (genrtl_subobject): Likewise.
13281         (genrtl_decl_cleanup): Likewise.
13282         (genrtl_do_poplevel): Likewise.
13283         (genrtl_do_pushlevel): Likewise.
13284         (genrtl_clear_out_block): Likewise.
13285         (genrtl_goto_stmt): Likewise.
13286         (genrtl_expr_stmt): Likewise.
13287         (genrtl_decl_stmt): Likewise.
13288         (genrtl_if_stmt): Likewise.
13289         (genrtl_while_stmt): Likewise.
13290         (genrtl_do_stmt): Likewise.
13291         (genrtl_return_stmt): Likewise.
13292         (genrtl_for_stmt): Likewise.
13293         (genrtl_break_stmt): Likewise.
13294         (genrtl_continue_stmt): Likewise.
13295         (genrtl_scope_stmt): Likewise.
13296         (genrtl_switch_stmt): Likewise.
13297         (genrtl_case_label): Likewise.
13298         (genrtl_begin_compound_stmt): Likewise.
13299         (genrtl_finish_compound_stmt): Likewise.
13300         (genrtl_compound_stmt): Likewise.
13301         (genrtl_asm_stmt): Likewise.
13302         (genrtl_named_return_value): Likewise.
13303         (genrtl_begin_stmt_expr): Likewise.
13304         (genrtl_finish_stmt_expr): Likewise.
13305         (finish_for_stmt): Removed first argument and generate rtl
13306         specific code.
13307         (finish_switch_stmt): Likewise.
13308         (do_poplevel): Removed generate rtl specific code.
13309         (do_pushlevel): Likewise.
13310         (add_tree): Likewise.
13311         (finish_goto_stmt): Likewise.
13312         (finish_expr_stmt): Likewise.
13313         (begin_if_stmt): Likewise.
13314         (finish_if_stmt_cond): Likewise.
13315         (finish_then_clause): Likewise.
13316         (begin_else_clause): Likewise.
13317         (finish_else_clause): Likewise.
13318         (finish_if_stmt): Likewise.
13319         (clear_out_block): Likewise.
13320         (begin_while_stmt): Likewise.
13321         (finish_while_stmt_cond): Likewise.
13322         (finish_while_stmt): Likewise.
13323         (begin_do_stmt): Likewise.
13324         (finish_do_body): Likewise.
13325         (finish_do_stmt): Likewise.
13326         (finish_return_stmt): Likewise.
13327         (begin_for_stmt): Likewise.
13328         (finish_for_init_stmt): Likewise.
13329         (finish_for_cond): Likewise.
13330         (finish_for_expr): Likewise.
13331         (finish_break_stmt): Likewise.
13332         (finish_continue_stmt): Likewise.
13333         (begin_switch_stmt): Likewise.
13334         (finish_switch_cond): Likewise.
13335         (finish_case_label): Likewise.
13336         (begin_try_block): Likewise.
13337         (begin_function_try_block): Likewise.
13338         (finish_try_block): Likewise.
13339         (finish_cleanup_try_block): Likewise.
13340         (finish_cleanup): Likewise.
13341         (finish_function_try_block): Likewise.
13342         (finish_handler_sequence): Likewise.
13343         (finish_function_handler_sequence): Likewise.
13344         (begin_handler): Likewise.
13345         (finish_handler_parms): Likewise.
13346         (begin_catch_block): Likewise.
13347         (finish_handler): Likewise.
13348         (begin_compound_stmt): Likewise.
13349         (finish_compound_stmt): Likewise.
13350         (finish_asm_stmt): Likewise.
13351         (finish_label_stmt): Likewise.
13352         (finish_label_decl): Likewise.
13353         (finish_subobject): Likewise.
13354         (finish_decl_cleanup): Likewise.
13355         (finish_named_return_value): Likewise.
13356         (begin_stmt_expr): Likewise.
13357         (finish_stmt_expr): Likewise.
13358
13359         * decl.c (initialize_local_var): Changed call to finish_expr_stmt
13360         to call genrtl_expr_stmt when appropriate.
13361
13362         * init.c (begin_init_stmts): Changed calls to begin_stmt_expr and
13363         begin_compound_expr to call genrtl_begin_stmt_expr and
13364         genrtl_begin_compound_expr when appropriate.
13365         (finish_init_stmts): Changed calls to finish_compound_expr and
13366         finish_stmt_expr to call genrtl_finish_compound_expr and
13367         genrtl_finish_stmt_expr when appropriate.
13368         (expand_default_init): Changed call to finish_expr_stmt to call
13369         genrtl_expr_stmt when appropriate.
13370         (build_vec_init): Likewise.
13371
13372         * parse.y (simple_stmt): Removed first argument from call to
13373         finish_for_stmt. Removed first argument from call to
13374         finish_switch_stmt.
13375
13376         * parse.c: Regenerated.
13377
13378         * pt.c (tsubst_expr): Removed first argument from call to
13379         finish_for_stmt. Removed first argument from call to
13380         finish_switch_stmt.
13381
13382 2000-06-16  Benjamin Chelf  <chelf@codesourcery.com>
13383
13384         * cp-tree.h (enum cplus_tree_code): Changed __DUMMY to
13385         CP_DUMMY_TREE_CODE. Remove #include "c-common.def".
13386
13387         * lex.c (cplus_tree_code_type[]): Removed #include "c-common.def".
13388         (cplus_tree_code_length[]): Likewise.
13389         (cplus_tree_code_name[]): Likewise.
13390         (init_parse): Added call to add_c_tree_codes. Changed
13391         LAST_AND_UNUSED_TREE_CODE to LAST_C_TREE_CODE.
13392
13393 2000-06-16  Mark Mitchell  <mark@codesourcery.com>
13394
13395         * cp-tree.h (finish_mem_initializers): Declare.
13396         (count_trees): Likewise.
13397         * parse.y (base_init): Use finish_mem_initializers.
13398         * semantics.c (finish_mem_initializers): New function.
13399
13400         * tree.c (count_trees_r): Prototype.  Use DATA parameter to store
13401         the number of trees.
13402         (n_trees): Remove.
13403         (count_trees): Don't use it.
13404
13405 2000-06-15  Jason Merrill  <jason@redhat.com>
13406
13407         * tree.c (count_trees): New debugging function.
13408
13409         * typeck.c (build_x_function_call): Use DECL_FUNCTION_TEMPLATE_P.
13410         * init.c (build_member_call): Pull out the name of a DECL.
13411
13412         * Makefile.in (semantics.o, pt.o): Depend on TIMEVAR_H.
13413         * semantics.c (expand_body): Push to TV_INTEGRATION here.
13414         * optimize.c (optimize_function): Not here.
13415         * pt.c (instantiate_decl): Push to TV_PARSE.
13416
13417 2000-06-15  Mark Mitchell  <mark@codesourcery.com>
13418
13419         * cp-tree.h (struct language_function): Remove x_base_init_list
13420         and x_member_init_list.
13421         (current_base_init_list): Remove.
13422         (current_member_init_list): Likewise.
13423         (setup_vtbl_ptr): Change prototype.
13424         (emit_base_init): Likewise.
13425         (expand_member_init): Likewise.
13426         (reinit_parse_for_function): Remove.
13427         * decl.c (save_function_data): Don't clear x_base_init_list and
13428         x_member_init_list.
13429         (mark_language_function): Don't mark them.
13430         * init.c (perform_member_init): Tweak comment.
13431         (sort_member_init): Take the list of initializers as an argument.
13432         (sort_base_init): Likewise.
13433         (emit_base_init): Likewise.
13434         (expand_member_init): Return the initializer.  Don't use global
13435         variables.
13436         * lex.c (reinit_parse_for_function): Remove.
13437         * method.c (build_template_parm_names): Correct substitution.
13438         (do_build_copy_constructor): Don't use current_member_init_list
13439         and current_base_init_list.
13440         (synthesize_method): Likewise.
13441         * parse.y (base_init): Split mem-initializers into
13442         base-initializers and field-initializers.
13443         (member_init_list): Build up the list here.
13444         (member_init): Return the initializer.
13445         (fn.depfn): Don't use reinit_parse_for_function.
13446         * parse.c: Regenerated.
13447         * pt.c (convert_nontype_argument): Don't make an ADDR_EXPR of the
13448         ERROR_MARK.
13449         (tsubst_expr): Don't use current_member_init_list
13450         and current_base_init_list.
13451         (tsubst_expr_values): Rename to ...
13452         (tsubst_initializer_list): ... this.  Use convert_from_reference.
13453         * semantics.c (setup_vtbl_ptr): Don't use current_member_init_list
13454         and current_base_init_list.
13455         (begin_function_definition): Don't call reinit_parse_for_function.
13456
13457         * dump.c (dequeue_and_dump): Use TREE_VEC_LENGTH with vectors.
13458
13459         * error.c (dump_expr): Handle ADDR_EXPRs with REFERENCE_TYPE
13460         correctly.
13461
13462         * cp-tree.h (DECL_PENDING_INLINE_P): Relax checking.
13463
13464 2000-06-14  Benjamin Chelf  <chelf@codesourcery.com>
13465
13466         * cp-tree.h (IF_COND): Move to c-common.h.
13467         (THEN_CLAUSE): Likewise.
13468         (ELSE_CLAUSE): Likewise.
13469         (WHILE_COND): Likewise.
13470         (WHILE_BODY): Likewise.
13471         (DO_COND): Likewise.
13472         (DO_BODY): Likewise.
13473         (RETURN_EXPR): Likewise.
13474         (EXPR_STMT_EXPR): Likewise.
13475         (FOR_INIT_STMT): Likewise.
13476         (FOR_COND): Likewise.
13477         (FOR_EXPR): Likewise.
13478         (FOR_BODY): Likewise.
13479         (SWITCH_COND): Likewise.
13480         (SWITCH_BODY): Likewise.
13481         (CASE_LOW): Likewise.
13482         (CASE_HIGH): Likewise.
13483         (GOTO_DESTINATION): Likewise.
13484         (COMPOUND_BODY): Likewise.
13485         (ASM_CV_QUAL): Likewise.
13486         (ASM_STRING): Likewise.
13487         (ASM_OUTPUTS): Likewise.
13488         (ASM_INPUTS): Likewise.
13489         (ASM_CLOBBERS): Likewise.
13490         (DECL_STMT_DECL): Likewise.
13491         (STMT_EXPR_STMT): Likewise.
13492         (LABEL_STMT_LABEL): Likewise.
13493         (SCOPE_BEGIN_P): Likewise.
13494         (SCOPE_END_P): Likewise.
13495         (SCOPE_STMT_BLOCK): Likewise.
13496         (SCOPE_NULLIFIED_P): Likewise.
13497         (SCOPE_NO_CLEANUPS_P): Likewise.
13498         (SCOPE_PARTIAL_P): Likewise.
13499         (ASM_VOLATILE_P): Likewise.
13500         (STMT_LINENO): Likewise.
13501         (STMT_LINENO_FOR_FN_P): Likewise.
13502
13503         * cp-tree.def: Removed SRCLOC, SIZEOF_EXPR, ARROW_EXPR,
13504         ALIGNOF_EXPR, EXPR_STMT, COMPOUND_STMT, DECL_STMT, IF_STMT,
13505         FOR_STMT, WHILE_STMT, DO_STMT, RETURN_STMT, BREAK_STMT,
13506         CONTINUE_STMT, SWITCH_STMT, GOTO_STMT, LABEL_STMT, ASM_STMT,
13507         SCOPE_STMT, CASE_LABEL, STMT_EXPR.
13508
13509         * Makefile.in (CXX_TREE_H): Added $(srcdir)/../c-common.def.
13510
13511         * Make-lang.in (CXX_SRCS): Added $(srcdir)/c-common.def.
13512         (cc1plus$(exeext)): Added $(srcdir)/c-common.def.
13513
13514         * lex.c (cplus_tree_code_type[]): Added '#include "c-common.def"'.
13515         (cplus_tree_code_length[]): Added '#include "c-common.def"'.
13516         (cplus_tree_code_name[]): Added '#include "c-common.def"'.
13517
13518 2000-06-14  Mark Mitchell  <mark@codesourcery.com>
13519
13520         * cp-tree.h (BINFO_OVERRIDE_ALONG_VIRTUAL_PATH): New macro.
13521         * class.c (dfs_find_final_overrider): Set it appropriately.
13522         (dfs_built_vtt_inits): Check BINFO_OVERRIDE_ALONG_VIRTUAL_PATH to
13523         avoid unneeded secondary vptrs.
13524
13525 2000-06-13  Jakub Jelinek  <jakub@redhat.com>
13526
13527         * class.c (build_secondary_vtable): Set DECL_USER_ALIGN.
13528         (check_bitfield_decl, check_field_decl): Likewise.
13529         (build_vtbl_or_vbase_field, build_base_field): Likewise.
13530         (layout_class_type): Set DECL_USER_ALIGN resp. CLASSTYPE_USER_ALIGN.
13531         * decl.c (record_unknown_type): Set TYPE_USER_ALIGN.
13532         (xfer_tag, finish_enum): Likewise.
13533         * decl2.c (finish_builtin_type): Likewise.
13534         * init.c (init_init_processing): Likewise.
13535         * pt.c (instantiate_class_template): Likewise.
13536         * rtti.c (get_tinfo_decl, synthesize_tinfo_fn): Set DECL_USER_ALIGN.
13537         * cp-tree.h (struct lang_type): Add user_align member.
13538         (CLASSTYPE_USER_ALIGN): Define.
13539
13540 Tue Jun 13 15:48:03 2000  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
13541
13542         * Make-lang.in (c++.install-common): Install g++-cross in
13543         $(gcc_tooldir)/bin as g++ and c++; g++ in $(bindir) as
13544         $(target_alias)-g++ and $(target_alias)-c++.
13545
13546 2000-06-12  Mark Mitchell  <mark@codesourcery.com>
13547
13548         * class.c (vcall_offset_data_s): Add last_init and fns.
13549         (overrides): Rename to same_signature_p.
13550         (dfs_find_final_overrider): Adjust accordingly.
13551         (mark_overriders): Likewise.
13552         (warn_hidden): Likewise.
13553         (build_vtbl_initializer): Reorganize machinery for building things
13554         at negative offsets.
13555         (build_vcall_and_vbase_vtbl_entries): Likewise.
13556         (build_vbase_offset_vtbl_entries): Likewise.
13557         (dfs_build_vcall_offset_vtbl_entries): Correct order of vcall
13558         offset entries.  Do not create two entries for functions with the
13559         same signature.
13560         (build_vcall_offset_vtbl_entries): Initialize vod->fns.
13561         (build_rtti_vtbl_entries): Reorganize machinery for building things
13562         at negative offsets.
13563
13564         * optimize.c (expand_call_inline): Don't recurse into the code
13565         used to initialize the parameters more than once.
13566
13567 2000-06-11  Mark Mitchell <mark@codesourcery.com>
13568
13569         * mangle.c (NESTED_TEMPLATE_MATCH): Fix typo in comment.
13570         (is_std_substitution): Don't check CLASSTYPE_USE_TEMPLATE here.
13571         (find_substitution): Only use the `Sa' substitution for
13572         std::allocator, not instantiations of it.
13573         (write_template_prefix): Move comment.  Only use a TREE_LIST to
13574         represent substitutions for a member template.
13575         (write_array_type): Mangle array dimensions correctly.
13576         * optimize.c (maybe_clone_body): Copy more information from the
13577         cloned function.
13578         * pt.c (regenerate_decl_from_template): Preserve DECL_USE_TEMPLATE
13579         on the regenerated declaration.
13580
13581 2000-06-11  Chip Salzenberg  <chip@valinux.com>
13582             Mark Mitchell <mark@codesourcery.com>
13583
13584         * class.c (build_vtable): Clarify comment.
13585         (build_ctor_vtbl_group): Pass the most derived type to
13586         build_vtable.
13587
13588 2000-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13589
13590         * decl2.c (compare_options): Don't needlessly cast away const-ness.
13591
13592 2000-06-10  Mark Mitchell  <mark@codesourcery.com>
13593
13594         * decl.c (add_binding): Handle duplicate declarations of external
13595         variables.
13596
13597 2000-06-09  Chip Salzenberg  <chip@valinux.com>
13598             Mark Mitchell <mark@codesourcery.com>
13599
13600         * mangle.c (write_number): Take an unsigned HOST_WIDE_INT as an
13601         argument.
13602         (write_signed_number): New macro.
13603         (write_unsigned_number): Likewise.
13604         (write_source_name): Use them.
13605         (write_number): Handle signed and unsigned values.
13606         (write_integer_cst): Use tree_int_cst_sgn, and use
13607         write_unsigned_number or write_signed_number as appropriate.
13608         (write_discriminator): Use write_unsigned_number or
13609         write_signed_number as appropriate.
13610         (write_template_arg_literal): Likewise.
13611         (write_array_type): Use tree_low_cst.
13612         (write_template_parm):  Use write_unsigned_number or
13613         write_signed_number as appropriate.
13614         (write_substitution): Adjust call to write_number.
13615         (write_type): Get the TYPE_MAIN_VARIANT before mangling it.
13616         (write_expression): Handle non-type template arguments of
13617         reference type correctly.
13618         (mangle_thunk): Use write_signed_number.
13619
13620 2000-06-09  Chip Salzenberg  <chip@valinux.com>
13621
13622         * mangle.c (find_substition): Don't mangle objects with typename
13623         substitutions (e.g. "cin" as "Si").
13624
13625 2000-06-09  Zack Weinberg  <zack@wolery.cumb.org>
13626
13627         * call.c (add_candidate): Use ggc_alloc_cleared.
13628         * decl.c (lookup_label): Likewise.
13629         * lex.c (retrofit_lang_decl): Likewise.
13630
13631 2000-06-09  Jason Merrill  <jason@casey.soma.redhat.com>
13632
13633         * semantics.c (expand_body): Push to TV_EXPAND.
13634         * optimize.c (optimize_function): Push to TV_INTEGRATION.
13635         * decl.c (start_function): Always call announce_function.
13636
13637         * tinfo2.cc: Just declare abort.
13638
13639 2000-06-09  Gabriel Dos Reis  <gdr@codesourcery.com>
13640
13641         * lex.c (DEF_OPERATOR): Say `operator@' -not- `operator @'
13642         whenever @ is a symbolic name.
13643
13644 2000-06-08  Jakub Jelinek  <jakub@redhat.com>
13645
13646         * method.c (make_thunk): Clear DECL_VTT_PARM in thunk.
13647
13648 2000-06-07  Mark Mitchell  <mark@codesourcery.com>
13649
13650         * decl.c (pushdecl): Look up functions by DECL_NAME, not
13651         DECL_ASSEMBLER_NAME.
13652
13653 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
13654
13655         * decl2.c (c_language): Define.
13656
13657 2000-06-06  Gabriel Dos Reis  <gdr@codesourcery.com>
13658
13659         * lex.c (lang_init_options): Tweak.
13660
13661         * decl2.c: Remove #inclusion of diagnostic.h
13662         (lang_decode_option): Move diagnostic formatting options to
13663         toplevel.
13664
13665         * lang-options.h: Remove documentation for diagnostic options.
13666
13667         * Makefile.in (lex.o): Depends upon diagnostic.h
13668
13669 2000-06-06  Mark Mitchell  <mark@codesourcery.com>
13670
13671         * decl.c (redeclaration_error_message): If two TEMPLATE_DECLs have
13672         the same DECL_RESULT, it's not a redefinition.
13673         * pt.c (tsubst_decl): Remove code to handle illegal
13674         specializations.
13675
13676 2000-06-06  Nathan Sidwell  <nathan@codesourcery.com>
13677
13678         * exception.cc: (__eh_alloc, __eh_free): Moved to libgcc2.c
13679
13680 2000-06-05  Jason Merrill  <jason@casey.soma.redhat.com>
13681
13682         * search.c (maybe_suppress_debug_info): Don't check
13683         CLASSTYPE_INTERFACE_ONLY if CLASSTYPE_INTERFACE_KNOWN isn't set.
13684
13685         * pt.c (mark_decl_instantiated): Do SET_DECL_EXPLICIT_INSTANTIATION
13686         here if extern_p.
13687
13688         Remember instantiation context in deferred instantiations.
13689         * cp-tree.h (struct tinst_level): Remove.
13690         (TINST_DECL, TINST_LINE, TINST_FILE): New macros.
13691         * pt.c (current_tinst_level): Now a tree.
13692         (print_template_context, push_tinst_level, pop_tinst_level,
13693         tinst_for_decl): Adjust.
13694         (reopen_tinst_level): New fn.
13695         (init_pt): Register current_tinst_level as a root.
13696         (add_pending_template): Put current_tinst_level in TREE_PURPOSE
13697         of the pending templates list.
13698         (instantiate_pending_templates): Adjust.  Call reopen_tinst_level.
13699         * lex.c (extract_interface_info): Adjust.
13700         * decl2.c (warn_if_unknown_interface): Adjust.
13701
13702 2000-06-05  Mark Mitchell  <mark@codesourcery.com>
13703
13704         * class.c (indirect_primary_base_p): New function.
13705         (determine_primary_base): Use it.
13706
13707 2000-06-05  Nathan Sidwell  <nathan@codesourcery.com>
13708
13709         Update new-abi dynamic cast algorithm.
13710         * tinfo.cc (__class_type_info::__dyncast_result): Add
13711         whole_details. Adjust constructor.
13712         (__vmi_class_type_info::__do_dyncast): Adjust for vmi_flags.
13713         Avoid unnecessary searching.
13714         (__dynamic_cast): Adjust for __dyncast_result::whole_details.
13715
13716 Mon Jun  5 06:48:55 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13717
13718         * decl.c (init_decl_processing): Don't call record_component_aliases.
13719         * tree.c (build_cplus_array_type_1): Likewise.
13720
13721 2000-06-04  Mark Mitchell  <mark@codesourcery.com>
13722
13723         * ir.texi: Correct typo.
13724         * mangle.c (write_expression): Handle non-type template arguments
13725         with reference type.
13726         * method.c (build_overload_value): Likewise.
13727         * pt.c (convert_nontype_argument): Explicitly represent conversion
13728         to a reference with an ADDR_EXPR.
13729         (unify): Always unify arguments in left-to-right order.
13730
13731 2000-06-03  Alex Samuel    <samuel@codesourcery.com>
13732             Mark Mitchell  <mark@codesourcery.com>
13733
13734         * Make-lang.in (CXX_SRCS): Add mangle.c.
13735         * Makefile.in (CXX_OBJS): Add mangle.o.
13736         (mangle.o): New rule.
13737
13738         * class.c (local_classes): New variable.
13739         * class.c (get_vtable_name): Use mangle_vtable_for_type for new ABI.
13740         (get_vtt_name): Use mangle_vtt_name for new ABI.
13741         (init_class_processing): Initialize local_classes.
13742         (build_ctor_vtbl_group): Use mangle_ctor_vtbl_for_type for new ABI.
13743         * cp-tree.h (cp_tree_index): Add CPTI_STD_IDENTIFIER.
13744         (std_identifier): New macro.
13745         (DECL_VOLATILE_MEMFUNC_P): New macro.
13746         (DECL_NAMESPACE_STD_P): Likewise.
13747         (local_classes): Declare.
13748         (get_mostly_instantiated_function_type): Declare.
13749         (init_mangle): Declare.
13750         (mangle_decl): Likewise.
13751         (mangle_type_string): Likewise.
13752         (mangle_type): Likewise.
13753         (mangle_typeinfo_for_type): Likewise.
13754         (mangle_typeinfo_string_for_type): Likewise.
13755         (mangle_vtbl_for_type): Likewise.
13756         (mangle_vtt_for_type): Likewise.
13757         (mangle_ctor_vtbl_for_type): Likewise.
13758         (mangle_thunk): Likewise.
13759         (mangle_conv_op_name_for_type): Likewise.
13760         (mangle_guard_variable): Likewise.
13761         * decl.c (pushtag): Keep track of local classes.
13762         (initialize_predefined_identifiers): Initialize std_identifier.
13763         (init_decl_processing): Use std_identifier.
13764         (start_decl): Don't treat instantiations as specializations.
13765         (grokdeclarator): Likewise.
13766         (grokvardecl): Call mangle_decl for new ABI.  Only set mangled
13767         name for fully-instantiated templates.
13768         * decl2.c (grokclassfn): Use set_mangled_name_for_decl for
13769         destructors with the new ABI.
13770         (finish_static_data_member_decl): Use mangle_decl under the new ABI.
13771         (grokfield): Use mangle_type for new ABI.
13772         (grokoptypename): Use mangle_conv_op_for_type for new ABI.
13773         (get_sentry): Use mangle_guard_variable for new ABI.
13774         (start_static_initialization_or_destruction): Likewise.
13775         * expr.c (extract_aggr_init): Remove.
13776         (extract_scalar_init): Likewise.
13777         (extract_init): Remove #if 0'd code.
13778         * mangle.c: New function.
13779         * method.c (build_mangled_name): Assert not flag_new_abi.
13780         (build_static_name): Likewise.
13781         (build_decl_overload_real): Likewise.
13782         (build_typename_overload): Likewise.
13783         (build_overload_with_type): Likewise.
13784         (build_overload_name): Likewise.
13785         (get_ctor_vtbl_name): Likewise.
13786         (start_squangling): Likewise.
13787         (get_id_2): Likewise.
13788         (set_mangled_name_for_decl): Call mangle_decl for new ABI.
13789         (init_method): Call init_mangle for new ABI.
13790         (make_thunk): Call mangle_thunk for new ABI.
13791         * operators.def: Correct new ABI manglings for the `%' operator.
13792         Add `::' operator.
13793         * pt.c (build_template_decl): Copy DECL_OVERLOADED_OPERATOR_P and
13794         DECL_ASSIGNMENT_OPERATOR_P to the TEMPLATE_DECL.
13795         (lookup_template_class): Call mangle_decl for new ABI.
13796         (get_mostly_instantiated_function_type): New function.
13797         (set_mangled_name_for_template_decl): Use it.
13798         (tsubst_decl): Use set_mangled_name_for_decl for destructors with
13799         the new ABI.  Use mangle_conv_op_name_for_type for instantiated
13800         conversion op names.
13801         * rtti.c (tinfo_name): Call mangle_type_string for new ABI.
13802         (get_tinfo_decl): Call mangle_typeinfo_for_type for new ABI.
13803         (tinfo_base_init):  Likewise.  Mangle typeinfo string name with
13804         mangle_typeinfo_string_for_type.
13805
13806 2000-06-03  Mark Mitchell  <mark@codesourcery.com>
13807
13808         * cp-tree.h (TMPL_ARGS_LEVEL): Clarify comment.
13809         (INNERMOST_TEMPLATE_ARGS): New macro.
13810         (innermost_args): Remove.
13811         (get_innermost_template_args): New function.
13812         * decl2.c (arg_assoc_class): Use INNERMOST_TEMPLATE_ARGS.
13813         * error.c (dump_function_decl): Be caution when using
13814         most_general_template.
13815         * method.c (build_template_parm_names):  Use
13816         INNERMOST_TEMPLATE_ARGS.
13817         * pt.c (add_to_template_args): Tidy comment
13818         (get_innermost_template_args): New function.
13819         (check_explicit_specialization): Clear DECL_INITIAL for a new
13820         specialization.
13821         (process_partial_specialization): Use INNERMOST_TEMPLATE_ARGS.
13822         Tidy.
13823         (push_template_decl): Always register specializations of the most
13824         general template.
13825         (convert_template_argument): Use INNERMOST_TEMPLATE_ARGS.
13826         (coerce_template_parms): Likewise.
13827         (lookup_template_class): Likewise.
13828         (innermost_args): Remove.
13829         (tsubst_decl): Use INNERMOST_TEMPLATE_ARGS.
13830         (tsubst_decl): Handle tricky specializations.  Use
13831         get_innermost_template_args.
13832         (instantiate_template): Simplify handling of partial
13833         instantiations.
13834         (get_class_bindings): Use INNERMOST_TEMPLATE_ARGS.
13835         (most_general_template): Reimplement, in a more straightforward
13836         manner.
13837         (regenerate_decl_from_template): Tweak formatting.  Use
13838         TMPL_ARGS_DEPTH for clarity.
13839         (set_mangled_name_for_template_decl): Use INNERMOST_ARGS.
13840
13841         * dump.c (dequeue_and_dump): Dump information about thunks.
13842
13843 2000-06-01  Richard Henderson  <rth@cygnus.com>
13844
13845         * decl.c (init_decl_processing): Set lang_get_alias_set first thing.
13846
13847 2000-06-01  Richard Henderson  <rth@cygnus.com>
13848
13849         * decl2.c (unsupported_options): Fix typo, make const.
13850         (lang_decode_option): Fix bsearch argument order.
13851
13852 2000-06-01  Mark Mitchell  <mark@codesourcery.com>
13853
13854         * init.c (resolve_offset_ref): Remove check for TREE_ADDRESSABLE
13855         on FIELD_DECLs.
13856
13857 Wed May 31 14:09:00 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
13858
13859         * cp-tree.h (c_get_alias_set): Deleted.
13860         * Makefile.in (decl.o): Include ../expr.h.
13861         * decl.c (expr.h): Include.
13862         (init_decl_processing): Call record_component_aliases for arrays.
13863         (grokdeclarator): Likewise.
13864         Set TREE_ADDRESSABLE for fields that aren't bitfields.
13865         * tree.c (build_cplus_array_type_1): Call record_component_aliases.
13866
13867 2000-05-31  Mark Mitchell  <mark@codesourcery.com>
13868
13869         Remove guiding declaration support.
13870         * cp/cp-tree.h (flag_dump_translation_unit): Make it const.
13871         (flag_guiding_decls): Remove.
13872         * call.c (build_user_type_conversion_1): Remove support for
13873         guiding decls.
13874         (build_new_function_call): Likewise.
13875         (build_new_op): Likewise.
13876         (build_new_method_call): Likewise.
13877         * decl.c (start_function): Likewise.
13878         * friend.c (is_friend): Likewise.
13879         (do_friend): Likewise.
13880         * decl2.c ((flag_dump_translation_unit): Make it const.
13881         (flag_guiding_decls): Remove.
13882         (unsupported_options): New variable
13883         (compare_options): New function.
13884         (lang_decode_option): Use them.
13885
13886         * decl.c (build_cp_library_fn): Set DECL_CONTEXT.
13887
13888         * method.c (mangle_expression): Adjust test for legal expression
13889         operators.
13890
13891         * pt.c (instantiate_decl): Save and restore the local
13892         specializations list.
13893
13894 2000-05-30  Jason Merrill  <jason@decepticon.cygnus.com>
13895
13896         * decl.c (grok_reference_init): Pass LOOKUP_ONLYCONVERTING.
13897
13898 2000-05-30  Mark Mitchell  <mark@codesourcery.com>
13899
13900         * call.c (add_template_candidate_real): Handle member template
13901         constructors for classes with virtual bases.
13902         (build_user_type_conversion_1): Use in_charge_arg_for_name.
13903         (build_new_method_call): Use DECL_NONSTATIC_MEMBER_FUNCTION_P.
13904
13905         * ir.texi: Update thunk documentation.
13906
13907         * call.c (joust): Fix handling of overloaded builtin operators.
13908
13909 2000-05-30  Zack Weinberg  <zack@wolery.cumb.org>
13910
13911         * cp-tree.h (DECL_ANTICIPATED): New macro.
13912         Document new use of DECL_LANG_FLAG_7.
13913         * decl.c (builtin_function): Set DECL_ANTICIPATED on builtins
13914         in the user namespace.
13915         * lex.c (do_identifier): If the identifier's declaration has
13916         DECL_ANTICIPATED on, it has not yet been declared.  But do not
13917         replace it with an ordinary implicit declaration.
13918
13919         * tinfo2.cc: Include stdlib.h.
13920
13921 2000-05-29  Mark Mitchell  <mark@codesourcery.com>
13922
13923         * cp-tree.h (CLASSTYPE_ALIGN_UNIT): New macro.
13924         * class.c (layout_empty_base): Use CLASSTYPE_ALIGN_UNIT, not
13925         CLASSTYPE_ALIGN.
13926
13927 2000-05-28  Gabriel Dos Reis  <gdr@codesourcery.com>
13928
13929         * decl2.c (lang_decode_option): Use skip_leading_substring instead
13930         of plain strncmp.
13931
13932 2000-05-28  Alexandre Oliva  <aoliva@cygnus.com>
13933
13934         * operators.def (<?): Duplicated, should have been...
13935         (>?): this.  Fixed.
13936
13937 2000-05-27  Alex Samuel    <samuel@codesourcery.com>
13938             Mark Mitchell  <mark@codesourcery.com>
13939
13940         * cp-tree.h (ansi_opname): Make it a macro.
13941         (ansi_assopname): Likewise.
13942         (struct lang_decl_flags): Add assignment_operator_p.
13943         (struct lang_decl): Add operator_code.
13944         (DECL_VTT_PARM): Adjust.
13945         (DECL_OVERLOADED_OPERATOR_P): Return the operator_code for an
13946         overloaded operator.
13947         (SET_OVERLOADED_OPERATOR_CODE): New macro.
13948         (DECL_ASSIGNMENT_OPERATOR_P): New macro.
13949         (DECL_ARRAY_DELETE_OPERATOR_P): Adjust.
13950         (opname_tab): Remove.
13951         (assignop_tab): Likewise.
13952         (operator_name_info_t): New type.
13953         (operator_name_info): New variable.
13954         (assignment_operator_name_info): Likewise.
13955         (build_cp_library_fn): Remove declaration.
13956         (push_cp_library_fn): Likewise.
13957         (operator_name_string): Likewise.
13958         (build_decl_overload): Likewise.
13959         * call.c (print_z_candidates): Simplify.
13960         (build_object_call): Adjust usage of ansi_opname.  Use
13961         DECL_OVERLOADED_OPERATOR_P.
13962         (op_error): Adjust operator name lookup.
13963         (build_conditional_expr): Adjust usage of ansi_opname.
13964         (build_new_op): Likewise.
13965         (build_op_delete_call): Likewise.
13966         (build_over_call): Likewise.
13967         (joust): Use DECL_OVERLOADED_OPERATOR_P.
13968         * decl.c (duplicate_decls): Copy operator_code.
13969         (init_decl_processing): Adjust parameters to push_cp_library_fn.
13970         (builtin_function): Adjust parameters to build_library_fn_1.
13971         (build_library_fn_1): Accept an overloaded operator code.
13972         (build_library_fn): Pass ERROR_MARK.
13973         (build_cp_library_fn): Accept an overloaded operator code.
13974         (push_cp_library_fn): Likewise.
13975         (grokfndecl): Tweak.
13976         (grokdeclarator): Simplify code to compute names of overloaded
13977         operators.  Adjust use of ansi_opname.
13978         (ambi_op_p): Work on tree_codes, not identifiers.
13979         (unary_op_p): Likewise.
13980         (grok_op_properties): Likewise.
13981         (start_function): Use DECL_OVERLOADED_OPERATOR_P.
13982         (lang_mark_tree): Don't try to mark the operator_code.
13983         * decl2.c (grok_function_init): Use DECL_OVERLOADED_OPERATOR_P.
13984         * error.c (dump_decl): Remove special handling for operator
13985         names.
13986         (dump_function_name): Likewise.
13987         (dump_expr): Adjust name lookup of operators.
13988         (op_to_string): Simplify.
13989         (assop_to_string): Likewise.
13990         * init.c (build_new_1): Adjust use of ansi_opname.
13991         * lex.c (opname_tab): Remove.
13992         (assignop_tab): Likewise.
13993         (ansi_opname): Likewise.
13994         (ansi_assopname): Likewise.
13995         (operator_name_string): Likewise.
13996         (reinit_lang_specific): Likewise.
13997         (operator_name_info): New variable.
13998         (assignment_operator_name_info): Likewise.
13999         (init_operators): New function.
14000         (init_parse): Use it.
14001         (do_identifier): Adjust use of ansi_opname.
14002         * method.c (mangle_expression): Don't use ansi_opname for
14003         mangling.
14004         (build_decl_overload_real): Use DECL_OVERLOADED_OPERATOR_P.
14005         (build_decl_overload): Remove.
14006         (build_typename_overload): Use OPERATOR_TYPENAME_FORMAT directly.
14007         (do_build_assign_ref): Adjust use of ansi_opname.
14008         (synthesize_method): Likewise.
14009         (implicitly_declare_fn): Likewise.
14010         * operators.def: New file.
14011         * parse.y (operator): Adjust use of ansi_opname.
14012         * pt.c (tsubst_decl): Use IDENTIFIER_OPNAME_P.
14013         (set_mangled_name_for_template_decl): Don't play games with
14014         current_namespace.
14015         (special_function_p): Adjust use of ansi_opname.
14016         * typeck.c (check_return_expr): Likewise.
14017         * Make-lang.in (cc1plus): Depend on operators.def.
14018         * Makefile.in (lex.o): Likewise.
14019         (decl.o): Likewise.
14020
14021 2000-05-27  Zack Weinberg  <zack@wolery.cumb.org>
14022
14023         * Make-lang.in (cplib2.ready): Eradicate.
14024
14025 Sat May 27 11:25:46 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14026
14027         * method.c (mangle_expression): Use TREE_CODE_LENGTH.
14028         * tree.c (break_out_calls, build_min_nt): Use TREE_CODE_LENGTH.
14029         (built_min, cp_tree_equal): Likewise.
14030
14031 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
14032
14033         * class.c (layout_nonempty_base_or_field): Replace
14034         `record_layout_info' with `record_layout_info_s'.
14035
14036 2000-05-26  Jason Merrill  <jason@casey.soma.redhat.com>
14037
14038         Fix goto checking.
14039         * cp-tree.h (struct language_function): x_named_labels is now
14040         a struct named_label_list*.
14041         * decl.c (struct named_label_use_list): Renamed from...
14042         (struct named_label_list): ...this.  New struct.
14043         (push_binding_level): Don't set eh_region.
14044         (note_level_for_eh): New fn.
14045         (pop_label): Take label and old value directly.
14046         (pop_labels): Adjust for new named_labels format.
14047         (lookup_label): Likewise.
14048         (poplevel): Note characteristics of a binding level containing a
14049         named label.  Mess with named label lists earlier.
14050         (mark_named_label_lists): New fn.
14051         (mark_lang_function): Call it.
14052         (use_label): New fn, split out from...
14053         (make_label_decl): ...here.  Don't call it.
14054         (decl_jump_unsafe, check_previous_goto, check_previous_goto_1,
14055         check_previous_gotos): New fns, split out from...
14056         (define_label): ...here.
14057         (check_switch_goto): New fn.
14058         (define_case_label): Call it.
14059         (check_goto): New fn.
14060         * semantics.c (finish_goto_stmt): Call it and use_label.
14061         (begin_compound_stmt): If we're a try block, call note_level_for_eh.
14062         (expand_stmt): Never pass 1 as DONT_JUMP_IN to expand_end_bindings.
14063
14064 2000-05-26  Mark Mitchell  <mark@codesourcery.com>
14065
14066         * class.c (build_vtable_entry_ref): Correct usage of
14067         get_vtbl_decl_for_binfo.
14068
14069         * decl2.c (grokclassfn): Set DECL_LANGUAGE here.
14070         * method.c (implicitly_declare_fn): Not here.
14071
14072 2000-05-26  Nathan Sidwell  <nathan@codesourcery.com>
14073
14074         * cp-tree.h (CPTI_PTMD_DESC_TYPE): Rename to ...
14075         (CPTI_PTMD_DESC_TYPE): ... here.
14076         (ptmd_desc_type_node): Rename to ...
14077         (ptm_desc_type_node): ... here.
14078         * decl.c: Likewise.
14079         * rtti.c (ptmd_initializer): Rename to ...
14080         (ptm_initializer): ... here.
14081         (sythesize_tinfo_var): Adjust. Deal with pointer to member
14082         function.
14083         (create_tinfo_types): Adjust.
14084
14085 2000-05-25  Mark Mitchell  <mark@codesourcery.com>
14086
14087         Finish implementation of VTTs.
14088         * cp-tree.h (cp_tree_index): Add CPTI_VTT_PARM_TYPE and
14089         CPTI_VTT_PARM_IDENTIFIER.
14090         (vtt_parm_identifier): New macro.
14091         (vtt_parm_type): Likewise.
14092         (BINFO_SUBVTT_INDEX): Likewise.
14093         (BINFO_VPTR_INDEX): Likewise.
14094         (struct lang_decl): Add vtt_parm.
14095         (DECL_VTT_PARM): New macro.
14096         (DECL_USE_VTT_PARM): Likewise.
14097         (DECL_NEEDS_VTT_PARM_P): Likewise.
14098         (get_vtt_name): Declare.
14099         (build_artificial_parm): Likewise.
14100         (fixup_all_virtual_upcast_offsets): Likewise.
14101         (expand_indirect_vtbls_init): Remove.
14102         * call.c (build_new_method_call): Pass the vtt to subobject
14103         constructors and destructors.
14104         * class.c (get_vtt_name): Give it external linkage.
14105         (build_clone): Handle the magic VTT parameters for clones.
14106         (clone_function_decl): Fix typo in comment.
14107         (build_vtt): Keep track of the indices in the VTTs where various
14108         entities are stored.
14109         (build_vtt_inits): Likewise.
14110         (dfs_build_vtt_inits): Likewise.
14111         (build_ctor_vtbl_group): Tweak type of construction vtables.
14112         (dfs_accumulate_vtbl_inits): Build vtables for all bases, even
14113         primary bases, when building construction vtables.
14114         * decl.c (duplicate_decls): Handle DECL_VTT_PARM.
14115         (initialize_predefined_identifiers): Add vtt_parm_identifier.
14116         (init_decl_processing): Initialize vtt_parm_type.
14117         (grokfndecl): Use DECL_OVERLOADED_OPERATOR_P.
14118         (lang_mark_tree): Make vtt_parm.
14119         * decl2.c (build_artificial_parm): New function.
14120         (maybe_retrofit_in_chrg): Use it.  Add VTT parameters.
14121         (grokclassfn): Use build_artificial_parm.
14122         * init.c (initialize_vtbl_ptrs): Call
14123         fixup_all_virtual_upcast_offsets directly.
14124         (perform_member_init): Use the complete subobject destructor for
14125         member cleanups.
14126         (build_vtbl_address): New function.
14127         (expand_virtual_init): Handle VTTs.
14128         * optimize (maybe_clone_body): Likewise.
14129         * search.c (fixup_all_virtual_upcast_offsets): Give it external
14130         linkage.
14131         (expand_indirect_vtbls_init): Remove.
14132         * semantics.c (setup_vtbl_ptr): Fix typos in comment.
14133         * tree.c (make_binfo): Make them bigger.
14134
14135 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14136
14137         * inc/cxxabi.h (__pbase_type_info): Define, based on
14138         __pointer_type_info.
14139         (__pointer_type_info): Derive from __pbase_type_info. Adjust.
14140         (__pointer_to_member_type_info): Likewise.
14141         * tinfo2.cc (__pbase_type_info::~__pbase_type_info): Implement.
14142         (__pointer_to_member_type_info::__is_pointer_p): Remove.
14143         (__pointer_type_info::__do_catch): Rename to ...
14144         (__pbase_type_info::__do_catch): ... here. Adjust.
14145         (__pbase_type_info::__pointer_catch): Implement.
14146         (__pointer_type_info::__pointer_catch): Adjust.
14147         (__pointer_to_member_type_info::__pointer_catch): Adjust.
14148
14149 2000-05-25  Nathan Sidwell  <nathan@codesourcery.com>
14150
14151         * tinfo.h (__user_type_info::contained_virtual_p): New
14152         predicate.
14153         * tinfo.cc (__user_type_info::do_upcast): Fix bug with diamond
14154         shaped hierarchy.
14155         (__vmi_class_type_info::__do_upcast): Fix bug with NULL pointer to
14156         diamond shaped hierarchy. Add early out for mixed diamond and
14157         duplicate shaped hierarchy.
14158
14159 2000-05-24  Mark Mitchell  <mark@codesourcery.com>
14160
14161         * cp-tree.h (build_delete): Change prototype.
14162         (build_vec_delete): Likewise.
14163         * call.c (build_scoped_method_call): Use special_function_kind
14164         values to indicate the kind of destruction to be done.
14165         (build_method_call): Likewise.
14166         * decl.c (finish_destructor_body): Likewise.
14167         (maybe_build_cleanup_1): Likewise.  Rename to ...
14168         (maybe_build_cleanup): ... this.
14169         * decl2.c (delete_sanity): Use special_function_kind
14170         values to indicate the kind of destruction to be done.
14171         (build_cleanup): Likewise.
14172         * init.c (perform_member_init): Likewise.
14173         (build_vec_delete_1): Likewise.
14174         (build_dtor_call): Simplify.
14175         (build_delete): Use special_function_kind
14176         values to indicate the kind of destruction to be done.
14177         (build_vbase_delete): Likewise.
14178         (build_vec_delete): Likewise.
14179
14180         * init.c (sort_member_init): Fix typo in error message generation
14181         code.
14182
14183 Mon May 15 11:46:29 2000  Donald Lindsay  <dlindsay@cygnus.com>
14184
14185         * semantics.c (begin_class_definition): make the packed
14186         attribute be sensitive to the "-fpack-struct" command line flag
14187
14188 2000-05-24  Nathan Sidwell  <nathan@codesourcery.com>
14189
14190         Update new-abi upcast algorithm.
14191         * inc/cxxabi.h (__class_type_info::__do_upcast): Change
14192         prototype and meaning of return value.
14193         (__si_class_type_info::__do_upcast): Likewise.
14194         (__vmi_class_type_info::__do_upcast): Likewise.
14195         * tinfo.cc (__class_type_info::__upcast_result): Replace
14196         whole2dst with part2dst. Adjust ctor.
14197         (__class_type_info::__do_upcast): Adjust call of worker function.
14198         (__class_type_info::__do_upcast): Adjust.
14199         (__si_class_type_info::__do_upcast): Adjust. Use parent's
14200         __do_upcast.
14201         (__vmi_class_type_info::__do_upcast): Likewise. Fix private
14202         virtual base in diamond hierarchy bug.
14203
14204 2000-05-23  Mark Mitchell  <mark@codesourcery.com>
14205
14206         * cp-tree.h (lang_decl_flags): Rename mutable_flag to uninlinable
14207         and bitfield to tinfo_fn_p.
14208         (DECL_TINFO_FN_P): Adjust.
14209         (SET_DECL_TINFO_FN_P): Likewise.
14210         (DECL_MUTABLE_P): Likewise.
14211         (DECL_C_BIT_FIELD): Likewise.
14212         (SET_DECL_C_BIT_FIELD): Likewise.
14213         (CLEAR_DECL_C_BIT_FIELD): Likewise.
14214         (DECL_UNINLINABLE): Likewise.
14215         * class.c (alter_access): Call retrofit_lang_decl if ncessary.
14216         (handle_using_decl): Remove assertion.
14217         (build_vtbl_or_vbase_field): Use build_decl, not build_lang_decl,
14218         to build FIELD_DECLs.
14219         (build_base_field): Likewise.
14220         (layout_class_type): Likewise.
14221         * decl.c (init_decl_processing): Likewise.
14222         (build_ptrmemfunc_type): Likewise.
14223         (grokdeclarator): Likewise.
14224         * decl2.c (grok_x_components): Likewise.
14225         * except.c (call_eh_info): Likewise.
14226         * init.c (init_init_processing): Likewise.
14227         * rtti.c (expand_class_desc): Likewise.
14228         (create_pseudo_type_info): Likewise.
14229         (get_vmi_pseudo_type_info): Likewise.
14230         (create_tinfo_types): Likewise.
14231         * ptree.c (print_lang_decl): Adjust.
14232         * typeck.c (build_component_ref): Don't check DECL_LANG_SPECIFIC
14233         before checking DECL_MUTABLE_P.
14234
14235         * decl2.c (maybe_retrofit_in_chrg): Don't create in-charge
14236         parameters for template functions.
14237         * pt.c (tsubst_decl): Make sure we call maybe_retrofit_in_chrg for
14238         destructors as well as constructors.
14239
14240 2000-05-22  Mark Mitchell  <mark@codesourcery.com>
14241
14242         * class.c (build_ctor_vtbl_group): Set inits.
14243         * optimize.c (maybe_clone_body): Set DECL_INLINE and
14244         DECL_THIS_INLINE appropriately for clones.
14245
14246         * cp-tree.h (IDENTIFIER_TYPENAME_P): Use a flag, not strncmp.
14247         (DECL_CONV_FN_P): Simplify.
14248         (DECL_OPERATOR): Remove.
14249         (language_to_string): Declare.
14250         * decl.c (duplicate_decls): Fix typo in comment.
14251         (grokdeclarator): Adjust use of IDENTIFIER_TYPENAME_P.
14252         (grok_op_properties): Use DECL_CONV_FN_P instead of
14253         IDENTIFIER_TYPENAME_P.
14254         * dump.c (dequeue_and_dump): Dump the language linkage of
14255         declarations.
14256         * error.c (language_to_string): Give it external linkage.
14257         * method.c (build_typename_overload): Set IDENTIFIER_TYPENAME_P.
14258         (implicitly_declare_fn): Set DECL_LANGUAGE.
14259         * pt.c (check_explicit_specialization): Use DECL_CONV_FN_P, not
14260         IDENTIFIER_TYPENAME_P.
14261         (tsubst_decl): Likewise.
14262         (tsubst_copy): Adjust use of IDENTIFIER_TYPENAME_P.
14263         * semantics.c (finish_member_declaration): Don't mark members of
14264         classes declared in an extern "C" region as extern "C".
14265
14266 2000-05-22  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
14267
14268         * decl2.c (qualified_lookup_using_namespace): Look through
14269         namespace aliases.
14270
14271         * decl.c (push_using_decl): Return the old decl on namespace level.
14272
14273 2000-05-21  Mark Mitchell  <mark@codesourcery.com>
14274
14275         * cp-tree.h (SET_BINFO_NEW_VTABLE_MARKED): Add sanity checks.
14276         (VTT_NAME_PREFIX): New macro.
14277         (CTOR_VTBL_NAME_PREFIX): Likewise.
14278         (get_ctor_vtbl_name): New function.
14279         * class.c (get_vtable_name): Simplify.
14280         (get_vtt_name): New function.
14281         (get_vtable_decl): Don't set IDENTIFIER_GLOBAL_VALUE.
14282         (dfs_mark_primary_bases): Update the CLASSTYPE_VBASECLASSES list
14283         when a virtual base becomes primary.
14284         (finish_struct_1): Set CLASSTYPE_VFIELDS a little earlier.  Build
14285         VTTs.
14286         (finish_vtbls): Adjust calls to accumulate_vtbl_inits to pass in
14287         additional parameters.
14288         (dfs_finish_vtbls): Don't clear BINFO_NEW_VTABLE_MARKED.
14289         (initialize_array): New function.
14290         (build_vtt): Likewise.
14291         (build_vtt_inits): Likewise.
14292         (dfs_build_vtt_inits): Likewise.
14293         (dfs_fixup_binfo_vtbls): Likewise.
14294         (build_ctor_vtbl_group): Likewise.
14295         (initialize_vtable): Use initialize_array.
14296         (accumulate_vtbl_inits): Reimplement to handle construction
14297         vtables.
14298         (dfs_accumulate_vtbl_inits): Likewise.
14299         (bulid_vtbl_initializer): Adjust parameter name.
14300         * method.c (build_typename_overload): Remove #if 0'd code.
14301         (get_ctor_vtbl_name): New function.
14302         * search.c (dfs_walk_real): Use BINFO_N_BASETYPES.
14303         (init_vbase_pointers): Don't mess with the TREE_CHAIN of a binfo.
14304
14305         * cp-tree.h (struct lang_type): Remove search_slot.
14306         (CLASSTYPE_SEARCH_SLOT): Remove.
14307         (emit_base_init): Change prototype.
14308         (initialize_vtbl_ptrs): Likewise.
14309         (expand_indirect_vtbls_init): Likewise.
14310         (clear_search_slots): Remove.
14311         * decl.c (lang_mark_tree): Don't mark search_slot.
14312         * init.c (initialize_vtbl_ptrs): Simplify.
14313         (emit_base_init): Likewise.
14314         * search.c (struct vbase_info): Document decl_ptr.
14315         (convert_pointer_to_single_level): Remove.
14316         (dfs_find_vbases): Remove.
14317         (dfs_init_base_pointers): Simplify.
14318         (dfs_clear_vbase_slots): Remove.
14319         (dfs_vtable_path_unmark): New function.
14320         (init_vbase_pointers): Simplify.
14321         (expand_upcast_fixups): Don't rely on CLASSTYPE_SEARCH_SLOT.
14322         (expand_indirect_vtbls_init): Simplify.  Don't call
14323         mark_all_temps_used.
14324         * semantics.c (setup_vtbl_ptr): Adjust calls to emit_base_init and
14325         initialize_vtbl_ptrs.
14326
14327 2000-05-20  Zack Weinberg  <zack@wolery.cumb.org>
14328
14329         * except.c: Add static prototypes.
14330
14331 2000-05-20  H.J. Lu  <hjl@gnu.org>
14332
14333         * Make-lang.in (cplib2.ready): Also depend on cc1plus$(exeext).
14334
14335 2000-05-19  Mark Mitchell  <mark@codesourcery.com>
14336
14337         Don't create a separate copy of virtual bases for the
14338         CLASSTYPE_VBASECLASSES list.
14339         * cp-tree.h (CLASSTYPE_VBASECLASSES): Change documentation.
14340         (BINFO_FOR_VBASE): Remove.
14341         (CANONICAL_BINFO): Adjust.
14342         (binfo_for_vbase): New function.
14343         * class.c (build_vbase_pointer_fields): Use binfo_for_vbase
14344         instead of BINFO_FOR_VBASE.
14345         (build_vbase_pointer): Likewise.
14346         (build_secondary_vtable): Likewise.
14347         (dfs_mark_primary_bases): Likewise.
14348         (mark_primary_bases): Likewise.
14349         (layout_nonempty_base_or_field): Likewise.
14350         (dfs_set_offset_for_shared_vbases): Likewise.
14351         (dfs_set_offset_for_unshared_vbases): Likewise.
14352         (layout_virtual_bases): Likewise.  Adjust for changes to the
14353         CLASSTYPE_VBASECLASSES list.
14354         (dump_class_hierarchy_r): Use binfo_for_vbase
14355         instead of BINFO_FOR_VBASE.
14356         (dump_class_hierarchy): Likewise.
14357         (finish_vtbls): Likewise.
14358         (build_vtbl_initializer): Adjust for changes to the
14359         CLASSTYPE_VBASECLASSES list.
14360         (build_vbase_offset_vtbl_entries): Use binfo_for_vbase.
14361         * decl.c (finish_destructor_body): Adjust for changes to the
14362         CLASSTYPE_VBASECLASSES list.
14363         * init.c (sort_base_init): Use binfo_for_vbase.
14364         (construct_virtual_bases): Adjust for changes to the
14365         CLASSTYPE_VBASECLASSES list.
14366         (expand_member_init): Use binfo_for_vbase.
14367         (build_vbase_delete):  Adjust for changes to the
14368         CLASSTYPE_VBASECLASSES list.
14369         * method.c (do_build_copy_constructor): Likewise.
14370         * rtti.c (get_base_offset): Use binfo_for_vbase.
14371         (expand_class_desc): Remove #if 0'd code.
14372         * search.c (struct vbase_info): Remove vbase_types.
14373         (get_base_distance):  Use binfo_for_vbase.
14374         (lookup_field_queue_p): Use CANONICAL_BINFO.
14375         (get_shared_vbase_if_not_primary): Use binfo_for_vbase.
14376         (get_pure_virtuals): Adjust for changes to the
14377         CLASSTYPE_VBASECLASSES list.
14378         (dfs_find_vbases): Use binfo_for_vbase.
14379         (dfs_init_vbase_pointers): Likewise.
14380         (init_vbase_pointers): Don't initialize vi.vbase_types.
14381         (virtual_context): Use binfo_for_vbase.
14382         (fixup_all_virtual_upcast_offsets): Adjust for changes to the
14383         CLASSTYPE_VBASECLASSES list.
14384         (expand_indirect_vtbls_init): Simplify.
14385         (dfs_get_vbase_types): Don't replicate virtual bases.
14386         (find_vbase_instance): Use binfo_for_vbase.
14387         (binfo_for_vbase): New function.
14388         * typeck.c (get_delta_difference): Use binfo_for_vbase.
14389
14390 2000-05-17  Mark Mitchell  <mark@codesourcery.com>
14391
14392         * decl2.c (finish_anon_union): Generalize error messages to handle
14393         anonymous structures.
14394         * init.c (perform_member_init): Remove `name' parameter.
14395         (build_field_list): New function.
14396         (sort_member_init): Handle anonymous union initialization order
14397         correctly.  Check for multiple initializations of the same union.
14398         (emit_base_init): Don't look up fields by name here.
14399         (expand_member_init): Record the result of name lookup for future
14400         reference.
14401         * typeck.c (build_component_ref): Fix formatting.
14402
14403 Wed May 17 17:27:44 2000  Andrew Cagney  <cagney@b1.cygnus.com>
14404
14405         * decl.c (pop_label): Replace warn_unused with warn_unused_label.
14406         * typeck.c (build_x_compound_expr): Replace warn_unused with
14407         warn_unused_value.
14408
14409         * decl2.c (lang_decode_option): Update -Wall unused flags by
14410         calling set_Wunused.
14411
14412 2000-05-16  Mark Mitchell  <mark@codesourcery.com>
14413
14414         * cp-treeh (BINFO_NEW_VTABLE_MARKED): Update documentation.
14415         * init.c (dfs_vtable_path_unmark): Remove.
14416         * search.c (marked_new_vtable_p): Likewise.
14417         (unmarked_new_vtable_p): Likewise.
14418         (dfs_search_slot_nonempty_p): Likewise.
14419         (dfs_mark): Likewise.
14420         (dfs_vtable_path_unmark): Likewise.
14421         (dfs_find_vbases): Don't set BINFO_NEW_VTABLE_MARKED.
14422         (dfs_int_vbase_pointers): Don't clear BINFO_VTABLE_PATH_MARKED.
14423         (dfs_init_vbase_pointers): Remove special-case new ABI code.
14424         (dfs_clear_vbase_slots): Don't clear BINFO_NEW_VTABLE_MARKED.
14425         (init_vbase_pointers): Simplify.
14426         (expand_indirect_vtbls_init): Likewise.
14427
14428         * class.c (copy_virtuals): New function.
14429         (build_primary_table): Use it.
14430         (build_secondary_vtable): Likewise.
14431         (modify_vtable_entry): Use NULL_TREE, not integer_zero_node, to
14432         indicate that no vcall offset is required.
14433         (add_virtual_function): Likewise.
14434         (modify_all_vtables): Likewise.
14435         (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
14436         (dfs_accumulate_vtbl_inits): Likewise.
14437         (build_vtbl_initializer): Make changes to handle construction
14438         vtables.
14439         (dfs_build_vcall_offset_vtbl_entries): Likewise.
14440         (build_rtti_vtbl_entries): Likewise.
14441         (build_vtable_entries): Handle a NULL vcall_index.
14442
14443 2000-05-15  Gabriel Dos Reis  <gdr@codesourcery.com>
14444
14445         * decl2.c (lang_decode_option): Fix thinko.
14446
14447 2000-05-14  Jason Merrill  <jason@casey.cygnus.com>
14448
14449         * except.c (check_handlers): New fn.
14450         * cp-tree.h: Declare it.
14451         * semantics.c (finish_handler_sequence): Call it.
14452         (finish_function_handler_sequence): Likewise.
14453         (finish_handler_parms): Set TREE_TYPE on the handler.
14454         * cp-tree.h (PUBLICLY_UNIQUELY_DERIVED_P): New macro.
14455         * search.c (get_base_distance_recursive): If protect>1, ignore
14456         special access.
14457         (get_base_distance): Don't reduce watch_access.
14458
14459 2000-05-13  Gabriel Dos Reis <gdr@codesourcery.com>
14460
14461         * lex.c: #include diagnostic.h.
14462         (lang_init_options): Set default prefixing rules.
14463
14464         * lang-options.h: Add -fdiagnostics-show-location=.
14465
14466         * decl2.c: #include diagnostic.h.
14467         (lang_decode_option): Handle -fdiagnostics-show-location=.
14468
14469 2000-05-12  Nathan Sidwell  <nathan@codesourcery.com>
14470
14471         * tinfo.cc: Revert my 2000-05-08 and 2000-05-07 changes.
14472         * vec.cc: Revert my 2000-05-07 change.
14473
14474 2000-05-11  Jason Merrill  <jason@casey.cygnus.com>
14475
14476         * class.c (check_field_decls): Complain about non-static data
14477         members with same name as class in class with constructor.
14478
14479 2000-05-10  Jason Merrill  <jason@casey.cygnus.com>
14480
14481         * decl.c (grokdeclarator): Allow non-static data members with
14482         same name as class.
14483
14484 2000-05-09  Zack Weinberg  <zack@wolery.cumb.org>
14485
14486         * cp-tree.h: Constify tree_srcloc.filename, tinst_level.file,
14487         and pending_inline.filename.  Update prototypes.
14488         * decl.c (define_label): Constify filename parameter.
14489         * decl2.c (warn_if_unknown_interface): Constify local char *.
14490         * input.c Constify input_source.filename. Don't declare
14491         input_filename or lineno.  Constify filename parameter to feed_input.
14492         * lex.c (init_parse): Constify parameter and return value.
14493         (cp_pragma_interface, cp_pragma_implementation): Constify
14494         filename argument.
14495         (reinit_parse_for_method, reinit_parse_for_block,
14496         reinit_parse_for_expr, feed_defarg, handle_cp_pragma):
14497         Constify local char *.
14498         * pt.c: Don't declare lineno or input_filename.
14499         (print_template_context, tsubst_friend_function, tsubst_decl,
14500         tsubst, instantiate_decl): Constify local char *.
14501         * semantics.c (expand_body): Constify local char *.
14502         * tree.c (build_srcloc): Constify filename parameter.
14503         * typeck.c (c_expand_asm_operands): Constify filename
14504         parameter.
14505
14506 2000-05-08  Nathan Sidwell  <nathan@codesourcery.com>
14507
14508         * tinfo.cc (__dynamic_cast): Use a reinterpret_cast. Fix
14509         offsetof expansion.
14510
14511 2000-05-08  Branko Cibej  <branko.cibej@hermes.si>
14512
14513         * inc/cxxabi.h:  Fix typos in comment.
14514         (__base_class_info::__offset): Use a static_cast.
14515
14516 2000-05-07  Nathan Sidwell  <nathan@codesourcery.com>
14517
14518         * inc/cxxabi.h: Use __SIZE_TYPE_ and __PTRDIFF_TYPE__ in place
14519         of std::size_t and std::ptrdiff_t respectively.
14520         * tinfo.cc: Likewise.
14521         * vec.cc: Likewise.
14522
14523 2000-05-06  Richard Henderson  <rth@cygnus.com>
14524
14525         * typeck.c (build_c_cast): Don't warn integer->pointer size
14526         mismatch for constants.
14527
14528 2000-05-06  Nathan Sidwell  <nathan@codesourcery.com>
14529
14530         * rtti.c (ptmd_initializer): Set non-public, if class is
14531         incomplete.
14532
14533         * inc/cxxabi.h (__dynamic_cast): Explicitly say extern "C++".
14534         (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
14535         __cxa_vec_delete): Likewise.
14536         * tinfo.cc (__dynamic_cast): Likewise.
14537         * vec.cc (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
14538         __cxa_vec_delete): Likewise.
14539
14540 2000-05-04  Mark Mitchell  <mark@codesourcery.com>
14541
14542         * cp-tree.h (DELTA_FROM_VTABLE_ENTRY): Remove.
14543         (SET_FNADDR_FROM_VTABLE_ENTRY): Likewise.
14544         (lang_decl_flags): Add vcall_offset.
14545         (THUNK_VCALL_OFFSET): Use it.
14546         * decl.c (lang_mark_tree): Don't mark DECL_ACCESS for a thunk.
14547         * method.c (make_thunk): Create the lang_decl here, not in
14548         emit_thunk.
14549         (emit_thunk): Make generic thunks into ordinary functions once
14550         they have been fed to expand_body.
14551         * semantics.c (expand_body): Set current_function_is_thunk here.
14552
14553 2000-05-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
14554
14555         * class.c (update_vtable_entry_for_fn): Prototype.
14556
14557         * pt.c (tsubst_decl): Initialize variables `argvec', `gen_tmpl'
14558         and `tmpl'.
14559
14560         * search.c (dfs_build_inheritance_graph_order): Prototype.
14561
14562 2000-05-04  Mark Mitchell  <mark@codesourcery.com>
14563
14564         * cp-tree.h (special_function_kind): Add various kinds of
14565         destructors.
14566         (special_function_p): New function.
14567         * class.c (overrides): Don't let one kind of destructor override
14568         another.
14569         * decl2.c (mark_used): Use DECL_NON_THUNK_FUNCTION_P when deciding
14570         whether or not to instantiate a template.
14571         * tree.c (special_function_p): Define.
14572
14573 2000-05-03  Mark Mitchell  <mark@codesourcery.com>
14574
14575         * cp-tree.def (THUNK_DECL): Remove.
14576         * cp-tree.h (DECL_THUNK_P): New macro.
14577         (DECL_NON_THUNK_FUNCTION_P): Likewise.
14578         (DECL_EXTERN_C_FUNCTION_P): Likewise.
14579         (SET_DECL_THUNK_P): Likewise.
14580         (DELTA_FROM_VTABLE_ENTRY): Use DECL_THUNK_P.
14581         (FNADDR_FROM_VTABLE_ENTRY): Likewise.
14582         (DECL_MAIN_P): Use DECL_EXTERN_C_FUNCTION_P.
14583         * decl.c (decls_match): Use DECL_EXTERN_C_P.
14584         (duplicate_decls): Likewise.
14585         (pushdecl): Likewise.  Adjust thunk handling.
14586         (grokfndecl): Use DECL_EXTERN_C_P.
14587         * decl2.c (mark_vtable_entries): Use DECL_THUNK_P.
14588         * dump.c (dequeue_and_dump): Remove THUNK_DECL handling.
14589         * except.c (nothrow_libfn_p): Use DECL_EXTERN_C_P.
14590         * expr.c (cplus_expand_expr): Remove THUNK_DECL handling.
14591         * method.c (make_thunk): Use SET_DECL_THUNK_P.  Set
14592         DECL_NO_STATIC_CHAIN.
14593         (emit_thunk): Don't play games with TREE_CODE on thunks.  Don't
14594         set DECL_DESTRUCTOR_P or DECL_CONSTRUCTOR_P on a thunk.
14595         * search.c (covariant_return_p): Remove THUNK_DECL handling.
14596         * ir.texi: Update.
14597
14598 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
14599
14600         * tree.c (walk_tree): Set lineno.
14601
14602 2000-05-01  Mark Mitchell  <mark@codesourcery.com>
14603
14604         * exception.cc: Update license notice.
14605         * new.cc: Likewise.
14606         * new1.cc: Likewise.
14607         * new2.cc: Likewise.
14608         * tinfo.cc: Likewise.
14609         * tinfo2.cc: Likewise.
14610         * vec.cc: Likewise.
14611         * inc/cxxabi.h: Likewise.
14612         * inc/exception: Likewise.
14613         * inc/new: Likewise.
14614         * inc/new.h: Likewise.
14615         * inc/typeinfo: Likewise.
14616
14617 2000-05-01  Jason Merrill  <jason@casey.cygnus.com>
14618
14619         * tree.c (build_target_expr_with_type): If we already have a
14620         TARGET_EXPR, just return it.
14621
14622         * optimize.c (initialize_inlined_parameters): Don't generate an
14623         EXPR_STMT if we can just use DECL_INITIAL.
14624         * decl.c (emit_local_var): Only make the initialization a
14625         full-expression if stmts_are_full_exprs_p.
14626
14627 2000-05-01  Mark Mitchell  <mark@codesourcery.com>
14628
14629         * cp-tree.h (same_type_ignoring_top_level_qualifiers_p): New
14630         macro.
14631         * call.c (standard_conversion): Use it.
14632         (direct_reference_binding): Likewise.
14633         (build_over_call): Likewise.
14634         (is_properly_derived_from): Likewise.
14635         (compare_ics): Likewise.
14636         * class.c (resolves_to_fixed_type_p): Likewise.
14637         * optimize.c (declare_return_variable): Likewise.
14638         * pt.c (is_specialization_of): Likewise.
14639         (unify): Likewise.
14640         * typeck.c (comp_target_parms): Likeiwse.
14641         (build_static_cast): Likewise.
14642         (build_reinterpret_cast): Likewise.
14643         (build_const_cast): Likewise.
14644         (comp_ptr_ttypes_real): Likewise.
14645         (comp_ptr_ttypes_const): Likewise.
14646         * typeck2.c (process_init_constructor): Likewise.
14647
14648 2000-04-30  Scott Snyder <snyder@fnal.gov>
14649
14650         * decl.c (finish_destructor_body): Use the base destructor when
14651         destroying virtual bases.
14652
14653 2000-04-30  Mark Mitchell  <mark@codesourcery.com>
14654
14655         * expr.c (cplus_expand_expr): Preserve temporaries when expanding
14656         STMT_EXPRs.
14657         * optimize.c (struct inline_data): Add target_exprs field.
14658         (declare_return_variable): When a function returns an aggregate,
14659         use the variable declared in the TARGET_EXPR as the remapped
14660         DECL_RESULT.
14661         (expand_call_inline): Update the pending target_exprs stack.
14662         (optimize_function): Initialize the stack.
14663
14664         * decl2.c (finish_file): Fix typo in comment.
14665
14666         * method.c (emit_thunk): Don't try to return a `void' value.
14667
14668         * optimize.c (initialize_inlined_parameters): If the parameter is
14669         addressable, we need to make a new VAR_DECL, even if the
14670         initializer is constant.
14671
14672 2000-04-28  Cosmin Truta  <cosmint@cs.ubbcluj.ro>
14673
14674         * decl.c (grok_op_properties): Add an extra check of argtypes.
14675
14676 2000-04-27  Mark Mitchell  <mark@codesourcery.com>
14677
14678         * optimize.c (copy_body_r): Use STRIP_TYPE_NOPS when copying
14679         variables.
14680         (initialize_inlined_parameters): Try to avoid creating new
14681         VAR_DECLs.
14682
14683 2000-04-27  Alex Samuel  <samuel@codesourcery.com>
14684
14685         * lex.c (my_get_run_time): Remove.
14686         (init_filename_times): Use get_run_time instead of my_get_run_time.
14687         (check_newline): Likewise.
14688         (dump_time_statistics): Likewise.
14689         * decl2.c (finish_file): Push and pop timevar TV_VARCONST instead
14690         of computing elapsed time explicitly.
14691
14692 2000-04-26  Mark Mitchell  <mark@codesourcery.com>
14693
14694         * cp-tree.h (TREE_READONLY_DECL_P): Use DECL_P.
14695         * init.c (decl_constant_value): Check TREE_READONLY_DECL_P.
14696         * call.c (convert_like_real): Don't test TREE_READONLY_DECL_P
14697         before calling decl_constant_value.
14698         * class.c (check_bitfield_decl): Likewise.
14699         * cvt.c (ocp_convert): Likewise.
14700         (convert): Likewise.
14701         * decl.c (compute_array_index_type): Likewise.
14702         (build_enumerator): Likewise.
14703         * decl2.c (check_cp_case_value): Likewise.
14704         * pt.c (convert_nontype_argument): Likewise.
14705         (tsubst): Likewise.
14706         * typeck.c (decay_conversion): Likewise.
14707         (build_compound_expr): Likewise.
14708         (build_reinterpret_cast): Likewise.
14709         (build_c_cast): Likewise.
14710         (convert_for_assignment): Likewise.
14711
14712 2000-04-26  Jason Merrill  <jason@casey.cygnus.com>
14713
14714         * decl.c (finish_function): Don't play games with DECL_INLINE.
14715
14716 2000-04-25  Gabriel Dos Reis  <dosreis@cmla.ens-cachan.fr>
14717
14718         * ir.texi: Correct typo.
14719
14720 2000-04-25  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
14721
14722         * decl.c (grokdeclarator): Reject VLAs as members.
14723
14724 2000-04-24  Gabriel Dos Reis  <gdr@codesourcery.com>
14725
14726         * call.c (standard_conversion): Accept conversion between
14727         COMPLEX_TYPEs.
14728
14729         * cvt.c (ocp_convert): Handle conversion to COMPLEX_TYPE.
14730
14731 2000-04-24  Zack Weinberg  <zack@wolery.cumb.org>
14732
14733         * decl2.c (finish_file): Remove double setup for accounting
14734         compile time.
14735
14736 2000-04-24  Robert Lipe <robertlipe@usa.net>
14737
14738         * cp-tree.h (lang_type): Member `language' now ENUM_BITFIELD.
14739
14740 2000-04-23  Benjamin Kosnik  <bkoz@cygnus.com>
14741
14742         * new.cc (set_new_handler): Needs to be in std::.
14743
14744 2000-04-23  Mark Mitchell  <mark@codesourcery.com>
14745
14746         * cp-tree.h (lang_decl): Remove pretty_function_p.
14747         (DECL_PRETTY_FUNCTION_P): Use TREE_LANG_FLAG_0, not a bit in the
14748         language-specific node.
14749         * decl.c (cp_make_fname_decl): Use build_decl, not
14750         build_lang_decl, to build the variables.
14751         (grokvardecl): Don't call build_lang_decl for local variables in
14752         templates.
14753         (grokdeclarator): Don't call build_lang_decl for local type
14754         declarations in templates.
14755         * lex.c (retrofit_lang_decl): Use ggc_alloc_obj to allocated
14756         zero'd memory, rather than calling memset.
14757         * pt.c: Include hashtab.h.
14758         (local_specializations): New variable.
14759         (retrieve_local_specialization): Use it.
14760         (register_local_specialization): Likewise.
14761         (tsubst_decl): Don't assume local variables have
14762         DECL_LANG_SPECIFIC.
14763         (instantiate_decl): Set up local_specializations.
14764         * Makefile.in (HTAB_H): New variable.
14765
14766 2000-04-23  Richard Henderson  <rth@cygnus.com>
14767
14768         * typeck.c (c_expand_asm_operands): Restore the original
14769         contents of the output list.
14770
14771 2000-04-22  Gabriel Dos Reis <gdr@codesourcery.com>
14772
14773         * ir.texi:  Document complex number representation.
14774
14775 2000-04-20  Nathan Sidwell  <nathan@codesourcery.com>
14776
14777         * rtti.c (init_rtti_processing): Set tinfo_var_id in new-abi.
14778         (target_incomplete_p): New function.
14779         (tinfo_base_init): Create comdat NTBS name variable.
14780         (ptr_initializer): Add non_public parameter. Calculate it.
14781         (ptmd_initializer): Likewise.
14782         (synthesize_tinfo_var): Adjust. Emit incomplete class tinfo.
14783         (create_real_tinfo_var): Add non_public parameter. Use it.
14784         Push proxy into global namespace.
14785         * inc/cxxabi.h (__pointer_type_info::incomplete_class_mask):
14786         New enumeration.
14787         * inc/typeinfo (type_info::before, type_info::operator==):
14788         Compare __name addresses.
14789
14790         * tinfo2.cc: Remove new-abi builtins comment.
14791
14792 2000-04-20  Jason Merrill  <jason@casey.cygnus.com>
14793
14794         * typeck.c (build_x_function_call): Resolve an OFFSET_REF.
14795
14796         * call.c (joust): Exit early if we get the same function, too.
14797
14798         * decl2.c (key_method): Return NULL_TREE for template classes.
14799         (import_export_class): Don't need to check for template classes.
14800
14801 2000-04-18  Zack Weinberg  <zack@wolery.cumb.org>
14802
14803         * lex.c: Remove references to cccp.c.
14804
14805 2000-04-18  Mark Mitchell  <mark@codesourcery.com>
14806
14807         * cp-tree.h (lang_decl_flags): Remove const_memfunc and
14808         volatile_memfunc.  Add destructor_attr.  Adjust dummy.
14809         (DECL_DESTRUCTOR_P): Use destructor_attr.
14810         (DECL_CONST_MEMFUNC_P): Reimplement.
14811         (DECL_VOLATILE_MEMFUNC_P): Remove.
14812         * class.c (finish_struct_methods): Use CLASSTYPE_DESTRUCTORS.
14813         (overrides): Use DECL_DESTRUCTOR_P.
14814         (check_for_override): Likewise.
14815         * decl.c (start_function): Likewise.
14816         * decl2.c (grokfclassfn): Likewise.
14817         (check_classfn): Likewise.
14818         (grok_function_init): Likewise.
14819
14820 2000-04-17  Mark Mitchell  <mark@codesourcery.com>
14821
14822         * decl2.c (grokfield): Issue error on illegal data member
14823         declaration.
14824
14825 Mon Apr 17 17:11:16 2000  Mark P Mitchell  <mark@codesourcery.com>
14826
14827         * method.c (make_thunk): Set DECL_CONTEXT for a THUNK_DECL.
14828
14829 2000-04-16  Mark Mitchell  <mark@codesourcery.com>
14830
14831         * class.c (build_vtable_entry): Don't build thunks for type-info
14832         functions.
14833
14834 2000-04-16  Jason Merrill  <jason@casey.cygnus.com>
14835
14836         * decl.c (decls_match): Allow a redeclaration of a builtin to
14837         specify args while the builtin did not.
14838
14839 2000-04-15  Mark Mitchell  <mark@codesourcery.com>
14840
14841         * cp-tree.def (THUNK_DECL): Add to documentation.
14842         * cp-tree.h (flag_huge_objects): Declare.
14843         * class.c (modify_vtable_entry): Tidy.
14844         (update_vtable_entry_for_fn): Split out from dfs_modify_vtables.
14845         Calculate delta appropriately for the new ABI.
14846         (dfs_modify_vtables): Use it.
14847         (modify_all_vtables): Fix thinko in code to add overriding copies
14848         of functions to primary vtables.
14849         (build_clone): Fix typo in comment.
14850         (clone_function_decl): Correct order of destructors in vtable.
14851         (build_vbase_offset_vtbl_entries): Adjust comment.
14852         (dfs_vcall_offset_queue_p): Remove.
14853         (dfs_build_vcall_offset_vtbl_entries): Update BV_VCALL_INDEX.
14854         (build_vcall_offset_vtbl_entries): Juse use dfs_skip_vbases.
14855         (build_vtable_entry): Correct check for pure virtual functions.
14856         Don't declare flag_huge_objects.
14857         * decl.c (flag_huge_objects): Remove declaration.
14858         * method.c (make_thunk): Tweak mangling for vcall offset thunks.
14859         Use int_size_in_bytes.
14860         (emit_thunk): Handle vcall offset thunks.
14861
14862 Sat Apr 15 16:00:01 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
14863
14864         * decl2.c (parse_time, varconst_time): Delete declarations.
14865         (finish_file): Delete LINENO declaration.
14866         START_TIME and THIS_TIME now long.
14867
14868 2000-04-13  Nathan Sidwell  <nathan@codesourcery.com>
14869
14870         * class.c (build_base_field): Reformat comment.
14871
14872         * inc/cxxabi.h (stddef.h): Comment inclusion.
14873         (__base_class_info::__offset): Comment shift.
14874
14875 2000-04-12  Mark Mitchell  <mark@codesourcery.com>
14876
14877         * cp-tree.h (IDENTIFIER_CTOR_OR_DTOR_P): New macro.
14878         (cp_tree_index): Add CPTI_PUSH_EXCEPTION_IDENTIFIER.
14879         (cp_push_exception_identifier): New macro.
14880         (DECL_COMPLETE_DESTRUCTOR_P): New macro.
14881         (DECL_BASE_DESTRUCTOR_P): Likewise.
14882         (DECL_DELETING_DESTRUCTOR_P): Likewise.
14883         (get_vtbl_decl_for_binfo): Fix formatting.
14884         (in_charge_arg_for_name): New macro.
14885         (maybe_build_cleanup_and_delete): Remove declaration.
14886         * call.c (build_field_call): Use IDENTIFIER_CTOR_OR_DTOR_P.
14887         (in_charge_arg_for_name): New function.
14888         (build_new_method_call): Use it.  Handle cloned destructors.
14889         (build_clone): Don't make the base constructor virtual.
14890         Automatically defer generated functions.
14891         (clone_function_decl): Handle destructors, too.
14892         (clone_constructors_and_destructors): Likewise.
14893         (create_vtable_ptr): Don't create a vtable entry for a cloned
14894         function.
14895         * decl.c (predefined_identifier): Add ctor_or_dtor_p.
14896         (initialize_predefined_identifiers): Update appropriately.
14897         (finish_destructor_body): Simplify.
14898         (maybe_build_cleanup_and_delete): Remove.
14899         * except.c (expand_throw): Handle new-ABI destructors.
14900         * init.c (expand_cleanup_for_base): Use base_dtor_identifier.
14901         (build_dtor_call): New function.
14902         (build_delete): Use it.  Simplify.
14903         * optimize.c (maybe_clone_body): Handle destructors.
14904         * search.c (lookup_field_queue_p): Use IDENTIFIER_CTOR_OR_DTOR_P.
14905
14906         * exception.cc (cleanup_fn): New typedef.
14907         (CALL_CLEANUP): New macro.
14908         (cp_eh_info): Use them.
14909         (__cp_push_exception): Likewise.
14910         (__cp_pop_exception): Likewise.
14911
14912 2000-04-11  Mark Mitchell  <mark@codesourcery.com>
14913
14914         * cp-tree.h (cp_tree_index): Add CPTI_DTOR_IDENTIFIER.
14915         (complete_dtor_identifier): New macro.
14916         (CLASSTYPE_FIRST_CONVERSION): Remove.
14917         (CLASSTYPE_CONSTRUCTOR_SLOT): New macro.
14918         (CLASSTYPE_DESTRUCTOR_SLOT): Likewise.
14919         (CLASSTYPE_FIRST_CONVERSION_SLOT): Likewise.
14920         (CLASSTYPE_CONSTRUCTORS): Likewise.
14921         (CLASSTYPE_DESTRUCTORS): Likewise.
14922         (lang_decl): Add cloned_function.
14923         (DECL_COMPLETE_CONSTRUCTOR_P): New macro.
14924         (DECL_BASE_CONSTRUCTOR_P): Likewise.
14925         (DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P): Likewise.
14926         (DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P): Likewise.
14927         (DECL_CLONED_FUNCTION_P): Likewise.
14928         (DECL_CLONED_FUNCTION): Likewise.
14929         (clone_function_decl): Declare.
14930         (maybe_clone_body): Likewise.
14931         * call.c (build_user_type_conversion_1): Call complete object
14932         constructors in the new ABI.
14933         (build_new_method_call): Don't add in-charge parameters under the
14934         new ABI.
14935         * class.c (add_method): Use DECL_MAYBE_IN_CHARGE_CONSTRUCTOR_P,
14936         DECL_MAYBE_IN_CHARGE_DESTRUCTOR_P, CLASSTYPE_CONSTRUCTOR_SLOT, and
14937         CLASSTYPE_DESTRUCTOR_SLOT.
14938         (build_clone): New function.
14939         (clone_function_decl): Likewise.
14940         (clone_constructors_and_destructors): Likewise.
14941         (check_bases_and_members): Use it.
14942         * decl.c (iniitialize_predefined_identifiers): Initialize
14943         complete_dtor_identifier.
14944         (finish_function): Don't add extra code to a clone.
14945         (lang_mark_tree): Mark cloned_function.
14946         * decl2.c (mark_used): Don't bother trying to instantiate things
14947         we synthesized.
14948         * dump.c (dequeue_and_dump): Don't dump CP_DECL_CONTEXT twice.
14949         * method.c (set_mangled_name_for_decl): Don't treat clones as
14950         constructors.
14951         (synthesize_method): Sythesize cloned functions, not the clones.
14952         * optimize.c (inline_data): Update comment on ret_label.
14953         (remap_block): Don't assume DECL_INITIAL exists.
14954         (copy_body_r): Allow ret_label to be NULL.
14955         (maybe_clone_body): Define.
14956         * pt.c (tsubst_decl): Handle clones.
14957         (instantiate_clone): New function.
14958         (instantiate_template): Use it.
14959         (set_mangled_name_for_template_decl): Don't treat clones as
14960         constructors.
14961         * search.c (lookup_fnfields_1): Use CLASSTYPE_CONSTRUCTOR_SLOT,
14962         CLASSTYPE_DESTRUCTOR_SLOT, and CLASSTYPE_FIRST_CONVERSION_SLOT.
14963         * semantics.c (expand_body): Clone function bodies as necessary.
14964
14965         * optimize.c (remap_decl): Avoid sharing structure for arrays
14966         whose size is only known at run-time.
14967         * tree.c (copy_tree_r): Don't copy PARM_DECLs.
14968
14969         * cp-tree.h (lang_decl_flags): Rename constructor_for_vbase_attr
14970         to has_in_charge_parm_p.
14971         (DECL_CONSTRUCTOR_FOR_VBASE_P): Rename to ...
14972         (DECL_HAS_IN_CHARGE_PARM_P): ... this.
14973         (DECL_COPY_CONSTRUCTOR_P): New macro.
14974         * call.c (add_function_candidate): Use DECL_HAS_IN_CHARGE_PARM_P.
14975         (build_user_type_conversion_1): Likewise.
14976         (convert_like_real): Likewise.
14977         (build_over_call): Likeiwse.  Use DECL_COPY_CONSTRUCTOR_P.
14978         * decl.c (grokdeclarator): Use DECL_HAS_IN_CHARGE_PARM_P.
14979         (copy_args_p): Likewise.
14980         (grok_ctor_properties): Likewise.
14981         (start_function): Likewise.
14982         * decl2.c (maybe_retrofit_in_charge): Likewise.  Set it.
14983         * error.c (dump_function_decl): Use DECL_HAS_IN_CHARGE_PARM_P.
14984         * init.c (emit_base_init): Use DECL_COPY_CONSTRUCTOR_P.
14985         * method.c (do_build_copy_constructor): Use
14986         DECL_HAS_IN_CHARGE_PARM_P.
14987         (synthesize_method): Likewise.
14988         * pt.c (instantiate_template): Remove goto.
14989         * tree.c (build_cplus_method_type): Remove mention of obstacks in
14990         comment.
14991
14992         * cp-tre.h (finish_function): Change prototype.
14993         * decl.c (end_cleanup_fn): Adjust caller.
14994         (finish_function): Take only one parameter.
14995         * decl2.c (finish_objects): Adjust caller.
14996         (finish_static_storage_duration_function): Likewise.
14997         * method.c (emit_thunk): Likewise.
14998         * parse.y: Likewise.
14999         * parse.c: Regenerated.
15000         * pt.c (instantiate_decl): Likewise.
15001         * rtti.c (synthesize_tinfo_fn): Likewise.
15002         * semantics.c (expand_body): Likewise.
15003
15004         * cp-tree.h (copy_decl): New function.
15005         * class.c (finish_struct_1): Use it.
15006         * lex.c (copy_decl): Define it.
15007         * pt.c (tsubst_decl): Likewise.
15008         * tree.c (copy_template_template_parm): Likewise.
15009
15010         * cp-tree.h (lang_type): Remove has_nonpublic_ctor and
15011         has_nonpublic_assign_ref.
15012         (TYPE_HAS_NONPUBLIC_CTOR): Don't declare.
15013         (TYPE_HAS_NONPUBLIC_ASSIGN_REF): Likewise.
15014         * class.c (finish_struct_methods): Don't set
15015         TYPE_HAS_NONPUBLIC_CTOR or TYPE_HAS_NONPUBLIC_ASSIGN_REF.
15016         (interface_only): Don't declare.
15017         (interface_unknown): Likewise.
15018
15019 2000-04-11  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
15020
15021         * tree.h (HAVE_TEMPLATES): Remove definition.
15022         * lang-options.h (-fthis-is-variable): Remove documentation.
15023
15024 2000-04-10  Jason Merrill  <jason@casey.cygnus.com>
15025
15026         * class.c (instantiate_type): Handle object-relative template-id.
15027
15028         * semantics.c (finish_expr_stmt): Call convert_to_void here.
15029         * decl.c (cplus_expand_expr_stmt): Not here.
15030
15031         * rtti.c (build_dynamic_cast_1): Call non_lvalue.
15032         Initialize exprtype earlier.
15033
15034         * parse.y (fn.def1): Check for defining types in return types.
15035
15036         * decl.c (check_tag_decl): Notice extra fundamental types.
15037         Diagnose empty decls in classes, too.
15038
15039         * decl.c (grokdeclarator): Don't override an anonymous name if no
15040         declarator was given.
15041
15042         * cvt.c (convert_to_void): Call resolve_offset_ref.
15043
15044         * typeck.c (build_x_function_call): Abort if we get an OFFSET_REF.
15045
15046         * decl2.c (decl_namespace): Handle getting a type.
15047
15048         * typeck.c (build_c_cast): Re-enable warning for cast between
15049         pointer and integer of different size.
15050
15051 2000-04-10  Nathan Sidwell  <nathan@codesourcery.com>
15052
15053         * inc/cxxabi.h (__pointer_type_info): Add restrict and
15054         incomplete flags.
15055         (__pointer_type_info::__pointer_catch): New virtual function.
15056         (__pointer_to_member_type_info): Derive from
15057         __pointer_type_info. Adjust.
15058         (__pointer_to_member_type_info::__do_catch): Remove.
15059         (__pointer_to_member_type_info::__is_pointer_p): Declare.
15060         (__pointer_to_member_type_info::__pointer_catch): Declare.
15061         * rtti.c (qualifier_flags): Add restrict flag.
15062         (ptmd_initializer): Reorder members.
15063         (create_tinfo_types): Expand comments. Reorder
15064         ptmd_desc_type_node members.
15065         * tinfo2.cc (__pointer_to_member_type_info::__is_pointer_p):
15066         Implement.
15067         (__pointer_type_info::__do_catch): Move specific code into
15068         __pointer_catch. Call it.
15069         (__pointer_type_info::__pointer_catch): Non-pointer-to-member
15070         specific catch checking. Fix void conversion check.
15071         (__pointer_to_member_type_info::__do_catch): Remove.
15072         (__pointer_to_member_type_info::__pointer_catch): Implement.
15073
15074 2000-04-10  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
15075
15076         * lex.c (init_parse): Remove traces of classof and headof.
15077         * decl2.c (flag_operator_names): Default to 1.
15078         (lang_decode_option): Do not set it for -ansi.
15079
15080 2000-04-09  Mark Mitchell  <mark@codesourcery.com>
15081
15082         * cp-tree.h (struct lang_decl): Remove main_decl_variant.
15083         (DECL_MAIN_VARIANT): Remove.
15084         * decl.c (duplicate_decls): Don't set it.
15085         (start_function): Likewise.
15086         (lang_mark_tree): Don't mark it.
15087         * decl2.c (defer_fn): Don't use it.
15088         * lex.c (retrofit_lang_decl): Don't set it.
15089         * pt.c (tsubst_decl): Likewise.
15090         * ptree.c (print_lang_decl): Don't print it.
15091         * typeck.c (mark_addressable): Don't use it.
15092
15093 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
15094
15095         * vec.cc: Include <new> and <exception>.
15096         (__cxa_vec_ctor): Use __cxa_vec_dtor for cleanup.
15097         (__cxa_vec_dtor): Catch dtor exceptions, and rethrow or
15098         terminate.
15099         (__cxa_vec_delete): Catch dtor exceptions.
15100
15101 2000-04-09  Nathan Sidwell  <nathan@codesourcery.com>
15102
15103         Prepend __ to implementation defined names.
15104         * inc/typeinfo (type_info): Rename _name to __name.
15105         (type_info::type_info): Rename parameter.
15106         (type_info::operator==, type_info::operator!=,
15107         type_info::before): Likewise.
15108         (type_info::is_pointer_p, type_info::is_function_p,
15109         type_info::do_catch, type_info::do_upcast): Prepend __. Rename
15110         parameters.
15111         * inc/cxxabi.h
15112         (__fundamental_type_info::__fundamental_type_info) Rename parameters.
15113         (__pointer_type_info::__pointer_type_info): Likewise.
15114         (__pointer_type_info::is_pointer_p,
15115         __pointer_type_info::do_catch): Prepend __. Rename parameters.
15116         (__array_type_info::__array_type_info): Rename parameters.
15117         (__function_type_info::__function_type_info): Likewise.
15118         (__function_type_info::is_function_p): Prepend __.
15119         (__enum_type_info::__enum_type_info): Rename parameters.
15120         (__pointer_to_member_type_info::__pointer_to_member_type_info):
15121         Likewise.
15122         (__pointer_to_member_type_info::do_catch): Prepend __. Rename
15123         parameters.
15124         (__base_class_info::is_virtual_p, is_public_p, offset): Prepend __.
15125         (__class_type_info::__class_type_info): Rename parameters.
15126         (__class_type_info::sub_kind): Prepend __. Adjust member names.
15127         (__class_type_info::upcast_result,
15128         __class_type_info::dyncast_result): Prepend __. Move definition
15129         into tinfo.cc.
15130         (__class_type_info::do_upcast, __class_type_info::do_catch,
15131         __class_type_info::find_public_src,
15132         __class_type_info::do_dyncast,
15133         __class_type_info::do_find_public_src): Prepend __. Rename
15134         parameters.
15135         (__si_class_type_info::__si_class_type_info): Rename parameters.
15136         (__si_class_type_info::do_upcast, __si_class_type_info::do_dyncast,
15137         __si_class_type_info::do_find_public_src): Prepent __. Rename
15138         parameters.
15139         (__vmi_class_type_info::__vmi_class_type_info): Rename parameters.
15140         (__vmi_class_type_info::do_upcast, __vmi_class_type_info::do_dyncast,
15141         __vmi_class_type_info::do_find_public_src): Prepent __. Rename
15142         parameters.
15143         (__dynamic_cast): Rename parameters.
15144         * tinfo.cc (type_info::is_pointer_p, type_info::is_function_p,
15145         type_info::do_catch, type_info::do_upcast): Prepend __.
15146         (contained_p, public_p, virtual_p, contained_public_p,
15147         contained_nonpublic_p, contained_nonvirtual_p): Adjust.
15148         (__class_type_info::do_catch,
15149         __class_type_info::do_upcast): Prepend __. Adjust.
15150         (__class_type_info::__upcast_result,
15151         __class_type_info::__dyncast_result): Move from inc/cxxabi.h.
15152         Adjust.
15153         (__class_type_info::find_public_src): Prepend __. Adjust.
15154         (__class_type_info::do_find_public_src,
15155         __si_class_type_info::do_find_public_src,
15156         __vmi_class_type_info::do_find_public_src): Likewise.
15157         (__class_type_info::do_dyncast,
15158         __si_class_type_info::do_dyncast,
15159         __vmi_class_type_info::do_dyncast): Likewise.
15160         (__class_type_info::do_upcast,
15161         __si_class_type_info::do_upcast,
15162         __vmi_class_type_info::do_upcast): Likewise.
15163         (__dynamic_cast): Adjust.
15164         * tinfo2.cc (__pointer_type_info::is_pointer_p): Prepend __.
15165         (__function_type_info::is_function_p): Likewise.
15166         (__pointer_type_info::do_catch): Likewise. Adjust.
15167         (__pointer_to_member_type_info::do_catch): Likewise. Adjust.
15168         (__throw_type_match_rtti_2): Adjust.
15169         (__is_pointer): Adjust.
15170
15171 2000-04-08  Mark Mitchell  <mark@codesourcery.com>
15172
15173         * cp-tree.h (cp_tree_index): Add CPTI_COMPLETE_CTOR_IDENTIFIER.
15174         (complete_ctor_identifier): New macro.
15175         (special_function_kind): Add sfk_copy_constructor and
15176         sfk_assignment_operator.
15177         (LOOKUP_HAS_IN_CHARGE): Remove.
15178         (cons_up_default_function): Rename to ...
15179         (implicitly_declare_fn): ... this.
15180         * call.c (build_new_method_call): Add in-charge parameters for
15181         constructors here.
15182         * class.c (add_implicitly_declared_members): Change parameter name
15183         from cant_have_assignment to cant_have_const_assignment.
15184         Replace calls to cons_up_default_function to implicitly_declare_fn.
15185         * cvt.c (ocp_convert): Use complete_ctor_identifier.
15186         * decl.c (initialize_predefined_identifiers): Initialize it.
15187         (start_function): Use DECL_CONSTRUCTOR_FOR_VBASE_P instead of
15188         complex expression.
15189         * init.c (expand_default_init): Don't calculate the in-charge
15190         parameter here.
15191         (build_new_1): Likewise.
15192         * lex.c (cons_up_default_function): Move to method.c.
15193         * method.c (synthesize_method): Use DECL_DESTRUCTOR_P.
15194         (implicitly_declare_fn): New function.
15195         * typeck.c (build_static_cast): Use complete_ctor_identifier.
15196         (build_modify_expr): Likewise.
15197         * typeck2.c (build_functional_cast): Likewise.
15198
15199         Under the new ABI, constructors don't return `this'.
15200         * cp-tree.h (warn_reorder): Declare.
15201         (special_function_kind): New enum.
15202         (global_base_init_list): Remove declaration.
15203         (emit_base_init): Don't return a value.
15204         (check_base_init): Don't declare.
15205         (is_aggr_typedef): Likewise.
15206         * decl.c (check_special_function_return_type): New function.
15207         (return_types): Remove.
15208         (grokdeclarator): Use check_special_function_return_type.
15209         (start_function): Don't initialize ctor_label under the new ABI.
15210         (finish_construtor_body): Don't create a corresponding LABEL_STMT.
15211         * init.c (begin_init_stmts): Move to top of file.
15212         (finish_init_stmts): Likewise.
15213         (warn_reorder): Don't declare.
15214         (emit_base_init): Don't create a STMT_EXPR here.  Don't return a
15215         value.
15216         (check_base_init): Remove.
15217         (is_aggr_typedef): Likewise.
15218         (build_new_1): Don't use the return value of a constructor.
15219         * semantics.c (setup_vtbl_ptr): Don't use the return value
15220         of emit_base_init.
15221         * typeck.c (check_return_expr): Don't magically convert return
15222         statements into `return this' in constructors under the new ABI.
15223
15224         * cp-tree.h (cp_tree_index): Add CPTI_BASE_CTOR_IDENTIFIER,
15225         CPTI_BASE_DTOR_IDENTIFIER, and CPTI_DELETING_DTOR_IDENTIFIER.
15226         (base_ctor_identifier): New macro.
15227         (base_dtor_identifier): Likewise.
15228         (deleting_dtor_identifier): Likewise.
15229         * decl.c: Don't include obstack.h.
15230         (obstack_chunk_alloc): Don't define.
15231         (obstack_chunk_free): Likewise.
15232         (struct predefined_identifier): New type.
15233         (initialize_predefined_identifiers): New function.
15234         (init_decl_processing): Use it.
15235         (debug_temp_inits): Remove.
15236         (start_method): Don't call preserve_data.
15237         (hack_incomplete_structures): Update comment.
15238         * init.c (init_init_processing): Don't initialize
15239         nelts_identifier.
15240         (build_offset_rf): Remove dead code.
15241         (build_delete): Use CLASSTYPE_N_BASECLASSES.
15242         * search.c (init_search_processing): Don't initialize
15243         vptr_identifier.
15244
15245 2000-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15246
15247         * typeck.c (build_binary_op): Call `tree_expr_nonnegative_p' to elide
15248         some sign_compare warnings.
15249
15250 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
15251
15252         Rename abi::__vmi_class_type_info members.
15253         * inc/cxxabi.h (__vmi_class_type_info): Rename details, n_bases,
15254         base_list, detail_masks members to vmi_flags, vmi_base_count,
15255         vmi_bases and vmi_flags_masks respectively.
15256         (__vmi_class_type_info::vmi_flags_masks): Rename
15257         details_unknown_mask to flags_unknown_mask.
15258         * tinfo.cc (__class_type_info::do_upcast): Adjust.
15259         (__vmi_class_type_info::do_find_public_src): Adjust.
15260         (__vmi_class_type_info::do_dyncast): Adjust.
15261         (__vmi_class_type_info::do_upcast): Adjust.
15262
15263 2000-04-07  Nathan Sidwell  <nathan@codesourcery.com>
15264
15265         * tinfo.cc (convert_to_base): New function.
15266         (get_vbase_offset): Remove. Move into convert_to_base.
15267         (__vmi_class_type_info::do_find_public_src): Adjust.
15268         (__vmi_class_type_info::do_dyncast): Adjust.
15269         (__vmi_class_type_info::do_upcast): Adjust.
15270
15271 2000-04-06  Jason Merrill  <jason@yorick.cygnus.com>
15272
15273         * tinfo.cc (operator=): Use __builtin_strcmp.
15274         * tinfo2.cc (before): Likewise.
15275
15276 2000-04-06  Mark Mitchell  <mark@codesourcery.com>
15277
15278         * cp-tree.h (lang_decl_flags): Rename saved_inline to deferred.
15279         (DECL_SAVED_INLINE): Rename to ...
15280         (DECL_DEFERRED_FN): ... this.
15281         (in_function_p): Remove declaration.
15282         (mark_inline_for_output): Rename to ...
15283         (defer_fn): ... this.
15284         * decl.c (finish_function): Adjust call to mark_inline_for_output.
15285         (in_function_p): Remove definition.
15286         * decl2.c (saved_inlines): Rename to ...
15287         (deferred_fns): ... this.
15288         (saved_inlines_used): Rename to ...
15289         (deferred_fns_used): ... this.
15290         (mark_inline_for_output): Rename to ...
15291         (defer_fn): ... this.
15292         (finish_file): Adjust accordingly.
15293         (init_decl2): Likewise.
15294         * lex.c (cons_up_default_function): Likewise.
15295         * pt.c (mark_decl_instantiated): Likewise.
15296         (instantiate_decl): Don't set DECL_DEFER_OUTPUT under any
15297         circumstances.
15298         * rtti.c (get_tinfo_decl): Adjust call to mark_inline_for_output.
15299         * semantics.c (expand_body): Defer more functions.
15300
15301 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
15302
15303         * vec.cc: New file.
15304         * Make-lang.in (CXX_LIB2FUNCS): Add it.
15305         (vec.o): Build it.
15306         * inc/cxxabi.h (__cxa_vec_new, __cxa_vec_ctor, __cxa_vec_dtor,
15307         __cxa_vec_delete): Declare.
15308
15309 2000-04-06  Nathan Sidwell  <nathan@codesourcery.com>
15310
15311         * rtti.c (dfs_class_hint_mark): New static function.
15312         (dfs_class_hint_unmark): New static function.
15313         (class_hint_flags): Use them.
15314
15315 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
15316
15317         * decl2.c: Make flag_honor_std dependent on ENABLE_STD_NAMESPACE.
15318
15319 2000-04-05  Mark Mitchell  <mark@codesourcery.com>
15320
15321         * cp-tree.h (instantiate_decl): Change prototype.
15322         * decl2.c (mark_used): Adjust call.
15323         * optimize.c (inlinable_function_p): Adjust handling of templates.
15324         * pt.c (do_decl_instantiation): Adjust call to instantiate_decl.
15325         (do_type_instantiation): Likewise.
15326         (instantiate_decl): Defer more templates.
15327         (instantiate_pending_templates): Adjust logic to handle inline
15328         friend functions.
15329
15330         * Makefile.in (GGC_H): New variable.  Use it throughout in place
15331         of ggc.h.
15332
15333         * call.c: Don't include obstack.h.  Include ggc.h.
15334         (obstack_chunk_alloc): Don't define.
15335         (obstack_chunk_free): Likewise.
15336         (add_candidate): Allocate the z_candidate with ggc_alloc_obj.
15337         * decl.c (push_switch): Use xmalloc to allocate the cp_switch.
15338         (pop_switch): Free it.
15339
15340         * decl2.c (grokclassfn): Set TREE_READONLY for PARM_DECLs.
15341
15342         * dump.c (dequeue_and_dump): Don't try to print the bit_position
15343         if we don't have a DECL_FIELD_OFFSET.
15344
15345 Wed Apr  5 15:12:18 MET DST 2000  Jan Hubicka  <jh@suse.cz>
15346
15347         * optimize.c (calls_setjmp_r): Use setjmp_call_p instead of
15348         special_function_p.
15349
15350 2000-04-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
15351
15352         * cfns.gperf (hash, libc_name_p): Prototype.
15353
15354         * rtti.c (build_dynamic_cast_1): Constification.
15355
15356         * search.c (dfs_debug_unmarkedp, dfs_debug_mark): Unhide prototypes.
15357
15358         * semantics.c (deferred_type_access_control): Prototype.
15359
15360 2000-04-04  Mark Mitchell  <mark@codesourcery.com>
15361
15362         Correct many new ABI issues regarding vbase and vcall offset
15363         layout.
15364         * cp-tree.h (BINFO_VTABLE): Document.
15365         (struct lang_type): Tweak formatting.
15366         (BINFO_PRIMARY_BINFO): Add to documentation.
15367         (CLASSTYPE_VSIZE): Fix typo in comment.
15368         (CLASSTYPE_VBASECLASSES): Update documentation.
15369         (BINFO_VBASE_MARKED): Remove.
15370         (SET_BINFO_VBASE_MARKED): Likewise.
15371         (CLEAR_BINFO_VBASE_MARKED): Likewise.
15372         (BINFO_FIELDS_MARKED): Remove.
15373         (SET_BINFO_FIELDS_MARKED): Likewise.
15374         (CLEAR_BINFO_FIELDS_MARKED): Likewise.
15375         (enum access_kind): New enumeration.
15376         (num_extra_vtbl_entries): Remove declaration.
15377         (size_extra_vtbl_entries): Likewise.
15378         (get_vtbl_decl_for_binfo): New function.
15379         (dfs_vbase_unmark): Remove declaration.
15380         (mark_primary_bases): Likewise.
15381         * class.c (SAME_FN): Remove.
15382         (struct vcall_offset_data_s): Move definition.
15383         (build_vbase_pointer): Use `build', not `build_binary_op', to
15384         access the vbase pointer under the new ABI.
15385         (build_vtable_entry_ref): Use get_vtbl_decl_for_binfo.
15386         (build_primary_vtable): Likewise.
15387         (dfs_mark_primary_bases): Move here from search.c.
15388         (mark_primary_bases): Likewise.
15389         (determine_primary_bases): Under the new ABI, don't make a base
15390         class a primary base just because we don't yet have any virtual
15391         functions.
15392         (layout_vtable_decl): Use get_vtbl_decl_for_binfo.
15393         (num_vfun_entries): Remove.
15394         (dfs_count_virtuals): Likewise.
15395         (num_extra_vtbl_entries): Likewise.
15396         (size_extra_vtbl_entries): Likewise.
15397         (layout_virtual_bases): Iterate in inheritance graph order under
15398         the new ABI.
15399         (finish_struct_1): Use TYPE_VFIELD, not CLASSTYPE_VSIZE, to
15400         indicate that a vfield is present.
15401         (init_class_processing): Initialize access_public_node, etc., from
15402         ak_public, etc.
15403         (get_vtbl_decl_for_binfo): New function.
15404         (dump_class_hierarchy_r): Likewise.
15405         (dump_class_hierarchy): Use it.
15406         (finish_vtbls): Build the vtbls in inheritance graph order.
15407         (dfs_finish_vtbls): Adjust call to build_vtbl_initializer.
15408         (initialize_vtable): Use get_vtbl_decl_for_binfo.
15409         (accumulate_vtbl_inits): Add comments explaining why a pre-order
15410         walk is required.
15411         (dfs_accumulate_vtbl_inits): Set BINFO_VTABLE to the location
15412         where the vptr points, even for primary vtables.
15413         (build_vtbl_initializer): Adjust handling of vbase and vcall
15414         offsets.
15415         (build_vcall_and_vbase_vtable_entries): New function.
15416         (dfs_build_vbase_offset_vtbl_entries): Remove.
15417         (build_vbase_offset_vtbl_entries): Reimplement.
15418         (dfs_build_vcall_offset_vtbl_entries): Don't include virtuals that
15419         were already handled in a primary base class vtable.
15420         (build_vcall_offset_vtbl_entries): Adjust.
15421         (build_rtti_vtbl_entries): Adjust.
15422         * decl2.c (output_vtable_inherit): Use get_vtbl_decl_for_binfo.
15423         * init.c (expand_virtual_init): Simplify.
15424         * repo.c (repo_get_id): Use get_vtbl_decl_for_binfo.
15425         * rtti.c (create_pseudo_type_info): Adjust calculation of vptr.
15426         * search.c (BINFO_ACCESS): New macro.
15427         (SET_BINFO_ACCESS): Likewise.
15428         (dfs_access_in_type): Manipulate access_kinds, not access nodes.
15429         (access_in_type): Likewise.
15430         (dfs_accessible_p): Likewise.
15431         (protected_accessible_p): Likewise.
15432         (lookup_fnfields_1): Adjust documentation.
15433         (dfs_mark_primary_bases): Move to class.c
15434         (mark_primary_bases): Likewise.
15435         (dfs_vbase_unmark): Remove.
15436         (virtual_context): Use BINFO_FOR_VBASE.
15437         (dfs_get_vbase_types): Simplify.
15438         (dfs_build_inheritance_graph_order): New function.
15439         (get_vbase_types): Use it.
15440         * tree.c (debug_binfo): Use get_vtbl_decl_for_binfo.
15441
15442         * tinfo.cc (get_vbase_offset): New function.
15443         (__vmi_class_type_info::do_find_public_src): Use it.
15444         (__vmi_class_type_info::do_dyncast): Likewise.
15445         (__vmi_class_type_info::do_upcast): Likewise.
15446
15447 2000-04-03  Zack Weinberg  <zack@wolery.cumb.org>
15448
15449         * lang-specs.h: Pass -fno-show-column to the preprocessor.
15450
15451 2000-03-30  Nathan Sidwell  <nathan@codesourcery.com>
15452
15453         * rtti.c (class_hint_flags): Rename flags.
15454         (class_initializer): Remove flags.
15455         (synthesize_tinfo_var): Combine offset and flags. Add flags
15456         for __vmi_class_type_info.
15457         (create_tinfo_types): Remove flags from __class_type_info and
15458         __si_class_type_info. Merge flags and offset from
15459         base_class_type_info.
15460         * inc/cxxabi.h (__base_class_info): Merge offset and vmi_flags.
15461         (__base_class_info::is_virtual_p): Adjust.
15462         (__base_class_info::is_public_p): Adjust.
15463         (__base_class_info::offset): New accessor.
15464         (__class_type_info::details): Remove member.
15465         (__class_type_info::__class_type_info): Lose details.
15466         (__class_type_info::detail_masks): Remove.
15467         (__si_class_type_info::__si_class_type_info): Lose details.
15468         (__vmi_class_type_info::details): New member.
15469         (__vmi_class_type_info::__vmi_class_type_info): Adjust.
15470         (__vmi_class_type_info::detail_masks): New member.
15471         * tinfo.cc (__class_type_info::do_upcast): Initialize result
15472         with unknown_details_mask.
15473         (__vmi_class_type_info::do_find_public_src): Adjust
15474         (__vmi_class_type_info::do_dyncast): Adjust.
15475         (__vmi_class_type_info::do_upcast): Set result details, if
15476         needed. Adjust.
15477         (__dynamic_cast): Temporarily #if out optimization.
15478
15479 2000-03-29  Nathan Sidwell  <nathan@codesourcery.com>
15480
15481         * rtti.c (get_tinfo_decl): Mark used.
15482         (emit_tinfo_decl): Don't optimize polymorphic type_info. Only
15483         mark as dealt with, if we output it.
15484
15485 2000-03-28  Mark Mitchell  <mark@codesourcery.com>
15486
15487         * class.c: Reorganize to put virtual function table initialization
15488         machinery at the end of the file.
15489
15490 2000-03-28  Jason Merrill  <jason@casey.cygnus.com>
15491
15492         * class.c (finish_struct): Use bitsize_zero_node.
15493         * pt.c (instantiate_class_template): Likewise.
15494
15495 2000-03-28  Mark Mitchell  <mark@codesourcery.com>
15496
15497         Put RTTI entries at negative offsets in new ABI.
15498         * class.c (dfs_build_vbase_offset_vtbl_entries): Put the first
15499         vbase offset at index -3, not -1.
15500         (build_vtabe_offset_vtbl_entries): Use unmarked_vtable_pathp, not
15501         dfs_vtable_path_unmarked_real_bases_queue_p to walk bases.
15502         (dfs_build_vcall_offset_vtbl_entries): Don't use skip_rtti_stuff.
15503         (build_rtti_vtbl_entries): New function.
15504         (set_rtti_entry): Remove.
15505         (build_primary_vtable): Don't use it.
15506         (build_secondary_vtable): Likewise.
15507         (start_vtable): Remove.
15508         (first_vfun_index): New function.
15509         (set_vindex): Likewise.
15510         (add_virtual_function): Don't call start_vtable.  Do call
15511         set_vindex.
15512         (set_primary_base): Rename parameter.
15513         (determine_primary_base): Likewise.
15514         (num_vfun_entries): Don't use skip_rtti_stuff.
15515         (num_extra_vtbl_entries): Include RTTI information.
15516         (build_vtbl_initializer): Use build_rtti_vtbl_entries.
15517         (skip_rtti_stuff): Remove.
15518         (dfs_modify_vtables): Don't use it.
15519         (modify_all_vtables): Don't use start_vtable.  Do use set_vindex.
15520         (layout_nonempty_base_or_field): Update size handling.
15521         (create_vtable_ptr): Tweak.
15522         (layout_class_type): Adjust parameter names.
15523         (finish_struct_1): Simplify.
15524         * cp-tree.h (CLASSTYPE_VSIZE): Tweak documentation.
15525         (skip_rtti_stuff): Remove.
15526         (first_vfun_index): New function.
15527         (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
15528         (dfs_vtable_path_marked_real_bases_queue_p): Remove.
15529         (marked_vtable_pathp): Declare.
15530         (unmarked_vtable_pathp): Likewise.
15531         * error.c (dump_expr): Use first_vfun_index to calculate vtable
15532         offsets.
15533         * rtti.c (build_headof): Look for RTTI at negative offsets.
15534         (get_tinfo_decl_dynamic): Likewise.
15535         (tinfo_base_init): Don't take the address of the TINFO_VTABLE_DECL
15536         here.
15537         (create_pseudo_type_info): Do it here instead.  Adjust so that
15538         vptr points at first virtual function.
15539         * search.c (marked_vtable_pathp): Make it global.
15540         (unmarked_vtable_pathp): Likewise.
15541         (dfs_vtable_path_unmarked_real_bases_queue_p): Remove.
15542         (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
15543         (dfs_get_pure_virtuals): Don't use skip_rtti_stuff.
15544         (get_pure_virtuals): Likewise.
15545         (expand_upcast_fixups): Likewise.
15546         * tree.c (debug_binfo): Likewise.
15547         * tinfo.cc (__dynamic_cast): Look for vtable_prefix at appropriate
15548         negative offset.
15549
15550 Sun Mar 26 20:15:26 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15551
15552         * class.c (check_field_decl): Fix typo.
15553         (build_vtbl_or_vbase_field): Don't clear DECL_SAVED_INSNS.
15554         (check_methods): Likewise.
15555         (check_field_decls): Likewise.
15556         Use DECL_CONTEXT, not DECL_FIELD_CONTEXT.
15557         * cp-tree.h (DECL_SHADOWED_FOR_VAR, DECL_TEMPLATE_RESULT):
15558         Use DECL_RESULT_FLD, not DECL_RESULT.
15559         * decl.c (xref_tag): Use DECL_TEMPLATE_RESULT.
15560         * lex.c (identifier_type): Likewise.
15561         * pt.c (determine_specialization, lookup_template_class): Likewise.
15562         (tsubst_friend_function, tsubst_decl, instantiate_template): Likewise.
15563         (resolve_overloaded_unification, more_specialized): Likewise.
15564         * semantics.c (finish_member_declaration): Likewise.
15565         * typeck.c (build_x_function_call): Likewise.
15566
15567 2000-03-26  Mark Mitchell  <mark@codesourcery.com>
15568
15569         * class.c (layout_empty_base): Handle empty bases with non-byte
15570         alignment.
15571         (build_base_field): Likewise.
15572         (layout_virtual_bases): Likewise.
15573
15574         * class.c (finish_struct_1): Fix typo in this change:
15575
15576         Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15577
15578 2000-03-25  Mark Mitchell  <mark@codesourcery.com>
15579
15580         * decl.c (grokdeclarator): Count partial specializations when
15581         keeping track of how many template classes have been seen.
15582
15583         * dump.c (dequeue_and_dump): Dump DECL_TEMPLATE_RESULT.
15584
15585 Sat Mar 25 09:12:10 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15586
15587         * class.c (build_vbase_pointer_fields): layout_field now place_field.
15588         (get_vfield_offset): Use byte_position.
15589         (set_rtti_entry): Set OFFSET to ssizetype zero.
15590         (get_binfo_offset_as_int): Deleted.
15591         (dfs_record_base_offsets): Use tree_low_cst.
15592         (dfs_search_base_offsets): Likewise.
15593         (layout_nonempty_base_or_field): Reflect changes in RLI format
15594         and call byte_position.
15595         (layout_empty_base): Convert offset to ssizetype.
15596         (build_base_field): use rli_size_unit_so_far.
15597         (dfs_propagate_binfo_offsets): Do computation in proper type.
15598         (layout_virtual_bases): Pass ssizetype to propagate_binfo_offsets.
15599         (layout_class_type): Reflect changes in RLI names and fields.
15600         (finish_struct_1): Set DECL_FIELD_OFFSET.
15601         * dump.c (dequeue_and_dump): Call bit_position.
15602         * expr.c (cplus_expand_constant): Use byte_position.
15603         * rtti.c (expand_class_desc): Use bitsize_one_node.
15604         * typeck.c (build_component_addr): Use byte_position and don't
15605         special case for zero offset.
15606
15607 2000-03-24  Nathan Sidwell  <nathan@codesourcery.com>
15608
15609         * decl.c (vtype_decl_p): Use TYPE_POLYMORPHIC_P.
15610
15611         * rtti.c (get_tinfo_decl): Set comdat linkage on new-abi
15612         tinfo object.
15613         (emit_tinfo_decl): Only emit polymorphic tinfo's when emitting
15614         vtable.
15615
15616 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
15617
15618         * call.c (check_dtor_name, build_new_method_call): Use TYPE_P and
15619         DECL_P macros.
15620         * decl.c (push_class_binding, poplevel, pushtag, lookup_namespace_name,
15621         make_typename_type, check_initializer, cp_finish_decl,
15622         xref_tag): Likewise.
15623         * decl2.c (grokfield, build_expr_from_tree, build_expr_from_tree,
15624         decl_namespace, arg_assoc_template_arg, arg_assoc,
15625         validate_nonmember_using_decl, do_class_using_decl): Likewise.
15626         * error.c (dump_template_argument, dump_expr, cp_file_of, cp_line_of,
15627         args_to_string): Likewise.
15628         * friend.c (is_friend): Likewise.
15629         * lex.c (note_got_semicolon, note_list_got_semicolon,
15630         is_global): Likewise.
15631         * method.c (build_overload_nested_name, build_overload_value,
15632         build_qualified_name, build_qualified_name, hack_identifier): Likewise.
15633         * parse.y (typename_sub, typename_sub1): Likewise.
15634         * pt.c (push_inline_template_parms_recursive, check_template_shadow,
15635         process_partial_specialization, convert_template_argument,
15636         template_args_equal, add_pending_template, lookup_template_class,
15637         for_each_template_parm_r, maybe_fold_nontype_arg,
15638         tsubst, instantiate_template, type_unification_real, unify,
15639         instantiate_pending_templates, set_mangled_name_for_template_decl):
15640         Likewise.
15641         * repo.c (repo_get_id, repo_template_used): Likewise.
15642         * search.c (lookup_field_1): Likewise.
15643         * tree.c (walk_tree, get_type_decl, cp_tree_equal, member_p): Likewise.
15644         * xref.c (classname): Likewise.
15645
15646 2000-03-22  Mark Mitchell  <mark@codesourcery.com>
15647
15648         * cp-tree.h (BINFO_FOR_VBASE): Adjust documentation.
15649         (CANONICAL_BINFO): New macro.
15650         (BINFO_NEW_VTABLE_MARKED): Use it.
15651         (SET_BINFO_NEW_VTABLE_MARKED): Likewise.
15652         (CLEAR_BINFO_NEW_VTABLE_MARKED): Likewise.
15653         * class.c (dfs_build_vbase_offset_vtbl_entries): Use BINFO_TYPE,
15654         not TREE_TYPE.
15655         (build_primary_vtable): Adjust usage of BINFO_NEW_VTABLE_MARKED.
15656         (build_secondary_vtable): Likewise.
15657         (dfs_finish_vtbls): Likewise.
15658         (dfs_accumulate_vtbl_inits): Likewise.
15659         (accumulate_vtbl_inits): New function.
15660         (finish_vtbls): Make sure that virtual bases come after
15661         non-virtual bases in the vtable group.
15662         (record_base_offsets): Don't save and restore TREE_VIA_VIRTUAL.
15663         (finish_struct_1): Adjust usage of BINFO_NEW_VTABLE_MARKED.
15664         * search.c (struct vbase_info): Move definition.
15665         (marked_new_vtable_p): Adjust usage of BINFO_NEW_VTABLE_MARKED.
15666         (unmarked_new_vtable_p): Likewise.
15667         (dfs_mark_vtable_path): Remove.
15668         (dfs_mark_new_vtable): Remove.
15669         (dfs_unmark_new_vtable): Likewise.
15670         (dfs_clear_search_slot): Likewise.
15671         (dfs_find_vbases):  Adjust usage of BINFO_NEW_VTABLE_MARKED.
15672         (dfs_clear_vbase_slots): Likewise.
15673         (init_vbase_pointers): LIkewise.
15674
15675 2000-03-22  Jason Merrill  <jason@casey.cygnus.com>
15676
15677         * typeck.c (type_after_usual_arithmetic_conversions): Prefer a
15678         SIZETYPE to a non-SIZETYPE.
15679
15680 2000-03-21  Mark Mitchell  <mark@codesourcery.com>
15681
15682         * class.c (layout_virtual_bases): Adjust names in conditionally
15683         compiled code.
15684
15685         * class.c (record_base_offsets): New function.
15686         (layout_conflict_p): Likewise.
15687         (layout_nonempty_base_or_field): Use it.
15688         (layout_empty_base): New function.
15689         (build_base_field): Use it.
15690         (build_base_fields): Update comment.
15691         (layout_virtual_bases): Fold in a little code form
15692         layout_basetypes.  Use layout_empty_base.
15693         (layout_basetypes): Remove.
15694         (end_of_class): New function.
15695         (layout_class_type): Use it.  Adjust.
15696
15697         * cp-tree.h (CLASSTYPE_VBASECLASSES): Fix typo in comment.
15698         (fntype_p): Remove.
15699         * search.c (dfs_skip_nonprimary_vbases_unmarkedp): Fix typo in
15700         comment.
15701         (dfs_skip_nonprimary_vbases_markedp): Likewise.
15702         * typeck.c (fntype_p): Remove.
15703
15704         * cp-tree.h (TI_SPEC_INFO): Remove.
15705         (CLASSTYPE_TI_SPEC_INFO): Likewise.
15706         * pt.c (process_partial_specialization): Likewise.
15707
15708         * class.c (build_base_field): Fix thinko in computation of binfo
15709         offsets.
15710
15711         * tree.c (mark_local_for_remap_p): Mark variables declared in
15712         TARGET_EXPRs as well.
15713
15714 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
15715
15716         * typeck.c (require_complete_type, complete_type,
15717         complete_type_or_else, c_sizeof, c_sizeof_nowarn,
15718         build_array_ref, convert_arguments, pointer_diff,
15719         build_x_unary_op, build_unary_op, build_c_cast,
15720         build_modify_expr): Use COMPLETE_TYPE_P etc.
15721         * call.c (is_complete, convert_like_real,
15722         build_new_method_call): Likewise.
15723         * class.c (build_vbase_pointer_fields, check_bases,
15724         build_base_field, finish_struct_1, pushclass): Likewise.
15725         * cvt.c (cp_convert_to_pointer, convert_to_void): Likewise.
15726         * decl.c (maybe_process_template_type_declaration, pushtag,
15727         pushdecl, redeclaration_error_message, start_decl, start_decl_1,
15728         layout_var_decl, check_initializer, cp_finish_decl,
15729         grokdeclarator, require_complete_types_for_parms,
15730         grok_op_properties, xref_tag, xref_basetypes,
15731         check_function_type): Likewise.
15732         * decl2.c (check_classfn, reparse_absdcl_as_casts): Likewise.
15733         * friend.c (do_friend): Likewise.
15734         * init.c (build_offset_ref): Likewise.
15735         * parse.y (structsp): Likewise.
15736         * pt.c (maybe_process_partial_specialization,
15737         tsubst_friend_function, instantiate_class_template, tsubst,
15738         do_type_instantiation, instantiate_pending_templates): Likewise.
15739         * repo.c (repo_get_id): Likewise.
15740         * rtti.c (build_typeid, get_typeid, build_dynamic_cast_1,
15741         synthesize_tinfo_var, emit_support_tinfos): Likewise.
15742         * search.c (lookup_fnfields_1, lookup_conversions): Likewise.
15743         * semantics.c (begin_class_definition): Likewise.
15744         * tree.c (build_cplus_method_type): Likewise.
15745         * typeck2.c (digest_init, build_functional_cast,
15746         add_exception_specifier): Likewise.
15747         * parse.h, parse.c: Regenerated.
15748
15749 2000-03-21  Nathan Sidwell  <nathan@codesourcery.com>
15750
15751         * inc/cxxabi.h: New header file. Define new-abi entry points.
15752         (__pointer_type_info::target): Rename member to ...
15753         (__pointer_type_info::type): ... here.
15754         (__base_class_info::type): Rename member to ...
15755         (__base_class_info::base): ... here.
15756         * Make-lang.in (CXX_EXTRA_HEADERS): Add cxxabi.h
15757         * cp-tree.h (CPTI_ABI): New global tree enumeration.
15758         (abi_node): New global tree node.
15759         * decl.c (abi_node): Document.
15760         (init_decl_processing): Initialize abi_node.
15761         * rtti.c (build_dynamic_cast_1): Use abi_node for new-abi.
15762         (get_vmi_pseudo_type_info): Likewise.
15763         (create_tinfo_types): Likewise.
15764         (emit_support_tinfos): Likewise.
15765         * tinfo.h (cxxabi.h): Include for new-abi.
15766         Move rtti class definitions to new header file.
15767         * tinfo.cc (abi): Use the namespace.
15768         (std): Move new abi rtti classes from here ...
15769         (__cxxabiv1): ... to here.
15770         * tinfo2.cc (cxxabi.h): Include for new-abi.
15771         Move rtti class definitions to new header file.
15772         (std): Move new abi rtti classes from here ...
15773         (__cxxabiv1): ... to here.
15774         * inc/typeinfo (__class_type_info): Move into __cxxabiv1
15775         namespace.
15776
15777 2000-03-20  Jed Wing <jedwin@zloty.ugcs.caltech.edu>
15778             Jason Merrill  <jason@casey.cygnus.com>
15779
15780         * method.c (build_overload_int): Use host_integerp.
15781
15782 2000-03-20 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
15783
15784         * init.c (build_offset_ref): Handle the case of a templated member
15785         function.
15786
15787 2000-03-19  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
15788
15789         * except.c (expand_exception_blocks): Clear catch_clauses_last.
15790
15791 2000-03-18  Mark Mitchell  <mark@codesourcery.com>
15792
15793         * cp-tree.h (CLEAR_DECL_C_BIT_FIELD): New macro.
15794         * class.c (check_bitfield_decl): Turn illegal bitfields into
15795         non-bitfields.
15796         (dfs_propagate_binfo_offsets): Adjust for new size_binop
15797         semantics.
15798         (dfs_offset_for_unshared_vbases): Likewise.
15799         * cvt.c (cp_convert_to_pointer): Convert NULL to a
15800         pointer-to-member correctly under the new ABI.
15801         * expr.c (cplus_expand_constant): Don't use cp_convert when
15802         turning an offset into a pointer-to-member.
15803         * init.c (resolve_offset_ref): Don't adjust pointers-to-members
15804         when dereferencing them under the new ABI.
15805         * typeck.c (get_member_function_from_ptrfunc): Tweak calculation
15806         of pointers-to-members under the new ABI.
15807
15808         * class.c (check_bitfield_decl): Remove restriction on really long
15809         bitfields.
15810         (layout_class_type): Implement new ABI handling of bitfields
15811         longer than their types.
15812
15813 2000-03-18  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
15814
15815         * parse.y (extdefs): Call ggc_collect.
15816         * parse.c: Regenerated.
15817
15818 2000-03-18  Nathan Sidwell  <nathan@codesourcery.com>
15819
15820         * class.c (build_base_field): Use TYPE_ALIGN to examine a type.
15821         (note_name_declared_in_class): Use OVL_CURRENT to get at a
15822         potential overload.
15823
15824 Fri Mar 17 08:09:14 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
15825
15826         * class.c (build_vbase_path): Use integer_zerop.
15827         (build_vtable_entry): Use tree_low_cst.
15828         (get_vfield_offset): Use bit_position.
15829         (dfs_modify_vtables): New variable vindex_val; `i' is HOST_WIDE_INT.
15830         Use tree_low_cst.
15831         (check_bitfield_decl): Set DECL_SIZE using convert.
15832         (build_base_field): Set DECL_SIZE and DECL_SIZE_UNIT using size_binop.
15833         (layout_virtual_bases): DSIZE is unsigned HOST_WIDE_INT.
15834         Use tree_low_cst.
15835         (finish_struct_1): Use bit_position.
15836         (dump_class_hierarchy): Use tree_low_cst.
15837         * cp-tree.h (min_precision): Add declaration.
15838         * decl.c (xref_tag, xref_basetypes): Use tree_low_cst.
15839         * error.c (dump_type_suffix): Use host_integerp and tree_low_cst.
15840         (dump_expr): Use integer_zerop, host_integerp, and tree_low_cst.
15841         * expr.c (cplus_expand_constant): Use bit_position.
15842         * init.c (build_vec_init): Use host_integerp and tree_low_cst.
15843         * rtti.c (get_base_offset): Use bit_position.
15844         * typeck.c (build_binary_op): Use integer_zerop, compare_tree_int,
15845         host_integerp, and tree_low_cst.
15846         (pointer_int_sum): Use integer_zerop.
15847         (build_component_addr): Use bit_position.
15848
15849 2000-03-17  Nathan Sidwell  <nathan@codesourcery.com>
15850
15851         * typeck.c (require_complete_type): Don't assume size_zero_node.
15852         (complete_type_or_else): Likewise.
15853
15854 2000-03-16  Steven Grady <grady@digitaldeck.com>
15855             Jason Merrill  <jason@casey.cygnus.com>
15856
15857         * rtti.c (build_dynamic_cast_1): Improve diagnostics.
15858
15859 2000-03-16  Nathan Sidwell  <nathan@codesourcery.com>
15860
15861         * decl2.c (grokfield): Bail out if type is error_mark_node.
15862
15863 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
15864
15865         * tinfo2.cc (__ptr_to_member_data): Rename to ...
15866         (__pointer_to_member_data): ... here. Adjust.
15867         * rtti.c (create_tinfo_types): Adjust.
15868
15869 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
15870
15871         * cp-tree.h (CPTI_REF_DESC_TYPE, ref_desc_type_node): Remove.
15872         * decl.c (ref_desc_type_node): Undocument.
15873         * rtti.c (ptr_ref_initializer): Rename to ...
15874         (ptr_initializer): ... here. Adjust comments.
15875         (ptmd_initializer): Fix comment thinko.
15876         (synthesize_tinfo_var): Remove REFERENCE_TYPE case.
15877         (create_tinfo_types): Remove ref_desc_type_node init.
15878         * tinfo2.cc (__reference_type_info): Remove.
15879
15880 2000-03-15  Nathan Sidwell  <nathan@codesourcery.com>
15881
15882         * decl.c (cp_finish_decl): Remove obsolete comment.
15883
15884         * typeck.c (build_ptrmemfunc1): Kill uninitialized warning.
15885
15886 2000-03-14  Mark Mitchell  <mark@codesourcery.com>
15887
15888         * cp-tree.h: Tweak documentation.
15889         * class.c (build_vbase_pointer_fields): Layout the fields, too.
15890         (avoid_overlap): Remove.
15891         (get_binfo_offset_as_int): New function.
15892         (dfs_serach_base_offsets): Likewise.
15893         (layout_nonempty_base_or_field): Likewise.
15894         (build_base_field): Layout fields here.  Avoid placing two objects
15895         of the same type at the same address, under the new ABI.
15896         (build_base_fields): Adjust accordingly.
15897         (create_vtable_ptr): Return the new field, but don't attach it to
15898         TYPE_FIELDS.
15899         (remove_base_field): Remove.
15900         (remove_base_fields): Remove.
15901         (layout_basetypes): Adjust accordingly.
15902         (layout_class_type): Call layout_field for each field, rather than
15903         just making a wholesale call to layout_type.
15904
15905 2000-03-14  Jeff Sturm  <jsturm@sigma6.com>
15906
15907         * except.c (expand_throw): Fix typo in _Jv_Sjlj_Throw.
15908
15909 2000-03-13  Jason Merrill  <jason@casey.cygnus.com>
15910
15911         * decl.c (grokfndecl): Set TREE_NOTHROW if TYPE_NOTHROW_P.
15912
15913         * except.c (dtor_nothrow): New fn.
15914         (do_pop_exception): Use it.  Take type parm.
15915         (push_eh_cleanup): Take type parm.
15916         (expand_start_catch_block): Pass it.
15917         (build_eh_type_type_ref): Accept null type.
15918
15919 2000-03-12  Mark Mitchell  <mark@codesourcery.com>
15920
15921         * cp-tree.h (revert_static_member_fn): Change prototype.
15922         * decl.c (grokfndecl): Adjust call to revert_static_member_fn.
15923         (grok_op_properties): Likewise.
15924         (start_function): Likewise.
15925         (revert_static_member_fn): Simplify.
15926         * pt.c (check_explicit_specialization): Adjust call to
15927         revert_static_member_fn.
15928
15929 2000-03-11  Mark Mitchell  <mark@codesourcery.com>
15930
15931         * cp-tree.h (scope_kind): New type.
15932         (tmpl_spec_kind): Likewise.
15933         (declare_pseudo_global_level): Remove.
15934         (pseudo_global_level_p): Rename to template_parm_scope_p.
15935         (pushlevel): Remove declaration.
15936         (begin_scope): New function.
15937         (finish_scope): Likewise.
15938         (current_tmpl_spec_kind): Likewise.
15939         * decl.c (struct binding_level): Shorten parm_flag to 2 bits.
15940         Shorten keep to 2 bits.  Rename pseudo_global to template_parms_p.
15941         Add template_spec_p.
15942         (toplevel_bindings_p): Adjust.
15943         (declare_pseudo_global_level): Remove.
15944         (pseudo_global_level_p): Rename to template_parm_scope_p.
15945         (current_tmpl_spec_kind): New function.
15946         (begin_scope): Likewise.
15947         (finish_scope): Likewise.
15948         (maybe_push_to_top_level): Adjust.
15949         (maybe_process_template_type_declaration): Likewise.
15950         (pushtag): Likewise.
15951         (pushdecl_nonclass_level): Likewise.
15952         (lookup_tag): Likewise.
15953         (grokfndecl): Handle member template specializations.  Share
15954         constructor and non-constructor code.
15955         * decl2.c (check_classfn): Handle member template specializations.
15956         * pt.c (begin_template_parm_list): Use begin_scope.
15957         (begin_specialization): Likewise.
15958         (end_specialization): Likewise.
15959         (check_explicit_specialization): Use current_tmpl_spec_kind.
15960         Handle member template specializations.
15961         (end_template_decl): Use finish_scope.  Remove call to
15962         get_pending_sizes.
15963         (push_template_decl_real): Remove bogus error message.
15964         (tsubst_decl): Fix typo in code contained in comment.
15965         (instantiate_template): Handle member template specializations.
15966         (most_general_template): Likewise.
15967
15968 2000-03-11  Gabriel Dos Reis  <gdr@codesourcery.com>
15969
15970         * lex.c (whitespace_cr): Compress consecutive calls to warning().
15971         (do_identifier): Ditto for error().
15972
15973         * pt.c (convert_nontype_argument): Ditto for cp_error().
15974         (convert_template_argument): Ditto for cp_pedwarn().
15975
15976 2000-03-11  Jason Merrill  <jason@casey.cygnus.com>
15977
15978         * exception.cc (__check_null_eh_spec): New fn.
15979         * except.c (expand_end_eh_spec): Call it if the spec is throw().
15980
15981 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
15982
15983         * decl.c (push_throw_library_fn): Take the FUNCTION_TYPE.
15984         * except.c (expand_end_eh_spec): Add the return type.
15985         * rtti.c (throw_bad_cast): Add the parmtypes.
15986         (throw_bad_typeid): Likewise.
15987
15988         * semantics.c (expand_stmt): Only leave out rtl for unused
15989         artificials, and set DECL_IGNORED_P on them as well.
15990         * decl.c (wrapup_globals_for_namespace): Likewise.
15991
15992 2000-03-09  Nathan Sidwell  <nathan@codesourcery.com>
15993
15994         * decl.c (maybe_commonize_var): Skip all artificial decls.
15995         * pt.c (tsubst_decl): Don't copy TREE_ASM_WRITTEN.
15996
15997 2000-03-10  Jason Merrill  <jason@casey.cygnus.com>
15998
15999         * lang-options.h, decl2.c: Add -fno-enforce-eh-specs.
16000         * cp-tree.h: Declare flag_enforce_eh_specs.
16001         * decl.c (store_parm_decls, finish_function): Check it.
16002
16003         C library functions don't throw.
16004         * Makefile.in (cfns.h): New target.
16005         (except.o): Depend on it.
16006         * Make-lang.in (cc1plus): Depend on cfns.gperf.
16007         * cfns.gperf: New file.
16008         * cfns.h: Generated.
16009         * except.c: Include it.
16010         (nothrow_libfn_p): New fn.
16011         * decl.c (grokfndecl): Use it.
16012         * cp-tree.h: Declare it.
16013
16014         * decl.c (push_overloaded_decl_1, auto_function,
16015         define_function): Lose.
16016         (build_library_fn_1): New static fn.
16017         (builtin_function): Use it.
16018         (get_atexit_node): Use build_library_fn_ptr.
16019         (build_library_fn, build_cp_library_fn, build_library_fn_ptr,
16020         build_cp_library_fn_ptr, push_library_fn, push_cp_library_fn,
16021         push_void_library_fn, push_throw_library_fn): New fns.
16022         * cp-tree.h: Declare them.
16023         (cp_tree_index): Remove CPTI_BAD_CAST, CPTI_BAD_TYPEID.
16024         (throw_bad_cast_node, throw_bad_typeid_node): Lose.
16025         * except.c (init_exception_processing, call_eh_info, do_pop_exception,
16026         (expand_end_eh_spec, alloc_eh_object, expand_throw): Use above fns.
16027         * rtti.c (build_runtime_decl): Lose.
16028         (throw_bad_cast, throw_bad_typeid, get_tinfo_decl,
16029         build_dynamic_cast_1, expand_si_desc, expand_class_desc,
16030         expand_ptr_desc, expand_attr_desc, expand_generic_desc): Use above fns.
16031
16032         * call.c (build_call): Remove result_type parm.
16033         Call mark_used on unused artificial fns.
16034         * init.c, method.c, typeck.c, except.c, rtti.c: Adjust.
16035
16036 2000-03-09  Jason Merrill  <jason@casey.cygnus.com>
16037
16038         * call.c (build_call): Set TREE_NOTHROW on the CALL_EXPR as
16039         appropriate.
16040         * decl.c (define_function): Set TREE_NOTHROW on the FUNCTION_DECL.
16041         * except.c (call_eh_info, alloc_eh_object, expand_throw): Set
16042         TREE_NOTHROW or TREE_THIS_VOLATILE on the function as appropriate.
16043         * rtti.c (build_runtime_decl, get_tinfo_decl, build_dynamic_cast_1,
16044         expand_si_desc, expand_class_desc, expand_ptr_desc, expand_attr_desc,
16045         expand_generic_desc): Likewise.
16046
16047 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16048
16049         * exception.cc (__cp_pop_exception): Cleanup the original object.
16050
16051 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16052
16053         * decl.c (grok_op_properties): Merge conversion to void warning
16054         with other silly op warnings.
16055
16056 2000-03-08  Jason Merrill  <jason@casey.cygnus.com>
16057
16058         * typeck2.c (process_init_constructor): Set TREE_PURPOSE of
16059         array CONSTRUCTOR elements.  Don't use expr_tree_cons.
16060
16061 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16062
16063         * decl.c (cp_make_fname_decl): New function.
16064         (wrapup_globals_for_namespace): Don't emit unused static vars.
16065         (init_decl_processing): Remove comment about use of
16066         array_domain_type. Set make_fname_decl.
16067         (cp_finish_decl): Remove __FUNCTION__ nadgering.
16068         * semantics.c (begin_compound_stmt): Remove
16069         current_function_name_declared flagging.
16070         (expand_stmt): Don't emit unused local statics.
16071         * typeck.c (decay_conversion): Don't treat __FUNCTION__ decls
16072         specially.
16073
16074 2000-03-08  Nathan Sidwell  <nathan@codesourcery.com>
16075
16076         * typeck.c (convert_for_assignment): Don't look at array
16077         initializer.
16078         * call.c (convert_like_real): Likewise.
16079
16080 2000-03-07  Jason Merrill  <jason@casey.cygnus.com>
16081
16082         Add initial support for '\uNNNN' specifier.
16083         * lex.c (read_ucs): New fn.
16084         (readescape, skip_white_space): Call it.
16085         (is_extended_char, is_extended_char_1): New fns.
16086         (utf8_extend_token): New fn, #if 0'd out.
16087         (real_yylex): Treat extended chars like letters.
16088
16089         * search.c (note_debug_info_needed): Walk the bases even if we
16090         weren't deferring the type itself.
16091
16092 2000-03-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16093
16094         * decl2.c (finish_objects): Constify a char*.
16095
16096         * method.c (emit_thunk): Likewise.
16097
16098 2000-03-06  Nathan Sidwell  <nathan@codesourcery.com>
16099
16100         * typeck.c (dubious_conversion_warnings): Look through
16101         REFERENCE_TYPE.
16102
16103 Mon Mar  6 08:46:47 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16104
16105         * class.c (dfs_modify_vtables): I is now unsigned.
16106         (check_bitfield_decl): Use tree_int_cst_sgn and compare_tree_int.
16107         (build_base_field): Add casts of TREE_INT_CST_LOW to HOST_WIDE_INT.
16108         * error.c (dump_expr): Cast TREE_INT_CST_HIGH to unsigned.
16109         * init.c (build_vec_init): Cast TREE_INT_CST_LOW to HOST_WIDE_INT.
16110         * method.c (build_overload_int): Cast TREE_INT_CST_HIGH to unsigned.
16111         * typeck.c (build_binary_op, case TRUNC_DIV_EXPR):
16112         Call integer_all_onesp.
16113         * typeck2.c (process_init_constructor): Use compare_tree_int.
16114
16115         * lang-specs.h (as): Don't call if -syntax-only.
16116
16117 2000-03-06  Mark Mitchell  <mark@codesourcery.com>
16118
16119         * expr.c (cplus_expand_expr, case STMT_EXPR): Don't set
16120         RTL_EXPR_HAS_NO_SCOPE after all.
16121
16122 2000-03-05  Mark Mitchell  <mark@codesourcery.com>
16123
16124         * expr.c (cplus_expand_expr, case STMT_EXPR): Use
16125         expand_start_stmt_expr and expand_end_stmt_expr directly.  Set
16126         RTL_EXPR_HAS_NO_SCOPE.
16127
16128         * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG a little
16129         later.
16130
16131         * dump.c (dequeue_and_dump): Dump SCOPE_NO_CLEANUPS_P.
16132
16133 2000-03-05  Nathan Sidwell  <nathan@codesourcery.com>
16134
16135         * call.c (convert_like): Macrofy.
16136         (convert_like_with_context): New macro.
16137         (convert_like_real): Renamed from convert_like.  Add calling
16138         context parameters, for diagnostics. Add recursive flag.  Call
16139         dubious_conversion_warnings for outer conversion.
16140         (build_user_type_conversion): Use convert_like_with_context.
16141         (build_over_call): Likewise. Don't warn about dubious
16142         conversions here. Adjust convert_default_arg calls.
16143         (convert_default_arg): Add context parameters for diagnostics.
16144         Pass through to convert_like_with_context.
16145         * cp-tree.h (convert_default_arg): Add context parameters.
16146         (dubious_conversion_warnings): Prototype new function.
16147         * typeck.c (convert_arguments): Adjust convert_default_arg call.
16148         (dubious_conversion_warnings): New function, broken
16149         out of convert_for_assignment.
16150         (convert_for_assignment): Adjust.
16151
16152 2000-03-03  Jason Merrill  <jason@casey.cygnus.com>
16153
16154         * decl2.c (key_method): Break out from...
16155         (import_export_vtable, import_export_class): ...here.
16156
16157         * decl.c (finish_function): Don't mess with flag_keep_inline_functions.
16158         * decl2.c (finish_vtable_vardecl): Don't check decl_function_context.
16159
16160         * search.c (note_debug_info_needed, dfs_debug_mark,
16161         dfs_debug_unmarkedp): Uncomment.  Adjust for new scheme.
16162         * decl2.c (finish_vtable_vardecl): Call note_debug_info_needed.
16163
16164 2000-03-03  Nathan Sidwell  <nathan@codesourcery.com>
16165
16166         * decl.c (cp_finish_decl): Remove obsolete obstack comments, fix
16167         typos.
16168
16169 2000-03-02  Mark Mitchell  <mark@codesourcery.com>
16170
16171         * cp-tree.h (TYPE_NEEDS_DESTRUCTOR): Rename to ...
16172         (TYPE_HAS_NONTRIVIAL_DESTRUCTOR): ... this.
16173         (TYPE_HAS_TRIVIAL_DESTRUCTOR): New macro.
16174         (lang_type): Split gets_new into has_new and has_array_new.
16175         (TYPE_VEC_NEW_USES_COOKIE): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
16176         (TYPE_GETS_NEW): Split into ...
16177         (TYPE_HAS_NEW_OPERATOR): ... this, and ...
16178         (TYPE_HAS_ARRAY_NEW_OPERATOR): ... this.
16179         (DECL_ARRAY_DELETE_OPERATOR_P): New macro
16180         (build_op_new_call): Don't declare.
16181         (build_new_1): Likewise.
16182         * call.c (build_op_new_call): Remove.
16183         * class.c (check_bases): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
16184         instead of TYPE_NEEDS_DESTRUCTOR.
16185         (finish_struct_bits): Likewise.
16186         (add_implicitly_declared_members): Likewise.
16187         (check_field_decl): Likewise.
16188         (check_methods): Set TYPE_VEC_DELETE_TAKES_SIZE here, and set it
16189         correctly under the new ABI.
16190         * decl.c (start_decl_1): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR
16191         instead of TYPE_NEEDS_DESTRUCTOR.
16192         (initialize_local_var): Likewise.
16193         (destroy_local_var): Likewise.
16194         (cp_finish_decl): Likewise.
16195         (register_dtor_fn): Likewise.
16196         (grok_op_properties): Set TYPE_HAS_NEW_OPERATOR and
16197         TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.  Don't set
16198         TYPE_VEC_DELETE_TAKES_SIZE here.
16199         (xref_basetypes): Set TYPE_HAS_NEW_OPERATOR and
16200         TYPE_HAS_ARRAY_NEW_OPERATOR, not TYPE_HAS_NEW.
16201         (store_parm_decls):  Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
16202         (finish_destructor_body): Likewise.
16203         (maybe_build_cleanup_1): Likewise.
16204         * decl2.c (do_static_destruction): Likewise.
16205         * init.c (build_new_1): Make it static.
16206         (perform_member_init): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
16207         (expand_cleanup_for_base): Likewise.
16208         (get_cookie_size): New function.
16209         (build_new_1): Handle array-new cookies correctly under the new
16210         ABI.
16211         (build_vec_delete_1): Likewise.
16212         (build_vec_init):  Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
16213         (build_delete): Likewise.
16214         (build_vec_delete): Handle array-new cookies correctly under the new
16215         ABI.
16216         * lex.c (do_identifier): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
16217         * pt.c (instantiate_class_template): Set TYPE_HAS_NEW_OPERATOR and
16218         TYPE_HAS_ARRAY_NEW_OPERATOR.
16219         * ptree.c (print_lang_type): Check them.
16220         * search.c (context_for_name_lookup): Fix typo in comment.
16221         (tree_has_any_destructor_p): Use TYPE_HAS_NONTRIVIAL_DESTRUCTOR.
16222         * tree.c (break_out_cleanups): Likewise.
16223         (build_cplus_array_test_1): Likewise.
16224         (cp_build_qualified_type_real): Likewise.
16225         * typeck.c (complete_type): Likewise.
16226
16227         * g++spec.c (lang_specific_driver): Add -fnew-abi at the start of
16228         the command-line, not the end.
16229
16230 2000-03-01  Jason Merrill  <jason@casey.cygnus.com>
16231
16232         * pt.c (instantiate_decl): Clear TI_PENDING_TEMPLATE_FLAG.
16233
16234 2000-03-02  Tom Tromey  <tromey@cygnus.com>
16235
16236         * cp-tree.h (build_java_class_ref): Declare.
16237         * init.c (build_java_class_ref): No longer static.
16238         * except.c (expand_throw): Generate a Java-style `throw' if the
16239         thrown object is a "Java" object.
16240         (initialize_handler_parm): Generate a Java-style lookup of
16241         exception info if the caught object is a "Java" object.
16242         (catch_language, catch_language_init): New globals.
16243         (decl_is_java_type): New function.
16244         (expand_start_catch_block): Don't call push_eh_info() or
16245         push_eh_cleanup() when handling a Java-style "catch".  Pass Java
16246         class reference to build_catch_block.
16247
16248 Thu Mar  2 13:32:01 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16249
16250         * typeck.c (comptypes): Treat sizetype like its language equivalent.
16251
16252 2000-03-01  Bernd Schmidt  <bernds@cygnus.co.uk>
16253
16254         * typeck.c (maybe_warn_about_returning_address_of_local): Reorganize
16255         to merge reference/pointer code and fix incorrect warnings.
16256
16257 2000-02-29  Jason Merrill  <jason@casey.cygnus.com>
16258
16259         * search.c (protected_accessible_p): Use context_for_name_lookup.
16260
16261         * init.c (construct_virtual_bases): Fix thinko.
16262         * typeck.c (expand_ptrmemfunc_cst): Fix thinko.
16263
16264 2000-03-01  Martin von Loewis  <loewis@informatik.hu-berlin.de>
16265
16266         * decl.c (current_function_decl): Move to toplev.c.
16267
16268 2000-02-29  Nathan Sidwell  <nathan@codesourcery.com>
16269
16270         * pt.c (fn_type_unification): Unify return type, whenever
16271         provided.
16272         (get_bindings_real): Only pass return type when necessary.
16273         Remove explicit return type check.
16274         * class.c (resolve_address_of_overloaded_function): Pass desired
16275         return type to fn_type_unification.
16276
16277 Mon Feb 28 08:15:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16278
16279         * class.c (build_vtbl_or_vbase_field, check_methods): Don't clear
16280         DECL_FIELD_SIZE.
16281         (check_bitfield_decl, check_field_decls): Set DECL_SIZE, not
16282         DECL_FIELD_SIZE.
16283         * rtti.c (expand_class_desc): Likewise.
16284         * cp-tree.h (DECL_INIT_PRIORITY): Use underlying union name.
16285         (THUNK_VCALL_OFFSET): Likewise.
16286         (THUNK_DELTA): Reflect changes in ../tree.h.
16287
16288 2000-02-28  Jason Merrill  <jason@casey.cygnus.com>
16289
16290         * search.c (protected_accessible_p): Also allow the access if
16291         the member is public in DERIVED.  Lose TYPE parm.
16292         (friend_accessible_p): Lose TYPE parm.
16293         (accessible_p): Adjust.
16294
16295 Sun Feb 27 16:40:33 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16296
16297         * class.c (dfs_build_vtable_offset_vtbl_entries): Don't use size_binop
16298         on things that are not sizes; ssize_binop deleted.
16299         Call size_diffop when appropriate.
16300         (dfs_build_vcall_offset_vtbl_entries): Likewise.
16301         (build_primary_vtable, build_secondary_vtable): Likewise.
16302         (dfs_set_offset_for_unshared_vbases, dfs_modify_vtables): Likewise.
16303         Variable I is HOST_WIDE_INT.
16304         (get_vfield_offset): Pass proper types to size_binop.
16305         (size_extra_vtbl_entries, layout_virtual_bases): Likewise.
16306         (finish_struct_1): Likewise.
16307         (skip_rtti_stuff): Arg N is now pointer to signed.
16308         (layout_class_type): Use size_zero_node.
16309         * cp-tree.h (skip_rtti_stuff): Arg N is pointer to signed.
16310         * cvt.c (cp_convert_to_pointer): Pass proper types to size_binop.
16311         * decl.c (complete_arry_type): Pass proper types to size_binop.
16312         (xref_basetypes): BINFO_OFFSET is sizetype.
16313         * error.c (dump_expr): Don't use size_binop non-sizes.
16314         * expr.c (cplus_expand_constant): Pass proper types to size_binop.
16315         * init.c (construct_virtual_bases): Fix type error.
16316         (build_vec_delete_1): Pass proper type to size_binop and don't
16317         fold result.
16318         * lex.c (cp_make_lang_type): BINFO_OFFSET is sizetype.
16319         * rtti.c (get_base_offset): Pass proper type to size_binop.
16320         * search.c (dfs_find_vbases): Fix type error.
16321         (expand_upcast_fixups): Arg to skip_rtti_stuff is pointer to signed.
16322         (dfs_get_vbase_types): BINFO_OFFSET is sizetype.
16323         * tree.c (debug_binfo): Variable N is signed.
16324         Use HOST_WIDE_INT_PRINT_DEC.
16325         * typeck.c (comptypes): sizetype is same as equivalent integer type.
16326         (c_sizeof, c_sizeof_nowarn, expr_sizeof): Use TYPE_SIZE_UNIT,
16327         size_one_node and size_zero_node.
16328         (c_alignof): Use size_one_node.
16329         (build_component_addr): Pass proper types to size_binop.
16330         (expand_ptrmemfunc_cst): Don't use size_binop on non-sizes.
16331
16332 2000-02-26  Jason Merrill  <jason@casey.cygnus.com>
16333
16334         Implement class scope using-declarations for functions.
16335         * class.c (handle_using_decl): Call add_method for used functions.
16336         Use IDENTIFIER_CLASS_VALUE to check for conflicts.
16337         (add_method): Used functions are hidden by local functions.
16338         (check_bases_and_members): Handle using-decls before finalizing
16339         CLASSTYPE_METHOD_VEC.
16340         * call.c (add_function_candidate): Add ctype parm; if nonzero,
16341         override the type of 'this' accordingly.
16342         (add_template_candidate, add_template_candidate_real): Add ctype parm.
16343         (convert_class_to_reference, build_user_type_conversion_1,
16344         build_new_function_call, build_object_call, build_new_op,
16345         build_new_method_call): Pass ctype parm.
16346
16347         * search.c (lookup_member): Put rval_binfo, not basetype_path, in
16348         the baselink.
16349         * call.c (convert_class_to_reference, build_user_type_conversion_1,
16350         build_new_function_call, build_object_call, build_new_op,
16351         build_new_method_call, build_op_delete_call): Don't get basetype_path
16352         from a baselink.
16353         * typeck.c (build_component_ref): Likewise.
16354         * init.c (build_offset_ref): Likewise.
16355         (resolve_offset_ref): Don't call enforce_access.
16356         Call build_scoped_ref.
16357         * typeck2.c (build_scoped_ref): Simplify.  Do nothing if it
16358         would cause an error or if -pedantic.
16359         * class.c (alter_access): Lose binfo parm.
16360
16361 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
16362
16363         * semantics.c (simplify_aggr_init_exprs_p): Don't walk into
16364         types.
16365
16366 2000-02-25  Alfred Minarik <a8601248@unet.univie.ac.at>
16367
16368         * rtti.c (get_vmi_pseudo_type_info): Move __vmi_class_type_info
16369         pseudo_type_info creation into the std namespace
16370
16371 2000-02-26  Mark Mitchell  <mark@codesourcery.com>
16372
16373         * cp-tree.h (DECL_NEEDED_P): Tweak to correct usage before EOF.
16374         (import_export_class): Remove declaration.
16375         * decl2.c (import_export_class): Make it static.
16376         * dump.c (dequeue_and_dump): Handle PREDECREMENT_EXPR,
16377         PREINCREMENT_EXPR, POSTDECREMENT_EXPR, POSTINCREMENT_EXPR,
16378         EXPR_WITH_FILE_LOCATION.
16379         * lex.c (check_newline): Tweak filename/lineno setting.
16380         * semantics.c (begin_while_stmt): Fix typo in comment.
16381
16382 Sat Feb 26 19:50:23 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16383
16384         * lang-options.h (-fmessage-length=): Add missing option.
16385
16386         * Make-lang.in (CXX_SRCS): Add .h files and sort list.
16387
16388 2000-02-26  Zack Weinberg  <zack@wolery.cumb.org>
16389
16390         * Make-lang.in: Delete refs to LIBGCC2_DEPS.
16391
16392 Fri Feb 25 14:52:33 2000  Jim Wilson  <wilson@cygnus.com>
16393
16394         * optimize.c (expand_call_inline): Emit the return label before
16395         evaluating the return value.
16396
16397 2000-02-24  Mark Mitchell  <mark@codesourcery.com>
16398
16399         * lex.c (check_newline): Use push_srcloc and pop_srcloc, rather
16400         than duplicating functionality here.
16401         * optimize.c: Include input.h.
16402         (expand_call_inline): Use push_srcloc and pop_srcloc.
16403         * parse.y (maybe_cv_qualifier): Remove calls to emit_line_note.
16404         * parse.c: Regenerated.
16405         * Makefile.in (lex.o): Depend on input.h.
16406         (optimize.o): Likewise.
16407
16408 2000-02-24  Nathan Sidwell  <nathan@codesourcery.com>
16409
16410         * decl.c (grokdeclarator): Diagnose qualifiers on non-member
16411         function type, rather than ICE.
16412
16413 2000-02-23  Jason Merrill  <jason@casey.cygnus.com>
16414
16415         * decl.c (grokdeclarator): Call decl_type_access_control.
16416         * parse.y (parse_end_decl): Don't call decl_type_access_control if
16417         decl is null.
16418
16419 2000-02-23  Nathan Sidwell  <nathan@codesourcery.com>
16420
16421         * decl.c (decls_match): Remove obsolete static member nadgering.
16422
16423 2000-02-21  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
16424
16425         * decl.c (grokdeclarator): Change ANSI to ISO.
16426         * lex.c (consume_string, readescape, do_identifier): Likewise.
16427         (parse_float, real_yylex): Likewise.
16428         * parse.y (paren_expr_or_null, paren_cond_or_null): Likewise.
16429         (unary_expr, new_initializer, cast_expr, primary, primary_no_id,
16430         new_type_id, maybe_label_decls, simple_stmt,
16431         for.init.statement): Likewise.
16432         * pt.c (do_decl_instantiation, do_type_instantiation): Likewise.
16433         * semantics.c (finish_named_return_value): Likewise.
16434         * parse.c: Regenerate.
16435
16436 2000-02-21  Mark Mitchell  <mark@codesourcery.com>
16437
16438         * cp-tree.h (CPTI_VTABLE_INDEX_TYPE): New macro.
16439         (CPTI_CLASS_STAR_TYPE): Remove.
16440         (vtable_index_type): Likewise.
16441         (class_star_type_node): Remove.
16442         (TYPE_PTRMEMFUNC_FN_TYPE): Adjust for the new ABI.
16443         (build_binary_op_nodefault): Remove.
16444         * call.c (build_new_op): Use build_binary_op instead of
16445         build_binary_op_nodefault.
16446         * decl.c (init_decl_processing): Remove class_star_type_node
16447         initialization.  Make delta_type_node ptrdiff_type_node under the
16448         new ABI.  Initialize vtable_index_type.
16449         (build_ptrmemfunc_type): Build different structures for the new
16450         ABI.
16451         (build_enumerator): Use build_binary_op instead of
16452         build_binary_op_nodefault.
16453         * method.c (build_overload_value): Mangle pointers-to-members
16454         appropriately under the new ABI.
16455         * typeck.c (build_array_ref): Use build_binary_op instead of
16456         build_binary_op_nodefault.
16457         (get_member_function_from_ptrfunc): Adjust for the new ABI.
16458         (build_binary_op_nodefault): Rename to ...
16459         (build_binary_op): ... this.  Remove old version.  Adjust for
16460         pointer-to-member comparisons under the new ABI.
16461         (build_ptrmemfunc1): Remove dead code.  Adjust for the new ABI.
16462         (build_ptrmemfunc): Adjust for the new ABI.
16463         (expand_ptrmemfunc_cst): Likewise.
16464         (delta2_from_ptrmemfunc): Assert that we're not using the new ABI.
16465         (pfn_from_ptrmemfunc): Adjust for the new ABI.
16466
16467 2000-02-21  Gabriel Dos Reis  <gdr@codesourcery.com>
16468
16469         * call.c (build_object_call): Compress consecutive calls to
16470         cp_error.
16471         (build_conditional_expr): Say 'ISO C++' not 'ANSI C++'.
16472         (build_op_delete_call): Adjust message formatting.
16473
16474         * class.c (check_bases): Compress consecutive calls to
16475         cp_pedwarn.
16476         (finish_struct_anon): Say 'ISO C++'.
16477
16478         * decl.c (start_decl): Same here.
16479         (grok_reference_init): Likewise.
16480         (grokfndecl): Correct message formatting.
16481         (grokfndecl): Improve diagnostic.
16482         (check_static_variable_definition): Likewise. Say 'ISO C++'
16483         (compute_array_index_type): Say 'ISO C++'
16484         (create_array_type_for_decl): Compress consecutive calls to
16485         cp_error.
16486         (grokdeclarator): Say 'ISO C++'
16487         (grok_op_properties): Likewise.
16488
16489         * decl2.c (delete_sanity): Clairify diagnostic.
16490         (check_member_template): Same here.
16491         (grok_function_init): Use consistent terminology.
16492
16493         * expr.c (do_case): Say 'ISO C++'
16494
16495         * friend.c (do_friend): Compress consecutive calls to warning.
16496
16497 2000-02-20  Mark Mitchell  <mark@codesourcery.com>
16498
16499         * cp-tree.h (merge_primary_and_secondary_vtables_p): New macro.
16500         * class.c (build_secondary_vtable): Reorganize.  Don't create a
16501         new vtable under the new ABI.
16502         (layout_vtable_decl): Don't add num_extra_vtbl_entries when
16503         computing the size.
16504         (build_vtbl_initializer): Don't return a CONSTRUCTOR; just return
16505         the initializing elements.
16506         (initialize_vtable): New function.
16507         (dfs_finish_vtbls): Use it.
16508         (dfs_accumulate_vtbl_inits): New function.
16509         (finish_vtbls): Merge primary and secondary vtables under the new
16510         ABI.
16511         (finish_struct_1): Remove redundant call to layout_vtable_decl.
16512         * init.c (expand_virtual_init): Deal with BINFO_VTABLEs that
16513         aren't VAR_DECLs.
16514
16515         * class.c (build_vtable): New function, split out from ...
16516         (get_vtable_decl): ... here, and ...
16517         (build_secondary_vtable): ... here.
16518
16519         * pt.c (tsubst_decl): Fix formatting.
16520
16521 Sat Feb 19 18:43:13 2000  Richard Kenner  <kenner@vlsi1.ultra.nyu.edu>
16522
16523         * class.c (build_primary_vtable, layout_vtable_decl): Likewise.
16524         (avoid_overlap, build_base_field): Likewise.
16525         (build_base_field, build_base_fields, is_empty_class):
16526         Test DECL_SIZE with integer_zero.
16527         (layout_class_type): Set CLASSTYPE_SIZE_UNIT.
16528         * cp-tree.h (struct lang_type): New field size_unit.
16529         (CLASSTYPE_SIZE_UNIT): New macro.
16530         * decl.c (init_decl_processing): Set DECL_SIZE_UNIT.
16531         (cp_finish_decl): Delete -Wlarger-than processing.
16532         * optimize.c (remap_decl): Walk DECL_SIZE_UNIT.
16533         * pt.c (tsubst_decl): Set DECL_SIZE_UNIT.
16534         * tree.c (make_binfo): binfo vector is one entry longer.
16535         (walk_tree): Walk DECL_SIZE_UNIT.
16536
16537 2000-02-19  Mark Mitchell  <mark@codesourcery.com>
16538
16539         * class.c (dfs_build_vcall_offset_vtbl_entries): Fix typo in
16540         comment.
16541         (build_vtable_entry): Don't assume all vtable entries are
16542         functions.
16543         (build_vtbl_initializer): Adjust accordingly.
16544         (get_vtable_decl): Fix formatting.
16545
16546 2000-02-18  Jason Merrill  <jason@casey.cygnus.com>
16547
16548         * semantics.c (deferred_type_access_control): Walk the entire
16549         type_lookups list.
16550         (save_type_access_control): Rename from
16551         initial_deferred_type_access_control.  Just remember the value.
16552         (decl_type_access_control): New fn.
16553         (begin_function_definition): Use deferred_type_access_control, after
16554         we've started the function.  Set type_lookups to error_mark_node.
16555         * parse.y (frob_specs, fn.def1): Adjust.
16556         (parse_decl0, parse_field, parse_field0, parse_bitfield): New fns.
16557         (parse_end_decl, parse_bitfield0, parse_method): New fns.
16558         (fn.def2, initdcl, initdcl0_innards, nomods_initdcl0): Use them.
16559         (after_type_component_declarator0): Likewise.
16560         (after_type_component_declarator): Likewise.
16561         (notype_component_declarator): Likewise.
16562         * cp-tree.h: Adjust.
16563
16564         * decl.c (redeclaration_error_message): Allow redeclaration of
16565         namespace-scope decls.
16566
16567 2000-02-18  Martin von Loewis  <loewis@informatik.hu-berlin.de>
16568
16569         * typeck2.c (my_friendly_abort): Use GCCBUGURL.
16570
16571 2000-02-17  Mark Mitchell  <mark@codesourcery.com>
16572
16573         * class.c (add_method): Don't set DECL_VIRTUAL_CONTEXT.
16574         * decl2.c (grokclassfn): Likewise.
16575
16576         * ir.texi: Document DECL_TEMPLATE_INSTANTIATIONS.
16577
16578         * decl2.c (lang_decode_option): Don't set default message length
16579         here.
16580         * lex.c (lang_init_options): Set it here.
16581
16582 2000-02-16  Mark Mitchell  <mark@codesourcery.com>
16583
16584         Make DECL_CONTEXT mean the class in which a member function was
16585         declared, even for a virtual function.
16586         * cp-tree.h (DECL_CLASS_CONTEXT): Adjust.
16587         (DECL_FRIEND_CONTEXT): New macro.
16588         (DECL_REAL_CONTEXT): Remove.
16589         (SET_DECL_FRIEND_CONTEXT): Likewise.
16590         (DECL_VIRTUAL_CONTEXT): Adjust.
16591         (DECL_CLASS_SCOPE_P): Use TYPE_P.
16592         (add_friends): Remove.
16593         (hack_decl_function_context): Likewise.
16594         * call.c (build_new_function_call): Replace DECL_REAL_CONTEXT with
16595         CP_DECL_CONTEXT.
16596         (build_over_call): Fix indentation.  Use DECL_CONTEXT
16597         instead of DECL_CLASS_CONTEXT.
16598         * class.c (dfs_build_vcall_offset_vtbl_entries): Likewise.
16599         (add_method): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
16600         (strictly_overrides): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
16601         (build_vtbl_or_vbase_field): Don't set DECL_CLASS_CONTEXT.
16602         (build_base_field): Likewise.
16603         (finish_struct_1): Likewise.
16604         (build_self_reference): Likewise.
16605         * decl.c (push_class_binding): Use CP_DECL_CONTEXT, not
16606         DECL_REAL_CONTEXT.
16607         (pushtag): Use decl_function_context, not
16608         hack_decl_function_context.
16609         (decls_match): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
16610         (duplicate_decls): Use DECL_VIRTUAL_CONTEXT.
16611         (pushdecl): Remove bogus code.
16612         (start_decl): Use DECL_CONTEXT rather than DECL_CLASS_CONTEXT.
16613         (cp_finish_decl): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
16614         (grokfndecl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
16615         Use decl_function_context, nothack_decl_function_context.
16616         (grokvardecl): Don't set DECL_CLASS_CONTEXT.
16617         (grokdeclarator): Likewise.  Use decl_function_context, not
16618         hack_decl_function_context.
16619         (copy_args_p): Document.  Don't use DECL_CLASS_CONTEXT.
16620         (start_function): Use DECL_FRIEND_CONTEXT, not
16621         DECL_CLASS_CONTEXT.  Use decl_function_context, not
16622         hack_decl_function_context.
16623         (finish_function): Use decl_function_context, not
16624         hack_decl_function_context.
16625         (maybe_retrofit_in_chrg): Use DECL_CONTEXT, not
16626         DECL_CLASS_CONTEXT.
16627         (grokclassfn): Set DECL_VIRTUAL_CONTEXT, not DECL_CONTEXT.
16628         (finish_static_data_member_decl): Don't set DECL_CLASS_CONTEXT.
16629         (grokfield): Likewise.
16630         (finish_builtin_type): Likewise.
16631         (finish_vtable_vardec): Use decl_function_context, not
16632         hack_decl_function_context.
16633         (import_export_decl): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
16634         (start_static_initialization_or_destruction): Likewise.
16635         (finish_static_initialization_or_destruction): Likewise.
16636         (mark_used): Adjust logic for deciding when to synthesize methods.
16637         * dump.c (dequeue_and_dump): Use CP_DECL_CONTEXT, not
16638         DECL_REAL_CONTEXT.
16639         * error.c (dump_function_decl): Use DECL_CONTEXT, not
16640         DECL_CLASS_CONTEXT.
16641         * friend.c (is_friend): Likewise.
16642         (add_friends): Remove.
16643         (do_friend): Use SET_DECL_FRIEND_CONTEXT.
16644         * lex.c (begin_definition_of_inclass_inline): Use
16645         decl_function_context, not hack_decl_function_context.
16646         (process_next_inline): Likewise.
16647         (do_identifier): Use CP_DECL_CONTEXT, not DECL_REAL_CONTEXT.
16648         * method.c (set_mangled_name_for_decl): Use DECL_CONTEXT, not
16649         DECL_CLASSS_CONTEXT.
16650         (hack_identifier): Likewise.
16651         (synthesize_method):  Use decl_function_context, not
16652         hack_decl_function_context.
16653         * pt.c (template_class_depth_real): Use CP_DECL_CONTEXT, not
16654         DECL_REAL_CONTEXT.
16655         (is_member_template): Use decl_function_context, not
16656         hack_decl_function_context.  Use DECL_CONTEXT, not
16657         DECL_CLASS_CONTEXT.
16658         (build_template_decl): Set DECL_VIRTUAL_CONTEXT, not
16659         DECL_CLASS_CONTEXT.
16660         (check_default_tmpl_args): Use CP_DECL_CONTEXT, not
16661         DECL_REAL_CONTEXT.
16662         (push_template_decl_real): Likewise.
16663         (instantiate_class_template): Don't call add_friends.
16664         (tsubst_default_argument): Use DECL_CONTEXT, not
16665         DECL_REAL_CONTEXT.
16666         (tsubst_decl): Set DECL_VIRTUAL_CONTEXT, not DECL_CLASS_CONTEXT.
16667         Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
16668         (set_meangled_name_for_template_decl): Use DECL_CONTEXT, not
16669         DECL_CLASS_CONTEXT.
16670         * repo.c (repo_inline_used): Likewise.
16671         * search.c (current_scope): Adjust for new _CONTEXT macros.
16672         (context_for_name_lookup): Use CP_DECL_CONTEXT, not
16673         DECL_REAL_CONTEXT.
16674         (friend_accessible_p): Use DECL_CONTEXT, not DECL_CLASS_CONTEXT.
16675         (lookup_fnfields_here):Likewise.
16676         (check_final_overrider): Likewise.
16677         (init_vbase_pointers): Likewise.
16678         (virtual_context): Likewise.
16679         * semantics.c (finish_member_declaration): Just set DECL_CONTEXT.
16680         (expand_body): Use decl_function_context, not
16681         hack_decl_function_context.
16682         * tree.c (hack_decl_function_context): Remove.
16683         * typeck.c (build_x_function_call): Use DECL_CONTEXT, not
16684         DECL_CLASS_CONTEXT.
16685         * typeck2.c (error_not_base_type): Likewise.
16686
16687 2000-02-15  Jason Merrill  <jason@casey.cygnus.com>
16688
16689         * decl.c (xref_tag): Don't SET_IDENTIFIER_NAMESPACE_VALUE.
16690
16691 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16692
16693         * Make-lang.in (g++spec.o): Depend on $(GCC_H), not gcc.h.
16694
16695 2000-02-15  Jonathan Larmour  <jlarmour@redhat.co.uk>
16696
16697         * lang-specs.h: Add new __GNUC_PATCHLEVEL__ define to default spec.
16698
16699 2000-01-16  Gabriel Dos Reis  <gdr@codesourcery.com>
16700
16701         * decl2.c (lang_decode_option): Enable automatic line wrapping.
16702
16703 2000-02-13  Jason Merrill  <jason@casey.cygnus.com>
16704
16705         * parse.y (frob_specs): Split out...
16706         (parse_decl): From here.
16707         (fn.def2): Call initial_deferred_type_access_control.
16708         (after_type_component_declarator0): Call frob_specs.
16709         (notype_component_declarator0): Likewise.
16710         * search.c (friend_accessible_p): Nested classes are friends of their
16711         enclosing classes.
16712
16713 2000-02-10  Mark Mitchell  <mark@codesourcery.com>
16714
16715         * ir.texi (ADDR_EXPR): Document the fact that an ADDR_EXPR can be
16716         used to create an implicit temporary.
16717
16718         * class.c (dfs_modify_vtables): Tweak calculation of functions to
16719         override.
16720
16721 2000-02-08  Nathan Sidwell  <nathan@acm.org>
16722
16723         * typeck.c (strip_all_pointer_quals): Use TYPE_MAIN_VARIANT, to
16724         strip array element qualifiers too.
16725
16726 2000-02-07  Mark Mitchell  <mark@codesourcery.com>
16727
16728         * decl.c (store_parm_decls): Don't build cleanups for parameters
16729         while processing_template_decl.
16730
16731 2000-02-07  Jason Merrill  <jason@casey.cygnus.com>
16732
16733         * cp-tree.h (struct saved_scope): Add incomplete field.
16734         (namespace_scope_incomplete): New macro.
16735         * decl.c (pushdecl): Use it.
16736         (hack_incomplete_structures): Use it.  See through artificial
16737         binding levels.
16738         (mark_saved_scope): Mark it.
16739
16740         Implement access control for nested types.
16741         * search.c (type_access_control): New fn.
16742         (accessible_p): Now we do perform access control for types.
16743         * semantics.c (deferred_type_access_control): New fn.
16744         (initial_deferred_type_access_control): New fn.
16745         (begin_function_definition): Call it.  Add lookups parm.
16746         * decl.c (struct binding_level): Add this_class field.
16747         (pushlevel_class): Set it.
16748         (mark_binding_level): Mark it.
16749         (lookup_name_real): Use it.  Call type_access_control.
16750         (mark_saved_scope): Mark lookups field.
16751         * cp-tree.h (flagged_type_tree): Add lookups field.
16752         (struct saved_scope): Add lookups field.
16753         (type_lookups): New macro.
16754         * parse.y (declmods): Now <ftype>.
16755         (parse_decl): Add lookups parm.  Call
16756         initial_deferred_type_access_control.
16757         (lang_extdef): Clear type_lookups.
16758         (typed_declspecs, declmods, typespec): Set lookups field.
16759         (initdcl): Call deferred_type_access_control.
16760         (fn.def1, fn.def2, typed_declspecs1, initdcl0_innards, nomods_initdcl0,
16761         component_decl_1, named_parm): Adjust.
16762         * friend.c (is_friend): Nested classes are friends of their
16763         enclosing classes.
16764
16765         * class.c (currently_open_derived_class): New fn.
16766         * method.c (hack_identifier): Use it.
16767
16768         * lex.c (do_identifier): Remove obsolete code.
16769
16770         * parse.y (typed_typespecs): Propagate new_type_flag properly.
16771
16772 2000-02-05  Zack Weinberg  <zack@wolery.cumb.org>
16773
16774         * tinfo.h: Remove apostrophes from C++ comment (xgettext
16775         thinks this file is plain C).
16776
16777 2000-02-05  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16778
16779         * Makefile.in (call.o): Depend on $(EXPR_H).
16780
16781         * call.c: Include "expr.h".
16782
16783         * class.c (dump_class_hierarchy): Add prototype.
16784
16785         * search.c (dfs_get_pure_virtuals): Likewise.
16786
16787 2000-02-1  Ulrich Drepper  <drepper@redhat.com>
16788
16789         * parse.y (simple_stmt): Allow :: token in asm parameter list.
16790         * parse.c: Rebuilt.
16791
16792 Mon Jan 31 15:35:29 2000  Jim Wilson  <wilson@cygnus.com>
16793
16794         * class.c (build_vtbl_or_vbase_field): New parameter fcontext.
16795         Store it in DECL_FCONTEXT.
16796         (build_vbase_pointer_fields, create_vtable_ptr): Fix callers.
16797
16798 2000-01-31  Jason Merrill  <jason@casey.cygnus.com>
16799
16800         * tinfo.h (old abi): #include "tconfig.h".
16801         * tinfo.cc (convert_to_base): Move into old abi section.
16802
16803 2000-01-31  Mark Mitchell  <mark@codesourcery.com>
16804
16805         * cp-tree.h (BINFO_VIRTUALS): Tweak documentation.
16806         (CLASSTYPE_PRIMARY_BINFO): Use BINFO_PRIMARY_BINFO.
16807         (BINFO_PRIMARY_BINFO): New macro.
16808         (BF_DELTA): Rename to ...
16809         (BV_DELTA): ... this.
16810         (BF_VCALL_INDEX): Rename to ...
16811         (BV_VCALL_INDEX): ... this.
16812         (BF_FN): Rename to ...
16813         (BV_FN): ... this.
16814         * class.c (build_vbase_path): Adjust for changes to reverse_path.
16815         (set_rtti_entry): Rename BF_ macros to BV_ variants.
16816         (modify_vtable_entry): Simplify.
16817         (add_virtual_function): Rename BF_ macros to BV_ variants.
16818         (build_vtable_initializer): Likewise.
16819         (get_class_offset_1): Remove.
16820         (dfs_get_class_offset): Likewise.
16821         (get_class_offset): Likewise.
16822         (dfs_find_final_overrider): New function.
16823         (find_final_overrider): Likewise.
16824         (modify_one_vtable): Remove.
16825         (dfs_find_base): New function.
16826         (dfs_modify_vtables): Fold modify_one_vtable in here.  Use
16827         find_final_overrider.
16828         (modify_all_vtables): Adjust.  Set BV_VCALL_INDEX on new
16829         virtuals.
16830         (dfs_fixup_vtable_deltas): Remove.
16831         (override_one_vtable): Remove.
16832         (merge_overrides): Likewise.
16833         (layout_virtual_bases): Make sure BINFO_OFFSET is set right for
16834         unreal chilren of virtual bases.
16835         (finish_struct_1): Don't use merge_overrides.  Don't use
16836         dfs_fixup_vtable_deltas.
16837         * tree.c (reverse_path): Return a TREE_LIST, not a chain of
16838         BINFOs.
16839
16840 2000-01-31  Herman A.J. ten Brugge <Haj.Ten.Brugge@net.HCC.nl>
16841             Jason Merrill  <jason@yorick.cygnus.com>
16842
16843         * tinfo.h: Rename USItype to myint32, depend on BITS_PER_UNIT.
16844
16845 2000-01-31  Alfred Minarik <a8601248@unet.univie.ac.at>
16846
16847         * exception.cc (__throw_bad_typeid): Add missing std::.
16848
16849 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
16850
16851         * cp-tree.h (make_thunk): PROTO -> PARAMS.
16852
16853 2000-01-31  Nathan Sidwell  <sidwell@codesourcery.com>
16854
16855         * cp-tree.h (new_abi_rtti_p): Use flag_new_abi.
16856
16857         Runtime support for new-abi rtti.
16858         * inc/typeinfo (type_info::operator!=): Define in class.
16859         (type_info::before, type_info::name, type_info::operator==,
16860         type_info::operator!=): Define new ABI implementations.
16861         (type_info::is_pointer_p, type_info::is_function_p): Declare
16862         new virtual functions.
16863         (type_info::do_catch, type_info::do_upcast): Likewise.
16864
16865         * tinfo.h (__base_class_info): Define new class.
16866         (__class_type_info): Likewise.
16867         (__si_class_type_info): Likewise.
16868         (__vmi_class_type_info): Likewise.
16869         (__dynamic_cast): Prototype.
16870
16871         * tinfo.cc: Conditionalize old and new rtti mechanisms.
16872         (type_info::is_pointer_p): Define new function.
16873         (type_info::is_function_p): Likewise.
16874         (type_info::do_catch): Likewise.
16875         (type_info::do_upcast): Likewise.
16876         (vtable_prefix): New structure for vtable access.
16877         (adjust_pointer): Define new template function.
16878         (contained_p, public_p, virtual_p, contained_public_p,
16879         contained_nonpublic_p, contained_nonvirtual_p): Define new
16880         functions.
16881         (nonvirtual_base_type): New local variable.
16882         (__class_type_info::~__class_type_info): Define.
16883         (__si_class_type_info::~__si_class_type_info): Likewise.
16884         (__vmi_class_type_info::~__vmi_class_type_info): Likewise.
16885         (__class_type_info::do_catch): Define new function.
16886         (__class_type_info::do_upcast): Likewise.
16887         (__class_type_info::find_public_src): Likewise.
16888         (__class_type_info::do_find_public_src): Likewise.
16889         (__si_class_type_info::do_find_public_src): Likewise.
16890         (__vmi_class_type_info::do_find_public_src): Likewise.
16891         (__class_type_info::do_dyncast): Likewise.
16892         (__si_class_type_info::do_dyncast): Likewise.
16893         (__vmi_class_type_info::do_dyncast): Likewise.
16894         (__class_type_info::do_upcast): Likewise.
16895         (__si_class_type_info::do_upcast): Likewise.
16896         (__vmi_class_type_info::do_upcast): Likewise.
16897         (__dynamic_cast): Likewise.
16898
16899         * tinfo2.cc (__fundamental_type_info): Define new class.
16900         (__pointer_type_info): Likewise.
16901         (__reference_type_info): Likewise.
16902         (__array_type_info): Likewise.
16903         (__function_type_info): Likewise.
16904         (__enum_type_info): Likewise.
16905         (__ptr_to_member_type_info): Likewise.
16906         (__fundamental_type_info::~__fundamental_type_info): Define.
16907         (__pointer_type_info::~__pointer_type_info): Likewise.
16908         (__reference_type_info::~__reference_type_info): Likewise.
16909         (__array_type_info::~__array_type_info): Likewise.
16910         (__function_type_info::~__function_type_info): Likewise.
16911         (__enum_type_info::~__enum_type_info): Likewise.
16912         (__ptr_to_member_type_info::~__ptr_to_member_type_info): Likewise.
16913         (__pointer_type_info::do_catch): Define new function.
16914         (__ptr_to_member_type_info::do_catch): Define new function.
16915
16916         (__throw_type_match_rtti_2): Use new ABI interface, if enabled.
16917         (__is_pointer): Likewise.
16918
16919         * exception.cc (__cplus_type_matcher): Deal with new-abi rtti.
16920
16921 2000-01-30  Mark Mitchell  <mark@codesourcery.com>
16922
16923         * cp/class.c (build_vtable): Rename to build_primary_vtable.
16924         (prepare_fresh_vtable): Rename to build_secondary_vtable.
16925         (make_new_vtable): New function.
16926         (modify_vtable_entry): Handle generation of new vtables correctly.
16927         (modify_one_vtable): Remove unused parameter.
16928         (dfs_fixup_vtable_deltas): Likewise.
16929         (override_one_vtable): Use build_secondary_vtable.
16930         (finish_struct_1): Use build_primary_vtable and
16931         build_secondary_vtable.
16932
16933 2000-01-28  Ulrich Drepper  <drepper@redhat.com>
16934
16935         * cp/decl.c: Adjust variable names, comments, help strings.
16936
16937 2000-01-29  Nathan Sidwell  <nathan@acm.org>
16938
16939         * new2.cc (operator delete[]): Use operator delete, don't assume
16940         implementation.
16941
16942 2000-01-29  Nathan Sidwell  <sidwell@codesourcery.com>
16943
16944         * class.c (build_vtbl_initializer): Add argument to
16945         build_vtable_entry call.
16946
16947 2000-01-27  Mark Mitchell  <mark@codesourcery.com>
16948
16949         * cp-tree.def (THUNK_DECL): Discuss vcall indices.
16950         * cp-tree.h (BINFO_VIRTUALS): Update documentation.
16951         (BF_DELTA): New macro.
16952         (BF_VCALL_INDEX): Likewise.
16953         (BF_FN): Likewise.
16954         (THUNK_VCALL_OFFSET): Likewise.
16955         (make_thunk): Change prototype.
16956         * class.c (build_vtable_entry): Integrate
16957         build_vtable_entry_for_fn.  Handle vcall indices.
16958         (build_vtable_entry_for_fn): Remove.
16959         (set_rtti_entry): Handle vcall indices.  Use BF_DELTA,
16960         BF_VCALL_INDEX, BF_FN.
16961         (modify_vtable_entry): Integrate common code from
16962         modify_one_vtable and dfs_fixup_vtable_deltas.
16963         (add_virtual_function): Set BF_VCALL_INDEX.
16964         (build_vtbl_initializer): Simplify.  Use BF_DELTA, BF_VCALL_INDEX,
16965         and BF_FN.
16966         (modify_one_vtable): Simplify.
16967         (dfs_fixup_vtable_deltas): Likewise.
16968         (override_one_vtable): Use BF_DELTA, BF_VCALL_INDEX, BF_FN.
16969         * method.c (make_thunk): Handle vcall indices.
16970
16971 2000-01-28  Nathan Sidwell  <sidwell@codesourcery.com>
16972
16973         Compiler side new abi rtti (not enabled).
16974         * cp-tree.h (new_abi_rtti_p): New macro.
16975         (emit_support_tinfos): Prototype new function.
16976         (tinfo_decl_p): Likewise.
16977         (emit_tinfo_decl): Likwise.
16978         * rtti.c (TINFO_PSEUDO_TYPE, TINFO_VTABLE_DECL): New accessor
16979         macros.
16980         (doing_runtime): New local static.
16981         (init_rtti_processing): Add new-abi initializer.
16982         (get_tinfo_decl): Add new-abi logic.
16983         (tinfo_from_decl): Likewise.
16984         (build_dynamic_cast_1): Likewise.
16985         (qualifier_flags): New static function.
16986         (tinfo_base_init): Likewise.
16987         (generic_initializer): Likewise.
16988         (ptr_ref_initializer): Likewise.
16989         (ptmd_initializer): Likewise.
16990         (class_hint_flags): Likewise.
16991         (class_initializer): Likewise.
16992         (synthesize_tinfo_var): Likewise.
16993         (create_real_tinfo_var): Likewise.
16994         (create_pseudo_type_info): Likewise.
16995         (get_vmi_pseudo_type_info): Likewise.
16996         (create_tinfo_types): Likewise.
16997         (emit_support_tinfos): New global function.
16998         (tinfo_decl_p): New global predicate.
16999         (emit_tinfo_decl): New global function.
17000         * class.c (set_rtti_entry): Generalize for old and new rtti.
17001         (build_vtbl_initializer): Likewise.
17002         * decl2.c (finish_file): Likewise.
17003
17004 Thu Jan 27 20:53:36 2000  Jim Wilson  <wilson@cygnus.com>
17005
17006         * optimize.c (remap_decl): Add walk_tree calls for DECL_SIZE (t)
17007         and TYPE_MAX_VALUE (TYPE_DOMAIN (TREE_TYPE (t))).
17008
17009 Thu Jan 27 13:54:12 2000  Mike Stump  <mrs@wrs.com>
17010
17011         * decl.c (pushdecl): Fix up shadow warnings with respect to implicit
17012         for scopes.
17013
17014 2000-01-26  Jason Merrill  <jason@casey.cygnus.com>
17015
17016         * pt.c (unify): Use fold, not maybe_fold_nontype_arg.
17017
17018 Wed Jan 26 22:19:14 2000  J"orn Rennecke <amylaar@cygnus.co.uk>
17019
17020         * optimize.c (calls_setjmp_r): Supply new argument
17021         to special_function_p.
17022
17023 2000-01-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17024
17025         * call.c: PROTO -> PARAMS.
17026         * class.c: Likewise.
17027         * cp-tree.h: Likewise.
17028         * cvt.c: Likewise.
17029         * decl.c: Likewise.
17030         * decl.h: Likewise.
17031         * decl2.c: Likewise.
17032         * dump.c: Likewise.
17033         * errfn.c: Likewise.
17034         * error.c: Likewise.
17035         * except.c: Likewise.
17036         * expr.c: Likewise.
17037         * init.c: Likewise.
17038         * input.c: Likewise.
17039         * lex.c: Likewise.
17040         * lex.h: Likewise.
17041         * method.c: Likewise.
17042         * optimize.c: Likewise.
17043         * parse.y: Likewise.
17044         * pt.c: Likewise.
17045         * repo.c: Likewise.
17046         * rtti.c: Likewise.
17047         * search.c: Likewise.
17048         * semantics.c: Likewise.
17049         * spew.c: Likewise.
17050         * tree.c: Likewise.
17051         * typeck.c: Likewise.
17052         * typeck2.c: Likewise.
17053         * xref.c: Likewise.
17054
17055 2000-01-25  Richard Henderson  <rth@cygnus.com>
17056
17057         * typeck.c (build_binary_op_nodefault): Remove UNNE_EXPR.
17058
17059 2000-01-25  Mark Mitchell  <mark@codesourcery.com>
17060
17061         * cp-tree.h (vcall_offset_in_vtable_p): New macro.
17062         * class.c (build_vbase_offset_vtbl_entries): Fix typo in commment.
17063         (struct vcall_offset_data_s): New type.
17064         (dfs_vcall_offset_queue_p): New function.
17065         (dfs_build_vcall_offset_vtbl_entries): Likewise.
17066         (build_vcall_offset_vtbl_entries): Likewise.
17067         (layout_vtable_decl): Likewise.
17068         (num_vfun_entries): Likewise.
17069         (num_extra_vtbl_entries): Add the entries for vcall offsets.
17070         (build_vtbl_initializer): Likewise.
17071         (dfs_finish_vtabls): Use layout_vtable_decl.
17072         (modify_one_vtables): Always duplicate vtables under the new ABI.
17073         (finish_struct_1): Use layout_vtable_decl.
17074
17075 2000-01-25  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17076
17077         * decl.c (member_function_or_else): Change third arg from a format
17078         specifier to an `enum overload_flags'.  Callers changed.
17079
17080 2000-01-25  Gabriel Dos Reis  <gdr@codesourcery.com>
17081
17082         * typeck.c (composite_pointer_type, c_sizeof, expr_sizeof,
17083         build_binary_op_nodefault, build_unary_op, build_reinterpret_cast,
17084         build_const_cast, get_delta_difference, check_return_expr): Avoid
17085         ANSI string concatenation usage.
17086
17087 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
17088
17089         * class.c (layout_class_type): Put the fields required to make a
17090         class non-empty at the end, not the beginning, of the TYPE_FIELDs
17091         list.
17092
17093 2000-01-24  Jason Merrill  <jason@casey.cygnus.com>
17094
17095         * pt.c (maybe_fold_nontype_arg): Do nothing if we're not in a
17096         template.
17097
17098         * decl2.c (mark_used): Do instantiate inlines that have been
17099         explicitly instantiated.
17100
17101 2000-01-24  Richard Henderson  <rth@cygnus.com>
17102
17103         * call.c (build_over_call): Use expand_tree_builtin.
17104         * typeck.c (build_function_call_real): Likewise.
17105         (build_binary_op_nodefault): Handle unordered compares.
17106
17107 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
17108
17109         * cp-tree.h (CPTI_BAD_CAST, CPTI_BAD_TYPEID, CPTI_DCAST): New
17110         cp_tree_index values.
17111         (throw_bad_cast_node, throw_bad_typeid_node, dynamic_cast_node):
17112         New global node #defines for them.
17113         * rtti.c (call_void_fn): Replace with ...
17114         (build_runtime_decl): ... new static function.
17115         (throw_bad_cast): Use throw_bad_cast_node and build_runtime_decl.
17116         (throw_bad_typeid): Use throw_bad_typeid_node and build_runtime_decl.
17117         (build_dynamic_cast_1): Always produce correctly typed result.
17118         Explicitly produce type_info addresses. Use dynamic_cast_node.
17119         * exception.cc (__throw_bad_cast): Return `void *'.
17120         (__throw_bad_typeid): Return `const type_info &'.
17121
17122 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
17123
17124         * cp-tree.h (get_vtable_decl): Prototype new function.
17125         * class.c (get_vtable_decl): New function. Broken out from ...
17126         (build_vtable): ... here. Use it.
17127         * decl2.c (finish_vtable_vardecl): Ignore dummy vtables created
17128         by get_vtable_decl.
17129
17130 2000-01-24  Nathan Sidwell  <sidwell@codesourcery.com>
17131
17132         * cp-tree.h (CPTI_TP_DESC_TYPE, CPTI_ACCESS_MODE_TYPE,
17133         CPTI_USER_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_ATTR_DESC_TYPE,
17134         CPTI_PTMF_DESC_TYPE): Remove cp_tree_index enumerations.
17135         (CPTI_TI_DESC_TYPE, CPTI_REF_DESC_TYPE, CPTI_ARY_DESC_TYPE,
17136         CPTI_ENUM_DESC_TYPE, CPTI_CLASS_DESC_TYPE, CPTI_SI_CLASS_DESC_TYPE,
17137         CPTI_VMI_CLASS_DESC_TYPE, CPTI_BASE_DESC_TYPE): New enumerations.
17138         (CPTI_TINFO_FN_ID, CPTI_TINFO_FN_TYPE): Rename to ...
17139         (CPTI_TINFO_DECL_ID, CPTI_TINFO_DECL_TYPE): ... here.
17140         (CPTI_TINFO_VAR_ID): New enumeration.
17141         (__tp_desc_type_node, __access_mode_type_node,
17142         __bltn_desc_type_node, __user_desc_type_node,
17143         __class_desc_type_node, __ptr_desc_type_node,
17144         __attr_desc_type_node, __func_desc_type_node,
17145         __ptmf_desc_type_node, __ptmd_desc_type_node): Remove #defines.
17146         (ti_desc_type_node, bltn_desc_type_node, ptr_desc_type_node,
17147         ref_desc_type_node, ary_desc_type_node, func_desc_type_node,
17148         enum_desc_type_node, class_desc_type_node,
17149         si_class_desc_type_node, vmi_class_desc_type_node,
17150         ptmd_desc_type_node, base_desc_type_node): New #defines.
17151         (tinfo_fn_id, tinfo_fn_type): Rename to ...
17152         (tinfo_decl_id, tinfo_decl_type): ... here. Adjust.
17153         (tinfo_var_id): New enumeration.
17154         (DECL_TINFO_FN_P): Augment comment.
17155         * decl.c (cp_global_trees): Adjust documentation.
17156         * rtti.c (init_rtti_processing): Adjust for tinfo_decl_id,
17157         tinfo_decl_type and tinfo_var_id.
17158         (get_tinfo_decl_dynamic): Adjust for tinfo_decl_type.
17159         (build_typeid): Remove unused variable.
17160         (get_tinfo_var): Use tinfo_var_id.
17161         (tinfo_name): New static function.
17162         (get_tinfo_decl): Adjust for tinfo_decl_id and tinfo_decl_type.
17163         (tinfo_from_decl): Likewise.
17164         (get_base_offset): New static function, broken out of
17165         expand_class_desc.
17166         (expand_si_desc): Use tinfo_name.
17167         (expand_class_desc): Likewise. Lose local static variable.
17168         Use base_desc_type_node. Use get_base_offset.
17169         (expand_ptr_desc): Use tinfo_name.
17170         (expand_attr_desc): Likewise.
17171         (expand_generic_desc): Likewise.
17172
17173         * tinfo.cc (__GXX_ABI_VERSION): Test value and existence.
17174         * tinfo.h (__GXX_ABI_VERSION): Test value and existence.
17175
17176 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
17177
17178         * cp-tree.h (__eprintf): Remove declaration.
17179         * tree.c (__eprintf): Remove definition.
17180
17181 2000-01-23  Zack Weinberg  <zack@rabi.columbia.edu>
17182             Mark Mitchell  <mark@codesourcery.com>
17183
17184         * cp-tree.h (CLASSTYPE_MARKED_N, SET_CLASSTYPE_MARKED_N,
17185         CLEAR_CLASSTYPE_MARKED_N): Avoid signed vs. unsigned warnings.
17186
17187 2000-01-23  Brad Lucier  <lucier@math.purdue.edu>
17188
17189         * class.c (dump_class_hierarchy): Print HOST_WIDE_INT properly.
17190
17191 2000-01-23  Mark Mitchell  <mark@codesourcery.com>
17192
17193         * cp-tree.h (register_dtor_fn): New function.
17194         * decl.c (destroy_local_static): Rename to ...
17195         (register_dtor_fn): ... this.  Give it external linkage.
17196         (expand_static_init): Use it.
17197         * decl2.c (do_static_initialization): Likewise, if using
17198         __cxa_atexit.
17199         (do_static_destruction): Check that __cxa_atexit is not in use.
17200         (finish_file): Don't call do_static_destruction if using
17201         __cxa_atexit.
17202
17203         * typeck.c (convert_arguments): Restore two-message error
17204         reporting.
17205
17206 2000-01-20  Nathan Sidwell  <sidwell@codesourcery.com>
17207
17208         Remap dynamic cast hint values to be consistent across ABIs.
17209         * search.c (dynamic_cast_base_recurse): Remap generated value.
17210         (get_dynamic_cast_base_type): Adjust documentation.
17211         * tinfo.h (__user_type_info::dyncast): Likewise.
17212         (__user_type_info::find_public_subobj): Remap BOFF meaning.
17213         * tinfo.cc (__si_type_info::do_dyncast): Remap BOFF meaning.
17214         (__class_type_info::do_dyncast): Likewise.
17215         (__class_type_info::do_find_public_subobj): Likewise.
17216         * tinfo2.cc (__dynamic_cast): Remap BOFF parameter.
17217
17218 2000-01-19  Gabriel Dos Reis  <gdr@codesourcery.com>
17219
17220         * typeck.c (build_unary_op): Use cp_pedwarn, not pedwarn.
17221
17222         * typeck2.c (incomplete_type_error): Restore previous
17223         cp_error and cp_error_at call sequence.
17224
17225 2000-01-20  Brad Lucier  <lucier@math.purdue.edu>
17226
17227         * class.c (dump_class_hierarchy): Make format agree with argument;
17228         cast pointer to unsigned long and print with %lx.
17229
17230 2000-01-19  Gabriel Dos Reis  <gdr@codesourcery.com>
17231
17232         * decl2.c (lang_decode_option): Set default line-wrap length to 72.
17233
17234         * typeck.c (composite_pointer_type, common_type,
17235         comp_target_parms, c_sizeof, expr_sizeof, build_array_ref,
17236         build_function_call_real, convert_arguments,
17237         build_binary_op_nodefault, pointer_int_sum, pointer_diff,
17238         build_unary_op, mark_addressable, build_compound_expr,
17239         build_static_cast, build_reinterpret_cast, build_const_cast,
17240         build_c_cast, build_modify_expr, get_delta_difference,
17241         build_ptrmemfunc, check_return_expr): Replace 'ANSI C++' with
17242         'ISO C++'.  Fusion consecutive calls to diagnostic message routines
17243         into a single one.
17244         * typeck2.c (readonly_error, abstract_virtuals_error,
17245         process_init_constructor, check_for_new_type): Likewise.
17246
17247 2000-01-19  Mark Mitchell  <mark@codesourcery.com>
17248
17249         * tree.c (bot_manip): Set DECL_CONTEXT for newly created
17250         VAR_DECLs.
17251
17252 2000-01-18  Nathan Sidwell  <sidwell@codesourcery.com>
17253
17254         * cp-tree.h (get_tinfo_fn_dynamic): Remove prototype.
17255         (build_x_typeid): Likewise.
17256         (get_tinfo_fn): Likewise.
17257         (get_tinfo_fn_unused): Rename to ...
17258         (get_tinfo_decl): ... here.
17259         * rtti.c (build_headof): Replace logic error with assertion.
17260         (get_tinfo_fn_dynamic): Rename to ...
17261         (get_tinfo_decl_dynamic): ... here. Make static. Use
17262         complete_type_or_else.
17263         (build_x_typeid): Move into ...
17264         (build_typeid): ... here. Adjust call to
17265         get_tinfo_decl_dynamic. Use tinfo_from_decl. Simplify
17266         throw_bad_typeid expression.
17267         (get_tinfo_fn_unused): Rename to ...
17268         (get_tinfo_decl): ... here. Adjust comment.
17269         (get_tinfo_fn): Delete.
17270         (tinfo_from_decl): New static function.
17271         (get_typeid_1): Call get_tinfo_decl and tinfo_from_decl.
17272         (get_typeid): Use complete_type_or_else.
17273         (build_dynamic_cast_1): Adjust calls to
17274         get_tinfo_decl_dynamic. Simplify throw_bad_cast expression.
17275         * parse.y (primary): Adjust call to build_typeid.
17276         * except.c (build_eh_type_type_ref): Adjust call to
17277         get_tinfo_decl. Mark as used.
17278         * class.c (set_rtti_entry): Adjust call to get_tinfo_decl.
17279         * decl2.c (build_expr_from_tree): Adjust call to build_typeid.
17280         * parse.c: Regenerated.
17281
17282 2000-01-17  Mark Mitchell  <mark@codesourcery.com>
17283
17284         * class.c (fixed_type_or_null): Don't clear NONNULL.  Document
17285         calling convention.
17286         (resolves_to_fixed_type_p): Document calling convention.
17287         * rtti.c (build_x_typeid): Initialize NONNULL.
17288
17289         * cp-tree.h (build_shared_int_cst): New function.
17290         * call.c (build_over_call): Use DECL_VIRTUAL_CONTEXT, for clarity.
17291         * class.c (modify_vtable_entry): Likewise.
17292         (add_virtual_function): Split out code to generated shared
17293         INTEGER_CSTs to build_share_int_cst.
17294         (modify_all_vtables): Handle all the overridden functions here.
17295         Add overridden functions from non-primary virtual bases to the
17296         primary vtable.
17297         (finish_struct_1): Adjust call to modify_all_vtables.  Add
17298         overridden functions from non-primary bases to the vtable.
17299         * tree.c (build_shared_int_cst): New function.
17300
17301         * cp-tree.h (scratchalloc): Remove.
17302         (build_scratch_list): Likewise.
17303         * call.c (convert_class_to_reference): Replace build_scratch_list
17304         and build_expr_list with build_tree_list.
17305         (add_candidate): Replace scratchalloc with expralloc.  Note memory
17306         leak.
17307         (build_user_type_conversion_1):  Replace build_scratch_list
17308         and build_expr_list with build_tree_list.
17309         (build_new_op): Likewise.
17310         (build_op_delete_call): Likewise.
17311         (convert_like): Likewise.
17312         * cvt.c (ocp_convert): Likewise.
17313         * decl.c (start_decl): Likewise.
17314         (start_function): Likewise.
17315         (finish_destructor_body): Likewise.
17316         (maybe_build_cleanup_1): Likewise.
17317         * decl2.c (reparse_decl_as_expr): Likewise.
17318         * init.c (perform_member_init): Likewise.
17319         (expand_cleanup_for_base): Likewise.
17320         (build_builtin_delete_call): Likewise.
17321         (build_new_1): Likewise.
17322         (build_delete): Likewise.
17323         * method.c (do_build_assign_ref): Likewise.
17324         * parse.y (already_scoped_stmt): Likewise.
17325         (nontrivial_exprlist): Likewise.
17326         (net_initializer): Likewise.
17327         (initlist): Likewise.
17328         * parse.c: Regenerated.
17329         * rtti.c (build_x_typeid): Likewise.
17330         (build_dynamic_cast_1): Likewise.
17331         * typeck.c (build_x_compound_expr): Likewise.
17332         (build_static_cast): Likewise.
17333         (build_modify_expr): Likewise.
17334
17335         * cp-tree.h (DECL_VINDEX): Add documentation.
17336         * class.c (build_vtable_entry): Likewise.
17337         (start_vtable): Add comment.
17338         (add_virtual_function): Replace pending_hard_virtuals with
17339         overridden_virtuals and pending_virtuals with new_virtuals.
17340         Replace redundant assignments with assertions.
17341         (check_for_override): Add comment.
17342         (check_bases_and_members): Replace pending_hard_virtuals with
17343         overridden_virtuals and pending_virtuals with new_virtuals.
17344         (create_vtbl_ptr): Likewise.
17345         (layout_class_type): Likewise.
17346         (finish_struct_1): Likewise.  Add comments.
17347
17348 2000-01-16  Mark Mitchell  <mark@codesourcery.com>
17349
17350         * class.c (finish_struct_1): Replace redundant code with
17351         assertions.
17352
17353         * cp-tree.h (flag_new_abi): Move.
17354         (flag_use_cxa_atexit): Likewise.
17355         (flag_honor_std): Likewise.
17356         (flag_rtti): Likewise.
17357         (vbase_offsets_in_vtable_p): Define.
17358         (vptrs_present_everywhere_p): Likewise.
17359         (TYPE_CONTAINS_VPTR_P): Likewise.
17360         (dfs_walk_real): Declare.
17361         * class.c (build_vbase_pointer_fields): Check
17362         vbase_offsets_in_vtable_p.
17363         (dfs_build_vbase_offset_vtbl_entries): Record the vbase indices in
17364         BINFO_VPTR_FIELD.
17365         (build_vbase_offset_vtbl_entries): Simplify.
17366         (build_vbase_offset_vtbl_entries): Adjust.
17367         (build_vbase_pointer): Add ability to look up vbase offsets in
17368         vtable.
17369         (start_vtable): New function.
17370         (add_virtual_function): Use it.
17371         (determine_primary_base): Use TYPE_CONTAINS_VPTR_P.
17372         (num_extra_vtbl_entries): Use vbase_offsets_in_vtable_p.
17373         (build_vtbl_initializer): Take the type of the complete object as
17374         input.  Use it to correctly calculate vbase offsets.
17375         (dfs_finish_vtbls): Pass the complete type to
17376         build_vtbl_initializer.
17377         (check_bases_and_members): Use TYPE_CONTAINS_VPTR_P.
17378         (create_vtable_ptr): Create a vtable even if there are no
17379         new virtual functions, under the new ABI.
17380         (finish_struct_1): Likewise.
17381         (get_vfield_name): Use TYPE_CONTAINS_VPTR_P.
17382         * decl.c (exapnd_static_init): Remove call to
17383         preserve_initializer.
17384         * decl2.c (mark_vtable_entries): Tweak to handle vbase offsets in
17385         vtables.
17386         * init.c (initialize_vtbl_ptrs): Initialize them in pre-order.
17387         (expand_virtual_init): Use vbase_offsets_in_vtable_p.
17388         (construct_virtual_bases): Don't initialize virtual base pointers
17389         under the new ABI.
17390         (build_aggr_init): Clean up comment.
17391         (expand_aggr_init_1): Likewise.
17392         * rtti.c (expand_class_desc): Store the virtual function table
17393         index where the vbase offset lives in the offset field.
17394         * search.c (dfs_walk_real): Make it global.
17395         (dfs_debug_mark): Use TYPE_CONTAINS_VPTR_P.
17396         * tree.c (make_binfo): Don't clear BINFO_VPTR_FIELD.
17397
17398         * tinfo.h (USItype): Make it signed under the new ABI.
17399         * tinfo.cc (convert_to_base): New function.  Encapsulate base
17400         conversion logic here.
17401         (__class_type_info::do_upcast): Use it.
17402         (__class_type_info::do_dyncast): Likewise.
17403         (__class_type_info::do_find_public_subobj): Likewise.
17404
17405         * init.c (construct_virtual_bases): Don't look up the addresses of
17406         virtual bases at run-time.
17407
17408         * class.c (build_vbase_pointer): Relocate.
17409         (build_vbase_pointer_fields): Likewise.
17410         (dfs_build_vbase_offset_vtbl_entries): Likewise.
17411         (build_vbase_offset_vtbl_entries): Likewise.
17412
17413         * decl.c (init_decl_processing): Complain if -fnew-abi
17414         -fno-vtable-thunks is used.
17415
17416         * decl2.c (lang_decode_option): Don't couple flag_honor_std to
17417         flag_new_abi.
17418
17419 2000-01-15  Mark Mitchell  <mark@codesourcery.com>
17420
17421         * cp-tree.h (num_extra_vtbl_entries): New function.
17422         (size_extra_vtbl_entries): Likewise.
17423         (dfs_vtable_path_unmark): Likewise.
17424         (dfs_vtable_path_unmarked_real_bases_queue_p): Likewise.
17425         (dfs_vtable_path_marked_real_bases_queue_p): Likewise.
17426         * class.c (num_extra_vtbl_entries): New function.
17427         (size_extra_vtbl_entries): Likewise.
17428         (dfs_build_vbase_offset_vtbl_entries): New function.
17429         (build_vbase_offset_vtbl_entries): Likewise.
17430         (build_vtbl_initializer): Use it.
17431         (finish_struct_1): Adjust vtable sizes (using
17432         num_extra_vtbl_entries).
17433         * expr.c (cplus_expand_expr): Assert that the DECL_RTL for a
17434         THUNK_DECL is non-NULL before expanding it.
17435         * init.c (expand_virtual_init): Adjust the vtable pointer by
17436         size_extra_vtbl_entries before storing it.
17437         * search.c (get_shared_vase_if_not_primary): Adjust prototype.
17438         Handle TREE_LIST parameters here, not in the dfs_* functions.
17439         (dfs_unmarked_real_bases_queue_p): Adjust.
17440         (dfs_marked_real_bases_queue_p): Likewise.
17441         (dfs_vtable_path_unmarked_real_bases_queue_p): New function.
17442         (dfs_vtable_path_marked_real_bases_queue_p): New function.
17443         (dfs_vtable_path_unmark): Likewise.
17444
17445 2000-01-14  Mark Mitchell  <mark@codesourcery.com>
17446
17447         * optimize.c (copy_body_r): Clear the operand three of a
17448         TARGET_EXPR when copying it.
17449
17450 2000-01-14  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
17451
17452         * method.c (build_decl_overload_real): Check whether we are in ::
17453         before returning __builtin_new/delete.
17454
17455 2000-01-13  Mark Mitchell  <mark@codesourcery.com>
17456
17457         * pt.c (tsubst_friend_function): Improve comment.
17458         (instantiate_decl): Avoid crashing when a "nested" function is
17459         instantiated from the top level.
17460
17461         * dump.c (dqeueue_and_dump): Dump
17462         DECL_FRIEND_PSEUDO_TEMPLATE_INSTANTIATION.
17463
17464 2000-01-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17465
17466         * call.c: If GATHER_STATISTICS, declare `n_build_method_call'.
17467
17468 2000-01-13  Nathan Sidwell  <sidwell@codesourcery.com>
17469
17470         * g++spec.c (lang_specific_driver): Add -fnew-abi if
17471         ENABLE_NEW_GXX_ABI defined.
17472         * Make-lang.in (tinfo.o, tinfo2.o, exception.o, new.o,
17473         opnew.o, opnewnt.o, opvnew.o, opvnewnt.o, opdel.o, opdelnt.o,
17474         opvdel.o, opvdelnt.o): Use GXX_ABI_FLAG switch.
17475
17476 2000-01-12  Mark Mitchell  <mark@codesourcery.com>
17477
17478         * decl.c (start_cleanup_fn): Call pushdecl.
17479
17480         * call.c (convert_class_to_reference): Fix typos.
17481         (build_conditional_expr): Handle errors gracefully.
17482         * class.c (push_nested_class): Likewise.
17483         * cp-tree.h (VAR_FUNCTION_OR_PARM_DECL_CHECK): New macro.
17484         (DECL_THIS_EXTERN): Use it.
17485         (DECL_THIS_STATIC): Likewise.
17486         * cvt.c (convert_to_void): Handle errors gracefully.
17487         (build_expr_type_conversion): Likewise.
17488         * decl.c (maybe_push_decl): Likewise.
17489         (start_decl_1): Likewise.
17490         (require_complete_types_for_parms): Likewise.
17491         * parse.y (structsp): Likewise.
17492         (base_class): Likewise.
17493         * parse.c: Regenerated.
17494         * pt.c (finish_member_template_decl): Likewise.
17495         * typeck.c (decay_conversion): Likewise.
17496
17497         * cp-tree.h (dfs_skip_vbases): New function.
17498         (find_vbase_instance): Likewise.
17499         * class.c (determine_primary_base): Allow a nearly empty base to
17500         serve as a primary base class under the new ABI.
17501         (get_class_offset_1): Rename to ...
17502         (dfs_get_class_offset): ... this.  Simplify.  Don't issue error
17503         messages here.
17504         (get_class_offset): Use it.  Issue error messages here.
17505         (dfs_modify_vtables): Rely on dfs_unmarked_real_bases_queue_p to
17506         find the right copies of virtual bases.
17507         (fixup_vtable_deltas1): Rename to ...
17508         (dfs_fixup_vtable_deltas): ... this.  Adjust to handle virtual
17509         bases as primary bases.
17510         (fixup_vtable_deltas): Remove.
17511         (override_one_vtable): Handle virtual bases as primary bases.
17512         (merge_overrides): Likewise.
17513         (finish_struct_1): Likewise.
17514         (dump_class_hierarchy): Dump primary-ness of bases as well.
17515         * search.c (mark_primary_bases): Use a pre-order traversal to
17516         handle primary virtual bases.
17517         (dfs_skip_vbases): New fiunction.
17518         (expand_upcast_fixups): Adjust to handle primary virtual bases.
17519         (fixup_virtual_upcast_offsets): Likewise.
17520         (fixup_all_virtual_upcast_offsets): Likewise.
17521         (dfs_find_vbase_instances): New function.
17522         (find_vbase_instance): Likewise.
17523
17524 2000-01-11  Mumit Khan  <khan@xraylith.wisc.edu>
17525
17526         * lex.c (DIR_SEPARATOR): Delete macro.
17527
17528 2000-01-12  Gabriel Dos Reis  <gdr@codesourcery.com>
17529
17530        * decl2.c (lang_decode_option): Handle automatic line wrapping
17531        option.
17532
17533 2000-01-11  Mark Mitchell  <mark@codesourcery.com>
17534
17535         * friend.c (do_friend): Don't resolve scopes when processing
17536         template declarations, even if the qualifying scope doesn't
17537         involve template parameters.
17538
17539 2000-01-10  Mark Mitchell  <mitchell@dumbledore.codesourcery.com>
17540
17541         * class.c (dfs_modify_vtables_queue_p): Remove.
17542         (modify_all_vtables): Use dfs_unmarked_real_bases_queue_p
17543         and dfs_marked_real_bases_queue_p instead of
17544         dfs_modify_vtables_queue_p.
17545
17546         * class.c (build_vbase_path): Simplify.
17547         (dfs_propagate_binfo_offsets): New function.
17548         (propagate_binfo_offsets): Use it.
17549         (remove_base_field): Simplify.
17550         (dfs_set_offset_for_vbases): Remove.
17551         (dfs_set_offset_for_shared_vbases): New function.
17552         (dfs_set_offset_for_unshared_vbases): Likewise.
17553         (layout_virtual_bases): Use them.
17554         (layout_basetypes): Don't call propagate_binfo_offsets.
17555         * search.c (dfs_get_vbase_types): Clone completely fresh binfos
17556         for the vbases.
17557
17558         * class.c (build_base_field): New function, split out from ...
17559         (build_base_fields): ... here.  Use it.  Allocate primary bases
17560         first, under the new ABI.
17561         (get_vtable_entry): Remove.
17562         (remove_base_field): New function, split out from ...
17563         (remove_base_fields): ... here.  Adjust since primary bases come
17564         first under the new ABI.
17565
17566         * cp-tree.h (expand_direct_vtbls_init): Remove declaration.
17567         (initialize_vtbl_ptrs): New function.
17568         (expand_indirect_vtbls_init): Change prototype.
17569         (convert_pointer_to_vbase): Declare.
17570         * init.c (expand_direct_vtbls_init): Remove.
17571         (dfs_initialize_vtbl_ptrs): New function.
17572         (initialize_vtbl_ptrs): Likewise.
17573         (emit_base_init): Use initialize_vtbl_ptrs.
17574         * search.c (convert_pointer_to_vbase): Make it global.
17575         (expand_indirect_vtbls_init): Remove vtable initialization code.
17576         * semantics.c (setup_vtbl_ptr): Use initialize_vtbl_ptrs.
17577
17578         * class.c (dfs_finish_vtbls): New function.
17579         (finish_vtbls): Use it.
17580         (dump_class_hierarchy): New function.
17581
17582         * cp-tree.h (BINFO_PRIMARY_MARKED_P): Change definition.
17583         (BINFO_VBASE_PRIMARY_P): New macro.
17584         (BINFO_VIRTUALS): Add to documentation.
17585         (SET_BINFO_PRIMARY_MARKED_P): Remove.
17586         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
17587         (dfs_mark_primary_bases_queue_p): Likewise.
17588         (dfs_unmarked_real_bases_queue_p): New function.
17589         (dfs_marked_real_bases_queue_p): Likewise.
17590         * search.c (dfs_mark_primary_bases): Adjust.
17591         (mark_primary_bases): Likewise.
17592         (get_shared_vbase_if_not_primary): New function.
17593         (dfs_unmarked_real_bases_queue_p): Likewise.
17594         (dfs_marked_real_bases_queue_p): Likewise.
17595         (dfs_get_pure_virtuals): Simplify.
17596         (get_pure_virtuals): Likewise.
17597
17598 2000-01-10  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17599
17600         * lex.c: Include tm_p.h.
17601
17602 2000-01-07  Nathan Sidwell  <sidwell@codesourcery.com>
17603
17604         * lang-specs.h (__GXX_ABI_VERSION): New preprocessor macro.
17605
17606 2000-01-06  Jason Merrill  <jason@casey.cygnus.com>
17607
17608         * decl2.c (comdat_linkage): Don't set DECL_DEFER_OUTPUT.
17609         * pt.c (instantiate_decl): Defer comdat templates that might not be
17610         needed.
17611
17612         * cp-tree.h (DECL_NEEDED_P): Also true if !DECL_COMDAT.
17613         * decl2.c (finish_vtable_vardecl): Don't check !DECL_COMDAT.
17614         (finish_file): Likewise.
17615
17616         * decl2.c (import_export_class): Undo 12/14 change.
17617
17618         * error.c (dump_decl): operator new, not operatornew.
17619
17620         * class.c (field_decl_cmp): A nontype is "greater" than a type.
17621         * search.c (lookup_field_1): Look for the last field with the
17622         desired name.
17623
17624 2000-01-05  Nathan Sidwell  <nathan@acm.org>
17625
17626         * decl2.c (lookup_arg_dependent): Deal with FNS not being a
17627         FUNCTION_DECL.
17628
17629 2000-01-05  Nathan Sidwell  <nathan@acm.org>
17630
17631         * typeck.c (build_static_cast): Don't strip target qualifiers
17632         when casting from a class.
17633
17634 2000-01-04  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
17635
17636         * class.c (warn_hidden): Initialize variable `fndecl'.
17637
17638 2000-01-03  Ulrich Drepper  <drepper@cygnus.com>
17639
17640         * decl.c (flag_isoc9x): New variable to be able to use code in
17641         c-common.c.  For now always zero.
17642
17643 2000-01-03  Mark Mitchell  <mark@codesourcery.com>
17644
17645         * cp-tree.h (CLASSTYPE_VBASECLASSES): Improve documentation.
17646         * class.c (layout_basetypes): Don't set BINFO_INHERITANCE_CHAIN
17647         or unshare_base_binfos for virtual bases here.
17648         * search.c (dfs_get_vbase_types): Do it here.
17649         (get_vbase_types): Adjust.
17650
17651 2000-01-02  Mark Mitchell  <mark@codesourcery.com>
17652
17653         * cp-tree.h (CLASSTYPE_VFIELDS): Move definition.
17654         (BINFO_PRIMARY_MARKED_P): Use flag 5.
17655         (SET_BINFO_PRIMARY_MARKED_P): Likewise.
17656         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
17657         (unmark_primary_bases): Remove declaration.
17658         (unmarkedp): Declare.
17659         (dfs_vbase_unmark): Likewise.
17660         * class.c (determine_primary_base): Return immediately if there
17661         are no base classes.  Call mark_primary_bases here.
17662         (modify_all_direct_vtables): Remove.
17663         (modify_all_indirect_vtables): Remove.
17664         (dfs_modify_vtables_queue_p): New function.
17665         (dfs_modify_vtables): New function.
17666         (modify_all_vtables): Use them.
17667         (build_base_fields): Build FIELD_DECLs for primary virtual base
17668         classes.
17669         (create_vtable_ptr): Don't call determine_primary_base here.
17670         (dfs_mark_primary_bases_and_set_vbase_offsets): Rename to ...
17671         (dfs_set_offset_for_vbases): ... this.
17672         (layout_virtual_bases): Use it.
17673         (layout_class_type): Call determine_primary_base here.
17674         * search.c (unmarkedp): Make it global.
17675         (shared_marked_p): Simplify.
17676         (shared_unmarked_p): Likewise.
17677         (dfs_primary_bases_queue_p): Remove.
17678         (dfs_unmark_primary_bases): Likewise.
17679         (unmark_primary_bases): Likewise.
17680         (mark_primary_bases): Simplify.
17681         (get_pure_virtuals): Don't call mark_primary_bases here.
17682         (dfs_vbase_unmark): New function.
17683         (get_vbase_types): Simplify.
17684
17685         * class.c (struct base_info): Remove.
17686         (determine_primary_base): Take has_virtual_p rather than a
17687         base_info as input.  Don't calculate max_has_virtual.
17688         (finish_struct_bits): Remove max_has_virtual argument.
17689         (create_vtable_ptr): Remove max_has_virtual_p argument.
17690         (layout_virtual_bases): Remove max argument.
17691         (layout_basetypes): Likewise.
17692         (layout_class_type): Remove max_has_virtual_p argument.
17693         (finish_struct_1): Remove max_has_virtual.
17694
17695         * cp-tree.h (dfs_mark_primary_bases_queue_p): New function.
17696         (layout_basetypes): Remove.
17697         * class.c (propagate_binfo_offsets): Moved here from tree.c.
17698         Update to handle primary virtual bases.
17699         (remove_base_fields): New function, split out from
17700         layout_basetypes.
17701         (dfs_mark_primary_bases_and_set_vbase_offsets): New function.
17702         (layout_virtual_bases): New function, split out from
17703         layout_basetypes.  Update to handle primary virtual bases.
17704         (layout_basetypes): Moved here from tree.c.  Use
17705         remove_base_fields and layout_virtual_bases.
17706         * search.c (dfs_mark_primary_bases_queue_p): New function.
17707         (mark_primary_bases): Use it.
17708         * tree.c (CEIL): Remove.
17709         (propagate_binfo_offsets): Remove.
17710         (layout_basetypes): Remove.
17711
17712 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
17713
17714         * cp-tree.h (CLASSTYPE_N_BASECLASSES): Use BINFO_N_BASETYPES.
17715         (BINFO_PRIMARY_MARKED_P): New macro.
17716         (SET_BINFO_PRIMARY_MARKED_P): Likewise.
17717         (CLEAR_BINFO_PRIMARY_MARKED_P): Likewise.
17718         (mark_primary_bases): New function.
17719         (unmark_primary_bases): Likewise.
17720         * search.c (get_abstract_virtuals_1): Remove.
17721         (dfs_mark_primary_bases): New function.
17722         (mark_primary_bases): Likewise.
17723         (dfs_unmark_primary_bases): Likewise.
17724         (unmark_primary_bases): Likewise.
17725         (dfs_get_pure_virtuals): Likewise.
17726
17727 2000-01-01  Mark Mitchell  <mark@codesourcery.com>
17728
17729         * cp-tree.h (skip_rtti_stuff): Adjust prototype.
17730         * class.c (skip_rtti_stuff): Reorganize parameters and return value.
17731         (modify_one_vtable): Adjust.
17732         (fixup_vtable_deltas1): Likewise.
17733         (override_one_vtable): Likewise.
17734         * search.c (get_abstract_virtuals_1): Likewise.
17735         (get_pure_virtuals): Likewise.
17736         (expand_upcast_fixups): Likewise.
17737         * tree.c (debug_binfo): Likewise.
17738
17739         * class.c (build_vtable): Don't return a value.  Don't rebuild
17740         vtables for bases that have already been handled.
17741         (prepare_fresh_vtable): Don't rebuild vtables for bases that have
17742         already been handled.
17743         (modify_one_vtable): Adjust accordingly.
17744         (fixup_vtable_deltas1): Likewise.
17745         (finish_struct_1): Likewise.
17746
17747 2000-01-01  Martin v. Löwis  <loewis@informatik.hu-berlin.de>
17748
17749         * call.c (build_new_method_call): Also check destructors.